* lisp/eshell/esh-ext.el (eshell/addpath): Also update eshell-path-env.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a4f2deaa
GM
12012-08-05 Glenn Morris <rgm@gnu.org>
2
3 * eshell/esh-ext.el (eshell/addpath):
4 Also update eshell-path-env. (Bug#12013)
5
a9dd5754
CY
62012-08-05 Chong Yidong <cyd@gnu.org>
7
a4f2deaa 8 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 9
d014c740
CY
10 * fringe.el (fringe-styles): Add docstring.
11 (fringe--check-mode): New function.
12 (set-fringe-mode, set-fringe-style): Use it.
13 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
14
a9dd5754
CY
15 * files.el (set-auto-mode): Fix invalid setq call.
16
7c2dc8bd
SM
172012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * isearch.el: Misc simplification; use defstruct.
20 (isearch-mode-map): Dense maps now work like sparse ones.
21 (isearch--state): New defstruct.
22 (isearch-string-state, isearch-message-state, isearch-point-state)
23 (isearch-success-state, isearch-forward-state)
24 (isearch-other-end-state, isearch-word-state, isearch-error-state)
25 (isearch-wrapped-state, isearch-barrier-state)
26 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
27 replaced by defstruct's accessors.
28 (isearch--set-state): Rename from isearch-top-state and change
29 calling convention.
30 (isearch-push-state): Use new isearch--get-state.
31 (isearch-toggle-word): Disable regexp when enabling word.
32 (isearch-message-prefix): Remove unused arg _c-q-hack.
33 (isearch-message-suffix): Remove unused arg _ellipsis.
34
7fcc0070
AS
352012-08-04 Andreas Schwab <schwab@linux-m68k.org>
36
37 * simple.el (list-processes--refresh): For a server use :host or
38 :local as the address.
97ad0769 39 (list-processes): Doc fix.
7fcc0070 40
00340faf
MN
412012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
42
43 * lisp/mpc.el: Support password in host argument.
44 (mpc--proc-connect): Parse and use new password element.
45 Set mpc-proc variable instead of returning process.
46 (mpc-proc): Adjust accordingly.
47
6dad7178
EZ
482012-08-03 Eli Zaretskii <eliz@gnu.org>
49
18949c2f
EZ
50 * whitespace.el (whitespace-display-mappings): Use Unicode
51 codepoints, instead of emacs-mule codepoints. See
52 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
53 for the details.
54
6dad7178
EZ
55 * files.el (file-truename): Don't skip symlink-chasing part on
56 windows-nt. Incorporate the resolution of 8+3 short aliases on
57 Windows into the loop that recursively chases symlinks. Compare
58 directory and its parent case-insensitively on MS-Windows and
59 MS-DOS.
60
385b0198
CY
612012-08-03 Chong Yidong <cyd@gnu.org>
62
6200f3c4
CY
63 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
64
385b0198
CY
65 * sort.el (sort-regexp-fields): Doc fix.
66
b9e74744
TH
672012-08-03 Tassilo Horn <tsdh@gnu.org>
68
69 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
70 labels regex position point at the expected place.
71
41013cb4
MK
722012-08-03 MON KEY <monkey@sandpframing.com>
73
74 * net/imap.el (imap-interactive-login, imap-authenticate)
75 (imap-mailbox-lsub, imap-mailbox-list)
76 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
77 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
78 (imap-parse-response): Doc fix.
79
0ffee616
JT
802012-08-03 João Távora <joaotavora@gmail.com>
81
82 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
83 if sexp scanning does not move point (Bug#5734).
84
cfcc9cc8
TH
852012-08-02 Tassilo Horn <tsdh@gnu.org>
86
87 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
88 Add listings, minted, and ctable packages.
89 (reftex-label-alist-builtin): Move listings, minted, and ctable
90 entries before LaTeX.
a01bbb84 91 (reftex-label-alist): Docfix.
cfcc9cc8 92
66ec2442
BG
932012-08-02 Bastien Guerry <bzg@gnu.org>
94
95 * replace.el (occur): Fix docstring (bug#12122).
96
837b365b
GM
972012-08-02 Glenn Morris <rgm@gnu.org>
98
99 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
100
e098de97
PE
1012012-08-02 Paul Eggert <eggert@cs.ucla.edu>
102
103 Obsolete alias inactivate-current-input-method-function (Bug#10150).
104 * international/mule-cmds.el: Create
105 inactivate-current-input-method-function as an obsolete alias for
106 deactivate-current-input-method-function. See Katsumi Yamaoka in
107 <http://bugs.gnu.org/10150#46>.
108
a0f95636
JB
1092012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
110
111 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
112 of nested `if's.
113
0d26d7c4
GM
1142012-08-01 Glenn Morris <rgm@gnu.org>
115
116 * progmodes/autoconf.el (autoconf-definition-regexp):
117 Add AH_TEMPLATE, adjust submatch numbering.
118 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
119 (autoconf-current-defun-function): Update for above change.
120 (autoconf-current-defun-function): First skip to end of current word.
121
b686ba06
RS
1222012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
123
124 * calendar/cal-html.el (cal-html-insert-agenda-days):
125 Fix typo. (Bug#12018)
126
0d49da68
FEG
1272012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
128
129 Shell processes: enhancements to startup and CEDET compatibility.
130 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
131 (python-shell-make-comint): accept-process-output at startup.
132 (run-python-internal): Set inferior-python-mode-hook to nil.
133 (python-shell-internal-get-or-create-process): call sit-for.
134 (python-preoutput-result): Add obsolete alias.
135 (python-shell-internal-send-string): Use it.
136 (python-shell-send-setup-code): Remove call to
137 accept-process-output.
138
f1a71c6e
AS
1392012-07-31 Andreas Schwab <schwab@linux-m68k.org>
140
141 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
142 (Bug#12108)
143
d2605269
JB
1442012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
145
146 * calc-mode.el (calc-basic-simplification-mode): Rename from
147 `calc-limited-simplification-mode'.
148 (calc-alg-simplification-mode): New function.
d66060f8 149 (calc-set-simplify-mode): Adjust message.
f1a71c6e 150
d2605269
JB
151 * calc.el (calc-set-mode-line): Adjust mode line display for
152 basic simplification mode.
153
154 * calc-help.el (calc-m-prefix-help): Update help message.
155
156 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
157 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
158
a3827a43
BG
1592012-07-31 Bastien Guerry <bzg@gnu.org>
160
161 * man.el (man): Fix comment. (bug#12101)
162
502e3f89
MR
1632012-07-31 Martin Rudalics <rudalics@gmx.at>
164
165 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
166 Don't return a non-nil value when no suitable buffer was found.
167
d7714961
FEG
1682012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
169
170 * progmodes/python.el (run-python-internal): Disable font lock for
171 internal shells.
172
1f45e27e
SM
1732012-07-30 Stefan Merten <smerten@oekonux.de>
174
175 * rst.el: Silence `checkdoc-ispell'.
176 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
177 (rst-official-version, rst-official-cvs-rev)
178 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
179 (rst-mode-map): New key binding.
180
0aee6912
PE
1812012-07-30 Paul Eggert <eggert@cs.ucla.edu>
182
183 Update .PHONY listings in makefiles.
184 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
185 autoloads, update-subdirs, updates, bzr-update, update-authors,
186 compile-onefile, compile-calc, backup-compiled-files,
187 compile-after-backup, compile-one-process, mh-autoloads,
188 bootstrap-clean, distclean, maintainer-clean.
189
9052f9f0
JB
1902012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
191
1823ac5a
JB
192 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
193 (calc-set-mode-line): Don't display "AlgSimp ".
194
195 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
196 (calc-lim-simplify-mode): New function.
197 (calc-set-simplify-mode): Default to 'alg.
198 (calc-default-simplify-mode): Make algebraic simplifications
199 the default.
200
201 * calc/calc-ext.el (calc-init-extensions): Remove binding for
202 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
203
8d7c7eed 204 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
205 indicate new simplification modes.
206
1823ac5a
JB
207 * calc/README: Mention new default simplification mode.
208
9052f9f0
JB
209 * calc/calc.el (math-normalize-error): New variable.
210 (math-normalize): Set `math-normalize-error' to t
211 when there's an error.
212
213 * calc/calc-alg.el (math-simplify): Don't simplify when
214 `math-normalize' returns an error.
215
20ba0cb4
EZ
2162012-07-29 Eli Zaretskii <eliz@gnu.org>
217
218 * international/mule-cmds.el (set-locale-environment): Revert last
219 change, since display-graphic-p returns nil when this function is
220 called during startup. Instead...
221
222 * term/w32console.el (terminal-init-w32console): ...setup the
223 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
224
a5dcc929
JL
2252012-07-29 Juri Linkov <juri@jurta.org>
226
227 * simple.el (goto-line): Don't display default line number in the
228 prompt because it should be displayed by `read-number' (bug#9952).
229 Add the current line number to the defaults of `goto-line' to
230 allow its easier modification by users with `M-n' (bug#9201).
231
232 * subr.el (read-number): Support multiple default values like in
233 other minibuffer reading functions. Replace `read' with
234 `string-to-number' for consistency with `number-to-string'.
235
72b255c7
PE
2362012-07-29 Paul Eggert <eggert@cs.ucla.edu>
237
238 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
239 * emulation/viper-init.el (viper-deactivate-input-method-action):
240 Rename from viper-inactivate-input-method-action.
241 (viper-deactivate-input-method):
242 Rename from viper-inactivate-input-method.
243 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
244 * international/mule-cmds.el (deactivate-input-method):
245 Rename from inactivate-input-method.
246 Also run input-method-deactivate-hook.
247 (deactivate-current-input-method-function):
248 Rename from inactivate-current-input-method-function.
249 (input-method-deactivate-hook): New hook.
250 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
251 (inactivate-input-method): Mark obsolete.
252
72b255c7
PE
253 * international/quail.el (quail-activate):
254 Also run quail-deactivate-hook.
255 (quail-deactivate): Rename from quail-inactivate.
256 * international/robin.el (robin-activate):
257 Also run robin-deactivate-hook.
258 (robin-deactivate): Rename from robin-inactivate.
259
2549c068
CY
2602012-07-29 Chong Yidong <cyd@gnu.org>
261
262 * simple.el (indicate-copied-region): New function.
263 (kill-ring-save): Split off from here.
264
265 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
266 (kill-rectangle): Set deactivate-mark to t on read-only error.
267
268 * register.el (copy-to-register, copy-rectangle-to-register):
269 Deactivate the mark, and use indicate-copied-region (Bug#10056).
270 (append-to-register, prepend-to-register): Call
271
17711ed9
JL
2722012-07-29 Juri Linkov <juri@jurta.org>
273
274 * simple.el (async-shell-command-buffer): New defcustom.
275 (shell-command): Use it. (Bug#4719)
276
01bd1b0d
EZ
2772012-07-28 Eli Zaretskii <eliz@gnu.org>
278
279 * international/mule-cmds.el (set-locale-environment): In a
280 console session on MS-Windows, set up keyboard and terminal
281 encoding from the OEM codepage, not the ANSI codepage.
282 (Bug#12055)
283
a55739d3
CY
2842012-07-28 Chong Yidong <cyd@gnu.org>
285
286 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
287 gdb-get-location.
288
9a0f8f2e
LL
2892012-07-25 Leo Liu <sdl.web@gmail.com>
290
291 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
292 the alist (bug#12029).
293
20329d73
EZ
2942012-07-28 Eli Zaretskii <eliz@gnu.org>
295
296 * makefile.w32-in (custom-deps, finder-data, updates, compile)
297 (compile-always, compile-first)
298 ($(lisp)/calendar/cal-loaddefs.el)
299 ($(lisp)/calendar/diary-loaddefs.el)
300 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
301 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
302 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
303 instead of on update-subdirs.
304 (bootstrap-clean): Delete $(lisp)/subdirs.el.
305
345a2258
CY
3062012-07-28 Chong Yidong <cyd@gnu.org>
307
1eee6341
CY
308 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
309 directory if vc-deduce-backend returns nil (Bug#7350).
310
345a2258
CY
311 * simple.el (delete-trailing-lines): New option.
312 (delete-trailing-whitespace): Obey it (Bug#11879).
313
049a0936
DE
3142012-07-28 David Engster <deng@randomsample.de>
315
316 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
317 Explanation of new 'symbol-qnames feature in doc-strings.
318 (xml-maybe-do-ns): Return expanded names as plain symbols if
319 'symbol-qnames was provided in XML-NS argument (Bug#11916).
320 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
321
aa81af71
FEG
3222012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
323
324 Consistent completion in inferior python with emacs -nw.
325 * progmodes/python.el (inferior-python-mode): replace "<tab>"
326 binding in inferior-python-mode-map with "\t".
327 (python-shell-completion-complete-at-point)
328 (python-completion-complete-at-point): Remove interactive spec.
329
e827b1eb
JB
3302012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
331
332 * calc/calccomp.el (math-compose-expr): Undo previous change.
333
a90dfb95
FEG
3342012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
335
336 * progmodes/python.el (python-mode-map): Added keybinding for
337 run-python.
338 (python-shell-make-comint): Fix pop-to-buffer call.
339 (run-python): Autoload. New arg SHOW.
340 (python-shell-get-or-create-process): Do not pop python process
341 buffer.
342
32770973 3432012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
344
345 * notifications.el (notifications-on-action-signal)
346 (notifications-on-closed-signal): Use also the bus address for the map.
347 (notifications-notify, notifications-close-notification)
348 (notifications-get-capabilities): Add optional argument BUS.
349
86332df2
TH
3502012-07-27 Tassilo Horn <tsdh@gnu.org>
351
352 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
353 support for the lstlisting and minted environments, and for the
354 ctable macro.
355 * textmodes/reftex.el (reftex-compile-variables): Also recognize
356 labels written in keyvals syntax.
357
ca1302a4
JB
3582012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
359
360 * calc/calccomp.el (math-compose-expr): Use parentheses when
361 there is a product in the denominator of a fraction.
362
f8b91036
EZ
3632012-07-26 Eli Zaretskii <eliz@gnu.org>
364
365 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
366 ($(lisp)/calendar/diary-loaddefs.el)
367 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
368 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
369 failures in parallel bootstrap because subdirs.el is being
370 rewritten while the autoload files are built at the same time,
371 which needs to load subdirs.el.
372
c8e5a42c
MR
3732012-07-26 Martin Rudalics <rudalics@gmx.at>
374
375 * mouse.el (popup-menu): Fix doc-string and re-indent code.
376 (mouse-drag-line): Don't exit tracking when a switch-frame or
377 switch-window event occurs (Bug#12006).
378
670d85ea
SM
3792012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * mouse.el (popup-menu): Fix last change.
382
7abaf5cc
SM
3832012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 Autoload from Lisp with more care. Follow aliases when looking for
386 function properties.
387 * subr.el (autoloadp): New function.
388 (symbol-file): Use it.
389 (function-get): New function.
390 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
391 autoload-do-load.
392 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
393 (lisp-indent-function):
394 * emacs-lisp/gv.el (gv-get):
395 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
396 * emacs-lisp/byte-opt.el (byte-optimize-form):
397 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
398 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
399 Use function-get.
400 * emacs-lisp/cl.el: Don't propagate function properties any more.
401
402 * speedbar.el (speedbar-add-localized-speedbar-support):
403 * emacs-lisp/disass.el (disassemble-internal):
404 * desktop.el (desktop-load-file):
405 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
406 (describe-function-1):
407 * emacs-lisp/find-func.el (find-function-noselect):
408 * emacs-lisp/elp.el (elp-instrument-function):
409 * emacs-lisp/advice.el (ad-has-proper-definition):
410 * apropos.el (apropos-safe-documentation, apropos-macrop):
411 * emacs-lisp/debug.el (debug-on-entry):
412 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
413 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
414 * calc/calc.el (name): Use autoloadp & autoload-do-load.
415
b1364986
AA
4162012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
417
418 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
419 function, not an obsolete variable (Bug#12046).
420
67ada220
AS
4212012-07-25 Andreas Schwab <schwab@linux-m68k.org>
422
423 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
424
f08088e3
CS
4252012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
426
427 * emacs-lisp/pp.el (pp-display-expression): Select old selected
428 window only if it is still live (Bug#12034).
429
8137e7b3
MR
4302012-07-25 Martin Rudalics <rudalics@gmx.at>
431
432 * subr.el (redirect-frame-focus): Add advertised calling
433 convention (Bug#12030).
434
09ae5da1
PE
4352012-07-25 Paul Eggert <eggert@cs.ucla.edu>
436
437 Prefer typical American spelling for "acknowledgment".
438 * vc/add-log.el (change-log-acknowledgment): Rename from
439 change-log-acknowledgement, with an alias for the old name.
440
3cc5a3a8
JB
4412012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
442
443 * calc-alg.el (math-simplify-divide): Don't cross multiply
444 in an equation when the lhs is a variable.
445
b7af7f62
JD
4462012-07-24 Julien Danjou <julien@danjou.info>
447
448 * net/netrc.el (netrc-find-service-number, netrc-store-data):
449 Remove, unused.
450
ec1b09b1
EZ
4512012-07-23 Eli Zaretskii <eliz@gnu.org>
452
453 * startup.el (command-line): Don't display an empty user name in
454 the error message about non-existent home directory, when
455 init-file-user was set to an empty string. See
456 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
457 for the details and context.
458
b525fd8a
VB
4592012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
460
461 * ses.el (ses-cell-formula-aset): New macro.
462 (ses-cell-references-aset): New macro.
463 (ses-cell-p): New function.
464 (ses-rename-cell): Do no longer rely on complex operations like
465 ses-cell-set-formula or ses-set-cell to change the cell and handle
466 the undo at the same time, but rather use lower level new macros
467 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
468 the undo directly. Refresh the mode line.
469
2c73e345
LL
4702012-07-21 Leo Liu <sdl.web@gmail.com>
471
670d85ea
SM
472 * progmodes/cc-cmds.el (c-defun-name):
473 Use match-string-no-properties instead for consistency.
2c73e345 474
542dfbde
LL
4752012-07-20 Leo Liu <sdl.web@gmail.com>
476
3646bcd6
LL
477 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
478 (Bug#7879)
479
542dfbde
LL
480 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
481
25721031
CY
4822012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
485 * progmodes/bug-reference.el, misearch.el: Provide themselves
486 (bug#11915).
487
488 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
489 of narrowed buffer (bug#11966).
490
316e68a7
VB
4912012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
492
493 * ses.el (ses-rename-cell): Set new name also in reference list of
494 cells of which the renamed cell depends.
495
bbf0e7d9
MY
4962012-07-20 Masatake YAMATO <yamato@redhat.com>
497
498 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
499 to check whether menu-bar is shown or not. If not shown,
500 show the menu-bar as a popup menu instead of using tmm.
501 * mouse.el (popup-menu): Accept `point' as `position' argument.
502
c28662a8
DG
5032012-07-20 Dmitry Gutov <dgutov@yandex.ru>
504
505 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
506 up inside string symbol literal (bug#11923).
507
87ab808f
EZ
5082012-07-20 Eli Zaretskii <eliz@gnu.org>
509
510 * startup.el (fancy-startup-text): Read the whole tutorial, not
511 just its first 256 bytes. Prevents gibberish in display of the
512 tutorial title.
513
89dea803
DA
5142012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
515
516 Drop idle buffer compaction due to an absence of the
517 proved efficiency.
518 * compact.el: Remove.
519
8a4e6db8
SS
5202012-07-19 Sam Steingold <sds@gnu.org>
521
522 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
523 vc-bzr-pull & vc-bzr-merge-branch.
524 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
525 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
526 for consistency with compilation-error-regexp-alist.
527 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
528 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
529 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
530 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
531
5db81e33
SM
5322012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * emacs-lisp/chart.el: Use lexical-binding.
535 (chart-emacs-storage): Don't hardcode the list of entries.
536
5b835e1d
DA
5372012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
538
539 Next round of tweaks caused by Fgarbage_collect changes.
540 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
541
9cd47b72
DA
5422012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
543
544 Compact buffers when idle.
545 * compact.el: New file.
546
1d6fc0df
SM
5472012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * subr.el (eventp): Presume that if it looks vaguely like an event,
550 it's an event (bug#10190).
551
1d29cc7d
FEG
5522012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
553
554 Enhancements to ppss related code (thanks Stefan).
555 * progmodes/python.el (python-indent-context)
556 (python-indent-calculate-indentation, python-indent-dedent-line)
557 (python-indent-electric-colon, python-nav-forward-block)
558 (python-mode-abbrev-table)
1d6fc0df 559 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
560 for ppss context.
561 (python-info-continuation-line-p): Cleanup.
562 (python-info-ppss-context): Do not catch 'quote.
563 (python-info-ppss-context-type)
564 (python-info-ppss-comment-or-string-p): Simplify.
565
d583cbe6
FEG
5662012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
567
568 * progmodes/python.el: Enhancements to eldoc support.
569 (python-info-current-symbol): New function.
570 (python-eldoc-at-point): Use python-info-current-symbol.
571 (python-info-current-defun): Fix cornercase on first defun scan.
572 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
573 and signal error when no inferior python process is available.
574
eceb6feb
DG
5752012-07-18 Dmitry Gutov <dgutov@yandex.ru>
576
577 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
578 assume it's always t.
579 (vc-git-registered): Remove caching, the function is only called
580 once.
581 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
582
4c8ff0fe
CY
5832012-07-18 Chong Yidong <cyd@gnu.org>
584
19fb7186
CY
585 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
586
9587c688
CY
587 * simple.el (count-words): Report on narrowing (Bug#9959).
588
0fe776a1
CY
589 * bindings.el: Bind M-= to count-words.
590
4c8ff0fe
CY
591 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
592
7f5331cc
MY
5932012-07-18 Masatake YAMATO <yamato@redhat.com>
594
595 * progmodes/sh-script.el (sh-imenu-generic-expression):
596 Capture a function with `function' keyword and without parentheses
597 like "function FOO" (bug#11856).
598
2dc2a609
TH
5992012-07-18 Tassilo Horn <tassilo@member.fsf.org>
600
601 * window.el (split-window-sensibly): Make WINDOW argument
602 optional.
603
439f7677
CY
6042012-07-18 Chong Yidong <cyd@gnu.org>
605
9aeb25a6
CY
606 * subr.el (keyboard-translate): Doc fix (Bug#7261).
607
439f7677
CY
608 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
609 and make C-x 8 RET exit isearch (Bug#11439).
610
611 * international/iso-transl.el: Move isearch-mode-map key
612 definitions to isearch.el.
613
12999ea8
SM
6142012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
617 (eieio-defclass): Use gv-define-setter when possible.
618
3ab6e069
DA
6192012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
620
621 Reflect recent changes in Fgarbage_collect.
622 * emacs-lisp/chart.el (chart-emacs-storage): Change to
623 reflect new format of data returned by Fgarbage_collect.
624
0a60bc10
FEG
6252012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
626
627 New utility functions + python-info-ppss-context fix (Bug#11910).
628 * progmodes/python.el (python-info-beginning-of-block-statement-p)
629 (python-info-ppss-comment-or-string-p): New functions.
630 (python-info-ppss-context): Small fix for string check.
631
6dafa0d5
JL
6322012-07-17 Juri Linkov <juri@jurta.org>
633
634 * dired-aux.el (dired-do-async-shell-command): Doc fix.
635 (dired-do-async-shell-command): Don't add `*' at the end of the
636 command (Bug#11815).
637 (dired-do-shell-command): Doc fix.
638 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
639 Join the individual commands using either "&" or ";" as the
640 separator depending on the values of these trailing characters.
641 At the end re-add the trailing "&". (Bug#10598)
642
643 * simple.el (async-shell-command): Sync the interactive spec with
644 `shell-command'. Doc fix.
645 (shell-command): Doc fix.
646
b19dd9d1
JL
6472012-07-17 Juri Linkov <juri@jurta.org>
648
649 * descr-text.el (describe-char): Fix format args. (Bug#10129)
650
bcdc27d7 6512012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 652
bcdc27d7 653 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
654 * progmodes/python.el (python-nav-beginning-of-statement):
655 Rename from python-nav-statement-start.
bcdc27d7
FEG
656 (python-nav-end-of-statement): Rename from
657 python-nav-statement-end.
658 (python-nav-beginning-of-block): Rename from
659 python-nav-block-start.
660 (python-nav-end-of-block): Rename from python-nav-block-end.
661
191da00e
FEG
6622012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
663
7f5331cc
MY
664 * progmodes/python.el (python-shell-send-string-no-output):
665 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
666 future interactions (Bug#11868).
667
4dc7c8d5 6682012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 669
88ecaf8f
SM
670 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
671
ef501ef0
SM
672 * emacs-lisp/elint.el (elint-find-args-in-code):
673 Use help-function-arglist, so as to handle lexical byte-code.
674
aa7aaf8f
SM
675 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
676 change (bug#11826).
677
45fd731c
SM
6782012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
679
2143fa32
SM
680 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
681 Avoid spuriously marking the buffer as modified because of c-is-sws.
682
efc26dbe
SM
683 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
684 as not-a-comment (bug#11946).
685
f5695c9a
SM
686 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
687 for uninterned vars.
688
689 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
690 Use read-event since we don't really want to read chars but bytes.
691
45fd731c
SM
692 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
693 $$..$$ but also $..$ using regexps (bug#11953).
694 Use tex-verbatim for \url and \path.
695 (tex-font-lock-keywords): Define as defconst like the others.
696 (tex-common-initialization): Don't use font-lock-syntax-table any more.
697
ddfc8813
RK
6982012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
699
700 * international/mule-cmds.el (ucs-insert): Make it an obsolete
701 alias for insert-char.
702
758e556a
FEG
7032012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
704
705 * progmodes/python.el: Simplified imenu implementation.
706 (python-nav-jump-to-defun): Remove command.
707 (python-mode-map): Use `imenu' instead.
708 (python-nav-list-defun-positions-cache)
709 (python-imenu-include-defun-type, python-imenu-make-tree)
710 (python-imenu-subtree-root-label, python-imenu-index-alist):
711 Remove vars.
712 (python-nav-list-defun-positions, python-nav-read-defun)
713 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
714 (python-imenu-make-tree, python-imenu-create-index):
715 Remove functions.
758e556a
FEG
716 (python-mode): Update to interact with imenu by setting
717 `imenu-extract-index-name-function' only.
718
032d23ab
FEG
7192012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
720
721 * progmodes/python.el: Enhancements to navigation commands.
722 (python-nav-backward-sentence)
723 (python-nav-forward-sentence): Remove.
724 (python-nav-backward-statement, python-nav-forward-statement)
725 (python-nav-statement-start, python-nav-statement-end)
726 (python-nav-backward-block, python-nav-forward-block)
727 (python-nav-block-start, python-nav-block-end)
728 (python-nav-forward-sexp-function)
729 (python-info-current-line-comment-p)
730 (python-info-current-line-empty-p): New functions.
731 (python-indent-context): Use `python-nav-statement-start'.
732
01795a1b
MA
7332012-07-16 Michael Albinus <michael.albinus@gmx.de>
734
9328d9aa
MA
735 * eshell/em-ls.el (eshell/ls): Use `apply'.
736
737 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
738 multi-hops, instead of Tramp internals.
739
01795a1b
MA
740 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
741
742 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
743 when F1 and F2 are located on different hosts.
744
63408057
CY
7452012-07-14 Chong Yidong <cyd@gnu.org>
746
747 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
748 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
749 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
750 (xterm-mouse--read-event-sequence-1000)
751 (xterm-mouse--read-event-sequence-1006): New functions. For old
752 mouse protocol, handle M-mouse-X events correctly.
753 (xterm-mouse-event): New arg specifying mouse protocol.
754 (turn-on-xterm-mouse-tracking-on-terminal)
755 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
756 sequence to toggle extended coordinates on newer XTerms.
757 This appears to be harmless on terminals which do not support this.
63408057 758
cd276f6e
LL
7592012-07-14 Leo Liu <sdl.web@gmail.com>
760
28ca98ac
LL
761 Add fringe bitmap indicators for flymake. (Bug#11253)
762 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
763 (flymake-make-overlay): New arg BITMAP.
764 (flymake-error-bitmap, flymake-warning-bitmap)
765 (flymake-fringe-indicator-position): New user variables.
766
cd276f6e
LL
767 * fringe.el: New bitmap exclamation-mark.
768
04408072
JD
7692012-07-14 Jan Djärv <jan.h.d@swipnet.se>
770
771 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
772 also (Bug#7879).
773
b5cf7fc4
CY
7742012-07-14 Chong Yidong <cyd@gnu.org>
775
776 * electric.el (electric-pair-post-self-insert-function): Fix pair
777 insertion in empty-region case (Bug#11520).
778
be755c79
RT
7792012-07-14 Chong Yidong <cyd@gnu.org>
780
45fd731c
SM
781 * bindings.el: Consolidate ctl-x-r-map bindings.
782 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
783
784 * rect.el, register.el: Move bindings to bindings.el.
785
7862012-07-14 Reuben Thomas <rrt@sc3d.org>
787
788 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
789
7f5b3198
AS
7902012-07-13 Andreas Schwab <schwab@linux-m68k.org>
791
792 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
793
97662200
JB
7942012-07-13 Juanma Barranquero <lekktu@gmail.com>
795
80185fed
JB
796 * bindings.el (top): Use `mapc' instead of `mapcar'.
797
97662200
JB
798 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
799
2bb1ae55
MA
8002012-07-13 Michael Albinus <michael.albinus@gmx.de>
801
802 * progmodes/sql.el (sql-comint): Suppress the check for program on
803 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
804 (Bug#11908)
805
dea31bd3
CY
8062012-07-13 Chong Yidong <cyd@gnu.org>
807
808 * bindings.el: Assign a non-nil permanent-local property to
809 per-buffer variables which lack a default value (Bug#11930).
810
811 * help-fns.el (describe-variable): In the "automatically becomes
812 local" notice, take note of permanent-local variables.
813
b68b3337
CY
8142012-07-13 Chong Yidong <cyd@gnu.org>
815
816 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
817 to allow printing the message when called from Lisp.
818
819 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
820 Remove toggle-read-only.
821
822 * bs.el (bs-toggle-readonly):
45fd731c
SM
823 * buff-menu.el (Buffer-menu-toggle-read-only):
824 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
825
826 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
827 Remove with-no-warnings around toggle-read-only.
828 (ffap-read-only, ffap-read-only-other-window)
829 (ffap-read-only-other-frame): Callers changed.
830
831 * help-mode.el: Don't require view package.
832 (help-mode-finish): Set buffer-read-only instead of calling
833 toggle-read-only.
834
835 * bindings.el (mode-line-toggle-read-only):
836 * dired.el (dired-toggle-read-only):
837 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
838 with non-nil second arg.
839
840 * emacs-lisp/eieio-custom.el (eieio-customize-object):
841 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
842 directly.
843
56bc1586
EZ
8442012-07-12 Eli Zaretskii <eliz@gnu.org>
845
846 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
847 not incf.
848
a464a6c7
SM
8492012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 More CL cleanups and reduction of use of cl.el.
852 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
853 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
854 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
855 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
856 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
857 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
858 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
859 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
860 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
861 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
862 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
863 * eshell/em-cmpl.el, eshell/em-banner.el:
864 * calendar/parse-time.el: Use cl-lib.
865 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
866 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
867 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
868 * term/ns-win.el, term.el, shell.el, ps-samp.el:
869 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
870 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
871 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
872 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
873 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
874 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
875 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
876 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
877 `lambda' rather than with `quote'.
878 (eshell-do-opt): Adjust accordingly.
879 (eshell-process-option): Simplify.
880 * eshell/esh-var.el:
881 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
882 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
883 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
884 to `pcase--dontcare'.
885 * emacs-lisp/cl.el (labels): Mark obsolete.
886 (cl--letf, letf): Move to cl-lib.
887 (cl--letf*, letf*): Remove.
888 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
889 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
890 (cl-progv): Rewrite.
891 (cl--letf, cl-letf): Move from cl.el.
892 (cl-letf*): New macro.
893 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
894
7ad4afe1
MA
8952012-07-11 Michael Albinus <michael.albinus@gmx.de>
896
897 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
898
9af57756
CY
8992012-07-11 Chong Yidong <cyd@gnu.org>
900
901 * vc/log-edit.el (log-edit-vc-backend): New variable.
902 (log-edit): Doc fix.
903
904 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
905 argument of log-edit to set up all local variables.
906 (vc-start-logentry): New optional arg specifying VC backend.
907
908 * vc/vc.el (vc-checkin): Use it.
909 (vc-deduce-fileset): Handle Log Edit buffers.
910 (vc-diff): Make first argument optional too.
911
912 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
913
8477cc7a
MA
9142012-07-10 Michael Albinus <michael.albinus@gmx.de>
915
916 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
917 command, just in case. The function is not needed anymore.
918 (eshell-external-command): Do not call `eshell-remote-command'.
919
19faa8e8
SM
9202012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
921
f58e0fd5
SM
922 Reduce use of (require 'cl).
923 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
924 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
925 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
926 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
927 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
928 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
929 * battery.el, avoid.el, abbrev.el: Use cl-lib.
930 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
931 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
932 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
933 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
934 * calculator.el, autorevert.el, apropos.el: Don't require CL.
935 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
936 (byte-compile-unfold-bcf, byte-compile-check-variable):
937 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
938 (byte-compile-nilconstp):
939 * emacs-lisp/autoload.el (make-autoload): Use pcase.
940 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
941
2519d43a
SM
942 * emacs-lisp/gv.el (cond): Make it a valid place.
943 (if): Simplify slightly.
944
19faa8e8
SM
945 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
946 (pcase--self-quoting-p): New function.
947 (pcase--u1): Use it.
948
c4907a5e
GM
9492012-07-10 Glenn Morris <rgm@gnu.org>
950
951 * emacs-lisp/authors.el (authors-fixed-entries):
952 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
953
c4444d16
PE
9542012-07-09 Paul Eggert <eggert@cs.ucla.edu>
955
956 Rename configure.in to configure.ac (Bug#11603).
957 * emacs-lisp/authors.el (authors-canonical-file-name):
958 * progmodes/autoconf.el (autoconf-mode):
959 Prefer configure.ac to configure.in.
960
d75be97d
CY
9612012-07-08 Chong Yidong <cyd@gnu.org>
962
01ac65bd
CY
963 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
964 Implement the mouse-1-click-follows-link handling properly.
965
966 * info.el (Info-link-keymap): Use follow-link mechanism for
967 header-line links (Bug#374).
968
d75be97d
CY
969 * simple.el (deactivate-mark): Do not set the primary selection
970 if another program has acquired it (Bug#11772).
971
87a92845 9722012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
973
974 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
975 (woman-decode-region): Replace escaped-escapes without destroying
976 bold or underline (Bug#11552).
87a92845 977 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 978
621b9d6c
CY
9792012-07-07 Chong Yidong <cyd@gnu.org>
980
981 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
982 (interprogram-cut-function, interprogram-paste-function):
983 Mention that we typically mean the clipboard.
621b9d6c 984
133a11fc
GM
9852012-07-06 Glenn Morris <rgm@gnu.org>
986
0d27a45e
GM
987 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
988
133a11fc
GM
989 * files.el (toggle-read-only): Restrict message to interactive use.
990
07b151f1
MA
9912012-07-06 Michael Albinus <michael.albinus@gmx.de>
992
993 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
994
995 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
996
211b896b
GM
9972012-07-06 Glenn Morris <rgm@gnu.org>
998
50394322
GM
999 * Makefile.in (compile-one-process): Rename from "recompile".
1000
211b896b
GM
1001 * Makefile.in (bzr-update): "compile" is the same as "recompile
1002 autoloads", but parallelizable, so use that instead.
1003
4737eec9
DG
10042012-07-06 Dmitry Gutov <dgutov@yandex.ru>
1005
1006 * window.el (quit-window): Always restore window height when
8137e7b3 1007 it's saved in quit-restore parameter (Bug#11810).
4737eec9 1008
226c3633 10092012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
1010
1011 * simple.el (kill-whole-line): Doc tweak.
1012
226c3633 10132012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
1014
1015 * files.el (file-relative-name): Compare file names
1016 case-insensitively if on MS-Windows or MS-DOS, or if
1017 read-file-name-completion-ignore-case is non-nil. Don't use
1018 case-fold-search for this purpose. (Bug#11827)
1019
4dc7c8d5
SM
10202012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1021
1022 * calendar/cal-dst.el (calendar-current-time-zone):
1023 Return calendar-current-time-zone-cache if non-nil.
1024
10252012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 10262012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1027
19faa8e8
SM
1028 * calendar/cal-dst.el (calendar-current-time-zone):
1029 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1030
60198fc9
GM
10312012-07-06 Glenn Morris <rgm@gnu.org>
1032
1033 * Makefile.in (cvs-update): Remove old alias.
1034
957b3189
MA
10352012-07-05 Michael Albinus <michael.albinus@gmx.de>
1036
1037 Sync with Tramp 2.2.6-pre.
1038
1039 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
1040 compatible declaration.
1041
19faa8e8
SM
1042 * net/tramp-cmds.el (tramp-append-tramp-buffers):
1043 Protect `list-load-path-shadows' call.
957b3189
MA
1044
1045 * net/tramp-compat.el (top): Require packages, which aren't
1046 autoloaded anymore for XEmacs. Protect call of
1047 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
1048 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
1049 it hurts at least for SXEmacs.
1050 (tramp-compat-temporary-file-directory): In XEmacs, there is no
1051 standard-value for `temporary-file-directory'.
1052
1053 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
1054 Redirect stderr to /dev/null.
1055 (tramp-sh-handle-write-region): uid and gid can be floats.
1056 Reported by Russell Sim <russell.sim@gmail.com>.
1057 (tramp-sh-handle-vc-registered): Hide errors.
1058 (tramp-vc-file-name-handler): Use dummy results for `process-file'
1059 and `start-file-process'.
1060 (tramp-maybe-open-connection): Check also whether `non-essential'
1061 is bound.
1062
566df3fc
CY
10632012-07-04 Chong Yidong <cyd@gnu.org>
1064
1065 * xml.el (xml--parse-buffer): Use xml-syntax-table.
1066 (xml-parse-tag): Likewise, and avoid changing entity tables.
1067 (xml-syntax-table): Define from scratch, making sure not to give
1068 x2000 and other Unicode spaces whitespace syntax, since those are
1069 not spaces in XML.
1070 (xml-parse-fragment): Delete unused function.
1071 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
1072 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
1073 (xml-entity-ref, xml-pe-reference-re)
1074 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
1075 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
1076 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
1077 (xml-entity-value-re): Use syntax references in regexps where
1078 possible; no need to define inside a let-binding.
1079 (xml-parse-dtd): Use xml-pe-reference-re.
1080 (xml-entity-or-char-ref-re): New defconst.
1081 (xml-parse-string, xml-substitute-special): Use it.
1082
30eabd7a
SM
10832012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1084
0781098a
SM
1085 * files.el (locate-dominating-file): Allow `name' to be a predicate.
1086 (find-file--read-only): New function.
1087 (find-file-read-only, find-file-read-only-other-window)
1088 (find-file-read-only-other-frame): Use it.
1089 (insert-file-contents-literally): Don't `fset'.
1090 (get-free-disk-space): Use locate-dominating-file.
1091
b5771c0d
SM
1092 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
1093 function is already compiled.
1094
30eabd7a
SM
1095 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
1096
b4886f6e
MA
10972012-07-03 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
1100 files on the same host.
1101
b9d82339
AS
11022012-07-03 Andreas Schwab <schwab@linux-m68k.org>
1103
1104 * help-fns.el (describe-function-1): Only call
1105 help-fns--autoloaded-p when we have a file name. (Bug#11848)
1106
a76e6535
CY
11072012-07-03 Chong Yidong <cyd@gnu.org>
1108
1109 * xml.el: Protect parser against XML bombs.
1110 (xml-entity-expansion-limit): New variable.
1111 (xml-parse-string, xml-substitute-special): Use it.
1112 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
1113
b544fef2
GM
11142012-07-03 Glenn Morris <rgm@gnu.org>
1115
1116 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1117 Allow linking to specific messages in debbugs reports (eg 123#5).
1118
a7aef6f5
CY
11192012-07-02 Chong Yidong <cyd@gnu.org>
1120
1121 * xml.el: Fix entity and character reference expansion, allowing
1122 them to expand into markup as per XML spec.
1123 (xml-default-ns): New variable.
1124 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
1125 (xml-parse-region): Make first two arguments optional.
1126 Discard text properties.
1127 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1128 All callers changed.
a7aef6f5
CY
1129 (xml-parse-tag): Call xml-parse-tag-1. For backward
1130 compatibility, this function should not modify buffer contents.
1131 (xml-parse-tag-1): Fix opening-tag regexp.
1132 (xml-parse-string): Rewrite, handling entity and character
1133 references properly.
1134 (xml--entity-replacement-text): Signal an error if a parameter
1135 entity is undefined.
1136
3df31c9f
SM
11372012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1138
2b5208f1
SM
1139 * comint.el (comint-output-filter): Filter out repeated prompts.
1140
3df31c9f
SM
1141 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1142 and file-name-absolute-p.
1143 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1144 internal calls.
1145
e3ac1281
PE
11462012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1147
1148 Spelling fixes.
1149 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1150 Rename from byte-compile--refiy-function. All uses changed.
1151
fbf2e7ad
CY
11522012-07-01 Chong Yidong <cyd@gnu.org>
1153
1154 * xml.el (xml--parse-buffer): New function. Move most of
1155 xml-parse-region here.
1156 (xml-parse-region): Copy region into a temporary buffer, since
1157 parameter entity substitution requires changing buffer contents.
1158 Use xml--parse-buffer.
1159 (xml-parse-file): Use xml--parse-buffer.
1160 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1161 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1162
9bf0aa15
GM
11632012-06-30 Glenn Morris <rgm@gnu.org>
1164
bbce2853
GM
1165 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1166
9bf0aa15
GM
1167 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1168 Remove outdated and unnecessary dbus declarations.
1169
0d23c240
EZ
11702012-06-30 Eli Zaretskii <eliz@gnu.org>
1171
1172 * emacs-lisp/timer.el (timer-until): Subtract results of
1173 float-time, instead of taking float-time of the result of
1174 time-subtract, since float-time signals an error for negative time
1175 arguments.
1176
b3218de1
CY
11772012-06-30 Chong Yidong <cyd@gnu.org>
1178
1179 * xml.el (xml-*-re): Convert defvars into defconsts, and
1180 eval-and-compile them so eval-and-compile works on derivatives.
1181 (xml--entity-replacement-text): Use eval-and-comple.
1182
a40c87a0
MA
11832012-06-30 Michael Albinus <michael.albinus@gmx.de>
1184
1185 * vc/vc-git.el (vc-git-registered): Use cache property
1186 `git-registered'.
1187 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1188 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1189 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1190
ac87de97
DG
11912012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1192
1193 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1194 removed (likely outside Emacs). (Bug#11757)
ac87de97 1195
ac10fe06
SM
11962012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1197
3df31c9f 1198 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1199
7f3fbd5d
CY
12002012-06-30 Chong Yidong <cyd@gnu.org>
1201
1202 * xml.el: Implement XML parameter entities.
1203 (xml-parameter-entity-alist): New variable.
1204 (xml-parse-region, xml-parse-fragment): Preserve previous values
1205 of xml-entity-alist and xml-parameter-entity-alist, so that
1206 repeated calls on different documents do not change them.
1207 (xml-parse-tag): Fix doctype regexp.
1208 (xml--entity-replacement-text): New function.
1209 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1210 properly requires url retrieval which is unimplemented.
1211 (xml-escape-string): Doc fix.
1212
3cfbebba
SM
12132012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1216
2af3565e
DA
12172012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1218
1219 * fringe.el (fringe-mode): Doc fix.
1220
929df0e7
MA
12212012-06-29 Michael Albinus <michael.albinus@gmx.de>
1222
1223 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1224 is non-nil.
1225 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1226 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1227
c8d3a25c 12282012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1229
c8d3a25c
GM
1230 * calendar/cal-dst.el (calendar-current-time-zone):
1231 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1232
c8d3a25c 12332012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1234
1235 * progmodes/which-func.el (which-func-format):
1236 Add mouse-face. (Bug#11698)
1237
c8d3a25c
GM
12382012-06-29 Leo Liu <sdl.web@gmail.com>
1239
1240 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1241
12422012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * minibuffer.el (minibuffer-confirm-exit-commands):
1245 Add completion-at-point (bug#11725).
1246
12472012-06-29 Glenn Morris <rgm@gnu.org>
1248
1249 * progmodes/f90.el (f90-font-lock-keywords-2):
1250 Add some preprocessor elements. (Bug#10499)
1251
12522012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1255 Use syntax-propertize (bug#11739).
1256
2badeec4
JB
12572012-06-28 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1260
ae4969c2
JD
12612012-06-28 Julien Danjou <julien@danjou.info>
1262
1263 * term.el (term-handle-colors-array): Use a set of new faces to
1264 color the terminal. Also uses :inverse-video property.
1265 (term-default-fg-color): Set to nil by default, deprecate in favor
1266 of `term-face'.
1267 (term-default-bg-color): Set to nil by default, deprecate in favor
1268 of `term-face'.
1269 (term-current-face): Use `term-face' by default.
1270 (term-bold-attribute): Variable deleted.
1271
1c9bd870
GM
12722012-06-28 Glenn Morris <rgm@gnu.org>
1273
1274 * simple.el (completion-list-mode-finish):
1275 Don't use toggle-read-only. (Since completion-list-mode has
1276 a special mode-class, it wasn't doing anything extra anyway.)
1277
c207708c
SM
12782012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 Make inlining of other-mode interpreted functions work (bug#11799).
1281 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1282 (byte-compile): Use it to fix compilation of lexical-binding closures.
1283 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1284 function, if needed.
1285
3fd56834
SM
12862012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1287
04901786
SM
1288 * help-mode.el (help-make-xrefs): Don't just withstand
1289 cyclic-variable-indirection but any error in documentation-property.
1290
1ec4b7b2
SM
1291 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1292 memory use.
1293 * bindings.el (bindings--define-key): New function.
1294 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1295 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1296 * bindings.el: Use it to purecopy define-key bindings.
1297
e309e2a5
SM
1298 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1299
d5c6faf9
SM
1300 * emacs-lisp/cl.el (flet): Mark obsolete.
1301 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1302 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1303 * progmodes/js.el (js-c-fill-paragraph):
1304 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1305 (ebrowse-switch-member-buffer-to-derived-class):
1306 * play/5x5.el (5x5-solver): Use cl-flet.
1307
6e9590e2
SM
1308 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1309 (cl--symbol-function): New macro.
1310 (cl--letf, cl--letf*): Use it.
1311
3fd56834
SM
1312 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1313 Strip "toggle-" if any.
1314
35ff222c
GM
13152012-06-27 Glenn Morris <rgm@gnu.org>
1316
1ba6038a
GM
1317 * info.el (Info-default-directory-list): Move here from paths.el.
1318 * paths.el: Remove file, which is now empty.
1319 * loadup.el: No longer load "paths".
1320
0ea0e51b
GM
1321 * custom.el (custom-initialize-delay): Doc fix.
1322
35ff222c
GM
1323 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1324 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1325 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1326 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1327 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1328 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1329 * eshell/eshell.el (eshell-defgroup): Remove alias.
1330
c89926a5
CY
13312012-06-27 Chong Yidong <cyd@gnu.org>
1332
1333 * help.el (help-enable-auto-load): New variable.
1334
1335 * help-fns.el (help-fns--autoloaded-p): New function.
1336 (describe-function-1): Refer to a function as "autoloaded" if it
1337 was autoloaded at any time in the past. Perform autoloading if
1338 help-enable-auto-load is non-nil.
1339
cc06e7e7
EZ
13402012-06-26 Eli Zaretskii <eliz@gnu.org>
1341
1342 * makefile.w32-in (compile, compile-always): Depend on
1343 update-subdirs, not on subdirs.el. Otherwise, several different
1344 sub-targets of 'bootstrap' running in parallel could
1345 simultaneously write to subdirs.el, producing a garbled file.
1346
d2c32364
SS
13472012-06-26 Sam Steingold <sds@gnu.org>
1348
1349 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1350 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1351 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1352 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1353 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1354 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1355 * textmodes/tex-mode.el: Use it.
1356 Did not touch cedet and org because they are maintained elsewhere.
1357
5cf983b2
MR
13582012-06-26 Martin Rudalics <rudalics@gmx.at>
1359
1360 * calendar/calendar.el (calendar-exit): Don't try to delete or
1361 iconify last frame. See:
1362 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1363
8c4f2952
JD
13642012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1365
1366 * server.el (server-process-filter): Remember dir in the
1367 process's `server-client-directory' properties.
1368
772b2e2c
CY
13692012-06-24 Chong Yidong <cyd@gnu.org>
1370
1371 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1372 non-tag text.
1373
711b11e1
JB
13742012-06-23 Juanma Barranquero <lekktu@gmail.com>
1375
1376 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1377
dc5d230c
SM
13782012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * help-fns.el (describe-variable): Don't croak when doc is not found.
1381 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1382 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1383 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1384 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1385 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1386 ((lambda ..) ..).
1387 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1388
136e1c1d
CY
13892012-06-23 Chong Yidong <cyd@gnu.org>
1390
e8c1cabf
CY
1391 * info.el (Info-mouse-follow-link): Accept symbol values of
1392 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1393 (Info-fontify-node): Use Info-link-keymap for all navigation
1394 buttons, with link-args property to perform the desired action.
1395 (Info-link-keymap): Doc fix.
1396 (Info-next-link-keymap, Info-prev-link-keymap)
1397 (Info-up-link-keymap): Delete now-unused keymaps.
1398
0e9e6c6a
CY
13992012-06-23 Chong Yidong <cyd@gnu.org>
1400
05e89fea
CY
1401 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1402
0e9e6c6a
CY
1403 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1404 system abbrevs.
1405
1406 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1407
e33c6771
SM
14082012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1409
b68581e2
SM
1410 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1411 (bug#11719).
1412
e33c6771
SM
1413 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1414 the requote function doesn't work properly (bug#11714).
1415
7117e105
GM
14162012-06-23 Glenn Morris <rgm@gnu.org>
1417
1418 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1419
36cec983
SM
14202012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 Further GV/CL cleanups.
1423 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1424 gv-expander.
1425 (gv--defun-declaration): New function.
1426 (defun-declarations-alist): Use it.
1427 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1428 (gv-place): Autoload.
1429 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1430 original definition of dotimes and dolist.
1431 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1432 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1433 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1434 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1435 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1436 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1437 to the function's definition.
1438 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1439 * window.el:
1440 * files.el:
1441 * faces.el:
1442 * env.el: Don't use CL.
1443
d35af63c
PE
14442012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1445
1446 Support higher-resolution time stamps (Bug#9000).
1447
1448 * calendar/time-date.el (with-decoded-time-value): New arg
1449 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1450 (encode-time-value): New optional arg PICO. New type 3.
1451 (time-to-seconds) [!float-time]: Support the new picoseconds
1452 component if it's used.
1453 (seconds-to-time, time-subtract, time-add):
1454 Support ps-resolution time stamps as well.
1455
1456 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1457 (timerp): Timer vectors now have length 9, not 8.
1458 (timer--time): Support new-style (4-part) time stamps.
1459 (timer-next-integral-multiple-of-time): Time stamps now have
1460 picosecond resolution, so take a bit more care about rounding.
1461 (timer-relative-time, timer-inc-time): New optional arg psecs.
1462 (timer-set-time-with-usecs): Set psecs to 0.
1463 (timer--activate): Check psecs component, too.
1464
1465 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1466
ac77b21a
SM
14672012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1468
f143bfe3
SM
1469 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1470 Move the non-essential binding to the post/pre-command-hook where it is
1471 more obviously correct.
1472
ac77b21a
SM
1473 * subr.el (read-passwd): Don't use a history at all.
1474 * savehist.el (savehist-save): Remove password saved accidentally
1475 because of the above bug.
1476
76386c5a
BG
14772012-06-22 Bastien Guerry <bzg@gnu.org>
1478
1479 * files.el (toggle-read-only): Display a message telling whether
1480 the buffer is read-only or not (bug#11726).
1481
2ee3d7f0
SM
14822012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * emacs-lisp/gv.el: New file.
1485 * subr.el (push, pop): Extend to generalized variables.
1486 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1487 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1488 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1489 gv-define-simple-setter, and gv-define-expander.
1490 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1491 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1492 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1493 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1494 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1495 gv-letplace.
1496 (cl-defstruct): Don't define setf-method any more.
1497 * emacs-lisp/cl.el (flet): Don't autoload.
1498 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1499 (define-setf-expander, defsetf, define-modify-macro)
1500 (cl-struct-setf-expander): Move from cl-lib.el.
1501 * emacs-lisp/syntax.el:
1502 * emacs-lisp/ewoc.el:
1503 * emacs-lisp/smie.el:
1504 * emacs-lisp/cconv.el:
1505 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1506 (timer--time): Use gv-define-simple-setter.
1507 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1508 to avoid coding-system problems in subr.el. Adjust all users.
1509 (macroexp--maxsize, macroexp-small-p): New functions.
1510 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1511 * scroll-bar.el (scroll-bar-mode):
1512 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1513 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1514 * winner.el (winner-configuration, winner-make-point-alist)
1515 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1516 * files.el (locate-file-completion-table): Avoid list*.
1517
c5695d1d
CY
15182012-06-22 Chong Yidong <cyd@gnu.org>
1519
1520 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1521 (dired-create-files): Doc fix (Bug#11329).
1522 (dired-do-copy): Doc fix (Bug#11334).
1523 (dired-mark-read-string): Doc fix (Bug#11553).
1524
2ee3d7f0
SM
1525 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1526 Doc fix (Bug#11326).
c5695d1d
CY
1527 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1528 (dired-dwim-target): Doc fix.
1529
1530 * wdired.el (wdired-mode): Doc fix.
1531
89b5595a
GM
15322012-06-22 Glenn Morris <rgm@gnu.org>
1533
575db3f1
GM
1534 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1535 (pcmpl-rpm-cache-stamp-file): New constant.
1536 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1537 (pcmpl-rpm-packages): Optionally cache list of packages.
1538
a4c8dd51
GM
1539 * pcmpl-rpm.el (pcmpl-rpm): New group.
1540 (pcmpl-rpm-query-options): New option.
1541 (pcmpl-rpm-packages): No need to inline it.
1542 Use pcmpl-rpm-query-options.
1543
89b5595a
GM
1544 * calendar/calendar.el (calendar-in-read-only-buffer):
1545 Avoid some needless mode changes.
1546
e76f0800
CY
15472012-06-21 Chong Yidong <cyd@gnu.org>
1548
1549 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1550 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1551 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1552
297a8f1d
CY
15532012-06-20 Chong Yidong <cyd@gnu.org>
1554
1555 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1556
d34c18b1
DR
15572012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1558
1559 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1560 (bug#11201).
1561
32f7f28e
CY
15622012-06-20 Chong Yidong <cyd@gnu.org>
1563
1564 * term.el (term-window-width): Handle the case of a missing right
1565 fringe (Bug#8837).
1566 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1567 (term-mode): Use define-derived-mode. Minor cleanups.
1568 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1569 (term-move-columns, term-insert-char, term-emulate-terminal)
1570 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1571
493c6688
MA
15722012-06-20 Michael Albinus <michael.albinus@gmx.de>
1573
d34c18b1
DR
1574 * net/ange-ftp.el (ange-ftp-get-passwd):
1575 Bind `enable-recursive-minibuffers'.
493c6688
MA
1576 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1577
3f06ecf4
DR
15782012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1579
1580 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1581
68f12411
GM
15822012-06-19 Glenn Morris <rgm@gnu.org>
1583
1584 * progmodes/python.el (python-mode): Derive from prog-mode.
1585
b3820318
KG
15862012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1587
1588 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1589 (edt-user-menu-bar-update-buffers): New functions.
1590 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1591
c6bf3022
CY
15922012-06-19 Chong Yidong <cyd@gnu.org>
1593
1594 * subr.el (with-selected-window): Preserve the selected window's
1595 terminal's top-frame (Bug#4702).
1596
1597 * window.el (save-selected-window): Likewise.
1598
25f09295
SM
15992012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * progmodes/python.el (python-rx-constituents): Move backquote.
1602 (python-skeleton-define, python-define-auxiliary-skeleton):
1603 Use `declare'.
1604
6b11952a
MA
16052012-06-18 Michael Albinus <michael.albinus@gmx.de>
1606
1607 * minibuffer.el (read-file-name-default): Revert the patch from
1608 2012-06-17.
1609
ee4b1330
SM
16102012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1613 (pcase--u1, pcase--q1): Don't use apply-partially.
1614
35647f79
GM
16152012-06-18 Glenn Morris <rgm@gnu.org>
1616
1617 * progmodes/python.el (python-proc, python-buffer)
1618 (python-send-receive, python-send-string): Fix obsolete versions.
1619
24b0cff0
MR
16202012-06-18 Martin Rudalics <rudalics@gmx.at>
1621
1622 * window.el (special-display-p): Completely remove stringp
1623 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1624
29855149
MA
16252012-06-17 Michael Albinus <michael.albinus@gmx.de>
1626
1627 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1628
1629 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1630
1631 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1632 * net/tramp-sh.el (tramp-maybe-open-connection):
1633 Throw if `non-essential' is non-nil.
1634
07463363
MR
16352012-06-17 Martin Rudalics <rudalics@gmx.at>
1636
1637 * window.el (special-display-p): Signal an error if BUFFER-NAME
1638 is not a string (Bug#11713).
1639
48d1354e
PE
16402012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1641
1642 * progmodes/python.el (python-info-beginning-of-backslash):
1643 Rename from python-info-beginning-of-backlash, as a spelling fix.
1644
eb4a8a9a
CY
16452012-06-17 Chong Yidong <cyd@gnu.org>
1646
1647 * term.el (term-emulate-terminal): If term-check-size is called,
1648 move point to the process mark without resetting point (Bug#4635).
1649
ddfbf826 16502012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1651
1652 * international/mule-cmds.el (mule-menu-keymap)
1653 (set-language-environment, set-locale-environment): Doc tweaks.
1654
9b0e3eba
AA
16552012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1656
1657 * cus-face.el (custom-face-attributes): Add wave-style underline
1658 attribute.
1659 * faces.el (set-face-attribute): Update docstring to describe
1660 wave-style underline attribute.
1661
771e3eae
CY
16622012-06-16 Chong Yidong <cyd@gnu.org>
1663
1664 * term/xterm.el (terminal-init-xterm): Discard input before
1665 querying background mode (Bug#10959).
1666
7ae2ea10
SM
16672012-06-16 Stefan Merten <smerten@oekonux.de>
1668
1669 * textmodes/rst.el: Added and corrected some comments.
1670 (rst-re-alist-def): Improve symbol syntax.
1671 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1672 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1673 (rst-official-version, rst-official-cvs-rev): Update version
1674 information.
7ae2ea10 1675
b6974efa
JB
16762012-06-15 Juanma Barranquero <lekktu@gmail.com>
1677
1678 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1679 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1680
8826d473
GM
16812012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1682
1683 * progmodes/python.el: New python.el merge.
1684 (python-guess-indent): Obsolete var.
1685 (python-indent-guess-indent-offset): New defcustom.
1686 (python-indent): Obsolete var.
1687 (python-indent-offset): New defcustom.
1688 (python-python-command, python-jython-command): Delete var.
1689 (python-shell-interpreter): New defcustom.
1690 (python-pdbtrack-do-tracking-p): Delete var.
1691 (python-pdbtrack-activate): New defcustom.
1692 (python-use-skeletons): Obsolete var.
1693 (python-skeleton-autoinsert): New defcustom.
1694 (inferior-python-filter-regexp, python-continuation-offset)
1695 (python-honour-comment-indentation, python-indent-string-contents)
1696 (python-jython-packages, python-mode-hook)
1697 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1698 (python-shell-prompt-alist)
1699 (python-source-modes): Delete defcustoms.
1700 (python-check-buffer-name, python-eldoc-setup-code)
1701 (python-eldoc-string-code, python-ffap-setup-code)
1702 (python-ffap-string-code, python-fill-comment-function)
1703 (python-fill-decorator-function, python-fill-paren-function)
1704 (python-fill-string-function, python-imenu-include-defun-type)
1705 (python-imenu-make-tree, python-imenu-subtree-root-label)
1706 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1707 (python-shell-compilation-regexp-alist)
1708 (python-shell-completion-module-string-code)
1709 (python-shell-completion-pdb-string-code)
1710 (python-shell-completion-setup-code)
1711 (python-shell-completion-string-code)
1712 (python-shell-enable-font-lock, python-shell-exec-path)
1713 (python-shell-extra-pythonpaths)
1714 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1715 (python-shell-process-environment)
1716 (python-shell-prompt-block-regexp)
1717 (python-shell-prompt-output-regexp)
1718 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1719 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1720 (python-shell-virtualenv-path): New defcustoms.
1721 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1722 (inferior-python-mode-syntax-table, python--prompt-regexp)
1723 (python-buffer, python-command python-python-command)
1724 (python-default-template, python-imports, python-indent-index)
1725 (python-indent-list, python-indent-list-length)
1726 (python-mode-running, python-pdbtrack-is-tracking-p)
1727 (python-preoutput-continuation, python-preoutput-leftover)
1728 (python-preoutput-result, python-preoutput-skip-next-prompt)
1729 (python-prev-dir/file, python-recursing)
1730 (python-saved-check-command, python-version-checked)
1731 (python-which-func-length-limit)
1732 (view-return-to-alist): Delete vars.
1733 (python-check-custom-command, python-dotty-syntax-table)
1734 (python-imenu-index-alist, python-indent-current-level)
1735 (python-indent-dedenters, python-indent-levels)
1736 (python-nav-beginning-of-defun-regexp)
1737 (python-nav-list-defun-positions-cache)
1738 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1739 (python-shell-internal-buffer)
1740 (python-skeleton-available): New vars.
1741 (def-python-skeleton): Delete macro.
1742 (python-skeleton-define): New macro.
1743 (python-define-auxiliary-skeleton, python-rx): New macros.
1744 (python-insert-class): Delete command.
1745 (python-skeleton-class): New command.
1746 (python-insert-def): Delete command.
1747 (python-skeleton-def): New command.
1748 (python-insert-for): Delete command.
1749 (python-skeleton-for): New command.
1750 (python-insert-if): Delete command.
1751 (python-skeleton-if): New command.
1752 (python-insert-try/except, python-insert-try/finally): Delete commands.
1753 (python-skeleton-try): New command.
1754 (python-insert-while): Delete command.
1755 (python-skeleton-while): New command.
1756 (python-backspace): Delete command.
1757 (python-indent-dedent-line-backspace): New command.
1758 (python-electric-colon): Delete command.
1759 (python-indent-electric-colon): New command.
1760 (python-guess-indent): Delete command.
1761 (python-indent-guess-indent-offset): New command.
1762 (python-shift-left): Delete command.
1763 (python-indent-shift-left): New command.
1764 (python-shift-right): Delete command.
1765 (python-indent-shift-right): New command.
1766 (python-find-function): Delete command.
1767 (python-nav-jump-to-defun): New command.
1768 (python-next-statement): Delete command.
1769 (python-nav-forward-sentence): New command.
1770 (python-previous-statement): Delete command.
1771 (python-nav-backward-sentence): New command.
1772 (python-fill-paragraph): Delete command.
1773 (python-fill-paragraph-function): New command.
1774 (python-send-buffer): Delete command.
1775 (python-shell-send-buffer): New command.
1776 (python-send-defun): Delete command.
1777 (python-shell-send-defun): New command.
1778 (python-send-region, python-send-region-and-go): Delete commands.
1779 (python-shell-send-region)
1780 (python-shell-switch-to-shell): New commands.
1781 (python-send-string): Delete command.
1782 (python-shell-send-string): New command.
1783 (python-switch-to-python): Delete command.
1784 (python-shell-switch-to-shell): New command.
1785 (python-describe-symbol): Delete command.
1786 (python-eldoc-at-point): New command.
1787 (python--set-prompt-regexp, python-args-to-list)
1788 (python-after-info-look, python-check-version)
1789 (python-check-comint-prompt, python-find-imports)
1790 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1791 (python-unload-function, python-expand-template)
1792 (python-maybe-jython, python-preoutput-filter)
1793 (python-pdbtrack-get-source-buffer)
1794 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1795 (python-pdbtrack-toggle-stack-tracking)
1796 (python-pdbtrack-track-stack-file, python-initial-text)
1797 (python-first-word, python-comment-line-p, python-send-command)
1798 (python-setup-brm, python-sentinel, python-set-proc)
1799 (python-skip-out, python-input-filter, python-outdent-p)
1800 (python-outline-level, python-backslash-continuation-line-p)
1801 (python-end-of-block, python-end-of-statement, python-mark-block)
1802 (python-beginning-of-block, python-beginning-of-statement)
1803 (python-blank-line-p, python-beginning-of-string)
1804 (python-open-block-statement-p): Delete functions.
1805 (python-indent-line, python-indent-line-1): Delete functions.
1806 (python-indent-line): New function.
1807 (python-indentation-levels): Delete function.
1808 (python-indent-calculate-levels): New function.
1809 (python-proc): Delete function.
1810 (python-shell-get-process): New function.
1811 (python-send-receive): Delete function.
1812 (python-shell-send-string-no-output): New function.
1813 (python-module-path): Delete function.
1814 (python-ffap-module-path): New function.
1815 (python-completion-at-point)
1816 (python-symbol-completions): Delete functions.
1817 (python-completion-complete-at-point): New function.
1818 (python-load-file): Delete function.
1819 (python-shell-send-file): New function.
1820 (python-calculate-indentation): Delete function.
1821 (python-indent-calculate-indentation): New function.
1822 (python-skip-comments/blanks): Delete function.
1823 (python-util-forward-comment): New function.
1824 (python-continuation-line-p): Delete function.
1825 (python-info-continuation-line-p): New function.
1826 (python-which-func, python-current-defun): Delete function.
1827 (python-info-current-defun): New function.
1828 (python-beginning-of-defun): Delete function.
1829 (python-nav-beginning-of-defun): New function.
1830 (python-close-block-statement-p)
1831 (python-block-end-p): Delete function.
1832 (python-info-closing-block): New function.
1833 (python-comint-output-filter-function)
1834 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1835 (python-fill-comment, python-fill-decorator, python-fill-paren)
1836 (python-fill-string, python-imenu-make-element-tree)
1837 (python-imenu-make-tree, python-imenu-tree-assoc)
1838 (python-indent-context, python-indent-dedent-line)
1839 (python-indent-line-function)
1840 (python-indent-post-self-insert-function)
1841 (python-indent-toggle-levels)
1842 (python-info-assignment-continuation-line-p)
1843 (python-info-beginning-of-backlash)
1844 (python-info-block-continuation-line-p)
1845 (python-info-closing-block-message)
1846 (python-info-line-ends-backslash-p)
1847 (python-info-looking-at-beginning-of-defun)
1848 (python-info-ppss-context, python-info-ppss-context-type)
1849 (python-nav-list-defun-positions, python-nav-read-defun)
1850 (python-nav-sentence-end, python-nav-sentence-start)
1851 (python-pdbtrack-comint-output-filter-function)
1852 (python-pdbtrack-set-tracked-buffer)
1853 (python-shell-calculate-exec-path)
1854 (python-shell-calculate-process-environment)
1855 (python-shell-completion--do-completion-at-point)
1856 (python-shell-completion--get-completions)
1857 (python-shell-completion-complete-at-point)
1858 (python-shell-completion-complete-or-indent)
1859 (python-shell-get-or-create-process)
1860 (python-shell-get-process-name)
1861 (python-shell-internal-get-or-create-process)
1862 (python-shell-internal-get-process-name)
1863 (python-shell-internal-send-string, python-shell-make-comint)
1864 (python-shell-parse-command, python-shell-send-setup-code)
1865 (python-skeleton-add-menu-items)
1866 (python-util-clone-local-variables, python-util-position)
1867 (run-python-internal, python-indentation-levels)
1868 (python-nav-beginning-of-defun)
1869 (python-completion-complete-at-point): New functions.
1870 (run-python): Change arguments. New API requirements.
1871
4302f5ba
SM
18722012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1873
f38ea36d
SM
1874 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1875 (bug#11649).
1876
1877 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1878 (macroexp--expand-all): Use it.
1879
4302f5ba
SM
1880 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1881 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1882 Use `cl-function' instead.
1883
33377562
JB
18842012-06-14 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1887 Suggested by Stefan Monnier while discussing bug#11657.
1888
54c5ba1a
SS
18892012-06-14 Sam Steingold <sds@gnu.org>
1890
1891 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1892
f9f1b1fe
AS
18932012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1894
1895 * play/doctor.el (doctor-doc): Remove parameter and use
1896 doctor-sent instead of sent.
1897 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1898
a81068ba
SM
18992012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1900
5a315f9c
SM
1901 * files.el: Require cl-lib.
1902 (file-name-non-special): Replace case -> cl-case.
1903
1904 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1905
a81068ba
SM
1906 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1907 mapping from #' to function*.
1908
8cca9703
CY
19092012-06-13 Chong Yidong <cyd@gnu.org>
1910
1911 * mouse.el (mouse-drag-track): Do not set the mark if the user
1912 releases the mouse without selecting anything (Bug#11588).
1913
a12ac9d7
SM
19142012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1915
ccf1dc18
SM
1916 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1917 as well (bug#11646).
1918
ef62b23d
SM
1919 * loadup.el: Count byte-code functions as well.
1920
c4c8444a
SM
1921 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1922 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1923
a12ac9d7
SM
1924 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1925 (bug#11649). Add cl-defun and cl-defmacro.
1926
87e6e64f
DA
19272012-06-13 Drew Adams <drew.adams@oracle.com>
1928
1929 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1930 Fix last change.
1931
682cefaf
MA
19322012-06-13 Michael Albinus <michael.albinus@gmx.de>
1933
1934 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1935 Otherwise, it blocks in batch mode.
1936
773e1f08
JB
19372012-06-13 Juanma Barranquero <lekktu@gmail.com>
1938
1939 * help-mode.el (bookmark-make-record-default): Declare.
1940
60057926
CY
19412012-06-13 Chong Yidong <cyd@gnu.org>
1942
1943 * emacs-lisp/package.el (list-packages): Compute a list of
1944 packages that are newly-available since the last list-packages
1945 invocation.
1946 (package-menu--new-package-list): New var.
1947 (package-menu--generate, package-menu--print-info)
1948 (package-menu--status-predicate, package-menu-mark-install):
1949 Handle new status label "new".
1950
ad4d226c
SM
19512012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1954 conversion to backquotes.
1955
f1a4e679
CY
19562012-06-12 Chong Yidong <cyd@gnu.org>
1957
1958 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1959 Rename from gud-inhibit-global-bindings.
1960
1961 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1962
1963 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1964 hook from nxml-glyph-set-hook.
1965
1966 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1967 declaration.
1968
1969 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1970
1971 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1972 Convert to defcustom.
1973
0c9e42b5
DA
19742012-06-12 Drew Adams <drew.adams@oracle.com>
1975
1976 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1977 New functions.
1978 (help-mode): Use them.
1979
09e06855
GM
19802012-06-11 Glenn Morris <rgm@gnu.org>
1981
1982 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1983 Use preprocessor face for directives.
1984 (fortran-directive-re): Doc fix.
1985
71adb94b
SM
19862012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1987
2eb87922
SM
1988 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1989 conversion to backquotes (bug#11652).
1990
71adb94b
SM
1991 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1992 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1993 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1994 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1995 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1996 (cl-ninth, cl-tenth): Mark them as inlinable.
1997 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1998 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1999 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
2000 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
2001 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
2002 (cl-list*, cl-adjoin): Don't put an autoload manually.
2003 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
2004 (cl--compiler-macro-list*): Add autoload cookie.
2005 (cl--compiler-macro-cXXr): New function.
2eb87922 2006
71adb94b
SM
2007 * help-fns.el (help-fns--compiler-macro): New function extracted from
2008 describe-function-1; follow aliases and use `compiler-macro' property.
2009 (describe-function-1): Use it.
2010
a6674402
CY
20112012-06-11 Chong Yidong <cyd@gnu.org>
2012
2013 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
2014 is uninstalled, if imagemagick is installed.
2015
bb3faf5b
SM
20162012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * emacs-lisp/cl-lib.el: Use lexical-binding.
2019 (cl-map-extents, cl-maclisp-member): Remove.
2020 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
2021 (cl--set-substring, cl--block-wrapper, cl--block-throw)
2022 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
2023 * emacs-lisp/cl-extra.el: Use lexical-binding.
2024 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
2025 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
2026 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
2027 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
2028 * emacs-lisp/cl-seq.el: Use lexical-binding.
2029 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
2030 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
2031 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
2032 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
2033 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
2034 CL's internals.
2035
2fe4b125
MA
20362012-06-11 Michael Albinus <michael.albinus@gmx.de>
2037
2038 Sync with Tramp 2.2.6-pre.
2039
2040 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
2041 `print-length' and `print-level' to nil, in order to avoid
2042 truncation. Reported by Christopher Schmidt
2043 <christopher@ristopher.com>.
2044
2045 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
2046
2047 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
2048 New defmacro.
2049 (tramp-compat-copy-directory): Add optional argument
2050 COPY-CONTENTS. It is not handled yet.
2051
2052 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
2053 (tramp-ftp-file-name-p): Simplify.
2054
2055 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
2056 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
2057 connection vector.
2058
2059 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
2060 (tramp-methods): Do not use `tramp-password-end-of-line'.
2061 (tramp-completion-function-alist-putty): Handle UNIX case.
2062 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
2063 (tramp-do-file-attributes-with-stat)
2064 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
2065 gid as real numbers. They could run out of integer range on cygwin.
2066 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
2067 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
2068 (tramp-open-connection-setup-interactive-shell):
2069 Use `tramp-cleanup'. Move check for busyboxes ...
2070 (tramp-find-shell): ... here. Simplify implementation.
2071 Set "remote-shell" property also for alternative shells.
2072 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
2073 If failing, a regular file would be written otherwise.
2074 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
2075 (tramp-find-inline-encoding): Cache the coding commands in the
2076 process cache. Apply test command on the remote side, if defined.
2077 (tramp-find-inline-compress): Cache the compress commands in the
2078 process cache.
2079 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
2080 when requested. Handle hops.
2081 (tramp-current-connection): New defvar.
87e6e64f
DA
2082 (tramp-maybe-open-connection): Use `tramp-cleanup'.
2083 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 2084 Handle user interrupt. (Bug#10187)
87e6e64f
DA
2085 (tramp-get-inline-compress, tramp-get-inline-coding):
2086 Read connection properties from the process cache.
2fe4b125
MA
2087
2088 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
2089 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
2090 New defconsts.
2fe4b125
MA
2091 (tramp-smb-prompt): Extend for powershell prompt.
2092 (tramp-smb-file-name-handler-alist): Add handlers for
2093 `process-file', `shell-command' and `start-file-process'.
2094 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
2095 (tramp-smb-winexe-shell-command-switch): New defcustoms.
2096 (tramp-smb-file-name-p): Simplify.
2097 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
2098 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
2099 (tramp-smb-shell-quote-argument): New defuns.
2100 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
2101 Implement using "tar". By this, time-stamps are preserved.
2102 (tramp-smb-handle-copy-file): Handle also the case of directories.
2103 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
2104 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
2105 Use `tramp-get-connection-buffer').
2fe4b125
MA
2106 (tramp-smb-handle-rename-file): Use "rename", when source and
2107 target are on the same share.
87e6e64f
DA
2108 (tramp-smb-maybe-open-connection): Handle wrong passwords.
2109 Use `tramp-smb-server-version'.
2fe4b125
MA
2110 (tramp-smb-wait-for-output): Remove prompt.
2111
2112 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
2113 (tramp-methods, tramp-rsh-end-of-line):
2114 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
2115 (tramp-save-ad-hoc-proxies): New defcustom.
2116 (tramp-completion-function-alist): Adapt docstring.
2117 (tramp-default-password-end-of-line): Remove defcustom.
2118 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
2119 (tramp-user-regexp, tramp-file-name-regexp-unified)
2120 (tramp-file-name-regexp-url): Extend regexp by hop separator.
2121 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
2122 (tramp-remote-file-name-spec-regexp): New defconst.
2123 (tramp-file-name-structure): Extend structure for hops.
2124 (tramp-get-method-parameter): Move up.
2125 (tramp-file-name-p, tramp-dissect-file-name)
2126 (with-parsed-tramp-file-name): Handle hops.
2127 (tramp-file-name-hop): New defun.
2128 (tramp-make-tramp-file-name): New optional arg HOP.
2129 (tramp-message-show-progress-reporter-message): New defvar.
2130 (tramp-with-progress-reporter): Use it. We cannot use
2131 `tramp-message-show-message' here, because this suppresses also
2132 error buffers.
2133 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
2134 `tramp-message-show-message' is nil.
2135 Use `tramp-get-connection-buffer'.
2fe4b125
MA
2136 (tramp-cleanup): New defun.
2137 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2138 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2139 an error unchanged.
2140 (tramp-completion-handle-file-name-all-completions): Handle hops.
2141 Fix an error when called from ido.
2142 (tramp-completion-dissect-file-name): Use better local variable
2143 name. Add hop to the vector.
2144 (tramp-handle-insert-file-contents): Use progress-reporter for the
2145 whole scenario.
2146 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2147 to `t'.
2148 (tramp-check-for-regexp): Simplify search.
2149 (tramp-enter-password): Remove it. Move implementation ...
2150 (tramp-action-password): ... here.
2151 (tramp-mode-string-to-int, tramp-local-host-p)
2152 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2153 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2154 Set tramp-autoload cookie.
2fe4b125
MA
2155
2156 * net/trampver.el: Update release number.
2157
21582012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2159 Michael Albinus <michael.albinus@gmx.de>
2160
2161 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2162 (tramp-parse-group, tramp-parse-file)
2163 (tramp-parse-shostkeys-sknownhosts): New defuns.
2164 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2165 (tramp-parse-shosts-group, tramp-parse-sconfig)
2166 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2167 (tramp-parse-sknownhosts, tramp-parse-hosts)
2168 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2169 Use them.
2170 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2171 (tramp-parse-putty-group): Don't narrow.
2172 (tramp-parse-putty): Make a loop.
2173 (tramp-file-name-handler): Catch the `suppress' signal.
2174
72834e10
CY
21752012-06-11 Chong Yidong <cyd@gnu.org>
2176
2177 * image.el (imagemagick-register-types): Put the ImageMagick entry
2178 at the end of image-type-file-name-regexps.
2179
a4712e11
JB
21802012-06-11 Johan Bockgård <bojohan@gnu.org>
2181
2182 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2183 (pcase, pcase-let*, pcase-dolist): Use them.
2184
82ad98e3
SM
21852012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * emacs-lisp/pcase.el (pcase--let*): New function.
2188 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2189 (pcase--expand): Use macroexp-let².
2190
f80efb86
SM
21912012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2192
2193 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2194 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2195 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2196 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2197 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2198 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2199
31ca4639 22002012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2201
31ca4639
CY
2202 * mail/rmail.el (rmail-yank-current-message): Leave point at
2203 correct position. (Bug#11660)
94f0aa34 2204
31ca4639 22052012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2206
31ca4639 2207 * allout-widgets.el: Fix code header.
9e1b8ec4 2208
31ca4639 22092012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2210
f80efb86
SM
2211 * cus-edit.el (customize-changed-options-previous-release):
2212 Bump to 24.1.
31ca4639 2213
642b6d30
AS
22142012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2215
2216 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2217
4f5d2ba1
CY
22182012-06-09 Chong Yidong <cyd@gnu.org>
2219
2220 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2221
e75852fd
MR
22222012-06-09 Martin Rudalics <rudalics@gmx.at>
2223
2224 * window.el (special-display-popup-frame): Don't use
2225 window--display-buffer (Bug#11651).
2226
1e48e282
EZ
22272012-06-09 Eli Zaretskii <eliz@gnu.org>
2228
8a26b487
EZ
2229 Fix parallel builds: make sure loaddefs.el is not being written
2230 while Lisp files are compiled.
2231 (compile): Don't depend on 'mh-autoloads'.
2232 (compile-CMD, compile-SH): Depend on 'autoloads'.
2233 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2234
1e48e282
EZ
2235 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2236
6175e34b
CY
22372012-06-09 Chong Yidong <cyd@gnu.org>
2238
2239 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2240 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2241 Doc fixes (Bug#11225).
2242
d9857e53
SM
22432012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2246 a function if there's a clear indication that it has a compiler-macro.
2247 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2248 (macro-declarations-alist): Add arglist to declaration functions.
2249 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2250 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2251 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2252 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2253 Also add autoload to find the compiler macro.
2254 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2255 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2256 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2257 (cl--compiler-macro-get): New functions, replacing calls to
2258 cl-define-compiler-macro.
2259 (cl-typep) [compiler-macro]: Use macroexp-let².
2260
f81298f8 22612012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2262
2263 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2264 string properly, fixes Bug#11473.
2265
4b56d0fe
CY
22662012-06-08 Chong Yidong <cyd@gnu.org>
2267
2268 * faces.el (set-face-attribute): Doc fix.
2269 (modify-face): Don't use :bold and :italic.
2270 (error, warning, success): Tweak definitions.
2271
2272 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2273 (custom-modified, custom-set, custom-changed, custom-themed)
2274 (custom-saved, custom-button, custom-button-mouse)
2275 (custom-button-pressed, custom-state, custom-comment-tag)
2276 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2277 (custom-group-subtitle): Use new-style face specs.
2278 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2279 (custom-set-face, custom-changed-face, custom-saved-face)
2280 (custom-button-face, custom-button-pressed-face)
2281 (custom-documentation-face, custom-state-face)
2282 (custom-comment-face, custom-comment-tag-face)
2283 (custom-variable-tag-face, custom-variable-button-face)
2284 (custom-face-tag-face, custom-group-tag-face-1)
2285 (custom-group-tag-face): Remove obsolete face alias.
2286
2287 * epa.el (epa-validity-high, epa-validity-medium)
2288 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2289 (epa-field-name, epa-field-body):
2290 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2291 (font-lock-keyword-face, font-lock-builtin-face)
2292 (font-lock-function-name-face, font-lock-variable-name-face)
2293 (font-lock-type-face, font-lock-constant-face):
2294 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2295 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2296 * speedbar.el (speedbar-button-face, speedbar-file-face)
2297 (speedbar-directory-face, speedbar-tag-face)
2298 (speedbar-selected-face, speedbar-highlight-face)
2299 (speedbar-separator-face):
2300 * whitespace.el (whitespace-newline, whitespace-space)
2301 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2302 (whitespace-line, whitespace-space-before-tab)
2303 (whitespace-space-after-tab, whitespace-indentation)
2304 (whitespace-empty):
2305 * emulation/cua-base.el (cua-global-mark):
2306 * eshell/em-prompt.el (eshell-prompt):
2307 * net/newst-plainview.el (newsticker-new-item-face)
2308 (newsticker-old-item-face, newsticker-immortal-item-face)
2309 (newsticker-obsolete-item-face, newsticker-date-face)
2310 (newsticker-statistics-face, newsticker-default-face):
2311 * net/newst-reader.el (newsticker-feed-face)
2312 (newsticker-extra-face, newsticker-enclosure-face):
2313 * net/newst-treeview.el (newsticker-treeview-face)
2314 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2315 (newsticker-treeview-immortal-face)
2316 (newsticker-treeview-obsolete-face)
2317 (newsticker-treeview-selection-face):
2318 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2319 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2320 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2321 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2322 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2323 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2324 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2325 (mpuz-text):
2326 * progmodes/vera-mode.el (vera-font-lock-number)
2327 (vera-font-lock-function, vera-font-lock-interface):
2328 * textmodes/table.el (table-cell): Use new-style face specs, and
2329 don't use the old :bold and :italic attributes.
2330
2331 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2332 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2333 (ebrowse-member-class, ebrowse-progress): Likewise.
2334 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2335 (ebrowse-file-name-face, ebrowse-default-face)
2336 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2337 (ebrowse-progress-face): Remove obsolete faces.
2338
2339 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2340 Inherit from error and warning faces respectively.
2341
2342 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2343 Likewise.
f80efb86
SM
2344 (flyspell-incorrect-face, flyspell-duplicate-face):
2345 Remove obsolete aliases.
4b56d0fe 2346
03310646
MA
23472012-06-08 Michael Albinus <michael.albinus@gmx.de>
2348
2349 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2350 Avoid infloop.
2351
513749ee
SM
23522012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * startup.el (argv, argi): Make lexically scoped.
2355 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2356 * emacs-lisp/cl-macs.el: Use lexical-binding.
2357 Rename cl-bind-* to cl--bind-*.
2358 * files.el: Don't require `cl' since it doesn't use it.
2359 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2360
595ef4ad
JB
23612012-06-08 Juanma Barranquero <lekktu@gmail.com>
2362
2363 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2364 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2365 instead of calling external sort utility.
2366 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2367
e9f66fcb
EZ
23682012-06-08 Eli Zaretskii <eliz@gnu.org>
2369
2370 * descr-text.el (describe-char): Mention how to insert the
2371 character, if the current input method doesn't support it.
2372 See the discussion in this thread for the details:
2373 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2374
3d10db47
SS
23752012-06-08 Sam Steingold <sds@gnu.org>
2376
2377 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2378 XF86Back to previous-buffer.
2379 (minibuffer-local-map): Bind them to next-history-element and
2380 previous-history-element respectively.
2381 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2382 help-go-back respectively.
2383 * info.el (Info-mode-map): Bind them to Info-history-forward and
2384 Info-history-back respectively.
2385 These are the keys next to Up on the ThinkPad keyboard.
2386
de7e2b36
SM
23872012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2388
2389 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2390 * emacs-lisp/cl-macs.el: Provide itself.
2391 (cl--labels-convert-cache): New var.
2392 (cl--labels-convert): New function.
2393 (cl-flet, cl-labels): New implementation with new semantics, relying on
2394 lexical-binding.
2395 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2396 (cl-closure-vars, cl--function-convert-cache)
2397 (cl--function-convert): Move from cl-macs.el.
2398 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2399 rename by removing the "cl-" prefix.
2400 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2401
6fa6c4ae
SM
24022012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2405 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2406 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2407 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2408 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2409 (cl-hash-table-count): Add old compatibility aliases.
2410
2411 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2412 Use macroexpand-all-environment instead.
2413 (cl--old-macroexpand): New var.
2414 (cl--sm-macroexpand): New function.
2415 (cl-symbol-macrolet): Use it during macro expansion.
2416 (cl--function-convert-cache): New var.
2417 (cl--function-convert): New function, extracted from
2418 cl-macroexpand-all.
2419 (cl-lexical-let): Use it.
2420
2421 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2422 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2423 (cl-member): Remove old alias.
2424
2425 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2426 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2427 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2428 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2429 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2430 (cl-macroexpand-cmacs): Remove var.
2431 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2432 Use macroexpand-all instead.
2433
4dd1c416
SM
24342012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2437 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2438 (macroexp-copyable-p): New functions and macros.
2439 * emacs-lisp/edebug.el (edebug-unwrap):
2440 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2441 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2442 (pcase--let*): Remove.
2443 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2444 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2445 macroexp-const-p instead.
2446 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2447
2448 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2449 instead of "cl-" for internal definitions. Use macroexp-const-p.
2450 (cl-old-bc-file-form): Remove var.
2451 (cl-const-exprs-p): Remove fun.
2452 (cl-labels, cl-macrolet): Use backquote.
2453 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2454 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2455 (cl-define-setf-expander): Rename from cl-define-setf-method.
2456 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2457
2458 * international/mule-cmds.el: Don't require CL.
2459 (view-hello-file): Don't use `letf'.
2460
ed8bd4d7
SM
24612012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2462
7287f2f3
SM
2463 * tmm.el (tmm-prompt): Use string-prefix-p.
2464 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2465 (tmm-add-prompt): Use minibuffer-completion-help.
2466 (tmm-delete-map): Remove.
2467
ed8bd4d7
SM
2468 * subr.el (kbd): Make it its own function.
2469
7b4cdbf4
SM
24702012-06-07 Stefan Merten <smerten@oekonux.de>
2471
2472 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2473 Silence compiler warnings. Fix versions.
ed8bd4d7 2474 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2475 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2476 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2477 (rst-package-emacs-version-alist): Correct Emacs version to
2478 represent major merge with upstream.
ed8bd4d7 2479 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2480
2b48d721
GM
24812012-06-06 Glenn Morris <rgm@gnu.org>
2482
2483 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2484 Only print environment variables if set.
2485
fa779ab0
SM
24862012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2489 (macroexp--cons): Rename from maybe-cons.
2490 (macroexp--accumulate): Rename from macroexp-accumulate.
2491 (macroexp--all-forms): Rename from macroexpand-all-forms.
2492 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2493 (macroexp--expand-all): Rename from macroexpand-all-1.
2494
628299e0
SS
24952012-06-06 Sam Steingold <sds@gnu.org>
2496
2497 * calendar/calendar.el (calendar-in-read-only-buffer):
2498 Call `special-mode' to enable the standard read-only keybindings.
2499
b7bb5838
SM
25002012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2503 with "loading" messages (bug#11635).
2504
dfb308ba
MA
25052012-06-06 Michael Albinus <michael.albinus@gmx.de>
2506
2507 * files.el (enable-remote-dir-locals): New option.
2508 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2509
0372ee92
MA
2510 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2511 Ensure, that the temp directory is local.
2512
2513 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2514 `temporary-file-directory'.
2515
eed0bb91
MA
2516 * progmodes/python.el (python-send-region): Ensure, that the
2517 temporary file is created also in the remote case.
2518
7a58f64d
GM
25192012-06-06 Glenn Morris <rgm@gnu.org>
2520
f7dd4e98
GM
2521 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2522 (vc-rcs-update-changelog): Use it.
2523
090bd7cb 2524 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2525
7a58f64d
GM
2526 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2527 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2528 (vc-sccs-diff): Replace use of the external vcdiff script.
2529
daed4003
GM
25302012-06-05 Glenn Morris <rgm@gnu.org>
2531
2532 * ledit.el: Move to obsolete/.
2533
48c455c7
SS
25342012-06-05 Sam Steingold <sds@gnu.org>
2535
ed9265fc 2536 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2537 patch (Bug#11140).
2538
57a7d507
SM
25392012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2540
090bd7cb 2541 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2542
53aacf21
SM
2543 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2544 compiler-macro expansion.
2545
57a7d507
SM
2546 Add native compiler-macro support.
2547 * emacs-lisp/macroexp.el (macroexpand-all-1):
2548 Support compiler-macros directly. Properly follow aliases and apply
2549 the compiler macros more thoroughly.
2550 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2551 macroexpand now properly follows aliases.
2552 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2553 (cl-compiler-macroexpand): Use new prop.
2554 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2555
2556 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2557
51a5f9d8
MR
25582012-06-05 Martin Rudalics <rudalics@gmx.at>
2559
2560 * window.el (get-lru-window, get-mru-window, get-largest-window):
2561 New argument NOT-SELECTED to avoid picking the selected window.
2562 (window--display-buffer-1, window--display-buffer-2): Replace by
2563 new function window--display-buffer
2564 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2565 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2566 Use window--display-buffer.
51a5f9d8
MR
2567 (display-buffer-use-some-window): Remove temporary dedication
2568 hack by calling get-lru-window and get-largest-window with
2569 NOT-SELECTED argument non-nil. Call window--display-buffer.
2570
08f9f738
GM
25712012-06-05 Glenn Morris <rgm@gnu.org>
2572
2573 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2574 Replace external vcdiff script.
2575
e364a2b7
SM
25762012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2579
041df390
CY
25802012-06-04 Chong Yidong <cyd@gnu.org>
2581
e364a2b7
SM
2582 * image.el (imagemagick-types-inhibit): Revert last change.
2583 Add INFO and M.
47b36b94 2584 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2585
7c1898a7
SM
25862012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * emacs-lisp/cl-lib.el: Rename from cl.el.
2589 * emacs-lisp/cl.el: New compatibility file.
2590 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2591 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2592 to obey the "cl-" prefix.
2593 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2594
0c3461de
GM
25952012-06-03 Glenn Morris <rgm@gnu.org>
2596
1e266c88
GM
2597 * emacs-lisp/authors.el (authors-aliases): Addition.
2598
0c3461de
GM
2599 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2600 Fix :version.
2601
d8a52e15
SM
26022012-06-03 Stefan Merten <smerten@oekonux.de>
2603
2604 * textmodes/rst.el: Add comments.
2605 (rst-transition, rst-adornment): New faces.
2606 (rst-adornment-faces-alist): Make default safe to reevaluate.
2607 Fixes
2608 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2609 Improve customization tags.
2610 (rst-define-level-faces): Clarify meaning.
2611
5205d6f6
CY
26122012-06-03 Chong Yidong <cyd@gnu.org>
2613
2614 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2615 (compilation-mode-line-run, compilation-mode-line-exit):
2616 New faces.
5205d6f6
CY
2617 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2618
757ee657
JD
26192012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2620
7c1898a7
SM
2621 * progmodes/which-func.el (which-func-update-ediff-windows):
2622 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2623
5f2c76c6
CY
26242012-06-03 Chong Yidong <cyd@gnu.org>
2625
2626 * bindings.el: Remove explicit help text from format-mode-line.
2627 It is now supplied by mode-line-default-help-echo.
2628 (mode-line-front-space, mode-line-end-spaces)
2629 (mode-line-misc-info): New variables.
2630 (mode-line-modes, mode-line-position): Move the default value to
2631 the variable definition.
2632 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2633 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2634 (mode-line-modified-help-echo): New functions.
2635 (mode-line-mule-info, mode-line-modified): Use them.
2636 (mode-line-eol-desc, propertized-buffer-identification):
2637 Consistency fixes for help text.
cbe46e5f
CY
2638 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2639 set-buffer-file-coding-system (Bug#289).
2640 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2641
f2d6a3df
SM
26422012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * simple.el (execute-extended-command): Set real-this-command
2645 (bug#11506).
2646
37269466
CY
26472012-06-02 Chong Yidong <cyd@gnu.org>
2648
2649 Remove incorrect uses of "modeline" in comments, docstrings, and
2650 function/variable names (Bug#10329).
2651
2652 * cus-edit.el (mode-line):
2653 * dframe.el (dframe-mouse-hscroll):
2654 * emacs-lisp/re-builder.el:
2655 * emacs-lisp/easy-mmode.el (define-minor-mode):
2656 * frame.el (set-frame-name):
2657 * help.el (lookup-minor-mode-from-indicator):
2658 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2659 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2660 (c-toggle-hungry-state):
2661 * progmodes/antlr-mode.el (antlr-language-alist):
2662 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2663 * progmodes/vhdl-mode.el (vhdl-mode):
2664 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2665 * term/ns-win.el (ns-face-at-pos):
2666 * term/sup-mouse.el (sup-mouse-report):
2667 * textmodes/flyspell.el (flyspell-mode-line-string):
2668 * textmodes/ispell.el (ispell-highlight-face):
2669 * textmodes/reftex-global.el:
2670 * vc/vc-arch.el (vc-arch-mode-line-string):
2671 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2672 * vc/vc-git.el (vc-git-mode-line-string):
2673 * vc/vc-hooks.el (vc-display-status)
2674 (vc-default-mode-line-string):
2675 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2676
2677 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2678
2679 * dired.el (dired-sort-set-mode-line): Rename from
2680 dired-sort-set-modeline. All callers changed.
2681
2682 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2683 eshell-status-in-modeline.
2684
2685 * foldout.el (foldout-mode-line-string): Rename from
2686 foldout-modeline-string. All callers changed.
2687 (foldout-update-mode-line): Rename from foldout-update-modeline.
2688
2689 * subr.el (redraw-modeline): Make into obsolete alias.
2690
2691 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2692 timeclock-modeline-display. Make old name an alias.
2693 (timeclock-update-mode-line): Likewise. All callers changed.
2694 (timeclock-mode-line-display): No need to check before using
2695 add-hook.
2696 (timeclock-relative, timeclock-day-over-hook)
2697 (timeclock-use-elapsed, timeclock-mode-string)
2698 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2699
2700 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2701 crisp-mode-modeline-string.
2702
2703 * play/solitaire.el (solitaire-build-mode-line): Rename from
2704 solitaire-build-modeline. All callers changed.
2705
2706 * play/zone.el (zone-hiding-mode-line): Rename from
2707 zone-hiding-modeline. All callers changed.
2708 (zone): Remove unusued `modeline-hidden-level' property.
2709
2710 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2711 xscheme-modeline-initialize. All callers changed.
2712
2713 * strokes.el (strokes-lighter): Rename from
2714 strokes-modeline-string.
2715
2716 * textmodes/sgml-mode.el (html-face-tag-alist)
2717 (html-tag-face-alist): Use mode-line face instead of obsolete
2718 alias modeline.
2719
42152ee4
SM
27202012-06-02 Stefan Merten <smerten@oekonux.de>
2721
2722 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2723 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2724
95f520b5
CY
27252012-06-02 Chong Yidong <cyd@gnu.org>
2726
2727 * image.el (imagemagick-enabled-types): Rename from
2728 imagemagick-types-enable. Add many more types.
2729 (imagemagick-types-inhibit): Change default to nil.
2730 (imagemagick-filter-types): Caller changed.
2731
4a5f187a
SM
27322012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2733
03fef3e6
SM
2734 * emacs-lisp/cl-macs.el: Use backquotes.
2735 (cl-transform-function-property): Use eval-and-compile rather than
2736 abusing `require'.
2737 (defstruct): Use declare-function instead of with-no-warnings.
2738
4a5f187a
SM
2739 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2740 (byte-compile-output-docform): Re-add the print-circle bindings.
2741 (byte-compile-fix-header): Use #$ just because it's shorter.
2742 (byte-compile-output-file-form): Remove defun/defmacro.
2743
bd56924f
MR
27442012-06-01 Martin Rudalics <rudalics@gmx.at>
2745
2746 * simple.el (choose-completion): Remove now obsolete binding for
2747 owindow.
2748
046e38ce
MA
27492012-06-01 Michael Albinus <michael.albinus@gmx.de>
2750
2751 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2752 in order to avoid "Stack overflow in regexp matcher".
2753
32d72c2f
GM
27542012-05-31 Glenn Morris <rgm@gnu.org>
2755
2756 * image.el: For clarity, call imagemagick-register-types at
2757 top-level, rather than relying on a custom :initialize.
2758 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2759 (imagemagick-filter-types): New function. (Bug#7406)
2760 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2761 If disabling support, remove elements altogether rather
2762 than using an impossible regexp.
2763 (imagemagick-types-inhibit): Give it the default init function.
2764
dd41169b
SM
27652012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2766
4a5f187a
SM
2767 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2768 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2769
efc00ab1 27702012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2771
2772 * desktop.el (desktop-read): Clear previous and next buffers for
2773 all windows and bury *Messages* buffer (bug#11556).
2774
500fcedc
SM
27752012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 Add `declare' for `defun'. Align `defmacro's with it.
2778 * emacs-lisp/easy-mmode.el (define-minor-mode)
2779 (define-globalized-minor-mode): Don't autoload the var definitions.
2780 * emacs-lisp/byte-run.el: Use lexical-binding.
2781 (defun-declarations-alist, macro-declarations-alist): New vars.
2782 (defmacro, defun): Use them.
2783 (make-obsolete, define-obsolete-function-alias)
2784 (make-obsolete-variable, define-obsolete-variable-alias):
2785 Use `declare'.
2786 (macro-declaration-function): Mark obsolete.
2787 * emacs-lisp/autoload.el: Use lexical-binding.
2788 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2789
6e8a1786
AM
27902012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2791
2792 * textmodes/ispell.el (ispell-with-no-warnings):
2793 Define as a macro.
500fcedc
SM
2794 (ispell-kill-ispell, ispell-change-dictionary):
2795 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2796 `interactive-p'.
2797
61b108cc
SM
27982012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2799
2800 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2801 (macro-declaration-function): Move var from C code.
2802 (macro-declaration-function): Define function with defalias.
2803 * emacs-lisp/macroexp.el (macroexpand-all-1):
2804 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2805 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2806 defun/defmacro any more.
2807 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2808 Provide fallback for unknown arglist.
2809 (byte-compile-arglist-warn): Change calling convention.
2810 (byte-compile-output-file-form): Move print-vars binding.
2811 (byte-compile-output-docform): Simplify accordingly.
2812 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2813 (byte-compile-defmacro-declaration): Remove.
2814 (byte-compile-file-form-defmumble): Generalize to defalias.
2815 (byte-compile-output-as-comment): Return byte-positions.
2816 Simplify callers accordingly.
2817 (byte-compile-lambda): Use `assert'.
2818 (byte-compile-defun, byte-compile-defmacro): Remove.
2819 (byte-compile-file-form-defalias):
2820 Use byte-compile-file-form-defmumble.
2821 (byte-compile-defalias-warn): Remove.
2822
6d3f7c2f
SM
28232012-05-29 Stefan Merten <smerten@oekonux.de>
2824
2825 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2826 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2827
2828 (rst-mode-abbrev-table): Merge definition.
2829 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2830 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2831
6dbaa1c7
UJ
28322012-05-29 Ulf Jasper <ulf.jasper@web.de>
2833
2834 * calendar/icalendar.el
2835 (icalendar-export-region): Export UID properly.
2836
d209e2fb 28372012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2838 * calendar/icalendar.el (icalendar-import-format):
2839 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2840 (icalendar-import-format-uid): New.
2841 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2842 Export UID.
2843
6876a58d
SM
28442012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2847 different alternative patterns.
2848 (pcase-codegen): Be more careful to preserve identity.
2849 (pcase--u1): Don't forget to mark vars as used.
2850
2851 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2852 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2853 (byte-compile-from-buffer): ...rather than here.
2854
2855 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2856 functions from byte-compile-function-environment.
2857
46b7967e
TN
28582012-05-29 Troels Nielsen <bn.troels@gmail.com>
2859
2860 * window.el (window-deletable-p): Avoid deleting the root window
2861 of a frame with an active minibuffer.
2862
69d565e2
MR
28632012-05-29 Martin Rudalics <rudalics@gmx.at>
2864
2865 * simple.el (choose-completion): Use quit-window (Bug#11567).
2866
a149fa51
CY
28672012-05-29 Chong Yidong <cyd@gnu.org>
2868
2869 * whitespace.el (whitespace-cleanup): Fix usage of
2870 whitespace-empty-at-bob-regexp (Bug#11492).
2871
2b311310
AH
28722012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2873
2874 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2875 revert (Bug#11488).
2876
b9cb2387
JL
28772012-05-29 Juri Linkov <juri@jurta.org>
2878
2879 * isearch.el (isearch-mode-map): Bind `M-s _' to
2880 `isearch-toggle-symbol'. Bind `M-s c' to
2881 `isearch-toggle-case-fold'.
2882 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2883 (isearch-forward): Add `M-s _' to the docstring.
2884 (isearch-forward-symbol, isearch-toggle-case-fold)
2885 (isearch-symbol-regexp): New functions. (Bug#11381)
2886
d5e61c1c
JL
28872012-05-29 Juri Linkov <juri@jurta.org>
2888
2889 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2890 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2891 a function, call it to get the regexp.
2892 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2893 property `isearch-message-prefix' instead of the string "word ".
2894 (isearch-search-fun-default): For the case of `isearch-word',
2895 return a lambda that calls re-search-forward/re-search-backward
2896 with a regexp returned by `word-search-regexp' or by the function
2897 in `isearch-word'.
2898
8cbd80f7
JL
28992012-05-29 Juri Linkov <juri@jurta.org>
2900
2901 * isearch.el (isearch-search-fun-default): New function.
2902 (isearch-search-fun): Move default part to the new function
2903 `isearch-search-fun-default'.
2904 (isearch-search-fun-function): Set the default value to
2905 `isearch-search-fun-default'. (Bug#11381)
2906
2907 * comint.el (comint-history-isearch-end):
2908 Use `isearch-search-fun-default'.
2909 (comint-history-isearch-search): Use `isearch-search-fun-default'
2910 and remove spacial case for `isearch-word'.
2911 (comint-history-isearch-wrap): Remove spacial case for
2912 `isearch-word'.
2913
2914 * hexl.el (hexl-isearch-search-function):
2915 Use `isearch-search-fun-default'.
2916
2917 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2918 Use `word-search-regexp' for `isearch-word'.
2919
2920 * misearch.el (multi-isearch-search-fun):
2921 Use `isearch-search-fun-default'.
2922
2923 * simple.el (minibuffer-history-isearch-search):
2924 Use `isearch-search-fun-default' and remove spacial case for
2925 `isearch-word'.
2926 (minibuffer-history-isearch-wrap): Remove spacial case for
2927 `isearch-word'.
2928
2929 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2930 Remove spacial case for `isearch-word'.
2931 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2932
85c8c5b6
AM
29332012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2934
2935 Decrease XEmacs incompatibilities.
2936 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2937 Use `string-match'.
2938 (flyspell-delete-region-overlays): Use alternative definition for
2939 XEmacs.
2940 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2941 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2942 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2943 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2944 `define-obsolete-face-alias' under XEmacs, but old method.
2945
2946 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2947 `with-no-warnings' definition or Emacs alias.
2948 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2949 (ispell-word): Do not use `region-p' if XEmacs.
2950
8cab9efc
AM
29512012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2952
2953 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2954 Check for `ispell-dictionary-base-alist' instead of full
2955 `ispell-dictionary-alist'.
2956 (ispell-init-process): Show spellchecker when starting new Ispell
2957 process.
2958
fda91268
RZ
29592012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2962 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2963
694ea8e3
JB
29642012-05-27 Juanma Barranquero <lekktu@gmail.com>
2965
2966 * version.el (motif-version-string, gtk-version-string)
2967 (ns-version-string): Declare.
2968
e4d4f539
JL
29692012-05-27 Juri Linkov <juri@jurta.org>
2970
2971 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2972 after the `eval-defun-1' specialcaseing
2973 like in `edebug-eval-defun' (bug#10181).
2974
2975 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2976 like in `eval-defun-1'.
2977
33017faf 29782012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2979
fda91268
RZ
2980 * mail/sendmail.el (mail-yank-region):
2981 Recognize rmail-yank-current-message in addition to insert-buffer.
2982 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2983 a *mail* buffer created through rmail-start-mail with sendmail as
2984 mail-user-agent.
2985
33017faf
GM
29862012-05-27 Chong Yidong <cyd@gnu.org>
2987
2988 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2989 Default to 256 (Bug#11267).
2990
2991 * help.el (describe-mode): Doc fix.
2992
04188bb9
GM
29932012-05-26 Glenn Morris <rgm@gnu.org>
2994
38264cc9
GM
2995 * w32-fns.el (w32-init-info): Remove.
2996 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2997
eb7afdad
GM
2998 * info.el (info-initialize): For self-contained NS builds, put the
2999 included info/ directory at the front. (Bug#2791)
3000
04188bb9
GM
3001 * paths.el (Info-default-directory-list): Make it a defcustom,
3002 mainly so that we can use custom-initialize-delay.
3003
a179e3f7
SM
30042012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3005
43416392
SM
3006 * subr.el (buffer-has-markers-at): Mark obsolete.
3007
a179e3f7 3008 * subr.el (lambda): Use declare.
43416392 3009
a179e3f7
SM
3010 * emacs-lisp/lisp-mode.el (lambda):
3011 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
3012
34a008d9
AH
30132012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3014
3015 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
3016
0a3b289f
GM
30172012-05-26 Glenn Morris <rgm@gnu.org>
3018
3019 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
3020
758c81e8
GM
30212012-05-25 Glenn Morris <rgm@gnu.org>
3022
f9f334f0
GM
3023 * paths.el: Remove no-byte-compile.
3024 * loadup.el: No need to load paths.el uncompiled.
3025
87eb79c2
GM
3026 * image.el (imagemagick-types-inhibit): Doc fix.
3027
758c81e8
GM
3028 * version.el: Remove no-byte-compile and associated formatting.
3029 * loadup.el: No need to load version.el uncompiled. AFAICS, this
3030 is ancient code from when there was an "inc-vers.el".
3031
e7e85dc0
SM
30322012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * progmodes/gdb-mi.el: Minor style changes.
3035 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
3036 Turn into minor modes.
3037 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
3038 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
3039 (gdb-shell): Remove unneeded let-binding.
3040 (gdb-get-many-fields): Eliminate O(n²) behavior.
3041
f31237a4
EZ
30422012-05-25 Eli Zaretskii <eliz@gnu.org>
3043
3044 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
3045 platforms that don't link in fontset.c.
3046
bc1b21bb
JL
30472012-05-25 Juri Linkov <juri@jurta.org>
3048
3049 Use the same diff color scheme as in modern VCSes (bug#10181).
3050
3051 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
3052 to avoid confusion with `diff-added' that now uses green colors.
3053 (diff-removed): Use shades of red.
3054 (diff-added): Use shades of green.
3055 (diff-changed): Leave just the yellow color.
3056 (diff-use-changed-face): New variable.
3057 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
3058 how to highlight context diff changes.
3059 (diff-refine-change): Use shades of yellow.
3060 (diff-refine-removed): New face that uses shades of red.
3061 (diff-refine-added): New face that uses shades of green.
3062 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
3063 `diff-refine-removed' in the call to `smerge-refine-subst'
3064 depending on the value of `diff-use-changed-face'.
3065
3066 * vc/smerge-mode.el (smerge-mine): Use shades of red.
3067 (smerge-other): Use shades of green.
3068 (smerge-base): Use shades of yellow.
3069 (smerge-refined-change): Empty face.
3070 (smerge-refined-removed): New face that uses shades of red.
3071 (smerge-refined-added): New face that uses shades of green.
3072 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
3073 args `props-r' and `props-a', and use them. Doc fix.
3074 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
3075 on its value use different faces `smerge-refined-change',
3076 `smerge-refined-removed', `smerge-refined-added' in the call to
3077 `smerge-refine-subst'.
3078
3079 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
3080 Add face condition `min-colors 88' with shades of red.
3081 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
3082 `min-colors 88' with shades of green.
3083 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
3084 `min-colors 88' with shades of yellow.
3085
6df9112c
GM
30862012-05-24 Glenn Morris <rgm@gnu.org>
3087
ead5edc0
GM
3088 * paths.el (prune-directory-list, remote-shell-program): Move to...
3089 * files.el (prune-directory-list, remote-shell-program): ...here.
3090 For the latter, delay initialization, prefer ssh, just search PATH.
3091
f18b81e6
GM
3092 * paths.el (term-file-prefix): Move to faces.el (the only user).
3093 * faces.el (term-file-prefix): Move here, make it a defcustom.
3094
ee2f89a6
GM
3095 * paths.el (news-directory, news-path, news-inews-program):
3096 Move to gnus/nnspool.el.
61a583ca 3097
f8815e4c
GM
3098 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
3099
c8f3b42c
GM
3100 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
3101 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
3102 Make the latter a defcustom, with a delayed initialization.
3103
6df9112c
GM
3104 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
3105 These were deleted from Gnus itself late 2010.
3106
5dadff36
JB
31072012-05-22 Juanma Barranquero <lekktu@gmail.com>
3108
9e1701c6
JB
3109 * progmodes/which-func.el (which-func-ff-hook):
3110 Check against user-error, not error.
3111
bd7239f5 3112 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
3113 cl-specs.el, which no longer exists.
3114
3290526d
GM
31152012-05-22 Glenn Morris <rgm@gnu.org>
3116
3117 * info.el (info-emacs-bug): New command.
3118 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
3119 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
3120
ff0c3cfb
GM
31212012-05-21 Glenn Morris <rgm@gnu.org>
3122
3123 * makefile.w32-in (update-subdirs-SH):
3124 * Makefile.in (update-subdirs): Update for moved update-subdirs.
3125
5814f126
SM
31262012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3127
a52c0aa0
SM
3128 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3129
5814f126
SM
3130 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3131 Simplify Maven regexp, and make sure the file can't start with a space
3132 (bug#11517).
3133
b847032c
GM
31342012-05-21 Glenn Morris <rgm@gnu.org>
3135
3136 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3137 Scrap superfluous subshells.
3138
3858bfe7
SM
31392012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3142 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3143
d14b0029
JB
31442012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3145
3146 * calc/calc.el (calc-ensure-consistent-units): New variable.
3147
a52c0aa0
SM
3148 * calc/calc-units.el (math-consistent-units-p)
3149 (math-check-unit-consistency): New functions.
3150 (calc-quick-units, calc-convert-units):
3151 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3152 is non-nil.
d14b0029
JB
3153 (calc-extract-units): Fix typo.
3154
60c4db3a
SM
31552012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3156
77f3b62e
SM
3157 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3158
60c4db3a
SM
3159 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3160 (flyspell-default-deplacement-commands): Don't spell check after
3161 repeated window/frame switches (e.g. triggered by mouse-movement).
3162 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3163 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3164 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3165 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3166 Remove unused vars.
3167 (flyspell-get-casechars, flyspell-get-not-casechars):
3168 Simplify; Don't bother removing a ] just to add it back.
3169 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3170
d209e2fb 31712012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3172
3173 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3174 New functions.
bd7239f5 3175 (math-function-table): Add support for more C functions.
b1a10716 3176
3f1b25b5
AM
31772012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3178
090bd7cb
JB
3179 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3180 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3181 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3182
b581bb5c
SM
31832012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3186 their respective macro declarations.
3187 * skeleton.el (define-skeleton):
3188 * progmodes/compile.el (define-compilation-mode):
3189 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3190 (define-ibuffer-filter):
3191 * emacs-lisp/generic.el (define-generic-mode):
3192 * emacs-lisp/easy-mmode.el (define-minor-mode)
3193 (define-globalized-minor-mode):
3194 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3195 * emacs-lisp/byte-run.el (defsubst):
3196 * custom.el (deftheme): Add doc-string metadata.
3197
70b8ef8f
SM
31982012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3201
b1198e17
SM
32022012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3203
9abdc45d
SM
3204 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3205
b1198e17
SM
3206 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3207 * emacs-lisp/cl-macs.el: Idem.
3208 * emacs-lisp/cl-specs.el: Remove.
3209
4735906a
SM
32102012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3211
3212 Minor renaming of internal CL functions and variables.
3213 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3214 (cl--position): Rename from cl-position.
3215 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3216 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3217 (cl--random-state): Rename from *random-state*.
3218
ac348012
SM
32192012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3222 parens around the arg list (bug#11499).
3223
a0a79cde
JL
32242012-05-17 Juri Linkov <juri@jurta.org>
3225
3226 * isearch.el (word-search-regexp, word-search-backward)
3227 (word-search-forward, word-search-backward-lax)
3228 (word-search-forward-lax): Move functions from search.c
3229 (bug#10145, bug#11381).
3230
65034a51
AM
32312012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3232
090bd7cb
JB
3233 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3234 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3235 Delay for otherchars as for normal word components.
65034a51 3236
1a72a195
SM
32372012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * minibuffer.el (completion--sifn-requote): Fix last change.
3240 (minibuffer-local-must-match-filename-map):
3241 Move define-obsolete-variable-alias before its var.
3242
fdb058c2
SM
32432012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3244
c41045e6
SM
3245 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3246
036dfb8b
SM
3247 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3248 behavior.
3249 (completion--string-equal-p): New function.
3250 (completion--twq-all): Use it to get better assertion failure data.
3251
2473256d
SM
3252 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3253 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3254 (shell--requote-argument): New functions.
3255 (shell-completion-vars): Use them.
3256 (shell--parse-pcomplete-arguments): Rename from
3257 shell-parse-pcomplete-arguments.
3258 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3259 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3260 Obey comint-file-name-quote-list.
3261
fdb058c2
SM
3262 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3263 (smie-indent-keyword): Use it.
3264
51fa99f1
SM
32652012-05-14 Stefan Merten <smerten@oekonux.de>
3266
3267 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3268
e18afed7 32692012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3270
3271 * net/rlogin.el (rlogin-mode-map): Fix last change.
3272
e18afed7 32732012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3274
3275 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3276 the following \r\n using a single `process-send-string', since the
3277 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3278 with two `process-send-string's (Bug#11444).
8633b1f4 3279
e18afed7 32802012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3281
fdb058c2
SM
3282 * shell.el (shell-parse-pcomplete-arguments):
3283 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3284
2d21d7f6
WJ
32852012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3286
e18afed7 3287 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3288 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3289 (image-transform-width, image-transform-fit-width): New functions.
3290 (image-transform-properties): Use them.
3291 (image-transform-check-size): New function.
3292 (image-toggle-display-image): Use it (for testing).
3293 (image-transform-set-rotation): Reduce angle mod 360.
3294 Delete obsolete comment.
3295
7102e6d0
WJ
32962012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3297
3298 * image-mode.el: Fix scaling (bug#11399).
3299 (image-transform-resize): Doc fix.
3300 (image-transform-properties): Default scale is 1 and height should
3301 be an integer.
3302
06bc5e6e
SM
33032012-05-13 Johan Bockgård <bojohan@gnu.org>
3304
3305 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3306 than hard-coding `car', to fix misbehavior when moving forward.
3307
0ae03b6a
CY
33082012-05-13 Chong Yidong <cyd@gnu.org>
3309
3310 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3311 (tabulated-list-entries, tabulated-list-padding)
3312 (tabulated-list-sort-key): Make permanent-local.
3313
3314 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3315 (electric-buffer-list): Put electric buffer menu
3316 command descriptions in this docstring, instead of the docstring
3317 of electric-buffer-menu-mode. Code cleanups.
3318 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3319 Electric-buffer-menu-mode.
3320 (electric-buffer-update-highlight): Minor code cleanup.
3321
205a7391
MA
33222012-05-13 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3325 (Bug#11447)
3326
e5bd0a28
SM
33272012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3328
3329 Move define-obsolete-variable-alias before the var's definition.
3330 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3331 * tooltip.el (tooltip-hook):
3332 * textmodes/reftex-toc.el (reftex-toc-map):
3333 * textmodes/reftex-sel.el (reftex-select-label-map)
3334 (reftex-select-bib-map):
3335 * textmodes/reftex-index.el (reftex-index-map)
3336 (reftex-index-phrases-map):
3337 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3338 * progmodes/meta-mode.el (meta-mode-map):
3339 * novice.el (disabled-command-hook):
3340 * loadhist.el (unload-hook-features-list):
3341 * frame.el (blink-cursor):
3342 * files.el (find-file-not-found-hooks, write-file-hooks)
3343 (write-contents-hooks):
3344 * emulation/tpu-edt.el (GOLD-map):
3345 * emacs-lock.el (emacs-lock-from-exiting):
3346 * emacs-lisp/generic.el (generic-font-lock-defaults):
3347 * emacs-lisp/chart.el (chart-map):
3348 * dos-fns.el (register-name-alist):
3349 * dired-x.el (dired-omit-files-p):
3350 * desktop.el (desktop-enable):
3351 * cus-edit.el (custom-mode-hook):
3352 * buff-menu.el (buffer-menu-mode-hook):
3353 * bookmark.el (bookmark-read-annotation-text-func)
3354 (bookmark-exit-hooks):
3355 * allout.el (allout-mode-deactivate-hook)
3356 (allout-exposure-change-hook, allout-structure-added-hook)
3357 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3358 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3359 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3360 comes before the corresponding variable's definition.
3361
ac59c2f6
CY
33622012-05-12 Chong Yidong <cyd@gnu.org>
3363
3364 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3365 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3366 (Buffer-menu-mode-map): Bind it.
3367 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3368
dee6c9a3
SM
33692012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3370
2171cea5
SM
3371 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3372 (prolog-upper-case-string, prolog-lower-case-string)
3373 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3374 (prolog-use-smie, prolog-smie-grammar): New vars.
3375 (prolog-smie-forward-token, prolog-smie-backward-token)
3376 (prolog-smie-rules): New funs.
3377 (prolog-comment-indent): Remove.
3378 (prolog-mode-variables): Use default comment indentation instead.
3379 Setup SMIE.
3380 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3381 (prolog-mode): Don't call them any more.
3382 (prolog-electric-colon, prolog-electric-dash)
3383 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3384
aa0382bd
SM
3385 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3386
dbacb4bd
SM
3387 * minibuffer.el (completion--twq-all): Again, allow case differences.
3388
13bdd94c
SM
3389 * term.el: Move keymap initialization code to be more idiomatic.
3390 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3391 (term-terminal-menu): Move initialization into declaration.
3392 (term-escape-char): Let the user set it in her .emacs.
3393
ff46c759
SM
3394 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3395 Provide SMIE-based indentation (not enabled by default yet).
3396 (sh-mode-map): Don't bind electric keys.
3397 Use electric-pair-mode instead of skeleton-pair.
3398 (sh-assignment-regexp): Fit within 80 columns.
3399 (sh-indent-supported): Specify actual shell name instead of boolean.
3400 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3401 (sh-maybe-here-document): Use it. Make obsolete.
3402 (sh-electric-here-document-mode) New minor mode.
3403 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3404 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3405 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3406 (sh-smie-rc-grammar, sh-use-smie): New vars.
3407 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3408 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3409 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3410 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3411 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3412 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3413 (sh-set-shell): Use smie-setup if requested.
3414
dee6c9a3
SM
3415 * term.el (term-set-escape-char): Properly set term-escape-char.
3416 See http://stackoverflow.com/questions/10524656.
3417
9f9aa044
CY
34182012-05-10 Chong Yidong <cyd@gnu.org>
3419
3420 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3421 Use url-generic-parse-url, and handle host names and Windows
3422 filenames properly.
3423 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3424 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3425 URL schemes to work on.
3426 (ffap--toggle-read-only): New function.
3427 (ffap-read-only, ffap-read-only-other-window)
3428 (ffap-read-only-other-frame): Use it.
3429 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3430 necessary for ffap-url-unwrap-remote.
3431
836d29b3
DA
34322012-05-10 Dave Abrahams <dave@boostpro.com>
3433
3434 * cus-start.el (create-lockfiles): Add it.
3435
00fd78ed
CY
34362012-05-09 Chong Yidong <cyd@gnu.org>
3437
3438 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3439 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3440
666b903b 34412012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3442
3443 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3444
666b903b 34452012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3446
3447 * ansi-color.el (ansi-color-process-output): Check for validity of
3448 comint-last-output-start before using it. This avoids a bad
3449 interaction with gdb-mi's input/output buffer.
3450
666b903b 34512012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3452
3453 * files.el (dir-locals-read-from-file):
3454 Mention dir-locals in any error message.
3455
666b903b 34562012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3457
3458 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3459 package (Bug#11410).
3460
f677562b
CY
3461 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3462 variables into description.
3463
666b903b 34642012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3465
3466 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3467 shell-delimiter-argument-list (bug#11348).
3468 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3469
b499d8d0
JB
34702012-05-09 Juanma Barranquero <lekktu@gmail.com>
3471
8f6b6da8
JB
3472 * textmodes/rst.el: Silence byte-compiler warnings.
3473 (rst-re-alist, rst-reset-section-caches): Move around.
3474 (rst-re): Use `characterp', not `char-valid-p'.
3475 (font-lock-beg, font-lock-end): Declare.
3476
4824146a
JB
3477 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3478 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3479
b499d8d0
JB
3480 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3481
ad89bb83
GM
34822012-05-08 Glenn Morris <rgm@gnu.org>
3483
3484 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3485
8bba5a75
SM
34862012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3487
49ed9c8e
SM
3488 * vc/log-edit.el: Add GNU coding standards highlighting.
3489 (log-edit-font-lock-gnu-style)
3490 (log-edit-font-lock-gnu-keywords): New vars.
3491 (log-edit-font-lock-keywords): New fun.
3492 (log-edit-mode): Don't fold case in font-lock.
3493 (log-edit-font-lock-keywords): Do not assume case-folding.
3494
07d00b56
SM
3495 * imenu.el: Misc cleanup. Make docstrings out of comments.
3496 Use lexical-binding.
3497 (imenu--index-alist, imenu--last-menubar-index-alist)
3498 (imenu-menubar-modified-tick): Use defvar-local.
3499 (imenu--split-menu): Remove unused var.
3500 (imenu--cleanup-seen): Declare as global.
3501 (imenu--cleanup): Use dolist.
3502
8bba5a75
SM
3503 * subr.el (defvar-local): Add debug spec and doc-string position.
3504
5075bdb5
GM
35052012-05-08 Glenn Morris <rgm@gnu.org>
3506
090bd7cb 3507 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3508 * language/english.el, language/georgian.el, language/greek.el:
3509 * language/japanese.el, language/khmer.el, language/korean.el:
3510 * language/lao.el, language/misc-lang.el, language/romanian.el:
3511 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3512 * language/thai.el, language/utf-8-lang.el:
3513 Remove no-byte-compile setting.
3514
5075bdb5
GM
3515 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3516
06f679a7
AH
35172012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3518
3519 * progmodes/make-mode.el (makefile-browse):
3520 Remove unnecessary interactive. (Bug#11324)
3521
03794570
GM
35222012-05-07 Glenn Morris <rgm@gnu.org>
3523
af8630f4
GM
3524 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3525
03794570
GM
3526 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3527
f0809a9d
SM
35282012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3529
28be5ce7
SM
3530 * loadup.el: Preload newcomment.el.
3531 * newcomment.el: Move autoload-only code to toplevel.
3532
f0809a9d
SM
3533 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3534 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3535 Handle new :right-align column property.
3536 (tabulated-list-print-col): Idem, plus use `display' text-property to
3537 try and preserve alignment for variable pitch fonts.
3538
1241b724
CY
35392012-05-07 Chong Yidong <cyd@gnu.org>
3540
3541 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3542 (tabulated-list-use-header-line): New var.
3543 (tabulated-list-init-header): Use it.
3544 (tabulated-list-print-fake-header): New function.
3545 (tabulated-list-print): Use it.
3546 (tabulated-list-sort-button-map): Add non-header-line commands.
3547 (tabulated-list-init-header): Add column name property to basic
3548 labels as well.
3549 (tabulated-list-col-sort): Handle non-header-line button case.
3550 (tabulated-list--sort-by-column-name): Fix a corner case.
3551
f0809a9d
SM
3552 * buff-menu.el (list-buffers--refresh):
3553 Handle Buffer-menu-use-header-line.
1241b724 3554
e5f9458f
CY
35552012-05-06 Chong Yidong <cyd@gnu.org>
3556
3557 * buff-menu.el: Convert to Tabulated List mode.
3558 (Buffer-menu-buffer+size-width): Make obsolete.
3559 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3560 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3561 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3562 documentation into docstring of buffer-menu.
3563 (Buffer-menu-toggle-files-only): Add an informative message.
3564 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3565 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3566 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3567 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3568 (Buffer-menu-execute, Buffer-menu-select)
3569 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3570 (Buffer-menu-bury): Use Tabulated List machinery.
3571 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3572 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3573 Delete.
e5f9458f
CY
3574 (list-buffers--refresh): New function.
3575 (list-buffers-noselect): Use it.
3576 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3577 (Buffer-menu--pretty-file-name): New helper functions.
3578
3579 * loadup.el: Preload tabulated-list.
3580
3581 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3582 tabulated-list-sort-column.
3583 (tabulated-list-init-header): Add the initial aligning space even
3584 if tabulated-list-padding is zero.
3585
e129292c
CS
35862012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3587
3588 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3589 whose cdr is not a cons cell correctly (bug#11038).
3590
6632d361
CY
35912012-05-06 Chong Yidong <cyd@gnu.org>
3592
e129292c
CS
3593 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3594 Accept additional plist in column descriptors.
6632d361
CY
3595 (tabulated-list-init-header): Obey it.
3596 (tabulated-list-get-entry): New function.
3597 (tabulated-list-put-tag): Use it. Use string-width instead of
3598 length.
3599 (tabulated-list--column-number): New function.
3600 (tabulated-list-print): Use it.
e129292c
CS
3601 (tabulated-list-print-col): New function.
3602 Set `tabulated-list-column-name' property on each column's text.
6632d361 3603 (tabulated-list-print-entry): Use it.
e129292c
CS
3604 (tabulated-list-delete-entry, tabulated-list-set-col):
3605 New functions.
6632d361
CY
3606 (tabulated-list-sort-column): New command (Bug#11337).
3607
3cc99f68
CY
3608 * buff-menu.el (list-buffers): Move C-x C-b binding from
3609 buff-menu.el to bindings.el.
3610
3611 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3612 :advertised-binding feature.
3613
52b61776
TN
36142012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3615
3616 * progmodes/compile.el (compilation-internal-error-properties):
3617 Calculate start position correctly when end-col is set but
3618 end-line is not (Bug#11382).
3619
ebfe2597
WJ
36202012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3621
3622 * man.el (Man-unindent): Use text-property-default-nonsticky to
3623 prevent untabify from inheriting face properties (Bug#11408).
3624
6d3f7c2f
SM
36252012-05-05 Stefan Merten <smerten@oekonux.de>
3626
3627 * textmodes/rst.el: Major merge with upstream development up to
3628 Docutils SVN r7399 / rst.el V1.2.1.
3629
3630 Clarify maintainership and authors.
3631
3632 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3633 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3634 (rst-official-version, rst-official-cvs-rev, rst-version)
3635 (rst-package-emacs-version-alist): New functions and variables
3636 for version information.
3637
3638 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3639 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3640 (rst-mode-syntax-table, rst-mode): New and corrected functions
3641 and variables representing reStructuredText features.
3642
3643 (rst-re): New function for reStructuredText regexes. Use in
3644 many places.
3645
3646 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3647 (rst-mode-map): Rebind keys.
3648
3649 (rst-mode-lazy, rst-font-lock-keywords)
3650 (rst-font-lock-extend-region)
3651 (rst-font-lock-extend-region-internal)
3652 (rst-font-lock-extend-region-extend)
3653 (rst-font-lock-find-unindented-line-limit)
3654 (rst-font-lock-find-unindented-line-match)
3655 (rst-adornment-level, rst-font-lock-adornment-level)
3656 (rst-font-lock-adornment-match)
3657 (rst-font-lock-handle-adornment-pre-match-form)
3658 (rst-font-lock-handle-adornment-matcher): Major revision of
3659 font-locking. Integrate with other code. Use `jit-lock-mode'.
3660
3661 (rst-preferred-adornments, rst-adjust-hook)
3662 (rst-new-adornment-down, rst-preferred-bullets)
3663 (rst-preferred-bullets, rst-indent, rst-indent-width)
3664 (rst-indent-field, rst-indent-literal-normal)
3665 (rst-indent-literal-minimized, rst-indent-comment): Change,
3666 extend and improve customization.
3667
3668 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3669 (rst-normalize-cursor-position, rst-get-decoration)
3670 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3671 (rst-rstrip, rst-toc-insert-find-delete-contents)
3672 (rst-shift-fill-region, rst-compute-bullet-tabs)
3673 (rst-debug-print-tabs, rst-debug-mark-found)
3674 (rst-shift-region-guts, rst-shift-region-right)
3675 (rst-shift-region-left, rst-use-char-classes)
3676 (rst-font-lock-keywords-function)
3677 (rst-font-lock-indentation-point)
3678 (rst-font-lock-find-unindented-line-begin)
3679 (rst-font-lock-find-unindented-line-end)
3680 (rst-font-lock-find-unindented-line)
3681 (rst-font-lock-adornment-point, rst-font-lock-level)
3682 (rst-adornment-level-alist): Remove functions and variables.
3683
3684 (rst-compare-adornments, rst-get-adornment-match)
3685 (rst-suggest-new-adornment, rst-get-adornments-around)
3686 (rst-adornment-complete-p, rst-get-next-adornment)
3687 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3688 (rst-straighten-adornments): Standardize function names to
3689 use "adornment" instead of "decoration". Correct callers.
3690 Similar standardizing in many places.
3691
3692 (rst-update-section, rst-adjust, rst-promote-region)
3693 (rst-enumerate-region, rst-bullet-list-region)
3694 (rst-repeat-last-character): Correct use of `interactive'.
3695
3696 (rst-classify-adornment, rst-find-all-adornments)
3697 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3698 (rst-find-leftmost-column, rst-repeat-last-character):
3699 Refactor functions.
3700
3701 (rst-find-title-line, rst-reset-section-caches)
3702 (rst-get-adornments-around, rst-adjust-adornment-work)
3703 (rst-arabic-to-roman, rst-roman-to-arabic)
3704 (rst-insert-list-pos, rst-insert-list-new-item)
3705 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3706 New functions.
3707
3708 (rst-all-sections, rst-section-hierarchy)
3709 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3710 New variables.
3711
3712 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3713 configuration instead of only buffer. Change where necessary.
3714
3715 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3716 (rst-shift-region, rst-adaptive-fill): New functions for
3717 indentation and filling.
3718
3719 (rst-comment-line-break, rst-comment-indent)
3720 (rst-comment-insert-comment, rst-comment-region)
3721 (rst-uncomment-region): New functions for handling comments.
3722
3723 (rst-compile): Quote shell arguments.
3724
3725 (rst-compile-pdf-preview, rst-compile-slides-preview):
3726 Delete temporary files after use.
3727
a43f98b3
GM
37282012-05-05 Glenn Morris <rgm@gnu.org>
3729
48176e8b
GM
3730 * calendar/cal-html.el: Optionally include holidays in the output.
3731 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3732 (cal-html-holidays): New option.
3733 (cal-html-css-default): Add holiday entry.
3734 (holiday-in-range): Autoload it.
3735 (cal-html-htmlify-entry): Add optional class argument.
3736 (cal-html-htmlify-list): Add optional holidays argument.
3737 (cal-html-insert-agenda-days): Include holidays in the output.
3738 (cal-html-one-month): Maybe include holidays.
3739
a43f98b3
GM
3740 * calendar/holidays.el (holiday-in-range):
3741 Move here from cal-tex-list-holidays.
3742 * calendar/cal-tex.el (cal-tex-list-holidays):
3743 Make it an obsolete alias for holiday-in-range. Update all callers.
3744
fef9d149 37452012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3746
3747 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3748 Nextstep.
3749
248da2f4
RW
37502012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3751
3752 * files.el (file-auto-mode-skip): New var.
3753 (set-auto-mode-1): Use it.
3754
f95e9344
SM
37552012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3756
df96ab1e
SM
3757 * repeat.el: Use lexical-binding.
3758 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3759 (repeat-undo-count): Remove.
3760 (repeat):
3761 * progmodes/octave-mod.el (octave-abbrev-start):
3762 * progmodes/f90.el (f90-abbrev-start):
3763 * face-remap.el (text-scale-adjust):
3764 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3765
5342bb06
SM
3766 * emacs-lisp/pcase.el (pcase--let*): New function.
3767 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3768 a bit more.
3769 (pcase--split-pred): Be more clever about ruling out overlap between
3770 a predicate and some constant pattern.
3771 (pcase--q1): Use `null' instead of (eq foo nil).
3772
f95e9344
SM
3773 * subr.el (setq-local, defvar-local): New macros.
3774 (kbd): Redefine as an alias.
3775 (with-selected-window): Leave unrelated frames alone.
3776 (set-temporary-overlay-map): New function.
3777
71873e2b
SM
37782012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * subr.el (user-error): New function.
3781 * window.el (switch-to-buffer):
3782 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3783 (smerge-match-conflict):
3784 * simple.el (previous-matching-history-element)
3785 (next-matching-history-element, goto-history-element, undo-more)
3786 (undo-start):
3787 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3788 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3789 (next-file, tags-loop-scan, list-tags, complete-tag):
3790 * progmodes/compile.el (compilation-loop):
3791 * mouse.el (mouse-minibuffer-check):
3792 * man.el (Man-bgproc-sentinel, Man-goto-page):
3793 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3794 (Info-history-forward, Info-follow-reference, Info-menu)
3795 (Info-extract-menu-item, Info-extract-menu-counting)
3796 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3797 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3798 (Info-next-reference, Info-prev-reference, Info-index)
3799 (Info-index-next, Info-follow-nearest-node)
3800 (Info-copy-current-node-name):
3801 * imenu.el (imenu--make-index-alist)
3802 (imenu-default-create-index-function, imenu-add-to-menubar):
3803 * files.el (basic-save-buffer, recover-file):
3804 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3805 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3806 (checkdoc-message-text, checkdoc-defun):
3807 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3808 * cus-edit.el (customize-changed-options, customize-rogue)
3809 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3810 (custom-variable-mark-to-reset-standard)
3811 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3812 (custom-file):
3813 * completion.el (check-completion-length):
3814 * comint.el (comint-search-arg)
3815 (comint-previous-matching-input-string-position)
3816 (comint-previous-matching-input)
3817 (comint-replace-by-expanded-history-before-point, comint-send-input)
3818 (comint-copy-old-input, comint-backward-matching-input)
3819 (comint-goto-process-mark, comint-set-process-mark):
3820 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3821 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3822
8a61ee22
SM
38232012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3824
66408d1e
SM
3825 * dabbrev.el (dabbrev--ignore-case-p): New function.
3826 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3827 Use it.
3828
8a61ee22
SM
3829 * files.el (automount-dir-prefix): Mark as obsolete.
3830
3c74813a
GM
38312012-05-04 Glenn Morris <rgm@gnu.org>
3832
3833 * patcomp.el, play/bruce.el: Move to obsolete/.
3834
0bfcf5c5
PE
38352012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3836
3837 Fix minor Y10k bugs.
3838 * arc-mode.el (archive-unixdate):
3839 * autoinsert.el (auto-insert-alist):
3840 * calc/calc-forms.el (math-this-year):
3841 * emacs-lisp/copyright.el (copyright-current-year)
3842 (copyright-update-year, copyright):
3843 * tar-mode.el (tar-clip-time-string):
3844 * time.el (display-time-update):
3845 Don't assume years have 4 digits.
3846
78f3273a
CY
38472012-05-04 Chong Yidong <cyd@gnu.org>
3848
3849 * dos-w32.el (file-name-buffer-file-type-alist)
3850 (direct-print-region-use-command-dot-com):
3851 * ffap.el (ffap-menu-regexp):
3852 * find-file.el (ff-special-constructs):
3853 * follow.el (follow-debug):
3854 * forms.el (forms--debug):
3855 * iswitchb.el (iswitchb-all-frames):
3856 * ido.el (ido-all-frames):
3857 * emacs-lisp/timer.el (timer-max-repeats):
3858 * mail/feedmail.el (feedmail-mail-send-hook)
3859 (feedmail-mail-send-hook-queued):
3860 * mail/footnote.el (footnote-signature-separator):
3861 * mail/mailabbrev.el (mail-alias-separator-string)
3862 (mail-abbrev-mode-regexp):
3863 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3864 * progmodes/idlwave.el (idlwave-libinfo-file)
3865 (idlwave-default-completion-case-is-down)
3866 (idlwave-library-routines): Convert defvars to defcustoms.
3867
3868 * mail/rmail.el (rmail-decode-mime-charset):
3869 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3870 (idlwave-shell-fix-inserted-breaks)
3871 (idlwave-shell-activate-alt-keybindings)
3872 (idlwave-shell-use-breakpoint-glyph):
3873 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3874
f7ae6719
SM
38752012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3878
47086495
WS
38792012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3880
3881 * progmodes/verilog-mode.el (font-lock-keywords):
3882 Fix mis-highligting auto. Reported by Craig Barner.
3883 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3884 defines from global name space. Reported by Dan Dever.
3885 (verilog-auto-reset, verilog-auto-reset-widths)
3886 (verilog-auto-tieoff): Support using unbased numbers for
3887 AUTORESET and AUTOTIEOFF.
3888 (verilog-submit-bug-report): Update variable list.
3889 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3890 parenthesis from not matching. Reported by Michael Rytting.
3891 (verilog-auto-template-lint): Fix hash error when linting modules
3892 with no used templates.
3893 (verilog-warn, verilog-warn-error)
3894 (verilog-warn-fatal): When non-interactive report multiple
3895 warnings before exiting. Suggested by Brad Dobbie.
3896 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3897 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3898 to report unused template errors. Reported by Brad Dobbie.
3899 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3900 nets, bug438. Reported by Vns Blore.
3901 (verilog-auto-inout-module, verilog-auto-reg)
3902 (verilog-read-decls, verilog-read-sub-decls-sig)
3903 (verilog-signals-edit-wire-reg, verilog-signals-with):
3904 Fix passing of Verilog data types in ANSI input/output ports
3905 such as "output logic" into the AUTOs. Special case "wire" and
3906 "reg" for backwards compatibility presuming Verilog 2001.
3907 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3908 (verilog-preprocess): Fix replication of preprocess output.
3909 Reported by Brad Dobbie.
3910 (verilog-auto-inst-interfaced-ports):
3911 Create verilog-auto-inst-interfaced-ports, bug429.
3912 Reported by Julian Gorfajn.
3913 (verilog-after-save-font-hook)
3914 (verilog-before-save-font-hook): New variable.
3915 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3916 (verilog-save-font-mods): Wrap disabling fontification, reported
3917 by David Rogoff.
3918 (verilog-do-indent, verilog-pretty-declarations-auto)
3919 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3920 Reported by Pierre-David Pfister.
3921 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3922 of class declarations, bug292. Reported by Kevin Heilman.
3923 (verilog-read-decls): Fix 'parameter type' not appearing in
3924 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3925 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3926 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3927 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3928 Reported by David Kravitz.
3929
39302012-05-03 Michael McNamara <mac@mail.brushroad.com>
3931
3932 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3933 assignment with tests in ifs and for loops.
3934 (verilog-extended-complete-re, verilog-complete-reg): Change so
3935 that DPI inport functions don't look like fuction declarations.
3936 (verilog-pretty-expr): Don't line up assignment
3937 operations to the test and increment in if and for loops
3938 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3939 that DPI inport functions don't look like fuction declarations.
47086495 3940
2e51d4b5
KH
39412012-05-03 Kenichi Handa <handa@m17n.org>
3942
3943 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3944 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3945 (Bug#11282).
3946
2bd785a2
SM
39472012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * emacs-lisp/bytecomp.el
3950 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3951 since cconv.el might have introduced :fun-body, internal-make-closure,
3952 and friends for bytecomp to handle (bug#11391).
3953 * custom.el (defcustom): Avoid ((λ ..) ..).
3954
99d27583
SM
39552012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3958
55a71479
JB
39592012-05-02 Juanma Barranquero <lekktu@gmail.com>
3960
3961 * notifications.el (dbus-debug):
3962 * term/linux.el (gpm-mouse-enable):
3963 * term/screen.el (xterm-register-default-colors): Declare.
3964
7b97c764
CY
39652012-05-02 Chong Yidong <cyd@gnu.org>
3966
2bc356d7
CY
3967 * cus-start.el (gc-cons-percentage, exec-suffixes)
3968 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3969 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3970 (make-cursor-line-fully-visible, void-text-area-pointer)
3971 (font-list-limit): Add customization data.
3972
7b97c764
CY
3973 * allout.el (allout-exposure-change-functions)
3974 (allout-structure-added-functions)
3975 (allout-structure-deleted-functions)
3976 (allout-structure-shifted-functions): Rename abnormal hooks from
3977 *-hook, and convert to defcustoms.
5d3385a0
JB
3978 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3979 Convert to defcustoms.
7b97c764
CY
3980 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3981
3982 * allout-widgets.el: Hook callers changed.
3983
90207a15 39842012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3985
3986 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3987 the yanked message in preference to the default value of
3988 buffer-file-coding-system.
3989
90207a15 39902012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3991
5d3385a0
JB
3992 * window.el (display-buffer--action-function-custom-type):
3993 Fix entry.
d9558cad 3994
90207a15 39952012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3996
3997 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3998
d80ac57b
GM
39992012-05-01 Glenn Morris <rgm@gnu.org>
4000
976f7668
GM
4001 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
4002
beb83b5a
GM
4003 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
4004
d80ac57b
GM
4005 * cus-edit.el (custom-variable-documentation): Simplify with format.
4006
b593d6a9 40072012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 4008 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
4009
4010 * simple.el (suggest-key-bindings, execute-extended-command):
4011 Move from keyboard.c.
4012
782fbf2a
CY
40132012-05-01 Chong Yidong <cyd@gnu.org>
4014
4015 * follow.el: Eliminate advice.
4016 (set-process-filter, process-filter, sit-for): Advice deleted.
4017 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
4018 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
4019 Vars deleted.
782fbf2a
CY
4020 (follow-auto): Use a :set function.
4021 (follow-mode): Rewritten. Don't advise process filters.
4022 (follow-switch-to-current-buffer-all, follow-scroll-up)
4023 (follow-scroll-down): Assume follow-mode is bound.
4024 (follow-comint-scroll-to-bottom)
4025 (follow-align-compilation-windows): New functions.
4026 (follow--window-sorter): New function.
4027 (follow-all-followers): Use it to explicitly sort windows by their
4028 positions; don't make assumptions about next-window order.
4029 (follow-windows-start-end, follow-delete-other-windows-and-split)
4030 (follow-calc-win-start): Doc fix.
4031 (follow-windows-aligned-p, follow-select-if-visible): Don't call
4032 vertical-motion unnecessarily.
4033 (follow-adjust-window): New function.
4034 (follow-post-command-hook): Use it.
4035 (follow-call-set-process-filter, follow-call-process-filter)
4036 (follow-intercept-process-output, follow-tidy-process-filter-alist)
4037 (follow-stop-intercept-process-output, follow-generic-filter):
4038 Functions deleted.
4039 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
4040 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
4041 New functions, replacing advice on scroll-bar-* commands.
87233a14 4042 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
4043
4044 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
4045 (comint-postoutput-scroll-to-bottom): Use it.
4046 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 4047
290af740
GM
40482012-05-01 Glenn Morris <rgm@gnu.org>
4049
4050 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
4051 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
4052 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
4053 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
4054 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
4055 Remove no-byte-compile setting.
4056
6eac8dc9
SM
40572012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * minibuffer.el (completion-table-with-quoting): Fix compatibility
4060 all-completions code to not return a number in the last cdr.
4061
9cc7819c
LL
40622012-04-30 Leo Liu <sdl.web@gmail.com>
4063
4064 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
4065 read-only error.
4066
c93b886f
CY
40672012-04-29 Chong Yidong <cyd@gnu.org>
4068
4069 * follow.el (follow-calc-win-end): Rewrite to handle partial
4070 screen lines correctly (Bug#8390).
4071 (follow-avoid-tail-recenter): Minor cleanup.
4072
8b6c19f4
SM
40732012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 Avoid the obsolete `assoc' package.
4076 * speedbar.el (speedbar-refresh): Avoid adelete.
4077 (speedbar-file-lists): Simplify and avoid aput.
4078 * man.el (Man--sections, Man--refpages): New vars, replacing
4079 Man-sections-alist and Man-refpages-alist.
4080 (Man-build-section-alist, Man-build-references-alist):
4081 Use them; avoid aput.
4082 (Man--last-section, Man--last-refpage): New vars.
4083 (Man-follow-manual-reference): Use them.
4084 Use the `default' arg of completing-read.
4085 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
4086
c5bb7569
CY
40872012-04-27 Chong Yidong <cyd@gnu.org>
4088
d1d2e2e8
CY
4089 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
4090
15cd8efd
CY
4091 * startup.el (x-apply-session-resources): New function.
4092
4093 * term/ns-win.el (ns-initialize-window-system):
4094 * term/w32-win.el (w32-initialize-window-system):
4095 * term/x-win.el (x-initialize-window-system): Use it to properly
4096 set menu-bar-mode and other vars from X resources, even if the
4097 initial frame is not a window-system frame (Bug#2299).
4098
c5bb7569
CY
4099 * subr.el (read-key): Avoid running filter function when setting
4100 up temporary tool bar entries (Bug#9922).
4101
a8e7d6d7 41022012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
4103
4104 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4105 (Bug#11344)
4106
a8e7d6d7 41072012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
4108
4109 * select.el (xselect--encode-string): New function, split from
4110 xselect-convert-to-string.
4111 (xselect-convert-to-string): Use it.
4112 (xselect-convert-to-filename, xselect-convert-to-os)
4113 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
4114 returned strings are properly encoded (Bug#11315).
4115
a8e7d6d7 41162012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
4117
4118 * simple.el (delete-active-region): Move to killing custom group.
4119
a8e7d6d7 41202012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
4121
4122 * progmodes/which-func.el (which-func-current): Quote %
4123 characters for mode-line processing.
4124
578c1d4b 41252012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
4126
4127 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4128 reaching eob (Bug#11286).
4129
a8e7d6d7 41302012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
4131
4132 * progmodes/gdb-mi.el (gdb-control-level): New variable.
4133 (gdb): Make it buffer-local and init to zero.
4134 (gdb-control-commands-regexp): New variable.
4135 (gdb-send): Don't wrap in "-interpreter-exec console" if
4136 gdb-control-level is positive. Increment gdb-control-level
4137 whenever the command matches gdb-control-commands-regexp, and
4138 decrement it each time the command is "end". (Bug#11279)
4139
a8e7d6d7 41402012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4141
4142 * window.el (adjust-window-trailing-edge, enlarge-window)
4143 (shrink-window, window-resize):
4144 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4145 windows (Bug#11276).
4146
b3608390
CY
41472012-04-27 Chong Yidong <cyd@gnu.org>
4148
4149 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4150 fix "missing prefix" warning. All callers changed.
b3608390 4151
797e6e88
SM
41522012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * emacs-lisp/assoc.el: Move to obsolete/.
4155
e95a67dc
SM
41562012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4157
657c21e4 4158 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4159
4160 * term/ns-win.el (ns-define-service):
4161 * progmodes/pascal.el (pascal-goto-defun):
4162 * progmodes/js.el (js--read-tab):
4163 * progmodes/etags.el (tags-lazy-completion-table):
4164 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4165 * emacs-lisp/ewoc.el (ewoc--wrap):
4166 * emacs-lisp/assoc.el (aput, adelete, amake):
4167 * doc-view.el (doc-view-convert-current-doc):
4168 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4169
cb3e7ae0
CY
41702012-04-26 Chong Yidong <cyd@gnu.org>
4171
dce04f7f
CY
4172 * image.el (image-type-from-buffer): Only return supported image
4173 type (Bug#9045).
4174
cb3e7ae0
CY
4175 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4176 value, for symmetry with diff-end-of-hunk.
4177 (diff-split-hunk, diff-find-source-location)
4178 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4179 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4180 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4181 compute the relevant hunk or file properly (Bug#6005).
4182 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4183
0d42eb3e
SM
41842012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * vc/vc-mtn.el:
4187 * vc/vc-hg.el:
4188 * vc/vc-git.el:
4189 * vc/vc-dir.el:
4190 * vc/vc-cvs.el:
4191 * vc/vc-bzr.el:
4192 * vc/vc-arch.el:
4193 * vc/vc.el: Replace lexical-let by lexical-binding.
4194 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4195 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4196 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4197
f08ae1c9
CY
41982012-04-26 Chong Yidong <cyd@gnu.org>
4199
8b71081d
CY
4200 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4201 (diff-mode-shared-map): Bind it to / and [remap undo].
4202
f08ae1c9
CY
4203 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4204 (ediff-window-setup-function): Use it as the default, to set up
4205 windows based on whether the current frame is graphical (Bug#2138).
4206 (ediff-choose-window-setup-function-automatically): Make obsolete.
4207
4208 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4209
ef24141c
SM
42102012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4211
cc356a5d
SM
4212 * ffap.el: Remove old code for obsolete package.
4213 (ffap-complete-as-file-p): Remove.
4214
b4ff4f1f
SM
4215 Use completion-table-with-quoting for comint and pcomplete.
4216 * comint.el (comint--unquote&requote-argument)
4217 (comint--unquote-argument, comint--requote-argument): New functions.
4218 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4219 (comint-quote-filename): Use regexp-opt-charset.
4220 (comint--common-suffix, comint--common-quoted-suffix)
4221 (comint--table-subvert): Remove.
4222 (comint-unquote-function, comint-requote-function): New vars.
4223 (comint--complete-file-name-data): Use them with
4224 completion-table-with-quoting.
4225 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4226 * pcomplete.el (pcomplete-arg-quote-list)
4227 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4228 (pcomplete-unquote-argument-function): Default to non-nil.
4229 (pcomplete-unquote-argument): Simplify.
4230 (pcomplete--common-quoted-suffix): Remove.
4231 (pcomplete-requote-argument-function): New var.
4232 (pcomplete--common-suffix): New function.
4233 (pcomplete-completions-at-point): Use completion-table-with-quoting
4234 and completion-table-subvert.
4235
79c4eeb4
SM
4236 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4237 (minibuffer--double-dollars): Preserve properties.
4238 (completion--sifn-requote): New function.
4239 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4240
ef24141c
SM
4241 * minibuffer.el: Add support for completion of quoted/escaped data.
4242 (completion-table-with-quoting, completion-table-subvert): New funs.
4243 (completion--twq-try, completion--twq-all): New functions.
4244 (completion--nth-completion): New function.
4245 (completion-try-completion, completion-all-completions): Use it.
4246
784e7d6e
LL
42472012-04-25 Leo Liu <sdl.web@gmail.com>
4248
dd2ac746
SM
4249 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4250 Use compilation-message if available to find real filename.
784e7d6e 4251
07875ee7
CY
42522012-04-25 Chong Yidong <cyd@gnu.org>
4253
4254 * vc/diff-mode.el (diff-setup-whitespace): New function.
4255 (diff-mode): Use it.
4256
4257 * vc/diff.el (diff-sentinel):
4258 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4259 Whitespace mode variables based on diff style (Bug#8612).
4260
5055880d
LL
42612012-04-25 Leo Liu <sdl.web@gmail.com>
4262
daf75653
LL
4263 * progmodes/python.el (python-send-region): Add suffix .py to the
4264 temp file.
4265
5055880d
LL
4266 * files.el (auto-mode-alist): Use javascript-mode instead.
4267
db9b177b
AH
42682012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4269
ef24141c 4270 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4271
090bd7cb 4272 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4273 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4274 references, see Bug#9.
ef24141c 4275 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4276 when receiving a fault reply.
ef24141c 4277 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4278
090bd7cb 4279 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4280 (soap-inspect-simple-type): New function.
db9b177b 4281
090bd7cb 4282 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4283 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4284 (soap-decode-basic-type, soap-encode-basic-type):
4285 support unsignedInt and double basic types.
db9b177b 4286 (soap-resolve-references-for-simple-type)
ef24141c
SM
4287 (soap-parse-simple-type, soap-encode-simple-type): New function.
4288 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4289
090bd7cb 4290 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4291 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4292 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4293 the local name of "soapenc:Array".
4294 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4295 decoding integer, byte and anyURI xsd types.
4296
1fc6097b
CY
42972012-04-25 Chong Yidong <cyd@gnu.org>
4298
4299 * cus-edit.el (custom-buffer-create-internal): Update header text.
4300
afc6df87
EZ
43012012-04-25 Eli Zaretskii <eliz@gnu.org>
4302
4303 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4304 settings on 'system-type', not on 'window-system'. On MS-Windows,
4305 set interactive-mode on in GDB.
4306
dfbd787f
SM
43072012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4310 (ruby-syntax-propertize-regexp): Remove.
4311 (ruby-syntax-propertize-function): Split regexp into chunks.
4312 Match following code directly.
4313
85222d44
DG
43142012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4315
51a8ea2a
DG
4316 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4317 (ruby-syntax-propertize-regexp): New function.
4318 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4319 by a special keyword.
4320
85222d44
DG
4321 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4322 (ruby-syntax-general-delimiters-goto-beg)
4323 (ruby-syntax-propertize-general-delimiters): New functions.
4324 (ruby-syntax-propertize-function): Use them to handle GDL.
4325 (ruby-font-lock-keywords): Move old handling of GDL...
4326 (ruby-font-lock-syntactic-keywords): .. to here.
4327 (ruby-calculate-indent): Adjust indentation for GDL.
4328
b613912b
MA
43292012-04-24 Michael Albinus <michael.albinus@gmx.de>
4330
b5380639
MA
4331 * notifications.el (top): Remove unneeded declarations.
4332 (notifications-specification-version): Change to "1.2".
e43042fe 4333 (notifications-interface, notifications-notify-method)
b613912b
MA
4334 (notifications-close-notification-method): Fix docstring.
4335 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4336 (notifications-notify): Add :action-items, :resident and
4337 :transient hints. Change "image_data" to "image-data" and
4338 "image_path" to "image-path".
b613912b
MA
4339 (notifications-get-capabilities): New defun.
4340
257440aa
LL
43412012-04-24 Leo Liu <sdl.web@gmail.com>
4342
4343 * progmodes/python.el: Move hideshow setup to the end.
4344
b1bac16e
MR
43452012-04-24 Martin Rudalics <rudalics@gmx.at>
4346
4347 * window.el (handle-select-window): Clear echo area since this is
4348 no more done by read_char (Bug#11304).
4349
d81bd059
SM
43502012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4353 and `/ M' to filter-derived-mode.
4354 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4355 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4356 (ibuffer-mark-by-mode): Use default rather than initial-input.
4357 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4358
c4cf6d91
IA
43592012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4360
4361 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4362 (ibuffer-filter-by-derived-mode): New filter.
4363 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4364
7511ded8
CY
43652012-04-23 Andreas Politz <politza@fh-trier.de>
4366
4367 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4368
775c916b
CY
43692012-04-23 Chong Yidong <cyd@gnu.org>
4370
4371 * cus-edit.el (customize-apropos, customize-apropos-options):
4372 Disable matching of non-option variables (Bug#11176).
4373 (customize-option, customize-option-other-window)
4374 (customize-changed-options): Doc fix.
4375 (customize-apropos-options, customize-apropos-faces)
4376 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4377
4378 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4379 Fix word list splitting (Bug#11132).
46c71e23
CY
4380 (apropos-symbol, apropos-keybinding, apropos-label)
4381 (apropos-property, apropos-function-button)
4382 (apropos-variable-button, apropos-misc-button): New faces.
4383 (apropos-symbol-face, apropos-keybinding-face)
4384 (apropos-label-face, apropos-property-face, apropos-match-face):
4385 Variables removed (Bug#8396).
4386 (apropos-library-button, apropos-format-plist, apropos-print)
4387 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4388
2df41f9c
MA
43892012-04-23 Michael Albinus <michael.albinus@gmx.de>
4390
4391 * net/xesam.el (xesam-mode-map): Use let-bound map in
4392 initialization. (Bug#11292)
4393
da00640a
AM
43942012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4395
4396 Preserve ispell session localwords when switching back to
4397 original buffer.
4398
090bd7cb
JB
4399 * textmodes/ispell.el (ispell-buffer-session-localwords):
4400 New buffer-local variable to hold buffer session localwords.
ed9265fc 4401 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4402 localwords.
4403 (ispell-command-loop, ispell-change-dictionary)
4404 (ispell-buffer-local-words): Preserve session localwords when
4405 needed.
4406
090bd7cb
JB
4407 * textmodes/flyspell.el (flyspell-process-localwords)
4408 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4409
f621ccf5
AM
44102012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4411
090bd7cb
JB
4412 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4413 using obsolete `translation-table-for-input'.
ef24141c
SM
4414 (ispell-word, ispell-process-line, ispell-complete-word):
4415 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4416
c2d1019e
CY
44172012-04-22 Chong Yidong <cyd@gnu.org>
4418
4419 * cus-edit.el (custom-variable-menu)
4420 (custom-variable-reset-saved, custom-face-menu)
4421 (custom-face-reset-saved): If there is no saved value, make the
4422 "reset-saved" operation bring back the default (Bug#9509).
4423 (custom-face-state): Properly detect themed faces.
4424
eeddc531
CY
4425 * faces.el (face-spec-set): Stop supporting deprecated form of
4426 third arg.
4427
dcbf5805
MA
44282012-04-22 Michael Albinus <michael.albinus@gmx.de>
4429
4430 Move functions from C to Lisp. Make non-blocking method calls
4431 the default. Implement further D-Bus standard interfaces.
4432
ef24141c
SM
4433 * net/dbus.el (dbus-message-internal): Declare function.
4434 Remove unneeded function declarations.
dcbf5805
MA
4435 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4436 (dbus-message-type-method-return, dbus-message-type-error)
4437 (dbus-message-type-signal): Declare variables. Remove local
4438 definitions.
4439 (dbus-interface-dbus, dbus-interface-peer)
4440 (dbus-interface-introspectable, dbus-interface-properties)
4441 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4442 Adapt docstring.
4443 (dbus-interface-objectmanager): New defconst.
4444 (dbus-call-method, dbus-call-method-asynchronously)
4445 (dbus-send-signal, dbus-method-return-internal)
4446 (dbus-method-error-internal, dbus-register-service)
4447 (dbus-register-signal, dbus-register-method): New defuns, moved
4448 from dbusbind.c
4449 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4450 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4451 New defuns.
dcbf5805
MA
4452 (dbus-call-method-non-blocking): Make it an obsolete function.
4453 (dbus-unregister-object, dbus-unregister-service)
4454 (dbus-handle-event, dbus-register-property)
4455 (dbus-property-handler): Obey the new structure of
4456 `bus-registered-objects'.
4457 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4458 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4459 Use `dbus-call-method'.
4460
cf20dee0
CY
44612012-04-22 Chong Yidong <cyd@gnu.org>
4462
4463 * cus-edit.el (custom-commands, custom-reset-menu)
4464 (Custom-reset-standard): Tweak labels.
4465 (custom-reset-button-menu): Change default to t.
4466 (custom-buffer-create-internal): For the custom-reset-button-menu
4467 case, put the revert button first.
4468 (custom-group-subtitle): New face.
4469 (custom-group-value-create): Align docstring to a specific column.
4470
4471 * wid-edit.el (widget-documentation-link-add): Don't handle
4472 indentation in this function.
4473 (widget-documentation-string-indent-to): New function.
4474 (widget-documentation-string-value-create): Use it.
4475
4476 * autorevert.el (auto-revert):
4477 * epg-config.el (epg):
4478 * ibuffer.el (ibuffer):
4479 * mpc.el (mpc):
4480 * ses.el (ses):
4481 * eshell/eshell.el (eshell):
4482 * net/ange-ftp.el (ange-ftp):
4483 * progmodes/ebnf2ps.el (postscript):
4484 * progmodes/flymake.el (flymake):
4485 * progmodes/prolog.el (prolog):
4486 * progmodes/verilog-mode.el (verilog-mode):
4487 * progmodes/which-func.el (which-func):
4488 * term/xterm.el (xterm):
4489 * textmodes/picture.el (picture):
4490 * textmodes/tildify.el (tildify):
4491 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4492 customization buffers.
4493
583e23bd
AM
44942012-04-22 Alan Mackenzie <acm@muc.de>
4495
4496 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4497 Adding a ) can hide the resulting (..) from searches. Fix it.
4498 Bound the backward search to the position of the existing (.
4499
7dd51bf1
JB
45002012-04-21 Juanma Barranquero <lekktu@gmail.com>
4501
4502 * progmodes/verilog-mode.el (verilog-mode): Check whether
4503 which-func-modes is t before adding verilog-mode.
4504 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4505
d64a438f
LL
45062012-04-21 Leo Liu <sdl.web@gmail.com>
4507
7dd51bf1 4508 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4509
081e8d65
MV
45102012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4511
4512 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4513 filling of the last column of a table (Bug#5635).
4514 (woman-find-next-control-line): New arg, specifying an additional
4515 regexp component for the control line.
4516 (woman2-roff-buffer): Use it.
4517 (woman-break-table): New function.
4518 (woman2-TS): Use it.
4519
45202012-04-21 Chong Yidong <cyd@gnu.org>
4521
4522 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4523 (woman-horizontal-escapes, woman-negative-vertical-space)
4524 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4525 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4526
ed571ccb
SM
45272012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * minibuffer.el (completion-file-name-table): Complete user names.
4530
39773899
LL
45312012-04-20 Leo Liu <sdl.web@gmail.com>
4532
4533 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4534 and pcase-let*.
4535
de6ff46d
CY
45362012-04-20 Chong Yidong <cyd@gnu.org>
4537
4538 * server.el (server-execute): Respect initial-buffer-choice if it
4539 is a string and there are no files to open (Bug#2825).
4540 (server-create-window-system-frame, server-create-tty-frame):
4541 Don't switch buffers here.
2d0e8e61
CY
4542 (server-process-filter): Only try to open a window system frame if
4543 compiled with graphical support (Bug#8314).
de6ff46d 4544
54071013
DN
45452012-04-20 Dan Nicolaescu <dann@gnu.org>
4546
4547 * battery.el (battery-echo-area-format): Display remaining time
4548 for sysfs backend too (Bug#11269).
4549 (battery-linux-sysfs): Fix conditional for the charge.
4550
f30d612a
CY
45512012-04-20 Chong Yidong <cyd@gnu.org>
4552
c07a4c0b 4553 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4554 (gdb-inferior-io--init-proc): New function.
4555 (gdb-init-1): Use it.
4556 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4557 responsible for allocating a new pty and hooking it to gdb when
4558 the old pty gets an EIO due to process exit.
4559 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4560 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4561 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4562
2116e93c
EZ
45632012-04-20 Eli Zaretskii <eliz@gnu.org>
4564
4565 * window.el (window-min-size, window-sizable, window-min-delta)
4566 (window-max-delta, window--resizable, window-resizable)
4567 (window-total-size, window-full-height-p, window-full-width-p)
4568 (window-in-direction, window--resize-mini-window, window-resize)
4569 (window--resize-child-windows-normal)
4570 (window--resize-child-windows, window--resize-siblings)
4571 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4572 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4573
c07a4c0b 45742012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4575
ef24141c
SM
4576 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4577 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4578 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4579 pty process (Bug#11273).
4580 (gdb-update): New arg to suppress talking to the gdb process.
4581 (gdb-done-or-error): Use it.
4582 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4583 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4584 sentinel not being called.
4585
4586 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4587
d02766ab
CY
4588 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4589
c07a4c0b 45902012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4591
4592 * net/network-stream.el (open-network-stream): Doc fix.
4593
c07a4c0b 45942012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4595
4596 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4597
c07a4c0b 45982012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4599
4600 Ensure searching for keywords is case sensitive.
4601
4602 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4603 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4604 (c-defun-name, c-mark-function, c-cpp-define-name)
4605 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4606 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4607
ef24141c
SM
4608 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4609 Bind case-fold-search to nil.
f0f6bc35 4610
c07a4c0b 46112012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4612
4613 * mail/sendmail.el (mail-bury): Call return action with the right
4614 Rmail buffer (Bug#11242).
4615
9a864fa2
CY
4616 * server.el (server-process-filter): Handle corner case where both
4617 tty and nowait options are present (Bug#11102).
4618
539aa513
EZ
46192012-04-20 Eli Zaretskii <eliz@gnu.org>
4620
4621 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4622 (top level): Put into the executable the ident-style '$Id:' tag on
4623 windows-nt as well.
539aa513 4624
cfc7d5da
SM
46252012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * electric.el (electric-indent-post-self-insert-function): Check that
4628 electric-indent-mode is enabled in current buffer.
4629
5b01685c
JB
46302012-04-19 Juanma Barranquero <lekktu@gmail.com>
4631
4632 * imenu.el (imenu-progress-message): Restore; it is "used" in
4633 erc/erc-imenu.el and net/snmp-mode.el.
4634
4d6769e1
JB
46352012-04-19 Juanma Barranquero <lekktu@gmail.com>
4636
4637 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4638 (mouse-avoidance-nudge-mouse): Remove unused binding.
4639
4640 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4641
4642 * descr-text.el (describe-char):
4643 * progmodes/python.el (python-describe-symbol):
4644 Don't call `toggle-read-only', set `buffer-read-only'.
4645
4646 * imenu.el (imenu-default-goto-function): Mark unused args.
4647 (imenu-progress-message): Remove obsolete macro; all callers changed.
4648
4649 * subr.el (keymap-canonicalize): Remove unused binding.
4650 (read-passwd): Mark unused arg.
4651
4652 * tutorial.el (tutorial--display-changes): Remove unused binding.
4653 (tutorial--save-tutorial-to): Remove unused variable.
4654
4655 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4656 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4657 (package-generate-autoloads, package-menu--generate)
4658 (package-menu--find-upgrades): Remove unused bindings.
4659
4660 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4661 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4662 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4663 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4664 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4665 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4666 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4667 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4668 (cua-delete-char-rectangle): Mark unused args.
4669 (cua-align-rectangle): Remove unused binding.
4670
4671 * mail/rmail.el (compilation--message->loc)
4672 (epa--find-coding-system-for-mime-charset): Declare.
4673
4674 * net/dbus.el (dbus-register-service): Declare.
4675 (dbus-name-owner-changed-handler): Remove unused binding.
4676
4677 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4678 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4679 (nxml-scan-backward-within): Mark unused arg.
4680 (nxml-dynamic-markup-word): Remove unused binding.
4681
4682 * mouse.el (mouse-menu-major-mode-map):
4683 * emacs-lisp/authors.el (authors-scan-change-log)
4684 (authors-add-to-author-list):
4685 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4686 * emacs-lisp/smie.el (smie-auto-fill):
4687 * mail/sendmail.el (mail-bury):
4688 * mail/unrmail.el (unrmail):
4689 * net/tls.el (open-tls-stream):
4690 * textmodes/picture.el (picture-mouse-set-point):
4691 Remove unused bindings.
4692
8c8fc5df
MA
46932012-04-19 Michael Albinus <michael.albinus@gmx.de>
4694
4695 * net/tramp.el (tramp-action-password): Let-bind
4696 `enable-recursive-minibuffers' to t.
4697
a77b0ac9
SS
46982012-04-18 Sam Steingold <sds@gnu.org>
4699
4700 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4701 instead of 'string to accommodate values like [f11].
4702 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4703 * progmodes/gdb-mi.el: Likewise.
4704
12a106a9
LL
47052012-04-18 Leo Liu <sdl.web@gmail.com>
4706
4707 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4708 current buffer.
4709 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4710 LOCAL is nil.
4711
bc6494ef
CY
47122012-04-18 Chong Yidong <cyd@gnu.org>
4713
4714 * simple.el (line-move): Use forward-line if in batch mode
4715 (Bug#11053).
4716
c09c46b2
CS
47172012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4718
4719 * files.el (after-find-file): Do not try to add a final newline if
4720 the buffer is read-only (Bug#11156).
4721
5f6530ea
RS
47222012-04-17 Richard Stallman <rms@gnu.org>
4723
4724 * mail/rmail.el (rmail-start-mail):
4725 Pass (rmail-mail-return...) for the return-action.
4726 Pass (rmail-yank-current-message...) for the yank-action.
4727 (rmail-yank-current-message): New function.
4728 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4729 (rmail-reply): Likewise.
4730 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4731
4732 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4733 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4734 buffer, not newbuf.
4735
197b6f3c
JB
47362012-04-17 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * server.el (server-ensure-safe-dir): Simplify.
4739
2311d8e5 47402012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4741
2311d8e5
GM
4742 * emacs-lisp/smie.el: Provide smarter auto-filling.
4743 (smie-auto-fill): New function.
4744 (smie-setup): Use it.
98fb480e 4745
2311d8e5
GM
4746 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4747
47482012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4749
4750 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4751 (comment-indent): Use it.
4752
2311d8e5 47532012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4754
4755 * ses.el: The overall change is to add cell renaming, that is
4756 setting fancy names for cell symbols other than name matching
4757 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4758 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4759 (ses-create-cell-variable): New defun.
2311d8e5 4760 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4761 (ses-relocate-formula): Relocate formulas only for cells the
4762 symbols of which are not renamed, i.e. symbols whose names do not
4763 match regexp "\\`[A-Z]+[0-9]+\\'".
4764 (ses-relocate-all): Relocate values only for cells the symbols of
4765 which are not renamed.
4766 (ses-load): Create cells variables as the (ses-cell ...) are read,
4767 in order to check row col consistency with cell symbol name only
4768 for cells that are not renamed.
4769 (ses-replace-name-in-formula): New defun.
4770 (ses-rename-cell): New defun.
4bdf2ad2 4771
fc72b15c
PO
47722012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4773
4774 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4775 New option (bug#11118).
4776 (perl-calculate-indent): Respect it.
4777
12e10e61
GM
47782012-04-17 Glenn Morris <rgm@gnu.org>
4779
4780 * dired-aux.el (dired-mark-read-string): Doc fix.
4781
30009afd
DA
47822012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4783
4784 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4785 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4786
41f03f4d
GM
47872012-04-17 Glenn Morris <rgm@gnu.org>
4788
4789 * mouse.el (mouse-drag-track):
4790 * speedbar.el (speedbar-frame-mode):
4791 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4792
f45f90f3
LL
47932012-04-16 Leo Liu <sdl.web@gmail.com>
4794
4795 * progmodes/python.el: Trivial cleanup.
4796
94ee8db5
GM
47972012-04-16 Glenn Morris <rgm@gnu.org>
4798
121b8917
GM
4799 * vc/vc.el (vc-string-prefix-p):
4800 * vc/pcvs-util.el (cvs-string-prefix-p):
4801 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4802 * mpc.el (mpc-string-prefix-p):
4803 Make all of these into obsolete aliases for string-prefix-p.
4804 Update callers.
4805 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4806
1197ecfa
GM
4807 * textmodes/two-column.el: Move custom options to the start.
4808 (frame-width): Remove compat definition.
4809 (2C-associate-buffer, 2C-dissociate):
4810 Use with-current-buffer rather than save-excursion.
4811 (2C-dissociate): Force a mode-line update.
4812 (2C-autoscroll): Use ignore-errors.
4813
099e7202
GM
4814 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4815 Autoload trivia.
4816
bf350d6a
GM
4817 * emacs-lisp/cl-extra.el (*random-state*):
4818 Remove unnecessary declaration.
4819
0e829eab
GM
4820 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4821
e3ad7552
GM
4822 * play/cookie1.el (cookie-snarf):
4823 Give an explicit error if input file cannot be read.
4824
68892d27
GM
4825 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4826
20f0c46d
GM
4827 * progmodes/perl-mode.el (c-macro-expand):
4828 Remove unnecessary autoload (it is in loaddefs.el).
4829
5a0978ce
GM
4830 * textmodes/picture.el (picture-desired-column)
4831 (picture-update-desired-column): Convert comments to doc-strings.
4832 (picture-substitute): Remove function.
4833 (picture-mode-map): Initialize in the defvar.
4834
6b955486
GM
4835 * woman.el: Remove eval-after-load for tar-mode.
4836 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4837 (woman-tar-extract-file): Autoload it.
4838
94ee8db5
GM
4839 * frame.el (automatic-hscrolling): Make this alias obsolete.
4840
177eca34
AM
48412012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4842
090bd7cb 4843 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4844 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4845 (ispell-dictionary-base-alist): Revert to original XEmacs
4846 friendly version for default. [:alpha:] will be added in
090bd7cb 4847 `ispell-set-spellchecker-params' if needed.
177eca34 4848
c505aaeb
CY
48492012-04-16 Chong Yidong <cyd@gnu.org>
4850
b19dd9d1 4851 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4852 (imagemagick-register-types): Use it.
4853 (imagemagick-types-inhibit): Add :set function. Allow new value
4854 of t to inhibit all types.
4855
4856 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4857 so we can preload it.
4858
4859 * loadup.el (fboundp): Preload regexp-opt, needed by
4860 imagemagick-register-types.
4861
60efac0f
CY
48622012-04-15 Chong Yidong <cyd@gnu.org>
4863
4864 * frame.el (scrolling): Remove nearly unused customization group.
4865
4866 * scroll-all.el (scroll-all-mode): Move to windows group.
4867
5dd1713e
CY
48682012-04-15 Chong Yidong <cyd@gnu.org>
4869
4870 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4871
e6fd457e
CY
48722012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4875 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4876
e153c136
GM
48772012-04-15 Glenn Morris <rgm@gnu.org>
4878
4879 * simple.el (process-file-side-effects): Doc fix.
4880
e6fd457e 48812012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4882
4883 * international/mule-cmds.el (set-language-environment): Doc fix.
4884
3603c3b1
JB
48852012-04-14 Juanma Barranquero <lekktu@gmail.com>
4886
4887 * server.el (server-auth-key, server-generate-key): Doc fixes.
4888 (server-get-auth-key): Doc fix. Use `string-match-p'.
4889 (server-start): Reflow docstring.
4890
e6de100c
LI
48912012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4892
4893 * server.el (server-generate-key): `called-interactively-p'
4894 requires a parameter.
4895
29734c21
MN
48962012-04-14 Michal Nazarewicz <mina86@mina86.com>
4897
4898 * server.el (server-auth-key): New variable.
75f1671a 4899 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4900 (server-start): Use the new variable and functions to allow
4901 setting a permanent server key (bug#9423).
4902
d65c9521
LL
49032012-04-14 Leo Liu <sdl.web@gmail.com>
4904
4905 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4906
5ae255c7
PE
49072012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4908
4909 Spelling fixes.
4910 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4911 Emacs uses American spelling.
4912
d5e6342e
JB
49132012-04-14 Juanma Barranquero <lekktu@gmail.com>
4914
4915 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4916 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4917 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4918 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4919
ab036cd7
SM
49202012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * progmodes/which-func.el (which-func-modes): Change default.
4923
35dc09a1 49242012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4925
4926 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4927 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4928
35dc09a1 49292012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4930
4931 * custom.el (custom-theme-set-variables): Doc fix.
4932
35dc09a1 49332012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4934
4935 * international/mule.el (set-auto-coding-for-load): Doc fix.
4936
35dc09a1 49372012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4938
35dc09a1
GM
4939 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4940 imenu work again for Objective C Mode. Correct the *-index values,
4941 these having been disturbed by a previous change in 2011-08.
57f845ee 4942
0de3da9f
AM
4943 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4944 Correct two search limits.
4945
35dc09a1 49462012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4947
4948 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4949
35dc09a1 49502012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4951
4952 * international/characters.el: Fix sorting.
4953
35dc09a1 49542012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4955
4956 * international/characters.el: Add more missing Latin case pairs.
4957
35dc09a1 49582012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4959
4960 * files.el (dir-locals-set-class-variables): Doc fix.
4961
35dc09a1 49622012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4963
3f1b5bf8
EZ
4964 * international/characters.el: Add set-case-syntax-pair call for
4965 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4966 counterpart. (Bug#11209)
4967
9f847f41
EZ
4968 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4969
35dc09a1 49702012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4971
4972 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4973
35dc09a1 49742012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4975
35dc09a1
GM
4976 * textmodes/ispell.el (ispell-dictionary-base-alist):
4977 Add data for Hebrew.
e2627d21 4978
35dc09a1 49792012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4980
35dc09a1
GM
4981 * net/rcirc.el (rcirc-cmd-quit):
4982 Revert 2012-03-18 change (Bug#11192).
5c14e333 4983
35dc09a1 49842012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4985
4986 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4987
35dc09a1 49882012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4989
4517fe3a
SM
4990 * minibuffer.el (completion-in-region-mode-map):
4991 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4992
b472a594
VD
49932012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4994
4995 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4996
09b95ce3
MY
49972012-04-13 Masatake YAMATO <yamato@redhat.com>
4998
4999 * minibuffer.el (minibuffer-local-filename-syntax): New variable
5000 to allow `C-M-f' and `C-M-b' to move to the nearest path
5001 separator (bug#9511).
5002
4b63a9ca
LI
50032012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
5004
5005 * avoid.el: Require cl when compiling. And also move the
5006 `provide' to the end.
5007
7b55b8bf
TV
50082012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5009
5010 * avoid.el (mouse-avoidance-banish-position): New variable.
5011 (mouse-avoidance-banish-destination): Use it (bug#10165).
5012
adedaa1f
LL
50132012-04-13 Leo Liu <sdl.web@gmail.com>
5014
5015 * progmodes/which-func.el (which-func-modes): Add objc-mode.
5016
70e74021
KB
50172012-04-13 Ken Brown <kbrown@cornell.edu>
5018
5019 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 5020 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
5021 (browse-url-filename-alist): For the same reason, don't modify
5022 file:// URLs on Cygwin.
5023
e75e89ba
SM
50242012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
5027 the region on shift if the binding is already shifted (bug#11221).
5028
82f289a4
GM
50292012-04-12 Glenn Morris <rgm@gnu.org>
5030
5031 * mail/mailpost.el: Move to obsolete/.
5032
d333dc4c
DA
50332012-04-12 Drew Adams <drew.adams@oracle.com>
5034
5035 * imenu.el (imenu--generic-function): Ignore invisible definitions
5036 (bug#10123).
5037
0d15b5ba
VD
50382012-04-12 Vivek Dasmohapatra <vivek@etla.org>
5039
5040 * hexl.el (hexl-bits): New variable.
5041 (hexl-options): Mention the variable in the doc string.
75f1671a 5042 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 5043 (hexl-mode): Mention the new variable.
75f1671a
JB
5044 (hexl-mode, hexl-current-address, hexl-current-address):
5045 Use the displen.
0d15b5ba
VD
5046 (hexl-ascii-start-column): New function.
5047 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
5048 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
5049
64a440db
AM
50502012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5051
5052 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
5053 '("-i" ENCODING), in 2 separate command-line arguments, to specify
5054 the encoding, as expected by hunspell.
5055
6decb6c2
SM
50562012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * battery.el (battery--linux-sysfs-regexp): New const.
5059 (battery-status-function): Use it. Remove yeeloong special case.
5060 (battery-yeeloong-sysfs): Remove.
5061 (battery-echo-area-format): Remove yeeloong special case.
5062
088be6fb
SM
50632012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5064
6622e416
SM
5065 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
5066 Reported by Noah Friedman.
5067
088be6fb
SM
5068 * subr.el (read-passwd): Use read-string.
5069
b49f886e
LMI
50702012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5071
5072 * vcursor.el (vcursor-move): Increase the priority of the overlay
5073 (bug#9663).
5074
a63067fc
DD
50752012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5076
5077 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
5078 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
5079
ac3cf14a
WS
50802012-04-11 William Stevenson <yhvh2000@gmail.com>
5081
5082 * textmodes/artist.el (artist-mode): Convert artist-mode to use
5083 define-minor-mode (bug#10760).
5084
c4fc691b 50852012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 5086
4d6769e1 5087 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
5088 that directories matching `grep-find-ignored-files' won't be
5089 pruned (bug#10351).
5090
af23e2e5
CY
50912012-04-11 Chong Yidong <cyd@gnu.org>
5092
5093 * startup.el (command-line): Remove support for long-obsolete
5094 variable font-lock-face-attributes.
5095
ab7ce8c1
GM
50962012-04-11 Glenn Morris <rgm@gnu.org>
5097
5098 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
5099
de8c03dc
SM
51002012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * window.el (window--state-get-1): Obey window-point-insertion-type.
5103
050cc68b
LB
51042012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
5105
5106 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
5107 to previous function when point is on the first character of a
75f1671a 5108 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 5109
a38c310c
GM
51102012-04-11 Glenn Morris <rgm@gnu.org>
5111
effed0c2
GM
5112 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
5113 not just file-errors.
5114
a38c310c
GM
5115 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
5116 (vc-bzr-sha1): Use internal sha1.
5117
0221e323
SM
51182012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
5121
43956923
SG
51222012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
5123
5124 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
5125 that start in the middle of the line (bug#10496).
5126
6a8c9eaf
DN
51272012-04-10 Dan Nicolaescu <dann@gnu.org>
5128
5129 * battery.el (battery-linux-proc-acpi): Only one battery is
5130 discharged at a time, but that seems to confuse battery.el when
5131 computing `rate-type' for the battery not being discharged
5132 (bug#10332).
5133
1930bf5d
SM
51342012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5135
2a718f6f
SM
5136 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5137
599430d0
SM
5138 * international/quail.el: Use dolist and simplify.
5139 (quail-define-package, quail-update-keyboard-layout)
5140 (quail-define-rules): Use dolist.
5141 (quail-insert-kbd-layout, quail-get-translation): CSE.
5142
a2754b6c
SM
5143 * tmm.el: Use dolist, remove left over hook.
5144 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5145 Use dolist.
5146 (calendar-load-hook): Don't mess with it.
5147
1930bf5d
SM
5148 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5149 Use derived-mode-p. Run the diff asynchronously.
5150
9f67961c
LMI
51512012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5152
5153 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5154
2a8ce227
JB
51552012-04-10 Juanma Barranquero <lekktu@gmail.com>
5156
5157 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5158 (list-dynamic-libraries--loaded): New function.
5159 (list-dynamic-libraries--refresh): Use it.
5160
8f33b5f8
NW
51612012-04-10 Nathan Weizenbaum <nweiz@google.com>
5162
1930bf5d
SM
5163 * progmodes/python.el (python-fill-paragraph):
5164 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5165 disabled (bug#7018).
5166
b12f0439
L
51672012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5168
1930bf5d 5169 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5170 DOS/MS Windows for the Baltic languages. There are still plenty
5171 of texts written in this encoding/codepage (bug#6519).
b12f0439 5172
57c3bd01
GM
51732012-04-10 Glenn Morris <rgm@gnu.org>
5174
5175 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5176 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5177
6c3eab30
FA
51782012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5179
1930bf5d 5180 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5181 next-line "n" and previous-line "p" in order to make recentf more
5182 consistent with ibuffer, dired or org-mode (bug#9387).
5183
24d78a88
LMI
51842012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5185
bc72b5d9
LMI
5186 * image.el (put-image): Return the overlay created instead of the
5187 optional input string (bug#7834). Note that this may break code
5188 that is (for some reason or other) depending on `put-image'
5189 returning the string.
5190
bd2dba5a
LMI
5191 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5192
74beb59f
LMI
5193 * simple.el (zap-to-char): Allow zapping using input methods
5194 (bug#1580).
5195
24d78a88
LMI
5196 * textmodes/fill.el (fill-region): Leave point and mark where they
5197 were before filling (bug#5399).
5198
263f20cd
GM
51992012-04-09 Glenn Morris <rgm@gnu.org>
5200
5201 * version.el (emacs-bzr-get-version):
5202 Handle lightweight checkouts of local branches.
5203
58d1f797
AS
52042012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5205
263f20cd 5206 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5207
b4d3bc10
CY
52082012-04-09 Chong Yidong <cyd@gnu.org>
5209
5210 * custom.el (custom-variable-p): Return nil for non-symbol
5211 arguments instead of signaling an error.
5212 (user-variable-p): Obsolete alias for custom-variable-p.
5213
5214 * apropos.el (apropos-variable):
5215 * files-x.el (read-file-local-variable):
5216 * simple.el (set-variable):
5217 * woman.el (woman-mini-help):
5218 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5219
fd06db5d
GM
52202012-04-09 Glenn Morris <rgm@gnu.org>
5221
e5fcdb5e
GM
5222 * startup.el (normal-top-level): Don't look for leim-list.el
5223 in places where it will not be found. (Bug#910)
5224
fd06db5d
GM
5225 * international/mule-cmds.el (set-default-coding-systems):
5226 * files.el (normal-mode):
5227 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5228 This function was removed with ucs-tables.el in 2008.
5229
b39bb7e1
EZ
52302012-04-08 Eli Zaretskii <eliz@gnu.org>
5231
5232 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5233 ispell-encoding8-command to "-i", without a trailing space.
5234 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5235 separate command-line arguments, to specify the encoding, since
5236 that's how hunspell expects it.
5237
5c5b8e23
GM
52382012-04-08 Glenn Morris <rgm@gnu.org>
5239
5240 * loadup.el: Load bindings before cus-start.
5241 This reduces somewhat the number of "rogue" settings in emacs -Q.
5242
a1ed8b05
GM
52432012-04-07 Glenn Morris <rgm@gnu.org>
5244
5245 * version.el (emacs-bzr-get-version): New function.
dfae128a 5246 (emacs-bzr-version): New variable.
a1ed8b05
GM
5247 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5248 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5249
b142f158
EZ
52502012-04-07 Eli Zaretskii <eliz@gnu.org>
5251
dfae128a
GM
5252 * international/uni-bidi.el, international/uni-category.el:
5253 * international/uni-combining.el, international/uni-decimal.el:
5254 * international/uni-decomposition.el, international/uni-digit.el:
5255 * international/uni-lowercase.el, international/uni-mirrored.el:
5256 * international/uni-name.el, international/uni-numeric.el:
5257 * international/uni-titlecase.el, international/uni-uppercase.el:
5258 Update for Unicode 6.1.
b142f158 5259
9078ead6
EZ
52602012-04-07 Eli Zaretskii <eliz@gnu.org>
5261
5262 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5263
f23d2c7d
LMI
52642012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5265
5266 * window.el (shrink-window): Mention the `window-min-height'
5267 variable in the doc string.
5268
0a0a3573
BG
52692012-04-05 Bastien Guerry <bzg@altern.org>
5270
5271 * color.el (color-lighten-name): Fix typo.
5272
e5248ac9
SM
52732012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 * server.el (server--on-display-p): New function.
5276 (server--on-display-p): Use it.
5277
b4243e22
GV
52782012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5279
5280 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5281 (bug#11145).
5282
305d9f44
SM
52832012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * comint.el (comint--common-quoted-suffix): Check string boundary
5286 before comparing (bug#11158).
5287 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5288
3d439cd1
CY
52892012-04-04 Chong Yidong <cyd@gnu.org>
5290
321cc491
CY
5291 * minibuffer.el (completion-extra-properties): Doc fix.
5292
3d439cd1
CY
5293 * subr.el (delayed-warnings-hook): Doc fix.
5294
2d562c0f
DU
52952012-04-04 Daiki Ueno <ueno@unixuser.org>
5296
5297 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5298 selection (Bug#11159).
5299 (epa-insert-keys): Inform that the default public key will be
5300 exported if no key is selected.
5301
4443f204
RS
53022012-04-04 Richard Stallman <rms@gnu.org>
5303
5304 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5305
529c06b6
CY
53062012-04-03 Chong Yidong <cyd@gnu.org>
5307
5308 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5309 mail-insert-file, not its obsolete alias mail-attach-file.
5310
66b907dc
MA
53112012-04-03 Michael Albinus <michael.albinus@gmx.de>
5312
5313 * notifications.el (notifications-notify): Fix docstring.
5314
c0ea195d
GM
53152012-04-02 Glenn Morris <rgm@gnu.org>
5316
5317 * emacs-lisp/authors.el (authors-aliases): Another addition.
5318
5ca64e00
MA
53192012-04-02 Michael Albinus <michael.albinus@gmx.de>
5320
5321 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5322 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5323 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5324
42ee526b
CY
53252012-04-01 Chong Yidong <cyd@gnu.org>
5326
5327 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5328 Handle root directory properly.
5329 (copy-directory): Caller changed.
5330
5331 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5332 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5333
0b021094
GM
53342012-03-31 Glenn Morris <rgm@gnu.org>
5335
40f86458
GM
5336 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5337
7019c177
GM
5338 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5339
a1daddd6
GM
5340 * calendar/calendar.el (calendar-window-list)
5341 (calendar-hide-window): Restore. (Bug#11140)
5342 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5343
0b021094
GM
5344 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5345
40311efc
TV
53462012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5347
5348 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5349 Check if file is a symlink (Bug#10489).
5350
5351 * files.el (copy-directory): Likewise.
5352
5319014e
CY
53532012-03-30 Chong Yidong <cyd@gnu.org>
5354
5355 * image.el (imagemagick-types-inhibit)
5356 (imagemagick-register-types): Doc fix.
5357
935d1290
AM
53582012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5359
090bd7cb 5360 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5361 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5362 and treats ~word as ordinary words in pipe mode.
935d1290 5363
61c6e8fd
GM
53642012-03-30 Glenn Morris <rgm@gnu.org>
5365
5366 * tutorial.el (help-with-tutorial): Ensure local variables don't
5367 happen to make the buffer read-only. (Bug#11127)
5368
81fdff00
SM
53692012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5372 (perl-calculate-indent): Return `noindent' in strings.
5373
6e7a6ec0
SS
53742012-03-28 Sam Steingold <sds@gnu.org>
5375
5376 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5377 instead of the broken adhockery which does not prevent calendar
5378 buffers from being displayed at random after exit.
5379 (calendar-window-list, calendar-hide-window): Remove the broken
5380 adhockery.
5381
fee88ca0
GM
53822012-03-28 Glenn Morris <rgm@gnu.org>
5383
5384 * replace.el (query-replace-map): Doc fix.
5385
38de3354
AS
53862012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5387
5388 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5389 contents. (Bug#11109)
5390
b973155e
SM
53912012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5394 (bug#11077).
5395 (avl-tree--check, avl-tree--check-node): New funs.
5396
dcb6e7b3
MR
53972012-03-27 Martin Rudalics <rudalics@gmx.at>
5398
5399 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5400 (switch-to-prev-buffer, switch-to-next-buffer):
5401 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5402 showing a buffer already is done on the same frame.
5403
b4fa35fa
GM
54042012-03-27 Glenn Morris <rgm@gnu.org>
5405
5406 * startup.el (mail-host-address): Doc fix.
5407
f9210e18
SM
54082012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5411 than 197 variables.
5412
c0bf7753
AF
54132012-03-26 Ami Fischman <ami@fischman.org>
5414
5415 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5416
33da7b16
GM
54172012-03-26 Glenn Morris <rgm@gnu.org>
5418
02243d9d
GM
5419 * files.el (save-buffers-kill-emacs): Doc fix.
5420
33da7b16
GM
5421 * startup.el (normal-top-level, command-line, command-line-1):
5422 Give them doc strings.
5423
e5a69fd0
EZ
54242012-03-25 Eli Zaretskii <eliz@gnu.org>
5425
5426 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5427 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5428
9a69676a
CY
54292012-03-25 Chong Yidong <cyd@gnu.org>
5430
4125cb8b
CY
5431 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5432 theme if it was previously enabled before (Bug#11031).
5433
dd470960
CY
5434 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5435 spec with custom-face-get-current-spec if its :shown-value is not
5436 determined yet (Bug#9337).
4125cb8b 5437 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5438
9a69676a
CY
5439 * button.el (button-at): Minor addition to docstring.
5440
6e7e90fa
SL
54412012-03-24 Simon Leinen <simon.leinen@gmail.com>
5442
5443 * vc/vc.el (vc-merge): Fix a prompt.
5444
f06e2758
CY
54452012-03-24 Chong Yidong <cyd@gnu.org>
5446
5447 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5448 point (Bug#9623).
5449
6e7e90fa
SL
5450 * button.el (button-at): Minor addition to docstring.
5451
b9d0879b
SM
54522012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 * newcomment.el (comment-choose-indent): No space after BOL.
5455
e71cebb3
SS
54562012-03-22 Sam Steingold <sds@gnu.org>
5457
5458 * window.el (switch-to-prev-buffer): Revert last patch because the
5459 bug turned out to be an advertised feature (Elisp manual 28.14).
5460
335aff35
GM
54612012-03-22 Glenn Morris <rgm@gnu.org>
5462
5463 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5464 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5465
c676576a
LMI
54662012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5467
5468 * net/network-stream.el (network-stream-open-starttls): Make error
5469 message under Windows be less misleading.
5470
126f3d39
LW
54712012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5472
5473 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5474 understands (bug#9942).
5475
64fee311
CY
54762012-03-22 Chong Yidong <cyd@gnu.org>
5477
5478 * simple.el (end-of-visible-line): Handle return value of
5479 next-single-property-change properly (Bug#9371).
5480
a640d29a
KH
54812012-03-22 Kenichi Handa <handa@m17n.org>
5482
5483 * international/quail.el (quail-insert-kbd-layout): Fix previous
5484 change. To avoid unwanted bidi reordering, use
5485 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5486
39675016
DG
54872012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5488
5489 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5490 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5491 (ruby-beginning-of-indent): Be more careful with the difference
5492 between word-boundary and symbol boundary.
5493 (ruby-mode-syntax-table): Make : a symbol constituent.
5494
0a6934fc 54952012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5496
3d008e4f
SM
5497 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5498
0a6934fc
SM
54992012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5500
af67c9d7
SM
5501 * progmodes/etags.el (tags-completion-at-point-function):
5502 Improve last fix.
5503
1acad97c
SM
5504 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5505
e298b5da
SS
55062012-03-21 Sam Steingold <sds@gnu.org>
5507
5508 * progmodes/etags.el (tags-completion-at-point-function):
5509 Avoid the error when point is inside the pattern.
5510
91d82a70
JY
55112012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5512
5513 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5514 line (Bug#10855).
5515
69188b79
CY
55162012-03-21 Drew Adams <drew.adams@oracle.com>
5517
5518 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5519
99fc91fe
AK
55202012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5521
5522 * ido.el (ido-set-current-directory, ido-read-internal)
5523 (ido-choose-completion-string, ido-completion-help): Handle nil
5524 value of ido-completion-buffer (Bug#11008).
5525
087bbb4c
SS
55262012-03-21 Sam Steingold <sds@gnu.org>
5527
5528 * window.el (switch-to-prev-buffer): Do not switch to a visible
5529 window previous buffer, just like with the frame previous buffers.
5530
fb5b8aca
CY
55312012-03-21 Chong Yidong <cyd@gnu.org>
5532
5533 * faces.el (make-face, make-empty-face, copy-face):
5534 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5535 Doc fixes.
5536
dc9924b8
SM
55372012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5540 (widget-complete): Remove broken use of it.
5541
f0bcceb9
CY
55422012-03-20 Chong Yidong <cyd@gnu.org>
5543
dc9924b8
SM
5544 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5545 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5546 characters.
5547
ee52ebf3
TH
55482012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5549
5550 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5551 to draw rectangles, not squares. (Regression introduced by revno
5552 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5553
4c5779ab
CY
55542012-03-18 Chong Yidong <cyd@gnu.org>
5555
5556 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5557 it is not yet defined (for temacs).
5558
15360934
LL
55592012-03-18 Leo Liu <sdl.web@gmail.com>
5560
dc9924b8 5561 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5562
d9a8eb66
EZ
55632012-03-17 Eli Zaretskii <eliz@gnu.org>
5564
5565 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5566 (ispell-choices-win-default-height, ispell-silently-savep)
5567 (ispell-dictionary-alist, ispell-encoding8-command)
5568 (ispell-check-version, ispell-aspell-find-dictionary)
5569 (ispell-valid-dictionary-list, ispell-words-keyword)
5570 (ispell-get-word, ispell-internal-change-dictionary)
5571 (ispell-region, ispell-skip-region-list)
5572 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5573 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5574 (ispell-message-text-end, ispell-message)
5575 (ispell-buffer-local-parsing): Doc fix.
5576
f02ff80d
J
55772012-03-13 Jambunathan K <kjambunathan@gmail.com>
5578
5579 * htmlfontify.el: Add support for code block fontification for ODT
5580 export (Bug #9914).
5581 (hfy-optimisations): Define new option
5582 `body-text-only'
5583 (hfy-fontify-buffer): Honor above setting.
5584 (hfy-begin-span, hfy-end-span): New routines factored out form
5585 `hfy-fontify-buffer'.
5586 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5587 that permit insertion of custom tags.
5588 (hfy-fontify-buffer): Use above handlers.
5589 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5590 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5591 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5592 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5593 bind a special variable `hfy-user-sheet-assoc'.
5594 (htmlfontify-string): New defun.
5595 (hfy-compile-face-map): Make sure that the last char in the
5596 buffer is correctly fontified.
5597 (hfy-face-resolve-face): Whitespace only change.
5598
9ac7a13f
EZ
55992012-03-17 Eli Zaretskii <eliz@gnu.org>
5600
5601 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5602 message more clear.
5603
e2b5bdd7
LL
56042012-03-16 Leo Liu <sdl.web@gmail.com>
5605
5606 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5607
2e492df3
AM
56082012-03-16 Alan Mackenzie <acm@muc.de>
5609
5610 Further optimise the handling of large macros.
5611
5612 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5613 limit to a call of `c-literal-limits'.
5614 (c-determine-+ve-limit): New function.
dc9924b8
SM
5615 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5616 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5617 In CASE 5B, restrict a search limit to 500.
5618 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5619
5620 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5621 Restrict macro bounds to +-500 from after-change's BEG END.
5622
50e94f0c
LL
56232012-03-16 Leo Liu <sdl.web@gmail.com>
5624
5625 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5626
6f09f6ed
AH
56272012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5628
5629 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5630 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5631
c7e73d51
GM
56322012-03-16 Glenn Morris <rgm@gnu.org>
5633
da986230
GM
5634 * view.el (view-buffer, view-buffer-other-window)
5635 (view-buffer-other-frame): Doc fixes re special mode-class.
5636
0835f01e
GM
5637 * subr.el (eval-after-load): If named feature is provided not from
5638 a file, run after-load forms. (Bug#10946)
5639
c7e73d51
GM
5640 * calendar/calendar.el (calendar-insert-at-column):
5641 Handle non-unit-width characters a bit better. (Bug#10978)
5642
3f2eafd1
CY
56432012-03-15 Chong Yidong <cyd@gnu.org>
5644
5645 * emacs-lisp/ring.el (ring-extend): New function.
5646 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5647
5648 * comint.el (comint-read-input-ring)
5649 (comint-add-to-input-history): Grow comint-input-ring lazily.
5650
103af3fe
SM
56512012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5652
663b1677
SM
5653 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5654 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5655
103af3fe
SM
5656 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5657 (imenu-add-to-menubar): Don't add a redundant index.
5658 (imenu-update-menubar): Handle a dynamically composed keymap.
5659
899cb7cb
KY
56602012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5661
5662 * mail/sendmail.el (mail-encode-header):
5663 Bind rfc2047-encode-encoded-words to nil.
5664
3809f91d
GM
56652012-03-13 Glenn Morris <rgm@gnu.org>
5666
5667 * calendar/calendar.el (calendar-string-spread):
5668 Handle non-unit-width characters a bit better. (Bug#10978)
5669
9e345a01
LL
56702012-03-13 Leo Liu <sdl.web@gmail.com>
5671
5672 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5673 directory and file as argument (Bug#10822).
5674
4a07df36
KS
56752012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5676
5677 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5678 For dynamically generated code, follow $PC.
5679 (gdb-disassembly-handler-custom): Handle no function name case.
5680
4aaa9356
TL
56812012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5682
5683 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5684 * emulation/ws-mode.el (ws-query-replace):
5685 * sort.el (sort-regexp-fields):
5686 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5687
225979da
SM
56882012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * dabbrev.el: Fix cycle completion order (bug#10963).
5691 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5692 (dabbrev-completion): Don't use an obarray; provide
5693 a cycle-sort-function.
5694
e2f1fdab
LL
56952012-03-12 Leo Liu <sdl.web@gmail.com>
5696
dc9924b8 5697 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5698 (kill-do-not-save-duplicates): Doc fix.
5699
b19490ed
SM
57002012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * dabbrev.el: Fix cycle completion (bug#10963).
5703 Use lexical binding and wrap to 80 columns.
5704 (dabbrev-completion): Delay computing the list of completions.
5705
4b05d722
KH
57062012-03-12 Kenichi Handa <handa@m17n.org>
5707
5708 * international/quail.el (quail-insert-kbd-layout): Surround each
5709 row by LRO and PDF instead of inserting many LRMs. Pad the left
5710 and right of each non-spacing marks. Insert invisible space
5711 between lower and upper characters to prevent composition.
5712
dbbc2e69
SM
57132012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * minibuffer.el (minibuffer-complete): Don't get confused when the
5716 function is run twice via different commands (bug#10958).
5717 (complete-with-action): Fix docstring.
5718
292112ed
CY
57192012-03-12 Chong Yidong <cyd@gnu.org>
5720
5d1ac394
CY
5721 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5722 (nxml-completion-at-point-function): New function.
5723 (nxml-mode): Use it.
5724 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5725
292112ed
CY
5726 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5727 Load generated autoloads file before byte compiling (Bug#10970).
5728 (package--make-autoloads-and-compile): New helper fun.
5729
4098f8f7
CS
57302012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5731
5732 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5733
8f754691
MA
57342012-03-11 Michael Albinus <michael.albinus@gmx.de>
5735
5736 * autorevert.el (auto-revert-handler): Ensure, that
5737 file-readable-p is applied only for local files or in
5738 auto-revert-tail-mode.
5739
e29ab36b
AS
57402012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5741
dbbc2e69
SM
5742 * server.el (server-eval-at): Handle non-tcp connections.
5743 Decode result string.
ad0bf5b6 5744
e29ab36b
AS
5745 * server.el (server-msg-size): New constant.
5746 (server-reply-print): New function.
5747 (server-eval-and-print): Use it.
5748 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5749 Handle -print-nonl.
5750
de5939ba
CS
57512012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5752
5753 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5754 (Bug#10987).
5755
0c93eabf
CY
57562012-03-11 Chong Yidong <cyd@gnu.org>
5757
397a688f
CY
5758 * simple.el (goto-line): Doc fix (Bug#9938).
5759
2cc775f9
CY
5760 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5761
0c93eabf
CY
5762 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5763 when finished (Bug#10963).
5764
c491fa41
MR
57652012-03-11 Martin Rudalics <rudalics@gmx.at>
5766
5767 * window.el (split-window-below): Fix bug in case where
5768 split-window-keep-point is nil (Bug#10971).
5769
300e8fa5
JL
57702012-03-11 Juri Linkov <juri@jurta.org>
5771
5772 * replace.el (replace-highlight): Set isearch-word to nil
5773 unconditionally. (Bug#10887)
5774
dbf6c5a1
EZ
57752012-03-10 Eli Zaretskii <eliz@gnu.org>
5776
5777 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5778 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5779 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5780 (mairix-widget-create-query): Add usage information about mairix
5781 search forms: negating words, searching for substrings, etc.
5782
b9e501de
JP
57832012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5784
5785 * international/fontset.el (font-encoding-alist): Add an entry for
5786 ksx1001 (Bug#5667).
5787
92795c91
RS
57882012-03-10 Richard Stallman <rms@gnu.org>
5789
1694e6c1
RS
5790 * mail/sendmail.el (mail-encode-header):
5791 Set rfc2047-encode-encoded-words.
5792
607e8555
RS
5793 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5794
de3bc99a
RS
5795 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5796 view buffer means not swapped.
5797 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5798 (rmail-write-region-annotate): Error if real text has disappeared.
5799
92795c91
RS
5800 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5801
699bd04e
CY
58022012-03-10 Chong Yidong <cyd@gnu.org>
5803
5804 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5805 * emulation/cua-base.el (cua--init-keymaps):
5806 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5807
570a1714
MR
58082012-03-10 Martin Rudalics <rudalics@gmx.at>
5809
dbbc2e69
SM
5810 * speedbar.el (speedbar-unhighlight-one-tag-line):
5811 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5812
82dcf4e4
CY
58132012-03-10 Chong Yidong <cyd@gnu.org>
5814
7a2c7ca7
CY
5815 * minibuffer.el (completion-in-region, completion-help-at-point):
5816 Give the completion field overlay a high priority (Bug#6830).
5817
82dcf4e4
CY
5818 * dired.el (dired-goto-file): Recognize absolute file name
5819 listings (Bug#7126).
5820 (dired-goto-file-1): New helper function.
5821 (dired-toggle-read-only): Inhibit warnings.
5822
052e28ac
MA
58232012-03-09 Michael Albinus <michael.albinus@gmx.de>
5824
75f1671a 5825 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5826 there are no properties.
5827
95d5e396
LL
58282012-03-09 Leo Liu <sdl.web@gmail.com>
5829
5830 * savehist.el (savehist-printable): Stricter check for string
5831 value (Bug#10937).
5832
3f018d6d
EZ
58332012-03-09 Eli Zaretskii <eliz@gnu.org>
5834
dbbc2e69
SM
5835 * mail/smtpmail.el (smtpmail-send-it):
5836 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5837 valid mbox format.
5838
f7fd3d79
GM
58392012-03-09 Glenn Morris <rgm@gnu.org>
5840
5841 * files.el (dir-locals-find-file):
5842 Don't check result is regular, readable.
5843 (dir-locals-read-from-file): Demote errors.
5844
6ff6e72f
EZ
58452012-03-08 Eli Zaretskii <eliz@gnu.org>
5846
dbbc2e69
SM
5847 * international/quail.el (quail-insert-kbd-layout):
5848 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5849 layout cell, to prevent their reordering by bidi display engine.
5850 For details, see the discussion in
5851 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5852
9cec7834
AM
58532012-03-08 Alan Mackenzie <acm@muc.de>
5854
5855 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5856 the starting position; make it extend the marked region when
5857 invoked repeatedly - all under appropriate circumstances.
5858 Fixes bugs #5525, #10906.
5859
9a40b8d4
GM
58602012-03-08 Glenn Morris <rgm@gnu.org>
5861
5862 * files.el (locate-dominating-file, dir-locals-find-file):
5863 Undo 2012-03-06 change.
5864
7a08ed35
EZ
58652012-03-07 Eli Zaretskii <eliz@gnu.org>
5866
dbbc2e69
SM
5867 * international/quail.el (quail-help):
5868 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5869 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5870 for the reason.
5871
5aca4f71 58722012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5873
5874 Avoid superfluous registering of signals. (Bug#10807)
5875
5876 * notifications.el (notifications-on-action-object)
5877 (notifications-on-close-object): New defvars.
5878 (notifications-on-action-signal, notifications-on-closed-signal):
5879 Unregister the signal if not needed any longer.
5880 (notifications-notify): Register `notifications-action-signal' or
5881 `notifications-closed-signal', if :on-action or :on-close has been
5882 passed as argument.
5883
78e8b10a
CY
58842012-03-07 Chong Yidong <cyd@gnu.org>
5885
5886 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5887 non-X platforms.
5888
69481eb8
GM
58892012-03-06 Glenn Morris <rgm@gnu.org>
5890
5891 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5892 (x-disown-selection-internal, x-get-selection-internal):
5893 Doc fix (add arglist signatures). (Bug#10783)
5894
133b8e11
KS
58952012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5896
5897 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5898 Handle breakpoints with no "type".
5899
99a83064
GM
59002012-03-06 Glenn Morris <rgm@gnu.org>
5901
5902 * files.el (locate-dominating-file): Add optional predicate argument.
5903 (dir-locals-find-file): Make use of above change.
5904
17798e78
TTN
59052012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5906
5907 * info.el (Info-insert-dir): Also try "dir.gz".
5908
eb182446
GM
59092012-03-06 Glenn Morris <rgm@gnu.org>
5910
8f2114ee
GM
5911 * files.el (dir-locals-find-file):
5912 Ignore non-readable or non-regular files. (Bug#10928)
5913
eb182446
GM
5914 * files.el (locate-dominating-file): Doc fix.
5915
24679323
AS
59162012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5917
5918 * calendar/calendar.el (calendar-set-mode-line):
5919 `getenv' returns a string. (Bug#10951)
5920
01d972a9
LL
59212012-03-05 Leo Liu <sdl.web@gmail.com>
5922
109aa8a9
LL
5923 * simple.el (backward-delete-char-untabify): Constrain point to
5924 field (Bug#10939).
5925
01d972a9
LL
5926 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5927
10607bea
CY
59282012-03-05 Chong Yidong <cyd@gnu.org>
5929
5930 * simple.el (count-words): If called from Lisp, return the word
5931 count, for symmetry with `count-lines'. Arglist changed.
5932 (count-words--message): Args changed. Consolidate counting code
5933 from count-words and count-words-region.
5934 (count-words-region): Caller changed.
5935 (count-lines-region): Make it an obsolete alias.
5936
5dd11cfe
TH
59372012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5938
5939 * saveplace.el (save-place-to-alist)
5940 (save-place-ignore-files-regexp): Allow value nil to disable this
5941 feature.
5942
c349f4e6
CY
59432012-03-04 Chong Yidong <cyd@gnu.org>
5944
5945 * faces.el (face-spec-reset-face): For the default face, reset the
5946 attributes to default values (Bug#10748).
5947
e627be4c
LMI
59482012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5949
5950 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5951 previous patch: Check `message-send-mail-function', and not the
5952 default function (bug#10897).
5953
ebeabff4
MA
59542012-03-04 Michael Albinus <michael.albinus@gmx.de>
5955
a41a6cf4
MA
5956 * notifications.el (notifications-on-action-signal)
5957 (notifications-on-closed-signal): Check for unique service name of
5958 incoming event. Fix error in removing entry.
ebeabff4 5959 (top): Register for signals with wildcard service name.
a41a6cf4 5960 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5961
c1ca42b4
CY
59622012-03-04 Chong Yidong <cyd@gnu.org>
5963
dc9924b8 5964 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5965
ea16568d
GM
59662012-03-04 Glenn Morris <rgm@gnu.org>
5967
5968 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5969 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5970 (expand-abbrev, define-abbrev-table): Doc fixes.
5971
fbae4637
LMI
59722012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5973
5974 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5975 `message-default-send-mail-function' and not `send-mail-function'
5976 when doing the prompting for `sendmail-query-once' before sending
5977 in Message buffers (bug#10897).
5978
a1e7225c
LMI
5979 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5980 This is inconsistent with all the other stream functions, which leave
5981 the setting up to the higher levels (if so wanted) (bug#10931).
5982
56d093a9
AM
59832012-03-02 Alan Mackenzie <acm@muc.de>
5984
5985 Depessimize the handling of very large macros.
5986
5987 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5988 (c-macro-cache-syntactic): New variables to implement a one
5989 element macro cache.
5990 (c-invalidate-macro-cache): New function.
5991 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5992 Adapt to use the new cache.
5993 (c-state-safe-place): Use better the cache of safe positions.
5994 (c-state-semi-nonlit-pos-cache)
5995 (c-state-semi-nonlit-pos-cache-limit):
5996 New variables for...
5997 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5998 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5999 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
6000 Use c-state-semi-safe-place.
56d093a9 6001
dbbc2e69
SM
6002 * progmodes/cc-langs.el (c-get-state-before-change-functions):
6003 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 6004
817e5c3d
MA
60052012-03-02 Michael Albinus <michael.albinus@gmx.de>
6006
dbbc2e69
SM
6007 * jka-compr.el (jka-compr-call-process):
6008 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
6009 not remote.
6010
a032a702
MA
60112012-03-01 Michael Albinus <michael.albinus@gmx.de>
6012
6013 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
6014 access of FILE2, if FILE1 does not exist.
6015
99a54f21
MA
6016 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
6017 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
6018
6019 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
6020 Add "PAGER=" to `process-environment'.
6021
f6561e1f
MM
60222012-03-01 Michael R. Mauger <mmaug@yahoo.com>
6023
6024 * progmodes/sql.el: Bug fix
6025 (sql-get-login-ext): Save login values in globals.
6026 (sql-get-login): Use new version of `sql-get-login-ext'.
6027 (sql-interactive-mode): Set global `sql-connection' to nil.
6028 (sql-connect): Set global values for connection.
6029 (sql-product-interactive): Save global values as buffer local.
6030
2d44d9cc
LL
60312012-02-29 Leo Liu <sdl.web@gmail.com>
6032
6033 * abbrev.el (define-abbrevs): Reset sys to nil.
6034
96b49301 60352012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6036
bf7f9bc5
JB
6037 * files.el (file-equal-p): Rename from `files-equal-p'.
6038 Return nil when one or both files don't exist.
96b49301 6039 (file-subdir-of-p): Now only top directory must exists,
6040 return nil if it doesn't.
bf7f9bc5
JB
6041 (copy-directory): No need to test with `file-subdir-of-p' after
6042 creating dir.
6043 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
6044 to `file-equal-p'.
96b49301 6045
44e97401
GM
60462012-02-28 Glenn Morris <rgm@gnu.org>
6047
6048 * shell.el (shell-mode):
6049 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
6050 * play/landmark.el (landmark-font-lock-face-O):
6051 * play/handwrite.el (handwrite):
6052 * play/gomoku.el (gomoku-O):
6053 * net/browse-url.el (browse-url-browser-display):
6054 * international/mule.el (define-charset):
6055 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
6056 * filesets.el (filesets-find-file-delay):
6057 * eshell/em-xtra.el (eshell-xtra):
6058 * eshell/em-unix.el (eshell-grep):
6059 * emulation/viper.el (viper-mode):
6060 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6061 * emacs-lisp/easymenu.el (easy-menu-define):
6062 * calendar/timeclock.el (timeclock-use-display-time):
6063 * bs.el (bs-mode):
6064 * bookmark.el (bookmark-save-flag):
6065 Doc fix (standardize possessive apostrophe usage).
6066
c98c6276
CY
60672012-02-27 Chong Yidong <cyd@gnu.org>
6068
bf7f9bc5
JB
6069 * emulation/viper-cmd.el (viper-intercept-ESC-key):
6070 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 6071
c98c6276
CY
6072 * font-lock.el (font-lock-specified-p): Rename from
6073 font-lock-spec-present. Callers changed.
6074
9c62cd04 60752012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 6076
bf7f9bc5
JB
6077 * emacs-lisp/package.el (package-compute-transaction):
6078 Handle holding a package version to t in package-load-list.
8ac9e529 6079
530739c9
MA
60802012-02-26 Michael Albinus <michael.albinus@gmx.de>
6081
6082 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
6083 (tramp-get-inode, tramp-get-device): Use cached values.
6084
487915d7
AM
60852012-02-26 Alan Mackenzie <acm@muc.de>
6086
6087 Check there is a font-lock specification before doing initial
6088 fontification.
6089
6090 * font-core.el (font-lock-mode): Move the conditional from
6091 :after-hook to font-lock-initial-fontify.
6092 (font-lock-default-function): Move the check for a specification
6093 to font-lock-spec-present.
6094
dc9924b8 6095 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
6096 (font-lock-spec-present): New function.
6097
4fd96557
JB
60982012-02-26 Jim Blandy <jimb@red-bean.com>
6099
6100 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
6101 (gdb-send): Apply it to the operand of the '-interpreter-exec
6102 console' command, so that we can pass arguments with (say) quotes
6103 in them. Store exact string sent in gdb-debug-log (Bug#10765).
6104
9a4888c0
CY
61052012-02-26 Chong Yidong <cyd@gnu.org>
6106
07498861
CY
6107 * help-fns.el (describe-function-1): Clarify description of
6108 remapping (Bug#10844).
6109
9a4888c0
CY
6110 * files.el (files-equal-p): Doc fix.
6111 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
6112 and quit the loop once a mismatch is found.
6113
ea8fb88d
JB
61142012-02-25 Juanma Barranquero <lekktu@gmail.com>
6115
6116 * bs.el (bs--show-with-configuration): Don't throw an error
6117 if the window cannot be split; otherwise, subsequent calls to
6118 bs-show fail, restoring a stale window config. (Bug#10882)
6119
525795c1
JD
61202012-02-25 Jan Djärv <jan.h.d@swipnet.se>
6121
6122 * term/ns-win.el (global-map): Bind ns-drag-file to
6123 ns-find-file (Bug#5855, Bug#10050).
6124
f008086f
AS
61252012-02-25 Andreas Schwab <schwab@linux-m68k.org>
6126
6127 * calendar/parse-time.el (parse-time-string): Allow extractor to
6128 return nil.
6129
a3fcfa99
MA
61302012-02-25 Michael Albinus <michael.albinus@gmx.de>
6131
91027d08
JB
6132 * net/tramp.el (tramp-file-name-for-operation):
6133 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
6134
6135 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
6136 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6137 Add COPY-CONTENTS argument.
a3fcfa99 6138
67b0de11
CY
61392012-02-25 Chong Yidong <cyd@gnu.org>
6140
6141 Add custom groups for VC backends, for consistency with vc-bzr.
6142
6143 * vc/vc-arch.el (vc-arch):
6144 * vc/vc-cvs.el (vc-cvs):
6145 * vc/vc-git.el (vc-git):
6146 * vc/vc-hg.el (vc-hg):
6147 * vc/vc-mtn.el (vc-mtn):
6148 * vc/vc-rcs.el (vc-rcs):
6149 * vc/vc-sccs.el (vc-sccs):
6150 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6151 All relevant defcustoms reassigned.
6152
3c9dfce6
CY
61532012-02-25 Chong Yidong <cyd@gnu.org>
6154
1339bf43
CY
6155 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6156
3c9dfce6
CY
6157 * term/x-win.el (x-initialize-window-system): Reduce default for
6158 x-selection-timeout to 5 seconds (Bug#8869).
6159
25b2e303 61602012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6161
ec70a47d
GM
6162 * files.el (files-equal-p, file-subdir-of-p): New functions.
6163 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6164 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6165 * dired-aux.el (dired-copy-file-recursive): Same.
6166 (dired-create-files): Modify destination when source is equal to
6167 dest when copying files.
53a46cd0 6168 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6169
914260cd
MA
61702012-02-24 Michael Albinus <michael.albinus@gmx.de>
6171
6172 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6173 (Bug#10874)
6174
2cb228f7
AM
61752012-02-23 Alan Mackenzie <acm@muc.de>
6176
6177 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6178 parameter "after-hook:" to allow the expansion to run code after
6179 the execution of the mode hooks.
6180
6181 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6182 from font-lock-mode-internal.
2cb228f7 6183
91027d08 6184 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6185 :after-hook.
6186
8f0fde21
SM
61872012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6188
3e88618b
SM
6189 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6190 (completion--cache-all-sorted-completions): New function.
6191 (completion-all-sorted-completions): Use it.
6192 (completion--do-completion, minibuffer-force-complete):
6193 Use it to re-instate the flush hook.
6194
8f0fde21
SM
6195 * icomplete.el (icomplete-completions): Replace last fix with a better
6196 one (bug#10850).
6197
8e911f6f
DG
61982012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6199
6200 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6201 when it might call us back infinitely (bug#10797).
6202
49fe4321
GM
62032012-02-23 Glenn Morris <rgm@gnu.org>
6204
6205 * minibuffer.el (completion-category-overrides): Doc fix.
6206
b291b572
SM
62072012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6210 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6211
31a9ef2e
GM
62122012-02-23 Glenn Morris <rgm@gnu.org>
6213
5e6e6794 6214 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6215 (authors-obsolete-files-regexps, authors-ignored-files)
6216 (authors-ambiguous-files, authors-renamed-files-alist):
6217 Add more entries.
6218
0bd1e074
JL
62192012-02-23 Juri Linkov <juri@jurta.org>
6220
6221 * isearch.el (isearch-occur): Sync interactive spec with occur's
6222 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6223
b617673c
JL
6224 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6225
19e9789e
JL
62262012-02-22 Juri Linkov <juri@jurta.org>
6227
6228 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6229 (ucs-insert): Doc fix. Check for hex digits in the string.
6230 Don't display `nil' in the error message. (Bug#10857)
6231
f41ce09d
AM
62322012-02-22 Alan Mackenzie <acm@muc.de>
6233
7a71b18d 6234 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6235
ac2eceee
GM
62362012-02-22 Glenn Morris <rgm@gnu.org>
6237
6238 * ffap.el (ffap-c-path):
6239 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6240
abd1f678
CY
62412012-02-22 Chong Yidong <cyd@gnu.org>
6242
6243 * custom.el (load-theme): Doc fix.
6244
f25aef2e
GM
62452012-02-22 Glenn Morris <rgm@gnu.org>
6246
6247 * dired-x.el (dired-guess-shell-alist-default):
6248 Remove escape sequences from nroff output. (Bug#172)
6249
5f8dc2ca
GM
62502012-02-21 Glenn Morris <rgm@gnu.org>
6251
6ff86ec4
GM
6252 * vc/emerge.el (emerge-defvar-local):
6253 Set `permanent-local' property rather than unused `preserved'.
6254
be3223a3 6255 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6256 (picture-mode-map): Use it. (Bug#10860)
6257 (picture-mode): Doc fix.
6258
3fe58f4f
JB
62592012-02-21 Juanma Barranquero <lekktu@gmail.com>
6260
6261 * newcomment.el (uncomment-region-default): Remove unused binding.
6262
f9a998c3
GM
62632012-02-21 Glenn Morris <rgm@gnu.org>
6264
6265 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6266 (picture-self-insert, picture-tab-chars): Doc fix.
6267 (picture-mode-map): Fix C-a, C-e.
6268
c6029348
GM
62692012-02-20 Glenn Morris <rgm@gnu.org>
6270
6271 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6272
ab1ce9d7
LL
62732012-02-20 Leo Liu <sdl.web@gmail.com>
6274
6275 * icomplete.el (icomplete-completions): Check FROM arg before
6276 passing to substring (Bug#10850).
6277
0fd40f89
CY
62782012-02-19 Chong Yidong <cyd@gnu.org>
6279
6280 * comint.el: Require ansi-color.
6281 (comint-output-filter-functions): Add ansi-color-process-output.
6282
6283 * ansi-color.el: Don't set comint-output-filter-functions; it is
6284 now in the initial value defined in comint.el.
6285 (ansi-color-apply-face-function): New variable.
6286 (ansi-color-apply-on-region): Use it.
6287 (ansi-color-apply-overlay-face): New function.
6288
6289 * shell.el (shell): No need to require ansi-color.
6290 (shell-mode): Use ansi-color-apply-face-function to highlight
6291 color escapes using font-lock-face property (Bug#10835).
6292
20af2394
CY
62932012-02-19 Chong Yidong <cyd@gnu.org>
6294
6295 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6296 mode-line formats (Bug#10839).
6297
e23a3fbe
GM
62982012-02-18 Glenn Morris <rgm@gnu.org>
6299
b474519e
GM
6300 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6301
6302 * mail/undigest.el (unforward-rmail-message): Doc fix.
6303
e23a3fbe
GM
6304 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6305
57939ff4
EZ
63062012-02-18 Eli Zaretskii <eliz@gnu.org>
6307
6308 * international/characters.el (script-list): Sync with the latest
6309 Unicode Character Database.
6310
0c23686e
AS
63112012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6312
6313 * international/titdic-cnv.el: Remove duplicate coding tag.
6314 * language/cham.el: Likewise.
6315 * language/tai-viet.el: Likewise.
6316
6818b449
GM
63172012-02-18 Glenn Morris <rgm@gnu.org>
6318
6319 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6320 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6321 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6322 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6323 * calendar/holidays.el (holiday-bahai-holidays)
6324 (calendar-holidays, list-holidays):
6325 Use utf-8 Bahá'í in doc-strings, menus, etc.
6326
0311a3fc
TH
63272012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6328
6329 * saveplace.el (save-place-ignore-files-regexp): New variable
6330 allowing for excluding files from saving their location of point.
6331 The default value matches the temporary commit message editing
6332 files from Git, SVN, Bazaar, and Mercurial.
6333 (save-place-to-alist): Use it.
6334
d209e2fb 63352012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6336 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6337
6338 * newcomment.el (uncomment-region-default): Don't leave extra space
6339 when an arg is provided (bug#8150).
6340
ee0ce425
TZ
63412012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6342
eb864a71 6343 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6344
95ddf442
GM
63452012-02-17 Glenn Morris <rgm@gnu.org>
6346
6347 * net/socks.el: Require network-stream. (Bug#10599)
6348
48dd1e39 63492012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6350
6351 * international/charprop.el:
6352 * international/uni-name.el:
6353 * international/uni-old-name.el:
6354 * international/uni-comment.el: Regenerate.
6355
d68cd087
GM
63562012-02-16 Glenn Morris <rgm@gnu.org>
6357
6358 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6359 Interactively in calendar buffer, give an error if not on a date.
6360
13932042
GM
63612012-02-15 Glenn Morris <rgm@gnu.org>
6362
6363 * shell.el (shell-delimiter-argument-list):
6364 Revert 2011-02-17 change. (Bug#8027)
6365
c3a70e2b
CY
63662012-02-15 Chong Yidong <cyd@gnu.org>
6367
60236b0d
CY
6368 * minibuffer.el (completion-at-point-functions): Doc fix.
6369
c3a70e2b
CY
6370 * custom.el (defcustom): Doc fix; note use of defvar.
6371
9f26dc24
GM
63722012-02-15 Glenn Morris <rgm@gnu.org>
6373
6374 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6375 Doc fixes.
6376
6546b134
GM
63772012-02-14 Glenn Morris <rgm@gnu.org>
6378
6379 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6380
d29b2b4c
LI
63812012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6382
6383 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6384 way the ports list is computed.
835bdcba
LI
6385 (smtpmail-query-smtp-server): Prompt the user for a port number if
6386 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6387
08dcdbc9
TZ
63882012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6389
6390 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6391
2605051a
GM
63922012-02-13 Glenn Morris <rgm@gnu.org>
6393
6394 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6395
7ee99f32
TZ
63962012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6397
6398 * net/gnutls.el (gnutls-trustfiles): New variable.
6399 (gnutls-negotiate): Use it.
6400
5f0af64f
LI
64012012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6402
6403 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6404 does its stuff if Gnus is running.
6405
c14fcc95
AM
64062012-02-13 Alan Mackenzie <acm@muc.de>
6407
6408 Fix a loop in c-set-fl-decl-start.
6409
7a71b18d 6410 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6411 c-backward-syntactic-ws actually moves backwards.
6412
142b4d90
LL
64132012-02-13 Leo Liu <sdl.web@gmail.com>
6414
6415 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6416 beginning so that all \C-o chars are removed.
6417
fa9958a6
TZ
64182012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6419
dc9924b8 6420 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6421
0bc5886a
AM
64222012-02-12 Alan Mackenzie <acm@muc.de>
6423
6424 Fix infinite loop with long macros.
4d6769e1 6425 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6426
d4bd55e7
CY
64272012-02-12 Chong Yidong <cyd@gnu.org>
6428
6429 * window.el (display-buffer): Doc fix (Bug#10785).
6430
66f3fe22
GM
64312012-02-12 Glenn Morris <rgm@gnu.org>
6432
bd7da63e
GM
6433 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6434 (x-disown-selection-internal, x-get-selection-internal):
6435 Sync docs with the xselect.c versions.
6436
66f3fe22
GM
6437 * allout-widgets.el: Add missing license notice.
6438
3e0d2fa7
GM
64392012-02-11 Glenn Morris <rgm@gnu.org>
6440
cfecdf09
GM
6441 * select.el (x-get-selection-internal, x-own-selection-internal)
6442 (x-disown-selection-internal):
6443 * x-dnd.el (x-get-selection-internal): Update declarations.
6444
6d216d7f
GM
6445 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6446
2bed3f04
GM
6447 * window.el (window-sides-slots):
6448 * tool-bar.el (tool-bar-position):
6449 * term/xterm.el (xterm-extra-capabilities):
6450 * ses.el (ses-self-reference-early-detection):
6451 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6452 (verilog-auto-wire-type)
6453 (verilog-auto-delete-trailing-whitespace)
6454 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6455 (verilog-auto-tieoff-declaration):
6456 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6457 (sql-oracle-statement-starters, sql-oracle-scan-on):
6458 * progmodes/prolog.el (prolog-align-comments-flag)
6459 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6460 (prolog-left-indent-regexp, prolog-paren-indent-p)
6461 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6462 (prolog-types, prolog-mode-specificators)
6463 (prolog-determinism-specificators, prolog-directives)
6464 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6465 (prolog-electric-dot-flag)
6466 (prolog-electric-dot-full-predicate-template)
6467 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6468 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6469 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6470 (prolog-program-switches, prolog-prompt-regexp)
6471 (prolog-debug-on-string, prolog-debug-off-string)
6472 (prolog-trace-on-string, prolog-trace-off-string)
6473 (prolog-zip-on-string, prolog-zip-off-string)
6474 (prolog-use-standard-consult-compile-method-flag)
6475 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6476 (prolog-imenu-max-lines, prolog-info-predicate-index)
6477 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6478 (prolog-char-quote-workaround):
6479 * progmodes/cc-vars.el (c-defun-tactic):
6480 * net/tramp.el (tramp-encoding-command-interactive)
6481 (tramp-local-end-of-line):
6482 * net/soap-client.el (soap-client):
6483 * net/netrc.el (netrc-file):
6484 * net/gnutls.el (gnutls):
6485 * minibuffer.el (completion-category-overrides)
6486 (completion-cycle-threshold)
6487 (completion-pcm-complete-word-inserts-delimiters):
6488 * man.el (Man-name-local-regexp):
6489 * mail/feedmail.el (feedmail-display-full-frame):
6490 * international/characters.el (glyphless-char-display-control):
6491 * eshell/em-ls.el (eshell-ls-date-format):
6492 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6493 (lisp-lambda-list-keyword-parameter-indentation)
6494 (lisp-lambda-list-keyword-parameter-alignment):
6495 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6496 * dired-x.el (dired-omit-verbose):
6497 * cus-theme.el (custom-theme-allow-multiple-selections):
6498 * calc/calc.el (calc-highlight-selections-with-faces)
6499 (calc-lu-field-reference, calc-lu-power-reference)
6500 (calc-note-threshold):
6501 * battery.el (battery-mode-line-limit):
6502 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6503 (archive-7z-update):
6504 * allout.el (allout-prefixed-keybindings)
6505 (allout-unprefixed-keybindings)
6506 (allout-inhibit-auto-fill-on-headline)
6507 (allout-flattened-numbering-abbreviation):
6508 * allout-widgets.el (allout-widgets-auto-activation)
6509 (allout-widgets-icons-dark-subdir)
6510 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6511 (allout-widgets-theme-dark-background)
6512 (allout-widgets-theme-light-background)
6513 (allout-widgets-item-image-properties-emacs)
6514 (allout-widgets-item-image-properties-xemacs)
6515 (allout-widgets-run-unit-tests-on-load)
6516 (allout-widgets-time-decoration-activity)
6517 (allout-widgets-hook-error-post-time)
6518 (allout-widgets-track-decoration):
6519 Add missing :version tags to new defcustoms and defgroups.
6520
5fec1b8e
GM
6521 * progmodes/sql.el (sql-ansi-statement-starters)
6522 (sql-oracle-statement-starters): Add custom type.
6523
3e0d2fa7
GM
6524 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6525 (prolog-system-version): Give it a type.
6526
90b671e2
EZ
65272012-02-11 Eli Zaretskii <eliz@gnu.org>
6528
6529 * term/pc-win.el (x-select-text, x-selection-owner-p)
6530 (x-own-selection-internal, x-disown-selection-internal)
6531 (x-get-selection-internal): Sync doc strings and argument lists
6532 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6533
5eac0c02
LL
65342012-02-11 Leo Liu <sdl.web@gmail.com>
6535
6536 * progmodes/python.el (python-end-of-statement): Fix infinite
6537 loop. (Bug#10788)
6538
f82cb659
GM
65392012-02-10 Glenn Morris <rgm@gnu.org>
6540
6541 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6542 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6543
cc26d239
LI
65442012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6545
6546 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6547 about SMTP before checking the From header.
6548
91027d08 6549 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6550 into own function for reuse by emacsbug.el.
6551
1be3ca5a
LL
65522012-02-10 Leo Liu <sdl.web@gmail.com>
6553
6554 * subr.el (condition-case-unless-debug): Rename from
6555 condition-case-no-debug. All callers changed.
6556 (with-demoted-errors): Fix caller.
6557
6558 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6559 * nxml/rng-valid.el (rng-do-some-validation):
6560 * emacs-lisp/package.el (package-refresh-contents)
6561 (package-menu-execute):
6562 * desktop.el (desktop-create-buffer):
91027d08 6563 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6564
b011fbfe
GM
65652012-02-10 Glenn Morris <rgm@gnu.org>
6566
b2096d72
GM
6567 * textmodes/bibtex.el:
6568 Add missing :version tags for new/changed defcustoms.
6569
b011fbfe
GM
6570 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6571
4c7e65bf
LI
65722012-02-09 Lars Ingebrigtsen <larsi@rusty>
6573
6574 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6575 (smtpmail-via-smtp): Use it, or fall back on the From address.
6576 (smtpmail-send-it): Ditto.
6577
f3934f6f
SM
65782012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6581 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6582 (byte-compile-tmp-var): New const.
6583 (byte-compile-defvar): Use it to minimize .elc size.
6584 Just use `defvar' rather than simulate it (bug#10761).
6585
a075a2c5
GM
65862012-02-09 Glenn Morris <rgm@gnu.org>
6587
cf3aa21b
GM
6588 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6589
354998cd
GM
6590 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6591 Add :version tags.
6592
dc9924b8
SM
6593 * progmodes/compile.el (compilation-error-screen-columns)
6594 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6595
dab3703d
GM
6596 * vc/log-view.el (log-view-toggle-entry-display):
6597 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6598
3f88cd72
GM
6599 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6600 (report-emacs-bug-can-use-xdg-email):
6601 (report-emacs-bug-insert-to-mailer): Doc fixes.
6602 (report-emacs-bug): Message fix.
6603
d95b247d
GM
6604 * net/browse-url.el (browse-url-can-use-xdg-open)
6605 (browse-url-xdg-open): Doc fixes.
6606
a075a2c5
GM
6607 * electric.el (electric-indent-mode, electric-pair-mode)
6608 (electric-layout-rules, electric-layout-mode): Doc fixes.
6609 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6610
ffb6157e
MR
66112012-02-08 Martin Rudalics <rudalics@gmx.at>
6612
6613 * server.el (server-unselect-display): Don't inadvertently kill
6614 the current buffer. (Bug#10729)
6615
e1ac4066
GM
66162012-02-08 Glenn Morris <rgm@gnu.org>
6617
34e8a2da
GM
6618 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6619 (sql-list-table): Doc fixes.
6620
b4ac6e8c
GM
6621 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6622 Comment out (does nothing).
6623
e1ac4066
GM
6624 * completion.el (dynamic-completion-mode):
6625 * dirtrack.el (dirtrack-debug-mode):
6626 * electric.el (electric-layout-mode):
6627 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6628 * face-remap.el (text-scale-mode, buffer-face-mode):
6629 * iimage.el (iimage-mode):
6630 * image-mode.el (image-transform-mode):
6631 * minibuffer.el (completion-in-region-mode):
6632 * scroll-lock.el (scroll-lock-mode):
6633 * simple.el (next-error-follow-minor-mode):
6634 * tar-mode.el (tar-subfile-mode):
6635 * tooltip.el (tooltip-mode):
6636 * vcursor.el (vcursor-use-vcursor-map):
6637 * wid-browse.el (widget-minor-mode):
6638 * emulation/tpu-edt.el (tpu-edt-mode):
6639 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6640 * international/iso-ascii.el (iso-ascii-mode):
6641 * language/thai-util.el (thai-word-mode):
6642 * mail/supercite.el (sc-minor-mode):
6643 * net/goto-addr.el (goto-address-mode):
6644 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6645 * progmodes/cwarn.el (cwarn-mode):
6646 * progmodes/flymake.el (flymake-mode):
6647 * progmodes/glasses.el (glasses-mode):
6648 * progmodes/hideshow.el (hs-minor-mode):
6649 * progmodes/pascal.el (pascal-outline-mode):
6650 * textmodes/enriched.el (enriched-mode):
6651 * vc/smerge-mode.el (smerge-mode):
6652 Doc fixes (minor mode argument).
6653
5e0d957f
EZ
66542012-02-07 Eli Zaretskii <eliz@gnu.org>
6655
6656 * ls-lisp.el (ls-lisp-sanitize): New function.
6657 (ls-lisp-insert-directory): Use it to fix or remove any elements
6658 in file-alist with missing attributes. (Bug#4673)
6659
98d7371e
AM
66602012-02-07 Alan Mackenzie <acm@muc.de>
6661
6662 Fix spurious recognition of c-in-knr-argdecl.
6663
6664 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6665 putative K&R region.
6666
667ced3a
AM
66672012-02-07 Alan Mackenzie <acm@muc.de>
6668
eb864a71
LM
6669 * progmodes/cc-engine.el (c-forward-objc-directive):
6670 Prevent looping in "#pragma mark @implementation".
667ced3a 6671
5b77774d
MA
66722012-02-07 Michael Albinus <michael.albinus@gmx.de>
6673
6674 * notifications.el (notifications-on-closed-signal): Make `reason'
6675 optional. (Bug#10744)
6676
af008560
GM
66772012-02-07 Glenn Morris <rgm@gnu.org>
6678
60d47423
GM
6679 * emacs-lisp/easy-mmode.el (define-minor-mode):
6680 Doc fixes for the macro and the mode it defines.
6681
dd605cc4
GM
6682 * image.el (imagemagick-types-inhibit): Doc fix.
6683
af008560
GM
6684 * cus-start.el (imagemagick-render-type): Add it.
6685
5cc59a37
LI
66862012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6687
4d6769e1
JB
6688 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6689 Set the default at load time, too, so that `font-lock-fontify-buffer'
6690 can be called without setting up the entire mode first. This fixes
6691 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6692
9a6dd747
CY
66932012-02-06 Chong Yidong <cyd@gnu.org>
6694
2d16b285
CY
6695 * simple.el (list-processes--refresh): Delete exited processes
6696 (Bug#8094).
6697
171e9b6e
CY
6698 * comint.el (comint-next-prompt): next-single-char-property-change
6699 and prev-single-char-property-change never return nil (Bug#8657).
6700
9a6dd747
CY
6701 * custom.el (defcustom): Doc fix (Bug#9711).
6702
aa4589a7
CY
67032012-02-05 Chong Yidong <cyd@gnu.org>
6704
5c2a252f
CY
6705 * cus-edit.el (custom-variable-reset-backup): Quote the value
6706 before storing it in the customized-value property (Bug#6712).
4aab9006 6707 (custom-display): Add a customization type tag.
983b9602 6708 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6709
aa4589a7
CY
6710 * wid-edit.el (widget-field-value-get): New optional arg to
6711 suppress trailing whitespace truncation.
6712 (character): Use it (Bug#2689).
6713
1ff980ae
AS
67142012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6715
6716 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6717 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6718
03988c98
CY
67192012-02-05 Chong Yidong <cyd@gnu.org>
6720
eeb6cc88
CY
6721 * cus-edit.el (custom-variable-value-create): For mismatched
6722 types, show the current value (Bug#7600).
6723
03988c98
CY
6724 * custom.el (defcustom): Doc fix.
6725
f8cdeef0
GM
67262012-02-05 Glenn Morris <rgm@gnu.org>
6727
6728 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6729
0696d255
JB
67302012-02-05 Juanma Barranquero <lekktu@gmail.com>
6731
6732 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6733 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6734 (pp-last-sexp): Use `looking-at-p'.
6735
34c99998
GM
67362012-02-04 Glenn Morris <rgm@gnu.org>
6737
8f05da42
GM
6738 * files.el (revert-buffer):
6739 Doc fix (mention revert-buffer-in-progress-p).
6740
f160676e
GM
6741 * emacs-lisp/ert-x.el (ert-simulate-command):
6742 Check deferred-action-list (which is obsolete) is bound.
6743
c7291ad9
GM
6744 * subr.el (with-wrapper-hook): Doc fixes.
6745
34c99998
GM
6746 * simple.el (filter-buffer-substring-functions)
6747 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6748
6283a7d3
LL
67492012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6750
6751 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6752 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6753
e96e3013
LL
67542012-02-04 Leo Liu <sdl.web@gmail.com>
6755
6756 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6757
8ded50f2
GM
67582012-02-04 Glenn Morris <rgm@gnu.org>
6759
82ff1d13
GM
6760 * image.el (image-extension-data): Add obsolete alias.
6761
987a0a16
GM
6762 * isearch.el (isearch-update): Doc fix.
6763
ea32ef46
GM
6764 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6765
8ded50f2
GM
6766 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6767
eea14f31
GM
67682012-02-03 Glenn Morris <rgm@gnu.org>
6769
6770 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6771 (image-animate-timeout): Doc fix.
6772
6773 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6774
12f381b7
GM
67752012-02-02 Glenn Morris <rgm@gnu.org>
6776
953cebf5
GM
6777 * server.el (server-auth-dir): Doc fix.
6778 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6779
12f381b7
GM
6780 * subr.el (run-mode-hooks): Doc fix.
6781
953a8c3b
JL
67822012-02-02 Juri Linkov <juri@jurta.org>
6783
6784 * image-mode.el (image-toggle-display-image): Remove tautological
6785 `major-mode' from the `derived-mode-p' test.
6786
c5d3843c
KH
67872012-02-02 Kenichi Handa <handa@m17n.org>
6788
9f6e692e 6789 * composite.el (compose-region): Cancel previous change.
c5d3843c 6790
159462d4 67912012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6792
6793 * composite.el (compose-region, compose-string): Signal error for
6794 a null string component (Bug#6988).
6795
9f562668
CY
67962012-02-01 Chong Yidong <cyd@gnu.org>
6797
e2cef717
CY
6798 * view.el (view-buffer-other-window, view-buffer-other-frame):
6799 Handle special modes like view-buffer (Bug#10650).
6800 (view-buffer): Simplify.
6801
9f562668
CY
6802 * frame.el (set-frame-font): Tweak meaning of third argument.
6803
9f6e692e
JB
6804 * dynamic-setting.el (font-setting-change-default-font):
6805 Use set-frame-font (Bug#9982).
9f562668 6806
781acb9f
GM
68072012-02-01 Glenn Morris <rgm@gnu.org>
6808
6035be52
GM
6809 * progmodes/compile.el (compilation-internal-error-properties):
6810 Respect compilation-first-column in the "*compilation*" buffer.
6811
781acb9f
GM
6812 * emacs-lisp/easy-mmode.el (define-minor-mode):
6813 Relax :variable's test for a named function.
6814
abbceb00
AM
68152012-01-31 Alan Mackenzie <acm@muc.de>
6816
6817 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6818 off by one error.
6819
fce3fdeb
CY
68202012-01-31 Chong Yidong <cyd@gnu.org>
6821
6822 * frame.el (set-frame-font): New arg ALL-FRAMES.
6823
6824 * menu-bar.el (menu-set-font): Use set-frame-font.
6825
6826 * faces.el (face-spec-reset-face): Don't apply unspecified
6827 attribute values to the default face.
6828
47893581
JB
68292012-01-31 Juanma Barranquero <lekktu@gmail.com>
6830
6831 * progmodes/cwarn.el (cwarn): Remove dead link.
6832 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6833 Remove * from defcustom docstrings.
6834 (turn-on-cwarn-mode): Make obsolete.
6835 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6836 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6837
e58e988a
GM
68382012-01-31 Glenn Morris <rgm@gnu.org>
6839
60dc2671 6840 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6841 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6842 Allow named functions to be used as the cdr of :variable.
e58e988a 6843
7a3f511d
GM
68442012-01-30 Glenn Morris <rgm@gnu.org>
6845
6846 * emacs-lisp/authors.el (authors-fixed-entries):
6847 Remove reference to deleted file rnewspost.el.
6848
cb882333
JB
68492012-01-29 Juanma Barranquero <lekktu@gmail.com>
6850
6851 * window.el (window-with-parameter): Remove unused variable `windows'.
6852 (window--side-check): Remove unused variable `code'.
6853 (window--resize-siblings): Remove unused variable `first'.
6854 (adjust-window-trailing-edge): Remove unused variable `failed'.
6855 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6856 Use `let', not `let*'.
6857 (balance-windows-2): Remove unused variable `found'.
6858 (window--state-put-2): Remove unused variable `splits'.
6859 (window-state-put): Remove unused variable `selected'.
6860 (same-window-p): Use `string-match-p'.
6861 (display-buffer-assq-regexp): Remove unused variable `value'.
6862 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6863 Mark argument ALIST as ignored.
6864 (pop-to-buffer): Remove unused variable `old-window'.
6865
907201af
EZ
68662012-01-29 Eli Zaretskii <eliz@gnu.org>
6867
6868 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6869 and .lzma compressed files.
6870
ea162670
CY
68712012-01-29 Chong Yidong <cyd@gnu.org>
6872
5b95ee8a
CY
6873 * frame.el (window-system-default-frame-alist): Doc fix.
6874
ea162670
CY
6875 * dynamic-setting.el (font-setting-change-default-font): Don't
6876 change the default face if SET-FONT argument is non-nil (Bug#9982).
6877
d6e6f4b1
SB
68782012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6879
6880 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6881
0f29fa41 68822012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6883
6884 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6885 breakpoints in files outside current directory (Bug#6098).
6886
db174434
CY
68872012-01-29 Chong Yidong <cyd@gnu.org>
6888
6b25e4e2
SE
6889 * progmodes/python.el: Require ansi-color at top-level.
6890
6df6ae42
JB
6891 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6892 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6893 (lisp-mode-abbrev-table): Add doc.
6894 (lisp-mode-variables): Don't set local-abbrev-table.
6895 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6896
e70ee681
RW
68972012-01-28 Roland Winkler <winkler@gnu.org>
6898
6899 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6900
ace88aa2
RW
69012012-01-28 Roland Winkler <winkler@gnu.org>
6902
6903 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6904 (bibtex-set-dialect): Use it. Either set global values of
6905 dialect-dependent variables or bind these variables buffer-locally
6906 (Bug#10254).
6907 (bibtex-mode): Call bibtex-set-dialect via
6908 hack-local-variables-hook.
eb864a71
LM
6909 (bibtex-dialect): Update docstring.
6910 Add safe-local-variable predicate.
ace88aa2
RW
6911 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6912 bibtex-set-dialect.
6913 (bibtex-mode-map): Define menu for each dialect.
6914 (bibtex-entry): Fix docstring.
6915
93376c5b
CY
69162012-01-28 Chong Yidong <cyd@gnu.org>
6917
6918 * eshell/esh-arg.el (eshell-quote-argument): New function.
6919
6920 * eshell/esh-ext.el (eshell-invoke-batch-file):
6921 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6922 first arg to eshell-parse-command (Bug#10523).
6923
4372494f
DA
69242012-01-28 Drew Adams <drew.adams@oracle.com>
6925
6926 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6927 `default-directory' is non-nil.
6928
4d4ec1f8
EZ
69292012-01-28 Eli Zaretskii <eliz@gnu.org>
6930
6931 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6932 line that displays system-configuration-options. (Bug#9924)
6933
7c188927
DA
69342012-01-28 Drew Adams <drew.adams@oracle.com>
6935
6936 * descr-text.el (describe-char): Show information about POS, in
6937 addition to information about the character at POS. Improve and
6938 update the doc string. Change "code point" to "code point in
6939 charset", to avoid confusion with the character's Unicode code
6940 point shown above that. (Bug#10129)
6941
e0da685a
EZ
69422012-01-28 Eli Zaretskii <eliz@gnu.org>
6943
6944 * descr-text.el (describe-char): Show the raw character, not only
6945 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6946 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6947 for the reasons.
6948
70550acf
PH
69492012-01-28 Phil Hagelberg <phil@hagelb.org>
6950
eb864a71
LM
6951 * emacs-lisp/package.el (package-install):
6952 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6953
0ce8e868
CY
69542012-01-28 Chong Yidong <cyd@gnu.org>
6955
cb882333
JB
6956 * emacs-lisp/package.el (package-maybe-load-descriptor):
6957 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6958 (package-maybe-load-descriptor): Use it.
6959 (package-download-transaction): Fully load required packages
6960 inside the loop, so that `require' calls work (Bug#10593).
6961 (package-install): No need to call package-initialize now.
6962
2e7f3bea
CY
69632012-01-28 Chong Yidong <cyd@gnu.org>
6964
6e9bad14
CY
6965 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6966
f823b8ca
CY
6967 * tooltip.el (tooltip-mode): Doc fix.
6968 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6969
2680c309
CY
6970 * frame.el (set-cursor-color): Doc fix (Bug#352).
6971
d7a9e63b
CY
6972 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6973 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6974
2e7f3bea
CY
6975 * cus-edit.el (custom-buffer-create-internal): Fix search button
6976 action (Bug#10542).
2ae01800 6977 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6978
fc4f7a23
EW
69792012-01-27 Eduard Wiebe <usenet@pusto.de>
6980
6981 * dired.el (dired-mark-files-regexp):
6982 Include any subdirectory components. (Bug#10445)
6983
7dd37071
ML
69842012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6985
6986 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6987 Handle [host]:port syntax. (Bug#10533)
6988
a268160b
AH
69892012-01-27 Alex Harsanyi <harsanyi@mac.com>
6990
6991 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6992
e43273ef
GM
69932012-01-26 Glenn Morris <rgm@gnu.org>
6994
6995 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6996 * term.el (term-raw-escape-map): Use Control-X-prefix.
6997 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6998
1edf595d
MR
69992012-01-25 Martin Rudalics <rudalics@gmx.at>
7000
7001 * window.el (window-state-get, window--state-get-1): Don't deal
7002 with fixed-sizeness of windows. Simplify code.
7003
fa8eafef
JC
70042012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
7005
6df6ae42
JB
7006 * window.el (window--state-get-1, window--state-put-2):
7007 Don't save and restore the mark.
fa8eafef 7008
0b21c100
CY
70092012-01-25 Chong Yidong <cyd@gnu.org>
7010
7011 * custom.el (custom-variable-p): Doc fix.
7012
5ae1a6c8
GM
70132012-01-25 Glenn Morris <rgm@gnu.org>
7014
40047858
GM
7015 * dired.el (dired-goto-file): Handle some of the more common
7016 characters that `ls -b' escapes. (Bug#10596)
7017
5ddce96c
GM
7018 * progmodes/compile.el (compilation-next-error-function):
7019 Respect compilation-first-column in the "*compilation*" buffer.
7020 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
7021
5ae1a6c8
GM
7022 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
7023
b559f1a9
GM
70242012-01-24 Glenn Morris <rgm@gnu.org>
7025
7026 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
7027
6725d21a
JD
70282012-01-24 Julien Danjou <julien@danjou.info>
7029
7030 * color.el (color-rgb-to-hsl): Fix value computing.
7031 (color-hue-to-rgb): New function.
7032 (color-hsl-to-rgb): New function.
7033 (color-clamp, color-saturate-hsl, color-saturate-name)
7034 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7035 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
7036
70df4bbe
GM
70372012-01-24 Glenn Morris <rgm@gnu.org>
7038
7039 * vc/vc-rcs.el (vc-rcs-create-tag):
7040 * vc/vc-sccs.el (vc-sccs-create-tag):
7041 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
7042
802a2ae2
ML
70432012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
7044
7045 * eshell/esh-util.el (eshell-read-hosts-file):
7046 Skip comment lines. (Bug#10549)
7047
d7128bb1
ML
7048 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7049
d1a5c3b4
JB
70502012-01-23 Juanma Barranquero <lekktu@gmail.com>
7051
2724d9c7
JB
7052 * subr.el (display-delayed-warnings): Doc fix.
7053 (collapse-delayed-warnings): New function to collapse identical
7054 adjacent warnings.
7055 (delayed-warnings-hook): Add it.
d1a5c3b4 7056
a5509865
MA
70572012-01-22 Michael Albinus <michael.albinus@gmx.de>
7058
7059 * net/tramp.el (tramp-action-login): Set connection property "login-as".
7060
a5509865
MA
7061 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
7062 (tramp-default-user-alist): Don't add "pscp".
7063 (tramp-do-copy-or-rename-file-out-of-band): Use connection
7064 property "login-as", if set. (Bug#10530)
7065
cc6d5805
MA
70662012-01-21 Michael Albinus <michael.albinus@gmx.de>
7067
7068 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
7069 "plink1" and "psftp". (Bug#10530)
7070
70712012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
7072
7073 * international/mule-cmds.el (prefer-coding-system): Show a
7074 warning message if the default value of file-name-coding-system
7075 was not changed.
7076
f0960428
JC
70772012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7078
cb882333
JB
7079 * windmove.el (windmove-reference-loc):
7080 Fix windmove-reference-loc miscalculation.
f0960428 7081
dd6f2a63
JB
70822012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
7083
7084 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
7085 default unit.
7086
7b447e9b
GM
70872012-01-21 Glenn Morris <rgm@gnu.org>
7088
117a9ea1
GM
7089 * international/mule.el (auto-coding-alist): Add .tbz.
7090
7b447e9b
GM
7091 * files.el (local-enable-local-variables): Doc fix.
7092 (inhibit-local-variables-regexps): Rename from
7093 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
7094 Doc fix. Add some extensions from auto-coding-alist.
7095 (inhibit-local-variables-suffixes):
7096 Rename from inhibit-first-line-modes-suffixes. Doc fix.
7097 (inhibit-local-variables-p):
7098 New function, extracted from set-auto-mode-1.
7099 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
7100 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
7101 (hack-local-variables): Doc fix. Make the mode-only case
7102 respect enable-local-variables and friends.
7103 Respect inhibit-local-variables-regexps for file-locals, but
7104 not for directory-locals.
7105 (set-visited-file-name):
7106 Take account of inhibit-local-variables-regexps.
7107 Whether it applies may change as the file name is changed.
7108 * jka-cmpr-hook.el (jka-compr-install):
7109 * jka-compr.el (jka-compr-uninstall):
7110 Update for inhibit-first-line-modes-suffixes name change.
7111
dd6e3cdd
MR
71122012-01-20 Martin Rudalics <rudalics@gmx.at>
7113
7114 * help-macro.el (make-help-screen): Temporarily restore original
7115 binding for minor-mode-map-alist (Bug#10454).
7116
0d0deb38
JD
71172012-01-19 Julien Danjou <julien@danjou.info>
7118
7119 * color.el (color-name-to-rgb): Use the white color to find the max
7120 color component value and return correctly computed values.
7121 (color-name-to-rgb): Add missing float conversion for max value.
7122
34a02f46
MR
71232012-01-19 Martin Rudalics <rudalics@gmx.at>
7124
7125 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
7126 special state value for window-persistent-parameters.
7127 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
7128 (window--state-put-2): Reset all window parameters to nil before
7129 assigning values of persistent parameters.
7130
606c44c4
AM
71312012-01-18 Alan Mackenzie <acm@muc.de>
7132
7133 Eliminate sluggishness and hangs in fontification of "semicolon
7134 deserts".
7135
cb882333
JB
7136 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7137 Change value 10000 -> 3000.
606c44c4
AM
7138 (c-state-safe-place): Reformulate so it doesn't stack up an
7139 infinite number of wrong entries in c-state-nonlit-pos-cache.
7140 (c-determine-limit-get-base, c-determine-limit): New functions to
7141 determine backward search limits disregarding literals.
7142 (c-find-decl-spots): Amend commenting.
7143 (c-cheap-inside-bracelist-p): New function which detects "={".
7144
7145 * progmodes/cc-fonts.el
7146 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7147 backward search.
7148 (c-font-lock-declarations): Fix an occurrence of point being
7149 undefined. Check additionally for point being in a bracelist or
7150 near a macro invocation without a semicolon so as to avoid a
7151 fruitless time consuming search for a declarator. Give a more
7152 precise search limit for declarators using the new
7153 c-determine-limit.
7154
f3860cea
GM
71552012-01-18 Glenn Morris <rgm@gnu.org>
7156
7157 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7158 (set-auto-mode): Doc fixes.
7159
1db03b16
GM
71602012-01-17 Glenn Morris <rgm@gnu.org>
7161
0e6038be
GM
7162 * isearch.el (search-nonincremental-instead): Fix doc typo.
7163
1db03b16
GM
7164 * dired.el (dired-insert-directory): Handle newlines in directory name.
7165 (dired-build-subdir-alist): Unescape newlines in directory name.
7166
4cb0aa75
MA
71672012-01-17 Michael Albinus <michael.albinus@gmx.de>
7168
7169 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7170 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7171 (tramp-action-terminal): Use it. (Bug#10530)
7172
1d00653d
SM
71732012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7176
6a6ee00d
MR
71772012-01-16 Martin Rudalics <rudalics@gmx.at>
7178
7179 * window.el (window-state-ignored-parameters): Remove variable.
7180 (window--state-get-1): Rename argument MARKERS to IGNORE.
7181 Handle persistent window parameters. Make copy of clone-of
7182 parameter only if requested. (Bug#10348)
7183 (window--state-put-2): Install a window parameter only if it has
7184 a non-nil value or an existing parameter shall be overwritten.
7185
97912def
MA
71862012-01-15 Michael Albinus <michael.albinus@gmx.de>
7187
7188 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7189
688070a5
EZ
71902012-01-14 Eli Zaretskii <eliz@gnu.org>
7191
7192 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7193 don't pass the (nil) value of `upnode' to string-match.
7194
301afadc
CY
71952012-01-14 Chong Yidong <cyd@gnu.org>
7196
7197 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7198 Fix values recognized by the cursorBlink resource.
301afadc 7199
9e5788aa
PE
72002012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7201
7202 * epg.el (epg--make-temp-file): Avoid permission race condition
7203 when running on old Emacs versions (bug#10403).
7204
3cdb7f5a
GM
72052012-01-14 Glenn Morris <rgm@gnu.org>
7206
7207 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7208
8c82b1b4
AM
72092012-01-13 Alan Mackenzie <acm@muc.de>
7210
7211 Fix filling for when filladapt mode is enabled.
7212
7213 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7214 c-mask-paragraph, pass in `fill-paragraph' rather than
7215 `fill-region-as-paragraph'. (This is a reversion of a previous
7216 change.)
eb864a71
LM
7217 * progmodes/cc-mode.el (c-basic-common-init):
7218 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7219
e517eda4
GM
72202012-01-13 Glenn Morris <rgm@gnu.org>
7221
1498536e
GM
7222 * dired.el (dired-switches-escape-p): New function.
7223 (dired-insert-directory): Use dired-switches-escape-p.
7224 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7225
e517eda4
GM
7226 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7227
328f984d
GM
72282012-01-12 Glenn Morris <rgm@gnu.org>
7229
7230 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7231 changes in adaptive-fill-regexp. (Bug#10276)
7232
2cc769a8
AM
72332012-01-11 Alan Mackenzie <acm@muc.de>
7234
7235 Fix Emacs bug #10463 - put `widen's around the critical spots.
7236
1d00653d 7237 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7238 widen around each invocation of c-state-pp-to-literal. Remove an
7239 unused let variable.
7240
e52c37fa
GM
72412012-01-11 Glenn Morris <rgm@gnu.org>
7242
7243 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7244 Doc fix.
e52c37fa 7245
96f8741e
CY
72462012-01-10 Chong Yidong <cyd@gnu.org>
7247
1d00653d
SM
7248 * net/network-stream.el (network-stream-open-starttls):
7249 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7250 response to the capability command.
7251
b09a806e
GM
72522012-01-10 Glenn Morris <rgm@gnu.org>
7253
7254 * mail/unrmail.el (unrmail): Tweak previous change.
7255
7655cb66
CY
72562012-01-09 Chong Yidong <cyd@gnu.org>
7257
7258 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7259
9d5a8f0b
AM
72602012-01-08 Alan Mackenzie <acm@muc.de>
7261
7262 Optimise font locking in long enum definitions.
7263
7264 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7265 arm to a cond form to handle enums.
7266 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7267 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7268
9a0115ab 72692012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7270
7271 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7272 (Bug#10401)
6bb72cbd 7273
f186bb95
LMI
72742012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7275
29232a68
LMI
7276 * faces.el (set-face-attribute): Clarify the meaning of the nil
7277 frame (bug#10294).
7278
4e5d086d
LMI
7279 * subr.el (with-selected-frame): Mention that the selected frame
7280 is restored (bug#9980).
7281
8e66aebe
LMI
7282 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7283 (bug#9759).
7284
cd394be1 7285 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7286 (password-read): Don't autoload unused function.
7287
adf4e762
JB
72882012-01-07 Juanma Barranquero <lekktu@gmail.com>
7289
7290 * progmodes/which-func.el (which-func-mode): Turn into a
7291 non-interactive function and mark as obsolete (bug#10428).
7292
89bd9ccd
CY
72932012-01-06 Chong Yidong <cyd@gnu.org>
7294
7295 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7296 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7297 functions, along with 1 and -1.
7298
4afee9d5
EZ
72992012-01-06 Eli Zaretskii <eliz@gnu.org>
7300
7301 * time.el (display-time-load-average)
7302 (display-time-default-load-average): Doc fixes. See the thread
7303 starting at
7304 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7305 for the details.
7306
536aea70
GM
73072012-01-06 Glenn Morris <rgm@gnu.org>
7308
665ae865
GM
7309 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7310 has no messages. (Bug#10377)
7311
c869783d
GM
7312 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7313 than Info-edit. (Bug#10385)
7314
2bb4227e
GM
7315 * time.el (display-time-load-average, display-time-next-load-average):
7316 Doc fixes.
7317
7d5944b9
GM
7318 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7319 local setting of buffer-read-only to the input buffer. (Bug#10419)
7320
536aea70
GM
7321 * calendar/calendar.el (calendar-mode):
7322 Locally set scroll-margin to 0. (Bug#10379)
7323
7dccca16
UM
73242012-01-06 Ulrich Mueller <ulm@gentoo.org>
7325
7326 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7327
afbb7930
GM
73282012-01-05 Glenn Morris <rgm@gnu.org>
7329
7330 * eshell/em-unix.el (diff-no-select): Autoload it.
7331 (eshell/diff): Use diff-no-select. (Bug#10420)
7332
04482335
CY
73332012-01-05 Chong Yidong <cyd@gnu.org>
7334
7baca3bc
CY
7335 * shell.el (shell-dynamic-complete-functions): Revert last change.
7336 (shell-command-completion-function): New function.
7337 (shell-completion-vars): Use it to implement
7338 shell-completion-execonly (Bug#10417).
7339
04482335
CY
7340 * custom.el (enable-theme): Don't set custom-safe-themes.
7341
1d00653d
SM
7342 * cus-theme.el (custom-theme-merge-theme):
7343 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7344
bb5aa5d6
MM
73452012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7346
7347 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7348 first prompt in `sql-interacive-mode'.
7349 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7350 keywords.
6df6ae42 7351 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7352 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7353 context of original buffer. Invoke `sql-login-hook'.
7354
a7183d7c
EZ
73552012-01-04 Eli Zaretskii <eliz@gnu.org>
7356
7357 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7358 letters in cite-prefix.
7359
a1eacd1e
LMI
73602012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7361
7362 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7363
787cdb34
CY
73642012-01-03 Chong Yidong <cyd@gnu.org>
7365
1d00653d
SM
7366 * shell.el (shell-dynamic-complete-functions):
7367 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7368 comint-filename-completion first (Bug#10417).
7369
30710442
RS
73702012-01-02 Richard Stallman <rms@gnu.org>
7371
7372 * battery.el (battery-status-function):
7373 Detect when to use battery-yeeloong-sysfs.
7374 (battery-echo-area-format): Add string for Yeeloong.
7375 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7376 (battery-yeeloong-sysfs): New function.
7377
f75bfc33
CY
73782012-01-02 Chong Yidong <cyd@gnu.org>
7379
7380 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7381 (dirtrack): Merge code for handling relative filenames in prompt
7382 from shell-dir-cookie-watcher.
7383 (dirtrack-debug-message): New arg to avoid excess format calls.
7384
7385 * shell.el (shell-dir-cookie-re): Variable deleted.
7386 (shell-dir-cookie-watcher): Function deleted.
7387 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7388 with dirtrack-mode.
7389
651e947e
EZ
73902012-01-01 Eli Zaretskii <eliz@gnu.org>
7391
1d00653d
SM
7392 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7393 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7394 libgnutls-26.dll.
7395
94d4c7dc
AS
73962011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7397
7398 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7399
8d43f3cd
EZ
74002011-12-31 Eli Zaretskii <eliz@gnu.org>
7401
7402 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7403 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7404
98c8795a
MA
74052011-12-29 Michael Albinus <michael.albinus@gmx.de>
7406
7407 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7408 also for alternative shells.
7409 (tramp-open-connection-setup-interactive-shell): Check, whether
7410 the shell is a busybox.
7411 (tramp-send-command): Don't suppress multiple prompts for
7412 busyboxes, it hurts.
7413
51281b32
CY
74142011-12-28 Chong Yidong <cyd@gnu.org>
7415
7416 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7417 (gdb-get-source-file): Move mode line update to
7418 gdb-get-source-file (Bug#10087).
7419
2170cb53
CY
74202011-12-25 Chong Yidong <cyd@gnu.org>
7421
7422 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7423 gud-gdb-marker-filter without taking it as an argument.
7424 (gud-gdb-run-command-fetch-lines): Caller changed.
7425 (gud-gdb-completion-function): New variable.
7426 (gud-gdb-completion-at-point): Use it.
7427 (gud-gdb-completions-1): Split from gud-gdb-completions.
7428
7429 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7430 function as separate arguments.
7431 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7432 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7433 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7434 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7435 (gdb-stopped, def-gdb-auto-update-trigger)
7436 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7437 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7438 Callers changed.
2170cb53
CY
7439 (gud-gdbmi-completions): New function.
7440 (gdb): Use it for generating the completion table.
7441
be8b11bb
AM
74422011-12-24 Alan Mackenzie <acm@muc.de>
7443
7444 Introduce a mechanism to widen the region used in context font
1d00653d 7445 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7446
1d00653d
SM
7447 * progmodes/cc-langs.el (c-before-font-lock-functions):
7448 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7449 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7450 functions to be run just before context (etc.) font locking.
7451
7452 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7453 New, functionality extracted from
be8b11bb 7454 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7455 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7456 (c-after-change): Set c-in-after-change-fontification.
7457 (c-set-fl-decl-start): Rejig its interface, so it can be called
7458 from both after-change and context fontifying.
b81d40f0
JB
7459 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7460 New functions.
7461 (c-standard-font-lock-fontify-region-function): New variable.
7462 (c-font-lock-fontify-region): New function.
be8b11bb 7463
341cf6ac
JL
74642011-12-24 Juri Linkov <juri@jurta.org>
7465
7466 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7467 (Bug#10348)
7468
bffcee0a
MA
74692011-12-23 Michael Albinus <michael.albinus@gmx.de>
7470
7471 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7472 existence of source file. (Bug#10325)
7473
cb5e207c
AM
74742011-12-23 Alan Mackenzie <acm@muc.de>
7475
7476 Fix unstable fontification inside templates.
7477
b81d40f0
JB
7478 * progmodes/cc-langs.el (c-before-font-lock-functions):
7479 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7480 additionally has c-set-fl-decl-start. The other languages (apart
7481 from AWK) have that as a single entry.
7482
b81d40f0
JB
7483 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7484 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7485 c-set-fl-decl-start.
7486
b81d40f0
JB
7487 * progmodes/cc-mode.el (c-common-init, c-after-change):
7488 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7489 (c-set-fl-decl-start): New function, extracted from
7490 c-font-lock-enclosing-decls and enhanced.
7491
60ff536c
JB
74922011-12-23 Juanma Barranquero <lekktu@gmail.com>
7493
7494 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7495
1c4757d6
JL
74962011-12-22 Juri Linkov <juri@jurta.org>
7497
7498 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7499
d031f2c7
CY
75002011-12-22 Chong Yidong <cyd@gnu.org>
7501
7502 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7503
bace743a
DA
75042011-12-21 Drew Adams <drew.adams@oracle.com>
7505
7506 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7507
728a1f2b
JC
75082011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7509
7510 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7511
0d373f73
TZ
75122011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7513
fec0aaa4
TZ
7514 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7515 highlighting and support. Fix up comments for capitalization.
7516 (cfengine-mode-debug): New var.
7517 (cfengine3-mode): Change the modeline indicator to "CFE3".
7518 (cfengine3-font-lock-keywords): Improve defun highlighting.
7519 (cfengine2-actions): Rename from `cfengine-actions'.
7520 (cfengine2-font-lock-keywords): Rename from
7521 `cfengine-font-lock-keywords'.
7522 (cfengine2-imenu-expression): Rename from
7523 `cfengine-imenu-expression'.
7524 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7525 (cfengine2-beginning-of-defun): Rename from
7526 `cfengine-beginning-of-defun'.
7527 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7528 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7529 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7530 modeline indicator to "CFE2".
7531 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7532 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7533
bc86f573
CY
75342011-12-21 Chong Yidong <cyd@gnu.org>
7535
7536 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7537 filename argument.
7538
d45ba96b
MR
75392011-12-20 Martin Rudalics <rudalics@gmx.at>
7540
7541 * window.el (window-normalize-buffer-to-display): Remove.
7542 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7543
a6198c90
CY
75442011-12-19 Chong Yidong <cyd@gnu.org>
7545
7546 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7547 Don't signal an error in a predicate function; return non-nil.
7548 (vc-dir-mark-file): Move the error here.
7549 (vc-dir-mark-unmark): If acting on the region, keep going if one
7550 of the entries cannot be marked/unmarked.
7551 (vc-dir-mark-all-files): If current entry is a directory, mark
7552 only child files, as documented.
7553
34c5fb55
VB
75542011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7555
7556 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7557 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7558 addition.
7559
c803b2b7
JD
75602011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7561
7562 * term/ns-win.el (ns-get-selection-internal)
7563 (ns-store-selection-internal): Declare.
1154d12e
JB
7564 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7565 Declare as obsolete.
7566 (ns-get-pasteboard, ns-paste-secondary):
7567 Use ns-get-selection-internal.
7568 (ns-set-pasteboard, ns-copy-including-secondary):
7569 Use ns-store-selection-internal.
c803b2b7 7570
9cff91f8 75712011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7572
7573 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7574 (vc-deduce-fileset): Doc fix.
99a289d9 7575
f16c898a
AS
75762011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7577
7578 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7579
763237c4
SS
75802011-12-13 Sam Steingold <sds@gnu.org>
7581
7582 * man.el (Man-getpage-in-background): When running under a
7583 window-system, ignore $MANWIDTH and $COLUMNS.
7584
5fc1c122
KH
75852011-12-15 Kenichi Handa <handa@m17n.org>
7586
7587 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7588 (setup-ethiopic-environment-internal): Comment out key-binding for
7589 ethio-toggle-punctuation.
7590
13d49cbb
AM
75912011-12-13 Alan Mackenzie <acm@muc.de>
7592
898169a2
AM
7593 Add the switch statement to AWK Mode.
7594
7a71b18d 7595 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7596 "default" to the keywords regexp.
7597
7a71b18d 7598 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7599 expression as the rest.
1d00653d
SM
7600 (c-nonlabel-token-key): Allow string literals for AWK.
7601 Refactor for the other modes.
898169a2 7602
13d49cbb 7603 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7604 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7605 routines. Limit backward searching in c-font-lock-enclosing.decl.
7606
7607 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7608 pp-state and literal type in addition to the limits.
1d00653d 7609 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7610 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7611 (c-slow-in-literal, c-fast-in-literal): Remove.
7612 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7613
7614 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7615 being in a literal. Add a limit for backward searching.
7616
7617 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7618 c-slow-in-literal.
7619
15e0efc7
SM
76202011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7623
454592a6
MR
76242011-12-13 Martin Rudalics <rudalics@gmx.at>
7625
7626 * window.el (delete-other-windows): Use correct frame in call to
7627 window-with-parameter.
7628
87393f26
DP
76292011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7630
7631 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7632 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7633 (makefile-gmake-statements, makefile-makepp-statements):
7634 Use it and add new makepp keywords.
7635 (makefile-makepp-font-lock-keywords): Add new patterns.
7636 (makefile-match-function-end): Match new [...] and [[...]].
7637
11636b22
JB
76382011-12-11 Juanma Barranquero <lekktu@gmail.com>
7639
7640 * ses.el (ses-call-printer-return, ses-cell-property-get)
7641 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7642 (ses-create-cell-variable, ses-reset-header-string)
7643 (ses-cell-set-formula, ses-repair-cell-reference-all)
7644 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7645 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7646 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7647 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7648 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7649 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7650 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7651 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7652 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7653 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7654 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7655 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7656
cf018193
VB
76572011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7658
7659 * ses.el: The overall change is to add cell renaming, that is
7660 setting fancy names for cell symbols other than name matching
7661 "\\`[A-Z]+[0-9]+\\'" regexp .
7662 (ses-create-cell-variable): New defun.
7663 (ses-relocate-formula): Relocate formulas only for cells the
7664 symbols of which are not renamed, i.e. symbols whose names do not
7665 match regexp "\\`[A-Z]+[0-9]+\\'".
7666 (ses-relocate-all): Relocate values only for cells the symbols of
7667 which are not renamed.
7668 (ses-load): Create cells variables as the (ses-cell ...) are read,
7669 in order to check row col consistency with cell symbol name only
7670 for cells that are not renamed.
7671 (ses-replace-name-in-formula): New defun.
7672 (ses-rename-cell): New defun.
7673
ee957461
CY
76742011-12-11 Chong Yidong <cyd@gnu.org>
7675
7676 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7677 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7678
9a9e9ef0
MR
76792011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7680
7681 * window.el (other-window): Fix docstring.
7682
92a8eba5
EZ
76832011-12-10 Eli Zaretskii <eliz@gnu.org>
7684
7685 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7686 `from' or `to' address before taking its substring.
7687 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7688 encoded name is chopped in the middle of the encoded string, and
7689 thus displayed encoded.
7690
e152e577
JB
76912011-12-10 Juanma Barranquero <lekktu@gmail.com>
7692
7693 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7694
e5d84bfe
EZ
76952011-12-10 Eli Zaretskii <eliz@gnu.org>
7696
7697 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7698 to use texinfo-update-node and commands that call it if the
7699 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7700 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7701 (texinfo-all-menus-update, texinfo-master-menu)
7702 (texinfo-update-node, texinfo-every-node-update)
7703 (texinfo-multiple-files-update): Doc fix. Warn against updating
7704 all the @node lines.
7705 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7706 argument is numeric. Explain better in the doc string what the
7707 function really does.
7708 (texinfo-insert-master-menu-list): Improve the error message
7709 displayed if there's no menu in the Top node.
7710 (Bug#2975) See also this thread:
e5d84bfe
EZ
7711 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7712
1d84e9bb
MG
77132011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7714
7715 * speedbar.el (speedbar-supported-extension-expressions):
7716 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7717
382c953b
JB
77182011-12-09 Juanma Barranquero <lekktu@gmail.com>
7719
7720 * printing.el (pr-mode-alist):
7721 * simple.el (filter-buffer-substring-functions)
7722 (completion-list-insert-choice-function):
7723 * window.el (window-with-parameter, window-atom-root)
7724 (window-sides-slots, window-size-fixed, window-min-delta)
7725 (window-max-delta, window--resize-mini-window)
7726 (window--resize-child-windows-normal, window-tree)
7727 (delete-other-windows, quit-window, split-window)
7728 (display-buffer-record-window, special-display-buffer-names)
7729 (special-display-regexps, special-display-popup-frame)
7730 (same-window-p, split-window-sensibly)
7731 (display-buffer-overriding-action, display-buffer-alist)
7732 (display-buffer-base-action, display-buffer, switch-to-buffer)
7733 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7734 (fit-window-to-buffer, recenter-positions)
7735 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7736 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7737 and remove unneeded backslashes in docstrings.
7738
39c9faef
SM
77392011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7740
98449af8
SM
7741 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7742
39c9faef
SM
7743 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7744 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7745 end in ".mk".
7746 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7747 when reading the makefile (bug#10116).
7748
86ed9fdc
SM
77492011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7752 (bug#10116).
7753
5580f89d
GM
77542011-12-06 Glenn Morris <rgm@gnu.org>
7755
7756 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7757
28d3917c
CY
77582011-12-06 Chong Yidong <cyd@gnu.org>
7759
7760 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7761
a98edce9
JB
77622011-12-06 Juanma Barranquero <lekktu@gmail.com>
7763
7764 * textmodes/table.el (table-shorten-cell): Fix typo.
7765
e65adfac
CG
77662011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7767
7768 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7769
71cc0b74
EZ
77702011-12-05 Eli Zaretskii <eliz@gnu.org>
7771
7772 * descr-text.el (describe-char): Fix display of strong
7773 right-to-left characters and directional embeddings and overrides.
7774
7775 * simple.el (what-cursor-position): Fix display of codepoints of
7776 strong right-to-left characters.
7777
315bc30d
CY
77782011-12-05 Chong Yidong <cyd@gnu.org>
7779
7780 * faces.el (read-color): Doc fix.
7781
58a70b94
GM
77822011-12-05 Glenn Morris <rgm@gnu.org>
7783
7784 * align.el (align--set-marker): Add doc-string.
7785 Don't try to move something that is not a marker. (Bug#10216)
7786
5158face
GM
77872011-12-04 Glenn Morris <rgm@gnu.org>
7788
7789 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7790 overly zealous deletion of trailing whitespace.
7791
520fca41
JB
77922011-12-04 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * server.el (server-delete-client): On Windows, do not try to delete
7795 the only terminal.
7796 (server-process-filter): On Windows, treat requests for a tty frame as
7797 if they were for a GUI frame if the running server is in GUI mode.
7798
5e605a2e
GM
77992011-12-03 Glenn Morris <rgm@gnu.org>
7800
7801 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7802
5c3fe83f
SM
78032011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7804
6f5e57e7
SM
7805 * electric.el: Streamline electric-indent's hook.
7806 (electric-indent-chars): Revert to simple list.
7807 (electric-indent-functions): New var.
7808 (electric-indent-post-self-insert-function): Use it.
7809
5c3fe83f
SM
7810 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7811 there's no inferior buffer (bug#10196).
7812 (prolog-consult-compile): Don't use toggle-read-only.
7813
6bdac736
MA
78142011-12-02 Michael Albinus <michael.albinus@gmx.de>
7815
7816 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7817 interrupt. (Bug#10187)
7818
6131ba7f
SM
78192011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7820
99c79fee
SM
7821 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7822 (bug#9160).
7823
6131ba7f
SM
7824 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7825 (bug#10191).
7826
cb0a02ea
JL
78272011-12-02 Juri Linkov <juri@jurta.org>
7828
7829 * info.el (Info-search): Display "end of manual" when Isearch
7830 reaches the end of single-file Info manual. (Bug#9918)
7831
66e0570c
EZ
78322011-12-02 Eli Zaretskii <eliz@gnu.org>
7833
7834 * isearch.el (isearch-message-prefix): Run the input method part
7835 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7836
02b16839
JL
78372011-12-02 Juri Linkov <juri@jurta.org>
7838
7839 * isearch.el (isearch-occur): Use `word-search-regexp' for
7840 `isearch-word'.
7841 (isearch-search-and-update): Add condition for `isearch-word' and
7842 call `word-search-regexp'. (Bug#10145)
7843
0b950688
GM
78442011-12-01 Glenn Morris <rgm@gnu.org>
7845
7846 * eshell/em-hist.el (eshell-hist-initialize):
7847 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7848 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7849
9505c3c7
SM
78502011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7853
1bbe96b2 78542011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7855
a1beca85
SM
7856 * progmodes/verilog-mode.el (verilog-pretty-expr):
7857 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7858 verilog, such as += *= and the like.
7859 (verilog-assignment-operator-re): Regular expression to find the
7860 assigment operator in a verilog assignment.
7861 (verilog-assignment-operation-re): Regular expression to find an
7862 assignment statement for pretty-expr.
7863 (verilog-in-attribute-p): Query returns true if point is in an
7864 attribute context; used to skip these for expression line up from
7865 pretty-expr.
7866 (verilog-in-parameter-p): Query returns true if point is in an
7867 parameter definition context; used to skip these for expression
7868 line up from pretty-expr.
7869 (verilog-in-parenthesis-p): Query returns true if point is in a
7870 parenthetical expression, specifically ( ) but not [ ] or { };
7871 used by pretty-expr.
7872 (verilog-just-one-space): If there is no space, don't add one.
7873 (verilog-get-lineup-indent-2): Specifically skip just attribute
7874 contexts for expression lineup, rather than skipping all
7875 parenthetical expressions.
7876 (verilog-calculate-indent): Fix comment, and fix indent.
7877 (verilog-do-indent): Indent declarations in lists (suggested by
7878 Joachim Lechner).
7879 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7880 skeleton items.
7881 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7882 by Alain Mellan).
7883
1bbe96b2 78842011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7885
7886 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7887 parameters with embedded comments. Reported by Ray Stevens.
7888 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7889 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7890 Reported by Tim Holt.
7891 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7892 instantiated by upper module causing wrong expansion until AUTOed a
7893 second time. Reported by K C Buckenmaier.
7894 (verilog-diff-auto): Fix showing .* as a difference when
7895 `verilog-auto-star-save' off. Reported by Dan Dever.
7896 (verilog-auto-reset, verilog-read-always-signals)
7897 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7898 temporary signals in reset list if
7899 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7900 style to each signal's assignment type, bug381.
7901 Reported by Thomas Esposito.
6288f0ca
WS
7902 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7903 (verilog-uvm-statement-re): Support UVM indentation and
7904 highlighting, with old OVM keywords only.
a1beca85 7905 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7906 Support AUTOTIEOFF creating non-wire data types.
7907 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7908 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7909 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7910 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7911 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7912 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7913 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7914 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7915 non-numeric vector width. Reported by Alex Reed.
7916 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7917 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7918 (verilog-auto-delete-trailing-whitespace):
7919 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7920 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7921 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7922 Fix verilog-scan-cache corruption when running user AUTO expansion
7923 hooks that call indentation routines.
7924 (verilog-simplify-range-expression): Fix typo ignoring lower case
7925 identifiers.
7926 (verilog-delete-auto): Fix delete-autos to also remove user created
7927 automatics, as long as they start with AUTO.
7928 (verilog-batch-diff-auto, verilog-diff-auto)
7929 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7930 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7931 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7932 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7933 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7934 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7935 is disabled and its cache will get corrupt, causing AUTOS not to
7936 expand. Instead use only -quick functions.
7937 (verilog-scan-region): Fix scanning over escaped quotes.
7938 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7939 (verilog-re-search-backward-quick)
7940 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7941 related functions now ignore strings, to fix misparsing of strings
7942 with magic comments embedded in them.
a1beca85
SM
7943 (verilog-read-auto-template):
7944 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7945 Reported by Brad Dobbie.
7946 (verilog-read-auto-template):
7947 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7948 Reported by Brad Dobbie.
6288f0ca
WS
7949 (verilog-auto-inst, verilog-auto-inst-param)
7950 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7951 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7952 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7953 debugging templates without merge conflicts, bug357.
7954 Reported by Brad Dobbie.
7955 (verilog-read-auto-template):
7956 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7957 Reported by Brad Dobbie.
7958 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7959 abbrevs so user won't be asked to save.
7960 (verilog-read-auto-lisp-present): Fix to start at beginning of
7961 buffer in case called outside of verilog-auto.
7962 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7963 to "X-2". Reported by Matthew Myers.
7964 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7965 all inputs from module templates. Reported by Leith Johnson.
7966 (verilog-module-inside-filename-p): Fix locating programs as with
7967 modules.
7968 (verilog-auto-inst-port): Fix vl-width expressions when using
7969 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7970 (verilog-decls-get-regs, verilog-decls-get-signals,
7971 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7972 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7973 verilog-read-decls): Combine reg and wire structures into one var
7974 structure to represent SystemVerilog concepts.
7975 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7976 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7977 (verilog-auto-wire-type, verilog-insert-definition):
7978 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7979 SystemVerilog "logic" keyword instead of "wire"/"reg".
7980 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7981 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7982 ifdef or generate if so there's not a driver conflict).
7983 Reported by Matthew Myers.
7984 (verilog-auto-declare-nettype, verilog-insert-definition):
7985 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7986 `default_nettype none. Reported by Julian Gorfajn.
7987 (verilog-read-always-signals-recurse, verilog-read-decls)
7988 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7989 malformed end statement, bug325. Reported by Joshua Wise and
7990 Andrew Drake.
7991 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7992 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7993 when expanding .* in interfaces, bug320.
7994 Reported by Pierre-David Pfister.
6288f0ca 7995 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7996 name and open parenthesis, bug317.
7997 Reported by Pierre-David Pfister.
6288f0ca
WS
7998 (verilog-simplify-range-expression): Fix simplification of
7999 multiplications inside AUTOWIRE connections, bug303.
8000 (verilog-auto-inst-port): Support parameter expansion in
8001 multidimensional arrays.
8002 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
8003 after "assert property". Reported by Julian Gorfajn.
8004 (verilog-simplify-range-expression): Fix "couldn't merge" errors
8005 with multiplication, bug303.
8006 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
8007 Reported by Jan Frode Lonnum.
8008
1bbe96b2
GM
80092011-11-30 Juanma Barranquero <lekktu@gmail.com>
8010
8011 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
8012 (hfy-shell-file-name, hfy-shell):
8013 * international/fontset.el (x-decompose-font-name): Fix typos.
8014
80152011-11-29 Ken Brown <kbrown@cornell.edu>
8016
8017 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
8018 (gdb-version): Remove defvar.
8019 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
8020 (gdb-gud-context-command, gdb-non-stop-handler)
8021 (gdb-current-context-command, gdb-stopped): Use it.
8022 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
8023 (gdb-non-stop-handler): Don't enable pretty-printing here.
8024 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
8025 non-stop mode. Use the following.
8026 (gdb-check-target-async): New defun.
8027 (gud-watch, gdb-stopped): Fix whitespace.
8028 (gdb-get-source-file): Don't try to display the source file if
8029 `gdb-main-file' is nil.
8030
80312011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * align.el: Try to generate fewer markers (bug#10047).
8034 (align--set-marker): New macro.
8035 (align-region): Use it.
8036
c935221f
SM
80372011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
8040
e70b5064
CY
80412011-11-29 Chong Yidong <cyd@gnu.org>
8042
8043 * indent.el (indent-for-tab-command, indent-according-to-mode):
8044 Doc fix.
8045 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
8046
f3af92b7
MA
80472011-11-29 Michael Albinus <michael.albinus@gmx.de>
8048
8049 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
8050 aware of remote file names. (Bug#10124)
8051
ed472be9
CY
80522011-11-29 Chong Yidong <cyd@gnu.org>
8053
8054 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
8055
24510c22
SM
80562011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * files.el (find-file): Don't use force-same-window (bug#10144).
8059 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
8060 use pop-to-buffer if the selected window can't be used.
8061 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
8062
c60c3703
EZ
80632011-11-28 Eli Zaretskii <eliz@gnu.org>
8064
8065 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
8066 special-mode-map.
8067
e95def75
CY
80682011-11-28 Chong Yidong <cyd@gnu.org>
8069
8070 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
8071
c3f1c606
NR
80722011-11-27 Nick Roberts <nickrob@snap.net.nz>
8073
8074 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
8075 gdb-get-source-file-list on gdb-create-source-file-list.
8076
00db469c
EZ
80772011-11-26 Eli Zaretskii <eliz@gnu.org>
8078
8079 * whitespace.el (whitespace-newline): Use a different foreground
8080 color for 16-color light-background displays.
8081
4ad3bc2a
CY
80822011-11-24 Chong Yidong <cyd@gnu.org>
8083
8084 * window.el (display-buffer--special-action): Doc fix.
8085
e9fce1ac
JB
80862011-11-25 Juanma Barranquero <lekktu@gmail.com>
8087
8088 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
8089 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
8090 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
8091 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
8092 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
8093 (avl-tree-stack-first):
8094 * emacs-lisp/cconv.el (cconv--analyse-use):
8095 * net/gnutls.el (gnutls-negotiate): Fix typos.
8096
cb825e5d
GM
80972011-11-24 Glenn Morris <rgm@gnu.org>
8098
3adbe224
GM
8099 * lpr.el (lpr-windows-system, lpr-lp-system):
8100 * mail/binhex.el (binhex-begin-line):
8101 * progmodes/grep.el (grep-history, grep-find-history):
8102 * textmodes/flyspell.el:
8103 * vc/pcvs-defs.el (cvs-global-menu):
8104 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
8105 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
8106 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
8107
321decc8
GM
8108 * net/tls.el: Fix case of "GnuTLS".
8109
420b63ad
GM
8110 * paths.el (rmail-file-name): Format doc-string for make-docfile.
8111
cb825e5d
GM
8112 * version.el (emacs-build-system): Give it a doc-string.
8113
a0649f08
JL
81142011-11-24 Juri Linkov <juri@jurta.org>
8115
8116 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
8117
c0bc0fd4
GM
81182011-11-24 Glenn Morris <rgm@gnu.org>
8119
8120 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
8121 if called on a non-mime message just toggle the headers. (Bug#8006)
8122
20db1522
JB
81232011-11-24 Juanma Barranquero <lekktu@gmail.com>
8124
8125 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8126 (allout-lead-with-comment-string, allout-structure-deleted-hook)
8127 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8128 (allout-rebullet-heading, allout-open-sibtopic)
8129 (allout-toggle-current-subtree-encryption)
8130 (allout-toggle-subtree-encryption, allout-encrypt-string)
8131 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8132 (allout-distinctive-bullets-string, allout-auto-activation):
8133 * window.el (window-normalize-buffer-to-display):
8134 * progmodes/verilog-mode.el (verilog-batch-indent):
8135 * textmodes/bibtex.el (bibtex-field-braces-opt)
8136 (bibtex-field-strings-opt):
8137 * vc/cvs-status.el (cvs-tree-merge):
8138 Fix typos.
8139
7262a87c
MA
81402011-11-23 Michael Albinus <michael.albinus@gmx.de>
8141
8142 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8143 `non-essential' to t, in order to avoid remote connections.
8144
283430a1
EZ
81452011-11-23 Eli Zaretskii <eliz@gnu.org>
8146
a1beca85
SM
8147 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8148 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8149 case-insensitively.
8150
d2992a38
ML
81512011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8152
8153 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8154
50419064
GM
81552011-11-23 Glenn Morris <rgm@gnu.org>
8156
da94eca1
GM
8157 * paths.el (rmail-file-name): Reformat the doc-string so that it
8158 is picked up.
8159
9aac4de2
GM
8160 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8161 (rmail-auto-file): Ignore case in the "special" field names,
8162 as mail-fetch-field does for all others.
8163
8038d2d2
GM
8164 * mail/rmail.el (rmail-forward):
8165 * mail/rmailkwd.el (rmail-set-label):
8166 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8167 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8168
f3fe222a
GM
8169 * mail/rmail.el (rmail-current-message): Doc fix.
8170
50419064
GM
8171 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8172
28109f49
SM
81732011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8176
394c65f1
GM
81772011-11-22 Glenn Morris <rgm@gnu.org>
8178
8179 * mail/rmailmm.el (test-rmail-mime-handler)
8180 (test-rmail-mime-bulk-handler)
8181 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8182
f2a0aa3a
JL
81832011-11-21 Juri Linkov <juri@jurta.org>
8184
1154d12e
JB
8185 * calc/calc.el (calc-read-key-sequence):
8186 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8187
9c34a344
LMI
81882011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8189
8190 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8191 Tell the caller that the next line needs recomputation, even
8192 though it doesn't start a sexp (bug#10094).
8193
f04a3be9
SM
81942011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8197
7978747f
SM
81982011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8199
f04a3be9
SM
8200 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8201 Use force-same-window.
7978747f 8202
fe7a3057
JB
82032011-11-20 Juanma Barranquero <lekktu@gmail.com>
8204
8205 * descr-text.el (describe-char-unicode-data):
8206 * json.el (json-string-escape):
8207 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8208 (Footnote-unicode, Footnote-style-p):
8209 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8210
24901d61
CY
82112011-11-20 Chong Yidong <cyd@gnu.org>
8212
8213 * window.el (replace-buffer-in-windows): Restore interactive spec.
8214
bac7ff22
SM
82152011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8216
24f3d7b9
SM
8217 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8218
bac7ff22
SM
8219 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8220 (byte-compile-global-not-obsolete-vars): New var.
8221 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8222 Use it.
8223 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8224
cd1181db
JB
82252011-11-20 Juanma Barranquero <lekktu@gmail.com>
8226
8227 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8228 * progmodes/pascal.el (electric-pascal-equal):
8229 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8230 * xml.el (xml-substitute-special): Fix typos.
8231
7fb18e9e
GM
82322011-11-20 Glenn Morris <rgm@gnu.org>
8233
8234 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8235 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8236 Doc fixes.
8237 (rmail-decode-mime-charset): Mark as obsolete.
8238
8239 * mail/rmailsum.el (rmail-message-regexp-p-1):
8240 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8241 Before using mime functions, check they are set. (Bug#10077)
8242
d5a6b3ba
JL
82432011-11-19 Juri Linkov <juri@jurta.org>
8244
8245 * info.el (Info-finder-find-node): Use `package--builtins' instead
8246 of `package-alist'. Use node names formed by the pattern "Keyword "
8247 and the keyword name.
8248
e981b61f
AS
82492011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8250
1d00653d 8251 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8252
3ffbc301
JL
82532011-11-19 Juri Linkov <juri@jurta.org>
8254
8255 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8256 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8257 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8258 `old-history', `old-history-forward'. Add let-binding
8259 `window-selected'. Remove calls to `kill-buffer',
8260 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8261 before calling `Info-find-node', so `Info-find-node-2' will reread
8262 the Info file. Restore window positions only when `window-selected'
8263 is non-nil.
8264
30c62133
JL
82652011-11-19 Juri Linkov <juri@jurta.org>
8266
8267 * isearch.el (isearch-lazy-highlight-new-loop):
8268 Remove condition `(not isearch-error)'. (Bug#9918)
8269
8270 * misearch.el (multi-isearch-search-fun): Add condition
8271 `(not bound)' to ignore lazy-highlighting search.
8272 Add the search-failed message "end of multi" when the end of
8273 multi-sequence is reached. Uncapitalize the search-failed
8274 message "Repeat for next buffer".
8275
8276 * info.el (Info-search): Add the search-failed message
8277 "end of the manual" when the end of the manual is reached
8278 in Isearch mode.
8279
645ca9cf
JL
82802011-11-19 Juri Linkov <juri@jurta.org>
8281
8282 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8283 Use non-destructive `remove' instead of `delete' because
8284 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8285 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8286
df754f66
JL
82872011-11-19 Juri Linkov <juri@jurta.org>
8288
8289 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8290 to nil instead of binding `search-ring' and `regexp-search-ring'.
8291 (Bug#9185)
8292
0e23d96a
EZ
82932011-11-19 Eli Zaretskii <eliz@gnu.org>
8294
8295 * simple.el (line-move): Force movement by logical lines for any
8296 hscrolled window, not only when auto-hscroll-mode is on.
8297 (line-move-visual): Update doc string to that effect. (Bug#10076)
8298
8a6ccb66
AS
82992011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8300
8301 * language/european.el (macintosh): Define as alias for mac-roman.
8302
49ae5b39
EZ
83032011-11-19 Eli Zaretskii <eliz@gnu.org>
8304
8305 * mail/rmailmm.el (rmail-mime-display-header)
8306 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8307 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8308 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8309 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8310 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8311 of a raw aref.
8312 (rmail-mime-entity-segment): To get past the tagline, move forward
8313 2 more lines, to account for the 2 empty lines that precede and
8314 follow the line with the buttons.
8315 (rmail-mime-update-tagline): Move one more line, to get past the
8316 empty line that follows the buttons in the tagline. (Bug#9520)
8317
c56cad4a
MR
83182011-11-19 Martin Rudalics <rudalics@gmx.at>
8319
8320 * window.el (window-max-delta-1, window-min-delta-1)
8321 (window-min-size-1, window-state-get-1, window-state-put-1)
8322 (window-state-put-2): Use "window--" prefix.
8323
cbe71af3
SM
83242011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8325
2ad52c60
SM
8326 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8327 (smie-warning-count): New var.
8328 (smie-set-prec2tab): Use it.
8329 (smie-bnf->prec2): Improve warnings. Add docstring.
8330 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8331 (smie-bnf--set-class): New function.
8332 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8333 corner case.
8334
6944dbc1
SM
8335 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8336 (compilation-error-properties, compilation-move-to-column):
8337 Handle compilation-first-column while in the target buffer.
8338
c400c4d7
SM
8339 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8340 Don't hardcode point-min==1.
8341
6dbe3e96
SM
8342 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8343 (eshell-rewrite-for-command): Remove workaround.
8344 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8345 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8346 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8347
cbe71af3
SM
8348 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8349
a8e1496d
GM
83502011-11-17 Glenn Morris <rgm@gnu.org>
8351
8352 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8353 Ignore buffer-local generated-autoload-file if it is the same
8354 as the global value. (Bug#10049)
8355
df85d315
JB
83562011-11-17 Juanma Barranquero <lekktu@gmail.com>
8357
8358 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8359 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8360 (reftex-toc-previous-heading, reftex-toc-max-level)
8361 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8362 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8363 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8364 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8365 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8366 (reftex-toc-rename-label, reftex-toc-visit-location)
8367 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8368 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8369 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8370 leaving "*toc*" only for references to the buffer.
8371
a0c2d0ae
MR
83722011-11-17 Martin Rudalics <rudalics@gmx.at>
8373
8374 * window.el (window-resize, delete-window, split-window):
8375 Replace window-splits by window-combination-resize.
1d00653d 8376 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8377
35c0bac8
GM
83782011-11-17 Glenn Morris <rgm@gnu.org>
8379
8380 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8381 Make bash entry derive from sh entry, not shell entry.
8382
d0c8fc8a
MA
83832011-11-16 Michael Albinus <michael.albinus@gmx.de>
8384
7262a87c
MA
8385 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8386 local file name.
8387
7877f373
JB
83882011-11-16 Juanma Barranquero <lekktu@gmail.com>
8389
8390 * menu-bar.el (menu-bar-file-menu):
8391 * printing.el (pr-ps-utility):
8392 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8393 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8394 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8395 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8396 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8397 (icalendar--convert-cyclic-to-ical)
8398 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8399 (icalendar--convert-ical-to-diary)
8400 (icalendar--convert-recurring-to-diary)
8401 (icalendar--convert-non-recurring-all-day-to-diary)
8402 (icalendar-import-format-sample):
8403 * progmodes/idlw-shell.el (idlwave-shell-mode):
8404 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8405 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8406 (vhdl-ps-print-init): Fix typos.
8407
10649b82
KM
84082011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8409
9d0cfcd6
GM
8410 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8411 FSF and collapse date sequence, obscure author/maintainer email address
8412 better, remove extra version line, track relocation of author's webpage.
10649b82 8413
9d0cfcd6
GM
8414 * progmodes/python.el (python-pdbtrack-input-prompt)
8415 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8416 regular python pdb prompts. Adjustments shamelessly taken exactly as
8417 suggested in EmacsWiki page (tiny change):
8418 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8419
58179cce
JB
84202011-11-16 Juanma Barranquero <lekktu@gmail.com>
8421
8422 * expand.el (expand-pos, expand-index, expand-point):
8423 Remove redundant info from docstring.
8424 (expand-add-abbrevs): Doc fix.
8425 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8426 (expand-sample-perl-mode-expand-list): Fix typos.
8427
8428 * net/dbus.el (dbus-event-member-name):
8429 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8430 * term/pc-win.el (msdos-create-frame-with-faces):
8431 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8432
b6f67890
MR
84332011-11-16 Martin Rudalics <rudalics@gmx.at>
8434
8435 * window.el (split-window, window-state-get-1)
8436 (window-state-put-1, window-state-put-2): Rename occurrences of
8437 window-nest to window-combination-limit.
1d00653d 8438 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8439
ce7ddba0
CY
84402011-11-16 Chong Yidong <cyd@gnu.org>
8441
8442 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8443 regexp (Bug#10033).
8444
3ae704f4
SM
84452011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8448 `completing-read' will remove *Completions* and will preserve
8449 current-buffer for us.
8450 (tmm-add-prompt): Users of *Completions* will always (re)set its
8451 major mode.
8452 (tmm-old-comp-map): Remove.
8453
6ad1cdde
GM
84542011-11-16 Glenn Morris <rgm@gnu.org>
8455
8456 * mail/rmailedit.el: Require rmailmm when compiling.
8457 (rmail-old-mime-state): New declaration.
8458 (rmail-edit-current-message): If editing a mime message,
8459 edit the "raw" message from the mbox buffer.
8460 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8461
d20faa20
GM
84622011-11-15 Glenn Morris <rgm@gnu.org>
8463
8464 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8465 which wasn't being used. Add optional arg to force given state.
8466 (rmail-mime): Add optional arg to force given state.
8467
c7015153
JB
84682011-11-15 Juanma Barranquero <lekktu@gmail.com>
8469
8470 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8471 * frame.el (display-mm-dimensions-alist):
8472 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8473 (outline-move-subtree-down):
8474 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8475 (newsticker--treeview-do-get-node):
8476 * net/quickurl.el (quickurl-list-buffer-name):
8477 * progmodes/dcl-mode.el (dcl-mode):
8478 * progmodes/gdb-mi.el (gdb-mapcar*):
8479 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8480
45261b50
GM
84812011-11-15 Glenn Morris <rgm@gnu.org>
8482
8483 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8484 in a boolean sense, so just make it a boolean, and fix the doc.
8485 (rmail-show-mime-function, rmail-mime-feature)
8486 (rmail-require-mime-maybe): Doc fixes.
8487 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8488
8489 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8490
0d26e0b6
JB
84912011-11-15 Juanma Barranquero <lekktu@gmail.com>
8492
8493 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8494 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8495 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8496 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8497
447f30f6
GM
84982011-11-15 Glenn Morris <rgm@gnu.org>
8499
672b871d
GM
8500 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8501 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8502 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8503 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8504 (rmail-mime, rmail-show-mime): Doc fixes.
8505
f6aa5bb1
GM
8506 * term/ns-win.el (mode-line-frame-identification):
8507 Leave it alone. (Bug#10051)
8508
947cd66b
GM
8509 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8510
447f30f6
GM
8511 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8512 Handle empty buffers. (Bug#9978)
8513
0b381c7e
JB
85142011-11-14 Juanma Barranquero <lekktu@gmail.com>
8515
8516 * international/mule.el (define-charset):
8517 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8518 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8519 * progmodes/verilog-mode.el (verilog-backward-token):
8520 * textmodes/ispell.el (lookup-words):
8521 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8522
71e027ac
GM
85232011-11-14 Glenn Morris <rgm@gnu.org>
8524
56632ce4
GM
8525 * progmodes/executable.el
8526 (executable-make-buffer-file-executable-if-script-p):
8527 Handle file-modes returning nil.
8528
40500957
GM
8529 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8530 message - not necessary, and causes problems. (Bug#9831)
8531
071c2340
GM
8532 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8533
d3cfca60
GM
8534 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8535
71e027ac
GM
8536 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8537 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8538 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8539
89d61221
MR
85402011-11-12 Martin Rudalics <rudalics@gmx.at>
8541
8542 * window.el (window-resize, delete-window): Use window-splits
8543 variable instead of function.
8544 (window-state-get-1, window-state-put-2, window-state-put):
8545 Don't deal with windows' splits status.
8546
98282f6f
GM
85472011-11-12 Glenn Morris <rgm@gnu.org>
8548
8549 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8550 (apropos-documentation): Doc fixes.
8551
40a8bdf6
JB
85522011-11-11 Juanma Barranquero <lekktu@gmail.com>
8553
8554 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8555 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8556
65bd19ff
SM
85572011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8558
8559 * electric.el (electric-indent-post-self-insert-function): Make it
8560 possible for a char to only indent in some circumstances.
8561 (electric-indent-mode): Simplify.
8562
54f9154c
MR
85632011-11-11 Martin Rudalics <rudalics@gmx.at>
8564
8565 * window.el (windows-with-parameter): Remove unused function.
8566 (windows-at-side): Rename to window-at-side-list.
8567 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8568 (window-side-check, window-size-ignore, window-size-fixed-1)
8569 (window-in-direction-2): Prefix with "window--".
8570 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8571
68cbc58b
GM
85722011-11-11 Glenn Morris <rgm@gnu.org>
8573
8574 * subr.el (eval-after-load): If FILE is already loaded,
8575 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8576
b2621720
GM
85772011-11-10 Glenn Morris <rgm@gnu.org>
8578
9a4de110
GM
8579 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8580 Call svn via vc-svn-command rather than vc-do-command.
8581 (vc-svn-command): Add --non-interactive. (Bug#9993)
8582 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8583
b2621720
GM
8584 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8585 Add toggle-read-only. (Bug#7292)
8586 * files.el (toggle-read-only): Mention that it should only
8587 be used interactively. (Bug#10006)
8588
1dce7193
SM
85892011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8590
d9ac1a1e
SM
8591 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8592 Adjust regexp for OCaml warnings.
8593
0c325082
SM
8594 * electric.el (electric-pair-post-self-insert-function): Let user
8595 turn it off buffer-locally (bug#9932).
8596
90132c14
SM
8597 * progmodes/python.el (python-beginning-of-statement):
8598 Rewrite (bug#2703).
8599
1dce7193
SM
8600 * progmodes/compile.el: Better handle TABs (bug#9749).
8601 (compilation-internal-error-properties)
8602 (compilation-next-error-function): Obey the target buffer's
8603 compilation-error-screen-columns.
8604
c4e7c63a
JB
86052011-11-09 Juanma Barranquero <lekktu@gmail.com>
8606
8607 * progmodes/meta-mode.el: Remove obsolete comments.
8608 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8609 Fix typos in docstrings.
8610
2cffd681
MR
86112011-11-09 Martin Rudalics <rudalics@gmx.at>
8612
8613 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8614 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8615 (window--resizable): New function. Make all callers of
8616 window-resizable call window--resizable instead.
8617 (window-resizable): Rewrite in terms of window--resizable.
8618
0edcba87
GM
86192011-11-08 Glenn Morris <rgm@gnu.org>
8620
8621 * progmodes/delphi.el (delphi-mode-syntax-table):
8622 Let define-derived-mode define a proper syntax table. (Bug#9994)
8623
4b0d61e3
SM
86242011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * window.el: Stay away from defsubst.
8627 (window-list-no-nils): Remove.
8628 (window-state-get-1, window-state-get): Use backquote instead.
8629
cd394be1 86302011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8631
4b0d61e3 8632 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8633 Fix incorrect use of default argument in `completing-read'.
8634
e1c2c6f2
MR
86352011-11-08 Martin Rudalics <rudalics@gmx.at>
8636
8637 * window.el (display-buffer-function, special-display-function):
8638 Mention display-buffer-record-window but do not mention
8639 help-setup parameter in doc-strings.
b3f4a882 8640 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8641
105216ed
CY
86422011-11-08 Chong Yidong <cyd@gnu.org>
8643
8644 * window.el (window-total-height, window-total-width): Doc fix.
8645 (window-body-size): Move from C.
8646 (window-body-height, window-body-width): Move to C.
8647
0a9f9ab5
SM
86482011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * window.el: Make special-display like display-buffer-alist (bug#9532).
8651 (display-buffer--special-action): New function, morphed
8652 from display-buffer--special.
8653 (display-buffer): Use it to handle special-display-buffers at higher
8654 priority (just after display-buffer-alist).
8655 (display-buffer-fallback-action, display-buffer--other-frame-action)
8656 (pop-to-buffer-same-window): Remove display-buffer--special.
8657
a769dd15
GM
86582011-11-07 Glenn Morris <rgm@gnu.org>
8659
8660 * calendar/cal-menu.el (cal-menu-set-date-title):
8661 Do nothing if not in a calendar. (Bug#9976)
8662
05a61ee3
SM
86632011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * files.el (find-file): Always use selected-window.
8666
be7f5545
MR
86672011-11-07 Martin Rudalics <rudalics@gmx.at>
8668
8669 * window.el (window-combinations): Make WINDOW argument
8670 mandatory. Rewrite doc-string.
8671 (walk-window-subtree, window-atom-check, window-min-delta)
8672 (window-max-delta, window--resize-this-window)
8673 (window--resize-root-window-vertically, window-tree)
8674 (balance-windows, window-state-put): Rewrite doc-strings as to
8675 not mention the term "subwindow".
8676 (window--resize-subwindows-skip-p): Rename to
8677 window--resize-child-windows-skip-p.
8678 (window--resize-subwindows-normal): Rename to
8679 window--resize-child-windows-normal.
8680 (window--resize-subwindows): Rename to
8681 window--resize-child-windows.
8682 (window-or-subwindow-p): Rename to window--in-subtree-p.
8683
3c6702ef
ML
86842011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8685
8686 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8687 Ensure that mbox format messages end in two newlines (Bug#9974).
8688
49745b39
CY
86892011-11-06 Chong Yidong <cyd@gnu.org>
8690
8691 * window.el (window-combination-p): Function deleted; its
8692 side-effect is not used in any existing code.
8693 (window-combinations, window-combined-p): Call window-*-child
8694 directly.
8695
24300f5f
CY
86962011-11-05 Chong Yidong <cyd@gnu.org>
8697
8698 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8699 (window-size-ignore, window-state-get): Callers changed.
8700 (window-normalize-window): Rename from window-normalize-any-window.
8701 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8702 (window-normalize-live-window): Delete.
447f16b8
CY
8703 (window-combination-p, window-combined-p, window-combinations)
8704 (walk-window-subtree, window-atom-root, window-min-size)
8705 (window-sizable, window-sizable-p, window-size-fixed-p)
8706 (window-min-delta, window-max-delta, window-resizable)
8707 (window-resizable-p, window-full-height-p, window-full-width-p)
8708 (window-current-scroll-bars, window-point-1, set-window-point-1)
8709 (window-at-side-p, window-in-direction, window-resize)
8710 (adjust-window-trailing-edge, maximize-window, minimize-window)
8711 (window-deletable-p, delete-window, delete-other-windows)
8712 (record-window-buffer, unrecord-window-buffer)
8713 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8714 (quit-window, split-window, window-state-put)
8715 (set-window-text-height, fit-window-to-buffer)
8716 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8717
89bd5ee1
EZ
87182011-11-04 Eli Zaretskii <eliz@gnu.org>
8719
53479029
EZ
8720 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8721 rfc2047-decode-string.
8722 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8723 warnings.
8724
89bd5ee1
EZ
8725 * window.el (window-body-height, window-body-width): Mention in
8726 the doc string that the return values are in frame's canonical
8727 units. (Bug#9949)
8728
bd17fdee
AM
87292011-11-03 Alan Mackenzie <acm@muc.de>
8730
8731 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8732 change in cc-engine.el.
8733
acc825c5
SM
87342011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8735
8736 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8737
1885e5b8
MR
87382011-11-02 Martin Rudalics <rudalics@gmx.at>
8739
8740 * window.el (quit-window): Call unrecord-window-buffer after
8741 showing another buffer in the window. (Bug#9937)
acc825c5 8742 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8743
ebe06da9
JB
87442011-11-02 Juanma Barranquero <lekktu@gmail.com>
8745
8746 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8747 Accept status with more than 9 shelves. (Bug#9935)
8748 Reported by Colin D Bennett <colin@gibibit.com>.
8749
4ee88440
MR
87502011-11-01 Martin Rudalics <rudalics@gmx.at>
8751
8752 * help.el (with-help-window): Don't reference
8753 temp-buffer-show-specifiers in doc-string.
8754
08e1d82c
AS
87552011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8756
8757 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8758 menu-item.
8759
84bd6e9e
VJL
87602011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8761
8762 * whitespace.el: New version 13.2.2.
8763 (whitespace-newline-mode): Disable properly. Reported by Sarah
8764 <EmacsWiki>.
8765
dba0634a
UJ
87662011-10-30 Ulf Jasper <ulf.jasper@web.de>
8767
8768 * net/newst-treeview.el: Remove "Time-stamp".
8769 (newsticker--group-manage-orphan-feeds): Do not call
8770 newsticker--treeview-tree-update.
db22a3c2
JB
8771 (newsticker-treeview-update, newsticker-treeview):
8772 Call newsticker--treeview-tree-update if necessary.
dba0634a 8773
3d8daefe
MR
87742011-10-30 Martin Rudalics <rudalics@gmx.at>
8775
8776 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8777 (window-iso-combinations): Remove "iso-" infix.
8778 Suggested by Chong Yidong.
3d8daefe
MR
8779 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8780 (window-max-delta-1, window-resize, window--resize-siblings)
8781 (window--resize-this-window, adjust-window-trailing-edge)
8782 (split-window, balance-windows-1)
8783 (shrink-window-if-larger-than-buffer):
8784 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8785 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8786
1bc4c3ae
SM
87872011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8790 in place (bug#9907).
8791 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8792 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8793 (eshell-structure-basic-command, eshell-rewrite-while-command)
8794 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8795 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8796 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8797 (eshell-do-pipelines-synchronously, eshell-eval-command):
8798 Use backquotes and prefer setq to set.
8799 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8800 (eshell-macrop): Use functionp.
c1e2f5fa 8801 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8802
30b65d9c
CY
88032011-10-30 Chong Yidong <cyd@gnu.org>
8804
8805 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8806 instead of set-mark (Bug#9810).
8807
2d197ffb
CY
88082011-10-30 Chong Yidong <cyd@gnu.org>
8809
8810 * window.el (split-window-below, split-window-right): Rename from
8811 split-window-above-each-other and split-window-side-by-side
8812 respectively. All callers changed.
8813 (split-window-sensibly, split-window-sensibly): Use them.
8814 (split-window-keep-point): Doc fix.
8815
8816 * isearch.el: Add isearch-scroll property to split-window-below
8817 and split-window-right.
8818
8819 * follow.el (follow-mode):
8820 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8821 * progmodes/ada-xref.el (ada-gdb-application):
8822 * emulation/vip.el (vip-buffer-in-two-windows):
8823 * image-dired.el (image-dired-dired-with-window-configuration):
8824 * dired-x.el (dired-do-find-marked-files):
8825 * dired.el (dired-pop-to-buffer):
8826 * bs.el (bs--show-with-configuration):
8827 * vc/emerge.el (emerge-setup-windows):
8828 * textmodes/two-column.el (2C-two-columns):
8829 * textmodes/reftex-toc.el (reftex-toc):
8830 * progmodes/gdb-mi.el (gdb-setup-windows):
8831 * progmodes/fortran.el (fortran-window-create):
8832 * net/newst-treeview.el (newsticker--treeview-window-init):
8833 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8834 * emulation/tpu-edt.el (tpu-gold-map):
8835 * emulation/crisp.el (crisp-mode-map):
8836 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8837
38bb2ca8
CY
88382011-10-29 Chong Yidong <cyd@gnu.org>
8839
aa4de341
CY
8840 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8841
e1eb5385
CY
8842 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8843
5d2ece3c
CY
8844 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8845 forged Ispell output (Bug#7904).
8846
38bb2ca8
CY
8847 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8848
d0af9f77
SM
88492011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * doc-view.el: Avoid ugly errors about not finding nil.
8852 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8853 (doc-view-dvipdf-program, doc-view-unoconv-program)
8854 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8855 Avoid nil or absolute file name as default value.
8856 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8857
52bedd34
AM
88582011-10-28 Alan Mackenzie <acm@muc.de>
8859
db22a3c2 8860 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8861
7e43cfa5
AM
88622011-10-28 Alan Mackenzie <acm@muc.de>
8863
8864 Amend the handling of c-beginning/end-of-defun in nested declaration
8865 scopes.
8866
52bedd34
AM
8867 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8868 cc-langs.el. Change it to a defcustom.
7e43cfa5 8869
52bedd34
AM
8870 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8871 cc-vars.el.
7e43cfa5 8872
d0af9f77
SM
8873 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8874 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8875
52bedd34 8876 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8877 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8878 (c-widen-to-enclosing-decl-scope): New function.
8879 (c-while-widening-to-decl-block): New macro.
8880 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8881 outward for defun boundaries, and correspondingly change symbol
8882 `respect-enclosure' to `go-outward'.
8883 (c-declaration-limits): Change algorithm to report only the "innermost"
8884 defun's boundaries.
8885
1a2ce9ee
DD
88862011-10-28 Deniz Dogan <deniz@dogan.se>
8887
8888 * net/rcirc.el (rcirc-mode): Use hard newlines.
8889
bc97a826
AM
88902011-10-28 Alan Mackenzie <acm@muc.de>
8891
8892 Amend to indent and fontify macros "which include their own semicolon"
8893 correctly, using the "virtual semicolon" mechanism.
8894
52bedd34 8895 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8896
d0af9f77 8897 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8898 Recode to scan one line at a time rather than having \n and \r
58179cce 8899 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8900 (c-forward-label): Amend for virtual semicolons.
58179cce 8901 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8902
52bedd34
AM
8903 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8904 of the new C macros.
bc97a826 8905
52bedd34 8906 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8907 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8908 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8909 (c-opt-cpp-macro-define): Make into a full language variable.
8910 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8911 AWK Mode (including \n, \r) removed, no longer needed.
8912
d0af9f77
SM
8913 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8914 Invoke c-make-macro-with-semi-re.
bc97a826 8915
52bedd34
AM
8916 * progmodes/cc-vars.el (c-macro-with-semi-re):
8917 (c-macro-names-with-semicolon): New variables.
58179cce 8918 (c-make-macro-with-semi-re): New function.
bc97a826 8919
7a6c0941
SM
89202011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * vc/log-edit.el: Fill empty field rather than adding new one.
8923 (log-edit-add-field): New function.
8924 (log-edit-insert-changelog): Use it.
8925
b0c4cdcf
ML
89262011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8927
8928 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8929
ee1f1da9
SM
89302011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8931
8932 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8933 (gdb--check-interpreter): New function.
8934 (gdb): Use it.
8935
51bc5f8b
GM
89362011-10-27 Glenn Morris <rgm@gnu.org>
8937
416a2c45
GM
8938 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8939 (least-positive-float, least-negative-float)
8940 (least-positive-normalized-float, least-negative-normalized-float)
8941 (float-epsilon, float-negative-epsilon):
8942 Remove unnecessary declarations.
8943
8944 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8945 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8946 (least-positive-float, least-negative-float)
8947 (least-positive-normalized-float, least-negative-normalized-float)
8948 (float-epsilon, float-negative-epsilon): Add doc-strings,
8949 based on those in cl.texi.
8950
51bc5f8b
GM
8951 * files.el (set-visited-file-name): If the major-mode changed,
8952 reload the local variables. (Bug#9796)
8953
15de15c6
CY
89542011-10-27 Chong Yidong <cyd@gnu.org>
8955
8956 * subr.el (change-major-mode-after-body-hook): New hook.
8957 (run-mode-hooks): Run it.
8958
ee1f1da9
SM
8959 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8960 Use change-major-mode-before-body-hook.
15de15c6
CY
8961
8962 * simple.el (fundamental-mode):
8963 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8964 change introducing fundamental-mode-hook.
8965
5430d399
JB
89662011-10-26 Juanma Barranquero <lekktu@gmail.com>
8967
acc825c5 8968 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8969
ad74a69e
MA
89702011-10-26 Michael Albinus <michael.albinus@gmx.de>
8971
8972 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8973 tramp.el explicitly. (Bug#7583)
ad74a69e 8974
71d4c2a5
SM
89752011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * progmodes/octave-mod.el:
8978 * progmodes/octave-inf.el: Update maintainer.
8979
b1f6fa26
CY
89802011-10-26 Chong Yidong <cyd@gnu.org>
8981
8982 * subr.el (with-wrapper-hook): Rewrite doc.
8983
3f04efd6
MA
89842011-10-25 Michael Albinus <michael.albinus@gmx.de>
8985
8986 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8987 filenames "/method:foo:". (Bug#9793)
3f04efd6 8988
410488d3
SM
89892011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8992 (bug#9865).
8993
c1ebb47e
GM
89942011-10-24 Glenn Morris <rgm@gnu.org>
8995
8996 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8997
7f5c46c7
MA
89982011-10-24 Michael Albinus <michael.albinus@gmx.de>
8999
9000 * notifications.el: Add the requirement of a running D-Bus session
9001 bus to the Commentary.
9002
db2440b6
JL
90032011-10-24 Juri Linkov <juri@jurta.org>
9004
9005 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9006 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
9007 (Bug#9364)
9008
feecf435
JL
90092011-10-24 Juri Linkov <juri@jurta.org>
9010
9011 * info.el (Info-following-node-name-re): Add newline to the list
9012 of allowed characters for leading space. (Bug#9824)
9013
a3839de2
SM
90142011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9015
acc825c5
SM
9016 * progmodes/octave-inf.el (inferior-octave-mode-map):
9017 Fix C-c C-h binding.
a3839de2
SM
9018 * progmodes/octave-mod.el (octave-help): Remove.
9019
09388e76
MA
90202011-10-23 Michael Albinus <michael.albinus@gmx.de>
9021
9022 Sync with Tramp 2.2.3.
9023
9024 * net/tramp-cache.el (top): Pacify byte-compiler using
9025 `init-file-user' and `site-run-file'.
9026
9027 * net/trampver.el: Update release number.
9028
86c60681
CY
90292011-10-23 Chong Yidong <cyd@gnu.org>
9030
9031 * files.el (toggle-read-only): Remove obsolete comment about
9032 version control.
9033
9034 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
9035 for toggle-read-only. Note that this hasn't called vc-next-action
9036 since 2008-05-02, though it wasn't documented at the time.
9037
a3839de2
SM
9038 * vc/ediff-init.el (ediff-toggle-read-only-function):
9039 Use toggle-read-only.
86c60681 9040
cd5495ff
AM
90412011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
9042
9043 Fix bug #9560, sporadic wrong indentation; improve instrumentation
9044 of c-parse-state.
9045
00b77525 9046 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 9047 correct faulty logical expression.
cd5495ff
AM
9048 (c-parse-state-state, c-record-parse-state-state):
9049 (c-replay-parse-state-state): New defvar/defuns.
9050 (c-debug-parse-state): Use new functions.
9051
42ee24ed
MR
90522011-10-22 Martin Rudalics <rudalics@gmx.at>
9053
9054 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 9055 last fix. Use window-in-direction correctly.
42ee24ed 9056
a7dee7e7
CY
90572011-10-21 Chong Yidong <cyd@gnu.org>
9058
9059 * progmodes/idlwave.el (idlwave-mode):
9060 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
9061 require-final-newline; that's done in prog-mode.
9062 Suggested by Stefan Monnier.
a7dee7e7 9063
e07b9a6d
MR
90642011-10-21 Martin Rudalics <rudalics@gmx.at>
9065
9066 * mouse.el (mouse-drag-window-above)
9067 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
9068 (mouse-drag-mode-line-1, mouse-drag-header-line)
9069 (mouse-drag-vertical-line-rightward-window): Remove.
9070 (mouse-drag-line): New function.
9071 (mouse-drag-mode-line, mouse-drag-header-line)
9072 (mouse-drag-vertical-line): Call mouse-drag-line.
9073 * window.el (window-at-side-p, windows-at-side): New functions.
9074
7e1361d9
UM
90752011-10-21 Ulrich Mueller <ulm@gentoo.org>
9076
9077 * tar-mode.el (tar-grind-file-mode):
9078 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
9079
30fcaf3a
CY
90802011-10-21 Chong Yidong <cyd@gnu.org>
9081
9082 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
9083 * progmodes/vera-mode.el (vera-mode):
9084 Use mode-require-final-newline.
30fcaf3a 9085
516eddb0
GM
90862011-10-20 Glenn Morris <rgm@gnu.org>
9087
db22a3c2 9088 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 9089
10d5f513
CS
90902011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
9091
9092 * emulation/cua-base.el (cua-set-mark): Fix case of string.
9093
ac6c8639
CY
90942011-10-20 Chong Yidong <cyd@gnu.org>
9095
9096 * emulation/cua-base.el (cua-mode):
9097 * mail/footnote.el (footnote-mode):
9098 * mail/mailabbrev.el (mail-abbrevs-mode):
9099 * net/xesam.el (xesam-minor-mode):
9100 * progmodes/bug-reference.el (bug-reference-mode):
9101 * progmodes/cap-words.el (capitalized-words-mode):
9102 * progmodes/compile.el (compilation-minor-mode)
9103 (compilation-shell-minor-mode):
9104 * progmodes/gud.el (gud-tooltip-mode):
9105 * progmodes/hideif.el (hide-ifdef-mode):
9106 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9107 * progmodes/subword.el (subword-mode):
9108 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9109 * progmodes/which-func.el (which-function-mode):
9110 * term/tvi970.el (tvi970-set-keypad-mode):
9111 * term/vt100.el (vt100-wide-mode):
9112 * textmodes/flyspell.el (flyspell-mode):
9113 * textmodes/ispell.el (ispell-minor-mode):
9114 * textmodes/nroff-mode.el (nroff-electric-mode):
9115 * textmodes/paragraphs.el (use-hard-newlines):
9116 * textmodes/refill.el (refill-mode):
9117 * textmodes/reftex.el (reftex-mode):
9118 * textmodes/rst.el (rst-minor-mode):
9119 * textmodes/sgml-mode.el (html-autoview-mode)
9120 (sgml-electric-tag-pair-mode):
9121 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
9122 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
9123 * emulation/crisp.el (crisp-mode):
9124 * emacs-lisp/eldoc.el (eldoc-mode):
9125 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9126 minor mode behavior.
9127
aa42ab43
JL
91282011-10-19 Juri Linkov <juri@jurta.org>
9129
9130 * descr-text.el (describe-char): Add #x2010 and #x2011 to
9131 the list of hard-coded chars with escape-glyph face.
9132
89400f1d
SM
91332011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9136
305c07f6
MA
91372011-10-19 Michael Albinus <michael.albinus@gmx.de>
9138
9139 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9140 running process.
9141
13754b54
GM
91422011-10-19 Glenn Morris <rgm@gnu.org>
9143
9144 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9145 Ignore ignored files. (Bug#9726)
9146
06e21633
CY
91472011-10-19 Chong Yidong <cyd@gnu.org>
9148
9149 Doc fix for minor modes, stating that an omitted argument enables
9150 the mode unconditionally when called from Lisp.
9151
9152 * abbrev.el (abbrev-mode):
9153 * allout.el (allout-mode):
9154 * autoinsert.el (auto-insert-mode):
9155 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9156 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9157 (global-auto-revert-mode):
9158 * battery.el (display-battery-mode):
9159 * composite.el (global-auto-composition-mode)
9160 (auto-composition-mode):
9161 * delsel.el (delete-selection-mode):
9162 * desktop.el (desktop-save-mode):
9163 * dired-x.el (dired-omit-mode):
9164 * dirtrack.el (dirtrack-mode):
9165 * doc-view.el (doc-view-minor-mode):
9166 * double.el (double-mode):
9167 * electric.el (electric-indent-mode, electric-pair-mode):
9168 * emacs-lock.el (emacs-lock-mode):
9169 * epa-hook.el (auto-encryption-mode):
9170 * follow.el (follow-mode):
9171 * font-core.el (font-lock-mode):
9172 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9173 * help.el (temp-buffer-resize-mode):
9174 * hilit-chg.el (highlight-changes-mode)
9175 (highlight-changes-visible-mode):
9176 * hi-lock.el (hi-lock-mode):
9177 * hl-line.el (hl-line-mode, global-hl-line-mode):
9178 * icomplete.el (icomplete-mode):
9179 * ido.el (ido-everywhere):
9180 * image-file.el (auto-image-file-mode):
9181 * image-mode.el (image-minor-mode):
9182 * iswitchb.el (iswitchb-mode):
9183 * jka-cmpr-hook.el (auto-compression-mode):
9184 * linum.el (linum-mode):
9185 * longlines.el (longlines-mode):
9186 * master.el (master-mode):
9187 * mb-depth.el (minibuffer-depth-indicate-mode):
9188 * menu-bar.el (menu-bar-mode):
9189 * minibuf-eldef.el (minibuffer-electric-default-mode):
9190 * mouse-sel.el (mouse-sel-mode):
9191 * msb.el (msb-mode):
9192 * mwheel.el (mouse-wheel-mode):
9193 * outline.el (outline-minor-mode):
9194 * paren.el (show-paren-mode):
9195 * recentf.el (recentf-mode):
9196 * reveal.el (reveal-mode, global-reveal-mode):
9197 * rfn-eshadow.el (file-name-shadow-mode):
9198 * ruler-mode.el (ruler-mode):
9199 * savehist.el (savehist-mode):
9200 * scroll-all.el (scroll-all-mode):
9201 * scroll-bar.el (scroll-bar-mode):
9202 * server.el (server-mode):
9203 * shell.el (shell-dirtrack-mode):
9204 * simple.el (auto-fill-mode, transient-mark-mode)
9205 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9206 (line-number-mode, column-number-mode, size-indication-mode)
9207 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9208 * strokes.el (strokes-mode):
9209 * time.el (display-time-mode):
9210 * t-mouse.el (gpm-mouse-mode):
9211 * tool-bar.el (tool-bar-mode):
9212 * tooltip.el (tooltip-mode):
9213 * type-break.el (type-break-mode-line-message-mode)
9214 (type-break-query-mode):
9215 * view.el (view-mode):
9216 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9217 (global-whitespace-mode, global-whitespace-newline-mode):
9218 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9219
a3839de2
SM
9220 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9221 Fix autogenerated docstring.
06e21633 9222
5214e501
JL
92232011-10-19 Juri Linkov <juri@jurta.org>
9224
9225 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9226 by checking environment variables "DESKTOP_SESSION" and
9227 "XDG_CURRENT_DESKTOP". (Bug#9779)
9228
195f8db9
JL
92292011-10-19 Juri Linkov <juri@jurta.org>
9230
9231 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9232 (browse-url-chromium-program, browse-url-chromium-arguments):
9233 New defcustoms.
9234 (browse-url-default-browser): Check for `browse-url-chromium' and
9235 call `browse-url-chromium-program'.
9236 (browse-url-chromium): New command. (Bug#9779)
9237
343a34ff
JB
92382011-10-18 Juanma Barranquero <lekktu@gmail.com>
9239
9240 * facemenu.el (list-colors-duplicates): On Windows, detect more
9241 duplicates by assuming that only colors matching "^System" are
9242 special "system colors". (Bug#9722)
9243
6978a151
SM
92442011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9245
9246 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9247 to distinguish the author from the committer.
9248
6a80b297
MA
92492011-10-18 Michael Albinus <michael.albinus@gmx.de>
9250
9251 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9252
b31a5677
JK
92532011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9254
9255 * international/mule.el (sgml-html-meta-auto-coding-function):
9256 Add support for detecting encoding in HTML5 specified only as
9257 <meta charset="UTF-8">. Implementation just makes http-equiv and
9258 content-type parts from HTML4 encoding string optional. (Bug#9716)
9259
80c6d77f
GM
92602011-10-18 Glenn Morris <rgm@gnu.org>
9261
9262 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9263
08b0fee8
CY
92642011-10-18 Chong Yidong <cyd@gnu.org>
9265
9266 * faces.el (cursor): Doc fix.
9267
67e729a5
CY
92682011-10-17 Chong Yidong <cyd@gnu.org>
9269
9270 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9271
343a34ff 92722011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9273
9274 * dirtrack.el (dirtrack): Support shell buffers with path
9275 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9276
0bc06380
TZ
92772011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9278
9279 * json.el: Bump version to 1.3 and note change in History.
9280 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9281
8b79f3e0
SM
92822011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9283
5a7c536b
SM
9284 * comint.el (comint-insert-input, comint-send-input)
9285 (comint-get-old-input-default, comint-backward-matching-input)
9286 (comint-next-prompt): Use nil instead of `input' for field property of
9287 past user input (bug#114).
9288
96a8a0df
SM
9289 * minibuffer.el (completion--replace): Inherit surrounding properties
9290 (bug#114).
9291 (minibuffer-complete-and-exit): Use it.
9292
8b79f3e0
SM
9293 * comint.el (comint--table-subvert): Quote the all-completions output
9294 (bug#9160).
9295
b8f7ff0d
MR
92962011-10-17 Martin Rudalics <rudalics@gmx.at>
9297
8b79f3e0 9298 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9299
b8f7ff0d 9300 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9301 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9302 entries and separate them from frame entries.
9303
c235b555
GM
93042011-10-15 Glenn Morris <rgm@gnu.org>
9305
9306 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9307 Doc fixes.
9308
6bbfa6e1
CY
93092011-10-15 Chong Yidong <cyd@stupidchicken.com>
9310
8b79f3e0
SM
9311 * net/network-stream.el (network-stream-open-starttls):
9312 Improve detection of failure due to lack of TLS support.
ec5c990d 9313
6bbfa6e1
CY
9314 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9315 putting the input text in front and in bold.
9316
98488977
SM
93172011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9318
3d1337be
SM
9319 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9320
ee0b45e4
SM
9321 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9322 empty buffer.
9323
98488977
SM
9324 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9325 unread-command-events rather than pushing yet-another event.
9326
186f4720
EZ
93272011-10-14 Eli Zaretskii <eliz@gnu.org>
9328
9329 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9330 the explanation of the possible choices. Make the options passed
9331 to completing-read shorter.
9332
8b7a997c
AM
93332011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9334
9335 * textmodes/flyspell.el (flyspell-large-region): Make sure
9336 extended character mode is used if defined (Bug#1339).
9337
12587bbb
EZ
93382011-10-13 Eli Zaretskii <eliz@gnu.org>
9339
9340 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9341 character info for LRE, LRO, RLE, and RLO characters by appending
9342 an invisible PDF.
12587bbb 9343
bad41229
SM
93442011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9347 even in case of error; add debug spec; simplify data flow.
9348 (with-timeout-handler): Remove.
9349
28dbc92f
MA
93502011-10-12 Michael Albinus <michael.albinus@gmx.de>
9351
9352 Fix Bug#6019, Bug#9315.
9353
9354 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9355 complete `buffer-file-name', the local file name part could look
9356 remotely (for example on VMS).
9357
9358 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9359 `tramp-run-real-handler'.
9360 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9361 already quoted by '"'.
9362
9363 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9364 Let `file-name-handler-alist' be nil, the local file name part
9365 could look remotely (for example on VMS).
9366
e1b0b23a
SM
93672011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9370 from here...
9371 (flyspell-post-command-hook): ...to here.
9372
a120bde9
SM
93732011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9376 if not needed.
9377 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9378 using completion. Protect against "slow" callers.
9379 Remove the "message hack".
9380
7ce7717b
JL
93812011-10-11 Juri Linkov <juri@jurta.org>
9382
9383 * isearch.el (isearch-lazy-highlight-word): New variable.
9384 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9385 Use it. (Bug#9727)
9386
c02ee9d6
GM
93872011-10-11 Glenn Morris <rgm@gnu.org>
9388
9389 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9390 like f90-previous-statement does.
9391
93e616fd 93922011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9393
1f190e73 9394 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9395 only in interactive use, to avoid error.
9396
af7b6078
SM
93972011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * minibuffer.el (completion-file-name-table): Fix last change,
9400 i.e. ignore normal errors but not the other ones.
9401
0563dae9
MR
94022011-10-10 Martin Rudalics <rudalics@gmx.at>
9403
9404 * window.el (special-display-buffer-names)
9405 (special-display-regexps): Remove some remnants of earlier
9406 changes from doc-strings.
366ca7f3
MR
9407 (quit-windows-on): New function.
9408
9409 * vc/vc.el (vc-revert, vc-rollback):
9410 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9411 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9412 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9413
49677495
MR
94142011-10-09 Martin Rudalics <rudalics@gmx.at>
9415
9416 * window.el (frame-auto-hide-function): Add version tag.
9417 (Bug#9699)
9418
56f2d1e1
MA
94192011-10-09 Michael Albinus <michael.albinus@gmx.de>
9420
9421 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9422 condition.
9423
112a6592
LL
94242011-10-09 Leo Liu <sdl.web@gmail.com>
9425
9426 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9427 (Bug#9701)
9428
0812589b
GM
94292011-10-08 Glenn Morris <rgm@gnu.org>
9430
9431 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9432 before the first code statement zero indent. (Bug#9690)
9433
b2b0776e
CY
94342011-10-08 Chong Yidong <cyd@stupidchicken.com>
9435
9436 * simple.el (count-words-region): Always count in the region.
9437 Report the number of lines and characters too.
9438 (count-words): New command, which counts in the buffer if the
9439 region is inactive, as count-words-region used to.
9440 (count-words--message): New function. Handle plurals.
9441 (count-lines-region): Make it an alias for count-words-region.
9442
9443 * bindings.el (esc-map): Replace count-lines-region with
9444 count-words-region.
9445
c557cd6b
MR
94462011-10-08 Martin Rudalics <rudalics@gmx.at>
9447
9448 * window.el (window--delete): Delete dedicated frame
9449 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9450 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9451
61a57ef4 94522011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9453
3a7d293b 9454 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9455
c3833279
CY
94562011-10-07 Chong Yidong <cyd@stupidchicken.com>
9457
9458 * bindings.el ([M-left],[M-right]): Bind to left-word and
9459 right-word respectively.
9460
21ce8245
GM
94612011-10-07 Glenn Morris <rgm@gnu.org>
9462
9463 * cus-start.el (debug-on-quit): Fix custom type.
9464
6d823bb2
LMI
94652011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9466
0181e193
LMI
9467 * subr.el (define-key-after): Clarify that the function is not
9468 useful for non-menu keymaps.
9469
6d823bb2
LMI
9470 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9471
8e3459ce 94722011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9473
21ce8245 9474 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9475 in current minibuffer (Fix bug with recursive minibuffers).
9476
a1c2d21e
CY
94772011-10-06 Chong Yidong <cyd@stupidchicken.com>
9478
9479 * progmodes/gdb-mi.el (gdb): Doc fix.
9480
5a4cf282
MR
94812011-10-05 Martin Rudalics <rudalics@gmx.at>
9482
9483 * window.el (frame-auto-hide-function): New option replacing
9484 frame-auto-delete. Suggested by Stefan Monnier.
9485 (window--delete): Call frame-auto-hide-function instead of
9486 investigating frame-auto-delete.
c96111ea
MR
9487 (window-point-1, set-window-point-1): New functions.
9488 (window-in-direction, record-window-buffer, window-state-get-1)
9489 (display-buffer-record-window): Use window-point-1 instead of
9490 window-point.
9491 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9492
9854542e
SM
94932011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9496
8943cfb0
GM
94972011-10-05 Glenn Morris <rgm@gnu.org>
9498
9499 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9500 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9501
647ab967
LL
95022011-10-05 Leo Liu <sdl.web@gmail.com>
9503
9504 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9505 works with buffer object.
9506
3ddfbced
SM
95072011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * mpc.el (mpc-tool-bar-map): Add labels.
9510
bdfa5dd2
GM
95112011-10-04 Glenn Morris <rgm@gnu.org>
9512
9513 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9514
0e2070b5
MR
95152011-10-04 Martin Rudalics <rudalics@gmx.at>
9516
9517 * window.el (window--delete): New function.
9518 (frame-auto-delete): Resuscitate option.
9519 (bury-buffer, replace-buffer-in-windows)
9520 (quit-window): Rewrite using window--delete.
9521 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9522 Pass display-buffer-mark-dedicated to window--display-buffer-2
9523 (Bug#9639).
9524
3dc61a09
SM
95252011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9526
915a9b64
SM
9527 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9528 returns a list (bug#9554). Add remote file name completion.
9529 * comint.el (comint--table-subvert): Curry and get quote&unquote
9530 functions as arguments.
9531 (comint--complete-file-name-data): Adjust call accordingly.
9532 * pcomplete.el (pcomplete--table-subvert): Remove.
9533 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9534
3dc61a09
SM
9535 * minibuffer.el (completion-table-case-fold): Use currying.
9536 (completion--styles-type, completion--cycling-threshold-type):
9537 New constants.
9538 (completion-styles, completion-category-overrides)
9539 (completion-cycle-threshold): Use them.
9540 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9541 completion-table-case-fold.
9542
8ea0a993
SB
95432011-10-03 Stephen Berman <stephen.berman@gmx.net>
9544
9545 * minibuffer.el (completion-category-overrides): Fix type of styles
9546 and add more user friendly tags (bug#9660).
9547
8c24b7f6
SM
95482011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9551 (mule-input-method-string): New widget.
9552 (default-input-method, language-info-custom-alist): Use it.
9553
428fe61a
SM
95542011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9555
32c1fffd
SM
9556 * pcomplete.el: Require comint.
9557 (pcomplete--common-suffix): Remove.
9558 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9559 (pcomplete--table-subvert): Sync with comint--table-subvert.
9560 (pcomplete--entries): Use comint-completion-file-name-table.
9561 * comint.el (comint-unquote-filename): Simplify.
9562 (comint-completion-file-name-table): New function (bug#9616).
9563 (comint--complete-file-name-data): Use it.
9564
428fe61a
SM
9565 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9566 (pcmpl-gnu-tar-buffer): Remove.
9567 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9568 around. Make sure pcomplete-suffix-list is only changed temporarily.
9569 Don't look inside the tar's file if it's too large.
428fe61a 9570
04c52e2f
CY
95712011-10-01 Chong Yidong <cyd@stupidchicken.com>
9572
ce3cefcc
CY
9573 * cus-edit.el (custom-mode-map):
9574 * epa.el (epa-key-list-mode-map):
9575 * man.el (Man-mode-map):
9576 * startup.el (splash-screen-keymap):
9577 * simple.el (special-mode-map): Use scroll-up-command and
9578 scroll-down-command.
9579
9580 * progmodes/idlw-help.el (idlwave-help-mode-map):
9581 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9582 * net/newst-plainview.el (newsticker-mode-map):
9583 * emulation/ws-mode.el (wordstar-mode-map):
9584 * emulation/vi.el (vi-com-map):
9585 * calc/calc-graph.el (calc-graph-show-dumb):
9586 * term/sun.el (terminal-init-sun):
9587 * term/ns-win.el (global-map):
9588 * progmodes/grep.el (grep-mode-map):
9589 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9590 * mail/rmail.el (rmail-mode-map):
9591 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9592
04c52e2f
CY
9593 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9594 custom-safe-themes as special.
9595
79adf8c8
JD
95962011-10-01 Julien Danjou <julien@danjou.info>
9597
9598 * notifications.el (notifications-notify): Fix docstring.
9599
63bd50d3
PS
96002011-10-01 Per Starbäck <per@starback.se>
9601
9602 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9603
199e4c7e
MR
96042011-09-30 Martin Rudalics <rudalics@gmx.at>
9605
9606 * startup.el (command-line-1): Fix last fix by inserting
9607 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9608 (Bug#9605) and (Bug#9636)
199e4c7e 9609
fe5f08dd
EZ
96102011-09-29 Eli Zaretskii <eliz@gnu.org>
9611
9612 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9613 window is hscrolled, move by logical lines. (Bug#9607)
9614 (line-move-visual): Update the doc string to the above effect.
9615
b5516bbd
MR
96162011-09-29 Martin Rudalics <rudalics@gmx.at>
9617
ccee00c0
MR
9618 * window.el (display-buffer-record-window): When WINDOW is the
9619 selected window use `point' instead of `window-point'. (Bug#9626)
9620
b5516bbd
MR
9621 * startup.el (command-line-1): Use insert-before-markers when
9622 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9623
b5516bbd
MR
9624 * help.el (help-window): Remove variable.
9625
52aa0014
GM
96262011-09-29 Glenn Morris <rgm@gnu.org>
9627
9628 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9629
df9a7357
JB
96302011-09-29 Juanma Barranquero <lekktu@gmail.com>
9631
9632 * descr-text.el (describe-char-categories): Accept category
9633 descriptions more than one line long.
9634
a8406c20
SM
96352011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9636
88d9610c
SM
9637 * simple.el (delete-trailing-whitespace): Fix last change.
9638
a5daf810
SM
9639 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9640 Don't confuse "y => 3" as the beginning of a `y' operation.
9641
a8406c20
SM
9642 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9643 object has more than 4 slots (bug#9613).
9644
a239d4e9
JB
96452011-09-28 Juanma Barranquero <lekktu@gmail.com>
9646
9647 * subr.el (with-output-to-temp-buffer):
9648 * net/quickurl.el (quickurl, quickurl-browse-url):
9649 Fix typos in docstrings.
9650
693fbdb6
EZ
96512011-09-27 Eli Zaretskii <eliz@gnu.org>
9652
9653 * minibuffer.el (completion-styles)
9654 (completion-category-overrides): Cross reference each other in doc
9655 strings.
9656
8b457e28
GM
96572011-09-27 Glenn Morris <rgm@gnu.org>
9658
9659 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9660 to split-string. (Bug#9606)
9661
85a16208
LMI
96622011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9663
9664 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9665 (bug#9615).
9666
502f9ebd
CY
96672011-09-27 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * emacs-lisp/package.el (list-packages): Fix echo area message.
9670
7690bdea
LL
96712011-09-27 Leo Liu <sdl.web@gmail.com>
9672
9673 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9674
e2ee6f30
MA
96752011-09-25 Michael Albinus <michael.albinus@gmx.de>
9676
9677 * net/dbus.el (dbus-unregister-object): Don't release services for
9678 registered signals. (Bug#9581)
9679
f3f98342
TZ
96802011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9681
9682 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9683 function that picks between cfengine 2 and 3 support
9684 automatically. Update docs accordingly.
9685
dd7aa8dd
KH
96862011-09-22 Kenichi Handa <handa@m17n.org>
9687
9688 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9689 ZERO.
9690 (indian-itrans-v5-table-for-tamil): New variable.
9691 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9692
3f2b07f8
KM
96932011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9694
9695 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9696 that's true if the current command involved collapsing of text.
9697 It's reset to false at the beginning of the next command.
9698 (allout-post-command-business): Move the cursor to the beginning
9699 of entry if the cursor is hidden and collapsing activity just
9700 happened.
9701
371d6a61
CY
97022011-09-24 Chong Yidong <cyd@stupidchicken.com>
9703
9704 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9705 tracking (Bug#9541).
9706
2ac2721a
UJ
97072011-09-24 Ulf Jasper <ulf.jasper@web.de>
9708
9709 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9710 (newsticker-show-news): Automatically load html rendering package
9711 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9712 because w3m-fill-column is let-bound" and the error "Symbol's value
9713 as variable is void: w3m-fill-column".
2ac2721a 9714
fac7ae53
MA
97152011-09-24 Michael Albinus <michael.albinus@gmx.de>
9716
9717 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9718 Release services only if they are defined. (Bug#9581)
9719
e08b633b
RS
97202011-09-23 Richard Stallman <rms@gnu.org>
9721
e488d29c
RS
9722 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9723 distinguish start of paragraph from start of its text.
9724
19c38752
RS
9725 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9726
e08b633b
RS
9727 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9728 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9729 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9730
0a39f27e
AS
97312011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9732
9733 * international/mule-diag.el (mule-diag): Insert a newline after
9734 each fontset description.
9735
db4e950d
SM
97362011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * simple.el (delete-trailing-whitespace):
9739 Document last change; simplify.
9740
eca3f3ea
PW
97412011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9742
d68e189a
PW
9743 * simple.el (delete-trailing-whitespace): Also delete
9744 extra newlines at the end of the buffer.
9745
eca3f3ea
PW
9746 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9747 (picture-newline): Use forward-line so as to ignore fields.
9748
01c157cc
SM
97492011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * subr.el (with-wrapper-hook): Fix edebug spec.
9752
022de23e
LMI
97532011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9754
9755 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9756 (bug#4538).
9757
91683089
MA
97582011-09-23 Michael Albinus <michael.albinus@gmx.de>
9759
eca3f3ea
PW
9760 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9761 Fix nasty bug using wrong cached values.
91683089 9762
5bdd6fa4
AM
97632011-09-23 Alan Mackenzie <acm@muc.de>
9764
9765 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9766
97adfb97
CY
97672011-09-23 Chong Yidong <cyd@stupidchicken.com>
9768
9769 * window.el (pop-to-buffer): Ensure right window is selected if we
9770 chose another frame.
9771
d4ef2b50
EZ
97722011-09-22 Eli Zaretskii <eliz@gnu.org>
9773
9774 * simple.el (what-cursor-position): Use get-char-property-change
9775 and next-single-char-property-change, to be able to show display
9776 properties that come from overlays as well as text properties.
9777
72258fe5
CY
97782011-09-22 Chong Yidong <cyd@stupidchicken.com>
9779
9780 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9781
9782 * cmuscheme.el (run-scheme, switch-to-scheme):
9783 * cus-edit.el (customize-group, custom-buffer-create)
9784 (customize-browse):
9785 * info.el (info):
9786 * shell.el (shell):
9787 * mail/sendmail.el (mail):
9788 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9789
8f098516
RS
97902011-09-22 Richard Stallman <rms@gnu.org>
9791
9792 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9793 move back only to line beg, don't move back over blank lines.
9794
e74f1bb6
MA
97952011-09-22 Michael Albinus <michael.albinus@gmx.de>
9796
9797 * files.el (copy-directory): Set directory attributes only in case
9798 they could be retrieved from the source directory. (Bug#9565)
9799
bfeef8b6
DK
98002011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9801
9802 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9803 (hs-find-block-beginning, hs-hide-level-recursive):
9804 Ignore strings as well as comments. (Bug#9502)
9805
7e423bb8
AS
98062011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9807
9808 * progmodes/sql.el (sql-comint-postgres):
9809 Convert port number to a string. (Bug#9566)
9810
b4d72fcf
MR
98112011-09-22 Martin Rudalics <rudalics@gmx.at>
9812
9813 * window.el (quit-window): Undedicate window when switching to
9814 previous buffer. Reported by Thierry Volpiatto
9815 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9816 (special-display-popup-frame): When popping up a new frame reset
9817 its previous buffers to nil. Simplify code.
b4d72fcf 9818
a7b88dc6
MA
98192011-09-21 Michael Albinus <michael.albinus@gmx.de>
9820
9821 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9822 and process filter, as done also in `shell-command'.
9823
cf4eacfd
MR
98242011-09-21 Martin Rudalics <rudalics@gmx.at>
9825
eca3f3ea 9826 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9827 Call set-window-start with NOFORCE argument t.
9828 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9829 (quit-window): Reword doc-string. Handle new format of
9830 quit-restore parameter. Don't delete window if it has a
9831 previous buffer we can show instead of the present one.
9832 (display-buffer-record-window): Rewrite using a new format for
9833 the quit-restore window parameter
9834 (special-display-popup-frame, display-buffer-same-window)
9835 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9836 (display-buffer-pop-up-window, display-buffer-use-some-window):
9837 Adapt symbol passed to display-buffer-record-window.
9838 * help.el (help-window-setup): Handle new format of quit-restore
9839 parameter.
9840
8d28cb95
SM
98412011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9842
94ab793f
SM
9843 * faces.el (face-list): Fix docstring (bug#9564).
9844
8d28cb95
SM
9845 * window.el (display-buffer--action-function-custom-type):
9846 Don't include internal functions in the Custom interface.
9847
3820edeb
JL
98482011-09-20 Juri Linkov <juri@jurta.org>
9849
9850 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9851 (Info-forward-node, Info-backward-node, Info-next-preorder)
9852 (Info-last-preorder): Use it. (Bug#9528)
9853
5147931d
JL
98542011-09-20 Juri Linkov <juri@jurta.org>
9855
9856 * info.el (Info-last-preorder): Visit last menu item only when
9857 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9858
cf499a1a
JD
98592011-09-20 Julien Danjou <julien@danjou.info>
9860
9861 * password-cache.el (password-cache-remove): Remove entries even if the
9862 value is nil, so that password with a nil value (negative caching) is
9863 possible to invalidate.
9864
f84e2fe2
LM
98652011-09-20 Lawrence Mitchell <wence@gmx.li>
9866
9867 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9868 all whitespace around breakpoint. (Bug#9553)
9869 (f90-find-breakpoint): Only break at whitespace inside a comment.
9870
78054a46
SM
98712011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * minibuffer.el (completion-file-name-table): Keep track of errors.
9874 (completion-table-with-predicate): Handle the case where pred1 is nil.
9875 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9876
345083b2
SM
98772011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9878
e24e27be
SM
9879 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9880 (debugger-return-value): Signal an error if the debugging context does
9881 not await any return value.
9882
345083b2
SM
9883 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9884 * image-mode.el (image-toggle-display-text)
9885 (image-toggle-display-image): Stay away from evil `intangible'.
9886
08d355e3
LL
98872011-09-19 Leo Liu <sdl.web@gmail.com>
9888
9889 * replace.el (occur-revert-arguments): Make it permanent-local.
9890 (occur-mode): Don't call font-lock-defontify.
9891
f01da43f
CY
98922011-09-19 Chong Yidong <cyd@stupidchicken.com>
9893
9894 * net/ldap.el (ldap-search-internal): Don't push empty search
9895 result (Bug#9508).
9896
b6072fa6
SM
98972011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9898
9899 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9900
443d6696
MA
99012011-09-19 Michael Albinus <michael.albinus@gmx.de>
9902
9903 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9904 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9905
7cc6e154
JL
99062011-09-18 Juri Linkov <juri@jurta.org>
9907
9908 * buff-menu.el (Buffer-menu-mode-map):
9909 * dired.el (dired-mode-map):
9910 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9911 (lisp-interaction-mode-map):
9912 * emacs-lisp/package.el (package-menu-mode-map):
9913 * epa.el (epa-key-list-mode-map):
9914 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9915 (menu-bar-options-menu):
9916 * outline.el (outline-mode-menu-bar-map):
9917 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9918 * vc/vc-dir.el (vc-dir-menu-map):
9919 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9920 Capitalize non-function content words in menu item strings.
9921
9922 * dired.el (dired-mode-map): Add menu item for
9923 `image-dired-dired-toggle-marked-thumbs'.
9924
80302a81
JL
99252011-09-18 Juri Linkov <juri@jurta.org>
9926
9927 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9928 to `isearch-case-fold-search' and restore its original value
9929 after the `isearch-mode' call.
9930
46c5cf66
JL
99312011-09-18 Juri Linkov <juri@jurta.org>
9932
9933 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9934 because `zgrep' returns 1 for successful matches (bug#9226).
9935
d18b513b
JL
99362011-09-18 Juri Linkov <juri@jurta.org>
9937
9938 * info.el (Info-extract-menu-node-name): Check the second match
9939 for empty string (second test-case of bug#9528).
9940 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9941 intermediate nodes to the history (first test-case of bug#9528).
9942
72753f87
JL
99432011-09-18 Juri Linkov <juri@jurta.org>
9944
9945 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9946 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9947
c9384295
JL
99482011-09-18 Juri Linkov <juri@jurta.org>
9949
1154d12e
JB
9950 * info.el (Info-file-supports-index-cookies):
9951 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9952 outputs one more line for long file names (bug#4142).
c9384295 9953
d473dce8
CY
99542011-09-18 Chong Yidong <cyd@stupidchicken.com>
9955
9956 * newcomment.el (comment-normalize-vars): If prompting for
9957 comment-start, set comment-start-skip too (Bug#8424).
9958
2176854d
JB
99592011-09-18 Johan Bockgård <bojohan@gnu.org>
9960
9961 * icomplete.el: Fix previous fix of Bug#5849.
9962 (icomplete-mode): Don't set completion-show-inline-help.
9963 (icomplete-minibuffer-setup): Set completion-show-inline-help
9964 locally during icompletion.
9965
3aace4e4
CY
99662011-09-18 Chong Yidong <cyd@stupidchicken.com>
9967
c940224f
CY
9968 * woman.el (woman2-process-escapes): Don't delete unrecognized
9969 escapes (Bug#7843).
9970
3aace4e4
CY
9971 * files.el (inhibit-first-line-modes-regexps): Add image files.
9972 (hack-local-variables-prop-line): Return nil for malformed
9973 prop-lines (Bug#9044).
9974
710dec63
MA
99752011-09-18 Michael Albinus <michael.albinus@gmx.de>
9976
9977 * net/tramp.el (top): Don't require 'shell.
9978 (tramp-methods): Fix docstring.
9979 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9980 Return complete remote file name. Handle "smb" case.
9981 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9982 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9983
9984 * net/tramp-compat.el (top): Require 'shell.
9985
9986 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9987 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9988 `tramp-current-host'.
9989 (tramp-get-remote-tmpdir): Remove.
9990
9991 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9992 `tramp-tmpdir' entries.
9993 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9994 (tramp-smb-handle-file-attributes): Ignore errors.
9995 (tramp-smb-wait-for-output): Check also for process end.
9996
5d5ac8ec
LMI
99972011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9998
9999 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
10000 when sending QUIT (bug#9312).
10001
8c0f49f0
CY
100022011-09-17 Chong Yidong <cyd@stupidchicken.com>
10003
10004 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
10005 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
10006 occur-mode-display-occurrence.
10007 (occur-edit-mode): Add usage message.
10008 (occur-cease-edit): New command.
10009 (occur-after-change-function): Use text properties to find the
10010 position of the prefix text.
10011 (occur-engine): Set stickiness of prefix text properties.
10012
8f1383f7
GM
100132011-09-17 Glenn Morris <rgm@gnu.org>
10014
10015 * progmodes/etags.el (complete-tag):
10016 Fix call to completion-in-region. (Bug#9526)
10017
744ba0e3
JL
100182011-09-17 Juri Linkov <juri@jurta.org>
10019
10020 * textmodes/ispell.el (ispell-word): Add to the error message
10021 the word, ispell program name and current dictionary (bug#9121).
10022 (ispell-tex-arg-end): Capitalize "error" in the error message.
10023
d9bbf400
AS
100242011-09-17 Andreas Schwab <schwab@linux-m68k.org>
10025
10026 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
10027 check. (Bug#4251)
10028
8da11505
JL
100292011-09-17 Juri Linkov <juri@jurta.org>
10030
10031 * window.el (window-safe-min-height, window-safe-min-width):
10032 Fix typos (followup to bug#9522).
10033
a91adc7e
SJ
100342011-09-17 Sven Joachim <svenjoac@gmx.de>
10035
10036 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
10037
064f328a
EZ
100382011-09-16 Eli Zaretskii <eliz@gnu.org>
10039
10040 * simple.el (line-move): If goal-column is set, move by logical
10041 lines, not by display lines. (Bug#971)
10042 (next-line, previous-line, goal-column, line-move-visual): Doc fix
10043 to reflect the above change.
10044
e69df516
SM
100452011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * image.el (imagemagick-register-types): Use regexp-opt.
10048
cbb0f9ab
CY
100492011-09-15 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * window.el (display-buffer-base-action): Rename from
10052 display-buffer-default-action. Make default value empty.
10053 (display-buffer-overriding-action): Convert to defvar.
10054 (display-buffer-fallback-action): New var.
10055
25322144
CY
100562011-09-15 Chong Yidong <cyd@stupidchicken.com>
10057
10058 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
10059 declaration.
10060 (package--add-to-archive-contents): If there is a duplicate entry
10061 with an older version, remove it.
10062 (package-menu-mark-delete, package-menu-mark-install)
10063 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
10064 (package-menu-mark-obsolete-for-deletion):
10065 Use package-menu-get-status instead of a regexp search.
25322144
CY
10066 (package-menu-get-status): Use tabulated-list-entry.
10067 (package-menu-mark-upgrades): New command.
d770725a 10068 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
10069 (package-menu-execute): Do installation before deletion.
10070 (package-menu-refresh, package-menu-execute): Use derived-mode-p
10071 instead of checking major-mode.
10072 (package-menu--find-upgrades): New function.
10073
7520339c
LMI
100742011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10075
10076 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
10077 passwords in the log buffer.
65a046c4
LMI
10078 (smtpmail-process-filter): Update the process marker so that the
10079 "broken by peer" status message is inserted in the right place.
7520339c 10080
d3c30954
SM
100812011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10082
3fe48822
SM
10083 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
10084 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
10085 bibtex-completion-at-point-function.
10086 (bibtex-completion-at-point-function): Use them.
10087
1b8b3954
SM
10088 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
10089
d3c30954
SM
10090 * mpc.el (mpc-constraints-tag-lookup): New function.
10091 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
10092 also to browser "album|playlist".
10093
72779976
JL
100942011-09-14 Juri Linkov <juri@jurta.org>
10095
10096 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
10097 (isearch-edit-string): Use length of `isearch-string' when
10098 `isearch-fail-pos' returns nil.
10099 (isearch-message): Remove duplicate code and call
10100 `isearch-fail-pos' with arg `t'.
10101
a0bf2bcd
CY
101022011-09-14 Chong Yidong <cyd@stupidchicken.com>
10103
17bb0a2d
CY
10104 * replace.el (occur-mode-goto-occurrence): Don't force using other
10105 window (Bug#9499).
10106
a0bf2bcd
CY
10107 * dired-aux.el (dired-do-chmod): Don't provide initial input.
10108
f678e0b6
MR
101092011-09-14 Martin Rudalics <rudalics@gmx.at>
10110
10111 * window.el (display-buffer-window): Remove.
10112 (display-buffer-record-window): Use help-setup window parameter
10113 instead of variable display-buffer-window.
10114 (display-buffer-function, special-display-buffer-names)
10115 (special-display-function): Mention help-setup parameter instead
10116 of display-buffer-window in doc-string.
d3c30954
SM
10117 * help.el (help-window-setup): New argument help-window.
10118 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
10119 Reword some messages.
10120 (with-help-window): Pass window used for displaying the buffer
10121 to help-window-setup. Don't set display-buffer-window.
10122
8e39b2e8
GM
101232011-09-13 Glenn Morris <rgm@gnu.org>
10124
10125 * emacs-lisp/debug.el (debugger-make-xrefs):
10126 Preserve point. (Bug#9462)
10127
85e9c04b
CY
101282011-09-13 Chong Yidong <cyd@stupidchicken.com>
10129
10130 * window.el (window-deletable-p): Use next-frame.
10131
1b36ed6a
MR
101322011-09-13 Martin Rudalics <rudalics@gmx.at>
10133
10134 * window.el (window-auto-delete): Remove.
10135 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 10136 dedication and previous buffers.
1b36ed6a
MR
10137 (switch-to-prev-buffer): Don't delete window.
10138 (delete-windows-on): Delete a window's frame if and only if the
10139 window is dedicated.
10140 (replace-buffer-in-windows): Delete buffer's window or frame if
10141 and only if window is dedicated.
10142 (quit-window): Handle quit-restore as before last change.
4d61f28d 10143 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10144
ef8ef9fb
CY
101452011-09-13 Chong Yidong <cyd@stupidchicken.com>
10146
10147 * window.el (window-deletable-p): Never delete the last frame on a
10148 given terminal.
10149
b2cba41e
GM
101502011-09-13 Glenn Morris <rgm@gnu.org>
10151
10152 * help.el (describe-key-briefly): Copy previous standard-output change.
10153
51553db6 101542011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10155
10156 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10157
b7556719
GM
101582011-09-13 Glenn Morris <rgm@gnu.org>
10159
10160 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10161 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10162
64b51947
CY
101632011-09-12 Chong Yidong <cyd@stupidchicken.com>
10164
10165 * dired-aux.el (dired-mark-read-string): Don't return default
10166 value on empty input (Bug#9361).
10167 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10168 Omit initial minibuffer contents.
10169 (dired-do-chmod): Signal an error on empty input.
10170 (dired-mark-read-string): Don't return default on empty input.
10171
10172 * files.el (file-modes-symbolic-to-number): Doc fix.
10173
393a301e
SM
101742011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * international/mule-cmds.el (ucs-completions): Remove.
10177 (read-char-by-name): Use complete-with-action instead; add metadata.
10178
fa5660f9
CY
101792011-09-11 Chong Yidong <cyd@stupidchicken.com>
10180
10181 * window.el (display-buffer--action-function-custom-type)
10182 (display-buffer--action-custom-type): New vars.
10183 (display-buffer-alist, display-buffer-default-action)
10184 (display-buffer-overriding-action): Add defcustom types.
10185
4a592f66
CY
10186 * frame.el (delete-other-frames): Doc fix (Bug#276).
10187
73d56dbd
LMI
101882011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10189
10190 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10191
37ac18a3
CY
101922011-09-11 Chong Yidong <cyd@stupidchicken.com>
10193
10194 Change modes that used same-window-* vars to use switch-to-buffer.
10195
10196 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10197 Use switch-to-buffer.
10198
10199 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10200 (customize-browse, custom-buffer-create-other-window):
10201 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10202
10203 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10204 (Info-prev, Info-up, Info-speedbar-goto-node)
10205 (info-display-manual): Use switch-to-buffer.
10206 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10207
10208 * mail/sendmail.el (mail): Use switch-to-buffer.
10209 (mail-recover): Use switch-to-buffer-other-window.
10210
10211 * cmuscheme.el (run-scheme, switch-to-scheme):
10212 * ielm.el (ielm):
10213 * shell.el (shell):
10214 * net/rlogin.el (rlogin):
10215 * net/telnet.el (telnet, rsh):
10216 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10217
10195bd6
AS
102182011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10219
10220 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10221
b322f63a
LMI
102222011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10223
39d7fed6
LMI
10224 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10225 so don't mention it (bug#9301).
ba5a81f1 10226 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10227
ee0e9f11
LMI
10228 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10229 match `x', `w32' and `ns', like the manual says (bug#9029).
10230
0b1c89c1 10231 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10232 (process-kill-buffer-query-function): Mention the buffer name in
10233 the query.
0b1c89c1 10234
77549ea8
LMI
10235 * image-mode.el (image-next-line): The line parameter is mandatory
10236 (bug#9258).
10237
803ef892
LMI
10238 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10239 which can be useful (bug#9301).
10240
12980837
LMI
10241 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10242
91054f8f
LMI
10243 * subr.el (match-string): Mention that the current buffer should
10244 be the same as the search was done in (bug#9282).
10245
b322f63a
LMI
10246 * facemenu.el: Disable the remove-* commands if the mark isn't
10247 active (bug#9162).
10248
3199b96f
CY
102492011-09-10 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10252 of display-buffer.
10253 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10254
10255 * replace.el (occur-mode-goto-occurrence)
10256 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10257 and display-buffer.
10258
10259 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10260 display-buffer.
10261
10262 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10263 special-display and same-window variables.
10264 (mail-other-window): Use switch-to-buffer-other-window.
10265 (mail-other-frame): USe switch-to-buffer-other-frame.
10266
393a301e
SM
10267 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10268 Use display-buffer-other-frame.
3199b96f
CY
10269 (gdb-display-gdb-buffer): Use pop-to-buffer.
10270
10271 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10272
10273 * progmodes/python.el: Don't set same-window-buffer-names.
10274
10275 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10276
10277 * window.el (display-buffer-alist): Add *Python*.
10278
8319e0bf
CY
102792011-09-10 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * window.el (display-buffer-alist): Add entry for buffers
10282 previously handled same-window-*.
10283 (display-buffer-alist, display-buffer-default-action)
10284 (display-buffer-overriding-action): Mark as risky.
10285 (display-buffer-alist): Document action function changes.
10286 (display-buffer--same-window-action)
10287 (display-buffer--other-frame-action): New variables.
10288 (switch-to-buffer, display-buffer-other-frame): Use them.
10289 (display-buffer): Rename reuse-frame entry to reusable-frames.
10290 (display-buffer-reuse-selected-window): Function deleted.
10291 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10292 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10293 (display-buffer-special): New function.
10294 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10295 display-buffer-reuse-or-pop-window. Split off special-display
10296 part into display-buffer-special.
10297 (display-buffer-use-some-window): Don't perform any special
10298 pop-up-frames handling.
10299 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10300 (display-buffer--maybe-same-window): Rename from
0d3ff375 10301 display-buffer-maybe-same-window.
8319e0bf 10302
919a69aa
CY
10303 * info.el: Don't set same-window-regexps.
10304 (info-setup): New function.
10305 (info-other-window, info): Call it.
10306
10307 * cus-edit.el: Don't set same-window-regexps.
10308 (customize-group): New argument.
10309 (customize-group-other-window): Use it.
10310 (customize-face, customize-face-other-window): Likewise.
10311 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10312
8319e0bf
CY
10313 * net/rlogin.el:
10314 * net/telnet.el:
10315 * progmodes/gud.el: Don't set same-window-regexps.
10316
10317 * cmuscheme.el:
10318 * ielm.el:
10319 * shell.el:
10320 * mail/sendmail.el:
10321 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10322
25173000
JL
103232011-09-10 Juri Linkov <juri@jurta.org>
10324
10325 * isearch.el (isearch-edit-string): Remove obsolete mention of
10326 `C-w' (`isearch-yank-word-or-char') from docstring.
10327 (isearch-query-replace): Fix typo in docstring (bug#9466).
10328
056e44ef
JL
103292011-09-10 Juri Linkov <juri@jurta.org>
10330
10331 * paren.el (show-paren-function): Don't show escaped parens.
10332 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10333
c3760c17
EZ
103342011-09-10 Eli Zaretskii <eliz@gnu.org>
10335
10336 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10337 (mm-default-file-encoding): Remove autoload forms, they are
10338 replaced with autoload cookies in mml.el and mm-encode.el.
10339 (mail-add-attachment): New command.
10340 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10341 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10342 the doc string.
10343 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10344
fece895e
RT
103452011-09-10 Reuben Thomas <rrt@sc3d.org>
10346
e69df516
SM
10347 * simple.el (count-words-region): Use buffer if there's no region
10348 (bug#9429).
fece895e 10349
5e68ce4a
JL
103502011-09-09 Juri Linkov <juri@jurta.org>
10351
10352 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10353 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10354 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10355
0a6b9622
AM
103562011-09-09 Alan Mackenzie <acm@muc.de>
10357
10358 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10359 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10360
14a29deb
EZ
103612011-09-09 Eli Zaretskii <eliz@gnu.org>
10362
10363 Fix for Savannah bug#9392.
10364 * simple.el (mail-encode-mml): New defvar.
10365
10366 * mail/rmail.el (mail-encode-mml): Add a defvar.
10367 (rmail-enable-mime-composing): Default to t.
10368 (rmail-forward): Use MIME method of forwarding only if both
10369 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10370 Set mail-encode-mml non-nil if the MIME method was used.
10371
10372 * mail/sendmail.el (mml-to-mime): Add autoload form.
10373 (mail-encode-mml): Add a defvar.
10374 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10375 to nil.
10376 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10377 message through mml-to-mime, and reset mail-encode-mml to nil.
10378
28c45130
GM
103792011-09-09 Glenn Morris <rgm@gnu.org>
10380
10381 * woman.el (woman-if-body): When processing an .el block,
10382 do not delete the next .el block as well. (Bug#9447)
69f4b618 10383 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10384
9b1c252e
MR
103852011-09-08 Martin Rudalics <rudalics@gmx.at>
10386
10387 * window.el (window-deletable-p): Make sure window is live before
10388 invoking window-prev-buffers.
10389
567457e3
LL
103902011-09-08 Leo Liu <sdl.web@gmail.com>
10391
10392 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10393
97f05794
JL
103942011-09-08 Juri Linkov <juri@jurta.org>
10395
10396 * progmodes/compile.el (compilation-environment): Make it
10397 a defcustom (bug#8340).
10398
8b0874b5
MR
103992011-09-08 Martin Rudalics <rudalics@gmx.at>
10400
10401 * window.el (frame-auto-delete): Rename to window-auto-delete.
10402 Make it control auto-deletion of windows and/or frames.
10403 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10404 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10405 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10406 Rewrite handling of case when window/frame can be deleted.
10407 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10408 argument t. (Bug#9456)
8b0874b5 10409
4feb6e73
CY
104102011-09-07 Chong Yidong <cyd@stupidchicken.com>
10411
10412 * help-mode.el (help-mode): Restore autoload.
10413
91ab9c13
JL
104142011-09-07 Juri Linkov <juri@jurta.org>
10415
10416 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10417 `compilation-environment'. Set buffer-local
10418 `compilation-environment' to `thisenv' later after (funcall mode).
10419 (Bug#8340)
10420
10421 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10422 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10423 instead of replacing its value. (Bug#8340)
10424
0527e251
JL
104252011-09-07 Juri Linkov <juri@jurta.org>
10426
10427 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10428 based on text properties put by `grep-filter' instead of matching
10429 escape sequences.
10430 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10431 to the value of `grep-error-screen-columns' (bug#9438).
10432
249f792c
JL
104332011-09-07 Juri Linkov <juri@jurta.org>
10434
10435 * simple.el (next-error-highlight, next-error-highlight-no-select):
10436 Doc fix (bug#9432).
10437
ff7271b9
OT
104382011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10439
10440 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10441 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10442
183fc730
LL
104432011-09-07 Leo Liu <sdl.web@gmail.com>
10444
10445 * net/rcirc.el (rcirc-mode): Conditionally initialize
10446 rcirc-input-ring.
10447
77694924
SM
104482011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * emacs-lisp/find-func.el (find-function-C-source): Only set
10451 find-function-C-source-directory after checking that we found a source
10452 file there (bug#9440).
10453
d809b8eb
AM
104542011-09-06 Alan Mackenzie <acm@muc.de>
10455
10456 * isearch.el (isearch-other-meta-char): Wherever a key list is
10457 unread, "unread" the prefix arg, too. This fixes bug #8901.
10458
453de99f
OG
104592011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10460
10461 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10462
90439906
JL
104632011-09-05 Juri Linkov <juri@jurta.org>
10464
10465 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10466
f62bd846
JL
104672011-09-05 Juri Linkov <juri@jurta.org>
10468
10469 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10470 keeping point where processing of grep matches begins, and
10471 continue to delete remaining escape sequences from the same point.
10472 (grep-filter): Make leading zero optional in "0?1;31m" because
10473 git-grep emits "\033[1;31m" escape sequences unlike expected
10474 "\033[01;31m" as GNU Grep does (bug#9408).
10475 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10476
045820ec
JL
104772011-09-05 Juri Linkov <juri@jurta.org>
10478
10479 * subr.el (y-or-n-p): Capitalize "yes".
10480
f5e29b9b
MA
104812011-09-04 Michael Albinus <michael.albinus@gmx.de>
10482
10483 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10484 `tramp-cache-unload-hook' where appropriate.
10485 (tramp-methods): Rename `tramp-remote-sh' to
10486 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10487 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10488
10489 * net/tramp-sh.el (top): Don't require 'shell.
10490 (tramp-methods): Add `tramp-remote-shell' and
10491 `tramp-remote-shell-args' entries.
10492 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10493 (tramp-sh-handle-shell-command): Remove.
10494 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10495 Use `tramp-remote-shell'.
10496
2784c434
CY
104972011-09-03 Chong Yidong <cyd@stupidchicken.com>
10498
393a301e 10499 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10500 (sendmail-query-once): Save directly to send-mail-function.
10501 Update message-send-mail-function too.
10502
10503 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10504
464cdf56
CS
105052011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10506
10507 * progmodes/python.el (python-mode-map): Use correct function to
10508 start python interpreter from menu-bar (as reported by Geert
10509 Kloosterman).
10510 (inferior-python-mode-map): Fix typo.
393a301e 10511 (python-shell-map): Remove.
464cdf56 10512
d37e5c87
DD
105132011-09-03 Deniz Dogan <deniz@dogan.se>
10514
10515 * net/rcirc.el (rcirc-print): Simplify code for
10516 rcirc-scroll-show-maximum-output. There is no need to walk
10517 through all windows to find the right one.
10518
f3ada0ee
CS
105192011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10520
10521 * help.el (help-return-method): Doc fix.
10522
1f3c99ca
MR
105232011-09-03 Martin Rudalics <rudalics@gmx.at>
10524
10525 * window.el (window-deletable-p): Don't return a non-nil value
10526 when there's a buffer that was shown in the window before.
10527 (Bug#9419)
393a301e
SM
10528 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10529 Set window's previous buffers to nil.
1f3c99ca 10530
a3cf097f
EZ
105312011-09-03 Eli Zaretskii <eliz@gnu.org>
10532
10533 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10534 newline before and after the tag line, so it doesn't interfere
10535 with determining the paragraph direction of bidirectional text.
10536
3d03de90
LL
105372011-09-03 Leo Liu <sdl.web@gmail.com>
10538
10539 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10540
c3313451
CY
105412011-09-02 Chong Yidong <cyd@stupidchicken.com>
10542
393a301e 10543 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10544 (pop-to-buffer): Change interactive spec. Pass second argument
10545 directly to display-buffer.
10546 (display-buffer): Fix interactive spec. Use functionp to
10547 distinguish between a function and a list of functions.
10548
10549 * abbrev.el (edit-abbrevs):
10550 * arc-mode.el (archive-extract):
10551 * autoinsert.el (auto-insert):
10552 * bookmark.el (bookmark-bmenu-list):
10553 * files.el (find-file):
10554 * view.el (view-buffer):
10555 * progmodes/compile.el (compilation-goto-locus):
10556 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10557
89894cd8
CY
105582011-09-02 Chong Yidong <cyd@stupidchicken.com>
10559
10560 * window.el (display-buffer-alist): Doc fix.
10561 (display-buffer): Add docstring. Don't treat
10562 display-buffer-default specially.
10563 (display-buffer-reuse-selected-window)
10564 (display-buffer-same-window, display-buffer-maybe-same-window)
10565 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10566 (display-buffer-pop-up-window)
10567 (display-buffer-reuse-or-pop-window)
10568 (display-buffer-use-some-window): New functions.
10569 (display-buffer-default-action): Use them.
393a301e 10570 (display-buffer-default): Delete.
89894cd8
CY
10571 (pop-to-buffer-1): Fix choice of actions.
10572
ae0bc9fb
SM
105732011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * minibuffer.el (completion--insert-strings): Don't get confused by
10576 completion entries that end with an LF char.
10577
e9d90883
EZ
105782011-09-01 Eli Zaretskii <eliz@gnu.org>
10579
10580 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10581
437014c8
CY
105822011-09-01 Chong Yidong <cyd@stupidchicken.com>
10583
10584 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10585 (display-buffer-same-window, display-buffer-other-window):
10586 New functions.
437014c8
CY
10587 (pop-to-buffer-1): New function. Use the above.
10588 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10589 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10590
10591 * view.el (view-buffer-other-window, view-buffer-other-frame):
10592 Just use pop-to-buffer.
10593
a5e063d5
TV
105942011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10595
10596 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10597
793d32bb
WH
105982011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10599
10600 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10601
d65e4c15
RS
106022011-08-31 Richard Stallman <rms@gnu.org>
10603
10604 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10605 of the separation of rmail-view-buffer from rmail-buffer.
10606 If you say no to "replace original", the decrypt is in the
10607 view buffer. If you say yes, the decrypt goes into the
10608 rmail buffer also.
10609
f818cd2a
MR
106102011-08-31 Martin Rudalics <rudalics@gmx.at>
10611
10612 * window.el (display-buffer-window): Rewrite doc-string.
10613 (display-buffer-record-window): New function.
10614 (display-buffer-macro-specifiers)
10615 (display-buffer-even-window-sizes, display-buffer-set-height)
10616 (display-buffer-set-width, display-buffer-in-window)
10617 (display-buffer-reuse-window, display-buffer-split-specifiers)
10618 (display-buffer-side-specifiers, display-buffer-split-window-1)
10619 (display-buffer-split-window, display-buffer-split-atom-window)
10620 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10621 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10622 (display-buffer-other-window-means-other-frame)
10623 (display-buffer-normalize-special)
10624 (display-buffer-normalize-default)
10625 (display-buffer-normalize-argument)
10626 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10627 (display-buffer-normalize-specifiers, display-buffer-frame)
10628 (display-buffer-same-window, display-buffer-same-frame)
10629 (display-buffer-other-window)
10630 (display-buffer-same-frame-other-window)
10631 (display-buffer-other-frame, pop-to-buffer-same-window)
10632 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10633 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10634 (switch-to-buffer-same-frame)
10635 (switch-to-buffer-other-window-same-frame)
10636 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10637 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10638 (display-buffer-alist-set): Remove.
10639 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10640 (special-display-regexps, special-display-function):
10641 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10642 parameter.
10643 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10644 (special-display-frame-alist, special-display-popup-frame)
10645 (same-window-buffer-names, same-window-regexps, same-window-p)
10646 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10647 (split-window-preferred-function, split-height-threshold)
10648 (split-width-threshold, window-splittable-p)
10649 (split-window-sensibly, window--try-to-split-window)
10650 (window--frame-usable-p, even-window-heights)
10651 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10652 (window--display-buffer-2, display-buffer-other-frame):
10653 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10654 (display-buffer-default, display-buffer-assq-regexp): New functions.
10655 (display-buffer-alist): Rewrite doc-string.
10656 (display-buffer-default-action)
10657 (display-buffer-overriding-action): New variables.
10658 (display-buffer, switch-to-buffer): Rewrite.
10659 (pop-to-buffer): Restore Emacs 23 behavior but use
10660 window-normalize-buffer-to-display.
10661 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10662 Restore Emacs 23 behavior but use
10663 window-normalize-buffer-to-switch-to.
10664 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10665 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10666 Rewrite using Emacs 23 options.
f818cd2a 10667
5bc3b51d
MA
106682011-08-31 Michael Albinus <michael.albinus@gmx.de>
10669
10670 * net/tramp.el (tramp-root-regexp): Remove.
10671 (tramp-completion-file-name-regexp-unified)
10672 (tramp-completion-file-name-regexp-separate)
10673 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10674 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10675 (tramp-drop-volume-letter): Simplify definition.
10676 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10677
b1a4f8e1
SM
106782011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10681 (bug#9356).
10682
5664fa7b
RT
106832011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10684
b1a4f8e1 10685 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10686
9a45d6c3
JL
106872011-08-29 Juri Linkov <juri@jurta.org>
10688
10689 * isearch.el (isearch-done): Don't display message "Mark saved"
10690 when arg `edit' is non-nil to prevent its flicker in the echo area.
10691
fb87e0fb
CY
106922011-08-28 Chong Yidong <cyd@stupidchicken.com>
10693
10694 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10695 obsolete packages for deletion.
10696
09ac1c2a
CS
106972011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10698
10699 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10700 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10701 view-mode from help-mode.
10702 (help-xref-override-view-map): Remove.
10703 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10704 view-mode is not used anymore.
10705
7a1ff57f
CY
107062011-08-28 Chong Yidong <cyd@stupidchicken.com>
10707
10708 * server.el (server-port): Doc fix.
10709
b9696605
CY
10710 * cus-theme.el (custom-theme-choose-mode): Inherit from
10711 special-mode (Bug#9124).
10712 (custom-theme-choose-mode-map): Add special-mode to parent.
10713
ef8cdf8c
AM
107142011-08-28 Alan Mackenzie <acm@muc.de>
10715
10716 * progmodes/cc-fonts.el
10717 (c-make-font-lock-BO-decl-search-function): New function.
10718 (c-basic-matchers-after - "Fontify the clauses after various
10719 keywords"): Extract the three keyword lists for the 3 erroneous
10720 constructs from the list of four, and use the new function above
10721 in place of an old one.
10722
27de4e20
DD
107232011-08-28 Deniz Dogan <deniz@dogan.se>
10724
10725 * net/rcirc.el (rcirc-insert-prev-input)
10726 (rcirc-insert-next-input): Remove unused argument.
10727
356a3681
SM
107282011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10729
10730 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10731
3fc9b218
AM
107322011-08-27 Alan Mackenzie <acm@muc.de>
10733
10734 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10735 handle function pointer parameters properly.
10736
538a061c
MR
107372011-08-27 Martin Rudalics <rudalics@gmx.at>
10738
10739 * window.el (display-buffer-reuse-window): Fix case where
10740 selected window was reused with non-nil OTHER-WINDOW argument.
10741 (Bug#9381)
10742
35b1c40c
DD
107432011-08-27 Deniz Dogan <deniz@dogan.se>
10744
10745 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10746 oftc's NickServ messages.
10747
2f6a3e79
GM
107482011-08-27 Glenn Morris <rgm@gnu.org>
10749
10750 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10751
7254299e
CY
107522011-08-26 Chong Yidong <cyd@stupidchicken.com>
10753
10754 * emacs-lisp/package.el (package-install): Call package-initialize
10755 if called interactively.
10756
f8ccf167
LL
107572011-08-26 Leo Liu <sdl.web@gmail.com>
10758
10759 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10760
3e8cd5ce
JL
107612011-08-25 Juri Linkov <juri@jurta.org>
10762
10763 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10764 `search-whitespace-regexp' (bug#9364).
10765
93eb7113
JL
107662011-08-25 Juri Linkov <juri@jurta.org>
10767
10768 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10769 `regexp-search-ring' to their global values to protect from
10770 updating by `read-from-minibuffer' (bug#9185).
10771
f65d1611
JL
107722011-08-25 Juri Linkov <juri@jurta.org>
10773
10774 * textmodes/ispell.el (ispell-command-loop): Add newline
10775 at the end of the "Use option `i'..." line.
10776
f1cf7a31
JL
107772011-08-25 Juri Linkov <juri@jurta.org>
10778
10779 * battery.el (display-battery-mode): If `battery-status-function'
10780 or `battery-mode-line-format' is nil, display the message and set
10781 `display-battery-mode' to nil (bug#9363).
10782
0c95fcf7
EZ
107832011-08-25 Eli Zaretskii <eliz@gnu.org>
10784
10785 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10786 bidi-string-mark-left-to-right; they are unnecessary now.
10787
a2ebe600
DD
107882011-08-25 Deniz Dogan <deniz@dogan.se>
10789
10790 * net/quickurl.el: Documentation typo fixes.
10791
e4ed06f1
CY
107922011-08-25 Chong Yidong <cyd@stupidchicken.com>
10793
10794 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10795
e5f1c99e
GM
107962011-08-25 Glenn Morris <rgm@gnu.org>
10797
b2948976
GM
10798 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10799
e5f1c99e
GM
10800 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10801 (smtpmail-via-smtp): Handle nil response from smtp.
10802
f22f4808
JL
108032011-08-24 Juri Linkov <juri@jurta.org>
10804
10805 * proced.el (proced-marked): Inherit from `error' instead of
10806 `font-lock-warning-face'.
10807
10808 * ibuffer.el (ibuffer-marked-face): Change default face from
10809 `font-lock-warning-face' to `warning'.
10810 (ibuffer-deletion-face): Change default face from
10811 `font-lock-type-face' to `error'.
10812
10813 * battery.el (battery-update): Use the face `error' instead of
10814 `font-lock-warning-face' (bug#6117).
10815
6a93965e
JL
108162011-08-24 Juri Linkov <juri@jurta.org>
10817
10818 * faces.el (success): Change face color from "Green3" to
10819 "ForestGreen" on light background (bug#9353).
10820
1ed43b09
CY
108212011-08-24 Chong Yidong <cyd@stupidchicken.com>
10822
5664fa7b
RT
10823 * window.el (quit-window): Rename from quit-restore-window.
10824 Use same arglist as old quit-window.
1ed43b09
CY
10825 (frame-auto-delete): Doc fix.
10826
10827 * view.el (view-mode-exit): Use quit-window.
10828
11dcdbb2
JL
108292011-08-24 Juri Linkov <juri@jurta.org>
10830
10831 * isearch.el (isearch-ring-adjust1): Start visiting previous
10832 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10833 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10834 for empty search string (when the last search string is reused
10835 automatically) to adjust the isearch ring to the last element and
10836 prepare the correct index for further M-p commands (bug#9185).
10837
de62b4df
KH
108382011-08-24 Kenichi Handa <handa@m17n.org>
10839
10840 * international/ucs-normalize.el: If decomposition property of
10841 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10842 nil.
10843 (nfd, nfkd): Likewise.
10844
963b492b
SM
108452011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10848 from process filters aren't reliably transmitted to the surrounding
10849 accept-process-output.
10850 (mpc-proc-check): New function.
10851 (mpc-proc-sync): Use it (bug#8293)
10852
93b6b5e1
SM
108532011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10856 Add compatibility functions (bug#9313).
10857
bca633fb
EZ
108582011-08-23 Eli Zaretskii <eliz@gnu.org>
10859
b177498a
EZ
10860 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10861
6df6ae42 10862 * international/uni-bidi.el: Regenerate.
bca633fb 10863
0902a04e
KH
108642011-08-23 Kenichi Handa <handa@m17n.org>
10865
10866 * international/charprop.el:
10867 * international/uni-bidi.el:
10868 * international/uni-category.el:
10869 * international/uni-combining.el:
10870 * international/uni-comment.el:
10871 * international/uni-decimal.el:
10872 * international/uni-decomposition.el:
10873 * international/uni-digit.el:
10874 * international/uni-lowercase.el:
10875 * international/uni-mirrored.el:
10876 * international/uni-name.el:
10877 * international/uni-numeric.el:
10878 * international/uni-old-name.el:
10879 * international/uni-titlecase.el:
10880 * international/uni-uppercase.el: Regenerate.
10881
3bbf23bc
MR
108822011-08-23 Martin Rudalics <rudalics@gmx.at>
10883
10884 * help.el (help-window-setup): Fix message displayed when other
10885 window is reused. (Bug#9341)
10886
b3fd59bd
SM
108872011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10888
1802e444
SM
10889 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10890 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10891
b3fd59bd
SM
10892 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10893 Mark obsolete.
10894 * shell.el (shell-parse-pcomplete-arguments): New function.
10895 (shell-completion-vars): Use it instead (bug#9160).
10896
4eb61348
SM
108972011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10898
867cab74
SM
10899 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10900 strings and comments (bug#9333).
10901
4eb61348
SM
10902 * emacs-lisp/debug.el (debug-arglist): New function.
10903 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10904 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10905
262a1439
JL
109062011-08-22 Juri Linkov <juri@jurta.org>
10907
56ee679c
JL
10908 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10909 Revert regexp that highlights output switches to its old
10910 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10911
262a1439
JL
10912 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10913 to check for empty output (bug#9226).
10914
f13f86fb
CY
109152011-08-22 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10918 symbol-constituent as the default, as that stops font-lock from
10919 working properly (Bug#8843).
10920
c65c9622
LMI
109212011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10922
10923 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10924 `coding-system-for-*' around the process open call to avoid
10925 auth-source side effects.
e7f2c178 10926 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10927 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10928 probe hangs.
c65c9622 10929
23a8a5ab
CY
109302011-08-21 Chong Yidong <cyd@stupidchicken.com>
10931
ff98b2dd
CY
10932 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10933
23a8a5ab
CY
10934 * emacs-lisp/find-func.el (find-function-noselect): New arg
10935 lisp-only.
10936
10937 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10938 signal an error for built-in functions (Bug#6664).
10939
f5e3c598
LMI
109402011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10941
10942 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10943 (smtpmail-try-auth-methods): Use it.
10944
a3f2468a
CY
109452011-08-21 Chong Yidong <cyd@stupidchicken.com>
10946
2c34e8da
CY
10947 * font-lock.el (font-lock-fontify-region)
10948 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10949 (font-lock-default-unfontify-buffer)
10950 (font-lock-default-fontify-region)
10951 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10952
b3fd59bd
SM
10953 * progmodes/compile.el (compilation-error-properties):
10954 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10955 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10956 `ant' regexp.
ee31aabc 10957
a3f2468a
CY
10958 * net/browse-url.el (browse-url-firefox): Don't call
10959 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10960
8e999f70
GM
109612011-08-20 Glenn Morris <rgm@gnu.org>
10962
c21a496a
GM
10963 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10964
59ee0542
GM
10965 * tutorial.el (tutorial--default-keys): Update some default bindings.
10966
8e999f70
GM
10967 * files.el (hack-local-variables): Fully ignore case for "mode:".
10968
e3715033
AM
109692011-08-20 Alan Mackenzie <acm@muc.de>
10970
10971 Resolve invalid use of a regexp in regexp-opt.
10972
4d61f28d
JB
10973 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10974 detection for a java annotation.
e3715033 10975
4d61f28d 10976 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10977 detection for a java annotation.
10978
4d61f28d
JB
10979 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10980 handling for java.
e3715033
AM
10981 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10982
04ed2e9c
CY
109832011-08-20 Chong Yidong <cyd@stupidchicken.com>
10984
10985 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10986 (Bug#9274).
10987
826cee64
AM
109882011-08-20 Alan Mackenzie <acm@muc.de>
10989
58179cce 10990 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10991 such a construct. Mainly for when jit-lock etc. starts a chunk
10992 here.
10993
58179cce 10994 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10995 variable.
58179cce 10996 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10997 c-make-font-lock-search-function.
10998 (c-make-font-lock-search-function): Use the above function.
10999 (c-make-font-lock-context-search-function): New function.
11000 (c-cpp-matchers): Enhance the preprocessor expression case with
11001 the above function
11002 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
11003 which takes an expression.
11004
11005 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
11006
13009bd8
MR
110072011-08-20 Martin Rudalics <rudalics@gmx.at>
11008
11009 * window.el (display-buffer-reuse-window)
11010 (display-buffer-pop-up-window): Don't reuse or split a side
11011 window.
11012
9234ff7f
GM
110132011-08-19 Glenn Morris <rgm@gnu.org>
11014
11015 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 11016 Downcase "Mode:". (Bug#9331)
9234ff7f 11017
f635daa1
CY
110182011-08-18 Chong Yidong <cyd@stupidchicken.com>
11019
11020 * international/characters.el: Add L and R categories.
11021
11022 * subr.el (bidi-string-mark-left-to-right): Rename from
11023 string-mark-left-to-right. Use category search.
11024
11025 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
11026
bc987f8b
JL
110272011-08-18 Juri Linkov <juri@jurta.org>
11028
11029 * faces.el (error, warning, success): New faces with definitions
11030 copied from old default values of `font-lock-warning-face',
11031 `compilation-warning', `compilation-info' (bug#6117).
11032
11033 * font-lock.el (font-lock-warning-face): Inherit from `error'.
11034
11035 * progmodes/compile.el (compilation-error): Inherit from `error'.
11036 (compilation-warning): Inherit from `warning'.
11037 (compilation-info): Inherit from `success'.
11038
11039 * dired.el (dired-marked): Inherit from `warning'.
11040 (dired-flagged): Inherit from `error'.
11041
57173b96
LMI
110422011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11043
3e79eb87
LMI
11044 * mail/smtpmail.el (auth-source): Require to avoid problems with
11045 binding variables (bug#9298). Also clean up some unused
11046 autoloads.
11047
b3fd59bd
SM
11048 * net/network-stream.el (network-stream-open-starttls):
11049 Support using starttls.el without using gnutls-cli.
57173b96 11050
02b404de
JL
110512011-08-17 Juri Linkov <juri@jurta.org>
11052
11053 * progmodes/grep.el (rgrep): Handle the case when
11054 `grep-find-command' is a cons cell (bug#9278).
11055
8c9177f2
MR
110562011-08-17 Martin Rudalics <rudalics@gmx.at>
11057
11058 * window.el (display-buffer-pop-up-frame): Run frame creation
11059 function with BUFFER current (as special-display-popup-frame
11060 does). Reported by Drew Adams.
11061
3644a0ab
DU
110622011-08-17 Daiki Ueno <ueno@unixuser.org>
11063
11064 * epa-mail.el: Simplify GnuPG group expansion using
11065 epg-expand-group.
11066 (epa-mail-group-alist, epa-mail-group-modtime)
11067 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
11068 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
11069 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
11070 Remove.
11071
5e617bc2 110722011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
11073
11074 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
11075
9c4aeabf
AM
110762011-08-16 Alan Mackenzie <acm@muc.de>
11077
11078 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
11079 Correct, to avoid the inside of macros.
11080
3a99bf64
RS
110812011-08-16 Richard Stallman <rms@gnu.org>
11082
04963aa8
RS
11083 * epa-mail.el: Handle GnuPG group definitions.
11084 (epa-mail-group-alist, epa-mail-group-modtime)
11085 (epa-mail-gnupg-conf-file): New variables.
11086 (epa-mail-parse-groups, epa-mail-sync-groups)
11087 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
11088 (epa-mail-expand-recipients): New functions.
11089 (epa-mail-encrypt): Call epa-mail-expand-recipients.
11090
177549d0
RS
11091 * mail/rmail.el (rmail-epa-decrypt): New command.
11092
fe38beef
RS
11093 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
11094 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
11095 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
11096 (epa-decrypt-armor-in-region): Make error message clearer.
11097
934eacb9
SM
110982011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
11101 and "a2b" to "ab" for `prefix'.
11102
d024fb4e
CY
111032011-08-14 Chong Yidong <cyd@stupidchicken.com>
11104
11105 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
11106 filter groups.
de148fee
CY
11107 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
11108 Fourquet (Bug#8804).
d024fb4e 11109
62f1ca49
JB
111102011-08-12 Juanma Barranquero <lekktu@gmail.com>
11111
11112 * startup.el (argi): Declare as global variable (bug#9275).
11113
9ccaaa4b
CY
111142011-08-12 Chong Yidong <cyd@stupidchicken.com>
11115
11116 * subr.el (string-mark-left-to-right): Search the entire string
11117 for RTL script, not just the terminating character. Doc fix.
11118
a3dae87a
SM
111192011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11120
6cd18349
SM
11121 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
11122 New function.
11123 (js--regexp-literal, js-syntax-propertize-function): Remove.
11124 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
11125 (js-mode-map): Don't rebind electric keys.
11126 (js-insert-and-indent): Remove.
11127 (js-mode): Setup electric-layout and electric-indent instead.
11128
a3dae87a
SM
11129 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11130
9d5cb631
DU
111312011-08-12 Daiki Ueno <ueno@unixuser.org>
11132
11133 * epa.el (epa-progress-callback-function): Fix the logic of
11134 displaying progress.
11135 * epa-file.el (epa-file-insert-file-contents): Make progress
11136 display more user-friendly.
11137 (epa-file-write-region): Ditto.
11138
3e26a4a2
CY
111392011-08-10 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * subr.el (string-mark-left-to-right): New function.
11142
11143 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11144 Use string-mark-left-to-right.
11145 (list-buffers-noselect): Caller changed.
11146
a3dae87a
SM
11147 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11148 Use string-mark-left-to-right.
3e26a4a2
CY
11149 (tabulated-list-print): Recenter after moving point.
11150
ac8cf6e6
JL
111512011-08-10 Juri Linkov <juri@jurta.org>
11152
11153 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11154 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11155 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11156
8d96c9a4
CY
111572011-08-09 Chong Yidong <cyd@stupidchicken.com>
11158
11159 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11160 (Bug#7554).
11161
7be1c708 111622011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11163
11164 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11165 character. (Bug#6594)
11166
37e11a63
CY
111672011-08-08 Chong Yidong <cyd@stupidchicken.com>
11168
839dde57
CY
11169 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11170 (image-dired--with-db-file): New macro.
11171 (image-dired-write-tags, image-dired-remove-tag)
11172 (image-dired-create-gallery-lists, image-dired-write-comments)
11173 (image-dired-get-comment, image-dired-mark-tagged-files)
11174 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11175 (image-dired-gallery-generate): Use insert-file-contents.
11176
37e11a63
CY
11177 * time.el (display-time-world-list, display-time-world-display):
11178 * time-stamp.el (time-stamp-string):
11179 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11180 set-time-zone-rule (Bug#7337).
11181
0b4946c4
DU
111822011-08-08 Daiki Ueno <ueno@unixuser.org>
11183
11184 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11185 (epg-error-to-string, epg-errors-to-string): New function.
11186 (epg-wait-for-completion): Reverse errors list.
11187 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11188 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11189 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11190 (epg-sign-keys, epg-generate-key-from-file)
11191 (epg-generate-key-from-string): Format errors by using
11192 epg-errors-to-string (bug#9255).
11193 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11194
75bfc667
JL
111952011-08-07 Juri Linkov <juri@jurta.org>
11196
11197 * faces.el (list-faces-display): Remove extra angle bracket
11198 from `help-mode-map'.
11199
11200 * info.el (Info-history-toc-nodes): Doc fix.
11201
11202 * longlines.el (longlines-mode): Doc fix.
11203
673e08bb
SM
112042011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11205
4640dd88
SM
11206 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11207 of statements and in a few more cases (bug#9183).
11208
673e08bb
SM
11209 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11210 New functions.
11211 (cl-transform-lambda): Use them (bug#9239).
11212
89b3f019
MR
112132011-08-05 Martin Rudalics <rudalics@gmx.at>
11214
11215 * window.el (display-buffer-same-window)
11216 (display-buffer-same-frame, display-buffer-other-window)
11217 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11218 (pop-to-buffer-other-window)
11219 (pop-to-buffer-same-frame-other-window)
11220 (pop-to-buffer-other-frame): Make them defuns.
11221 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11222
640c8776
SM
112232011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11224
11225 * subr.el (make-composed-keymap): Move from C. Change calling
11226 convention, and improve docstring to bring attention to a subtle point.
11227 * minibuffer.el (completing-read-default): Adjust accordingly.
11228
63648a95
MA
112292011-08-03 Michael Albinus <michael.albinus@gmx.de>
11230
11231 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11232 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11233
11234 * net/trampver.el: Update release number.
11235
b796c9b7
SM
112362011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11239 "in" (bug#9190).
11240
2239d7d5
LMI
112412011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11242
e07dd7c3
LMI
11243 * mail/sendmail.el (sendmail-query-once): Restore the current
11244 buffer after querying (bug#9074).
11245
0e6a2bd7
LMI
11246 * dired.el (dired-flagged): Use different faces for marked and
11247 flagged files (bug#6117).
11248
ce887515
LMI
11249 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11250 (bug#4433).
11251
92f2affc
LMI
11252 * ido.el (ido-mode): Switch off the message if called
11253 non-interactively.
11254
57d5aff0
LMI
11255 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11256 before 587, since it appears that that's more likely to work for
11257 more people.
11258
98cd6c18 11259 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11260 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11261 exist.
11262
b96dec83
LMI
11263 * info.el: Remove the `Info-beginning-of-buffer' function
11264 (bug#8325).
11265
b796c9b7
SM
11266 * net/network-stream.el (network-stream-open-starttls):
11267 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11268
d90e2ea0
MR
112692011-08-01 Martin Rudalics <rudalics@gmx.at>
11270
11271 * window.el (display-buffer-in-window): Don't set dedicated status
11272 of window here (Bug#9215).
11273 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11274 (display-buffer-pop-up-side-window)
b796c9b7 11275 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11276
cca09170
SM
112772011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11280 before binding generated-autoload-file.
11281
027b979c
DD
112822011-08-01 Deniz Dogan <deniz@dogan.se>
11283
11284 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11285
3c7ee4f3
MA
112862011-07-30 Michael Albinus <michael.albinus@gmx.de>
11287
11288 Sync with Tramp 2.2.2.
11289
11290 * net/trampver.el: Update release number.
11291
2cc8e51a
JL
112922011-07-30 Juri Linkov <juri@jurta.org>
11293
11294 * dired-aux.el (dired-touch-initial): Remove function.
11295 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11296 current time, and `default' to the last modification time of the
11297 current marked file (bug#6887).
11298
a514d856
JM
112992011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11300
11301 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11302 numeric argument to read-number (bug#9163).
a514d856 11303
8a7eddd7
MA
113042011-07-27 Michael Albinus <michael.albinus@gmx.de>
11305
11306 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11307 connection process, it could be nil.
11308
1ddd96f5
LL
113092011-07-27 Leo Liu <sdl.web@gmail.com>
11310
11311 Simplify url handling in rcirc-mode.
11312
11313 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11314 (rcirc-browse-url-at-mouse): Remove.
11315 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11316
b248a85d
AM
113172011-07-26 Alan Mackenzie <acm@muc.de>
11318
11319 Fontify bitfield declarations properly.
11320
11321 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11322 (c-symbol-chars): Now exported as a lang variable.
11323 (c-not-primitive-type-keywords): New lang variable.
11324
11325 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11326 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11327 parsed as a bitfield declaration.
b248a85d 11328
b796c9b7
SM
11329 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11330 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11331 (c-punctuation-in): New function.
11332 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11333 declarations properly.
11334
68575ab0
UJ
113352011-07-26 Ulf Jasper <ulf.jasper@web.de>
11336
11337 * calendar/icalendar.el (icalendar--all-events): Take care of
11338 multiple vcalendars in a single file.
b796c9b7 11339 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11340
0f0a88b9
DD
113412011-07-25 Deniz Dogan <deniz@dogan.se>
11342
11343 * image.el (insert-image): Clarifying docstring.
11344
0b3f36df
MA
113452011-07-24 Michael Albinus <michael.albinus@gmx.de>
11346
11347 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11348 `tramp-send-command-and-check' if there is no error.
11349 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11350
a9901f61
AM
113512011-07-22 Alan Mackenzie <acm@muc.de>
11352
11353 Prevent cc-langs.elc being loaded at run time.
11354
11355 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11356 cc-langs.
11357
4d61f28d 11358 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11359 "(require 'cc-langs)". Quote a form so it will evaluate at
11360 (cc-mode's) compilation time.
11361
11d074b2
MA
113622011-07-22 Michael Albinus <michael.albinus@gmx.de>
11363
11364 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11365 loading. (Bug#9114)
11366
938b94c8
MR
113672011-07-21 Martin Rudalics <rudalics@gmx.at>
11368
11369 * window.el (display-buffer-pop-up-window)
11370 (display-buffer-pop-up-side-window)
11371 (display-buffer-in-side-window): Call display-buffer-set-height
11372 and display-buffer-set-width after setting the new window's
b796c9b7 11373 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11374
bfa4f190
SS
113752011-07-20 Sam Steingold <sds@gnu.org>
11376
11377 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11378 (etags-tags-included-tables): Call `convert-standard-filename' on
11379 the file names contained in TAGS so that windows Emacs can handle
11380 TAGS files created by cygwin ctags.
11381
8ca42262
LMI
113822011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11383
11384 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11385 which apparently didn't work.
11386
5db2afd2 113872011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11388
5db2afd2
RW
11389 * proced.el (proced-send-signal): For *Marked Processes* buffer
11390 put point at beginning of buffer.
11391
92e15d10
SB
113922011-07-19 Stephen Berman <stephen.berman@gmx.net>
11393
11394 * proced.el (proced-format): Make header lines align with the text
11395 (bug#1779).
11396
1bfd59e5
LMI
113972011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11398
11399 * view.el (view-buffer): Allow running in `special' modes if we're
11400 visiting a file (bug#8615).
11401
f5aae37c
MR
114022011-07-19 Martin Rudalics <rudalics@gmx.at>
11403
11404 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11405 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11406 New functions.
f5aae37c
MR
11407 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11408 more accurately.
11409
bf2c1571
AM
114102011-07-18 Alan Mackenzie <acm@muc.de>
11411
11412 Fontify declarators properly when, e.g., a jit-lock chunk begins
11413 inside a declaration.
11414
11415 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11416
b796c9b7
SM
11417 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11418 New function.
bf2c1571
AM
11419 (c-complex-decl-matchers): Insert reference to
11420 c-font-lock-enclosing-decls.
11421
11422 * progmodes/cc-engine.el (c-backward-single-comment):
11423 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11424 to nil around calls to (forward-comment -1).
11425
4e190b80
LMI
114262011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11427
12dc863d
LMI
11428 * image.el (put-image): Doc typo fix.
11429
a762e966
LMI
11430 * progmodes/etags.el (tags-search): Doc typo fix.
11431
4e190b80
LMI
11432 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11433 password if we get errors 550 to 554.
11434
f019fb21
LMI
114352011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11436
b796c9b7 11437 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11438
81746738
LMI
11439 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11440 indentation character (bug#6380).
11441
3ee3a1b5
LMI
11442 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11443
c82f64de
LMI
11444 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11445 to clarify what the problem is (bug#4291).
11446
f019fb21
LMI
11447 * simple.el (current-kill): Clarify what
11448 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11449 (auto-fill-mode): Document `auto-fill-function' in relation to
11450 `auto-fill-mode' (bug#2470).
f019fb21 11451
0794775d
LM
114522011-07-16 Lawrence Mitchell <wence@gmx.li>
11453
11454 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11455 method if slot is read-only (bug#9035).
11456
be39b8cc
MR
114572011-07-16 Martin Rudalics <rudalics@gmx.at>
11458
b796c9b7 11459 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11460 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11461 selected before, see discussion of (Bug#8615), (Bug#6954).
11462 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11463
6ccf7859
GM
114642011-07-15 Glenn Morris <rgm@gnu.org>
11465
11466 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11467 Respect help-form.
6ccf7859 11468
87e86684
LM
114692011-07-09 Lawrence Mitchell <wence@gmx.li>
11470
11471 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11472 (gnutls-negotiate): Use it.
11473
d6066239
LMI
114742011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11475
b796c9b7
SM
11476 * net/gnutls.el (gnutls-negotiate):
11477 Upcase `gnutls-algorithm-priority'.
d6066239 11478
bd23ebc0
GM
114792011-07-15 Glenn Morris <rgm@gnu.org>
11480
c65bca65
GM
11481 * jka-compr.el (jka-compr-verbose): Move from here...
11482 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11483 Add missing :version tag.
11484 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11485
478615cc
LMI
114862011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11487
7b41decb
LMI
11488 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11489 (gnutls-negotiate): Use it.
11490
dbc44fcd
LMI
11491 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11492
06789f97
LMI
11493 * info.el (Info-beginning-of-buffer): New command.
11494 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11495 announcing `b' as the key (bug#8325).
ab896c37 11496 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11497
c39da690
LMI
11498 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11499
3aa5f34b
LMI
11500 * international/mule-cmds.el
11501 (describe-specified-language-support): Make the error message
11502 clearer (bug#8905).
11503
4bf0979f
LMI
11504 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11505
478615cc
LMI
11506 * isearch.el (isearch-barrier): Add a doc string, since it's
11507 mentioned in a function doc string (bug#8678).
11508
75c68aa1
MR
115092011-07-15 Martin Rudalics <rudalics@gmx.at>
11510
11511 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11512 buffer argument (Bug#9083) and self-identifying label argument.
11513
a7c33da2
GM
115142011-07-15 Glenn Morris <rgm@gnu.org>
11515
11516 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11517
2f5c6024
LMI
115182011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11519
11520 * man.el (Man-fontify-manpage): Fix message when formatting the
11521 man page (bug#7929).
11522
0bb23927 115232011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11524
11525 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11526 argument LRM; if non-nil, append an invisible LRM character to the
11527 buffer name.
11528 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11529 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11530 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11531 paragraph direction.
cce4b0a7 11532
621ef9ab
LMI
115332011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11534
d1583c48
LMI
11535 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11536 the man page name (bug#7929).
11537
6a57fb5f
LMI
11538 * image.el (put-image): Mention the `put-image' overlay property
11539 (bug#7834).
11540
d7956b14
LMI
11541 * scroll-bar.el (set-scroll-bar-mode): Mention that
11542 `scroll-bar-mode' lists the values (bug#7772).
11543
5b2d4a66
LMI
11544 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11545 command (bug#7729).
11546
7509a874
LMI
11547 * rect.el (apply-on-rectangle): Return the point after the last
11548 operation.
11549 (string-rectangle): Go to the point after the last operation
11550 (bug#7522).
11551
4fe74b19
LMI
11552 * printing.el (pr-toggle-region): Clarify the documentation
11553 slightly (bug#7493).
11554
b796c9b7
SM
11555 * time.el (display-time-update):
11556 Allow `display-time-mail-function' to return nil (bug#7158).
11557 Fix suggested by Detlev Zundel.
ab283561 11558
fc233c9d
LMI
11559 * vc/diff.el (diff): Clarify the order the file names are read
11560 (bug#7111).
11561
43f5740b
LMI
11562 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11563 the doc string (bug#7015).
11564
f2182a76
LMI
11565 * font-lock.el (font-lock-maximum-decoration): Mention what
11566 numeric levels mean (bug#6935).
11567
621ef9ab
LMI
11568 * startup.el (initial-buffer-choice): Don't mention the `none'
11569 selection, which is against policy.
11570
adc47434
MR
115712011-07-14 Martin Rudalics <rudalics@gmx.at>
11572
b796c9b7
SM
11573 * window.el (display-buffer-normalize-special):
11574 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11575
7e5bfb8f
EZ
115762011-07-14 Eli Zaretskii <eliz@gnu.org>
11577
11578 * subr.el (version<, version<=, version=): Mention "-CVS" and
11579 "-12345" alpha version numbers.
11580
27fa387a
CY
115812011-07-14 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * bindings.el: Add advertised binding for set-mark-command
11584 (Bug#5772).
11585
8bdfa064
CY
115862011-07-14 Chong Yidong <cyd@stupidchicken.com>
11587
11588 * bindings.el (mode-line-other-buffer):
11589 * bookmark.el (bookmark-bmenu-2-window):
11590 * bs.el (bs-cycle-next, bs-cycle-previous):
11591 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11592 switch-to-buffer.
11593
11594 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11595 Delete.
8bdfa064 11596
5eba16a3
JB
115972011-07-14 Juanma Barranquero <lekktu@gmail.com>
11598
11599 * follow.el (follow-debug-message, follow-redisplay):
11600 * jka-cmpr-hook.el (with-auto-compression-mode):
11601 Fix typos in docstrings.
11602
15853710
LMI
116032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11604
a28e4607
LMI
11605 * subr.el (with-silent-modifications): Clarify somewhat what the
11606 macro inhibits (bug#6525).
11607
15853710
LMI
11608 * simple.el (eval-expression): Note what it does if called
11609 interactively (bug#6495).
11610
bee0fcef
CY
116112011-07-13 Chong Yidong <cyd@stupidchicken.com>
11612
b796c9b7
SM
11613 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11614 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11615
11616 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11617 Remove switch-to-buffer.
11618
58274504
LMI
116192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11620
bd2fcc8d
LMI
11621 * files.el (make-directory): Clarify that an error will be raised
11622 if there's an error (bug#6397).
11623
0f04b32c
LMI
11624 * startup.el (initial-buffer-choice): Add `none' as a choice
11625 (bug#6234).
11626
465c5fc8
LMI
11627 * subr.el (add-hook): Clarify section about buffer-local hooks
11628 (bug#6218).
11629
58274504
LMI
11630 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11631
bead9a43
JB
116322011-07-13 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * tabify.el (untabify): Preserve the current column so that point
11635 doesn't move (bug#6032).
11636
3af98a7b
LMI
116372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11638
b796c9b7
SM
11639 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11640 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11641
6240145a
GM
116422011-07-13 Glenn Morris <rgm@gnu.org>
11643
11644 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11645 (dired-insert-directory): Give a message the first time
11646 if ls is found not to support --dired.
11647
1d8c2ccc
LMI
116482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11649
11650 * simple.el (toggle-truncate-lines): Clarify what is toggled
11651 (bug#5580). Text by Drew Adams.
11652
5fc4038e
CY
116532011-07-13 Chong Yidong <cyd@stupidchicken.com>
11654
11655 * simple.el (blink-matching-open): Make the error message from the
11656 last change less verbose.
11657
bf6012e5
DN
116582011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11659
11660 * font-lock.el (font-lock-comment-face): Use the high contrast
11661 "yellow" color for font-lock-comment-face on low color terminals
11662 using a dark background color (bug#4221).
11663
343c3b5a
LMI
116642011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11665
7e9505c5
LMI
11666 * dired.el (dired-insert-set-properties): Make the doc string
11667 reflect what it does now (bug#5325).
11668
c26fdcf5
LMI
11669 * simple.el (blink-matching-open): Say that we were unable to find
11670 the match within the limit, if we're limited (bug#5122).
11671
bb388cc5
LMI
11672 * international/mule-cmds.el (prefer-coding-system): Add an
11673 example (bug#4869).
11674
343c3b5a
LMI
11675 * progmodes/etags.el (tags-search): Document `file-list-form'
11676 (bug#4731).
11677
2a517d45
LM
116782011-07-13 Lawrence Mitchell <wence@gmx.li>
11679
11680 * net/browse-url.el (browse-url-default-browser)
11681 (browse-url-browser-function): Make the default browser choice a
11682 bit more logical (bug#4300). Also clean up the doc string.
11683
b6c78ef2
JB
116842011-07-13 Juanma Barranquero <lekktu@gmail.com>
11685
11686 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11687 binary endings (bug#4440).
11688
1c4dd947
LMI
116892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11690
a2014063
LMI
11691 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11692 which can be pretty annoying (bug#8971).
11693
9c9c2d88
LMI
11694 * jka-compr.el (jka-compr-verbose): New variable, and use
11695 throughout (bug#8971).
11696
1c4dd947
LMI
11697 * info.el (Info-find-file): Fall back on the installation
11698 directory if we can't find the info node anywhere else.
11699
a1c9f41b
SO
117002011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11701
11702 * vc/vc.el (vc-revert-file):
11703 Don't set file time-stamp in the past. (Bug#5181)
11704
536f3d36
LMI
117052011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11706
7152b011
LMI
11707 * files.el (after-find-file): Give a better error message when
11708 trying to find a symlink that points to a file that doesn't exist
11709 (bug#4398).
11710
536f3d36
LMI
11711 * progmodes/cc-vars.el: Remove (probably) misleading comment
11712 (bug#4396).
11713
460c0fba
JB
117142011-07-12 Johan Bockgård <bojohan@gnu.org>
11715
11716 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11717
7a6bda45
CY
117182011-07-12 Chong Yidong <cyd@stupidchicken.com>
11719
11720 * mouse-sel.el: Hack restoring functionality, while keeping
11721 compatibility with 2010-07-03 changes to mouse selection.
11722 (mouse-sel-primary-overlay): New var.
11723 (mouse-sel-selection-alist): Use it.
11724 (mouse-sel-mode): Doc fix; remove points that are default features
11725 of mouse.el.
11726
c79598ef
JB
117272011-07-12 Johan Bockgård <bojohan@gnu.org>
11728
11729 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11730 Fix previous fix (bug#2490).
11731
ff8be6ef
RW
117322011-07-12 Roland Winkler <winkler@gnu.org>
11733
b796c9b7
SM
11734 * textmodes/bibtex.el (bibtex-initialize):
11735 Use pop-to-buffer-same-window.
ff8be6ef
RW
11736 (bibtex-search-entries): Fix interactive call.
11737
296ba3ee
LMI
117382011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11739
f5242a02 11740 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11741 Fontise bytecomp Error lines more correctly (bug#2490).
11742 Fix suggested by Johan Bockgård.
f5242a02 11743
296ba3ee
LMI
11744 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11745
11746 * dired-x.el (dired-guess-default): Use `delete-dups'.
11747
f69fd0d2
CY
117482011-07-12 Chong Yidong <cyd@stupidchicken.com>
11749
11750 * dired.el (dired-mark-prompt):
11751 * dired-aux.el (dired-read-shell-command): Doc fix.
11752
eab5dc07
LMI
117532011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11754
b796c9b7
SM
11755 * mail/sendmail.el (sendmail-query-once):
11756 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11757 emacs -Q.
11758
11759 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11760
eab5dc07
LMI
11761 * cus-edit.el (custom-file): Take an optional no-error variable.
11762 (customize-save-variable): Set the variable, and give a warning if
11763 running under "emacs -q".
11764
a1e65d42
JB
117652011-07-11 Juanma Barranquero <lekktu@gmail.com>
11766
11767 * loadhist.el (unload-feature-special-hooks):
11768 Add `auto-coding-functions', `fill-nobreak-predicate' and
11769 `find-directory-functions' (bug#5327).
11770
1d52da10
LMI
117712011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11772
be958f1d
LMI
11773 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11774
5bedb26c
LMI
11775 * cus-edit.el (custom-guess-name-alist): -alist variables should
11776 use the `alist' type (bug#3120). Suggested by Drew Adams.
11777
1d52da10
LMI
11778 * printing.el: Add documentation to all the `pr-toggle-' commands.
11779
cd394be1 117802011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11781
11782 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11783 backends where it makes sense (bug#2623).
11784
dcc88d8a
LMI
117852011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11786
c3de9feb
LMI
11787 * dired-x.el (dired-guess-default): Remove duplicate shell command
11788 entries (bug#2028).
8a93078b 11789 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11790 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11791
dcc88d8a
LMI
11792 * subr.el (remove-duplicates): New conveniency function.
11793
505e3645
LMI
117942011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11795
11796 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11797 (bug#1526).
11798
117992011-07-10 Martin Rudalics <rudalics@gmx.at>
11800
11801 * window.el (display-buffer-normalize-default): Don't invert
11802 meaning of even-window-heights. Reported by Eli Zaretskii
11803 <eliz@gnu.org>.
11804
455e4fa1
BR
118052011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11806
11807 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11808
8e0bc3e9
CY
118092011-07-10 Chong Yidong <cyd@stupidchicken.com>
11810
11811 * window.el (display-buffer): Fix arguments to
11812 display-buffer-reuse-window in last change.
11813
fa7c3228
CY
11814 * faces.el (link): Use a less saturated blue on light backgrounds.
11815
11816 * startup.el (fancy-startup-text, fancy-about-text)
11817 (fancy-startup-tail): Use font-lock faces, for background safety.
11818
c0a7f300
BN
118192011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11820
b796c9b7
SM
11821 * emulation/viper-cmd.el (viper-change-state-to-vi):
11822 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11823
4dc2a129
MR
118242011-07-09 Martin Rudalics <rudalics@gmx.at>
11825
11826 * window.el (display-buffer-default-specifiers): Remove.
11827 (display-buffer-macro-specifiers): Remove default specifiers.
11828 (display-buffer-alist): Default to nil.
b796c9b7 11829 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11830 (display-buffer-pop-up-window): Allow splitting internal
11831 windows. Check whether a live window was created.
11832 (display-buffer-other-window-means-other-frame)
11833 (display-buffer-normalize-arguments): Rename to
11834 display-buffer-normalize-argument and rewrite. Set the
11835 other-window specifier.
11836 (display-buffer-normalize-special): New function.
11837 (display-buffer-normalize-options): Rename to
11838 display-buffer-normalize-default and rewrite.
11839 (display-buffer-normalize-options-inhibit): Remove.
11840 (display-buffer-normalize-specifiers): Rewrite.
11841 (display-buffer): Process other-window specifier and call
11842 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11843 more faithfully.
b796c9b7 11844 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11845 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11846 (display-buffer-in-window, display-buffer-alist-set):
11847 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11848 <tassilo@member.fsf.org>.
11849
2d43b8c9
LL
118502011-07-09 Leo Liu <sdl.web@gmail.com>
11851
11852 * register.el (insert-register): Restore accidental change on
11853 2011-06-26. (Bug#9028)
11854
7f9b7c53
GM
118552011-07-09 Glenn Morris <rgm@gnu.org>
11856
11857 * subr.el (remq): Handle the empty list. (Bug#9024)
11858
f042cfd8
AS
118592011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11860
11861 * mail/sendmail.el (send-mail-function): No longer delay custom
11862 initialization.
11863 * custom.el (custom-initialize-delay): Doc fix.
11864
856b2f11
SM
118652011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11868
afae1d68
MA
118692011-07-08 Michael Albinus <michael.albinus@gmx.de>
11870
11871 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11872 human-friendly prompt.
11873
0757af94
SM
118742011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11877 provided by a particular plugin.
11878
d760b731
LMI
118792011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11880
11881 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11882 save customizations (with "emacs -Q"), just set the variable
11883 instead of erroring out.
11884
11885 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11886
cd79ce90
JL
118872011-07-08 Juri Linkov <juri@jurta.org>
11888
11889 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11890 (archive-zip-update-case): Use 7z if found by `executable-find'.
11891 The order of searching the available programs is the same as in
11892 `archive-zip-extract' (bug#8968).
11893
14cc04aa
CY
118942011-07-07 Chong Yidong <cyd@stupidchicken.com>
11895
11896 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11897 (menu-bar-options-menu): Tweak descriptions.
11898
0a1848ec
LMI
118992011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11900
11901 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11902 menu items into verb phrases (bug#1421). Also refill to fit under
11903 80 columns.
11904
f5bd0689
CY
119052011-07-07 Chong Yidong <cyd@stupidchicken.com>
11906
538e85c6
CY
11907 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11908 (Info-read-node-name): Doc fix (Bug#1084).
11909
f5bd0689
CY
11910 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11911 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11912 (end-of-sexp, beginning-of-sexp)
11913 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11914 (forward-symbol, forward-same-syntax, word-at-point)
11915 (sentence-at-point): Doc fix (Bug#1144).
11916
56ec5115
LMI
119172011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11918
f3f8e37f
LMI
11919 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11920 should cover it (bug#1281).
11921
0757af94 11922 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11923
e9fce1ac 11924 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11925 negotiation fails, then possibly try again with a non-encrypted
11926 connection (bug#9017).
11927
56ec5115
LMI
11928 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11929 be used.
11930
c2f9aec8
RS
119312011-07-07 Richard Stallman <rms@gnu.org>
11932
11933 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11934 property, and handle its changed format.
11935 Look for the correct line number.
11936 Use file's line contents (but not past first =) to find
11937 correct line in message.
11938
ef7b981d 119392011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11940
11941 * international/characters.el (build-unicode-category-table):
11942 Delete it.
0757af94 11943 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11944
0757af94 11945 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11946 to src/chartab.c.
11947 (get-char-code-property): Call unicode-property-table-internal to
11948 load a file. Call get-unicode-property-internal where necessary.
11949 (put-char-code-property): Call unicode-property-table-internal to
11950 load a file. Call put-unicode-property-internal where necessary.
11951 put-unicode-property-internal where necessary.
0757af94
SM
11952 (char-code-property-description):
11953 Call unicode-property-table-internal to load a file.
c805dec0
KH
11954
11955 * international/charprop.el:
11956 * international/uni-bidi.el:
11957 * international/uni-category.el:
11958 * international/uni-combining.el:
11959 * international/uni-comment.el:
11960 * international/uni-decimal.el:
11961 * international/uni-decomposition.el:
11962 * international/uni-digit.el:
11963 * international/uni-lowercase.el:
11964 * international/uni-mirrored.el:
11965 * international/uni-name.el:
11966 * international/uni-numeric.el:
11967 * international/uni-old-name.el:
11968 * international/uni-titlecase.el:
11969 * international/uni-uppercase.el: Regenerate.
11970
11971 * loadup.el: Load international/charprop.el before
11972 international/characters.
11973
e14b388a
CY
119742011-07-07 Chong Yidong <cyd@stupidchicken.com>
11975
11976 * window.el (next-buffer, previous-buffer): Signal an error if
11977 called from a minibuffer window.
11978
11979 * bindings.el: Revert 2011-07-04 change.
11980
354cf0ba
RS
119812011-07-06 Richard Stallman <rms@gnu.org>
11982
11983 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11984 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11985 Treat markers like ints.
11986 (rmail-mime-entity): Doc fix.
11987
a48868a7
LMI
119882011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11989
4906cd3d
LMI
11990 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11991 defcustom again for backwards compatibility.
11992
e0457abe
LMI
11993 * simple.el (shell-command-on-region): Fill.
11994
d67f7e1f
LMI
11995 * dired-aux.el (dired-kill-line): Add a doc string.
11996
fe204702
LMI
11997 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11998 to "\\sw\\|\\s_" (bug#358).
11999
a48868a7
LMI
12000 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
12001 (dired-unmark-backward): Ditto.
12002 (dired-flag-backup-files): Ditto.
12003
12004 * dired-x.el (dired-mark-sexp): Ditto.
12005
aa8a705c
RS
120062011-07-06 Richard Stallman <rms@gnu.org>
12007
12008 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
12009 (rmail-mime-entity): New arg TRUNCATED.
12010 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
12011 New functions.
12012 (rmail-mime-save): Warn if entity is truncated.
12013 (rmail-mime-toggle-hidden): Likewise, for showing.
12014 (rmail-mime-process-multipart): Record when an entity is truncated.
12015
a9a936b9
RS
12016 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
12017 if ENTITY is a string.
12018
1f2b92cb
LMI
120192011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12020
f4f73198 12021 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
12022 of faces when `M-C-x'-ing their definitions (bug#8378).
12023 Also clean up the code slightly.
f4f73198 12024
12b16734 12025 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 12026 because that makes the colors go away.
12b16734 12027
f0691d22
LMI
12028 * mail/sendmail.el (send-mail-function): Change the default to
12029 `sendmail-query-once'.
9e87df06 12030 (sendmail-query-once): Add an autoload cookie.
f0691d22 12031
1f2b92cb
LMI
12032 * net/network-stream.el (network-stream-open-starttls): Try using
12033 a plain connection even if the server offered STARTTLS, and we
12034 kinda wanted to use it, if Emacs doesn't have any STARTTLS
12035 capability. This should make smtpmail.el work in slightly more
12036 configurations.
12037
1cdd2a1b
MA
120382011-07-06 Michael Albinus <michael.albinus@gmx.de>
12039
12040 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
12041 New defun.
12042 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
12043
fbcc67e2
MM
120442011-07-06 Michael R. Mauger <mmaug@yahoo.com>
12045
12046 * progmodes/sql.el: Version 3.0
0757af94 12047 (sql-product-alist): Add product :completion-object,
fbcc67e2 12048 :completion-column, and :statement attributes.
0757af94 12049 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 12050 (sql-mode-syntax-table): Mark all punctuation.
0757af94 12051 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
12052 ansi keywords.
12053 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 12054 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
12055 (sql-oracle-show-reserved-words): New function for development.
12056 (sql-product-font-lock): Simplify for source code buffers.
12057 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
12058 New functions.
12059 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
12060 (sql-mode-map): Add statement movement functions.
12061 (sql-ansi-statement-starters, sql-oracle-statement-starters):
12062 New variable.
fbcc67e2
MM
12063 (sql-statement-regexp, sql-beginning-of-statement)
12064 (sql-end-of-statement, sql-signum): New functions.
0757af94 12065 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
12066 (sql-show-sqli-buffer): Bug fix.
12067 (sql-interactive-mode): Store connection data as buffer local.
0757af94 12068 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
12069 with sql-interactive-mode.
12070 (sql-save-connection): Save buffer local settings.
0757af94 12071 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
12072 (sql-product-interactive): Bug fix.
12073 (sql-preoutput-hold): New variable.
12074 (sql-interactive-remove-continuation-prompt): Bug fixes.
12075 (sql-debug-redirect): New variable.
12076 (sql-str-literal): New function.
12077 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 12078 Redesign.
fbcc67e2
MM
12079 (sql-oracle-save-settings, sql-oracle-restore-settings)
12080 (sql-oracle-list-all, sql-oracle-list-table): New functions.
12081 (sql-completion-object, sql-completion-column)
12082 (sql-completion-sqlbuf): New variables.
12083 (sql-build-completions-1, sql-build-completions)
12084 (sql-try-completion): New functions.
12085 (sql-read-table-name): Use them.
12086 (sql-contains-names): New buffer local variable.
12087 (sql-list-all, sql-list-table): Use it.
12088 (sql-oracle-completion-types): New variable.
12089 (sql-oracle-completion-object, sql-sqlite-completion-object)
12090 (sql-postgres-completion-object): New functions.
12091
d4eaeab1
GM
120922011-07-06 Glenn Morris <rgm@gnu.org>
12093
12094 * window.el (pop-to-buffer): Doc fix.
12095
322b7dab 120962011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
12097
12098 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
12099
322b7dab 121002011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 12101
322b7dab 12102 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 12103
322b7dab 12104 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 12105
605dd5bf
CY
121062011-07-05 Chong Yidong <cyd@stupidchicken.com>
12107
12108 * button.el (button): Inherit from link face. Suggested by Dan
12109 Nicolaescu.
12110
7dbfa719
SM
121112011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12112
3db614b0
SM
12113 * progmodes/gdb-mi.el: Fit in 80 columns.
12114 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
12115 switch-to-buffer.
12116
7dbfa719
SM
12117 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
12118 if imenu is simply not configured (bug#8941).
12119
919d884a
KM
121202011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
12121
12122 * allout.el (allout-post-undo-hook): New allout outline-change
12123 event hook to signal undo activity.
12124 (allout-post-command-business): Run allout-post-undo-hook if an
12125 undo just occurred.
7dbfa719
SM
12126 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12127 * allout-widgets.el (allout-widgets-after-undo-function):
12128 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
12129 in the vicinity of an undo.
12130 (allout-widgets-mode): Include allout-widgets-after-undo-function
12131 on the new allout-post-undo-hook.
12132
450a0f09
SM
121332011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12136 Let define-derived-mode define it.
12137 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12138 cycles of abbrev-table inheritance (bug#8998).
12139
2de69e00
RW
121402011-07-05 Roland Winkler <winkler@gnu.org>
12141
12142 * textmodes/bibtex.el: Add support for biblatex.
12143 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12144 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12145 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12146 (bibtex-entry-alist, bibtex-field-alist): New variables.
12147 (bibtex-entry-field-alist): Obsolete alias for
12148 bibtex-BibTeX-entry-alist.
12149 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12150 (bibtex-set-dialect): New command.
12151 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12152 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12153 Bind via bibtex-set-dialect.
2de69e00
RW
12154 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12155 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12156 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12157 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12158 Define via bibtex-set-dialect.
450a0f09
SM
12159 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12160 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12161 (bibtex-vec-push, bibtex-vec-incr): New functions.
12162 (bibtex-format-entry, bibtex-field-list)
12163 (bibtex-print-help-message, bibtex-validate)
12164 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12165
2dcdbdd9
SM
121662011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12167
12168 * progmodes/compile.el (compilation-goto-locus):
12169 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12170 * bs.el (bs-cycle-next, bs-cycle-previous):
12171 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12172 * bindings.el (mode-line-other-buffer):
12173 * autoinsert.el (auto-insert):
12174 * arc-mode.el (archive-extract):
12175 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12176
b27640fe
JB
121772011-07-05 Juanma Barranquero <lekktu@gmail.com>
12178
12179 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12180 Fix check of `emacs-lock-unlockable-modes'.
12181 Coerce true values of `emacs-lock--try-unlocking' to t.
12182
53bbe3ad
JB
121832011-07-05 Juanma Barranquero <lekktu@gmail.com>
12184
12185 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12186 * emacs-lock.el: New file.
12187
1d3cdbc7
JD
121882011-07-05 Julien Danjou <julien@danjou.info>
12189
12190 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12191 than `boundp' to check if face is set.
12192
9173deec
JB
121932011-07-05 Juanma Barranquero <lekktu@gmail.com>
12194
12195 * register.el (registerv-make):
12196 * window.el (window-min-height): Fix typos in docstrings.
12197
869795d6
JD
121982011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12199
9173deec 12200 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12201 Update doc string.
12202
b768cdcd
JB
122032011-07-04 Juanma Barranquero <lekktu@gmail.com>
12204
12205 * server.el (server-execute): Catch quit and call
12206 `server-return-error' to pass the error back to emacsclient and
12207 close the connection (bug#8942).
12208
13aa217b
KM
122092011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12210
12211 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12212 insecure exception for current topic. Also note that auto-saves
12213 are handled differently.
12214
5d3385a0 12215 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12216 State variables for tracking auto-save inhibition situation.
12217
12218 (allout-write-contents-hook-handler): Rename from
12219 'allout-write-file-hook-handler', and describe how it depends on
12220 write-contents-functions sensitivity to non-nil value to prevent
12221 file write.
12222
12223 (allout-auto-save-hook-handler): Remove. auto-save does not check
12224 this in individual buffers, only in the starting buffer, so this
12225 is not the right way for us to inhibit auto-save in a buffer
12226 according to its condition.
12227
12228 (allout-mode): Use new allout-write-contents-hook-handler, and
12229 only with write-contents-functions. Remove auto-save provisions -
12230 they're implemented elsewhere.
12231
12232 (allout-before-change-handler): If undo is in progress, note that
12233 for attention of allout-post-command-business.
12234
12235 (allout-post-command-business): If the command we're following was
12236 an undo, check for change in the status of encrypted items and
12237 adjust auto-save inhibitions accordingly.
12238
12239 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12240 according to whether there are or aren't any plain-text topics
12241 pending encryption.
12242
2dcdbdd9 12243 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12244 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12245 if there are plain-text topics pending encryption.
13aa217b
KM
12246
12247 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12248 buffer-saved-size and some allout state to not inhibit auto-saves
12249 if there are no longer any plain-text topics pending encryption.
12250
0757af94
SM
12251 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12252 No longer provide for exemption of the current topic.
13aa217b 12253
ac89b32c
JL
122542011-07-04 Juri Linkov <juri@jurta.org>
12255
12256 Add 7z operations to delete and save changed members (bug#8968).
12257 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12258 New defcustoms.
12259 (archive-7z-write-file-member): New function.
12260 (archive-7z-summarize): Fix the number of dashes in the
12261 listing output.
12262
8fa39615
SM
122632011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12266 (bug#8958).
12267
2f11b3f1
CY
122682011-07-04 Chong Yidong <cyd@stupidchicken.com>
12269
d66fef2b
CY
12270 * bindings.el: Ignore next-buffer and previous-buffer in
12271 minibuffer-local-map.
12272
2f11b3f1
CY
12273 * font-lock.el (font-lock-builtin-face): Change light background
12274 color to dark slate blue (Bug#6693).
12275
f932a347
WD
122762011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12277
12278 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12279
c8af70e1
SM
122802011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12283 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12284 Add switch-to-buffer.
12285
f158badc
LMI
122862011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12287
12288 * isearch.el (isearch-search-fun-function): Clarify further the
12289 meaning of the function returned.
12290
6d95bd46
MA
122912011-07-04 Michael Albinus <michael.albinus@gmx.de>
12292
12293 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12294
12295 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12296 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12297 Use it.
12298 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12299 `tramp-default-remote-path' does not exist.
12300 (tramp-send-command-and-read): New optional argument NOERROR.
12301 (tramp-open-connection-setup-interactive-shell)
12302 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12303 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12304 (tramp-process-sentinel): Flush also process' connection property.
12305 (tramp-sh-handle-start-file-process): Do not set process
12306 sentinel. It is done now ...
12307 (tramp-maybe-open-connection): ... here. (Bug#8929)
12308
909e6b67
MK
123092011-07-04 MON KEY <monkey@sandpframing.com>
12310
12311 * play/animate.el (animate-string): Doc fixes and allow changing
12312 the buffer name (bug#5417).
12313
123142011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12315
c8af70e1 12316 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12317
f34755dc
PE
123182011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12319
396cec72
PE
12320 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12321 This is simpler and helps future-proof the code.
12322 (timer-until): Use time-subtract and float-time.
08235028 12323 (timer--time-less-p): Use time-less-p.
f34755dc 12324
56e6cc31
JB
123252011-07-04 Juanma Barranquero <lekktu@gmail.com>
12326
3abb79e5
JB
12327 * type-break.el (timep): Use the value of `float-time' to avoid a
12328 byte-compiler warning.
12329
56e6cc31
JB
12330 * server.el (server-eval-and-print): Return any result, even nil.
12331
7b9430b4
PE
123322011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12333
12334 * type-break.el: Accept time formats that the builtins accept.
12335 (timep, type-break-time-difference): Accept any format that
12336 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12337 This is simpler and helps future-proof the code.
12338 (type-break-time-difference): Round rather than ignoring
12339 subseconds components.
12340
3034e9e7
LMI
123412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12342
12343 * info.el (Info-apropos-matches): Make non-interactive, since it
12344 doesn't seem to do anything useful as a command (bug#8829).
12345
1485f4c0
CY
123462011-07-03 Chong Yidong <cyd@stupidchicken.com>
12347
12348 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12349 Move from faces.el.
1485f4c0
CY
12350 (frame-default-terminal-background): New function.
12351
12352 * custom.el (custom-push-theme): Don't record faces in `changed'
12353 theme; this doesn't work correctly for per-frame face settings.
12354 (disable-theme): Use face-set-after-frame-default to reset faces.
12355 (custom--frame-color-default): New function.
12356
9fa3dd45
LMI
123572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12358
c8af70e1 12359 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12360 (bug#8769).
12361
6cbbc20c
KR
123622011-03-29 Kevin Ryde <user42@zip.com.au>
12363
12364 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12365 `perl-Test2' extend to match possible "fail #N" rep count
12366 (bug#8377).
12367
c7f98048
LMI
123682011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12369
65676592
LMI
12370 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12371 `smtpmail-via-smtp' now returns the error instead of nil.
12372
c7f98048
LMI
12373 * isearch.el (isearch-search-fun-function): Clarify the doc string
12374 (bug#8101).
12375
56e6cc31 123762011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12377
12378 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12379 unnecessary spaces (bug#8987).
12380
2b216704
LMI
123812011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12382
12383 * net/network-stream.el (open-network-stream): Use the
12384 :end-of-capability command thoughout.
12385
123862011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12387
12388 * net/network-stream.el (open-network-stream): Add the
12389 :end-of-capability command parameter, used by pop3.el.
12390
36adf6ce
LMI
123912011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12392
1ca0da0e
LMI
12393 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12394
fc00f69c
LMI
12395 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12396 for list)" (bug#6475).
12397
28fd8759 12398 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12399 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12400 an error (bug#6297).
12401
0dd8b6da
LMI
12402 * man.el (Man-reference-regexp): Allow matching possible
12403 word-wrapped references (bug#6289).
12404
ce1438d6
LMI
12405 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12406 for consistency with the other vc buffers (bug#6197).
12407 (vc-checkin): Ditto.
12408
12409 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12410
36adf6ce
LMI
12411 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12412
e83cc1f7
LMI
124132011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12414
8a20ca4c
LMI
12415 * custom.el (defcustom): Clarify that :set is only used in the
12416 Customize user interface (bug#6089).
12417
83319045
LMI
12418 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12419 associated with a file, refuse to run instead of erroring out
12420 (bug#6084).
12421
a8392169
LMI
12422 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12423 the doc string, since it appears that using `fill-column' always
12424 controls the width (bug#7845).
12425
e83cc1f7
LMI
12426 * simple.el (shell-command-on-region): Say where the error output
12427 went if `shell-command-default-error-buffer' is set (bug#6857).
12428
e47ca23b
KM
124292011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12430
12431 * allout.el (allout-yank-processing): Adjust cursor position for
12432 backwards-deleted space.
12433
12434 (allout-rebullet-heading): Register changes with
12435 allout-exposure-changed-hook, so the modified topic is properly
12436 decorated.
12437
5cf56143
LMI
124382011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12439
08549772
LMI
12440 * minibuffer.el (completion-in-region): Document PREDICATE
12441 (bug#7136).
12442
48e96771
LMI
12443 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12444 of keyword/argument pairs (bug#6904).
12445
c8af70e1
SM
12446 * replace.el (multi-occur):
12447 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12448
e17d05e2
LMI
124492011-07-02 Drew Adams <drew.adams@oracle.com>
12450
12451 * dired.el (dired-mark-if): Make the message about whether it's
12452 marking or unmarking clearer (bug#8523).
12453
063b0e45
LMI
124542011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12455
12456 * disp-table.el (display-table-print-array): New function.
12457 (describe-display-table): Use it to print the vectors more pretty
12458 (Bug#8859).
12459
28545e04
MR
124602011-07-02 Martin Rudalics <rudalics@gmx.at>
12461
12462 * window.el (window-state-get-1): Don't assign clone numbers.
12463 Add clone-of item to list of window parameters.
12464 (window-state-put-2): Don't process clone numbers.
12465 (display-buffer-alist): Fix doc-string.
12466
3349e122
SM
124672011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12468
12469 * subr.el (remq): Don't allocate if it's not needed.
12470 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12471 (keymap--merge-bindings): New functions.
12472 (keymap-canonicalize): Use them to refine the canonicalization.
12473 * minibuffer.el (minibuffer-local-completion-map)
12474 (minibuffer-local-must-match-map): Move initialization from C.
12475 (minibuffer-local-filename-completion-map): Move initialization from C;
12476 don't inherit from anything here.
12477 (minibuffer-local-filename-must-match-map): Make obsolete.
12478 (completing-read-default): Use make-composed-keymap to combine
12479 minibuffer-local-filename-completion-map with either
12480 minibuffer-local-must-match-map or
12481 minibuffer-local-filename-completion-map.
12482
d224ac83
GM
124832011-07-01 Glenn Morris <rgm@gnu.org>
12484
3de63bf8
GM
12485 * type-break.el (type-break-time-sum): Use dolist.
12486
d224ac83
GM
12487 * textmodes/flyspell.el (flyspell-word-search-backward):
12488 Replace CL function.
12489
1a1e3f32
SM
124902011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12491
fe3f64d5
SM
12492 * mouse.el (mouse--strip-first-event): New function.
12493 (function-key-map): Use it to map fringe clicks to normal clicks
12494 by default.
12495
eb604e34
SM
12496 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12497 (vc-bzr-revision-completion-table): Add support for annotate and date.
12498
1a1e3f32
SM
12499 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12500 inherit from parent.
12501
5bd35902
LMI
125022011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12503
ace6c69c 12504 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12505 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12506
191e2bed
LMI
12507 * dired.el (dired-mode): Fix up the doc string as suggested by
12508 Drew Adams (bug#8817).
12509
5bd35902
LMI
12510 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12511 cookie, since the manual says that it should be possible to add
12512 this function to `find-file-hook' (bug#8709).
12513
eee8207a
TZ
125142011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12515
12516 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12517 here. Noted Ted Zlatanov as the maintainer.
12518 (cfengine-common-settings, cfengine-common-syntax): New functions
12519 to set up common things between `cfengine-mode' and
12520 `cfengine3-mode'.
12521 (cfengine3-mode): New mode.
12522 (cfengine3-defuns cfengine3-defuns-regex
12523 (cfengine3-class-selector-regex cfengine3-category-regex)
12524 (cfengine3-vartypes cfengine3-font-lock-keywords)
12525 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12526 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12527
36b148cf
MA
125282011-07-01 Michael Albinus <michael.albinus@gmx.de>
12529
12530 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12531
12532 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12533
0bf4ba9a
MR
125342011-07-01 Martin Rudalics <rudalics@gmx.at>
12535
12536 * window.el (same-window-buffer-names, same-window-regexps)
12537 (same-window-p, special-display-frame-alist)
12538 (special-display-popup-frame, special-display-function)
12539 (special-display-buffer-names, special-display-regexps)
12540 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12541 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12542 (split-window-preferred-function, split-height-threshold)
12543 (split-width-threshold, even-window-heights)
12544 (display-buffer-mark-dedicated, window-splittable-p)
12545 (split-window-sensibly, window-safely-shrinkable-p):
12546 Un-obsolete.
12547 (display-buffer): Don't spread args with function specifier
12548 because special-display-popup-frame won't like it.
12549
35837f51
PE
125502011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12551
d0672f86
PE
12552 Time-stamp simplifications and fixes.
12553 These improve accuracy slightly, and future-proof the code
12554 against some potential changes to current-time format.
12555
b9444d97
PE
12556 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12557 by using time-since and float-time.
12558
0ef923dc
PE
12559 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12560 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12561 + NNN microseconds".
12562
2f81380d
PE
12563 * type-break.el (type-break-time-sum): Rewrite using time-add.
12564
845b5c3e
PE
12565 * play/hanoi.el (hanoi-current-time-float): Remove.
12566 All uses replaced by float-time.
12567
ee6f1be0
PE
12568 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12569 This yields a more-accurate answer.
12570 (rng-time-to-float): Remove; no longer needed.
12571
fe955043
PE
12572 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12573
5777162a
PE
12574 * calendar/timeclock.el (timeclock-seconds-to-time):
12575 Defalias to seconds-to-time, since they're the same thing.
12576
3103f8b6 12577 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12578 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12579 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12580
0e61a35f
SM
125812011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * window.el (bury-buffer): Don't iconify the only frame.
12584 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12585 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12586
ddd63a1e
CY
125872011-07-01 Chong Yidong <cyd@stupidchicken.com>
12588
0e61a35f
SM
12589 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12590 Add mouse-yank-primary.
ddd63a1e 12591
055f4923
TZ
125922011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12593
12594 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12595
6a2fb145
SM
125962011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12599 (find-library-name): Use it to find relative load names when provided
12600 absolute file name (bug#8803).
12601
fd4983f2
LMI
126022011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12603
887d14ad
LMI
12604 * textmodes/flyspell.el (flyspell-word): Consider words that
12605 differ only in case as potential doublons (bug#5687).
12606
c53dc7fc
LMI
12607 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12608 Remove two rather uninteresting debugging-like messages to make
12609 debbugs.el more silent.
12610
fd4983f2
LMI
12611 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12612 a password-like phrase.
12613
7a71b18d 126142011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12615
12616 * progmodes/cc-guess.el: New file.
12617
6a2fb145 12618 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12619
12620 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12621 derived from `c-basic-common-init'.
12622
12623 * progmodes/cc-mode.el (top-level): Require cc-guess.
12624 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12625
1fa280a3
LM
126262011-06-30 Lawrence Mitchell <wence@gmx.li>
12627
12628 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12629
e6597158
AM
126302011-06-30 Alan Mackenzie <acm@muc.de>
12631
1fa280a3
LM
12632 * progmodes/cc-engine.el (c-guess-continued-construct):
12633 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12634 lock is disabled. Name this case as "CASE G".
12635
68ba37fb
KM
126362011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12637
12638 * allout.el (allout-yank-processing): Fix injection of extra space
12639 between bullet and non-whitespace character in first topic when
12640 pasting, ensuring that the actual spacing in the pasted topic
12641 following the bullet char is preserved. This extra space was
12642 causing pasted encrypted topics to get a decrypted status even
12643 when the content was actually still encrypted. Now the decryption
12644 status from before the paste is preserved.
12645
12646 (allout-flag-region): Set all allout overlays so they evaporate
12647 when reduced to zero length (evanescent), to prevent overlay
12648 leakage.
12649
887a0b34
GM
126502011-06-30 Glenn Morris <rgm@gnu.org>
12651
94b9acce
GM
12652 * w32-fns.el (w32-charset-info-alist): Declare.
12653
1d9b46d4
GM
12654 * find-dired.el (find-grep-options): Simplify.
12655
cc232200
GM
12656 * term/ns-win.el (ns-set-resource): Declare.
12657
28e77c46
GM
12658 * ses.el (row, col): Declare dynamic variables honestly.
12659
887a0b34
GM
12660 * textmodes/reftex-parse.el (index-tags): Declare.
12661
658d8eb8
CY
126622011-06-30 Chong Yidong <cyd@stupidchicken.com>
12663
12664 * cus-edit.el (customize-push-and-save): New function.
12665
12666 * files.el (hack-local-variables-confirm): Use it.
12667
1fa280a3
LM
12668 * custom.el (load-theme): New arg NO-CONFIRM.
12669 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12670 (custom-enabled-themes): Doc fix.
12671
12672 * cus-theme.el (customize-create-theme)
12673 (custom-theme-merge-theme): Callers to load-theme changed.
12674
bb617717
LMI
126752011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12676
d61bdd5d
LMI
12677 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12678 short URLs have at least one dot in them (bug #7614).
12679
bb617717
LMI
12680 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12681 nil, because using a pty is apparently too slow (bug #895).
12682
2f31f37a
LMI
126832011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12684
12685 * mail/sendmail.el (sendmail-query-once): New function.
12686 (sendmail-query-once-function): New variable.
12687
3076b24e
GM
126882011-06-29 Glenn Morris <rgm@gnu.org>
12689
faf2a174
GM
12690 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12691
3076b24e
GM
12692 * ses.el (top-level): Require cl when compiling.
12693 (ses-set-localvars): Fix error statement.
12694 Call it at compile time to silence a storm of warnings.
12695
5386012d
MR
126962011-06-29 Martin Rudalics <rudalics@gmx.at>
12697
12698 * window.el (normalize-live-buffer): Rename to
12699 window-normalize-buffer.
12700 (normalize-live-frame): Rename to window-normalize-frame.
12701 (normalize-any-window): Rename to window-normalize-any-window.
12702 (normalize-live-window): Rename to window-normalize-live-window.
12703 (make-window-atom): Rename to window-make-atom.
12704 (window-resize-reset): Rename to window--resize-reset.
12705 (window-resize-reset-1): Rename to window--resize-reset-1.
12706 (resize-mini-window): Rename to window--resize-mini-window.
12707 (resize-subwindows-skip-p): Rename to
12708 window--resize-subwindows-skip-p.
12709 (resize-subwindows-normal): Rename to
12710 window--resize-subwindows-normal.
12711 (resize-subwindows): Rename to window--resize-subwindows.
12712 (resize-other-windows): Rename to window--resize-siblings.
12713 (resize-this-window): Rename to window--resize-this-window.
12714 (resize-root-window): Rename to window--resize-root-window.
12715 (resize-root-window-vertically): Rename to
12716 window--resize-root-window-vertically.
12717 (normalize-buffer-to-display): Rename to
12718 window-normalize-buffer-to-display.
12719 (normalize-buffer-to-switch-to): Rename to
12720 window-normalize-buffer-to-switch-to.
12721 Correspondingly update all callers of the functions listed
12722 above.
12723 (display-buffer-alist, display-buffer-normalize-arguments)
12724 (display-buffer-normalize-options, display-buffer)
12725 (display-buffer-alist-set): Use "function" instead of
12726 "fun-with-args".
12727
1176868d
CY
127282011-06-28 Chong Yidong <cyd@stupidchicken.com>
12729
12730 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12731 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12732 debbugs.gnu.org. Mention acknowledgment email.
12733
20a7a65f
LMI
127342011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12735
12736 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12737 buffer multibyteness, since it shouldn't matter.
12738
5f45cca5
MR
127392011-06-28 Martin Rudalics <rudalics@gmx.at>
12740
12741 * window.el (display-buffer-in-side-window): Handle dedicated
12742 windows as in display-buffer-reuse-window.
12743 (display-buffer-normalize-alist): Use value of override
12744 specifier.
12745 (display-buffer-normalize-specifiers): Use value of
12746 other-window-means-other-frame specifier.
12747 (display-buffer-alist): Rewrite some texts in widgets.
12748 (display-buffer): Spread arguments when calling function
12749 specified by fun-with-args.
12750
ad85fe1f
DD
127512011-06-28 Deniz Dogan <deniz@dogan.se>
12752
1fa280a3
LM
12753 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12754 Unnest `let'.
da68c4c8 12755
ad85fe1f
DD
12756 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12757 selectors (Bug#5732).
ec49bd31 12758 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12759
a08cc025
JA
127602011-06-27 Jari Aalto <jari.aalto@cante.net>
12761
12762 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12763 (eshell-ls-date-format): New defcustom.
12764 (eshell-ls-file): Use it.
12765
e2b551c5
SM
127662011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12767
12768 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12769
8982b231
KY
127702011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12771
12772 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12773 (ange-ftp-make-tmp-name): New arg.
12774 (ange-ftp-file-local-copy): Use it.
12775
36c9fa27
J
127762011-06-27 Jambunathan K <kjambunathan@gmail.com>
12777
12778 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12779 no-conversion (Bug#8870).
12780
d68443dc
MR
127812011-06-27 Martin Rudalics <rudalics@gmx.at>
12782
12783 * window.el (window-right, window-left, window-child)
12784 (window-child-count, window-last-child)
12785 (window-iso-combination-p, walk-window-tree-1)
12786 (window-atom-check-1, window-tree-1, delete-window)
12787 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12788 new naming conventions - window-vchild, window-hchild,
12789 window-next and window-prev are now called window-top-child,
12790 window-left-child, window-next-sibling and window-prev-sibling
12791 respectively.
d615d6d2
MR
12792 (resize-window-reset): Rename to window-resize-reset.
12793 (resize-window-reset-1): Rename to window-resize-reset-1.
12794 (resize-window): Rename to window-resize.
12795 (window-min-height, window-min-width)
12796 (resize-mini-window, resize-this-window, resize-root-window)
12797 (resize-root-window-vertically, adjust-window-trailing-edge)
12798 (enlarge-window, shrink-window, maximize-window)
12799 (minimize-window, delete-window, quit-restore-window)
12800 (split-window, balance-windows, balance-windows-area-adjust)
12801 (balance-windows-area, window-state-put-2)
12802 (display-buffer-even-window-sizes, display-buffer-set-height)
12803 (display-buffer-set-width, set-window-text-height)
12804 (fit-window-to-buffer): Rename all "resize-window" prefixed
12805 calls to use the "window-resize" prefix convention.
12806 (display-buffer-alist): Fix symbol for label specifier.
12807 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12808 corresponding specifier.
12809 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12810
b6458526
VB
128112011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12812
12813 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12814 convention.
12815 (ses-call-printer): Does not pass an empty string to formatter when the
12816 cell is empty to keep from barking printer Calc math-format-value.
12817
d31fd9ac
RS
128182011-06-27 Richard Stallman <rms@gnu.org>
12819
43d5bf84
RS
12820 * battery.el (battery-mode-line-limit): New variable.
12821 (battery-update): Handle it.
12822
d31fd9ac
RS
12823 * mail/rmailmm.el (rmail-mime-process-multipart):
12824 Handle truncated messages.
12825
819a6054
GM
128262011-06-27 Glenn Morris <rgm@gnu.org>
12827
12828 * progmodes/flymake.el (flymake-err-line-patterns):
12829 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12830
cedc73f2
VB
128312011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12832
819a6054 12833 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12834 (ses--clean-!, ses--clean-_): New functions.
12835 (ses-range): Add configurability of readout order, and conversion
12836 to Calc vector.
12837
5e5d49b6
VB
12838 * ses.el (ses-repair-cell-reference-all): New function.
12839 (ses-cell-symbol): Set macro as safe, so that it can be used in
12840 formulas.
12841
56e6cc31 12842 * ses.el: Update cycle detection algorithm.
90ca8b49 12843 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12844 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12845 (ses-set-localvars): New function.
12846 (ses-make-cell): Add property-list as a cell element.
12847 (ses-cell-property-get-fun, ses-cell-property-get)
12848 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12849 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12850 New functions.
90ca8b49
VB
12851 (ses-cell-property-set, ses-cell-property-pop)
12852 (ses-cell-property-get-handle): New macro.
12853 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12854 New aliases, used for code readability.
12855 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12856 cycle detection.
12857 (ses-self-reference-early-detection): New defcustom.
fac916bf 12858 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12859 (ses-mode): Use ses-set-localvars.
12860 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12861 before lauching the update processing.
12862 (ses-initialize-Dijkstra-attempt): New function.
12863 (ses-recalculate-cell): Update for cycle detection based on
12864 Dijkstra algorithm.
12865
2bb63e81
VB
12866 * ses.el: Fix commenting and indenting convention.
12867
c9d29fb8
SM
128682011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * bs.el (bs-cycle-next): Complete last change.
12871
d8e4b68b
JB
128722011-06-27 Drew Adams <drew.adams@oracle.com>
12873
12874 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12875
40098786
LMI
128762011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12877
c9d29fb8
SM
12878 * net/network-stream.el (network-stream-open-starttls):
12879 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12880 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12881
40098786
LMI
12882 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12883 to binary to possibly avoid line encoding issues on Windows (among
12884 other things).
12885
468d09d4
LMI
128862011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12887
12888 * net/network-stream.el (open-network-stream): Return an :error
12889 saying what the problem was, if possible.
12890
12891 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12892 server.
12893
12894 * net/network-stream.el (network-stream-open-starttls): If we
12895 wanted to use STARTTLS, and the server offered it, but we weren't
12896 able to because we had no STARTTLS support, then close the connection.
12897 (open-network-stream): Return an :error element, if present.
12898
16f07dd7
CY
128992011-06-26 Chong Yidong <cyd@stupidchicken.com>
12900
88821ca0
CY
12901 * hl-line.el (hl-line-sticky-flag): Doc fix.
12902 (global-hl-line-sticky-flag): New option (Bug#8323).
12903 (global-hl-line-highlight): Obey it.
12904
16f07dd7
CY
12905 * vc/vc.el (vc-revert-show-diff): Default to t.
12906
6b5ccddf
KM
129072011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12908
c9d29fb8
SM
12909 * allout-widgets.el (allout-widgets-post-command-business):
12910 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12911 undecorated when an isearch is continued past, and isearch
12912 automatically collapses them. This leads to "widget leaks", where
12913 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12914 hidden widgets can slow down cursor travel, substantially.
12915 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12916 so we're doing without this nicety.
12917
12918 (allout-widgets-tally-string): Don't try to do a hash-table-count
12919 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12920 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12921 *Messages* when allout-widgets-maintain-tally is t.
12922
355f2e07
MR
129232011-06-26 Martin Rudalics <rudalics@gmx.at>
12924
12925 * window.el (display-buffer-normalize-argument): Rename to
12926 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12927 LABEL argument. Respect special-display-function when popping up
12928 a new frame. Fix code searching for a window showing the buffer
12929 on another frame.
c9d29fb8
SM
12930 (display-buffer-normalize-specifiers):
12931 Call display-buffer-normalize-arguments.
355f2e07
MR
12932 (display-buffer-in-window): Don't undedicate the window if its
12933 buffer remains the same.
12934 Reported by Drew Adams <drew.adams@oracle.com>.
12935 (display-buffer-alist): Add choice for same-window macro
12936 specfier.
12937 (display-buffer): Mention special meaning of LABEL argument in
12938 doc-string. Fix quoting. Don't pop up a new frame even as
12939 fallback.
12940
7ca8fc42
JB
129412011-06-26 Juanma Barranquero <lekktu@gmail.com>
12942
12943 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12944 avoid deleting the current window in some cases (bug#8911).
12945
bc312254
AS
129462011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12947
12948 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12949 (Bug#8934)
12950
2db18f3f
LMI
129512011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12952
c9d29fb8
SM
12953 * net/network-stream.el (network-stream-open-starttls):
12954 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12955 (network-stream-open-tls): Ditto.
12956
6302e0d3
LL
129572011-06-26 Leo Liu <sdl.web@gmail.com>
12958
12959 * register.el (registerv): New struct.
12960 (registerv-make): New function.
c9d29fb8
SM
12961 (jump-to-register, describe-register-1, insert-register):
12962 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12963 struct. (Bug#8415)
12964
5fdd4046
CY
129652011-06-26 Chong Yidong <cyd@stupidchicken.com>
12966
2afef60a
CY
12967 * vc/vc.el (vc-revert-show-diff): New defcustom.
12968 (vc-diff-internal): New arg specifying diff buffer.
12969 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12970 reuse an existing *vc-diff* buffer (Bug#8927).
12971
5fdd4046
CY
12972 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12973
e93db24a
GM
129742011-06-26 Glenn Morris <rgm@gnu.org>
12975
12976 * progmodes/f90.el (f90-critical-indent): New option.
12977 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12978 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12979 (f90-mode): Doc fix.
12980 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12981 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12982 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12983 (f90-match-end): Handle block, critical.
12984
eefff499
GM
129852011-06-25 Glenn Morris <rgm@gnu.org>
12986
f6ba4cc9
GM
12987 * calendar/diary-lib.el (diary-included-files): Doc fix.
12988 (diary-include-files): New function, extracted from
12989 diary-include-other-diary-files and diary-mark-included-diary-files.
12990 (diary-include-other-diary-files, diary-mark-included-diary-files):
12991 Just call diary-include-files.
12992 (diary-mark-entries): Reset diary-included-files on first call.
12993
16712304
GM
12994 * calendar/diary-lib.el (diary-mark-entries)
12995 (diary-mark-included-diary-files):
12996 Visit included diary-files in temp buffers.
12997
5d8e0d43
GM
12998 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12999 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
13000 (f90-start-block-re, f90-imenu-generic-expression)
13001 (f90-looking-at-program-block-start, f90-no-block-limit):
13002 Add support for submodules.
13003
ccf7a5d5
GM
13004 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13005 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 13006
11fdef7d 130072011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
13008
13009 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
13010 buffer-file-type before setting its value, to avoid disastrous
eefff499 13011 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 13012
74f53697
JB
130132011-06-25 Juanma Barranquero <lekktu@gmail.com>
13014
13015 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
13016
13017 * ses.el (ses-unload-function):
13018 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
13019
13020 * proced.el (proced-unload-function):
13021 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
13022
18a4ce5e
AR
130232011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
13024
13025 * server.el (server-create-window-system-frame): Add parameters arg.
13026 (server-process-filter): Doc fix. Handle frame-parameters.
13027
519d22cc
JB
130282011-06-25 Juanma Barranquero <lekktu@gmail.com>
13029
13030 Fix bug#8730, bug#8781.
13031
13032 * loadhist.el (unload--set-major-mode): New function.
13033 (unload-feature): Use it.
13034
13035 * progmodes/python.el (python-after-info-look): Add autoload cookie.
13036 (python-unload-function): New function.
13037
c206f5b0
SM
130382011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13039
13040 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
13041
f9ad64f3
GS
130422011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
13043
13044 * net/browse-url.el (browse-url-firefox-program): Add icecat to
13045 the candidates list.
13046
7d0da90e
JB
130472011-06-24 Juanma Barranquero <lekktu@gmail.com>
13048
13049 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
13050
14b4e83d
RS
130512011-06-23 Richard Stallman <rms@gnu.org>
13052
13053 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
13054 (rmail-variables): Set next-error-move-function.
13055 (rmail-what-message): Take argument POS.
13056 (rmail-next-error-move): New function.
13057
273d2baf
SM
130582011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
13059
13060 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
13061 messages for adjacent non-terminals.
13062
56c2cc9a
RS
130632011-06-23 Richard Stallman <rms@gnu.org>
13064
13065 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 13066 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
13067 (rmail-start-mail): Don't specify use of rmail-mail-return;
13068 that's done by mail-bury now.
13069 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 13070
d59eb518
MA
130712011-06-23 Michael Albinus <michael.albinus@gmx.de>
13072
13073 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
13074 SIZE is a number.
13075
02cfc6d6
MR
130762011-06-23 Martin Rudalics <rudalics@gmx.at>
13077
13078 * window.el (get-lru-window, get-mru-window)
13079 (get-largest-window): Never return a minibuffer window.
13080 (display-buffer-pop-up-window): Fix a bug that could lead to
13081 reusing the minibuffer window.
13082 (display-buffer): Pass original specifier argument to
13083 display-buffer-function instead of the normalized one.
13084 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13085
4e323265
LL
130862011-06-22 Leo Liu <sdl.web@gmail.com>
13087
13088 * minibuffer.el (completing-read-function)
13089 (completing-read-default): Move from minibuf.c
13090
7a70468f
RS
130912011-06-22 Richard Stallman <rms@gnu.org>
13092
50718fc2
RS
13093 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
13094 to Rmail even if not started by a special Rmail command.
13095
7a70468f
RS
13096 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
13097 Copy the buffer currently showing just one message.
13098
297dde5a
RW
130992011-06-22 Roland Winkler <winkler@gnu.org>
13100
13101 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
13102 (bibtex-clean-entry): First delete the old key so that a
13103 customized algorithm for generating the new key does not get
13104 confused by the old key.
13105 (bibtex-url): Obey regexp of first step.
13106 (bibtex-search-entries): Do not use add-to-list with local
13107 list-var.
13108
97bb1093
LMI
131092011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13110
13111 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
13112 stored a user name, then query for the password first, instead of
13113 waiting for SMTP to give an error message and the trying again.
13114
1c0f1a19
JD
131152011-06-22 Lawrence Mitchell <wence@gmx.li>
13116
13117 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
13118 BUFFER in call-process.
13119
396f7c9d
LMI
131202011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13121
13122 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
13123 QUIT twice.
ddb7ffee
LMI
13124 (smtpmail-try-auth-methods): Require user name and password from
13125 auth-source.
396f7c9d 13126
8998d1b3
MR
131272011-06-22 Martin Rudalics <rudalics@gmx.at>
13128
13129 * window.el (display-buffer-default-specifiers)
13130 (display-buffer-alist): Remove entries for pop-up-frame-alist.
13131 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 13132 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
13133
13134 * frame.el (pop-up-frame-alist, pop-up-frame-function)
13135 (special-display-frame-alist, special-display-popup-frame):
13136 Remove duplicate declarations. These are now in window.el.
13137
4ea31e07
LMI
131382011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13139
c9d29fb8
SM
13140 * mail/smtpmail.el (smtpmail-via-smtp):
13141 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13142 server supports it. SMTP servers that support STARTTLS commonly
13143 require it.
13144
13145 * net/network-stream.el (network-stream-open-starttls): Support
13146 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13147 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13148
95f41d9a
LMI
13149 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13150 upgrades with `open-network-stream', and rely solely on
13151 auth-source for all credentials. Big changes throughout the file,
13152 but in particular:
c9d29fb8
SM
13153 (smtpmail-auth-credentials): Remove.
13154 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13155 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13156 MAIL FROM, too.
95f41d9a 13157
c9d29fb8
SM
13158 * net/network-stream.el (network-stream-open-starttls):
13159 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13160 STARTTLS.
13161 (auth-source): Require.
13162 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13163 (network-stream-certificate): Change cert-cert to cert and
13164 cert-key to key.
4ea31e07 13165
065ec2c7
MA
131662011-06-21 Michael Albinus <michael.albinus@gmx.de>
13167
13168 * net/tramp-cache.el (top): Don't load the persistency file when
13169 "emacs -Q" has been called.
13170
cd93b359
DR
131712011-06-21 Tim Harper <timcharper@gmail.com>
13172
d8e4b68b
JB
13173 * term/ns-win.el (ns-initialize-window-system):
13174 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13175 resource to NO as it is not yet supported by the NS port.
13176
ae9c0411
JB
131772011-06-21 Juanma Barranquero <lekktu@gmail.com>
13178
13179 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13180 (list-dynamic-libraries): ...not here.
13181
7f3f739f
LL
131822011-06-21 Leo Liu <sdl.web@gmail.com>
13183
13184 * subr.el (sha1): Implement sha1 using secure-hash.
13185
327c8fb1
MR
131862011-06-21 Martin Rudalics <rudalics@gmx.at>
13187
13188 * window.el (display-buffer-alist): In default value do not
13189 enforce searching a window on any but the selected frame.
13190 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13191 (display-buffer-select-window): Remove function.
13192 (display-buffer-in-window): When a window on another frame gets
13193 reused, do not select it any more but just raise its frame if
13194 necessary (Bug#8851) and (Bug#8856).
13195 (display-buffer-normalize-options): Handle pop-up-frames related
13196 options more faithfully.
13197 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13198 window if it is on another frame.
c9d29fb8
SM
13199 (display-buffer-alist, display-buffer-default-specifiers):
13200 Don't make new frame unsplittable by default.
9e9de014
MR
13201 (display-buffer-normalize-argument): Fix doc-string typo and use
13202 'same-frame-other-window instead of 'other-window when associating
13203 with display-buffer-macro-specifiers.
327c8fb1 13204
7cf3f556
VB
132052011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13206
13207 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13208 New functions.
13209 (5x5-mode-map, 5x5-mode-menu): Bind them.
13210 (5x5-draw-grid): Tweak the solver's rendering.
13211
60a406cf
SM
132122011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13215 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13216
d8e4b68b 132172011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13218
13219 * menu-bar.el: Use function variable instead of switch-to-buffer.
13220 (menu-bar-select-buffer-function): New variable.
60a406cf 13221 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13222
478d6f95
SM
132232011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13226 variable's status.
13227
ca530739
JD
132282011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13229
13230 * x-dnd.el (x-dnd-version-from-flags)
13231 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13232 and long as number (Bug#8899).
13233 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13234
bcd70d97
SM
132352011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13236
60a406cf 13237 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13238 (completion-try-completion, completion-all-completions): Compute the
13239 metadata argument if it's missing; make it optional (bug#8795).
13240
60a406cf 13241 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13242 (widget-complete): Use new :completion-function property.
13243 (widget-completions-at-point): New function.
13244 (default): Use :completion-function instead of :complete.
60a406cf
SM
13245 (widget-default-completions): Rename from widget-default-complete;
13246 Rewrite.
bcd70d97
SM
13247 (widget-string-complete, widget-file-complete, widget-color-complete):
13248 Remove functions.
13249 (file, symbol, function, variable, coding-system, color):
13250 * international/mule-cmds.el (default-input-method, charset)
13251 (language-info-custom-alist):
13252 * cus-edit.el (face): Use new property :completions.
13253
13254 * progmodes/pascal.el (pascal-completions-at-point): New function.
13255 (pascal-mode): Use it.
13256 (pascal-mode-map): Use completion-at-point.
13257 (pascal-toggle-completions): Make obsolete.
13258 (pascal-complete-word, pascal-show-completions):
13259 * progmodes/octave-mod.el (octave-complete-symbol):
13260 Redefine as obsolete alias.
13261 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13262 Signal absence of completion info for old Octave,
13263 (inferior-octave-complete): Redefine as obsolete alias.
13264 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13265 (meta-completions-at-point): Rename from meta-complete-symbol and
13266 adapt it for use on completion-at-point-functions.
13267 (meta-common-mode): Use it.
13268 (meta-looking-at-backward, meta-match-buffer): Remove.
13269 (meta-complete-symbol): Redefine as obsolete alias.
13270 (meta-common-mode-map): Use completion-at-point.
13271 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13272 (makefile-mode-map): Use completion-at-point.
13273 (makefile-completions-at-point): Rename from makefile-complete and
13274 adapt it for use on completion-at-point-functions.
13275 (makefile-mode): Use it.
13276 (makefile-complete): Redefine as obsolete alias.
13277
aebf69c8
DD
132782011-06-20 Deniz Dogan <deniz@dogan.se>
13279
13280 * net/rcirc.el: Delete trailing whitespaces once and for all.
13281
bfbbb27d
DC
132822011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13283
13284 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13285
d264a46b
CY
132862011-06-19 Chong Yidong <cyd@stupidchicken.com>
13287
4ca009e5
CY
13288 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13289
d264a46b
CY
13290 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13291
fbf5b3ce
MR
132922011-06-19 Martin Rudalics <rudalics@gmx.at>
13293
13294 * window.el (display-buffer-other-window-means-other-frame):
13295 Call display-buffer-normalize-alist.
13296 (display-buffer-normalize-specifiers-1): Rename to
13297 display-buffer-normalize-argument. New argument other-frame.
13298 Rewrite.
13299 (display-buffer-normalize-specifiers-2): Rename to
13300 display-buffer-normalize-options.
13301 (display-buffer-normalize-alist-1): New function.
13302 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13303 display-buffer-normalize-alist.
13304 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13305 (display-buffer-normalize-options-inhibit): New variable.
13306 (display-buffer-normalize-specifiers): Rewrite calling
13307 display-buffer-normalize-alist,
13308 display-buffer-normalize-argument, and
13309 display-buffer-normalize-options. Don't call the latter if
13310 display-buffer-normalize-options-inhibit is non-nil.
13311 (frame-auto-delete): New option.
13312 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13313 (window-list-no-nils, window-state-ignored-parameters)
13314 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13315 (window-state-put-1, window-state-put-2, window-state-put):
13316 New functions.
9a028c23
MR
13317 (display-buffer-normalize-options): Move special-display-p group
13318 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13319
6d10d800
CY
133202011-06-18 Chong Yidong <cyd@stupidchicken.com>
13321
6420d28b
CY
13322 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13323 groups (Bug#8776).
13324 (rx-submatch-n): New function.
13325 (rx): Document it.
13326
ddb8b596
CY
13327 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13328 (Bug#8768).
13329
13330 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13331
77080289
CY
13332 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13333
61dfb316
CY
13334 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13335 anytime existing face settings are present (Bug#8889).
13336
6d10d800
CY
13337 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13338 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13339 Remove unused argument.
13340
be3fb2b8
MR
133412011-06-18 Martin Rudalics <rudalics@gmx.at>
13342
bcd70d97
SM
13343 * window.el (display-buffer-default-specifiers):
13344 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13345 pop-up-window-min-width, and another reuse-window specifier
13346 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13347 (display-buffer-normalize-specifiers-2):
13348 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13349 pop-up-windows is unset. Add a reuse-window specifier for the
13350 case popping up a new window fails.
13351 (special-display-popup-frame): Remove double quoting.
28dec25a 13352 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13353
1c6d8c76
SM
133542011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13355
13356 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13357 according to comint-completion-addsuffix.
13358
13359 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13360 (pcomplete-suffix-list): Mark as obsolete.
13361 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13362 pcomplete-seen in the closure.
13363 (pcomplete-comint-setup): Setup completion-at-point as well.
13364 (pcomplete--entries): New function.
13365 (pcomplete--env-regexp): New var.
13366 (pcomplete-entries): Rewrite to work with partial-completion and
13367 without relying on pcomplete-suffix-list.
13368 (pcomplete-pare-list): Remove, unused.
13369
25aef8b8
MR
133702011-06-17 Martin Rudalics <rudalics@gmx.at>
13371
13372 * window.el (display-buffer-alist): Set pop-up-window-min-height
13373 and pop-up-window-min-width in default value. Reported by
13374 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13375 other-window-means-other-frame.
13376 (display-buffer-macro-specifiers): Comment out entry for
13377 other-window specifier.
13378 (display-buffer-other-window-means-other-frame): New function.
13379 (display-buffer-normalize-specifiers-1): New arguments
13380 buffer-name and label. Treat other-window case specially.
13381 (display-buffer-normalize-specifiers-2): Treat other-window case
13382 specially.
13383 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13384 (display-buffer-normalize-specifiers):
13385 Call display-buffer-normalize-specifiers-3.
25aef8b8 13386
dbad4f69
MR
133872011-06-17 Martin Rudalics <rudalics@gmx.at>
13388
13389 * window.el (same-window-p): Fix two typos introduced when
13390 adding with-no-warnings.
d1067961
MR
13391 (display-buffer-normalize-specifiers-1): Don't check
13392 pop-up-frames for 'unset initialization.
13393 (display-buffer-normalize-specifiers-2): Major rewrite using
13394 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13395 (pop-up-frames, display-buffer-reuse-frames)
13396 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13397 Suggested by David Engster <deng@randomsample.de>.
13398 (even-window-heights): Initialize to 'unset.
13399 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13400 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13401 other window case.
dbad4f69 13402
9b9c9e3a
MR
134032011-06-16 Martin Rudalics <rudalics@gmx.at>
13404
bcd70d97
SM
13405 * window.el (display-buffer-normalize-specifiers-1):
13406 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13407 second argument of display-buffer (Bug#8865).
981d5c09
MR
13408 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13409 (switch-to-buffer-other-window-same-frame)
13410 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13411 Adams (Bug#8875).
9c2755e9
MR
13412 (display-buffer): Don't check noninteractive when calling
13413 display-buffer-pop-up-frame.
13414 (display-buffer-pop-up-frame): Never pop up a frame in
13415 noninteractive mode (Bug#8857).
67222e1d
MR
13416 (enlarge-window, shrink-window): Don't report an error when the
13417 window can't be resized as requested (Bug#8862).
9b9c9e3a 13418
2b75be67
SM
134192011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13420
9ffdd3ba
SM
13421 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13422
cb581a67
SM
13423 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13424
2b75be67
SM
13425 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13426
8c0e3589
AM
134272011-06-15 Alan Mackenzie <acm@muc.de>
13428
cb581a67
SM
13429 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13430 for declarators, disable knr checking to speed up for normal files.
13431 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13432
b96e6cde
LMI
134332011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13434
4bba86e6
LMI
13435 * net/network-stream.el (open-network-stream): Add the keyword
13436 :always-query-capabilities for the case where you want to force a
13437 `plain' network connection, but the protocol still requires the
13438 capabilitiy command (i.e., SMTP and EHLO).
13439
2b75be67 13440 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13441 consistency with other `-live-p' functions.
13442
efdcdbf8
SM
134432011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13444
13445 * window.el (same-window-buffer-names, same-window-regexps)
13446 (special-display-frame-alist, special-display-popup-frame)
13447 (special-display-function, special-display-buffer-names)
13448 (special-display-regexps, pop-up-frame-alist)
13449 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13450 (pop-up-windows, split-window-preferred-function)
13451 (split-height-threshold, split-width-threshold, even-window-heights)
13452 (display-buffer-mark-dedicated): Don't encourage the use of
13453 display-buffer-alist from Elisp code.
13454
c5cde042
DN
134552011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13456
13457 * progmodes/python.el (python-mode): Derive from prog-mode.
13458 * progmodes/ps-mode.el (ps-mode):
13459 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13460 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13461 * progmodes/ld-script.el (ld-script-mode): Likewise.
13462
baa1c9ab
MR
134632011-06-15 Martin Rudalics <rudalics@gmx.at>
13464
13465 * window.el (display-buffer-alist): Trim default value to avoid
13466 popping up a new frame (Bug#8857) or reusing an arbitrary window
13467 on another frame.
13468 (display-buffer): Do not fall back on popping up a new frame in
13469 batch mode (Bug#8857).
13470
c5dd5a51
CY
134712011-06-14 Chong Yidong <cyd@stupidchicken.com>
13472
13473 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13474 (custom-theme-summary): New function.
13475 (customize-themes): Use it.
13476
d647b7c4
GM
134772011-06-13 Glenn Morris <rgm@gnu.org>
13478
13479 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13480
9481c002
MR
134812011-06-13 Martin Rudalics <rudalics@gmx.at>
13482
357f93d2
MR
13483 * help.el (help-window): Remove variable.
13484 (help-window-point-marker, temp-buffer-max-height)
13485 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13486 (help-print-return-message): Don't set help-window.
13487 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13488 (help-window-setup-finish): Remove.
13489 (help-window-display-message, help-window-setup)
13490 (with-help-window): Major rewrite based on new
13491 display-buffer-window variable.
13492
13493 * help-mode.el (help-mode-finish): Remove help-window related
13494 code.
13495
13496 * view.el (view-exits-all-viewing-windows): Remove reference to
13497 view-return-to-alist in doc-string.
13498 (view-return-to-alist): Make obsolete.
13499 (view-buffer): Call pop-to-buffer-same-window and remove
13500 undo-window code.
13501 (view-buffer-other-window): Call pop-to-buffer-other-window and
13502 simplify code. Ignore second argument.
13503 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13504 simplify code. Ignore second argument.
13505 (view-return-to-alist-update): Make obsolete.
13506 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13507 Rewrite using quit-restore window parameters.
2b75be67
SM
13508 (view-mode-exit): Rename second argument to EXIT-ONLY.
13509 Rewrite using quit-restore-window.
357f93d2
MR
13510 (View-exit, View-exit-and-edit, View-leave, View-quit)
13511 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13512 appropriate arguments.
13513 (view-end-message): Use quit-restore window parameter.
13514
9481c002
MR
13515 * window.el (display-buffer-function): Rewrite doc-string.
13516 (display-buffer-window, display-buffer-alist): New variables.
13517 (display-buffer-split-specifiers)
13518 (display-buffer-side-specifiers)
13519 (display-buffer-macro-specifiers): New constants.
13520 (display-buffer-even-window-sizes, display-buffer-set-height)
13521 (display-buffer-set-width, display-buffer-select-window)
13522 (display-buffer-in-window, display-buffer-reuse-window)
13523 (display-buffer-split-window-1, display-buffer-split-window)
13524 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13525 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13526 (display-buffer-in-side-window, normalize-buffer-to-display)
13527 (display-buffer-normalize-specifiers-1)
13528 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13529 (display-buffer-normalize-specifiers, display-buffer-frame):
13530 New functions.
9481c002
MR
13531 (display-buffer): Major rewrite.
13532 (display-buffer-other-window, display-buffer-other-frame)
13533 (pop-to-buffer, switch-to-buffer-other-window)
13534 (switch-to-buffer-other-frame): Rewrite.
13535 (display-buffer-same-window, display-buffer-same-frame)
13536 (display-buffer-same-frame-other-window)
13537 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13538 (pop-to-buffer-other-window)
13539 (pop-to-buffer-same-frame-other-window)
13540 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13541 (switch-to-buffer-other-window-same-frame): New functions.
13542 (same-window-p, special-display-p): Rewrite disabling warnings.
13543 Make obsolete.
13544 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13545 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13546 Make obsolete
13547 (same-window-buffer-names, same-window-regexps)
13548 (special-display-frame-alist, special-display-popup-frame)
13549 (special-display-function, special-display-buffer-names)
13550 (special-display-regexps, pop-up-frame-alist)
13551 (pop-up-frame-function, split-window-preferred-function)
13552 (split-height-threshold, split-width-threshold)
13553 (even-window-heights): Make obsolete.
13554
9db51aca
GM
135552011-06-12 Glenn Morris <rgm@gnu.org>
13556
13557 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13558 Misc simplifications.
9db51aca 13559
39cffb44
MR
135602011-06-12 Martin Rudalics <rudalics@gmx.at>
13561
13562 * window.el (window-safely-shrinkable-p): Restore function which
13563 was inadvertently removed in change from 2011-06-11. Declare as
13564 obsolete.
13565
2b75be67
SM
13566 * calendar/calendar.el (calendar-generate-window):
13567 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13568 window-safely-shrinkable-p.
13569
a8955be7
GM
135702011-06-12 Glenn Morris <rgm@gnu.org>
13571
13572 * progmodes/fortran.el (fortran-mode-syntax-table):
13573 * progmodes/f90.el (f90-mode-syntax-table):
13574 Set % to punctuation. (Bug#8820)
13575 (f90-find-tag-default): Remove, no longer needed.
13576
f0d4059d
DC
135772011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13578
13579 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13580
1100a63c
CY
135812011-06-11 Chong Yidong <cyd@stupidchicken.com>
13582
13583 * image.el (image-animated-p): Return animation delay in seconds.
13584 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13585 (image-animate-timeout): Remove DELAY argument. Don't assume
13586 every subimage has the same delay; get it from image-animated-p.
13587 (image-animate): Caller changed.
13588
def722bf
MA
135892011-06-11 Michael Albinus <michael.albinus@gmx.de>
13590
13591 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13592 to ignored backtrace functions.
13593
0a2bb1a9
GM
135942011-06-11 Glenn Morris <rgm@gnu.org>
13595
13596 * calendar/appt.el (appt-disp-window-function): Doc fix.
13597 (appt-check): Handle overlapping appointments. (Bug#8337)
13598
6198ccd0
MR
135992011-06-11 Martin Rudalics <rudalics@gmx.at>
13600
13601 * window.el (window-tree-1, window-tree): New functions, moving
13602 the latter to window.el.
13603 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13604 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13605 (bw-refresh-edges): Remove.
13606 (balance-windows-1, balance-windows-2): New functions.
13607 (balance-windows): Rewrite in terms of window tree functions,
13608 balance-windows-1 and balance-windows-2.
13609 (bw-adjust-window): Remove.
13610 (balance-windows-area-adjust): New function with functionality of
13611 bw-adjust-window but using resize-window.
2b75be67
SM
13612 (set-window-text-height): Rewrite doc-string.
13613 Use normalize-live-window and resize-window.
13614 (enlarge-window-horizontally, shrink-window-horizontally):
13615 Rename argument to DELTA.
6198ccd0
MR
13616 (window-buffer-height): New function.
13617 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13618 Rewrite using new window resize routines.
2b75be67
SM
13619 (kill-buffer-and-window, mouse-autoselect-window-select):
13620 Use ignore-errors instead of condition-case.
6198ccd0
MR
13621 (quit-window): Call delete-frame instead of delete-windows-on
13622 for the only buffer on frame.
13623
9397e56f
MR
136242011-06-10 Martin Rudalics <rudalics@gmx.at>
13625
13626 * loadup.el (top-level): Load window before files for the sake
13627 of replace-buffer-in-windows.
13628
13629 * files.el (read-buffer-to-switch)
13630 (switch-to-buffer-other-window)
2b75be67
SM
13631 (switch-to-buffer-other-frame, display-buffer-other-frame):
13632 Move to window.el.
9397e56f
MR
13633
13634 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13635 (previous-buffer): Move to window.el.
13636
13637 * bindings.el (unbury-buffer): Move to window.el.
13638
13639 * window.el (delete-other-windows-vertically): Move after
13640 definition of delete-other-windows.
13641 (other-window, delete-windows-on, replace-buffer-in-windows):
13642 Move here from window.c.
13643 (record-window-buffer, unrecord-window-buffer)
13644 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13645 (switch-to-next-buffer): New functions.
13646 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13647 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13648 (previous-buffer): Move here from simple.el.
13649 Call switch-to-prev-buffer.
9397e56f
MR
13650 (bury-buffer): Move here from buffer.c. Switch to previous
13651 buffer when window cannot be deleted.
13652 (unbury-buffer): Move here from bindings.el.
13653 (ctl-x-map): Move binding for other-window from window.c to
13654 here.
13655 (read-buffer-to-switch, switch-to-buffer-other-window)
13656 (switch-to-buffer-other-frame): Move here from files.el.
13657 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13658 (switch-to-buffer): Move here from buffer.c.
13659 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13660
562dd5e9
MR
136612011-06-10 Martin Rudalics <rudalics@gmx.at>
13662
13663 * window.el (window-min-height, window-min-width): Move here
13664 from window.c. Add defcustoms and rewrite doc-strings.
13665 (resize-mini-window, resize-window): New functions.
13666 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13667 Move here from window.c.
13668 (maximize-window, minimize-window): New functions.
13669 (delete-window, delete-other-windows, split-window): Move here
13670 from window.c.
13671 (window-split-min-size): New function.
13672 (split-window-keep-point): Mention split-window-above-each-other
13673 instead of split-window-vertically.
2b75be67 13674 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13675 Rename split-window-vertically to split-window-above-each-other
13676 and provide defalias for old definition.
13677 (split-window-side-by-side, split-window-horizontally):
13678 Rename split-window-horizontally to split-window-side-by-side
13679 and provide defalias for the old definition.
562dd5e9
MR
13680 (ctl-x-map): Move bindings for delete-window,
13681 delete-other-windows and enlarge-window here from window.c.
13682 Replace bindings for split-window-vertically and
13683 split-window-horizontally by bindings for
13684 split-window-above-each-other and split-window-side-by-side.
13685
13686 * cus-start.el (all): Remove entries for window-min-height and
13687 window-min-width. Add entries for window-splits and
13688 window-nest.
13689
f0da764a
GM
136902011-06-09 Glenn Morris <rgm@gnu.org>
13691
80675c21
GM
13692 * calendar/appt.el (appt-mode-line): New function.
13693 (appt-check, appt-disp-window): Use it.
13694
f0da764a
GM
13695 * files.el (hack-one-local-variable-eval-safep):
13696 Allow minor-modes with explicit +/-1 arguments.
13697
59f623b7
TZ
136982011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13699
13700 * term/xterm.el (xterm): Add defgroup.
13701 (xterm-extra-capabilities): Add defcustom to supply known xterm
13702 capabilities, skip querying them, or query them (default).
13703 (terminal-init-xterm): Use it.
13704 (terminal-init-xterm-modify-other-keys): New function to set up
13705 modifyOtherKeys support to simplify `terminal-init-xterm'.
13706
9aab8e0d
MR
137072011-06-09 Martin Rudalics <rudalics@gmx.at>
13708
13709 * window.el (resize-window-reset, resize-window-reset-1)
13710 (resize-subwindows-skip-p, resize-subwindows-normal)
13711 (resize-subwindows, resize-other-windows, resize-this-window)
13712 (resize-root-window, resize-root-window-vertically)
13713 (window-deletable-p, window-or-subwindow-p)
13714 (frame-root-window-p): New functions.
13715
e8b08aee
GM
137162011-06-09 Glenn Morris <rgm@gnu.org>
13717
13718 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13719 (ange-ftp-get-files): Use it.
13720
254c37a5
AK
137212011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13722
13723 * mail/sendmail.el (mail-recover-1, mail-recover):
13724 * files.el (recover-file, recover-session):
13725 Handle dired-listing-switches not being just a single short option.
13726
35d7dbd3
GM
137272011-06-09 Glenn Morris <rgm@gnu.org>
13728
13729 * calendar/appt.el (appt-display-message, appt-disp-window):
13730 Handle lists of appointments.
13731
387522b2
MR
137322011-06-08 Martin Rudalics <rudalics@gmx.at>
13733
2b75be67
SM
13734 * window.el (one-window-p): Move down in code.
13735 Rewrite doc-string.
13736 (window-current-scroll-bars): Rewrite doc-string.
13737 Normalize live window argument.
387522b2
MR
13738 (walk-windows, get-window-with-predicate, count-windows):
13739 Rewrite doc-string. Use window-list-1.
13740 (window-in-direction-2, window-in-direction, get-mru-window):
13741 New functions.
13742
d8e4b68b 137432011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13744
13745 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13746 Doc fix (Bug#8713).
13747
137482011-06-08 Chong Yidong <cyd@stupidchicken.com>
13749
13750 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13751
137522011-06-08 Juanma Barranquero <lekktu@gmail.com>
13753
13754 * loadhist.el (unload-feature-special-hooks):
13755 Add `comint-output-filter-functions'.
13756
0de12c52
IK
137572011-06-08 Ivan Kanis <gnu@kanis.fr>
13758
13759 * calendar/appt.el (appt-check): Move some initializations into the let.
13760
f3d1777e
MR
137612011-06-08 Martin Rudalics <rudalics@gmx.at>
13762
13763 * window.el (window-height): Defalias to window-total-height.
13764 (window-width): Defalias to window-body-width.
13765
18af70d0
CY
137662011-06-07 Chong Yidong <cyd@stupidchicken.com>
13767
13768 * image-mode.el (image-toggle-animation): New command.
13769 (image-mode-map): Bind it to RET.
13770 (image-mode): Update message.
13771 (image-toggle-display-image): Avoid a spurious cache flush.
13772 (image-transform-rotation): Doc fix.
13773 (image-transform-properties): Return quickly in the normal case.
13774 (image-animate-loop): Rename from image-animate-max-time.
13775
2b75be67 13776 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13777 (create-animated-image): Remove unnecessary function.
13778 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13779 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13780 (image-animate-timer): Use car-safe.
13781 (image-animate-timeout): Rename argument.
13782
190b47e6
MR
137832011-06-07 Martin Rudalics <rudalics@gmx.at>
13784
13785 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13786 window.c. Rename first argument to ALL-FRAMES.
13787 Rephrase doc-strings.
13788 (get-buffer-window-list): Rewrite using window-list-1.
13789 Rephrase doc-string.
a1511caf
MR
13790 (window-safe-min-height, window-safe-min-width): New constants.
13791 (window-size-ignore, window-min-size, window-min-size-1)
13792 (window-sizable, window-sizable-p, window-size-fixed-1)
13793 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13794 (window-max-delta-1, window-max-delta, window-resizable)
13795 (window-resizable-p, window-total-height, window-total-width)
13796 (window-body-width): New functions.
13797 (window-full-height-p, window-full-width-p): Rewrite using
13798 window-total-size.
13799 (window-body-height): Rewrite using window-body-size.
190b47e6 13800
85cc1f11
MR
138012011-06-06 Martin Rudalics <rudalics@gmx.at>
13802
13803 * window.el (window-right, window-left, window-child)
13804 (window-child-count, window-last-child, window-any-p)
13805 (normalize-live-buffer, normalize-live-frame)
13806 (normalize-any-window, normalize-live-window)
13807 (window-iso-combination-p, window-iso-combined-p)
13808 (window-iso-combinations)
13809 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13810 (windows-with-parameter, window-with-parameter)
13811 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13812 (window-atom-check, window-side-check, window-check):
13813 New functions.
85cc1f11
MR
13814 (ignore-window-parameters, window-sides, window-sides-vertical)
13815 (window-sides-slots): New variables.
13816 (window-size-fixed): Move down in code. Minor doc-string fix.
13817
e7156492
AS
138182011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13819
13820 * comint.el (comint-dynamic-complete-as-filename)
13821 (comint-dynamic-complete-filename): Correctly call
13822 completion-in-region.
13823
7e821d0d
DD
138242011-06-05 Deniz Dogan <deniz@dogan.se>
13825
13826 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13827 in last change.
13828
ac09b8a1
DD
138292011-06-05 Deniz Dogan <deniz@dogan.se>
13830
13831 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13832 (rcirc): Use it to prompt for encryption.
13833
34699b85
RW
138342011-06-05 Roland Winkler <winkler@gnu.org>
13835
13836 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13837 (bibtex-search-entries): New command bound to C-c C-a.
13838 (bibtex-display-entries): New function.
13839
004dedd3
RW
138402011-06-05 Roland Winkler <winkler@gnu.org>
13841
13842 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13843 (bibtex-insert-kill): After yanking insert newline if necessary.
13844 (bibtex-initialize): Call bibtex-string-files-init only once.
13845 (bibtex-mode): Do not call easy-menu-add.
13846 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13847 (bibtex-yank): Set arg properly if nil.
13848
022fe7ce
RW
138492011-06-05 Roland Winkler <winkler@gnu.org>
13850
2b75be67
SM
13851 * textmodes/bibtex.el (bibtex-search-entry-globally):
13852 New variable.
022fe7ce
RW
13853 (bibtex-search-entry): Use it.
13854
b7c3692a
RW
138552011-06-05 Roland Winkler <winkler@gnu.org>
13856
13857 * textmodes/bibtex.el (bibtex-entry-format): New option
13858 sort-fields.
13859 (bibtex-format-entry, bibtex-reformat): Honor this option.
13860 (bibtex-parse-entry): Return fields in proper order.
13861
8eda563d
JB
138622011-06-05 Juanma Barranquero <lekktu@gmail.com>
13863
13864 * doc-view.el (doc-view-remove-if): Move computation of result out
13865 of `dolist' to silence misleading lexical-binding warning.
13866
7dbe3dbc
CY
138672011-06-04 Chong Yidong <cyd@stupidchicken.com>
13868
13869 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13870 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13871
0c33dd17
MA
138722011-06-04 Michael Albinus <michael.albinus@gmx.de>
13873
13874 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13875 "SunOS 5.10".
13876
f8f91c2b
MA
138772011-06-04 Michael Albinus <michael.albinus@gmx.de>
13878
13879 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13880 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13881 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13882 (tramp-parse-putty):
13883 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13884 (tramp-completion-function-alist-ssh)
13885 (tramp-completion-function-alist-telnet)
13886 (tramp-completion-function-alist-su)
13887 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13888 cookie.
13889
13890 * net/tramp-ftp.el:
13891 * net/tramp-sh.el:
13892 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13893 load "tramp.el" `tramp-set-completion-function'.
13894
e17d9003
SM
138952011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13896
13897 * shell.el: Require and use pcomplete.
13898 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13899 (shell-completion-vars): Set pcomplete-default-completion-function.
13900
6c4cab03
DD
139012011-06-04 Deniz Dogan <deniz@dogan.se>
13902
13903 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13904 `memq' (Bug#8799).
13905
ea9fafe0
SM
139062011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13907
13908 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13909
b3e945d3
JB
139102011-06-02 Juanma Barranquero <lekktu@gmail.com>
13911
13912 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13913 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13914 * vc/log-view.el (log-view-beginning-of-defun):
13915 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13916 (smerge-refine-forward, smerge-refine-chopup-region):
13917 Silence warning for unused `dotimes' counter variables.
13918
7d520089
SM
139192011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13920
13921 * net/tramp.el (tramp-with-progress-reporter): Rename from
13922 with-progress-reporter. Use `declare'.
13923 * net/tramp-smb.el:
13924 * net/tramp-sh.el:
13925 * net/tramp-gvfs.el: Update all uses.
13926
a1c2400f
JB
139272011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13928
13929 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13930 buffer isn't killed before making it current.
13931
2403c841
SM
139322011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13933
13934 Silence various byte-compiler warnings.
13935 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13936 `access-type' and new obsolescence format.
13937 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13938 new format.
13939 (byte-compile-check-variable): New `access-type' argument.
13940 Only warn if the access-type is obsolete.
13941 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13942 (byte-compile-variable-set): Adjust callers.
13943 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13944 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13945 setting it as obsolete.
13946 * simple.el (minibuffer-completing-symbol):
13947 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13948 access as obsolete.
13949 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13950 obsolete yet.
13951 * international/quail.el (quail-mouse-choose-completion): Remove unused
13952 code referring to obsolete var.
13953 (quail-choose-completion-string): Remove.
13954 * server.el (server-clients-with, server-kill-buffer-query-function)
13955 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13956 * proced.el (proced-send-signal):
13957 * emacs-lisp/lisp.el (lisp-complete-symbol):
13958 Replace completion-annotate-function with completion-extra-properties.
13959
2462470b
SM
139602011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13961
fb5b2591
SM
13962 * simple.el (goto-line): Use read-number.
13963 (overriding-map-is-bound): Remove.
13964 (saved-overriding-map): Change default.
13965 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13966 Take the map as argument.
13967 (universal-argument, negative-argument, digit-argument): Use it.
13968 (restore-overriding-map): Adjust.
13969 (do-auto-fill): Use fill-forward-paragraph.
13970 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13971
fd6fa53f
SM
13972 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13973 (minibuffer-inactive-mode): New major mode.
13974 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13975 the *Messages* buffer" hack.
13976 (mouse-popup-menubar): Don't burp if the event is a normal key.
13977
2462470b
SM
13978 Miscellaneous tweaks.
13979 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13980 lexical scoping as in subr.el's dolist and dotimes.
13981 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13982 Silence compiler warning.
13983 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13984 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13985 * international/ccl.el (ccl-compile): Trivial simplification.
13986 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13987 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13988 `printflag' argument.
13989 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13990 Purecopy the whole obsolescence data.
13991
108bf785
LL
139922011-06-01 Leo Liu <sdl.web@gmail.com>
13993
13994 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13995 improve doc-string as suggested by Marco Pessotto
13996 <melmothx@gmail.com>.
13997 (rcirc-print): Fix last change.
13998
30a23501
SM
139992011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14000
14001 * minibuffer.el (complete-with-action): Return nil for the metadata and
14002 boundaries of non-functional tables.
14003 (completion-table-dynamic): Return nil for the metadata.
14004 (completion-table-with-terminator): Add default case, using
14005 complete-with-action.
14006 (completion--metadata): New function.
14007 (completion-all-sorted-completions, minibuffer-completion-help): Use it
14008 to try and avoid pathological performance problems.
14009 (completion--embedded-envvar-table): Return `category' metadata.
14010
bcd54f83
LMI
140112011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14012
14013 * subr.el (process-alive-p): New tiny convenience function.
14014
e227544d
SM
140152011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14016
14017 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
14018 content but also its previous major mode.
14019
e8296fdc
HE
140202011-05-31 Helmut Eller <eller.helmut@gmail.com>
14021
4d61f28d 14022 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
14023 *Backtrace* buffer when we exit with C-M-c.
14024
620c53a6
SM
140252011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 * minibuffer.el: Add metadata method to completion tables.
14028 (completion-category-overrides): New defcustom.
14029 (completion-metadata, completion--field-metadata)
14030 (completion-metadata-get, completion--styles)
14031 (completion--cycle-threshold): New functions.
14032 (completion-try-completion, completion-all-completions):
14033 Add `metadata' argument to choose completion-styles.
14034 (completion--do-completion): Use metadata to choose cycling.
14035 (completion-all-sorted-completions): Use metadata for sorting.
14036 Remove :completion-cycle-penalty which is not needed any more.
14037 (completion--try-word-completion): Add `metadata' argument.
14038 (minibuffer-completion-help): Check metadata for annotation function
14039 and sorting.
14040 (completion-file-name-table): Return `category' metadata.
14041 (minibuffer-completing-file-name): Make obsolete.
14042 * simple.el (minibuffer-completing-symbol): Make obsolete.
14043 * icomplete.el (icomplete-completions): Pass new `metadata' param to
14044 completion-try-completion.
14045
1257e755
SM
140462011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14047
14048 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
14049
3767e706
LL
140502011-05-30 Leo Liu <sdl.web@gmail.com>
14051
14052 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
14053 (rcirc-print): Decode all incoming messages (bug#8744).
14054 (rcirc-decode-coding-system): Allow value nil for automatic coding
14055 system detection.
3767e706 14056
d1a5d56a
GM
140572011-06-01 Glenn Morris <rgm@gnu.org>
14058
14059 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
14060
e8cbec34
CY
140612011-05-29 Chong Yidong <cyd@stupidchicken.com>
14062
14063 * image.el (image-animate-max-time): Allow nil and t values.
14064 Default to nil.
14065 (create-animated-image): Doc fix.
14066 (image-animate-start): Remove second arg; just use
14067 image-animate-max-time.
14068 (image-animate-timeout): Doc fix. Args changed.
14069
14070 * image-mode.el (image-toggle-display-image): Ensure that the
14071 image spec passed to the animate timer is the same object as in
58179cce 14072 the buffer's display property (Bug#6981).
e8cbec34
CY
14073 (image-transform-properties): Doc fix.
14074
14075 * image.el (image-animate-max-time): Default to nil.
14076
159daf87
MR
140772011-05-29 Martin Rudalics <rudalics@gmx.at>
14078
14079 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
14080 entire buffer list (Bug#8184).
14081
d66c4c7c
CY
140822011-05-29 Chong Yidong <cyd@stupidchicken.com>
14083
14084 * image.el (imagemagick-types-inhibit)
14085 (imagemagick-register-types): Doc fix.
14086
80aec780
DD
140872011-05-29 Deniz Dogan <deniz@dogan.se>
14088
14089 * net/rcirc.el (rcirc): Use the user's stored encryption method by
14090 default.
14091
1dd3c2d9
CY
140922011-05-29 Chong Yidong <cyd@stupidchicken.com>
14093
14094 * select.el: Don't perform clipboard-manager saving in hooks;
14095 leave the hooks empty.
14096
60e56523
LL
140972011-05-28 Leo Liu <sdl.web@gmail.com>
14098
14099 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14100 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
14101 (occur-edit-mode): New major mode (Bug#8463).
14102 (occur-after-change-function): New function.
14103 (occur-engine): Give Occur tags a read-only property.
14104
2b1e1a22
KR
141052011-05-28 Kevin Ryde <user42@zip.com.au>
14106
14107 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
14108
5d344e88
CY
141092011-05-28 Chong Yidong <cyd@stupidchicken.com>
14110
8e6ca83d
CY
14111 * bindings.el (help-echo): Make the initial non-indicator dash
14112 empty on graphical terminals (Bug#7295).
14113
5d344e88
CY
14114 * files.el (auto-mode-alist): Move config rule after the
14115 in-stripping one (Bug#8547).
14116
bfbbace7
CY
14117 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
14118
fbeba6e2
CY
14119 * startup.el (normal-splash-screen): Remove gratuitous mode-line
14120 setting (Bug#8740).
14121
60ed8c72
AA
141222011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
14123
4ac619f0
AA
14124 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
14125 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14126 (Bug#8539).
60ed8c72 14127
23db196e
CY
141282011-05-28 Chong Yidong <cyd@stupidchicken.com>
14129
14130 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14131
5012f24c
DK
141322011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
14133
14134 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14135 (hs-hide-block-at-point, hs-find-block-beginning)
14136 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14137 (Bug#8279).
14138
6a639b16
GM
141392011-05-28 Glenn Morris <rgm@gnu.org>
14140
14141 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14142
d43eaf2c
CY
141432011-05-28 Chong Yidong <cyd@stupidchicken.com>
14144
5199bde1
CY
14145 * help-fns.el (describe-function-1): If the function is a derived
14146 major mode, print the parent mode.
14147
d43eaf2c
CY
14148 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14149 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14150
423428a8
SM
141512011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14152
0ff8e1ba 14153 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14154 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14155 * progmodes/etags.el (tags-completion-at-point-function):
14156 * info-look.el (info-lookup-completions-at-point): Mark as
14157 non-exclusive.
14158 (info-complete): Adjust accordingly.
14159
423428a8
SM
14160 * info-look.el: Convert to lexical-binding and completion-at-point.
14161 (info-lookup-completions-at-point): New function.
14162 (info-complete): Use it and completion-in-region.
14163
b74aa22b
DA
141642011-05-28 Drew Adams <drew.adams@oracle.com>
14165
14166 * isearch.el: Let M-e start with point at the first mismatched char.
14167 (isearch-fail-pos): New function.
14168 (isearch-edit-string): Use it.
14169
66e2e71d
DK
141702011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14171
14172 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14173
b1890b0f 141742011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14175
14176 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14177 traversal functions for avl-trees.
14178 (avl-tree--stack): New struct.
14179 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14180 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14181 (avl-tree--do-enter): Add optional `updatefun' arg.
14182 Change return value.
eb95d01d 14183 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14184 (avl-tree--do-delete): Add `test' and `nilflag' args.
14185 Change return value.
eb95d01d
TC
14186 (avl-tree-member): Add optional `nilflag'
14187 (avl-tree-member-p): New function.
14188 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14189 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14190 (avl-tree-stack-empty-p): New functions.
14191
3769ddcf
TC
14192 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14193 avl-tree--del-balance1 and make it work both ways.
14194 (avl-tree--del-balance2): Remove.
14195 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14196 make it work both ways.
14197 (avl-tree--enter-balance2): Remove.
14198 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14199 New macros.
14200 (avl-tree--mapc, avl-tree-map): Add direction argument.
14201
eb95d01d 142022011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14203
14204 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14205
a9f737ee
CY
142062011-05-27 Chong Yidong <cyd@stupidchicken.com>
14207
14208 * select.el: Support clipboard managers with built-in function
14209 x-clipboard-manager-save, via delete-frame-functions and
14210 kill-emacs-hook.
14211 (xselect-convert-to-targets): Add MULTIPLE target to list.
14212 (xselect-convert-to-save-targets): New function.
14213
c92a1e54
KH
142142011-05-27 Kenichi Handa <handa@m17n.org>
14215
14216 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14217 let-binding rfc2047-encode-encoded-words to nil.
14218
e145f188
GM
142192011-05-27 Glenn Morris <rgm@gnu.org>
14220
5ec8a862
GM
14221 * mail/emacsbug.el: Don't require url-util.
14222
4b29d9fb
GM
14223 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14224
e145f188
GM
14225 * files.el (set-auto-mode):
14226 Also respect mode: entries at the end of the file. (Bug#8586)
14227
7d15102b
GM
142282011-05-26 Glenn Morris <rgm@gnu.org>
14229
98f593b8
GM
14230 * files.el (hack-local-variables-prop-line, hack-local-variables):
14231 Downcase mode names, as seems to be traditional.
27b48e63 14232 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14233
7d15102b
GM
14234 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14235 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14236
51d5b4ec
JD
142372011-05-25 Julien Danjou <julien@danjou.info>
14238
14239 * textmodes/rst.el (rst-define-level-faces): Do not define face
14240 symbol if it is already defined.
14241
91513f63
VB
142422011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14243
14244 * play/5x5.el (5x5-new-game, 5x5-randomize):
14245 Reset 5x5-solver-output to nil when a new grid is cast.
14246 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14247 these debugging traces, as defmacro breaks the compiled code.
14248
4d90d6d0
DK
142492011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14250
14251 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14252
e1b90ef6
LL
142532011-05-24 Leo Liu <sdl.web@gmail.com>
14254
14255 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14256 (vc-bzr-sha1): Adapt.
14257
d8e4b68b 14258 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14259
14260 * bindings.el: Provide sha1 feature.
14261
db0406bb 142622011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14263
14264 * mail/sendmail.el: Require `rfc2047'.
14265 (mail-insert-from-field): Do not perform RFC2047 encoding.
14266 (mail-encode-header): New function.
14267 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14268 buffer to the return value of select-message-coding-system.
14269 Call mail-encode-header.
b8d747b9
KH
14270
14271 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14272
db0406bb 142732011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14274
4d90d6d0
DK
14275 * mail/supercite.el (sc-default-cite-frame):
14276 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14277
eb8a5e9b
GM
142782011-05-24 Glenn Morris <rgm@gnu.org>
14279
f8630703
GM
14280 * progmodes/python.el (brm-menu): Declare.
14281
8831bbed
GM
14282 * emulation/viper.el (viper-set-hooks): Declare.
14283
eb8a5e9b
GM
14284 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14285 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14286 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14287 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14288 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14289 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14290
a2a25d24
SM
142912011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 Add an :exit-function for completion-at-point.
14294
14295 * minibuffer.el (completion--done): New fun.
14296 (completion--do-completion): Use it. New arg `expect-exact'.
14297 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14298 since completion--do-completion does it for us now.
14299 (minibuffer-force-complete): Use completion--done and
14300 completion--replace. Handle sole-completion case with more care.
14301 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14302 (completion-extra-properties): New var.
14303 (completion-annotate-function): Make obsolete.
14304 (minibuffer-completion-help): Adjust accordingly.
14305 Use completion-list-insert-choice-function.
14306 (completion-at-point, completion-help-at-point):
14307 Bind completion-extra-properties.
14308 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14309 * simple.el (completion-list-insert-choice-function): New var.
14310 (completion-setup-function): Preserve it.
14311 (choose-completion): Pay attention to it, shuffle the code a bit.
14312 (choose-completion-string): New arg `insert-function'.
14313
14314 * textmodes/bibtex.el: Convert to lexical binding.
14315 (bibtex-mode-map): Use completion-at-point.
14316 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14317 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14318 (bibtex-complete): Define as obsolete alias.
14319 (bibtex-complete-internal): Remove.
14320 (bibtex-format-entry): Remove unused sub-group in regexp.
14321 * shell.el (shell--command-completion-data)
14322 (shell-environment-variable-completion):
14323 * pcomplete.el (pcomplete-completions-at-point):
14324 * comint.el (comint--complete-file-name-data): Use :exit-function
14325 instead of completion-table-with-terminator so it also works for
14326 choose-completion.
14327
e44e373d
SM
143282011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14329
4f91a816
SM
14330 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14331
782fc819
SM
14332 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14333 (bug#8710).
14334
e44e373d
SM
14335 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14336
381987c3
KM
143372011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14338
14339 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14340 customization variable and implement: If non-nil, auto-fill will
14341 be inhibited while on topic's header line.
14342
b776bc70
VB
143432011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14344
14345 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14346 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14347 always have a solution in grid size = 5 cases.
14348 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14349 (5x5-solver-output, 5x5-log-buffer): New vars.
14350 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14351 Make these variables buffer local to achieve 5x5 multi-session-ness.
14352 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14353 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14354 (5x5-solve-suggest): New funs.
14355 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14356 randomize a grid so that we ensure that there is always a solution.
14357 (5x5-make-random-grid): Allow other movement than flipping.
14358
7de88b6e
KR
143592011-05-23 Kevin Ryde <user42@zip.com.au>
14360
14361 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14362 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14363 advice and passes PREDICATE.
14364
b1ef1257
SM
143652011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14366
bbca48fe
SM
14367 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14368 byte-compile-lambda if it's actually a lambda.
14369
b1ef1257
SM
14370 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14371 Fix function quoting. Use backquote better.
14372
92a9cc65
YS
143732011-05-22 Yuanle Song <sylecn@gmail.com>
14374
14375 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14376 matching (Bug#8516).
14377
f0fb8059
JA
143782011-01-22 Jari Aalto <jari.aalto@cante.net>
14379
14380 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14381 different face (Bug#8178).
14382
d5b44c93
CY
143832011-05-22 Chong Yidong <cyd@stupidchicken.com>
14384
14385 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14386 defface (Bug#8144).
14387
79106a44
SM
143882011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14389
9c848d8a
SM
14390 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14391 funcall as well (bug#8712). Warn when performing those conversions.
14392 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14393
79106a44
SM
14394 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14395
88dfa756
GM
143962011-05-22 Glenn Morris <rgm@gnu.org>
14397
14398 * files.el (hack-local-variables-prop-line): Small simplifications.
14399 (hack-local-variables, hack-local-variables-prop-line):
14400 If MODE-ONLY, return the mode, rather than just `t'.
14401
b7cf2c79
SM
144022011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14403
14404 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14405
3f1a8558
GM
144062011-05-21 Glenn Morris <rgm@gnu.org>
14407
7e4ccca3
GM
14408 * files.el (hack-local-variables-prop-line, hack-local-variables):
14409 If only interested in the mode, don't bother doing the other stuff.
14410
637d46ca
GM
14411 * image-mode.el (image-after-revert-hook):
14412 Redraw all frames on which the image is visible. (Bug#8567)
14413
973d955b
GM
14414 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14415
3f1a8558
GM
14416 * wid-edit.el (widget-checklist-match-inline):
14417 Fix 2011-04-19 change. (Bug#8649)
14418
96479927
SM
144192011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14420
1dcf791f
SM
14421 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14422 Also allow singlespace after single-letter capitals followed by a dot.
14423
96479927
SM
14424 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14425 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14426
35fd0881
N
144272011-05-20 Nix <nix@esperi.org.uk>
14428
14429 * files.el (basic-save-buffer-2):
14430 Fix handling of break-hardlink-on-save with non-existent files.
14431
82745640
DD
144322011-05-19 Deniz Dogan <deniz@dogan.se>
14433
14434 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14435 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14436
4a720484
GM
144372011-05-19 Glenn Morris <rgm@gnu.org>
14438
d1f21341
GM
14439 * progmodes/f90.el (f90-type-def-re):
14440 Handle "type, bind(c)". (Bug#8691)
14441
4a720484
GM
14442 * emacs-lisp/autoload.el (batch-update-autoloads):
14443 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14444
2fb0a219
MA
144452011-05-18 Michael Albinus <michael.albinus@gmx.de>
14446
14447 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14448 property for the correct connection in case of multihops.
14449
e565dd37
GM
144502011-05-18 Glenn Morris <rgm@gnu.org>
14451
c2571358 14452 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14453 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14454
e565dd37
GM
14455 Rationalize calendar handling of day and month abbrev-arrays.
14456 * calendar/calendar.el (calendar-customized-p): New function.
14457 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14458 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14459 Add :set function.
14460 (calendar-abbrev-length, calendar-day-abbrev-array)
14461 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14462 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14463 Elements may no longer be nil.
14464 (calendar-day-name, calendar-month-name):
14465 Update for changed nature of abbrev arrays.
14466 * calendar/diary-lib.el (diary-name-pattern):
14467 Update for changed nature of abbrev arrays.
14468 (diary-mark-entries-1): Update calendar-make-alist calls.
14469 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14470 * calendar/cal-html.el (cal-html-day-abbrev-array):
14471 Simply inherit from calendar-day-abbrev-array.
14472
1d99a745
SM
144732011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14474
14475 * progmodes/grep.el (grep-mode): Disable default
14476 compilation-directory-matcher setting (bug#8684).
14477
7c1d9aa0
MA
144782011-05-17 Michael Albinus <michael.albinus@gmx.de>
14479
14480 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14481 instead of "head" and "tail". There were problems with SunOS 5.9,
14482 and it performs better.
14483
3952e9d8
GM
144842011-05-17 Glenn Morris <rgm@gnu.org>
14485
2dd12e7f
GM
14486 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14487
e4157b9c
GM
14488 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14489 Replace obsolete function.
14490
8e249bbd
GM
14491 * shell.el (pcomplete-parse-arguments-function): Declare.
14492
3952e9d8
GM
14493 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14494 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14495 (appt-check): Doc fixes.
14496 (appt-disp-window-function, appt-delete-window-function):
14497 Remove needless special case in custom :type.
14498 (appt-display-count): Default to 0, not nil.
14499 (appt-check): Reset appt-display-count to 0, not nil.
14500
c71a0d48 145012011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14502
c71a0d48
GM
14503 * progmodes/python.el (python-font-lock-keywords):
14504 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14505
31d55be9
SM
145062011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14507
14508 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14509
3bfacb2f
KR
145102011-05-16 Kevin Ryde <user42@zip.com.au>
14511
14512 * info-look.el (makefile-automake-mode): New setups, looking in
14513 automake manual, then makefile-mode.
14514 (makefile-mode): Remove automake manual, have it just in
14515 makefile-automake-mode since there's various things different or
14516 not relevant to plain make.
14517 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14518 believe a hypothetical automake-mode would go to makefile-mode,
14519 not the other way around.
14520
c8e83751
CY
145212011-05-15 Chong Yidong <cyd@stupidchicken.com>
14522
5e9e35cd
CY
14523 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14524 hunk-end tags (Bug#8672).
14525
c8e83751
CY
14526 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14527 vc-annotate-show-diff-revision-at-line (Bug#8671).
14528
50b23e5a
GM
145292011-05-14 Glenn Morris <rgm@gnu.org>
14530
7210a739
GM
14531 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14532 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14533 (change-log-font-lock-keywords): Also handle multiple author lines
14534 with leading tabs. (Bug#8644)
7210a739 14535
4691905a
GM
14536 * calendar/appt.el (appt-check): Rename some local variables.
14537 Some simplification/reordering.
14538
50b23e5a
GM
14539 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14540 (feedmail-sendmail-f-doesnt-sell-me-out)
14541 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14542 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14543 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14544 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14545 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14546 (feedmail-binmail-gnulinuxish-template):
14547 Rename from feedmail-binmail-linuxish-template.
14548 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14549 Use insert-buffer-substring.
14550
215cda7c
BC
145512011-05-14 Bill Carpenter <bill@carpenter.org>
14552
14553 * mail/feedmail.el (feedmail-patch-level): Increase.
14554 (feedmail-debug): New custom group.
14555 (feedmail-confirm-outgoing-timeout)
14556 (feedmail-sendmail-f-doesnt-sell-me-out)
14557 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14558 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14559 (feedmail-sender-line, feedmail-from-line)
14560 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14561 (feedmail-spray-this-address)
215cda7c
BC
14562 (feedmail-spray-address-fiddle-plex-list)
14563 (feedmail-queue-use-send-time-for-date)
14564 (feedmail-queue-use-send-time-for-message-id)
14565 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14566 (feedmail-buffer-eating-function):
14567 Doc fixes.
14568 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14569 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14570 (feedmail-message-action-scroll-down): New functions.
14571 (feedmail-queue-directory, feedmail-queue-draft-directory):
14572 Use expand-file-name.
14573 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14574 Remove C-v help entry.
14575 (feedmail-queue-buffer-file-name): New variable.
14576 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14577 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14578 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14579 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14580 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14581 (feedmail-message-action-toggle-spray)
14582 (feedmail-run-the-queue-no-prompts)
14583 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14584 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14585 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14586 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14587 (feedmail-envelope-deducer, feedmail-fiddle-from)
14588 (feedmail-fiddle-sender, feedmail-default-date-generator)
14589 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14590 (feedmail-fiddle-spray-address)
14591 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14592 (feedmail-fiddle-list-of-fiddle-plexes)
14593 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14594 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14595 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14596 Change default. Doc fix.
14597 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14598 (feedmail-binmail-linuxish-template): New constant.
14599 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14600 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14601 (feedmail-send-it): Add debug call.
14602 Use feedmail-queue-buffer-file-name, and
14603 feedmail-send-it-immediately-wrapper.
14604 (feedmail-message-action-send): Add debug call.
14605 Use feedmail-send-it-immediately-wrapper.
14606 (feedmail-queue-express-to-queue): Add debug call.
14607 Run feedmail-queue-express-hook.
14608 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14609 (feedmail-message-action-help-blat):
14610 Rename from feedmail-queue-send-edit-prompt-help-first.
14611 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14612 Check line-endings. Handle errors better.
14613 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14614 Doc fix. Add debug call.
14615 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14616 Use feedmail-queue-send-edit-prompt-inner.
14617 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14618 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14619 from feedmail-queue-send-edit-prompt.
14620 (feedmail-queue-send-edit-prompt-help)
14621 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14622 (feedmail-tidy-up-slug): Add debug call.
14623 Respect feedmail-queue-slug-suspect-regexp.
14624 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14625 (feedmail-dump-message-to-queue): Add debug call.
14626 Expand queue-directory.
14627 (feedmail-dump-message-to-queue): Change message slightly.
14628 Use feedmail-say-chatter.
14629 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14630 (feedmail-send-it-immediately-wrapper): New function.
14631 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14632 Insert empty string rather than newline. Handle full-frame case.
14633 Use catch/throw. Use feedmail-say-chatter.
14634 (feedmail-fiddle-from): Try mail-host-address.
14635 (feedmail-default-message-id-generator): Doc fix.
14636 Bind system-time-locale. Handle missing end.
14637 (feedmail-fiddle-x-mailer): Add debug call.
14638 Handle feedmail-x-mailer-line being nil.
14639 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14640 Add debug call. Use buffer-substring-no-properties.
14641 (feedmail-say-debug, feedmail-say-chatter): New functions.
14642 (feedmail-find-eoh): Give an explicit error.
14643
42c7e61e
UJ
146442011-05-13 Ulf Jasper <ulf.jasper@web.de>
14645
c2571358 14646 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14647 family from helvetica to sans.
c2571358 14648 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14649 etc/images/newsticker.
14650
c2571358 14651 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14652 family from helvetica to sans.
14653
14654 * net/newst-plainview.el (newsticker-new-item-face)
14655 (newsticker-old-item-face, newsticker-immortal-item-face)
14656 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14657 (newsticker-statistics-face): Change default family from
42c7e61e 14658 helvetica to sans.
c2571358 14659 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14660 etc/images/newsticker.
14661
5d3385a0
JB
14662 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14663 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14664 auto-marking.
14665
8497a297
DV
146662011-05-13 Didier Verna <didier@xemacs.org>
14667
14668 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14669 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14670 TODO entries.
8497a297
DV
14671 (lisp-lambda-list-keyword-parameter-indentation)
14672 (lisp-lambda-list-keyword-parameter-alignment)
14673 (lisp-lambda-list-keyword-alignment): New customizable user options.
14674 (lisp-indent-defun-method): Improve docstring.
14675 (extended-loop-p): Fix comment.
14676 (lisp-indent-lambda-list-keywords-regexp): New variable.
14677 (lisp-indent-lambda-list): New function.
14678 (lisp-indent-259): Use it.
14679 (lisp-indent-defmethod): Support for more than one
14680 method qualifier and properly indent methods lambda-lists.
14681 (defgeneric): Provide a missing common-lisp-indent-function property.
14682
f278f87f
SM
146832011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14684
14685 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14686 bounds for the empty string (bug#8667).
14687
5233edd7
GM
146882011-05-13 Glenn Morris <rgm@gnu.org>
14689
5237a44f
GM
14690 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14691
8340026c 14692 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14693 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14694
5233edd7 14695 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14696 (appt-time-msg-list): Doc fix.
a5464014 14697 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14698
92d10796
AS
146992011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14700
14701 * progmodes/ld-script.el (ld-script-keywords)
14702 (ld-script-builtins): Update keywords list.
14703
914a0ae1
SM
147042011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14705
c89be45f
SM
14706 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14707
914a0ae1
SM
14708 * shell.el (shell-completion-vars): New function.
14709 (shell-mode):
14710 * simple.el (read-shell-command): Use it.
14711 (blink-matching-open): No need for " [...]" in minibuffer-message.
14712
98dc3df3
GM
147132011-05-12 Glenn Morris <rgm@gnu.org>
14714
14715 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14716 (appt-check): Simplify.
14717
d2fc7e3d 147182011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14719
4d61f28d 14720 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14721 literal "/dev/null".
14722
d2fc7e3d 147232011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14724
14725 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14726 Fix typo.
14727
d2fc7e3d 147282011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14729
3f254caa
SM
14730 * progmodes/which-func.el (which-function):
14731 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14732 which might not be defined (Bug#8260).
14733
d45885f7
GM
147342011-05-12 Glenn Morris <rgm@gnu.org>
14735
14736 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14737 Let byte-compile-initial-macro-environment always take precedence.
14738
488086f4
SM
147392011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14740
14741 * net/rcirc.el: Add support for SSL/TLS connections.
14742 (rcirc-server-alist): New field `encryption'.
14743 (rcirc): Check `encryption' settings.
14744 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14745 Merge make-local-variable into `set'.
14746 (rcirc--connection-open-p): New function.
14747 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14748 the process is not a network process (e.g. running gnutls-cli).
14749 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14750 Make rcirc-(en|de)code-coding-system local here.
14751 (rcirc-mode): Merge make-local-variable into `set'.
14752 (rcirc-parent-buffer): Make permanent buffer-local.
14753 (rcirc-multiline-minor-mode): Don't do it here.
14754 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14755 there's no server buffer.
14756
7d3b9d44
GM
147572011-05-11 Glenn Morris <rgm@gnu.org>
14758
f64049c6
GM
14759 * newcomment.el (comment-kill): Prefix "unused" local.
14760
93c9df73
GM
14761 * term/w32console.el (get-screen-color): Declare.
14762
7d3b9d44
GM
14763 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14764 Handle symbol elements of byte-compile-initial-macro-environment.
14765
9e2dd53f
LL
147662011-05-10 Leo Liu <sdl.web@gmail.com>
14767
488086f4
SM
14768 * bookmark.el (bookmark-bmenu-mode-map):
14769 Bind bookmark-bmenu-search to `/'.
8b340240 14770
9e2dd53f 14771 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14772 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14773 (Footnote-unicode): New function.
14774 (footnote-style-alist): Add unicode style to the list.
14775 (footnote-style): Doc fix.
9e2dd53f 14776
79b70037
GM
147772011-05-10 Jim Meyering <meyering@redhat.com>
14778
14779 Fix doubled-word typos.
14780 * international/quail.el (quail-insert-kbd-layout): and and -> and
14781 * kermit.el: and and -> and
14782 * net/ldap.el (ldap-search-internal): to to -> to
14783 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14784 * progmodes/js.el (js-mode): and and -> and
14785 * textmodes/artist.el (artist-move-to-xy): at at -> at
14786 (artist-draw-region-trim-line-endings): if if -> if
14787 And Safetyc -> Safety.
14788 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14789
b8f82dc1 147902011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 14791 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14792
14793 * files.el (hack-one-local-variable-eval-safep):
14794 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14795
4f99f44b
GM
147962011-05-10 Glenn Morris <rgm@gnu.org>
14797
14798 * calendar/diary-lib.el (diary-list-entries-hook)
14799 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14800 (diary-nongregorian-marking-hook, diary-list-entries)
14801 (diary-include-other-diary-files, diary-mark-entries)
14802 (diary-mark-included-diary-files): Doc fixes.
14803
84f29e6b
JB
148042011-05-09 Juanma Barranquero <lekktu@gmail.com>
14805
14806 * misc.el: Require tabulated-list.el during compilation.
14807
9bedd73a
CY
148082011-05-09 Chong Yidong <cyd@stupidchicken.com>
14809
488086f4
SM
14810 * progmodes/compile.el (compilation-start):
14811 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14812 (compilation-filter-hook): Doc fix.
14813
797c735c
DD
148142011-05-09 Deniz Dogan <deniz@dogan.se>
14815
14816 * wdired.el: Remove outdated installation comment. Fix usage
14817 comment.
14818
5f4b1dfe
JB
148192011-05-09 Juanma Barranquero <lekktu@gmail.com>
14820
14821 * misc.el: Implement new command `list-dynamic-libraries'.
14822 (list-dynamic-libraries--loaded-only-p): New variable.
14823 (list-dynamic-libraries--refresh): New function.
14824 (list-dynamic-libraries): New command.
14825
4c44026c
CY
148262011-05-09 Chong Yidong <cyd@stupidchicken.com>
14827
488086f4
SM
14828 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14829 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14830 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14831 higher priority to avoid clobbering by gnu.
14832
027f966d
CY
148332011-05-08 Chong Yidong <cyd@stupidchicken.com>
14834
14835 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14836 if the face has existing theme settings (Bug#8454).
14837
085f5d7d
CY
148382011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14839
488086f4
SM
14840 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14841 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14842
2a86a00c
RS
14843 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14844 special file names `.' and `..' (Bug#8259).
14845
d9c54a06
CY
148462011-05-08 Chong Yidong <cyd@stupidchicken.com>
14847
488086f4
SM
14848 * progmodes/grep.el (grep-mode-font-lock-keywords):
14849 Remove buffer-changing entries.
d9c54a06
CY
14850 (grep-filter): New function.
14851 (grep-mode): Add it to compilation-filter-hook.
14852
14853 * progmodes/compile.el (compilation-filter-hook)
14854 (compilation-filter-start): New defvars.
14855 (compilation-filter): Call compilation-filter-hook prior to
14856 updating the process mark.
14857
c4662635
SM
148582011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14859
14860 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14861
b0512a1d
EZ
148622011-05-07 Eli Zaretskii <eliz@gnu.org>
14863
605c9376
EZ
14864 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14865 mailclient-send-it even if window-system is nil. (Bug#8595)
14866
c4662635
SM
14867 * term/w32console.el (terminal-init-w32console):
14868 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14869 background-mode. (Bug#8597)
14870
d1dc2cc2
SM
148712011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14874 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14875 New functions.
14876 (defgeneric, eieio--defmethod): Use them.
14877 (eieio-defgeneric): Remove.
14878 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14879
915d1300
GM
148802011-05-07 Glenn Morris <rgm@gnu.org>
14881
a3961c3e
GM
14882 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14883 Use let rather than let*.
14884 (timeclock-find-discrep): Remove unused local.
14885
314347b9
GM
14886 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14887
915d1300
GM
14888 * calendar/appt.el (appt-time-msg-list): Doc fix.
14889
275b59b0
NF
148902011-05-06 Noah Friedman <friedman@splode.com>
14891
14892 * apropos.el (apropos-print-doc): Only use
14893 emacs-lisp-docstring-fill-column when it is bound to an integer,
14894 per that variable's documentation.
14895
6c19f744
SM
148962011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14897
14898 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14899 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14900
60f884b2
GM
149012011-05-06 Glenn Morris <rgm@gnu.org>
14902
5006e634
GM
14903 * calendar/appt.el (appt-message-warning-time): Doc fix.
14904 (appt-warning-time-regexp): New option.
14905 (appt-make-list): Respect appt-message-warning-time.
14906
548d0a63
GM
14907 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14908 New options.
14909 (diary-add-to-list): Strip comments from the displayed string.
14910 (diary-mode): Set comment-start and comment-end.
14911
60f884b2
GM
14912 * vc/diff-mode.el (smerge-refine-subst): Declare.
14913 (diff-refine-hunk): Don't require smerge-mode when compiling.
14914
989681bb
JB
149152011-05-06 Juanma Barranquero <lekktu@gmail.com>
14916
14917 * simple.el (list-processes): Return nil as the docstring says.
14918
a6bc05e1
MA
149192011-05-05 Michael Albinus <michael.albinus@gmx.de>
14920
14921 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14922 to "".
14923 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14924 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14925 determining of binary transfer. (Bug#7383)
14926
23c22e9a
MA
149272011-05-05 Michael Albinus <michael.albinus@gmx.de>
14928
c4662635
SM
14929 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14930 Fix port computation bug. (Bug#8618)
23c22e9a 14931
0bff894f
GM
149322011-05-05 Glenn Morris <rgm@gnu.org>
14933
b8296902
GM
14934 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14935
1f522ce8
GM
14936 * simple.el (shell-dynamic-complete-functions)
14937 (comint-dynamic-complete-functions): Declare.
14938
cf5bee67
GM
14939 * net/network-stream.el (gnutls-negotiate):
14940 * simple.el (tabulated-list-print): Fix declarations.
14941
14942 * progmodes/gud.el (syntax-symbol, syntax-point):
14943 Remove unnecessary and incorrect declarations.
14944
0bff894f
GM
14945 * emacs-lisp/check-declare.el (check-declare-scan):
14946 Handle byte-compile-initial-macro-environment in bytecomp.el
14947
9869b3ae
SM
149482011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14949
14950 Fix earlier half-done eieio-defmethod change (bug#8338).
14951 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14952 Streamline and change calling convention.
14953 (defmethod): Adjust accordingly and simplify.
14954 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14955 new eieio--defmethod.
14956 (slot-boundp): Minor CSE simplification.
14957
9c1d5ac5
MZ
149582011-05-05 Milan Zamazal <pdm@zamazal.org>
14959
14960 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14961 (glasses-make-readable): Use glasses-separate-capital-groups.
14962
455c834e
JB
149632011-05-05 Juanma Barranquero <lekktu@gmail.com>
14964
14965 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14966 (warning-series): Doc fix.
14967 (display-warning): Don't try to create the buffer if we just found it.
14968
9ed7c8cb
CY
149692011-05-04 Chong Yidong <cyd@stupidchicken.com>
14970
14971 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14972 (autoload-find-generated-file): New function.
14973 (generate-file-autoloads): Bind generated-autoload-file to
14974 buffer-file-name.
9869b3ae
SM
14975 (update-file-autoloads, update-directory-autoloads):
14976 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14977 output file (Bug#7989).
14978 (batch-update-autoloads): Doc fix.
14979
0898ca10
JB
149802011-05-04 Juanma Barranquero <lekktu@gmail.com>
14981
14982 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14983
31dfb76c
GM
149842011-05-04 Glenn Morris <rgm@gnu.org>
14985
f330b642
GM
14986 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14987 function, so it follows changes in calendar-date-style.
14988 (diary-fancy-date-matcher): New function.
14989 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14990 (diary-fancy-font-lock-fontify-region-function):
14991 Use diary-fancy-date-pattern as a function.
14992
31dfb76c
GM
14993 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14994 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14995
48e79d6a
TZ
149962011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14997
14998 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14999 instead of positional arguments. Allow :keylist and :crlfiles
15000 arguments.
15001 (open-gnutls-stream): Call it.
15002
15003 * net/network-stream.el (network-stream-open-starttls): Adjust to
15004 call `gnutls-negotiate' with :process and :hostname arguments.
15005
dd5a5ee0
SM
150062011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15007
ef80fc09
SM
15008 * minibuffer.el (completion--message): New function.
15009 (completion--do-completion, minibuffer-complete)
15010 (minibuffer-force-complete, minibuffer-complete-word): Use it.
15011 (completion--do-completion): Don't ignore completion-auto-help when in
15012 icomplete-mode.
15013
dd5a5ee0
SM
15014 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
15015 internal encoding (e.g. tibetan zero is not whitespace).
15016 (global-whitespace-mode): Prefer save-current-buffer.
15017 (whitespace-trailing-regexp): Remove useless save-match-data.
15018 (whitespace-empty-at-bob-regexp): Minor simplification.
15019
b7d22a83
CY
150202011-05-03 Chong Yidong <cyd@stupidchicken.com>
15021
15022 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
15023
5192af46
AM
150242011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15025
15026 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 15027 Use `concat' to create string for insertion.
5192af46 15028
5767d190
SM
150292011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15030
15031 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
15032 Avoid open-line which runs post-self-insert-hook.
15033 (bibtex-fill-entry): Remove unused `end' var.
15034
bf242939
AM
150352011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
15036
5767d190
SM
15037 * textmodes/ispell.el (ispell-add-per-file-word-list):
15038 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 15039
25666126
LL
150402011-05-03 Leo Liu <sdl.web@gmail.com>
15041
15042 * isearch.el (isearch-yank-pop): New command.
5767d190 15043 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
15044 (isearch-forward): Mention it.
15045
52d3c2d0
SM
150462011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15047
1bcace58
SM
15048 * simple.el (minibuffer-complete-shell-command): Remove.
15049 (minibuffer-local-shell-command-map): Use completion-at-point.
15050 (read-shell-command): Setup completion vars here instead.
15051 (read-expression-map): Bind TAB to symbol completion.
15052
52d3c2d0
SM
15053 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
15054 error directly rather via storing it into `results'.
15055
35813471
LL
150562011-05-02 Leo Liu <sdl.web@gmail.com>
15057
15058 * vc/diff.el: Fix description.
15059
e793a940
LMI
150602011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15061
15062 * server.el (server-eval-at): New function.
15063
8de66e05
LMI
150642011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15065
15066 * net/network-stream.el (open-network-stream): Take a :nowait
15067 parameter and pass it on to `make-network-process'.
15068 (network-stream-open-plain): Ditto.
15069
dcb79f20
AS
150702011-04-30 Andreas Schwab <schwab@linux-m68k.org>
15071
15072 * faces.el (face-spec-set-match-display): Don't match toolkit
15073 options on terminal frames.
15074
14a7fbd8
SM
150752011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15076
7eabc1be
SM
15077 * progmodes/pascal.el: Use lexical binding.
15078 (pascal-mode-map): Remove author preferences.
15079
14a7fbd8
SM
15080 * pcomplete.el (pcomplete-std-complete): Don't abuse
15081 completion-at-point.
15082
50f84510
JB
150832011-04-28 Juanma Barranquero <lekktu@gmail.com>
15084
6e087a44
JB
15085 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
15086 removing code that has been dead since 1991 or so.
15087
50f84510
JB
15088 * startup.el (command-line): When warning about "_emacs", use a
15089 delayed warning to allow the user to filter it out.
15090
0ba690bd
DD
150912011-04-28 Deniz Dogan <deniz@dogan.se>
15092
15093 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
15094 user has not joined.
15095
08abfaad
SM
150962011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15097
15098 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
15099 aren't any completions at point.
15100
638f053a
JB
151012011-04-28 Juanma Barranquero <lekktu@gmail.com>
15102
15103 * subr.el (display-delayed-warnings): New function.
15104 (delayed-warnings-hook): New variable.
15105
8fff8daa
SM
151062011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15107
08abfaad
SM
15108 * minibuffer.el (completion-at-point, completion-help-at-point):
15109 Don't presume that a given completion-at-point-function will always
15110 use the same calling convention.
15111
8fff8daa
SM
15112 * pcomplete.el (pcomplete-completions-at-point):
15113 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
15114 pcomplete-seen is non-nil.
15115 (pcomplete-comint-setup): Also recognize the new comint/shell
15116 completion functions.
15117 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
15118 pcomplete-seen is non-nil.
15119
841a1577 151202011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 15121
841a1577 15122 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 15123 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 15124 the first character in the entry. This allows for code to add its
211ec907
UJ
15125 own uid to the entry.
15126 (icalendar--convert-float-to-ical): Add export of
15127 `diary-float'-entries save for those with the optional DAY
15128 argument.
15129
2a782793
DC
151302011-04-27 Daniel Colascione <dan.colascione@gmail.com>
15131
15132 * subr.el (shell-quote-argument): Use alternate escaping strategy
15133 when we spot a variable reference in a string.
15134
0438ce91
DC
151352011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15136
15137 * cus-start.el (all): Define customization for debug-on-event.
15138
841a1577 151392011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15140
15141 * subr.el (shell-quote-argument): Escape correctly under Windows.
15142
d090ed6c
SM
151432011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15144
15145 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15146
bfd31217
MA
151472011-04-25 Michael Albinus <michael.albinus@gmx.de>
15148
d090ed6c
SM
15149 * net/tramp.el (tramp-process-actions): Add POS argument.
15150 Delete region between POS and (pos).
bfd31217 15151
d090ed6c
SM
15152 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15153 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15154 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15155
15156 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15157 position in `tramp-process-actions' call.
15158
15159 * net/trampver.el: Update release number.
15160
e92f3bd3
SM
151612011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15162
850256b5
SM
15163 * custom.el (defcustom): Obey lexical-binding.
15164
e92f3bd3
SM
15165 Fix octave-inf completion problems reported by Alexander Klimov.
15166 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15167 Inherit from octave-mode-syntax-table.
15168 (inferior-octave-mode): Set info-lookup-mode.
15169 (inferior-octave-completion-at-point): New function.
15170 (inferior-octave-complete): Use it and completion-in-region.
15171 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15172 comint-filename-completion.
15173 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15174 symbol elements which shouldn't be word elements.
15175 (octave-font-lock-keywords, octave-beginning-of-defun)
15176 (octave-function-header-regexp): Adjust regexps accordingly.
15177 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15178
cd22b309
JB
151792011-04-25 Juanma Barranquero <lekktu@gmail.com>
15180
15181 * net/gnutls.el (gnutls-errorp): Declare before first use.
15182
8b492194
TZ
151832011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15184
15185 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15186 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15187 default trustfile exists before going to use it. Add missing
5a5fa834 15188 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15189 Reported by Claudio Bley <claudio.bley@gmail.com>.
15190 (open-gnutls-stream): Add usage example.
15191
15192 * net/network-stream.el (network-stream-open-starttls): Give host
15193 parameter to `gnutls-negotiate'.
15194 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15195 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15196
841a1577 151972011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15198
cd22b309
JB
15199 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15200 Use correct match group (bug#8438).
05842630 15201
3ba7869c
CY
152022011-04-24 Chong Yidong <cyd@stupidchicken.com>
15203
512e3ae1
CY
15204 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15205 (package-menu--generate): New arg specifying packages to show.
15206 (package-menu-refresh, package-menu-execute, list-packages):
15207 Callers changed.
15208 (package-show-package-list): New function, replacing deleted
15209 package--list-packages (renamed because it is non-internal).
15210
15211 * finder.el (finder-list-matches): Use package-show-package-list
15212 instead of deleted package--list-packages.
15213
e92f3bd3
SM
15214 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15215 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15216 (vc-annotate-mode-map): Bind it to RET.
15217
7031be6d
UR
152182011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15219
15220 * progmodes/etags.el (next-file): Don't use set-buffer to change
15221 buffers (Bug#8478).
15222
4ef177aa
CY
152232011-04-24 Chong Yidong <cyd@stupidchicken.com>
15224
c8d173eb
CY
15225 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15226
4ef177aa
CY
15227 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15228 (apropos-accumulator): Doc fix.
15229 (apropos-function, apropos-macro, apropos-command)
15230 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15231 (apropos-plist): Add face property.
15232 (apropos-symbols-internal): Fix indentation.
15233 (apropos-print): Simplify help, and recognize apropos-multi-type.
15234 (apropos-print-doc): Use button-type-get to extract the button's
15235 face property. Fill docstring (Bug#8352).
15236
4ffd0d6b 152372011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15238
15239 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15240
c6c32125 15241 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15242 (mpuz-mode-map): Use mapc.
c6c32125
JB
15243 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15244 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15245 Fix typos in docstrings.
15246
58d468b4
JB
15247 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15248 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15249
6470c3c6
JB
15250 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15251
4ffd0d6b 152522011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15253
15254 * minibuffer.el (completion--do-completion): Avoid the "Next char
15255 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15256
3ad8bad0
CY
15257 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15258 mouse-2 into unread-command-events, it is interpreted correctly.
15259
71d73c9c 15260 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15261 (image-toggle-display): Doc fix.
71d73c9c 15262
841a1577 152632011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15264
4ffd0d6b
GM
15265 * textmodes/page.el (what-page): Use line-number-at-pos to
15266 calculate line number (Bug#6825).
6e1dbaa9 15267
c2fb1b60
JB
152682011-04-22 Juanma Barranquero <lekktu@gmail.com>
15269
15270 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15271 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15272 Pass argument NO-DEFAULT to `find-tag-interactive'.
15273
e02f48d7
JB
152742011-04-22 Juanma Barranquero <lekktu@gmail.com>
15275
15276 Lexical-binding cleanup.
15277
15278 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15279 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15280 * progmodes/ada-prj.el (ada-prj-initialize-values)
15281 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15282 (ada-prj-show-value):
15283 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15284 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15285 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15286 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15287 * progmodes/bug-reference.el (bug-reference-push-button):
15288 * progmodes/fortran.el (fortran-line-length):
15289 * progmodes/glasses.el (glasses-change):
15290 * progmodes/octave-mod.el (octave-fill-paragraph):
15291 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15292 (python-pdbtrack-grub-for-buffer, python-sentinel):
15293 * progmodes/sql.el (sql-save-connection):
15294 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15295 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15296 Mark unused parameters.
15297
15298 * progmodes/compile.el (compilation--flush-directory-cache)
15299 (compilation--flush-parse, compile-internal): Mark unused parameters.
15300 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15301 (compilation-next-error-function): Remove unused variable `timestamp'.
15302
15303 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15304 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15305
15306 * progmodes/dcl-mode.el (dcl-end-of-command):
15307 Remove unused variable `start'.
15308 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15309 (dcl-option-value-basic, dcl-option-value-offset)
15310 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15311 Mark unused parameters.
15312 (dcl-save-local-variable): Remove unused variable `val'.
15313 (mode): Declare.
15314
15315 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15316 Mark unused parameters.
15317 (delphi-ignore-changes): Move before first use.
15318 (delphi-charset-token-at): Remove unused variable `start'.
15319 (delphi-else-start): Remove unused variable `if-count'.
15320 (delphi-comment-block-start, delphi-comment-block-end):
15321 Remove unused variable `kind'.
15322 (delphi-indent-line): Remove unused variable `new-point'.
15323
15324 * progmodes/ebrowse.el (ebrowse-files-list)
15325 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15326 Mark unused parameters. Don't quote `lambda'.
15327 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15328 Don't quote `lambda'.
15329 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15330 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15331 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15332 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15333 Use `ignore-errors'.
15334 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15335 (ebrowse-view/find-file-and-search-pattern)
15336 (ebrowse-view/find-member-declaration/definition):
15337 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15338 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15339 Rename parameter PREFIX-ARG to PREFIX.
15340 (ebrowse-tags-read-name): Remove unused variables `start' and
15341 `member-info'.
15342 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15343 to `tags-file'.
15344
15345 * progmodes/etags.el (local-find-tag-hook): Declare.
15346 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15347 Mark unused parameters.
15348
15349 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15350 (executable-interpret): Mark unused parameter.
15351
15352 * progmodes/flymake.el (flymake-process-sentinel)
15353 (flymake-after-change-function)
15354 (flymake-create-temp-with-folder-structure)
15355 (flymake-get-include-dirs-dot): Mark unused parameters.
15356 (flymake-safe-delete-directory): Remove unused variable `err'.
15357
15358 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15359 (speedbar-timer-fn, speedbar-line-text)
15360 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15361 (speedbar-center-buffer-smartly): Declare functions.
15362 (gdb-find-watch-expression): Remove unused variable `array'.
15363 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15364 (gdb-starting): Mark unused parameters.
15365 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15366 (gdb-table-string): Remove unused variable `res'.
15367 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15368 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15369 (gdb-display-buffer): Remove unused variable `cur-size'.
15370
15371 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15372 allow lexical-binding compilation.
15373 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15374 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15375 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15376 Mark unused parameters.
15377 (gud-gdb-marker-filter): Remove unused variable `match'.
15378 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15379 lambda expressions and funcall them, instead of using `fset'.
15380
15381 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15382 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15383
15384 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15385 variable `header-beg'; use `let'.
15386
15387 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15388 `restart', `last-sexp' and `at-do'.
15389
15390 * progmodes/js.el (js--debug): Mark unused parameter.
15391 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15392 (js--splice-into-items): Remove unused variable `item'.
15393 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15394
15395 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15396 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15397 (makefile-complete): Remove unused variable `try'.
15398 (makefile-fill-paragraph, makefile-match-function-end):
15399 Mark unused parameters.
15400
15401 * progmodes/octave-inf.el (inferior-octave-complete):
15402 Remove unused variable `proc'.
15403 (inferior-octave-output-digest): Mark unused parameter.
15404
15405 * progmodes/perl-mode.el (perl-calculate-indent):
15406 Remove unused variable `err'.
15407
15408 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15409 (prolog-indent-line): Mark unused parameters.
15410 (prolog-indent-line): Remove unused variable `beg'.
15411
15412 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15413 (reporter-dont-compact-list): Declare.
15414
15415 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15416 Remove unused variable `char'.
15417 (sh-debug): Mark unused parameter.
15418 (sh-get-indent-info): Remove unused variable `start'.
15419 (sh-calculate-indent): Remove unused variable `var'.
15420
15421 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15422 (simula-electric-keyword): Remove unused variable `null'.
15423 (simula-search-backward, simula-search-forward): Remove unused
15424 variables `begin' and `end'.
15425
15426 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15427 Remove unused variable `pos'.
15428 (vera-electric-tab, vera-comment-uncomment-region):
15429 Mark unused parameters.
15430 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15431
7ede3b65
CY
154322011-04-22 Chong Yidong <cyd@stupidchicken.com>
15433
15434 * emacs-lisp/package.el (package--builtins, package-alist)
15435 (package-load-descriptor, package-built-in-p, package-activate)
15436 (define-package, package-installed-p)
15437 (package-compute-transaction, package-buffer-info)
15438 (package--push): Doc fix. Distinguish more clearly between
15439 version strings and version lists.
15440
121656e9
JB
154412011-04-21 Juanma Barranquero <lekktu@gmail.com>
15442
15443 Lexical-binding cleanup.
15444
15445 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15446 (5x5-make-mutate-best):
15447 * play/fortune.el (fortune-in-buffer):
15448 * play/gomoku.el (gomoku-init-display):
15449 * play/solitaire.el (solitaire, solitaire-do-check):
15450 * play/tetris.el (tetris-default-update-speed-function):
15451 Mark unused parameters.
15452
15453 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15454 (bubbles--shift): Remove unused variable `char-org'.
15455 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15456 (bubbles--show-images): Remove unused variable `char'.
15457
15458 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15459 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15460 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15461 (decipher-analyze-buffer): Use ?\s.
15462 (decipher-make-checkpoint): Remove unused variable `mapping'.
15463
15464 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15465
15466 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15467 Remove unused variable `result'; use `let'.
15468
15469 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15470 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15471 (gametree-children-shown-p, gametree-compute-reduced-score):
15472 Use `ignore-errors'.
15473
15474 * play/handwrite.el (ps-lpr-switches): Declare.
15475 (handwrite): Remove unused variables `pmin' and `lastp'.
15476
15477 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15478
15479 * play/landmark.el (landmark-init-display)
15480 (landmark-update-naught-weights): Mark unused parameters.
15481 (landmark-y): Remove unused variable `noise'. Simplify.
15482 (landmark-human-plays): Remove unused variable `score'.
15483
15484 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15485 (mpuz-try-proposal): Remove unused variable `game'.
15486
15487 * play/zone.el (life-patterns): Declare.
15488
80f499c7
JB
154892011-04-20 Juanma Barranquero <lekktu@gmail.com>
15490
15491 * vc/vc.el (ediff-vc-internal): Declare function.
15492
024ff170
SM
154932011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15494
c0a193ea
SM
15495 * shell.el: Use lexical-binding and std completion UI.
15496 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15497 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15498 comint-preoutput-filter-functions rather than on
15499 comint-output-filter-functions.
15500 (shell-command-completion, shell--command-completion-data)
15501 (shell-filename-completion, shell-environment-variable-completion)
15502 (shell-c-a-p-replace-by-expanded-directory): New functions.
15503 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15504 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15505 (shell-dynamic-complete-environment-variable): Use them.
15506 (shell-dynamic-complete-as-environment-variable)
15507 (shell-dynamic-complete-as-command): Remove.
15508 (shell-match-partial-variable): Match past point.
15509 * comint.el: Clean up use of completion-at-point-functions.
15510 (comint-completion-at-point): New function.
15511 (comint-mode): Use it completion-at-point-functions.
15512 (comint-dynamic-complete): Make it obsolete.
15513 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15514 (comint-c-a-p-replace-by-expanded-history): New function.
15515 (comint-dynamic-complete-functions)
15516 (comint-replace-by-expanded-history): Use it.
15517 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15518 termination strings. Try harder to avoid second try-completion.
15519 (completion-in-region-mode-map): Disable bindings that don't work yet.
15520
2dbaa080
SM
15521 * comint.el: Use lexical-binding. Require CL.
15522 (comint-dynamic-complete-functions): Use comint-filename-completion.
15523 (comint-completion-addsuffix): Tweak custom type.
15524 (comint-filename-completion, comint--common-suffix)
15525 (comint--common-quoted-suffix, comint--table-subvert)
15526 (comint--complete-file-name-data): New functions.
15527 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15528 (comint-dynamic-list-filename-completions): Use them.
15529 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15530
2dbaa080
SM
15531 * minibuffer.el (completion-in-region-mode):
15532 Keep completion-in-region-mode--predicate global.
15533 (completion-in-region--postch):
15534 Assume completion-in-region-mode--predicate is not null.
15535
c79a6f38
SM
15536 * progmodes/flymake.el (flymake-start-syntax-check-process):
15537 Obey `dir'. Simplify.
15538
024ff170
SM
15539 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15540 we're in VC after all.
15541
1c6c854e
CS
155422011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15543
15544 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15545 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15546 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15547
bed7f140
SM
155482011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15549
332e62ab
SM
15550 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15551 add sanity check.
15552
bed7f140
SM
15553 * obsolete/erc-hecomplete.el: Make obsolete.
15554 * obsolete/: Standardize obsolescence info in the header.
15555
f195c582
GM
155562011-04-20 Glenn Morris <rgm@gnu.org>
15557
15558 * calendar/solar.el (solar-horizontal-coordinates):
15559 Use the longitude argument rather than `calendar-longitude'.
15560 (solar-date-next-longitude): Remove unused locals.
15561
cb79b8c0
VJL
155622011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15563
15564 * whitespace.el: New version 13.2.1.
15565
155662011-04-20 felix <EmacsWiki> (tiny change)
15567
d8e4b68b 15568 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15569 switching between major modes on a file.
15570
602ea69d
SM
155712011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15574 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15575 multi-line comments as well.
15576
06b60517
JB
155772011-04-19 Juanma Barranquero <lekktu@gmail.com>
15578
15579 Lexical-binding cleanup.
15580
15581 * arc-mode.el (archive-mode-revert):
15582 * cmuscheme.el (scheme-interactively-start-process):
15583 * custom.el (custom-initialize-delay):
15584 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15585 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15586 * emacs-lock.el (emacs-lock-clear-sentinel):
15587 * ezimage.el (defezimage):
15588 * follow.el (follow-avoid-tail-recenter):
15589 * fringe.el (set-fringe-mode-1):
15590 * generic-x.el (bat-generic-mode-compile):
15591 * help-mode.el (help-info-variable, help-do-xref)
15592 (help-mode-revert-buffer):
15593 * help.el (view-emacs-todo):
15594 * iswitchb.el (iswitchb-completion-help):
15595 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15596 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15597 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15598 * locate.el (locate-update):
15599 * longlines.el (longlines-encode-region)
15600 (longlines-after-change-function):
15601 * outline.el (outline-isearch-open-invisible):
15602 * ps-def.el (declare-function, charset-dimension, char-width)
15603 (encode-char):
15604 * ps-mule.el (ps-mule-plot-string):
15605 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15606 (recentf-edit-list-select, recentf-edit-list-validate)
15607 (recentf-open-files-action):
15608 * rect.el (delete-whitespace-rectangle-line)
15609 (rectangle-number-line-callback):
15610 * register.el (window-configuration-to-register)
15611 (frame-configuration-to-register):
15612 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15613 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15614 (xselect-convert-to-targets, xselect-convert-to-delete)
15615 (xselect-convert-to-filename, xselect-convert-to-charpos)
15616 (xselect-convert-to-lineno, xselect-convert-to-colno)
15617 (xselect-convert-to-os, xselect-convert-to-host)
15618 (xselect-convert-to-user, xselect-convert-to-class)
15619 (xselect-convert-to-name, xselect-convert-to-integer)
15620 (xselect-convert-to-atom, xselect-convert-to-identity):
15621 * subr.el (declare, ignore, process-kill-without-query)
15622 (text-clone-maintain):
15623 * terminal.el (te-get-char, te-tic-sentinel):
15624 * tool-bar.el (tool-bar-make-keymap):
15625 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15626 * type-break.el (type-break-mode, type-break-noninteractive-query):
15627 * view.el (View-back-to-mark):
15628 * wid-browse.el (widget-browse-action, widget-browse-widget)
15629 (widget-browse-widgets, widget-browse-sexp):
15630 * widget.el (define-widget-keywords):
15631 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15632 Mark unused parameters.
15633
15634 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15635 (align-areas): Remove unused variable `look'.
15636 (align-region): Remove unused variables `real-end' and `pos-list'.
15637
15638 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15639
15640 * bindings.el (mode-line-modified, mode-line-remote):
15641 Mark unused parameters.
15642 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15643
15644 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15645 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15646
15647 * comint.el (comint-history-isearch-pop-state)
15648 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15649 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15650 (comint-substitute-in-file-name): Doc fix.
15651
15652 * completion.el (cmpl-statistics-block): Mark unused parameter.
15653 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15654 (save-completions-to-file, load-completions-from-file):
15655 Remove unused local variable `e'.
15656
15657 * composite.el (compose-chars): Remove unused variable `len'.
15658 (lgstring-insert-glyph): Remove unused variable `g'.
15659 (compose-glyph-string): Remove unused variables `ascent',
15660 `descent', `lbearing' and `rbearing'.
15661 (compose-glyph-string-relative): Remove unused variables
15662 `lbearing', `rbearing' and `wadjust'.
15663 (compose-gstring-for-graphic): Remove unused variables `header',
15664 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15665 (compose-gstring-for-terminal): Remove unused variables `header'
15666 and `nchars'. Use `let', not `let*'.
15667
15668 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15669 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15670 (Custom-buffer-done, custom-buffer-create-internal)
15671 (custom-browse-visibility-action, custom-browse-group-tag-action)
15672 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15673 (widget-magic-mouse-down-action, custom-toggle-parent)
15674 (custom-add-parent-links, custom-toggle-hide-variable)
15675 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15676 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15677 (custom-face-menu-create, custom-variable-menu-create, get)
15678 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15679 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15680 (customize-apropos): Remove unused variable `tests'.
15681 (custom-group-value-create): Remove unused variable `hidden-p'.
15682 (sort-fold-case): Declare.
15683
15684 * cus-theme.el (custom-reset-standard-faces-list)
15685 (custom-reset-standard-variables-list): Declare.
15686 (customize-create-theme, custom-theme-revert, custom-theme-write)
15687 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15688 Mark unused parameters.
15689
15690 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15691
15692 * delim-col.el (delimit-columns-max): Move defvar before first use.
15693
15694 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15695 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15696
15697 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15698 (auto-insert): Declare.
15699 (desktop-restore-file-buffer): Rename desktop-* parameters;
15700 mark unused ones.
15701 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15702 (desktop-buffer): Rename desktop-* parameters.
15703
15704 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15705 (dframe-reposition-frame-xemacs, dframe-help-echo)
15706 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15707 Mark unused parameters.
15708
15709 * dired-aux.el (backup-extract-version-start, overwrite-query)
15710 (overwrite-backup-query, rename-regexp-query)
15711 (rename-non-directory-query): Declare.
15712 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15713 (dired-add-entry): Remove unused variable `orig-file-name'.
15714 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15715 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15716 `dired-copy-preserve-time' directly.
15717 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15718 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15719
15720 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15721 (dired-virtual-revert, dired-make-relative-symlink):
15722 Mark unused parameters.
15723 (manual-program): Declare.
15724 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15725 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15726 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15727
15728 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15729
15730 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15731
15732 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15733 Declare.
15734
15735 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15736
15737 * electric.el (Electric-command-loop): Rename parameter
15738 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15739
15740 * expand.el (expand-in-literal): Remove unused variable `here'.
15741
15742 * facemenu.el (facemenu-add-new-color):
15743 Remove unused variable `docstring'.
15744
15745 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15746 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15747 (face-attr-construct): Mark unused parameter. Doc fix.
15748 (read-color): Remove unused variable `hex-string'.
15749
15750 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15751 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15752 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15753 (display-buffer-other-frame): Remove unused variable `old-window'.
15754 (kill-buffer-hook): Declare.
15755 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15756 Mark unused parameters.
15757 (after-find-file): Pass 1 to `auto-save-mode', not t.
15758
15759 * files-x.el (auto-insert): Declare.
15760 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15761
15762 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15763 variable `buf'. Mark unused parameter.
06b60517
JB
15764 (find-lisp-insert-directory): Mark unused parameter.
15765
15766 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15767 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15768 (format-common-tail): Remove, unused.
15769 (format-deannotate-region): Remove unused variable `loc'.
15770 (format-annotate-region): Remove unused variable `p'.
15771 (format-annotate-single-property-change): Remove unused variables
15772 `default' and `tail'.
15773
15774 * forms.el (read-file-filter): Declare.
15775 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15776
15777 * frame.el (frame-creation-function-alist): Mark unused parameter.
15778 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15779
15780 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15781 Remove unused parameters.
15782 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15783 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15784
15785 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15786 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15787 (hfy-prepare-tag-map): Mark unused parameters.
15788 (htmlfontify-buffer): Use `called-interactively-p'.
15789
15790 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15791 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15792 (ibuffer-do-occur): Mark unused parameters.
15793 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15794 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15795
15796 * ibuffer.el: Don't quote `lambda'.
15797 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15798 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15799 Mark unused parameters.
15800
15801 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15802 (ido-completing-read): Mark unused parameters.
15803 (ido-copy-current-word): Mark unused parameters;
15804 remove unused variable `name'.
15805 (ido-sort-merged-list): Remove unused parameter `dirs'.
15806
15807 * ielm.el (ielm-input-sender): Mark unused parameter.
15808 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15809 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15810 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15811 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15812 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15813
15814 * image-dired.el (image-dired-display-thumbs): Remove unused
15815 variables `curr-file' and `count'.
15816 (image-dired-remove-tag): Remove unused variable `start'.
15817 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15818 variable `curr-file'
15819 (image-dired-rotate-original): Remove unused variable `temp-file'.
15820 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15821 Remove unused variable `file'.
15822 (image-dired-gallery-generate): Remove unused variable `curr'.
15823 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15824
15825 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15826
15827 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15828
15829 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15830
15831 * isearch.el (minibuffer-history-symbol): Declare.
15832 (isearch-edit-string): Remove unused variable `err'.
15833 (isearch-message-prefix, isearch-message-suffix):
15834 Mark unused parameters.
15835
15836 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15837
15838 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15839
15840 * makesum.el (double-column): Remove unused variable `cnt'.
15841
15842 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15843 (ido-ignore-item-temp-list): Declare.
15844
15845 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15846 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15847 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15848 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15849 `mouse-col-delta'.
15850
15851 * mouse-sel.el (mouse-extend-internal):
15852 Remove unused variable `orig-window-frame'.
15853
15854 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15855 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15856 Move declarations before first use.
15857 (pcomplete-opt): Mark unused parameters; doc fix.
15858
15859 * proced.el (proced-revert): Mark unused parameter.
15860 (proced-send-signal): Remove unused variable `err'.
15861
15862 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15863 Rename parameter PREFIX-ARG to ARG.
15864 (ps-basic-plot-string, ps-basic-plot-whitespace):
15865 Mark unused parameters.
15866
15867 * replace.el (replace-count): Define.
15868 (occur-revert-function): Mark unused parameters.
15869 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15870 (isearch-case-fold-search, isearch-string): Declare.
15871 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15872 bind `case-fold-search'. Remove unused variables `beg' and `end',
15873 and simplify.
15874 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15875 COUNT and bind `replace-count'.
15876 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15877 to COUNT.
15878
15879 * savehist.el (print-readably, print-string-length): Declare.
15880
15881 * shadowfile.el (shadow-expand-cluster-in-file-name):
15882 Remove unused variable `cluster'.
15883 (shadow-copy-file): Remove unused variable `i'.
15884 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15885 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15886 (shadow-define-literal-group, shadow-define-regexp-group)
15887 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15888
15889 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15890 (shell): Use `called-interactively-p'.
15891 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15892
15893 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15894 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15895 (delete-backward-char): Remove unused variable `ocol'.
15896 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15897 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15898 (event-apply-hyper-modifier, event-apply-shift-modifier)
15899 (event-apply-control-modifier, event-apply-meta-modifier):
15900 Mark unused parameters.
15901 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15902 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15903
15904 * speedbar.el (speedbar-ignored-directory-expressions)
15905 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15906 (speedbar-find-file, speedbar-dir-follow)
15907 (speedbar-directory-buttons-follow, speedbar-tag-find)
15908 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15909 (speedbar-buffers-line-directory, speedbar-buffer-click):
15910 Mark unused parameters.
15911 (speedbar-tag-file): Remove unused variable `mode'.
15912 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15913
15914 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15915
15916 * talk.el (talk): Remove unused variable `display'.
15917
15918 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15919 (tar-write-region-annotate): Mark unused parameter.
15920
15921 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15922 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15923 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15924 warning by another.
15925
15926 * time-stamp.el (time-stamp-string-preprocess):
15927 Remove unused variable `require-padding'.
15928
15929 * tree-widget.el (widget-glyph-enable): Declare.
15930 (tree-widget-action): Mark unused parameter.
15931
15932 * w32-fns.el (x-get-selection): Mark unused parameter.
15933 (autoload-make-program, generated-autoload-file): Declare.
15934
15935 * wdired.el (wdired-revert): Mark unused parameters.
15936 (wdired-xcase-word): Remove unused variable `err'.
15937
15938 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15939 (whitespace-help-scroll): Remove unused variable `data-help'.
15940
15941 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15942 (widget-image-insert, widget-after-change, default)
15943 (widget-default-format-handler, widget-default-notify)
15944 (widget-default-prompt-value, widget-info-link-action)
15945 (widget-url-link-action, widget-function-link-action)
15946 (widget-variable-link-action, widget-file-link-action)
15947 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15948 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15949 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15950 (widget-insert-button-action, widget-delete-button-action, visibility)
15951 (widget-documentation-link-action, widget-documentation-string-action)
15952 (widget-const-prompt-value, widget-regexp-match, symbol)
15953 (widget-coding-system-prompt-value)
15954 (widget-key-sequence-value-to-external, sexp)
15955 (widget-sexp-value-to-internal, character, vector, cons)
15956 (widget-choice-prompt-value, widget-boolean-prompt-value)
15957 (widget-color--choose-action): Mark unused parameters.
15958 (widget-item-match-inline, widget-choice-match-inline)
15959 (widget-checklist-match, widget-checklist-match-inline)
15960 (widget-group-match): Rename parameter VALUES to VALS.
15961 (widget-field-value-set): Remove unused variable `size'.
15962 (widget-color-action): Remove unused variables `value' and `start'.
15963
15964 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15965 variable `dir'. Doc fix.
06b60517
JB
15966 (windmove-find-other-window): Don't pass it.
15967
15968 * window.el (count-windows): Mark unused parameter.
15969 (bw-adjust-window): Remove unused variable `err'.
15970
15971 * woman.el (woman-file-name): Remove unused variable `default'.
15972 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15973 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15974 (global-font-lock-mode): Declare.
15975 (woman-decode-region): Mark unused parameter.
15976 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15977
15978 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15979 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15980 (x-dnd-handle-moz-url): Remove unused variable `title'.
15981 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15982
15983 * xml.el (xml-parse-tag, xml-parse-attlist):
15984 Remove unused variable `pos'.
15985
bc4f7f3d
GM
159862011-04-19 Glenn Morris <rgm@gnu.org>
15987
15988 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15989 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15990 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15991 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15992 * calendar/cal-html.el (cal-html-insert-minical):
15993 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15994 (calendar-mark-date-pattern):
15995 Prefix "unused" locals.
15996
15997 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15998 optional argument `style'.
15999
16000 * calendar/appt.el (appt-make-list):
16001 * calendar/cal-china.el (calendar-chinese-date-string):
16002 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
16003 (diary-hebrew-yahrzeit):
16004 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
16005 * calendar/calendar.el (calendar-generate-window):
16006 * calendar/time-date.el (time-to-days):
16007 Remove unused local variables.
16008
16a43933
CY
160092011-04-18 Chong Yidong <cyd@stupidchicken.com>
16010
16011 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
16012 glyphless-char-display table.
16013 (tabulated-list-glyphless-char-display): New var.
16014
7eed1860
SS
160152011-04-18 Sam Steingold <sds@gnu.org>
16016
16017 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
16018 to acknowledgments.
16019
4d2d1ccd
GM
160202011-04-17 Glenn Morris <rgm@gnu.org>
16021
16022 * calendar/diary-lib.el (diary-sexp-entry):
16023 * calendar/holidays.el (holiday-sexp):
16024 Set debug-on-error rather than the removed stack-trace-on-error.
16025
239da61d
GM
160262011-04-16 Glenn Morris <rgm@gnu.org>
16027
16028 * progmodes/f90.el: Use lexical-binding.
16029 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
16030
8b05752a
SM
160312011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16032
daca8ba5
SM
16033 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
16034 (mail-mode): Setup mailalias completion here instead.
16035 * mail/mailalias.el: Use lexical-binding.
16036 (pattern, mailalias-done): Declare dynamic.
16037 (mail-completion-at-point-function): New function, from mail-complete.
16038 (mail-complete): Use it.
16039 (mail-completion-expand): New function.
16040 (mail-get-names): Use it.
16041 (mail-directory, mail-directory-process, mail-directory-stream):
16042 Don't use `pattern' for lexically bound arg.
16043
6f542485
SM
16044 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
16045
037e7c3f
SM
16046 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
16047 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
16048 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
16049
8b05752a
SM
16050 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
16051 (byte-save-window-excursion, byte-temp-output-buffer-setup)
16052 (byte-interactive-p): Define them again, for use when inlining
16053 old code.
16054
49093f60
JB
160552011-04-15 Juanma Barranquero <lekktu@gmail.com>
16056
16057 * loadup.el: Use `string-to-number', not `string-to-int'.
16058
b5b8e7de
SM
160592011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16060
16061 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
16062 gud-gdb-complete-command.
16063 (gud-gdb-completions): New function, from gud-gdb-complete-command.
16064 (gud-gdb-completion-at-point): New function.
16065 (gud-gdb-completions): Remove.
16066
f42efeb5
MA
160672011-04-14 Michael Albinus <michael.albinus@gmx.de>
16068
49093f60
JB
16069 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
16070 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
16071 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
16072 whether `executable-find' is bound.
f42efeb5
MA
16073
16074 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
16075
e240cc21
SM
160762011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16077
16078 * minibuffer.el (completion-in-region-mode-predicate)
16079 (completion-in-region-mode--predicate): New vars.
16080 (completion-in-region, completion-in-region--postch)
16081 (completion-in-region-mode): Use them.
16082 (completion--capf-wrapper): Also return the hook function.
16083 (completion-at-point, completion-help-at-point):
16084 Adjust and provide a predicate.
c2bd2ab0
SM
16085
16086 Preserve arg names for advice of subr and lexical functions (bug#8457).
16087 * help-fns.el (help-function-arglist): Consolidate the subr and
16088 new-byte-code cases. Add argument `preserve-names' to extract names
16089 from the docstring when needed.
16090 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
16091 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
16092 (ad-arglist): Use help-function-arglist's new arg.
16093 (ad-definition-type): Use cond.
16094
c183f693
JB
160952011-04-13 Juanma Barranquero <lekktu@gmail.com>
16096
06641a47
JB
16097 * autorevert.el (auto-revert-handler):
16098 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16099 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
16100 Don't quote lambda.
16101
c183f693
JB
16102 * image-mode.el (image-transform-set-scale):
16103 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
16104
1e3b6001
G
161052011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16106
16107 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 16108 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
16109 Upgrades via gnutls-cli are too slow to be done opportunistically.
16110
2d6af8dd
JB
161112011-04-12 Juanma Barranquero <lekktu@gmail.com>
16112
16113 * dframe.el (dframe-current-frame): Remove spurious quote.
16114
c0749a51
GM
161152011-04-12 Glenn Morris <rgm@gnu.org>
16116
088d0d61
GM
16117 * calendar/cal-tex.el (cal-tex-end-document):
16118 Try to automatically use latin1 input if needed.
16119
c0749a51
GM
16120 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
16121 Don't try to cons a mark onto an empty element.
16122
5c90fde0
LL
161232011-04-11 Leo Liu <sdl.web@gmail.com>
16124
16125 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16126 buffers.
16127 (ido-kill-buffer-at-head): Support killing virtual buffers.
16128
369e974d
CY
161292011-04-10 Chong Yidong <cyd@stupidchicken.com>
16130
16131 * minibuffer.el (completion-show-inline-help): New var.
16132 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
16133 (minibuffer-force-complete, minibuffer-complete-word):
16134 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
16135
16136 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16137 to avoid interference from inline help (Bug#5849).
16138
37f1c930
LL
161392011-04-10 Leo Liu <sdl.web@gmail.com>
16140
099c39a4
JB
16141 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16142 Fix typo.
37f1c930 16143
a32d4040
CY
161442011-04-09 Chong Yidong <cyd@stupidchicken.com>
16145
16146 * image-mode.el (image-toggle-display-image): Signal an error if
16147 not in Image mode.
16148 (image-transform-mode, image-transform-resize)
16149 (image-transform-set-rotation): Doc fix.
daca8ba5 16150 (image-transform-set-resize): Delete.
a32d4040
CY
16151 (image-transform-set-scale, image-transform-fit-to-height)
16152 (image-transform-fit-to-width): Handle image-toggle-display-image
16153 and image-transform-resize directly.
16154
099c39a4 161552011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16156
16157 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16158 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16159 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16160 (doc-view-mode-map): Add bindings for the new functions.
16161
099c39a4 161622011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16163
4d61f28d 16164 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16165 Fix typo in docstring.
16166
3726838a
EZ
161672011-04-08 Eli Zaretskii <eliz@gnu.org>
16168
04f33f1e
EZ
16169 * files.el (file-size-human-readable): Produce one digit after
16170 decimal, like "ls -lh" does.
16171
16172 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16173 the file size representation.
16174
3726838a
EZ
16175 * simple.el (list-processes): If async subprocesses are not
16176 available, error out with a clear error message.
16177
cbb59342
CY
161782011-04-08 Chong Yidong <cyd@stupidchicken.com>
16179
16180 * help.el (help-form-show): New function, to be called from C.
16181 Put help-form output in a buffer named differently than *Help*.
16182
e3971c44
EZ
161832011-04-08 Eli Zaretskii <eliz@gnu.org>
16184
16185 * files.el (file-size-human-readable): New function.
16186
16187 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16188 computing the representation inline. Don't require `cl'.
16189
12544bbe
GM
161902011-04-08 Glenn Morris <rgm@gnu.org>
16191
a1de6c6a
GM
16192 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16193
3c4671f4
GM
16194 * net/browse-url.el (browse-url-firefox):
16195 Test system-type, not system-configuration.
16196
b605679c
GM
16197 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16198 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16199 Use log-edit-empty-buffer-p. (Bug#7598)
16200
56442f0c
GM
16201 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16202 (rlogin-mode-map): Initialize in the defvar.
16203 (rlogin): Use ignore-errors.
16204
12544bbe
GM
16205 * replace.el (occur-mode-map): Some fixes for menu items.
16206
eb237b0f
AH
162072011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16208
16209 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16210
7d668f2c
CY
162112011-04-06 Chong Yidong <cyd@stupidchicken.com>
16212
e67a13ab
CY
16213 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16214 issuing unused warnings.
16215
16216 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16217 macro directly.
16218
7d668f2c
CY
16219 * simple.el: Lisp reimplement of list-processes. Based on an
16220 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16221 (process-menu-mode): New major mode.
16222 (list-processes--refresh, list-processes):
16223 (process-menu-visit-buffer): New functions.
16224
16225 * files.el (save-buffers-kill-emacs): Don't assume any return
16226 value of list-processes, which is undocumented anyway.
16227
a83ec3c9
CY
162282011-04-06 Chong Yidong <cyd@stupidchicken.com>
16229
16230 * emacs-lisp/tabulated-list.el: New file.
16231
e91a96fe
CY
16232 * emacs-lisp/package.el: Use Tabulated List mode.
16233 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16234 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16235 table format using Tabulated List mode variables.
16236 (package--push): New macro, replacing package-list-maybe-add.
16237 (package-menu--generate): Use package--push. Renamed from
16238 package--generate-package-list.
16239 (package-menu-refresh, list-packages): Use it.
daca8ba5 16240 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16241 Return insertion data instead of inserting it directly.
099c39a4
JB
16242 (package-menu-describe-package, package-menu-execute):
16243 Use tabulated-list-get-id.
e91a96fe
CY
16244 (package-menu-mark-delete, package-menu-mark-install)
16245 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16246 (package-menu-mark-obsolete-for-deletion):
16247 Use tabulated-list-put-tag.
e91a96fe
CY
16248 (package--list-packages, package-menu-revert)
16249 (package-menu-get-package, package-menu-get-version)
16250 (package-menu-sort-by-column): Functions deleted.
16251 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16252 (package-menu--status-predicate, package-menu--version-predicate)
16253 (package-menu--name-predicate)
16254 (package-menu--description-predicate): Handle arguments in the
16255 Tabulated List format.
16256 (package-list-packages-no-fetch): Call list-packages.
16257
3e214b50
JB
162582011-04-06 Juanma Barranquero <lekktu@gmail.com>
16259
16260 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16261 (after-find-file): Don't bind it.
3e214b50
JB
16262 (revert-buffer-in-progress-p): New variable.
16263 (revert-buffer): Bind it.
16264 Pass nil for `after-find-file-from-revert-buffer'.
16265
16266 * saveplace.el (save-place-find-file-hook): Use new variable
16267 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16268
3f0f1700
GM
162692011-04-06 Glenn Morris <rgm@gnu.org>
16270
c0274801
GM
16271 * Makefile.in (AUTOGEN_VCS): New variable.
16272 (autoloads): Use $AUTOGEN_VCS.
16273
3f0f1700
GM
16274 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16275 * calendar/calendar.el (calendar-mode-map):
16276 Check for toolkit scroll bars. (Bug#8305)
16277
41ea9e48
CY
162782011-04-05 Chong Yidong <cyd@stupidchicken.com>
16279
16280 * minibuffer.el (completion-in-region--postch)
16281 (completion-in-region-mode): Remove unnecessary messages.
16282
6194c800
JB
162832011-04-05 Juanma Barranquero <lekktu@gmail.com>
16284
33256f14
JB
16285 * font-lock.el (font-lock-refresh-defaults):
16286 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16287 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16288
6194c800
JB
16289 * info.el (Info-directory-list, Info-read-node-name-2)
16290 (Info-split-parameter-string): Doc fixes.
16291 (Info-virtual-nodes): Reflow docstring.
16292 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16293 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16294 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16295 Fix typos in docstrings.
16296 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16297 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16298 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16299 (Info-restore-desktop-buffer): Mark unused parameters.
16300 (Info-directory-find-file, Info-directory-find-node)
16301 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16302 (Info-virtual-index-find-node, Info-apropos-find-file)
16303 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16304 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16305 (Info-virtual-index): Remove unused local variable `nodename'.
16306
b87a8200 163072011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16308
b87a8200
DD
16309 * net/rcirc.el: Update my e-mail address.
16310 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16311
3b2ff876
CY
163122011-04-05 Chong Yidong <cyd@stupidchicken.com>
16313
16314 * startup.el (command-line): Save the cursor's theme-face
16315 directly, instead of using face-override-spec.
16316
16317 * custom.el (load-theme): Minor optimization in assigning faces.
16318
8d17e7ca
JB
163192011-04-04 Juanma Barranquero <lekktu@gmail.com>
16320
16321 * help-fns.el (describe-variable): Complete all variables having
16322 documentation, including keywords.
16323 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16324
2fbc1934
JB
163252011-04-04 Juanma Barranquero <lekktu@gmail.com>
16326
16327 Convert to lexical-binding.
16328
16329 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16330 (bs--get-marked-string, bs--get-modified-string)
16331 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16332 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16333 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16334
16335 * ehelp.el (electric-help-execute-extended)
16336 (electric-help-ctrl-x-prefix):
16337 * hexl.el (hexl-revert-buffer-function):
16338 * linum.el (linum-after-change, linum-after-scroll):
16339 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16340
16341 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16342
74f50695
DU
163432011-04-04 Daiki Ueno <ueno@unixuser.org>
16344
16345 * epa-dired.el:
16346 * epa-mail.el:
16347 * epa-hook.el:
16348 * epa-file.el:
16349 * epa.el:
16350 * epg.el: Use lexical binding.
16351
c11325f7
CY
163522011-04-03 Chong Yidong <cyd@stupidchicken.com>
16353
0d9e9a12
CY
16354 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16355
c11325f7 16356 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16357 dictionary case for flyspell-mark-duplications-exceptions.
16358 Use regexp matching for languages.
c11325f7
CY
16359 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16360 default dictionary (Bug#7926).
16361
da91b5f2
CY
163622011-04-02 Chong Yidong <cyd@stupidchicken.com>
16363
099c39a4
JB
16364 * emacs-lisp/package.el (package--with-work-buffer):
16365 Recognize https URLs.
da91b5f2 16366
099c39a4
JB
16367 * net/network-stream.el: Move from gnus/proto-stream.el.
16368 Change prefix to network-stream throughout.
da91b5f2
CY
16369 (open-protocol-stream): Merge into open-network-stream, leaving
16370 open-protocol-stream as an alias. Handle nil BUFFER args.
16371
16372 * subr.el (open-network-stream): Move to net/network-stream.el.
16373
afa8e9f6
GM
163742011-04-02 Glenn Morris <rgm@gnu.org>
16375
1d2e369d
GM
16376 * find-dired.el (find-exec-terminator): New option.
16377 (find-ls-option): Test for -ls support.
16378 (find-ls-subdir-switches): Test for -b in find-ls-option.
16379 (find-dired, find-grep-dired): Doc fixes.
16380 (find-dired): Use find-exec-terminator.
16381
8abb7da8 16382 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16383 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16384 (find-name-arg): Remove purecopy.
8abb7da8 16385
f3ca7378
GM
16386 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16387 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16388 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16389 accordingly. Don't add the null-device if not needed.
16390
afa8e9f6
GM
16391 * files.el (save-some-buffers): Doc fix.
16392
35eae264
EZ
163932011-04-02 Eli Zaretskii <eliz@gnu.org>
16394
16395 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16396
26b51db5
JB
163972011-04-01 Juanma Barranquero <lekktu@gmail.com>
16398
16399 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16400 Use `dolist' rather than `mapcar'.
16401
7200d79c
SM
164022011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16403
03408648 16404 Add lexical binding.
7200d79c 16405
03408648
SM
16406 * subr.el (apply-partially): Use new closures rather than CL.
16407 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16408 (dolist, dotimes): Use slightly different expansion for lexical code.
16409 (functionp): Move to C.
16410 (letrec): New macro.
16411 (with-wrapper-hook): Use it and apply-partially instead of CL.
16412 (eval-after-load): Preserve lexical-binding.
16413 (save-window-excursion, with-output-to-temp-buffer): Turn them
16414 into macros.
7200d79c 16415
03408648
SM
16416 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16417
16418 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16419 than the arglist.
16420 (help-add-fundoc-usage): Don't add `Not documented'.
16421 (help-function-arglist): Handle closures, subroutines, and new
16422 byte-code-functions.
16423 (help-make-usage): Remove leading underscores.
16424 (describe-function-1): Handle closures.
16425 (describe-variable): Use special-variable-p for completion.
16426
16427 * files.el (lexical-binding): Declare safe.
f488fb65 16428
03408648
SM
16429 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16430 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16431 (pcase): Add `let' pattern.
16432 Change memoization so it actually works.
16433 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16434 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16435 <let>: New case.
f488fb65 16436
03408648
SM
16437 * emacs-lisp/macroexp.el: Use lexical binding.
16438 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16439 Don't convert ' to #' without checking that it's indeed quoting
16440 a lambda.
16441
16442 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16443 Use eval-sexp-add-defvars.
03408648
SM
16444 (eval-sexp-add-defvars): New fun.
16445
16446 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16447
16448 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16449 Don't autoload.
16450 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16451 than the internal `byte-compile-lambda'.
16452 (defmethod): Don't hide code under quotes.
16453 (eieio-defmethod): New `code' argument.
16454
16455 * emacs-lisp/eieio-comp.el: Remove.
16456
16457 * emacs-lisp/edebug.el (edebug-eval-defun)
16458 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16459 (edebug-toggle): Avoid `eval'.
16460
16461 * emacs-lisp/disass.el (disassemble-internal): Handle new
16462 `closure' objects.
16463 (disassemble-1): Handle new byte codes.
16464
16465 * emacs-lisp/cl.el (pushnew): Silence warning.
16466
16467 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16468 (cl-byte-compile-throw): Remove.
16469 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16470
16471 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16472 closures.
16473
16474 * emacs-lisp/cconv.el: New file.
16475
16476 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16477 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16478 (byte-compile-initial-macro-environment):
16479 Handle declare-function here.
16480 (byte-compile--lexical-environment): New var.
16481 (byte-stack-ref, byte-stack-set, byte-discardN)
16482 (byte-discardN-preserve-tos): New lap codes.
16483 (byte-interactive-p): Don't use any more.
16484 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16485 New macros.
16486 (byte-compile-lapcode): Use them and handle new lap codes.
16487 (byte-compile-obsolete): Remove.
16488 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16489 (byte-compile-arglist-warn): Check late def of inlinable funs.
16490 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16491 since they should have been expanded by now.
16492 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16493 (byte-compile-from-buffer): Remove unused second arg.
16494 (byte-compile-preprocess): New function.
16495 (byte-compile-toplevel-file-form): New function to distinguish
16496 file-form calls from outside from file-form calls from hunk-handlers.
16497 (byte-compile-file-form): Simplify.
16498 (byte-compile-file-form-defsubst): Remove.
16499 (byte-compile-file-form-defmumble): Simplify now that
16500 byte-compile-lambda always returns a byte-code-function.
16501 (byte-compile): Preprocess.
16502 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16503 Remove, not used any more.
16504 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16505 (byte-compile-make-args-desc): New funs.
16506 (byte-compile-lambda): Handle lexical functions. Always return
16507 a byte-code-function.
16508 (byte-compile-reserved-constants): New var, to make up room for
16509 closed-over variables.
16510 (byte-compile-constants-vector): Obey it.
16511 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16512 (byte-compile-macroexpand-declare-function): New function.
16513 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16514 byte-code-functions.
16515 (byte-compile-form): Check obsolescence here.
16516 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16517 (byte-compile-variable-ref): Remove.
16518 (byte-compile-dynamic-variable-op): New fun.
16519 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16520 (byte-compile-variable-set): New funs.
16521 (byte-compile-discard): Add 2 args.
16522 (byte-compile-stack-ref, byte-compile-stack-set)
16523 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16524 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16525 macroexpand-all instead.
16526 (byte-compile-quote-form): Remove.
16527 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16528 (byte-compile-bind, byte-compile-unbind): New funs.
16529 (byte-compile-let): Handle let* and lexical binding.
16530 (byte-compile-let*): Remove.
16531 (byte-compile-catch, byte-compile-unwind-protect)
16532 (byte-compile-track-mouse, byte-compile-condition-case):
16533 Handle a new :fun-body form, used for lexical scoping.
16534 (byte-compile-save-window-excursion)
16535 (byte-compile-with-output-to-temp-buffer): Remove.
16536 (byte-compile-defun): Simplify.
16537 (byte-compile-stack-adjustment): New fun.
16538 (byte-compile-out): Use it.
16539 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16540
16541 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16542 handler any more.
16543
16544 * emacs-lisp/byte-opt.el: Use lexical binding.
16545 (byte-inline-lapcode): Remove (to bytecomp).
16546 (byte-compile-inline-expand): Pay attention to inlining to/from
16547 lexically bound code.
16548 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16549 any more.
16550 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16551 any more and don't call compiler-macros.
16552 (byte-compile-splice-in-already-compiled-code): Remove.
16553 (byte-code): Don't inline any more.
16554 (disassemble-offset): Receive `bytes' as argument rather than via
16555 dynamic scoping.
16556 (byte-compile-tag-number): Declare before first use.
16557 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16558 `return' even if make-spliceable.
16559 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16560 obsolete interactive-p.
16561 (byte-optimize-lapcode): Optimize new lap-codes.
16562 Don't trip up on new form of `byte-constant' lap code.
16563
16564 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16565
16566 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16567
16568 * custom.el (custom-initialize-default, custom-declare-variable):
16569 Use `defvar'.
16570
16571 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16572 New variables.
16573 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16574 (COMPILE_FIRST): Add macroexp and cconv.
16575 * makefile.w32-in: Mirror changes in Makefile.in.
16576
16577 * vc/cvs-status.el:
16578 * vc/diff-mode.el:
16579 * vc/log-edit.el:
16580 * vc/log-view.el:
16581 * vc/smerge-mode.el:
16582 * textmodes/bibtex-style.el:
090bd7cb 16583 * textmodes/css-mode.el:
03408648
SM
16584 * startup.el:
16585 * uniquify.el:
da91b5f2
CY
16586 * minibuffer.el:
16587 * newcomment.el:
16588 * reveal.el:
16589 * server.el:
16590 * mpc.el:
16591 * emacs-lisp/smie.el:
16592 * doc-view.el:
16593 * dired.el:
03408648
SM
16594 * abbrev.el: Use lexical binding.
16595
0f0c1f27
EZ
165962011-04-01 Eli Zaretskii <eliz@gnu.org>
16597
16598 * info.el (info-display-manual): New function.
16599
c82b2579
SM
166002011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16601
16602 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16603
221ddf68
TH
166042011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16605
16606 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16607 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16608
cba6e77e
GM
166092011-03-31 Glenn Morris <rgm@gnu.org>
16610
e040639f
GM
16611 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16612
cba6e77e
GM
16613 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16614
6d0f1c9e
CS
166152011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16616
16617 * progmodes/python.el (python-default-interpreter)
16618 (python-python-command-args, python-jython-command-args)
16619 (python-which-shell, python-which-args, python-which-bufname)
16620 (python-file-queue, python-comint-output-filter-function)
16621 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16622 variables and functions.
16623
3e2d70fd
SM
166242011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16627 (completion-in-region-mode): New minor mode.
16628 (completion-in-region): Use it.
16629 (completion-in-region--data, completion-in-region-mode-map): New vars.
16630 (completion-in-region--postch): New function.
16631 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16632 New vars.
16633 (completion--capf-wrapper): New function.
16634 (completion-at-point): Use it to track well-behavedness of
16635 hook functions.
16636 (completion-help-at-point): New command.
16637
f3e4086c
JM
166382011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16639
16640 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16641 syntax class to search for whitespace on a single line
16642 (Message-ID: <4D938140.4030905@redhat.com>).
16643
eb7ffc14
LL
166442011-03-30 Leo Liu <sdl.web@gmail.com>
16645
16646 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16647 New commands.
16648 (edit-abbrevs-map): Bind them here.
16649 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16650
d806ab68
KM
166512011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16652
16653 * allout.el (allout-hide-by-annotation, allout-flag-region):
16654 Reduce possibility of overlay leakage by making them volatile.
16655
16656 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16657 hash is not shared between buffers. Mode initialization is
16658 responsible for giving it a useful starting value.
16659 (allout-item-span): Reduce possibility of overlay leakage by
16660 making them volatile.
16661 (allout-widgets-count-buttons-in-region): Add diagnostic function
16662 for tracking down button overlay leaks.
16663
ea622834
LL
166642011-03-29 Leo Liu <sdl.web@gmail.com>
16665
16666 * ido.el (ido-read-internal): Use the default history var
16667 minibuffer-history if no HISTORY is specified.
16668
b62f8267
G
166692011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16670
03408648
SM
16671 * net/imap.el (imap-shell-open, imap-process-connection-type):
16672 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16673 Kerberos, SSL, other subprocesses.
16674
947b6566
LL
166752011-03-28 Leo Liu <sdl.web@gmail.com>
16676
16677 * abbrev.el (abbrev-table-empty-p): New function.
16678 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16679 nonempty ones. (Bug#5937)
16680
5ffb62aa
JD
166812011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16682
16683 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16684
7a097943
LL
166852011-03-27 Leo Liu <sdl.web@gmail.com>
16686
16687 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16688 for foreground and background colors.
16689 (ansi-color-make-color-map): Adapt.
16690
c5b40130
LL
166912011-03-25 Leo Liu <sdl.web@gmail.com>
16692
1f48f7d2
LL
16693 * midnight.el (midnight-time-float): Remove. Note it calculates
16694 the microsecond component incorrectly and seconds-to-time does the
16695 same job.
625897ec 16696 Remove redundant (require 'timer).
1f48f7d2 16697
c5b40130
LL
16698 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16699 (ido-completions): Remove unused arguments. (Bug#8329)
16700
d86d2721
SM
167012011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16702
16703 * minibuffer.el (completion--flush-all-sorted-completions):
16704 Remove itself from hook.
16705 (completion-at-point): Let the functions perform the completion
16706 immediately and return nil or t.
16707 * comint.el (comint-dynamic-complete-functions): Now identical to
16708 completion-at-point-functions.
16709 (comint-dynamic-list-input-ring): Remove unused var `index'.
16710 (comint--match-partial-filename, comint--unquote&expand-filename):
16711 New funs, split from comint-match-partial-filename.
16712 (comint-dynamic-complete): Use completion-at-point.
16713 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16714
e8974c48
DA
167152011-03-24 Drew Adams <drew.adams@oracle.com>
16716
16717 * thingatpt.el: Support `defun'.
16718
def71b5e
LL
167192011-03-23 Leo Liu <sdl.web@gmail.com>
16720
cb5af48e
LL
16721 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16722
def71b5e
LL
16723 * help-mode.el (help-mode-finish): Tweak regexp.
16724
927c53e7
GM
167252011-03-23 Glenn Morris <rgm@gnu.org>
16726
18d05bed
GM
16727 * eshell/esh-opt.el (eshell-eval-using-options):
16728 Do not bind unused local variable `eshell-option-stub'.
16729
927c53e7
GM
16730 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16731
9d0da923
JB
167322011-03-22 Juanma Barranquero <lekktu@gmail.com>
16733
16734 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16735 keymap variable in `with-no-warnings' to avoid a warning when the
16736 keymap has been already `defconst'ed.
16737
4b978a67
LL
167382011-03-22 Leo Liu <sdl.web@gmail.com>
16739
16740 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16741 encode all chars in abbrevs; otherwise use emacs-mule or
16742 utf-8-emacs. (Bug#8308)
16743
5fd62452
JB
167442011-03-22 Juanma Barranquero <lekktu@gmail.com>
16745
0b1596c6
JB
16746 * simple.el (backward-delete-char-untabify):
16747 Avoid warning about using `delete-backward-char'.
16748
5fd62452
JB
16749 * image.el (image-type-file-name-regexps): Make it variable.
16750 `imagemagick-register-types' modifies it, and the user may want
16751 to add new extensions for known image types.
16752 (imagemagick-register-types): Throw error if not using ImageMagick.
16753
0b4e93f1
LL
167542011-03-22 Leo Liu <sdl.web@gmail.com>
16755
16756 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16757 located before rcirc-prompt-end-marker.
16758 (rcirc-complete): Error if point is not after rcirc prompt.
16759 Handle the case when table is nil.
9882e214 16760 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16761
fccee4ab
CY
167622011-03-22 Chong Yidong <cyd@stupidchicken.com>
16763
16764 * custom.el (custom--inhibit-theme-enable): Make it affect only
16765 custom-theme-set-variables and custom-theme-set-faces.
16766 (provide-theme): Ignore custom--inhibit-theme-enable.
16767 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16768 (custom-enabling-themes): Delete variable.
d86d2721
SM
16769 (enable-theme): Accept only loaded themes as arguments.
16770 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16771 (custom-enabled-themes): Forbid themes from setting this.
16772 Eliminate use of custom-enabling-themes.
16773 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16774
af896da6
LL
167752011-03-21 Leo Liu <sdl.web@gmail.com>
16776
16777 * ido.el (ido-read-internal): Add ido-selected to history instead
16778 of user input.
16779
78f64af0
SM
167802011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16781
16782 * subr.el (deferred-action-list, deferred-action-function):
16783 Mark obsolete.
16784
b16ac1ec
LL
167852011-03-21 Leo Liu <sdl.web@gmail.com>
16786
810f7698
LL
16787 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16788 change on 2011-02-13 (bug#8309).
16789
b16ac1ec
LL
16790 * minibuffer.el (read-file-name-function): Change default value.
16791 (read-file-name--defaults): Rename from read-file-name-defaults.
16792 (read-file-name-default): Rename from read-file-name.
16793 (read-file-name): Call read-file-name-function.
16794
4e05e67e
GM
167952011-03-21 Glenn Morris <rgm@gnu.org>
16796
16797 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16798 Doc fixes.
16799
4359915b
CY
168002011-03-21 Chong Yidong <cyd@stupidchicken.com>
16801
16802 * cus-theme.el: Add missing provide statement.
16803 (customize-create-theme): Extract theme value correctly.
16804 (custom-theme-visit-theme): Autoload.
16805 (customize-create-theme): Prompt before inserting default faces.
16806
1fe275ee
JB
168072011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16808
16809 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16810 units and musical notes.
16811
cd394be1 168122011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16813
16814 * ido.el (ido-read-internal): Use completing-read-default.
16815 (ido-completing-read): Fix compatibility with completing-read.
16816
7d476bde
CO
168172011-03-20 Christian Ohler <ohler@gnu.org>
16818
16819 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16820 (ert-delete-all-tests): Use `called-interactively-p' rather than
16821 `interactive-p'.
16822 (ert--make-xrefs-region): Respect END.
16823
fe0fb33e
CY
168242011-03-19 Chong Yidong <cyd@stupidchicken.com>
16825
ff854b0b
CY
16826 * dired-aux.el (dired-create-directory): Signal an error if the
16827 directory already exists (Bug#8246).
16828
fe0fb33e
CY
16829 * facemenu.el (list-colors-display): Call list-faces-display
16830 inside with-help-window.
16831 (list-colors-print): Use display property to align the final
16832 column, instead of checking window-width.
16833
576bce32
EZ
168342011-03-19 Eli Zaretskii <eliz@gnu.org>
16835
4d61f28d 16836 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16837 windows-nt systems.
16838 (emerge-protect-metachars): Quote correctly for ms-dos and
16839 windows-nt systems.
16840
89c41d68 168412011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16842
16843 * info.el (info-initialize): Replace all uses of `:' with
16844 path-separator for compatibility with non-Unix systems.
16845 Cache quoting of path-separator. (Bug#8258)
16846
b14e3e21 168472011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16848
16849 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16850 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16851 (mouse-avoidance-mode): Fix typos in docstrings.
16852
4525ce3e
CY
168532011-03-19 Chong Yidong <cyd@stupidchicken.com>
16854
16855 * startup.el (package-subdirectory-regexp): Move from package.el.
16856 Omit \\` and \\', and let callers add them.
16857
16858 * emacs-lisp/package.el (package-strip-version)
16859 (package-load-all-descriptors): Add \\` and \\' to
16860 package-subdirectory-regexp before using it.
16861 (package-untar-buffer): New arg DIR; ensure that file untars only
16862 into this expected directory. Remove superfluous delete-region.
16863 (package-unpack): Caller changed.
16864 (package-tar-file-info): Use package-subdirectory-regexp.
16865
a904a09a 168662011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16867
a904a09a
SM
16868 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16869 diff-mode-shared-map (bug#8284).
16870 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16871
168722011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16873
16874 * calendar/time-date.el (format-seconds): Use assoc instead of
16875 assoc-string, since assoc-string doesn't exist in XEmacs.
16876
171fc304
JB
168772011-03-17 Juanma Barranquero <lekktu@gmail.com>
16878
16879 * custom.el (custom-known-themes): Reflow docstring.
16880 (custom-theme-load-path): Fix typo in docstring.
16881 (load-theme): Fix typo in error message.
16882 (custom-available-themes, custom-variable-theme-value):
16883 Use `let', not `let*'.
16884
d71990a1
JB
168852011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16886
16887 * calc/README: Mention inclusion of musical notes.
16888
16889 * calc/calc-units.el (calc-lu-quant): Rename from
16890 `calc-logunits-quantity'.
16891 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16892 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16893 (calc-db): Rename from `calc-dblevel'.
16894 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16895 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16896 (calc-np): Rename from `calc-nplevel'.
16897 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16898 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16899 (calc-lu-plus): Rename from `calc-logunits-add'.
16900 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16901 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16902 (calc-lu-minus): Rename from `calc-logunits-sub'.
16903 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16904 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16905 (calc-lu-times): Rename from `calc-logunits-mul'.
16906 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16907 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16908 (calc-lu-divide): Rename from `calc-logunits-div'.
16909 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16910 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16911
16912 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16913 functions being autoloaded.
16914
16915 * calc/calc.el (calc-lu-power-reference): Rename from
16916 `calc-logunits-power-reference'.
16917 (calc-lu-field-reference): Rename from
16918 `calc-logunits-field-reference'.
16919
7a71b18d
GM
16920 * calc/calc-help.el (calc-l-prefix-help):
16921 Mention musical note functions.
d71990a1 16922
40c2934b
SM
169232011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16924
16925 * minibuffer.el (completion-all-sorted-completions):
16926 Use :completion-cycle-penalty text property if present.
16927
b0911414
KM
169282011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16929
16930 * allout.el (allout-yank-processing): Adjust for new rebulleting
16931 regime so bullet being yanked is used without prompting the user
16932 for a choice.
16933
8a05b668
JB
169342011-03-16 Juanma Barranquero <lekktu@gmail.com>
16935
16936 * startup.el (command-line): Warn the user that _emacs is deprecated.
16937
5ba5fb81
JB
169382011-03-16 Juanma Barranquero <lekktu@gmail.com>
16939
16940 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16941 (delphi-verbose, delphi-comment-face, delphi-string-face)
16942 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16943 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16944 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16945 (delphi-new-comment-line, delphi-font-lock-defaults)
16946 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16947 Fix typos in docstrings.
16948
2dab465b
KM
169492011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16950
5ba5fb81 16951 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16952 Invert the roles of character and string values for INSTEAD, so a
16953 string is used for the more common case of a defaulting prompt.
16954
0adf5618
SM
169552011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * progmodes/ruby-mode.el (ruby-backward-sexp):
16958 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16959 * play/gamegrid.el (gamegrid-make-face):
16960 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16961 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16962 * notifications.el (notifications-notify):
16963 * net/xesam.el (xesam-search-engines):
16964 * net/quickurl.el (quickurl-list-insert):
16965 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16966
d72700e5
CY
169672011-03-15 Chong Yidong <cyd@stupidchicken.com>
16968
16969 * startup.el (command-line): Update package subdirectory regexp.
16970
49c5410a
SM
169712011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16972
c6eee9aa
SM
16973 * allout.el (allout-abbreviate-flattened-numbering)
16974 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16975
49c5410a
SM
16976 * subr.el (read-char-choice): Only show the cursor after the prompt,
16977 not after the answer.
16978
047b2bb9
KR
169792011-03-15 Kevin Ryde <user42@zip.com.au>
16980
16981 * help-fns.el (variable-at-point): Skip leading quotes, if any
16982 (bug#8253).
16983
0a57d256
SM
169842011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16985
16986 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16987 warning message.
16988
77c992bc
MA
169892011-03-14 Michael Albinus <michael.albinus@gmx.de>
16990
16991 * shell.el (shell): When called interactively, offer to change the
16992 shell file name on remote hosts.
16993
eebc475d
TZ
169942011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16995
16996 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16997 integration for LDAP parameters. The host, base, user or binddn,
16998 and secret tokens can be specified in a netrc file, for instance.
16999 This is optional because an `auth-source' parameter must be
17000 specified in the search attributes.
17001
9d05d1ba
JB
170022011-03-13 Juanma Barranquero <lekktu@gmail.com>
17003
17004 * help.el (describe-mode): Link to the mode's definition (bug#8185).
17005
09d9db2c
GM
170062011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17007
17008 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
17009 into declaration. Remove redundant and harmful binding.
17010
170112011-03-12 Eli Zaretskii <eliz@gnu.org>
17012
17013 * files.el (file-ownership-preserved-p): Pass `integer' as an
17014 explicit 2nd argument to `file-attributes'. If the file's owner
17015 is the Administrators group on Windows, and the current user is
17016 Administrator, consider that a match.
17017
17018 * server.el (server-ensure-safe-dir): Consider server directory
17019 safe on MS-Windows if its owner is the Administrators group while
17020 the current Emacs user is Administrator. Use `=' to compare
17021 numerical UIDs, since they could be integers or floats.
17022
219bd536
JB
170232011-03-12 Juanma Barranquero <lekktu@gmail.com>
17024
17025 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
17026
f3afd36b
MA
170272011-03-12 Michael Albinus <michael.albinus@gmx.de>
17028
17029 Sync with Tramp 2.2.1.
17030
17031 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
17032
17033 * net/trampver.el: Update release number.
17034
3aaaa6f1
SM
170352011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17036
94642599
SM
17037 * progmodes/compile.el (compilation--previous-directory): Fix up
17038 various nil/dead-marker mismatches (bug#8014).
17039 (compilation-directory-properties, compilation-error-properties):
17040 Don't call it at a position past the one we're about to change.
17041
3aaaa6f1
SM
17042 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
17043 Disable obsolescence warnings in the file that declares it.
17044
14239447
KM
170452011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
17046
099c39a4
JB
17047 * allout-widgets.el (allout-widgets-tally):
17048 Initialize allout-widgets-tally as a hash table rather than nil to
17049 prevent mode-line redisplay warnings. Also, clarify the module
17050 description and fix a comment typo.
14239447 17051
135e287c
JB
170522011-03-11 Juanma Barranquero <lekktu@gmail.com>
17053
17054 * help-fns.el (describe-variable): Don't complete keywords.
17055 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
17056
ffbf300e
CY
170572011-03-10 Chong Yidong <cyd@stupidchicken.com>
17058
ba08b241
CY
17059 * emacs-lisp/package.el (package-version-join): Impose a standard
17060 string representation for pre/alpha/beta version lists.
17061 (package-unpack-single): Standardize the directory name by passing
17062 it through package-version-join.
17063 (package-strip-rcs-id): Accept any version string that does not
17064 signal an error in version-to-list.
ffbf300e 17065
f346fd6b
MA
170662011-03-10 Michael Albinus <michael.albinus@gmx.de>
17067
17068 * simple.el (delete-trailing-whitespace): Return nil for the
17069 benefit of `write-file-functions'.
17070
ccb55d27
GM
170712011-03-10 Glenn Morris <rgm@gnu.org>
17072
5ceaac0c
GM
17073 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
17074
02da65ff
GM
17075 * vc/vc-git.el (vc-git-program): New option.
17076 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17077 (vc-git--call): Use it.
17078
b2f603cc
GM
17079 * eshell/esh-util.el (eshell-condition-case): Doc fix.
17080
5772caab
GM
17081 * cus-edit.el (Custom-newline): If no button at point, look
17082 for a subgroup button at start-of-line. (Bug#2298)
17083
ccb55d27
GM
17084 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
17085
ec6ecaed
JD
170862011-03-10 Julien Danjou <julien@danjou.info>
17087
17088 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
17089 `cursor-type' is nil.
17090
9d5aa01d
JB
170912011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
17092
17093 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
17094
b6a5875b
KM
170952011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
17096
7a71b18d 17097 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
17098 preserves the existing header prefix, rebulleting it if necessary,
17099 rather than replacing it. This is necessary for proper operation
17100 of cooperative addons like allout-widgets.
1154d12e
JB
17101 (allout-make-topic-prefix, allout-rebullet-heading):
17102 Change SOLICIT arg to INSTEAD, and interpret additionally a string
17103 value as alternate bullet to be used, instead of prompting the user
17104 for a bullet character.
b6a5875b 17105
ee545c35
MA
171062011-03-09 Michael Albinus <michael.albinus@gmx.de>
17107
d86d2721
SM
17108 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17109 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
17110 `tramp-default-port'.
17111
c47971d7
DD
171122011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
17113
17114 * net/rcirc.el (rcirc-handler-001): Remove useless
17115 with-rcirc-process-buffer.
17116 (rcirc-check-auth-status): Swap arguments to string-match.
17117
13522cb4
GM
171182011-03-09 Glenn Morris <rgm@gnu.org>
17119
0be6f4f1
GM
17120 * shell.el (shell-mode):
17121 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
17122
13522cb4
GM
17123 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
17124 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
17125
515de2e3
CY
171262011-03-08 Chong Yidong <cyd@stupidchicken.com>
17127
17128 * emacs-lisp/package.el (package-refresh-contents)
17129 (package-menu-execute): Use condition-case-no-debug.
17130
b511b994
MA
171312011-03-08 Michael Albinus <michael.albinus@gmx.de>
17132
17133 * simple.el (shell-command-to-string): Use `process-file'.
17134
17135 * emacs-lisp/package.el (package-tar-file-info): Handle also
17136 remote files.
17137
d86d2721
SM
17138 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17139 Use `equal' for upload base check.
b511b994 17140
25bbfb31
AM
171412011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17142
17143 * textmodes/texinfo.el (texinfo-environments):
17144 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17145
be996521
GM
171462011-03-08 Glenn Morris <rgm@gnu.org>
17147
e9c8529f
GM
17148 * cus-start.el (cursor-in-non-selected-windows):
17149 Fix :set quoting oddness. (Bug#8192)
17150
be996521
GM
17151 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17152 in some setf expressions. (Bug#2159)
17153
2bb5649e
CY
171542011-03-08 Chong Yidong <cyd@stupidchicken.com>
17155
17156 * custom.el (custom-available-themes): Return themes in
17157 alphabetical order.
17158
33383987 17159See ChangeLog.15 for earlier changes.
e3d51b27
MR
17160
17161;; Local Variables:
17162;; coding: utf-8
e3d51b27
MR
17163;; End:
17164
acaf905b 17165 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17166
17167 This file is part of GNU Emacs.
17168
17169 GNU Emacs is free software: you can redistribute it and/or modify
17170 it under the terms of the GNU General Public License as published by
17171 the Free Software Foundation, either version 3 of the License, or
17172 (at your option) any later version.
17173
17174 GNU Emacs is distributed in the hope that it will be useful,
17175 but WITHOUT ANY WARRANTY; without even the implied warranty of
17176 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17177 GNU General Public License for more details.
17178
17179 You should have received a copy of the GNU General Public License
17180 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.