TODO trivia
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7fcc0070
AS
12012-08-04 Andreas Schwab <schwab@linux-m68k.org>
2
3 * simple.el (list-processes--refresh): For a server use :host or
4 :local as the address.
97ad0769 5 (list-processes): Doc fix.
7fcc0070 6
00340faf
MN
72012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
8
9 * lisp/mpc.el: Support password in host argument.
10 (mpc--proc-connect): Parse and use new password element.
11 Set mpc-proc variable instead of returning process.
12 (mpc-proc): Adjust accordingly.
13
6dad7178
EZ
142012-08-03 Eli Zaretskii <eliz@gnu.org>
15
18949c2f
EZ
16 * whitespace.el (whitespace-display-mappings): Use Unicode
17 codepoints, instead of emacs-mule codepoints. See
18 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
19 for the details.
20
6dad7178
EZ
21 * files.el (file-truename): Don't skip symlink-chasing part on
22 windows-nt. Incorporate the resolution of 8+3 short aliases on
23 Windows into the loop that recursively chases symlinks. Compare
24 directory and its parent case-insensitively on MS-Windows and
25 MS-DOS.
26
385b0198
CY
272012-08-03 Chong Yidong <cyd@gnu.org>
28
6200f3c4
CY
29 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
30
385b0198
CY
31 * sort.el (sort-regexp-fields): Doc fix.
32
b9e74744
TH
332012-08-03 Tassilo Horn <tsdh@gnu.org>
34
35 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
36 labels regex position point at the expected place.
37
41013cb4
MK
382012-08-03 MON KEY <monkey@sandpframing.com>
39
40 * net/imap.el (imap-interactive-login, imap-authenticate)
41 (imap-mailbox-lsub, imap-mailbox-list)
42 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
43 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
44 (imap-parse-response): Doc fix.
45
0ffee616
JT
462012-08-03 João Távora <joaotavora@gmail.com>
47
48 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
49 if sexp scanning does not move point (Bug#5734).
50
cfcc9cc8
TH
512012-08-02 Tassilo Horn <tsdh@gnu.org>
52
53 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
54 Add listings, minted, and ctable packages.
55 (reftex-label-alist-builtin): Move listings, minted, and ctable
56 entries before LaTeX.
a01bbb84 57 (reftex-label-alist): Docfix.
cfcc9cc8 58
66ec2442
BG
592012-08-02 Bastien Guerry <bzg@gnu.org>
60
61 * replace.el (occur): Fix docstring (bug#12122).
62
837b365b
GM
632012-08-02 Glenn Morris <rgm@gnu.org>
64
65 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
66
e098de97
PE
672012-08-02 Paul Eggert <eggert@cs.ucla.edu>
68
69 Obsolete alias inactivate-current-input-method-function (Bug#10150).
70 * international/mule-cmds.el: Create
71 inactivate-current-input-method-function as an obsolete alias for
72 deactivate-current-input-method-function. See Katsumi Yamaoka in
73 <http://bugs.gnu.org/10150#46>.
74
a0f95636
JB
752012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
76
77 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
78 of nested `if's.
79
0d26d7c4
GM
802012-08-01 Glenn Morris <rgm@gnu.org>
81
82 * progmodes/autoconf.el (autoconf-definition-regexp):
83 Add AH_TEMPLATE, adjust submatch numbering.
84 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
85 (autoconf-current-defun-function): Update for above change.
86 (autoconf-current-defun-function): First skip to end of current word.
87
b686ba06
RS
882012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
89
90 * calendar/cal-html.el (cal-html-insert-agenda-days):
91 Fix typo. (Bug#12018)
92
0d49da68
FEG
932012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
94
95 Shell processes: enhancements to startup and CEDET compatibility.
96 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
97 (python-shell-make-comint): accept-process-output at startup.
98 (run-python-internal): Set inferior-python-mode-hook to nil.
99 (python-shell-internal-get-or-create-process): call sit-for.
100 (python-preoutput-result): Add obsolete alias.
101 (python-shell-internal-send-string): Use it.
102 (python-shell-send-setup-code): Remove call to
103 accept-process-output.
104
f1a71c6e
AS
1052012-07-31 Andreas Schwab <schwab@linux-m68k.org>
106
107 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
108 (Bug#12108)
109
d2605269
JB
1102012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
111
112 * calc-mode.el (calc-basic-simplification-mode): Rename from
113 `calc-limited-simplification-mode'.
114 (calc-alg-simplification-mode): New function.
d66060f8 115 (calc-set-simplify-mode): Adjust message.
f1a71c6e 116
d2605269
JB
117 * calc.el (calc-set-mode-line): Adjust mode line display for
118 basic simplification mode.
119
120 * calc-help.el (calc-m-prefix-help): Update help message.
121
122 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
123 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
124
a3827a43
BG
1252012-07-31 Bastien Guerry <bzg@gnu.org>
126
127 * man.el (man): Fix comment. (bug#12101)
128
502e3f89
MR
1292012-07-31 Martin Rudalics <rudalics@gmx.at>
130
131 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
132 Don't return a non-nil value when no suitable buffer was found.
133
d7714961
FEG
1342012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
135
136 * progmodes/python.el (run-python-internal): Disable font lock for
137 internal shells.
138
1f45e27e
SM
1392012-07-30 Stefan Merten <smerten@oekonux.de>
140
141 * rst.el: Silence `checkdoc-ispell'.
142 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
143 (rst-official-version, rst-official-cvs-rev)
144 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
145 (rst-mode-map): New key binding.
146
0aee6912
PE
1472012-07-30 Paul Eggert <eggert@cs.ucla.edu>
148
149 Update .PHONY listings in makefiles.
150 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
151 autoloads, update-subdirs, updates, bzr-update, update-authors,
152 compile-onefile, compile-calc, backup-compiled-files,
153 compile-after-backup, compile-one-process, mh-autoloads,
154 bootstrap-clean, distclean, maintainer-clean.
155
9052f9f0
JB
1562012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
157
1823ac5a
JB
158 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
159 (calc-set-mode-line): Don't display "AlgSimp ".
160
161 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
162 (calc-lim-simplify-mode): New function.
163 (calc-set-simplify-mode): Default to 'alg.
164 (calc-default-simplify-mode): Make algebraic simplifications
165 the default.
166
167 * calc/calc-ext.el (calc-init-extensions): Remove binding for
168 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
169
8d7c7eed 170 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
171 indicate new simplification modes.
172
1823ac5a
JB
173 * calc/README: Mention new default simplification mode.
174
9052f9f0
JB
175 * calc/calc.el (math-normalize-error): New variable.
176 (math-normalize): Set `math-normalize-error' to t
177 when there's an error.
178
179 * calc/calc-alg.el (math-simplify): Don't simplify when
180 `math-normalize' returns an error.
181
20ba0cb4
EZ
1822012-07-29 Eli Zaretskii <eliz@gnu.org>
183
184 * international/mule-cmds.el (set-locale-environment): Revert last
185 change, since display-graphic-p returns nil when this function is
186 called during startup. Instead...
187
188 * term/w32console.el (terminal-init-w32console): ...setup the
189 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
190
a5dcc929
JL
1912012-07-29 Juri Linkov <juri@jurta.org>
192
193 * simple.el (goto-line): Don't display default line number in the
194 prompt because it should be displayed by `read-number' (bug#9952).
195 Add the current line number to the defaults of `goto-line' to
196 allow its easier modification by users with `M-n' (bug#9201).
197
198 * subr.el (read-number): Support multiple default values like in
199 other minibuffer reading functions. Replace `read' with
200 `string-to-number' for consistency with `number-to-string'.
201
72b255c7
PE
2022012-07-29 Paul Eggert <eggert@cs.ucla.edu>
203
204 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
205 * emulation/viper-init.el (viper-deactivate-input-method-action):
206 Rename from viper-inactivate-input-method-action.
207 (viper-deactivate-input-method):
208 Rename from viper-inactivate-input-method.
209 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
210 * international/mule-cmds.el (deactivate-input-method):
211 Rename from inactivate-input-method.
212 Also run input-method-deactivate-hook.
213 (deactivate-current-input-method-function):
214 Rename from inactivate-current-input-method-function.
215 (input-method-deactivate-hook): New hook.
216 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
217 (inactivate-input-method): Mark obsolete.
218
72b255c7
PE
219 * international/quail.el (quail-activate):
220 Also run quail-deactivate-hook.
221 (quail-deactivate): Rename from quail-inactivate.
222 * international/robin.el (robin-activate):
223 Also run robin-deactivate-hook.
224 (robin-deactivate): Rename from robin-inactivate.
225
2549c068
CY
2262012-07-29 Chong Yidong <cyd@gnu.org>
227
228 * simple.el (indicate-copied-region): New function.
229 (kill-ring-save): Split off from here.
230
231 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
232 (kill-rectangle): Set deactivate-mark to t on read-only error.
233
234 * register.el (copy-to-register, copy-rectangle-to-register):
235 Deactivate the mark, and use indicate-copied-region (Bug#10056).
236 (append-to-register, prepend-to-register): Call
237
17711ed9
JL
2382012-07-29 Juri Linkov <juri@jurta.org>
239
240 * simple.el (async-shell-command-buffer): New defcustom.
241 (shell-command): Use it. (Bug#4719)
242
01bd1b0d
EZ
2432012-07-28 Eli Zaretskii <eliz@gnu.org>
244
245 * international/mule-cmds.el (set-locale-environment): In a
246 console session on MS-Windows, set up keyboard and terminal
247 encoding from the OEM codepage, not the ANSI codepage.
248 (Bug#12055)
249
a55739d3
CY
2502012-07-28 Chong Yidong <cyd@gnu.org>
251
252 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
253 gdb-get-location.
254
9a0f8f2e
LL
2552012-07-25 Leo Liu <sdl.web@gmail.com>
256
257 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
258 the alist (bug#12029).
259
20329d73
EZ
2602012-07-28 Eli Zaretskii <eliz@gnu.org>
261
262 * makefile.w32-in (custom-deps, finder-data, updates, compile)
263 (compile-always, compile-first)
264 ($(lisp)/calendar/cal-loaddefs.el)
265 ($(lisp)/calendar/diary-loaddefs.el)
266 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
267 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
268 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
269 instead of on update-subdirs.
270 (bootstrap-clean): Delete $(lisp)/subdirs.el.
271
345a2258
CY
2722012-07-28 Chong Yidong <cyd@gnu.org>
273
1eee6341
CY
274 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
275 directory if vc-deduce-backend returns nil (Bug#7350).
276
345a2258
CY
277 * simple.el (delete-trailing-lines): New option.
278 (delete-trailing-whitespace): Obey it (Bug#11879).
279
049a0936
DE
2802012-07-28 David Engster <deng@randomsample.de>
281
282 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
283 Explanation of new 'symbol-qnames feature in doc-strings.
284 (xml-maybe-do-ns): Return expanded names as plain symbols if
285 'symbol-qnames was provided in XML-NS argument (Bug#11916).
286 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
287
aa81af71
FEG
2882012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
289
290 Consistent completion in inferior python with emacs -nw.
291 * progmodes/python.el (inferior-python-mode): replace "<tab>"
292 binding in inferior-python-mode-map with "\t".
293 (python-shell-completion-complete-at-point)
294 (python-completion-complete-at-point): Remove interactive spec.
295
e827b1eb
JB
2962012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
297
298 * calc/calccomp.el (math-compose-expr): Undo previous change.
299
a90dfb95
FEG
3002012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
301
302 * progmodes/python.el (python-mode-map): Added keybinding for
303 run-python.
304 (python-shell-make-comint): Fix pop-to-buffer call.
305 (run-python): Autoload. New arg SHOW.
306 (python-shell-get-or-create-process): Do not pop python process
307 buffer.
308
32770973 3092012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
310
311 * notifications.el (notifications-on-action-signal)
312 (notifications-on-closed-signal): Use also the bus address for the map.
313 (notifications-notify, notifications-close-notification)
314 (notifications-get-capabilities): Add optional argument BUS.
315
86332df2
TH
3162012-07-27 Tassilo Horn <tsdh@gnu.org>
317
318 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
319 support for the lstlisting and minted environments, and for the
320 ctable macro.
321 * textmodes/reftex.el (reftex-compile-variables): Also recognize
322 labels written in keyvals syntax.
323
ca1302a4
JB
3242012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
325
326 * calc/calccomp.el (math-compose-expr): Use parentheses when
327 there is a product in the denominator of a fraction.
328
f8b91036
EZ
3292012-07-26 Eli Zaretskii <eliz@gnu.org>
330
331 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
332 ($(lisp)/calendar/diary-loaddefs.el)
333 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
334 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
335 failures in parallel bootstrap because subdirs.el is being
336 rewritten while the autoload files are built at the same time,
337 which needs to load subdirs.el.
338
c8e5a42c
MR
3392012-07-26 Martin Rudalics <rudalics@gmx.at>
340
341 * mouse.el (popup-menu): Fix doc-string and re-indent code.
342 (mouse-drag-line): Don't exit tracking when a switch-frame or
343 switch-window event occurs (Bug#12006).
344
670d85ea
SM
3452012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * mouse.el (popup-menu): Fix last change.
348
7abaf5cc
SM
3492012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 Autoload from Lisp with more care. Follow aliases when looking for
352 function properties.
353 * subr.el (autoloadp): New function.
354 (symbol-file): Use it.
355 (function-get): New function.
356 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
357 autoload-do-load.
358 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
359 (lisp-indent-function):
360 * emacs-lisp/gv.el (gv-get):
361 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
362 * emacs-lisp/byte-opt.el (byte-optimize-form):
363 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
364 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
365 Use function-get.
366 * emacs-lisp/cl.el: Don't propagate function properties any more.
367
368 * speedbar.el (speedbar-add-localized-speedbar-support):
369 * emacs-lisp/disass.el (disassemble-internal):
370 * desktop.el (desktop-load-file):
371 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
372 (describe-function-1):
373 * emacs-lisp/find-func.el (find-function-noselect):
374 * emacs-lisp/elp.el (elp-instrument-function):
375 * emacs-lisp/advice.el (ad-has-proper-definition):
376 * apropos.el (apropos-safe-documentation, apropos-macrop):
377 * emacs-lisp/debug.el (debug-on-entry):
378 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
379 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
380 * calc/calc.el (name): Use autoloadp & autoload-do-load.
381
b1364986
AA
3822012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
383
384 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
385 function, not an obsolete variable (Bug#12046).
386
67ada220
AS
3872012-07-25 Andreas Schwab <schwab@linux-m68k.org>
388
389 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
390
f08088e3
CS
3912012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
392
393 * emacs-lisp/pp.el (pp-display-expression): Select old selected
394 window only if it is still live (Bug#12034).
395
8137e7b3
MR
3962012-07-25 Martin Rudalics <rudalics@gmx.at>
397
398 * subr.el (redirect-frame-focus): Add advertised calling
399 convention (Bug#12030).
400
09ae5da1
PE
4012012-07-25 Paul Eggert <eggert@cs.ucla.edu>
402
403 Prefer typical American spelling for "acknowledgment".
404 * vc/add-log.el (change-log-acknowledgment): Rename from
405 change-log-acknowledgement, with an alias for the old name.
406
3cc5a3a8
JB
4072012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
408
409 * calc-alg.el (math-simplify-divide): Don't cross multiply
410 in an equation when the lhs is a variable.
411
b7af7f62
JD
4122012-07-24 Julien Danjou <julien@danjou.info>
413
414 * net/netrc.el (netrc-find-service-number, netrc-store-data):
415 Remove, unused.
416
ec1b09b1
EZ
4172012-07-23 Eli Zaretskii <eliz@gnu.org>
418
419 * startup.el (command-line): Don't display an empty user name in
420 the error message about non-existent home directory, when
421 init-file-user was set to an empty string. See
422 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
423 for the details and context.
424
b525fd8a
VB
4252012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
426
427 * ses.el (ses-cell-formula-aset): New macro.
428 (ses-cell-references-aset): New macro.
429 (ses-cell-p): New function.
430 (ses-rename-cell): Do no longer rely on complex operations like
431 ses-cell-set-formula or ses-set-cell to change the cell and handle
432 the undo at the same time, but rather use lower level new macros
433 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
434 the undo directly. Refresh the mode line.
435
2c73e345
LL
4362012-07-21 Leo Liu <sdl.web@gmail.com>
437
670d85ea
SM
438 * progmodes/cc-cmds.el (c-defun-name):
439 Use match-string-no-properties instead for consistency.
2c73e345 440
542dfbde
LL
4412012-07-20 Leo Liu <sdl.web@gmail.com>
442
3646bcd6
LL
443 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
444 (Bug#7879)
445
542dfbde
LL
446 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
447
25721031
CY
4482012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
451 * progmodes/bug-reference.el, misearch.el: Provide themselves
452 (bug#11915).
453
454 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
455 of narrowed buffer (bug#11966).
456
316e68a7
VB
4572012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
458
459 * ses.el (ses-rename-cell): Set new name also in reference list of
460 cells of which the renamed cell depends.
461
bbf0e7d9
MY
4622012-07-20 Masatake YAMATO <yamato@redhat.com>
463
464 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
465 to check whether menu-bar is shown or not. If not shown,
466 show the menu-bar as a popup menu instead of using tmm.
467 * mouse.el (popup-menu): Accept `point' as `position' argument.
468
c28662a8
DG
4692012-07-20 Dmitry Gutov <dgutov@yandex.ru>
470
471 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
472 up inside string symbol literal (bug#11923).
473
87ab808f
EZ
4742012-07-20 Eli Zaretskii <eliz@gnu.org>
475
476 * startup.el (fancy-startup-text): Read the whole tutorial, not
477 just its first 256 bytes. Prevents gibberish in display of the
478 tutorial title.
479
89dea803
DA
4802012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
481
482 Drop idle buffer compaction due to an absence of the
483 proved efficiency.
484 * compact.el: Remove.
485
8a4e6db8
SS
4862012-07-19 Sam Steingold <sds@gnu.org>
487
488 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
489 vc-bzr-pull & vc-bzr-merge-branch.
490 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
491 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
492 for consistency with compilation-error-regexp-alist.
493 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
494 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
495 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
496 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
497
5db81e33
SM
4982012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * emacs-lisp/chart.el: Use lexical-binding.
501 (chart-emacs-storage): Don't hardcode the list of entries.
502
5b835e1d
DA
5032012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
504
505 Next round of tweaks caused by Fgarbage_collect changes.
506 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
507
9cd47b72
DA
5082012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
509
510 Compact buffers when idle.
511 * compact.el: New file.
512
1d6fc0df
SM
5132012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * subr.el (eventp): Presume that if it looks vaguely like an event,
516 it's an event (bug#10190).
517
1d29cc7d
FEG
5182012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
519
520 Enhancements to ppss related code (thanks Stefan).
521 * progmodes/python.el (python-indent-context)
522 (python-indent-calculate-indentation, python-indent-dedent-line)
523 (python-indent-electric-colon, python-nav-forward-block)
524 (python-mode-abbrev-table)
1d6fc0df 525 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
526 for ppss context.
527 (python-info-continuation-line-p): Cleanup.
528 (python-info-ppss-context): Do not catch 'quote.
529 (python-info-ppss-context-type)
530 (python-info-ppss-comment-or-string-p): Simplify.
531
d583cbe6
FEG
5322012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
533
534 * progmodes/python.el: Enhancements to eldoc support.
535 (python-info-current-symbol): New function.
536 (python-eldoc-at-point): Use python-info-current-symbol.
537 (python-info-current-defun): Fix cornercase on first defun scan.
538 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
539 and signal error when no inferior python process is available.
540
eceb6feb
DG
5412012-07-18 Dmitry Gutov <dgutov@yandex.ru>
542
543 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
544 assume it's always t.
545 (vc-git-registered): Remove caching, the function is only called
546 once.
547 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
548
4c8ff0fe
CY
5492012-07-18 Chong Yidong <cyd@gnu.org>
550
19fb7186
CY
551 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
552
9587c688
CY
553 * simple.el (count-words): Report on narrowing (Bug#9959).
554
0fe776a1
CY
555 * bindings.el: Bind M-= to count-words.
556
4c8ff0fe
CY
557 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
558
7f5331cc
MY
5592012-07-18 Masatake YAMATO <yamato@redhat.com>
560
561 * progmodes/sh-script.el (sh-imenu-generic-expression):
562 Capture a function with `function' keyword and without parentheses
563 like "function FOO" (bug#11856).
564
2dc2a609
TH
5652012-07-18 Tassilo Horn <tassilo@member.fsf.org>
566
567 * window.el (split-window-sensibly): Make WINDOW argument
568 optional.
569
439f7677
CY
5702012-07-18 Chong Yidong <cyd@gnu.org>
571
9aeb25a6
CY
572 * subr.el (keyboard-translate): Doc fix (Bug#7261).
573
439f7677
CY
574 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
575 and make C-x 8 RET exit isearch (Bug#11439).
576
577 * international/iso-transl.el: Move isearch-mode-map key
578 definitions to isearch.el.
579
12999ea8
SM
5802012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
583 (eieio-defclass): Use gv-define-setter when possible.
584
3ab6e069
DA
5852012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
586
587 Reflect recent changes in Fgarbage_collect.
588 * emacs-lisp/chart.el (chart-emacs-storage): Change to
589 reflect new format of data returned by Fgarbage_collect.
590
0a60bc10
FEG
5912012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
592
593 New utility functions + python-info-ppss-context fix (Bug#11910).
594 * progmodes/python.el (python-info-beginning-of-block-statement-p)
595 (python-info-ppss-comment-or-string-p): New functions.
596 (python-info-ppss-context): Small fix for string check.
597
6dafa0d5
JL
5982012-07-17 Juri Linkov <juri@jurta.org>
599
600 * dired-aux.el (dired-do-async-shell-command): Doc fix.
601 (dired-do-async-shell-command): Don't add `*' at the end of the
602 command (Bug#11815).
603 (dired-do-shell-command): Doc fix.
604 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
605 Join the individual commands using either "&" or ";" as the
606 separator depending on the values of these trailing characters.
607 At the end re-add the trailing "&". (Bug#10598)
608
609 * simple.el (async-shell-command): Sync the interactive spec with
610 `shell-command'. Doc fix.
611 (shell-command): Doc fix.
612
b19dd9d1
JL
6132012-07-17 Juri Linkov <juri@jurta.org>
614
615 * descr-text.el (describe-char): Fix format args. (Bug#10129)
616
bcdc27d7 6172012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 618
bcdc27d7 619 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
620 * progmodes/python.el (python-nav-beginning-of-statement):
621 Rename from python-nav-statement-start.
bcdc27d7
FEG
622 (python-nav-end-of-statement): Rename from
623 python-nav-statement-end.
624 (python-nav-beginning-of-block): Rename from
625 python-nav-block-start.
626 (python-nav-end-of-block): Rename from python-nav-block-end.
627
191da00e
FEG
6282012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
629
7f5331cc
MY
630 * progmodes/python.el (python-shell-send-string-no-output):
631 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
632 future interactions (Bug#11868).
633
4dc7c8d5 6342012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 635
88ecaf8f
SM
636 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
637
ef501ef0
SM
638 * emacs-lisp/elint.el (elint-find-args-in-code):
639 Use help-function-arglist, so as to handle lexical byte-code.
640
aa7aaf8f
SM
641 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
642 change (bug#11826).
643
45fd731c
SM
6442012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
645
2143fa32
SM
646 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
647 Avoid spuriously marking the buffer as modified because of c-is-sws.
648
efc26dbe
SM
649 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
650 as not-a-comment (bug#11946).
651
f5695c9a
SM
652 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
653 for uninterned vars.
654
655 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
656 Use read-event since we don't really want to read chars but bytes.
657
45fd731c
SM
658 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
659 $$..$$ but also $..$ using regexps (bug#11953).
660 Use tex-verbatim for \url and \path.
661 (tex-font-lock-keywords): Define as defconst like the others.
662 (tex-common-initialization): Don't use font-lock-syntax-table any more.
663
ddfc8813
RK
6642012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
665
666 * international/mule-cmds.el (ucs-insert): Make it an obsolete
667 alias for insert-char.
668
758e556a
FEG
6692012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
670
671 * progmodes/python.el: Simplified imenu implementation.
672 (python-nav-jump-to-defun): Remove command.
673 (python-mode-map): Use `imenu' instead.
674 (python-nav-list-defun-positions-cache)
675 (python-imenu-include-defun-type, python-imenu-make-tree)
676 (python-imenu-subtree-root-label, python-imenu-index-alist):
677 Remove vars.
678 (python-nav-list-defun-positions, python-nav-read-defun)
679 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
680 (python-imenu-make-tree, python-imenu-create-index):
681 Remove functions.
758e556a
FEG
682 (python-mode): Update to interact with imenu by setting
683 `imenu-extract-index-name-function' only.
684
032d23ab
FEG
6852012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
686
687 * progmodes/python.el: Enhancements to navigation commands.
688 (python-nav-backward-sentence)
689 (python-nav-forward-sentence): Remove.
690 (python-nav-backward-statement, python-nav-forward-statement)
691 (python-nav-statement-start, python-nav-statement-end)
692 (python-nav-backward-block, python-nav-forward-block)
693 (python-nav-block-start, python-nav-block-end)
694 (python-nav-forward-sexp-function)
695 (python-info-current-line-comment-p)
696 (python-info-current-line-empty-p): New functions.
697 (python-indent-context): Use `python-nav-statement-start'.
698
01795a1b
MA
6992012-07-16 Michael Albinus <michael.albinus@gmx.de>
700
9328d9aa
MA
701 * eshell/em-ls.el (eshell/ls): Use `apply'.
702
703 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
704 multi-hops, instead of Tramp internals.
705
01795a1b
MA
706 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
707
708 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
709 when F1 and F2 are located on different hosts.
710
63408057
CY
7112012-07-14 Chong Yidong <cyd@gnu.org>
712
713 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
714 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
715 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
716 (xterm-mouse--read-event-sequence-1000)
717 (xterm-mouse--read-event-sequence-1006): New functions. For old
718 mouse protocol, handle M-mouse-X events correctly.
719 (xterm-mouse-event): New arg specifying mouse protocol.
720 (turn-on-xterm-mouse-tracking-on-terminal)
721 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
722 sequence to toggle extended coordinates on newer XTerms.
723 This appears to be harmless on terminals which do not support this.
63408057 724
cd276f6e
LL
7252012-07-14 Leo Liu <sdl.web@gmail.com>
726
28ca98ac
LL
727 Add fringe bitmap indicators for flymake. (Bug#11253)
728 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
729 (flymake-make-overlay): New arg BITMAP.
730 (flymake-error-bitmap, flymake-warning-bitmap)
731 (flymake-fringe-indicator-position): New user variables.
732
cd276f6e
LL
733 * fringe.el: New bitmap exclamation-mark.
734
04408072
JD
7352012-07-14 Jan Djärv <jan.h.d@swipnet.se>
736
737 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
738 also (Bug#7879).
739
b5cf7fc4
CY
7402012-07-14 Chong Yidong <cyd@gnu.org>
741
742 * electric.el (electric-pair-post-self-insert-function): Fix pair
743 insertion in empty-region case (Bug#11520).
744
be755c79
RT
7452012-07-14 Chong Yidong <cyd@gnu.org>
746
45fd731c
SM
747 * bindings.el: Consolidate ctl-x-r-map bindings.
748 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
749
750 * rect.el, register.el: Move bindings to bindings.el.
751
7522012-07-14 Reuben Thomas <rrt@sc3d.org>
753
754 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
755
7f5b3198
AS
7562012-07-13 Andreas Schwab <schwab@linux-m68k.org>
757
758 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
759
97662200
JB
7602012-07-13 Juanma Barranquero <lekktu@gmail.com>
761
80185fed
JB
762 * bindings.el (top): Use `mapc' instead of `mapcar'.
763
97662200
JB
764 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
765
2bb1ae55
MA
7662012-07-13 Michael Albinus <michael.albinus@gmx.de>
767
768 * progmodes/sql.el (sql-comint): Suppress the check for program on
769 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
770 (Bug#11908)
771
dea31bd3
CY
7722012-07-13 Chong Yidong <cyd@gnu.org>
773
774 * bindings.el: Assign a non-nil permanent-local property to
775 per-buffer variables which lack a default value (Bug#11930).
776
777 * help-fns.el (describe-variable): In the "automatically becomes
778 local" notice, take note of permanent-local variables.
779
b68b3337
CY
7802012-07-13 Chong Yidong <cyd@gnu.org>
781
782 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
783 to allow printing the message when called from Lisp.
784
785 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
786 Remove toggle-read-only.
787
788 * bs.el (bs-toggle-readonly):
45fd731c
SM
789 * buff-menu.el (Buffer-menu-toggle-read-only):
790 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
791
792 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
793 Remove with-no-warnings around toggle-read-only.
794 (ffap-read-only, ffap-read-only-other-window)
795 (ffap-read-only-other-frame): Callers changed.
796
797 * help-mode.el: Don't require view package.
798 (help-mode-finish): Set buffer-read-only instead of calling
799 toggle-read-only.
800
801 * bindings.el (mode-line-toggle-read-only):
802 * dired.el (dired-toggle-read-only):
803 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
804 with non-nil second arg.
805
806 * emacs-lisp/eieio-custom.el (eieio-customize-object):
807 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
808 directly.
809
56bc1586
EZ
8102012-07-12 Eli Zaretskii <eliz@gnu.org>
811
812 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
813 not incf.
814
a464a6c7
SM
8152012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 More CL cleanups and reduction of use of cl.el.
818 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
819 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
820 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
821 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
822 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
823 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
824 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
825 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
826 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
827 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
828 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
829 * eshell/em-cmpl.el, eshell/em-banner.el:
830 * calendar/parse-time.el: Use cl-lib.
831 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
832 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
833 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
834 * term/ns-win.el, term.el, shell.el, ps-samp.el:
835 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
836 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
837 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
838 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
839 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
840 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
841 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
842 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
843 `lambda' rather than with `quote'.
844 (eshell-do-opt): Adjust accordingly.
845 (eshell-process-option): Simplify.
846 * eshell/esh-var.el:
847 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
848 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
849 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
850 to `pcase--dontcare'.
851 * emacs-lisp/cl.el (labels): Mark obsolete.
852 (cl--letf, letf): Move to cl-lib.
853 (cl--letf*, letf*): Remove.
854 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
855 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
856 (cl-progv): Rewrite.
857 (cl--letf, cl-letf): Move from cl.el.
858 (cl-letf*): New macro.
859 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
860
7ad4afe1
MA
8612012-07-11 Michael Albinus <michael.albinus@gmx.de>
862
863 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
864
9af57756
CY
8652012-07-11 Chong Yidong <cyd@gnu.org>
866
867 * vc/log-edit.el (log-edit-vc-backend): New variable.
868 (log-edit): Doc fix.
869
870 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
871 argument of log-edit to set up all local variables.
872 (vc-start-logentry): New optional arg specifying VC backend.
873
874 * vc/vc.el (vc-checkin): Use it.
875 (vc-deduce-fileset): Handle Log Edit buffers.
876 (vc-diff): Make first argument optional too.
877
878 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
879
8477cc7a
MA
8802012-07-10 Michael Albinus <michael.albinus@gmx.de>
881
882 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
883 command, just in case. The function is not needed anymore.
884 (eshell-external-command): Do not call `eshell-remote-command'.
885
19faa8e8
SM
8862012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
887
f58e0fd5
SM
888 Reduce use of (require 'cl).
889 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
890 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
891 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
892 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
893 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
894 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
895 * battery.el, avoid.el, abbrev.el: Use cl-lib.
896 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
897 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
898 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
899 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
900 * calculator.el, autorevert.el, apropos.el: Don't require CL.
901 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
902 (byte-compile-unfold-bcf, byte-compile-check-variable):
903 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
904 (byte-compile-nilconstp):
905 * emacs-lisp/autoload.el (make-autoload): Use pcase.
906 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
907
2519d43a
SM
908 * emacs-lisp/gv.el (cond): Make it a valid place.
909 (if): Simplify slightly.
910
19faa8e8
SM
911 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
912 (pcase--self-quoting-p): New function.
913 (pcase--u1): Use it.
914
c4907a5e
GM
9152012-07-10 Glenn Morris <rgm@gnu.org>
916
917 * emacs-lisp/authors.el (authors-fixed-entries):
918 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
919
c4444d16
PE
9202012-07-09 Paul Eggert <eggert@cs.ucla.edu>
921
922 Rename configure.in to configure.ac (Bug#11603).
923 * emacs-lisp/authors.el (authors-canonical-file-name):
924 * progmodes/autoconf.el (autoconf-mode):
925 Prefer configure.ac to configure.in.
926
d75be97d
CY
9272012-07-08 Chong Yidong <cyd@gnu.org>
928
01ac65bd
CY
929 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
930 Implement the mouse-1-click-follows-link handling properly.
931
932 * info.el (Info-link-keymap): Use follow-link mechanism for
933 header-line links (Bug#374).
934
d75be97d
CY
935 * simple.el (deactivate-mark): Do not set the primary selection
936 if another program has acquired it (Bug#11772).
937
87a92845 9382012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
939
940 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
941 (woman-decode-region): Replace escaped-escapes without destroying
942 bold or underline (Bug#11552).
87a92845 943 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 944
621b9d6c
CY
9452012-07-07 Chong Yidong <cyd@gnu.org>
946
947 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
948 (interprogram-cut-function, interprogram-paste-function):
949 Mention that we typically mean the clipboard.
621b9d6c 950
133a11fc
GM
9512012-07-06 Glenn Morris <rgm@gnu.org>
952
0d27a45e
GM
953 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
954
133a11fc
GM
955 * files.el (toggle-read-only): Restrict message to interactive use.
956
07b151f1
MA
9572012-07-06 Michael Albinus <michael.albinus@gmx.de>
958
959 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
960
961 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
962
211b896b
GM
9632012-07-06 Glenn Morris <rgm@gnu.org>
964
50394322
GM
965 * Makefile.in (compile-one-process): Rename from "recompile".
966
211b896b
GM
967 * Makefile.in (bzr-update): "compile" is the same as "recompile
968 autoloads", but parallelizable, so use that instead.
969
4737eec9
DG
9702012-07-06 Dmitry Gutov <dgutov@yandex.ru>
971
972 * window.el (quit-window): Always restore window height when
8137e7b3 973 it's saved in quit-restore parameter (Bug#11810).
4737eec9 974
226c3633 9752012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
976
977 * simple.el (kill-whole-line): Doc tweak.
978
226c3633 9792012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
980
981 * files.el (file-relative-name): Compare file names
982 case-insensitively if on MS-Windows or MS-DOS, or if
983 read-file-name-completion-ignore-case is non-nil. Don't use
984 case-fold-search for this purpose. (Bug#11827)
985
4dc7c8d5
SM
9862012-07-17 Andreas Schwab <schwab@linux-m68k.org>
987
988 * calendar/cal-dst.el (calendar-current-time-zone):
989 Return calendar-current-time-zone-cache if non-nil.
990
9912012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 9922012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 993
19faa8e8
SM
994 * calendar/cal-dst.el (calendar-current-time-zone):
995 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 996
60198fc9
GM
9972012-07-06 Glenn Morris <rgm@gnu.org>
998
999 * Makefile.in (cvs-update): Remove old alias.
1000
957b3189
MA
10012012-07-05 Michael Albinus <michael.albinus@gmx.de>
1002
1003 Sync with Tramp 2.2.6-pre.
1004
1005 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
1006 compatible declaration.
1007
19faa8e8
SM
1008 * net/tramp-cmds.el (tramp-append-tramp-buffers):
1009 Protect `list-load-path-shadows' call.
957b3189
MA
1010
1011 * net/tramp-compat.el (top): Require packages, which aren't
1012 autoloaded anymore for XEmacs. Protect call of
1013 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
1014 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
1015 it hurts at least for SXEmacs.
1016 (tramp-compat-temporary-file-directory): In XEmacs, there is no
1017 standard-value for `temporary-file-directory'.
1018
1019 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
1020 Redirect stderr to /dev/null.
1021 (tramp-sh-handle-write-region): uid and gid can be floats.
1022 Reported by Russell Sim <russell.sim@gmail.com>.
1023 (tramp-sh-handle-vc-registered): Hide errors.
1024 (tramp-vc-file-name-handler): Use dummy results for `process-file'
1025 and `start-file-process'.
1026 (tramp-maybe-open-connection): Check also whether `non-essential'
1027 is bound.
1028
566df3fc
CY
10292012-07-04 Chong Yidong <cyd@gnu.org>
1030
1031 * xml.el (xml--parse-buffer): Use xml-syntax-table.
1032 (xml-parse-tag): Likewise, and avoid changing entity tables.
1033 (xml-syntax-table): Define from scratch, making sure not to give
1034 x2000 and other Unicode spaces whitespace syntax, since those are
1035 not spaces in XML.
1036 (xml-parse-fragment): Delete unused function.
1037 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
1038 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
1039 (xml-entity-ref, xml-pe-reference-re)
1040 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
1041 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
1042 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
1043 (xml-entity-value-re): Use syntax references in regexps where
1044 possible; no need to define inside a let-binding.
1045 (xml-parse-dtd): Use xml-pe-reference-re.
1046 (xml-entity-or-char-ref-re): New defconst.
1047 (xml-parse-string, xml-substitute-special): Use it.
1048
30eabd7a
SM
10492012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1050
0781098a
SM
1051 * files.el (locate-dominating-file): Allow `name' to be a predicate.
1052 (find-file--read-only): New function.
1053 (find-file-read-only, find-file-read-only-other-window)
1054 (find-file-read-only-other-frame): Use it.
1055 (insert-file-contents-literally): Don't `fset'.
1056 (get-free-disk-space): Use locate-dominating-file.
1057
b5771c0d
SM
1058 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
1059 function is already compiled.
1060
30eabd7a
SM
1061 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
1062
b4886f6e
MA
10632012-07-03 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
1066 files on the same host.
1067
b9d82339
AS
10682012-07-03 Andreas Schwab <schwab@linux-m68k.org>
1069
1070 * help-fns.el (describe-function-1): Only call
1071 help-fns--autoloaded-p when we have a file name. (Bug#11848)
1072
a76e6535
CY
10732012-07-03 Chong Yidong <cyd@gnu.org>
1074
1075 * xml.el: Protect parser against XML bombs.
1076 (xml-entity-expansion-limit): New variable.
1077 (xml-parse-string, xml-substitute-special): Use it.
1078 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
1079
b544fef2
GM
10802012-07-03 Glenn Morris <rgm@gnu.org>
1081
1082 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1083 Allow linking to specific messages in debbugs reports (eg 123#5).
1084
a7aef6f5
CY
10852012-07-02 Chong Yidong <cyd@gnu.org>
1086
1087 * xml.el: Fix entity and character reference expansion, allowing
1088 them to expand into markup as per XML spec.
1089 (xml-default-ns): New variable.
1090 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
1091 (xml-parse-region): Make first two arguments optional.
1092 Discard text properties.
1093 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1094 All callers changed.
a7aef6f5
CY
1095 (xml-parse-tag): Call xml-parse-tag-1. For backward
1096 compatibility, this function should not modify buffer contents.
1097 (xml-parse-tag-1): Fix opening-tag regexp.
1098 (xml-parse-string): Rewrite, handling entity and character
1099 references properly.
1100 (xml--entity-replacement-text): Signal an error if a parameter
1101 entity is undefined.
1102
3df31c9f
SM
11032012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1104
2b5208f1
SM
1105 * comint.el (comint-output-filter): Filter out repeated prompts.
1106
3df31c9f
SM
1107 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1108 and file-name-absolute-p.
1109 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1110 internal calls.
1111
e3ac1281
PE
11122012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1113
1114 Spelling fixes.
1115 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1116 Rename from byte-compile--refiy-function. All uses changed.
1117
fbf2e7ad
CY
11182012-07-01 Chong Yidong <cyd@gnu.org>
1119
1120 * xml.el (xml--parse-buffer): New function. Move most of
1121 xml-parse-region here.
1122 (xml-parse-region): Copy region into a temporary buffer, since
1123 parameter entity substitution requires changing buffer contents.
1124 Use xml--parse-buffer.
1125 (xml-parse-file): Use xml--parse-buffer.
1126 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1127 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1128
9bf0aa15
GM
11292012-06-30 Glenn Morris <rgm@gnu.org>
1130
bbce2853
GM
1131 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1132
9bf0aa15
GM
1133 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1134 Remove outdated and unnecessary dbus declarations.
1135
0d23c240
EZ
11362012-06-30 Eli Zaretskii <eliz@gnu.org>
1137
1138 * emacs-lisp/timer.el (timer-until): Subtract results of
1139 float-time, instead of taking float-time of the result of
1140 time-subtract, since float-time signals an error for negative time
1141 arguments.
1142
b3218de1
CY
11432012-06-30 Chong Yidong <cyd@gnu.org>
1144
1145 * xml.el (xml-*-re): Convert defvars into defconsts, and
1146 eval-and-compile them so eval-and-compile works on derivatives.
1147 (xml--entity-replacement-text): Use eval-and-comple.
1148
a40c87a0
MA
11492012-06-30 Michael Albinus <michael.albinus@gmx.de>
1150
1151 * vc/vc-git.el (vc-git-registered): Use cache property
1152 `git-registered'.
1153 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1154 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1155 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1156
ac87de97
DG
11572012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1158
1159 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1160 removed (likely outside Emacs). (Bug#11757)
ac87de97 1161
ac10fe06
SM
11622012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1163
3df31c9f 1164 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1165
7f3fbd5d
CY
11662012-06-30 Chong Yidong <cyd@gnu.org>
1167
1168 * xml.el: Implement XML parameter entities.
1169 (xml-parameter-entity-alist): New variable.
1170 (xml-parse-region, xml-parse-fragment): Preserve previous values
1171 of xml-entity-alist and xml-parameter-entity-alist, so that
1172 repeated calls on different documents do not change them.
1173 (xml-parse-tag): Fix doctype regexp.
1174 (xml--entity-replacement-text): New function.
1175 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1176 properly requires url retrieval which is unimplemented.
1177 (xml-escape-string): Doc fix.
1178
3cfbebba
SM
11792012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1182
2af3565e
DA
11832012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1184
1185 * fringe.el (fringe-mode): Doc fix.
1186
929df0e7
MA
11872012-06-29 Michael Albinus <michael.albinus@gmx.de>
1188
1189 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1190 is non-nil.
1191 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1192 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1193
c8d3a25c 11942012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1195
c8d3a25c
GM
1196 * calendar/cal-dst.el (calendar-current-time-zone):
1197 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1198
c8d3a25c 11992012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1200
1201 * progmodes/which-func.el (which-func-format):
1202 Add mouse-face. (Bug#11698)
1203
c8d3a25c
GM
12042012-06-29 Leo Liu <sdl.web@gmail.com>
1205
1206 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1207
12082012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * minibuffer.el (minibuffer-confirm-exit-commands):
1211 Add completion-at-point (bug#11725).
1212
12132012-06-29 Glenn Morris <rgm@gnu.org>
1214
1215 * progmodes/f90.el (f90-font-lock-keywords-2):
1216 Add some preprocessor elements. (Bug#10499)
1217
12182012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1221 Use syntax-propertize (bug#11739).
1222
2badeec4
JB
12232012-06-28 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1226
ae4969c2
JD
12272012-06-28 Julien Danjou <julien@danjou.info>
1228
1229 * term.el (term-handle-colors-array): Use a set of new faces to
1230 color the terminal. Also uses :inverse-video property.
1231 (term-default-fg-color): Set to nil by default, deprecate in favor
1232 of `term-face'.
1233 (term-default-bg-color): Set to nil by default, deprecate in favor
1234 of `term-face'.
1235 (term-current-face): Use `term-face' by default.
1236 (term-bold-attribute): Variable deleted.
1237
1c9bd870
GM
12382012-06-28 Glenn Morris <rgm@gnu.org>
1239
1240 * simple.el (completion-list-mode-finish):
1241 Don't use toggle-read-only. (Since completion-list-mode has
1242 a special mode-class, it wasn't doing anything extra anyway.)
1243
c207708c
SM
12442012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 Make inlining of other-mode interpreted functions work (bug#11799).
1247 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1248 (byte-compile): Use it to fix compilation of lexical-binding closures.
1249 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1250 function, if needed.
1251
3fd56834
SM
12522012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1253
04901786
SM
1254 * help-mode.el (help-make-xrefs): Don't just withstand
1255 cyclic-variable-indirection but any error in documentation-property.
1256
1ec4b7b2
SM
1257 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1258 memory use.
1259 * bindings.el (bindings--define-key): New function.
1260 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1261 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1262 * bindings.el: Use it to purecopy define-key bindings.
1263
e309e2a5
SM
1264 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1265
d5c6faf9
SM
1266 * emacs-lisp/cl.el (flet): Mark obsolete.
1267 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1268 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1269 * progmodes/js.el (js-c-fill-paragraph):
1270 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1271 (ebrowse-switch-member-buffer-to-derived-class):
1272 * play/5x5.el (5x5-solver): Use cl-flet.
1273
6e9590e2
SM
1274 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1275 (cl--symbol-function): New macro.
1276 (cl--letf, cl--letf*): Use it.
1277
3fd56834
SM
1278 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1279 Strip "toggle-" if any.
1280
35ff222c
GM
12812012-06-27 Glenn Morris <rgm@gnu.org>
1282
1ba6038a
GM
1283 * info.el (Info-default-directory-list): Move here from paths.el.
1284 * paths.el: Remove file, which is now empty.
1285 * loadup.el: No longer load "paths".
1286
0ea0e51b
GM
1287 * custom.el (custom-initialize-delay): Doc fix.
1288
35ff222c
GM
1289 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1290 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1291 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1292 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1293 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1294 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1295 * eshell/eshell.el (eshell-defgroup): Remove alias.
1296
c89926a5
CY
12972012-06-27 Chong Yidong <cyd@gnu.org>
1298
1299 * help.el (help-enable-auto-load): New variable.
1300
1301 * help-fns.el (help-fns--autoloaded-p): New function.
1302 (describe-function-1): Refer to a function as "autoloaded" if it
1303 was autoloaded at any time in the past. Perform autoloading if
1304 help-enable-auto-load is non-nil.
1305
cc06e7e7
EZ
13062012-06-26 Eli Zaretskii <eliz@gnu.org>
1307
1308 * makefile.w32-in (compile, compile-always): Depend on
1309 update-subdirs, not on subdirs.el. Otherwise, several different
1310 sub-targets of 'bootstrap' running in parallel could
1311 simultaneously write to subdirs.el, producing a garbled file.
1312
d2c32364
SS
13132012-06-26 Sam Steingold <sds@gnu.org>
1314
1315 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1316 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1317 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1318 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1319 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1320 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1321 * textmodes/tex-mode.el: Use it.
1322 Did not touch cedet and org because they are maintained elsewhere.
1323
5cf983b2
MR
13242012-06-26 Martin Rudalics <rudalics@gmx.at>
1325
1326 * calendar/calendar.el (calendar-exit): Don't try to delete or
1327 iconify last frame. See:
1328 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1329
8c4f2952
JD
13302012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1331
1332 * server.el (server-process-filter): Remember dir in the
1333 process's `server-client-directory' properties.
1334
772b2e2c
CY
13352012-06-24 Chong Yidong <cyd@gnu.org>
1336
1337 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1338 non-tag text.
1339
711b11e1
JB
13402012-06-23 Juanma Barranquero <lekktu@gmail.com>
1341
1342 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1343
dc5d230c
SM
13442012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * help-fns.el (describe-variable): Don't croak when doc is not found.
1347 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1348 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1349 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1350 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1351 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1352 ((lambda ..) ..).
1353 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1354
136e1c1d
CY
13552012-06-23 Chong Yidong <cyd@gnu.org>
1356
e8c1cabf
CY
1357 * info.el (Info-mouse-follow-link): Accept symbol values of
1358 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1359 (Info-fontify-node): Use Info-link-keymap for all navigation
1360 buttons, with link-args property to perform the desired action.
1361 (Info-link-keymap): Doc fix.
1362 (Info-next-link-keymap, Info-prev-link-keymap)
1363 (Info-up-link-keymap): Delete now-unused keymaps.
1364
0e9e6c6a
CY
13652012-06-23 Chong Yidong <cyd@gnu.org>
1366
05e89fea
CY
1367 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1368
0e9e6c6a
CY
1369 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1370 system abbrevs.
1371
1372 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1373
e33c6771
SM
13742012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1375
b68581e2
SM
1376 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1377 (bug#11719).
1378
e33c6771
SM
1379 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1380 the requote function doesn't work properly (bug#11714).
1381
7117e105
GM
13822012-06-23 Glenn Morris <rgm@gnu.org>
1383
1384 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1385
36cec983
SM
13862012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 Further GV/CL cleanups.
1389 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1390 gv-expander.
1391 (gv--defun-declaration): New function.
1392 (defun-declarations-alist): Use it.
1393 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1394 (gv-place): Autoload.
1395 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1396 original definition of dotimes and dolist.
1397 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1398 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1399 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1400 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1401 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1402 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1403 to the function's definition.
1404 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1405 * window.el:
1406 * files.el:
1407 * faces.el:
1408 * env.el: Don't use CL.
1409
d35af63c
PE
14102012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1411
1412 Support higher-resolution time stamps (Bug#9000).
1413
1414 * calendar/time-date.el (with-decoded-time-value): New arg
1415 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1416 (encode-time-value): New optional arg PICO. New type 3.
1417 (time-to-seconds) [!float-time]: Support the new picoseconds
1418 component if it's used.
1419 (seconds-to-time, time-subtract, time-add):
1420 Support ps-resolution time stamps as well.
1421
1422 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1423 (timerp): Timer vectors now have length 9, not 8.
1424 (timer--time): Support new-style (4-part) time stamps.
1425 (timer-next-integral-multiple-of-time): Time stamps now have
1426 picosecond resolution, so take a bit more care about rounding.
1427 (timer-relative-time, timer-inc-time): New optional arg psecs.
1428 (timer-set-time-with-usecs): Set psecs to 0.
1429 (timer--activate): Check psecs component, too.
1430
1431 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1432
ac77b21a
SM
14332012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1434
f143bfe3
SM
1435 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1436 Move the non-essential binding to the post/pre-command-hook where it is
1437 more obviously correct.
1438
ac77b21a
SM
1439 * subr.el (read-passwd): Don't use a history at all.
1440 * savehist.el (savehist-save): Remove password saved accidentally
1441 because of the above bug.
1442
76386c5a
BG
14432012-06-22 Bastien Guerry <bzg@gnu.org>
1444
1445 * files.el (toggle-read-only): Display a message telling whether
1446 the buffer is read-only or not (bug#11726).
1447
2ee3d7f0
SM
14482012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * emacs-lisp/gv.el: New file.
1451 * subr.el (push, pop): Extend to generalized variables.
1452 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1453 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1454 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1455 gv-define-simple-setter, and gv-define-expander.
1456 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1457 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1458 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1459 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1460 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1461 gv-letplace.
1462 (cl-defstruct): Don't define setf-method any more.
1463 * emacs-lisp/cl.el (flet): Don't autoload.
1464 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1465 (define-setf-expander, defsetf, define-modify-macro)
1466 (cl-struct-setf-expander): Move from cl-lib.el.
1467 * emacs-lisp/syntax.el:
1468 * emacs-lisp/ewoc.el:
1469 * emacs-lisp/smie.el:
1470 * emacs-lisp/cconv.el:
1471 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1472 (timer--time): Use gv-define-simple-setter.
1473 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1474 to avoid coding-system problems in subr.el. Adjust all users.
1475 (macroexp--maxsize, macroexp-small-p): New functions.
1476 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1477 * scroll-bar.el (scroll-bar-mode):
1478 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1479 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1480 * winner.el (winner-configuration, winner-make-point-alist)
1481 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1482 * files.el (locate-file-completion-table): Avoid list*.
1483
c5695d1d
CY
14842012-06-22 Chong Yidong <cyd@gnu.org>
1485
1486 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1487 (dired-create-files): Doc fix (Bug#11329).
1488 (dired-do-copy): Doc fix (Bug#11334).
1489 (dired-mark-read-string): Doc fix (Bug#11553).
1490
2ee3d7f0
SM
1491 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1492 Doc fix (Bug#11326).
c5695d1d
CY
1493 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1494 (dired-dwim-target): Doc fix.
1495
1496 * wdired.el (wdired-mode): Doc fix.
1497
89b5595a
GM
14982012-06-22 Glenn Morris <rgm@gnu.org>
1499
575db3f1
GM
1500 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1501 (pcmpl-rpm-cache-stamp-file): New constant.
1502 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1503 (pcmpl-rpm-packages): Optionally cache list of packages.
1504
a4c8dd51
GM
1505 * pcmpl-rpm.el (pcmpl-rpm): New group.
1506 (pcmpl-rpm-query-options): New option.
1507 (pcmpl-rpm-packages): No need to inline it.
1508 Use pcmpl-rpm-query-options.
1509
89b5595a
GM
1510 * calendar/calendar.el (calendar-in-read-only-buffer):
1511 Avoid some needless mode changes.
1512
e76f0800
CY
15132012-06-21 Chong Yidong <cyd@gnu.org>
1514
1515 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1516 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1517 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1518
297a8f1d
CY
15192012-06-20 Chong Yidong <cyd@gnu.org>
1520
1521 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1522
d34c18b1
DR
15232012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1524
1525 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1526 (bug#11201).
1527
32f7f28e
CY
15282012-06-20 Chong Yidong <cyd@gnu.org>
1529
1530 * term.el (term-window-width): Handle the case of a missing right
1531 fringe (Bug#8837).
1532 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1533 (term-mode): Use define-derived-mode. Minor cleanups.
1534 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1535 (term-move-columns, term-insert-char, term-emulate-terminal)
1536 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1537
493c6688
MA
15382012-06-20 Michael Albinus <michael.albinus@gmx.de>
1539
d34c18b1
DR
1540 * net/ange-ftp.el (ange-ftp-get-passwd):
1541 Bind `enable-recursive-minibuffers'.
493c6688
MA
1542 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1543
3f06ecf4
DR
15442012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1545
1546 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1547
68f12411
GM
15482012-06-19 Glenn Morris <rgm@gnu.org>
1549
1550 * progmodes/python.el (python-mode): Derive from prog-mode.
1551
b3820318
KG
15522012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1553
1554 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1555 (edt-user-menu-bar-update-buffers): New functions.
1556 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1557
c6bf3022
CY
15582012-06-19 Chong Yidong <cyd@gnu.org>
1559
1560 * subr.el (with-selected-window): Preserve the selected window's
1561 terminal's top-frame (Bug#4702).
1562
1563 * window.el (save-selected-window): Likewise.
1564
25f09295
SM
15652012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * progmodes/python.el (python-rx-constituents): Move backquote.
1568 (python-skeleton-define, python-define-auxiliary-skeleton):
1569 Use `declare'.
1570
6b11952a
MA
15712012-06-18 Michael Albinus <michael.albinus@gmx.de>
1572
1573 * minibuffer.el (read-file-name-default): Revert the patch from
1574 2012-06-17.
1575
ee4b1330
SM
15762012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1579 (pcase--u1, pcase--q1): Don't use apply-partially.
1580
35647f79
GM
15812012-06-18 Glenn Morris <rgm@gnu.org>
1582
1583 * progmodes/python.el (python-proc, python-buffer)
1584 (python-send-receive, python-send-string): Fix obsolete versions.
1585
24b0cff0
MR
15862012-06-18 Martin Rudalics <rudalics@gmx.at>
1587
1588 * window.el (special-display-p): Completely remove stringp
1589 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1590
29855149
MA
15912012-06-17 Michael Albinus <michael.albinus@gmx.de>
1592
1593 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1594
1595 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1596
1597 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1598 * net/tramp-sh.el (tramp-maybe-open-connection):
1599 Throw if `non-essential' is non-nil.
1600
07463363
MR
16012012-06-17 Martin Rudalics <rudalics@gmx.at>
1602
1603 * window.el (special-display-p): Signal an error if BUFFER-NAME
1604 is not a string (Bug#11713).
1605
48d1354e
PE
16062012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1607
1608 * progmodes/python.el (python-info-beginning-of-backslash):
1609 Rename from python-info-beginning-of-backlash, as a spelling fix.
1610
eb4a8a9a
CY
16112012-06-17 Chong Yidong <cyd@gnu.org>
1612
1613 * term.el (term-emulate-terminal): If term-check-size is called,
1614 move point to the process mark without resetting point (Bug#4635).
1615
ddfbf826 16162012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1617
1618 * international/mule-cmds.el (mule-menu-keymap)
1619 (set-language-environment, set-locale-environment): Doc tweaks.
1620
9b0e3eba
AA
16212012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1622
1623 * cus-face.el (custom-face-attributes): Add wave-style underline
1624 attribute.
1625 * faces.el (set-face-attribute): Update docstring to describe
1626 wave-style underline attribute.
1627
771e3eae
CY
16282012-06-16 Chong Yidong <cyd@gnu.org>
1629
1630 * term/xterm.el (terminal-init-xterm): Discard input before
1631 querying background mode (Bug#10959).
1632
7ae2ea10
SM
16332012-06-16 Stefan Merten <smerten@oekonux.de>
1634
1635 * textmodes/rst.el: Added and corrected some comments.
1636 (rst-re-alist-def): Improve symbol syntax.
1637 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1638 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1639 (rst-official-version, rst-official-cvs-rev): Update version
1640 information.
7ae2ea10 1641
b6974efa
JB
16422012-06-15 Juanma Barranquero <lekktu@gmail.com>
1643
1644 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1645 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1646
8826d473
GM
16472012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1648
1649 * progmodes/python.el: New python.el merge.
1650 (python-guess-indent): Obsolete var.
1651 (python-indent-guess-indent-offset): New defcustom.
1652 (python-indent): Obsolete var.
1653 (python-indent-offset): New defcustom.
1654 (python-python-command, python-jython-command): Delete var.
1655 (python-shell-interpreter): New defcustom.
1656 (python-pdbtrack-do-tracking-p): Delete var.
1657 (python-pdbtrack-activate): New defcustom.
1658 (python-use-skeletons): Obsolete var.
1659 (python-skeleton-autoinsert): New defcustom.
1660 (inferior-python-filter-regexp, python-continuation-offset)
1661 (python-honour-comment-indentation, python-indent-string-contents)
1662 (python-jython-packages, python-mode-hook)
1663 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1664 (python-shell-prompt-alist)
1665 (python-source-modes): Delete defcustoms.
1666 (python-check-buffer-name, python-eldoc-setup-code)
1667 (python-eldoc-string-code, python-ffap-setup-code)
1668 (python-ffap-string-code, python-fill-comment-function)
1669 (python-fill-decorator-function, python-fill-paren-function)
1670 (python-fill-string-function, python-imenu-include-defun-type)
1671 (python-imenu-make-tree, python-imenu-subtree-root-label)
1672 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1673 (python-shell-compilation-regexp-alist)
1674 (python-shell-completion-module-string-code)
1675 (python-shell-completion-pdb-string-code)
1676 (python-shell-completion-setup-code)
1677 (python-shell-completion-string-code)
1678 (python-shell-enable-font-lock, python-shell-exec-path)
1679 (python-shell-extra-pythonpaths)
1680 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1681 (python-shell-process-environment)
1682 (python-shell-prompt-block-regexp)
1683 (python-shell-prompt-output-regexp)
1684 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1685 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1686 (python-shell-virtualenv-path): New defcustoms.
1687 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1688 (inferior-python-mode-syntax-table, python--prompt-regexp)
1689 (python-buffer, python-command python-python-command)
1690 (python-default-template, python-imports, python-indent-index)
1691 (python-indent-list, python-indent-list-length)
1692 (python-mode-running, python-pdbtrack-is-tracking-p)
1693 (python-preoutput-continuation, python-preoutput-leftover)
1694 (python-preoutput-result, python-preoutput-skip-next-prompt)
1695 (python-prev-dir/file, python-recursing)
1696 (python-saved-check-command, python-version-checked)
1697 (python-which-func-length-limit)
1698 (view-return-to-alist): Delete vars.
1699 (python-check-custom-command, python-dotty-syntax-table)
1700 (python-imenu-index-alist, python-indent-current-level)
1701 (python-indent-dedenters, python-indent-levels)
1702 (python-nav-beginning-of-defun-regexp)
1703 (python-nav-list-defun-positions-cache)
1704 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1705 (python-shell-internal-buffer)
1706 (python-skeleton-available): New vars.
1707 (def-python-skeleton): Delete macro.
1708 (python-skeleton-define): New macro.
1709 (python-define-auxiliary-skeleton, python-rx): New macros.
1710 (python-insert-class): Delete command.
1711 (python-skeleton-class): New command.
1712 (python-insert-def): Delete command.
1713 (python-skeleton-def): New command.
1714 (python-insert-for): Delete command.
1715 (python-skeleton-for): New command.
1716 (python-insert-if): Delete command.
1717 (python-skeleton-if): New command.
1718 (python-insert-try/except, python-insert-try/finally): Delete commands.
1719 (python-skeleton-try): New command.
1720 (python-insert-while): Delete command.
1721 (python-skeleton-while): New command.
1722 (python-backspace): Delete command.
1723 (python-indent-dedent-line-backspace): New command.
1724 (python-electric-colon): Delete command.
1725 (python-indent-electric-colon): New command.
1726 (python-guess-indent): Delete command.
1727 (python-indent-guess-indent-offset): New command.
1728 (python-shift-left): Delete command.
1729 (python-indent-shift-left): New command.
1730 (python-shift-right): Delete command.
1731 (python-indent-shift-right): New command.
1732 (python-find-function): Delete command.
1733 (python-nav-jump-to-defun): New command.
1734 (python-next-statement): Delete command.
1735 (python-nav-forward-sentence): New command.
1736 (python-previous-statement): Delete command.
1737 (python-nav-backward-sentence): New command.
1738 (python-fill-paragraph): Delete command.
1739 (python-fill-paragraph-function): New command.
1740 (python-send-buffer): Delete command.
1741 (python-shell-send-buffer): New command.
1742 (python-send-defun): Delete command.
1743 (python-shell-send-defun): New command.
1744 (python-send-region, python-send-region-and-go): Delete commands.
1745 (python-shell-send-region)
1746 (python-shell-switch-to-shell): New commands.
1747 (python-send-string): Delete command.
1748 (python-shell-send-string): New command.
1749 (python-switch-to-python): Delete command.
1750 (python-shell-switch-to-shell): New command.
1751 (python-describe-symbol): Delete command.
1752 (python-eldoc-at-point): New command.
1753 (python--set-prompt-regexp, python-args-to-list)
1754 (python-after-info-look, python-check-version)
1755 (python-check-comint-prompt, python-find-imports)
1756 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1757 (python-unload-function, python-expand-template)
1758 (python-maybe-jython, python-preoutput-filter)
1759 (python-pdbtrack-get-source-buffer)
1760 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1761 (python-pdbtrack-toggle-stack-tracking)
1762 (python-pdbtrack-track-stack-file, python-initial-text)
1763 (python-first-word, python-comment-line-p, python-send-command)
1764 (python-setup-brm, python-sentinel, python-set-proc)
1765 (python-skip-out, python-input-filter, python-outdent-p)
1766 (python-outline-level, python-backslash-continuation-line-p)
1767 (python-end-of-block, python-end-of-statement, python-mark-block)
1768 (python-beginning-of-block, python-beginning-of-statement)
1769 (python-blank-line-p, python-beginning-of-string)
1770 (python-open-block-statement-p): Delete functions.
1771 (python-indent-line, python-indent-line-1): Delete functions.
1772 (python-indent-line): New function.
1773 (python-indentation-levels): Delete function.
1774 (python-indent-calculate-levels): New function.
1775 (python-proc): Delete function.
1776 (python-shell-get-process): New function.
1777 (python-send-receive): Delete function.
1778 (python-shell-send-string-no-output): New function.
1779 (python-module-path): Delete function.
1780 (python-ffap-module-path): New function.
1781 (python-completion-at-point)
1782 (python-symbol-completions): Delete functions.
1783 (python-completion-complete-at-point): New function.
1784 (python-load-file): Delete function.
1785 (python-shell-send-file): New function.
1786 (python-calculate-indentation): Delete function.
1787 (python-indent-calculate-indentation): New function.
1788 (python-skip-comments/blanks): Delete function.
1789 (python-util-forward-comment): New function.
1790 (python-continuation-line-p): Delete function.
1791 (python-info-continuation-line-p): New function.
1792 (python-which-func, python-current-defun): Delete function.
1793 (python-info-current-defun): New function.
1794 (python-beginning-of-defun): Delete function.
1795 (python-nav-beginning-of-defun): New function.
1796 (python-close-block-statement-p)
1797 (python-block-end-p): Delete function.
1798 (python-info-closing-block): New function.
1799 (python-comint-output-filter-function)
1800 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1801 (python-fill-comment, python-fill-decorator, python-fill-paren)
1802 (python-fill-string, python-imenu-make-element-tree)
1803 (python-imenu-make-tree, python-imenu-tree-assoc)
1804 (python-indent-context, python-indent-dedent-line)
1805 (python-indent-line-function)
1806 (python-indent-post-self-insert-function)
1807 (python-indent-toggle-levels)
1808 (python-info-assignment-continuation-line-p)
1809 (python-info-beginning-of-backlash)
1810 (python-info-block-continuation-line-p)
1811 (python-info-closing-block-message)
1812 (python-info-line-ends-backslash-p)
1813 (python-info-looking-at-beginning-of-defun)
1814 (python-info-ppss-context, python-info-ppss-context-type)
1815 (python-nav-list-defun-positions, python-nav-read-defun)
1816 (python-nav-sentence-end, python-nav-sentence-start)
1817 (python-pdbtrack-comint-output-filter-function)
1818 (python-pdbtrack-set-tracked-buffer)
1819 (python-shell-calculate-exec-path)
1820 (python-shell-calculate-process-environment)
1821 (python-shell-completion--do-completion-at-point)
1822 (python-shell-completion--get-completions)
1823 (python-shell-completion-complete-at-point)
1824 (python-shell-completion-complete-or-indent)
1825 (python-shell-get-or-create-process)
1826 (python-shell-get-process-name)
1827 (python-shell-internal-get-or-create-process)
1828 (python-shell-internal-get-process-name)
1829 (python-shell-internal-send-string, python-shell-make-comint)
1830 (python-shell-parse-command, python-shell-send-setup-code)
1831 (python-skeleton-add-menu-items)
1832 (python-util-clone-local-variables, python-util-position)
1833 (run-python-internal, python-indentation-levels)
1834 (python-nav-beginning-of-defun)
1835 (python-completion-complete-at-point): New functions.
1836 (run-python): Change arguments. New API requirements.
1837
4302f5ba
SM
18382012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1839
f38ea36d
SM
1840 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1841 (bug#11649).
1842
1843 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1844 (macroexp--expand-all): Use it.
1845
4302f5ba
SM
1846 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1847 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1848 Use `cl-function' instead.
1849
33377562
JB
18502012-06-14 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1853 Suggested by Stefan Monnier while discussing bug#11657.
1854
54c5ba1a
SS
18552012-06-14 Sam Steingold <sds@gnu.org>
1856
1857 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1858
f9f1b1fe
AS
18592012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1860
1861 * play/doctor.el (doctor-doc): Remove parameter and use
1862 doctor-sent instead of sent.
1863 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1864
a81068ba
SM
18652012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1866
5a315f9c
SM
1867 * files.el: Require cl-lib.
1868 (file-name-non-special): Replace case -> cl-case.
1869
1870 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1871
a81068ba
SM
1872 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1873 mapping from #' to function*.
1874
8cca9703
CY
18752012-06-13 Chong Yidong <cyd@gnu.org>
1876
1877 * mouse.el (mouse-drag-track): Do not set the mark if the user
1878 releases the mouse without selecting anything (Bug#11588).
1879
a12ac9d7
SM
18802012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1881
ccf1dc18
SM
1882 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1883 as well (bug#11646).
1884
ef62b23d
SM
1885 * loadup.el: Count byte-code functions as well.
1886
c4c8444a
SM
1887 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1888 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1889
a12ac9d7
SM
1890 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1891 (bug#11649). Add cl-defun and cl-defmacro.
1892
87e6e64f
DA
18932012-06-13 Drew Adams <drew.adams@oracle.com>
1894
1895 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1896 Fix last change.
1897
682cefaf
MA
18982012-06-13 Michael Albinus <michael.albinus@gmx.de>
1899
1900 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1901 Otherwise, it blocks in batch mode.
1902
773e1f08
JB
19032012-06-13 Juanma Barranquero <lekktu@gmail.com>
1904
1905 * help-mode.el (bookmark-make-record-default): Declare.
1906
60057926
CY
19072012-06-13 Chong Yidong <cyd@gnu.org>
1908
1909 * emacs-lisp/package.el (list-packages): Compute a list of
1910 packages that are newly-available since the last list-packages
1911 invocation.
1912 (package-menu--new-package-list): New var.
1913 (package-menu--generate, package-menu--print-info)
1914 (package-menu--status-predicate, package-menu-mark-install):
1915 Handle new status label "new".
1916
ad4d226c
SM
19172012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1920 conversion to backquotes.
1921
f1a4e679
CY
19222012-06-12 Chong Yidong <cyd@gnu.org>
1923
1924 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1925 Rename from gud-inhibit-global-bindings.
1926
1927 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1928
1929 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1930 hook from nxml-glyph-set-hook.
1931
1932 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1933 declaration.
1934
1935 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1936
1937 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1938 Convert to defcustom.
1939
0c9e42b5
DA
19402012-06-12 Drew Adams <drew.adams@oracle.com>
1941
1942 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1943 New functions.
1944 (help-mode): Use them.
1945
09e06855
GM
19462012-06-11 Glenn Morris <rgm@gnu.org>
1947
1948 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1949 Use preprocessor face for directives.
1950 (fortran-directive-re): Doc fix.
1951
71adb94b
SM
19522012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1953
2eb87922
SM
1954 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1955 conversion to backquotes (bug#11652).
1956
71adb94b
SM
1957 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1958 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1959 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1960 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1961 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1962 (cl-ninth, cl-tenth): Mark them as inlinable.
1963 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1964 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1965 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1966 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1967 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1968 (cl-list*, cl-adjoin): Don't put an autoload manually.
1969 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1970 (cl--compiler-macro-list*): Add autoload cookie.
1971 (cl--compiler-macro-cXXr): New function.
2eb87922 1972
71adb94b
SM
1973 * help-fns.el (help-fns--compiler-macro): New function extracted from
1974 describe-function-1; follow aliases and use `compiler-macro' property.
1975 (describe-function-1): Use it.
1976
a6674402
CY
19772012-06-11 Chong Yidong <cyd@gnu.org>
1978
1979 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1980 is uninstalled, if imagemagick is installed.
1981
bb3faf5b
SM
19822012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * emacs-lisp/cl-lib.el: Use lexical-binding.
1985 (cl-map-extents, cl-maclisp-member): Remove.
1986 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1987 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1988 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1989 * emacs-lisp/cl-extra.el: Use lexical-binding.
1990 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1991 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1992 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1993 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1994 * emacs-lisp/cl-seq.el: Use lexical-binding.
1995 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1996 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1997 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1998 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1999 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
2000 CL's internals.
2001
2fe4b125
MA
20022012-06-11 Michael Albinus <michael.albinus@gmx.de>
2003
2004 Sync with Tramp 2.2.6-pre.
2005
2006 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
2007 `print-length' and `print-level' to nil, in order to avoid
2008 truncation. Reported by Christopher Schmidt
2009 <christopher@ristopher.com>.
2010
2011 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
2012
2013 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
2014 New defmacro.
2015 (tramp-compat-copy-directory): Add optional argument
2016 COPY-CONTENTS. It is not handled yet.
2017
2018 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
2019 (tramp-ftp-file-name-p): Simplify.
2020
2021 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
2022 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
2023 connection vector.
2024
2025 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
2026 (tramp-methods): Do not use `tramp-password-end-of-line'.
2027 (tramp-completion-function-alist-putty): Handle UNIX case.
2028 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
2029 (tramp-do-file-attributes-with-stat)
2030 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
2031 gid as real numbers. They could run out of integer range on cygwin.
2032 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
2033 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
2034 (tramp-open-connection-setup-interactive-shell):
2035 Use `tramp-cleanup'. Move check for busyboxes ...
2036 (tramp-find-shell): ... here. Simplify implementation.
2037 Set "remote-shell" property also for alternative shells.
2038 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
2039 If failing, a regular file would be written otherwise.
2040 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
2041 (tramp-find-inline-encoding): Cache the coding commands in the
2042 process cache. Apply test command on the remote side, if defined.
2043 (tramp-find-inline-compress): Cache the compress commands in the
2044 process cache.
2045 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
2046 when requested. Handle hops.
2047 (tramp-current-connection): New defvar.
87e6e64f
DA
2048 (tramp-maybe-open-connection): Use `tramp-cleanup'.
2049 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 2050 Handle user interrupt. (Bug#10187)
87e6e64f
DA
2051 (tramp-get-inline-compress, tramp-get-inline-coding):
2052 Read connection properties from the process cache.
2fe4b125
MA
2053
2054 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
2055 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
2056 New defconsts.
2fe4b125
MA
2057 (tramp-smb-prompt): Extend for powershell prompt.
2058 (tramp-smb-file-name-handler-alist): Add handlers for
2059 `process-file', `shell-command' and `start-file-process'.
2060 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
2061 (tramp-smb-winexe-shell-command-switch): New defcustoms.
2062 (tramp-smb-file-name-p): Simplify.
2063 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
2064 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
2065 (tramp-smb-shell-quote-argument): New defuns.
2066 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
2067 Implement using "tar". By this, time-stamps are preserved.
2068 (tramp-smb-handle-copy-file): Handle also the case of directories.
2069 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
2070 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
2071 Use `tramp-get-connection-buffer').
2fe4b125
MA
2072 (tramp-smb-handle-rename-file): Use "rename", when source and
2073 target are on the same share.
87e6e64f
DA
2074 (tramp-smb-maybe-open-connection): Handle wrong passwords.
2075 Use `tramp-smb-server-version'.
2fe4b125
MA
2076 (tramp-smb-wait-for-output): Remove prompt.
2077
2078 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
2079 (tramp-methods, tramp-rsh-end-of-line):
2080 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
2081 (tramp-save-ad-hoc-proxies): New defcustom.
2082 (tramp-completion-function-alist): Adapt docstring.
2083 (tramp-default-password-end-of-line): Remove defcustom.
2084 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
2085 (tramp-user-regexp, tramp-file-name-regexp-unified)
2086 (tramp-file-name-regexp-url): Extend regexp by hop separator.
2087 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
2088 (tramp-remote-file-name-spec-regexp): New defconst.
2089 (tramp-file-name-structure): Extend structure for hops.
2090 (tramp-get-method-parameter): Move up.
2091 (tramp-file-name-p, tramp-dissect-file-name)
2092 (with-parsed-tramp-file-name): Handle hops.
2093 (tramp-file-name-hop): New defun.
2094 (tramp-make-tramp-file-name): New optional arg HOP.
2095 (tramp-message-show-progress-reporter-message): New defvar.
2096 (tramp-with-progress-reporter): Use it. We cannot use
2097 `tramp-message-show-message' here, because this suppresses also
2098 error buffers.
2099 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
2100 `tramp-message-show-message' is nil.
2101 Use `tramp-get-connection-buffer'.
2fe4b125
MA
2102 (tramp-cleanup): New defun.
2103 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2104 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2105 an error unchanged.
2106 (tramp-completion-handle-file-name-all-completions): Handle hops.
2107 Fix an error when called from ido.
2108 (tramp-completion-dissect-file-name): Use better local variable
2109 name. Add hop to the vector.
2110 (tramp-handle-insert-file-contents): Use progress-reporter for the
2111 whole scenario.
2112 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2113 to `t'.
2114 (tramp-check-for-regexp): Simplify search.
2115 (tramp-enter-password): Remove it. Move implementation ...
2116 (tramp-action-password): ... here.
2117 (tramp-mode-string-to-int, tramp-local-host-p)
2118 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2119 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2120 Set tramp-autoload cookie.
2fe4b125
MA
2121
2122 * net/trampver.el: Update release number.
2123
21242012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2125 Michael Albinus <michael.albinus@gmx.de>
2126
2127 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2128 (tramp-parse-group, tramp-parse-file)
2129 (tramp-parse-shostkeys-sknownhosts): New defuns.
2130 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2131 (tramp-parse-shosts-group, tramp-parse-sconfig)
2132 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2133 (tramp-parse-sknownhosts, tramp-parse-hosts)
2134 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2135 Use them.
2136 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2137 (tramp-parse-putty-group): Don't narrow.
2138 (tramp-parse-putty): Make a loop.
2139 (tramp-file-name-handler): Catch the `suppress' signal.
2140
72834e10
CY
21412012-06-11 Chong Yidong <cyd@gnu.org>
2142
2143 * image.el (imagemagick-register-types): Put the ImageMagick entry
2144 at the end of image-type-file-name-regexps.
2145
a4712e11
JB
21462012-06-11 Johan Bockgård <bojohan@gnu.org>
2147
2148 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2149 (pcase, pcase-let*, pcase-dolist): Use them.
2150
82ad98e3
SM
21512012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * emacs-lisp/pcase.el (pcase--let*): New function.
2154 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2155 (pcase--expand): Use macroexp-let².
2156
f80efb86
SM
21572012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2160 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2161 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2162 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2163 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2164 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2165
31ca4639 21662012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2167
31ca4639
CY
2168 * mail/rmail.el (rmail-yank-current-message): Leave point at
2169 correct position. (Bug#11660)
94f0aa34 2170
31ca4639 21712012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2172
31ca4639 2173 * allout-widgets.el: Fix code header.
9e1b8ec4 2174
31ca4639 21752012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2176
f80efb86
SM
2177 * cus-edit.el (customize-changed-options-previous-release):
2178 Bump to 24.1.
31ca4639 2179
642b6d30
AS
21802012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2181
2182 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2183
4f5d2ba1
CY
21842012-06-09 Chong Yidong <cyd@gnu.org>
2185
2186 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2187
e75852fd
MR
21882012-06-09 Martin Rudalics <rudalics@gmx.at>
2189
2190 * window.el (special-display-popup-frame): Don't use
2191 window--display-buffer (Bug#11651).
2192
1e48e282
EZ
21932012-06-09 Eli Zaretskii <eliz@gnu.org>
2194
8a26b487
EZ
2195 Fix parallel builds: make sure loaddefs.el is not being written
2196 while Lisp files are compiled.
2197 (compile): Don't depend on 'mh-autoloads'.
2198 (compile-CMD, compile-SH): Depend on 'autoloads'.
2199 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2200
1e48e282
EZ
2201 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2202
6175e34b
CY
22032012-06-09 Chong Yidong <cyd@gnu.org>
2204
2205 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2206 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2207 Doc fixes (Bug#11225).
2208
d9857e53
SM
22092012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2212 a function if there's a clear indication that it has a compiler-macro.
2213 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2214 (macro-declarations-alist): Add arglist to declaration functions.
2215 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2216 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2217 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2218 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2219 Also add autoload to find the compiler macro.
2220 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2221 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2222 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2223 (cl--compiler-macro-get): New functions, replacing calls to
2224 cl-define-compiler-macro.
2225 (cl-typep) [compiler-macro]: Use macroexp-let².
2226
f81298f8 22272012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2228
2229 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2230 string properly, fixes Bug#11473.
2231
4b56d0fe
CY
22322012-06-08 Chong Yidong <cyd@gnu.org>
2233
2234 * faces.el (set-face-attribute): Doc fix.
2235 (modify-face): Don't use :bold and :italic.
2236 (error, warning, success): Tweak definitions.
2237
2238 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2239 (custom-modified, custom-set, custom-changed, custom-themed)
2240 (custom-saved, custom-button, custom-button-mouse)
2241 (custom-button-pressed, custom-state, custom-comment-tag)
2242 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2243 (custom-group-subtitle): Use new-style face specs.
2244 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2245 (custom-set-face, custom-changed-face, custom-saved-face)
2246 (custom-button-face, custom-button-pressed-face)
2247 (custom-documentation-face, custom-state-face)
2248 (custom-comment-face, custom-comment-tag-face)
2249 (custom-variable-tag-face, custom-variable-button-face)
2250 (custom-face-tag-face, custom-group-tag-face-1)
2251 (custom-group-tag-face): Remove obsolete face alias.
2252
2253 * epa.el (epa-validity-high, epa-validity-medium)
2254 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2255 (epa-field-name, epa-field-body):
2256 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2257 (font-lock-keyword-face, font-lock-builtin-face)
2258 (font-lock-function-name-face, font-lock-variable-name-face)
2259 (font-lock-type-face, font-lock-constant-face):
2260 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2261 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2262 * speedbar.el (speedbar-button-face, speedbar-file-face)
2263 (speedbar-directory-face, speedbar-tag-face)
2264 (speedbar-selected-face, speedbar-highlight-face)
2265 (speedbar-separator-face):
2266 * whitespace.el (whitespace-newline, whitespace-space)
2267 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2268 (whitespace-line, whitespace-space-before-tab)
2269 (whitespace-space-after-tab, whitespace-indentation)
2270 (whitespace-empty):
2271 * emulation/cua-base.el (cua-global-mark):
2272 * eshell/em-prompt.el (eshell-prompt):
2273 * net/newst-plainview.el (newsticker-new-item-face)
2274 (newsticker-old-item-face, newsticker-immortal-item-face)
2275 (newsticker-obsolete-item-face, newsticker-date-face)
2276 (newsticker-statistics-face, newsticker-default-face):
2277 * net/newst-reader.el (newsticker-feed-face)
2278 (newsticker-extra-face, newsticker-enclosure-face):
2279 * net/newst-treeview.el (newsticker-treeview-face)
2280 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2281 (newsticker-treeview-immortal-face)
2282 (newsticker-treeview-obsolete-face)
2283 (newsticker-treeview-selection-face):
2284 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2285 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2286 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2287 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2288 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2289 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2290 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2291 (mpuz-text):
2292 * progmodes/vera-mode.el (vera-font-lock-number)
2293 (vera-font-lock-function, vera-font-lock-interface):
2294 * textmodes/table.el (table-cell): Use new-style face specs, and
2295 don't use the old :bold and :italic attributes.
2296
2297 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2298 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2299 (ebrowse-member-class, ebrowse-progress): Likewise.
2300 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2301 (ebrowse-file-name-face, ebrowse-default-face)
2302 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2303 (ebrowse-progress-face): Remove obsolete faces.
2304
2305 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2306 Inherit from error and warning faces respectively.
2307
2308 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2309 Likewise.
f80efb86
SM
2310 (flyspell-incorrect-face, flyspell-duplicate-face):
2311 Remove obsolete aliases.
4b56d0fe 2312
03310646
MA
23132012-06-08 Michael Albinus <michael.albinus@gmx.de>
2314
2315 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2316 Avoid infloop.
2317
513749ee
SM
23182012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * startup.el (argv, argi): Make lexically scoped.
2321 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2322 * emacs-lisp/cl-macs.el: Use lexical-binding.
2323 Rename cl-bind-* to cl--bind-*.
2324 * files.el: Don't require `cl' since it doesn't use it.
2325 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2326
595ef4ad
JB
23272012-06-08 Juanma Barranquero <lekktu@gmail.com>
2328
2329 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2330 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2331 instead of calling external sort utility.
2332 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2333
e9f66fcb
EZ
23342012-06-08 Eli Zaretskii <eliz@gnu.org>
2335
2336 * descr-text.el (describe-char): Mention how to insert the
2337 character, if the current input method doesn't support it.
2338 See the discussion in this thread for the details:
2339 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2340
3d10db47
SS
23412012-06-08 Sam Steingold <sds@gnu.org>
2342
2343 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2344 XF86Back to previous-buffer.
2345 (minibuffer-local-map): Bind them to next-history-element and
2346 previous-history-element respectively.
2347 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2348 help-go-back respectively.
2349 * info.el (Info-mode-map): Bind them to Info-history-forward and
2350 Info-history-back respectively.
2351 These are the keys next to Up on the ThinkPad keyboard.
2352
de7e2b36
SM
23532012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2356 * emacs-lisp/cl-macs.el: Provide itself.
2357 (cl--labels-convert-cache): New var.
2358 (cl--labels-convert): New function.
2359 (cl-flet, cl-labels): New implementation with new semantics, relying on
2360 lexical-binding.
2361 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2362 (cl-closure-vars, cl--function-convert-cache)
2363 (cl--function-convert): Move from cl-macs.el.
2364 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2365 rename by removing the "cl-" prefix.
2366 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2367
6fa6c4ae
SM
23682012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2371 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2372 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2373 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2374 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2375 (cl-hash-table-count): Add old compatibility aliases.
2376
2377 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2378 Use macroexpand-all-environment instead.
2379 (cl--old-macroexpand): New var.
2380 (cl--sm-macroexpand): New function.
2381 (cl-symbol-macrolet): Use it during macro expansion.
2382 (cl--function-convert-cache): New var.
2383 (cl--function-convert): New function, extracted from
2384 cl-macroexpand-all.
2385 (cl-lexical-let): Use it.
2386
2387 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2388 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2389 (cl-member): Remove old alias.
2390
2391 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2392 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2393 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2394 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2395 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2396 (cl-macroexpand-cmacs): Remove var.
2397 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2398 Use macroexpand-all instead.
2399
4dd1c416
SM
24002012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2403 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2404 (macroexp-copyable-p): New functions and macros.
2405 * emacs-lisp/edebug.el (edebug-unwrap):
2406 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2407 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2408 (pcase--let*): Remove.
2409 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2410 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2411 macroexp-const-p instead.
2412 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2413
2414 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2415 instead of "cl-" for internal definitions. Use macroexp-const-p.
2416 (cl-old-bc-file-form): Remove var.
2417 (cl-const-exprs-p): Remove fun.
2418 (cl-labels, cl-macrolet): Use backquote.
2419 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2420 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2421 (cl-define-setf-expander): Rename from cl-define-setf-method.
2422 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2423
2424 * international/mule-cmds.el: Don't require CL.
2425 (view-hello-file): Don't use `letf'.
2426
ed8bd4d7
SM
24272012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2428
7287f2f3
SM
2429 * tmm.el (tmm-prompt): Use string-prefix-p.
2430 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2431 (tmm-add-prompt): Use minibuffer-completion-help.
2432 (tmm-delete-map): Remove.
2433
ed8bd4d7
SM
2434 * subr.el (kbd): Make it its own function.
2435
7b4cdbf4
SM
24362012-06-07 Stefan Merten <smerten@oekonux.de>
2437
2438 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2439 Silence compiler warnings. Fix versions.
ed8bd4d7 2440 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2441 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2442 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2443 (rst-package-emacs-version-alist): Correct Emacs version to
2444 represent major merge with upstream.
ed8bd4d7 2445 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2446
2b48d721
GM
24472012-06-06 Glenn Morris <rgm@gnu.org>
2448
2449 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2450 Only print environment variables if set.
2451
fa779ab0
SM
24522012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2455 (macroexp--cons): Rename from maybe-cons.
2456 (macroexp--accumulate): Rename from macroexp-accumulate.
2457 (macroexp--all-forms): Rename from macroexpand-all-forms.
2458 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2459 (macroexp--expand-all): Rename from macroexpand-all-1.
2460
628299e0
SS
24612012-06-06 Sam Steingold <sds@gnu.org>
2462
2463 * calendar/calendar.el (calendar-in-read-only-buffer):
2464 Call `special-mode' to enable the standard read-only keybindings.
2465
b7bb5838
SM
24662012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2469 with "loading" messages (bug#11635).
2470
dfb308ba
MA
24712012-06-06 Michael Albinus <michael.albinus@gmx.de>
2472
2473 * files.el (enable-remote-dir-locals): New option.
2474 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2475
0372ee92
MA
2476 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2477 Ensure, that the temp directory is local.
2478
2479 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2480 `temporary-file-directory'.
2481
eed0bb91
MA
2482 * progmodes/python.el (python-send-region): Ensure, that the
2483 temporary file is created also in the remote case.
2484
7a58f64d
GM
24852012-06-06 Glenn Morris <rgm@gnu.org>
2486
f7dd4e98
GM
2487 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2488 (vc-rcs-update-changelog): Use it.
2489
090bd7cb 2490 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2491
7a58f64d
GM
2492 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2493 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2494 (vc-sccs-diff): Replace use of the external vcdiff script.
2495
daed4003
GM
24962012-06-05 Glenn Morris <rgm@gnu.org>
2497
2498 * ledit.el: Move to obsolete/.
2499
48c455c7
SS
25002012-06-05 Sam Steingold <sds@gnu.org>
2501
ed9265fc 2502 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2503 patch (Bug#11140).
2504
57a7d507
SM
25052012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2506
090bd7cb 2507 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2508
53aacf21
SM
2509 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2510 compiler-macro expansion.
2511
57a7d507
SM
2512 Add native compiler-macro support.
2513 * emacs-lisp/macroexp.el (macroexpand-all-1):
2514 Support compiler-macros directly. Properly follow aliases and apply
2515 the compiler macros more thoroughly.
2516 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2517 macroexpand now properly follows aliases.
2518 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2519 (cl-compiler-macroexpand): Use new prop.
2520 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2521
2522 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2523
51a5f9d8
MR
25242012-06-05 Martin Rudalics <rudalics@gmx.at>
2525
2526 * window.el (get-lru-window, get-mru-window, get-largest-window):
2527 New argument NOT-SELECTED to avoid picking the selected window.
2528 (window--display-buffer-1, window--display-buffer-2): Replace by
2529 new function window--display-buffer
2530 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2531 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2532 Use window--display-buffer.
51a5f9d8
MR
2533 (display-buffer-use-some-window): Remove temporary dedication
2534 hack by calling get-lru-window and get-largest-window with
2535 NOT-SELECTED argument non-nil. Call window--display-buffer.
2536
08f9f738
GM
25372012-06-05 Glenn Morris <rgm@gnu.org>
2538
2539 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2540 Replace external vcdiff script.
2541
e364a2b7
SM
25422012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2545
041df390
CY
25462012-06-04 Chong Yidong <cyd@gnu.org>
2547
e364a2b7
SM
2548 * image.el (imagemagick-types-inhibit): Revert last change.
2549 Add INFO and M.
47b36b94 2550 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2551
7c1898a7
SM
25522012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * emacs-lisp/cl-lib.el: Rename from cl.el.
2555 * emacs-lisp/cl.el: New compatibility file.
2556 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2557 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2558 to obey the "cl-" prefix.
2559 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2560
0c3461de
GM
25612012-06-03 Glenn Morris <rgm@gnu.org>
2562
1e266c88
GM
2563 * emacs-lisp/authors.el (authors-aliases): Addition.
2564
0c3461de
GM
2565 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2566 Fix :version.
2567
d8a52e15
SM
25682012-06-03 Stefan Merten <smerten@oekonux.de>
2569
2570 * textmodes/rst.el: Add comments.
2571 (rst-transition, rst-adornment): New faces.
2572 (rst-adornment-faces-alist): Make default safe to reevaluate.
2573 Fixes
2574 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2575 Improve customization tags.
2576 (rst-define-level-faces): Clarify meaning.
2577
5205d6f6
CY
25782012-06-03 Chong Yidong <cyd@gnu.org>
2579
2580 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2581 (compilation-mode-line-run, compilation-mode-line-exit):
2582 New faces.
5205d6f6
CY
2583 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2584
757ee657
JD
25852012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2586
7c1898a7
SM
2587 * progmodes/which-func.el (which-func-update-ediff-windows):
2588 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2589
5f2c76c6
CY
25902012-06-03 Chong Yidong <cyd@gnu.org>
2591
2592 * bindings.el: Remove explicit help text from format-mode-line.
2593 It is now supplied by mode-line-default-help-echo.
2594 (mode-line-front-space, mode-line-end-spaces)
2595 (mode-line-misc-info): New variables.
2596 (mode-line-modes, mode-line-position): Move the default value to
2597 the variable definition.
2598 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2599 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2600 (mode-line-modified-help-echo): New functions.
2601 (mode-line-mule-info, mode-line-modified): Use them.
2602 (mode-line-eol-desc, propertized-buffer-identification):
2603 Consistency fixes for help text.
cbe46e5f
CY
2604 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2605 set-buffer-file-coding-system (Bug#289).
2606 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2607
f2d6a3df
SM
26082012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * simple.el (execute-extended-command): Set real-this-command
2611 (bug#11506).
2612
37269466
CY
26132012-06-02 Chong Yidong <cyd@gnu.org>
2614
2615 Remove incorrect uses of "modeline" in comments, docstrings, and
2616 function/variable names (Bug#10329).
2617
2618 * cus-edit.el (mode-line):
2619 * dframe.el (dframe-mouse-hscroll):
2620 * emacs-lisp/re-builder.el:
2621 * emacs-lisp/easy-mmode.el (define-minor-mode):
2622 * frame.el (set-frame-name):
2623 * help.el (lookup-minor-mode-from-indicator):
2624 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2625 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2626 (c-toggle-hungry-state):
2627 * progmodes/antlr-mode.el (antlr-language-alist):
2628 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2629 * progmodes/vhdl-mode.el (vhdl-mode):
2630 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2631 * term/ns-win.el (ns-face-at-pos):
2632 * term/sup-mouse.el (sup-mouse-report):
2633 * textmodes/flyspell.el (flyspell-mode-line-string):
2634 * textmodes/ispell.el (ispell-highlight-face):
2635 * textmodes/reftex-global.el:
2636 * vc/vc-arch.el (vc-arch-mode-line-string):
2637 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2638 * vc/vc-git.el (vc-git-mode-line-string):
2639 * vc/vc-hooks.el (vc-display-status)
2640 (vc-default-mode-line-string):
2641 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2642
2643 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2644
2645 * dired.el (dired-sort-set-mode-line): Rename from
2646 dired-sort-set-modeline. All callers changed.
2647
2648 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2649 eshell-status-in-modeline.
2650
2651 * foldout.el (foldout-mode-line-string): Rename from
2652 foldout-modeline-string. All callers changed.
2653 (foldout-update-mode-line): Rename from foldout-update-modeline.
2654
2655 * subr.el (redraw-modeline): Make into obsolete alias.
2656
2657 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2658 timeclock-modeline-display. Make old name an alias.
2659 (timeclock-update-mode-line): Likewise. All callers changed.
2660 (timeclock-mode-line-display): No need to check before using
2661 add-hook.
2662 (timeclock-relative, timeclock-day-over-hook)
2663 (timeclock-use-elapsed, timeclock-mode-string)
2664 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2665
2666 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2667 crisp-mode-modeline-string.
2668
2669 * play/solitaire.el (solitaire-build-mode-line): Rename from
2670 solitaire-build-modeline. All callers changed.
2671
2672 * play/zone.el (zone-hiding-mode-line): Rename from
2673 zone-hiding-modeline. All callers changed.
2674 (zone): Remove unusued `modeline-hidden-level' property.
2675
2676 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2677 xscheme-modeline-initialize. All callers changed.
2678
2679 * strokes.el (strokes-lighter): Rename from
2680 strokes-modeline-string.
2681
2682 * textmodes/sgml-mode.el (html-face-tag-alist)
2683 (html-tag-face-alist): Use mode-line face instead of obsolete
2684 alias modeline.
2685
42152ee4
SM
26862012-06-02 Stefan Merten <smerten@oekonux.de>
2687
2688 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2689 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2690
95f520b5
CY
26912012-06-02 Chong Yidong <cyd@gnu.org>
2692
2693 * image.el (imagemagick-enabled-types): Rename from
2694 imagemagick-types-enable. Add many more types.
2695 (imagemagick-types-inhibit): Change default to nil.
2696 (imagemagick-filter-types): Caller changed.
2697
4a5f187a
SM
26982012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2699
03fef3e6
SM
2700 * emacs-lisp/cl-macs.el: Use backquotes.
2701 (cl-transform-function-property): Use eval-and-compile rather than
2702 abusing `require'.
2703 (defstruct): Use declare-function instead of with-no-warnings.
2704
4a5f187a
SM
2705 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2706 (byte-compile-output-docform): Re-add the print-circle bindings.
2707 (byte-compile-fix-header): Use #$ just because it's shorter.
2708 (byte-compile-output-file-form): Remove defun/defmacro.
2709
bd56924f
MR
27102012-06-01 Martin Rudalics <rudalics@gmx.at>
2711
2712 * simple.el (choose-completion): Remove now obsolete binding for
2713 owindow.
2714
046e38ce
MA
27152012-06-01 Michael Albinus <michael.albinus@gmx.de>
2716
2717 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2718 in order to avoid "Stack overflow in regexp matcher".
2719
32d72c2f
GM
27202012-05-31 Glenn Morris <rgm@gnu.org>
2721
2722 * image.el: For clarity, call imagemagick-register-types at
2723 top-level, rather than relying on a custom :initialize.
2724 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2725 (imagemagick-filter-types): New function. (Bug#7406)
2726 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2727 If disabling support, remove elements altogether rather
2728 than using an impossible regexp.
2729 (imagemagick-types-inhibit): Give it the default init function.
2730
dd41169b
SM
27312012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2732
4a5f187a
SM
2733 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2734 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2735
efc00ab1 27362012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2737
2738 * desktop.el (desktop-read): Clear previous and next buffers for
2739 all windows and bury *Messages* buffer (bug#11556).
2740
500fcedc
SM
27412012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 Add `declare' for `defun'. Align `defmacro's with it.
2744 * emacs-lisp/easy-mmode.el (define-minor-mode)
2745 (define-globalized-minor-mode): Don't autoload the var definitions.
2746 * emacs-lisp/byte-run.el: Use lexical-binding.
2747 (defun-declarations-alist, macro-declarations-alist): New vars.
2748 (defmacro, defun): Use them.
2749 (make-obsolete, define-obsolete-function-alias)
2750 (make-obsolete-variable, define-obsolete-variable-alias):
2751 Use `declare'.
2752 (macro-declaration-function): Mark obsolete.
2753 * emacs-lisp/autoload.el: Use lexical-binding.
2754 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2755
6e8a1786
AM
27562012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2757
2758 * textmodes/ispell.el (ispell-with-no-warnings):
2759 Define as a macro.
500fcedc
SM
2760 (ispell-kill-ispell, ispell-change-dictionary):
2761 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2762 `interactive-p'.
2763
61b108cc
SM
27642012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2767 (macro-declaration-function): Move var from C code.
2768 (macro-declaration-function): Define function with defalias.
2769 * emacs-lisp/macroexp.el (macroexpand-all-1):
2770 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2771 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2772 defun/defmacro any more.
2773 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2774 Provide fallback for unknown arglist.
2775 (byte-compile-arglist-warn): Change calling convention.
2776 (byte-compile-output-file-form): Move print-vars binding.
2777 (byte-compile-output-docform): Simplify accordingly.
2778 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2779 (byte-compile-defmacro-declaration): Remove.
2780 (byte-compile-file-form-defmumble): Generalize to defalias.
2781 (byte-compile-output-as-comment): Return byte-positions.
2782 Simplify callers accordingly.
2783 (byte-compile-lambda): Use `assert'.
2784 (byte-compile-defun, byte-compile-defmacro): Remove.
2785 (byte-compile-file-form-defalias):
2786 Use byte-compile-file-form-defmumble.
2787 (byte-compile-defalias-warn): Remove.
2788
6d3f7c2f
SM
27892012-05-29 Stefan Merten <smerten@oekonux.de>
2790
2791 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2792 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2793
2794 (rst-mode-abbrev-table): Merge definition.
2795 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2796 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2797
6dbaa1c7
UJ
27982012-05-29 Ulf Jasper <ulf.jasper@web.de>
2799
2800 * calendar/icalendar.el
2801 (icalendar-export-region): Export UID properly.
2802
d209e2fb 28032012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2804 * calendar/icalendar.el (icalendar-import-format):
2805 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2806 (icalendar-import-format-uid): New.
2807 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2808 Export UID.
2809
6876a58d
SM
28102012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2813 different alternative patterns.
2814 (pcase-codegen): Be more careful to preserve identity.
2815 (pcase--u1): Don't forget to mark vars as used.
2816
2817 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2818 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2819 (byte-compile-from-buffer): ...rather than here.
2820
2821 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2822 functions from byte-compile-function-environment.
2823
46b7967e
TN
28242012-05-29 Troels Nielsen <bn.troels@gmail.com>
2825
2826 * window.el (window-deletable-p): Avoid deleting the root window
2827 of a frame with an active minibuffer.
2828
69d565e2
MR
28292012-05-29 Martin Rudalics <rudalics@gmx.at>
2830
2831 * simple.el (choose-completion): Use quit-window (Bug#11567).
2832
a149fa51
CY
28332012-05-29 Chong Yidong <cyd@gnu.org>
2834
2835 * whitespace.el (whitespace-cleanup): Fix usage of
2836 whitespace-empty-at-bob-regexp (Bug#11492).
2837
2b311310
AH
28382012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2839
2840 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2841 revert (Bug#11488).
2842
b9cb2387
JL
28432012-05-29 Juri Linkov <juri@jurta.org>
2844
2845 * isearch.el (isearch-mode-map): Bind `M-s _' to
2846 `isearch-toggle-symbol'. Bind `M-s c' to
2847 `isearch-toggle-case-fold'.
2848 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2849 (isearch-forward): Add `M-s _' to the docstring.
2850 (isearch-forward-symbol, isearch-toggle-case-fold)
2851 (isearch-symbol-regexp): New functions. (Bug#11381)
2852
d5e61c1c
JL
28532012-05-29 Juri Linkov <juri@jurta.org>
2854
2855 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2856 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2857 a function, call it to get the regexp.
2858 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2859 property `isearch-message-prefix' instead of the string "word ".
2860 (isearch-search-fun-default): For the case of `isearch-word',
2861 return a lambda that calls re-search-forward/re-search-backward
2862 with a regexp returned by `word-search-regexp' or by the function
2863 in `isearch-word'.
2864
8cbd80f7
JL
28652012-05-29 Juri Linkov <juri@jurta.org>
2866
2867 * isearch.el (isearch-search-fun-default): New function.
2868 (isearch-search-fun): Move default part to the new function
2869 `isearch-search-fun-default'.
2870 (isearch-search-fun-function): Set the default value to
2871 `isearch-search-fun-default'. (Bug#11381)
2872
2873 * comint.el (comint-history-isearch-end):
2874 Use `isearch-search-fun-default'.
2875 (comint-history-isearch-search): Use `isearch-search-fun-default'
2876 and remove spacial case for `isearch-word'.
2877 (comint-history-isearch-wrap): Remove spacial case for
2878 `isearch-word'.
2879
2880 * hexl.el (hexl-isearch-search-function):
2881 Use `isearch-search-fun-default'.
2882
2883 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2884 Use `word-search-regexp' for `isearch-word'.
2885
2886 * misearch.el (multi-isearch-search-fun):
2887 Use `isearch-search-fun-default'.
2888
2889 * simple.el (minibuffer-history-isearch-search):
2890 Use `isearch-search-fun-default' and remove spacial case for
2891 `isearch-word'.
2892 (minibuffer-history-isearch-wrap): Remove spacial case for
2893 `isearch-word'.
2894
2895 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2896 Remove spacial case for `isearch-word'.
2897 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2898
85c8c5b6
AM
28992012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2900
2901 Decrease XEmacs incompatibilities.
2902 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2903 Use `string-match'.
2904 (flyspell-delete-region-overlays): Use alternative definition for
2905 XEmacs.
2906 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2907 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2908 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2909 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2910 `define-obsolete-face-alias' under XEmacs, but old method.
2911
2912 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2913 `with-no-warnings' definition or Emacs alias.
2914 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2915 (ispell-word): Do not use `region-p' if XEmacs.
2916
8cab9efc
AM
29172012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2918
2919 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2920 Check for `ispell-dictionary-base-alist' instead of full
2921 `ispell-dictionary-alist'.
2922 (ispell-init-process): Show spellchecker when starting new Ispell
2923 process.
2924
fda91268
RZ
29252012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2928 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2929
694ea8e3
JB
29302012-05-27 Juanma Barranquero <lekktu@gmail.com>
2931
2932 * version.el (motif-version-string, gtk-version-string)
2933 (ns-version-string): Declare.
2934
e4d4f539
JL
29352012-05-27 Juri Linkov <juri@jurta.org>
2936
2937 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2938 after the `eval-defun-1' specialcaseing
2939 like in `edebug-eval-defun' (bug#10181).
2940
2941 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2942 like in `eval-defun-1'.
2943
33017faf 29442012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2945
fda91268
RZ
2946 * mail/sendmail.el (mail-yank-region):
2947 Recognize rmail-yank-current-message in addition to insert-buffer.
2948 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2949 a *mail* buffer created through rmail-start-mail with sendmail as
2950 mail-user-agent.
2951
33017faf
GM
29522012-05-27 Chong Yidong <cyd@gnu.org>
2953
2954 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2955 Default to 256 (Bug#11267).
2956
2957 * help.el (describe-mode): Doc fix.
2958
04188bb9
GM
29592012-05-26 Glenn Morris <rgm@gnu.org>
2960
38264cc9
GM
2961 * w32-fns.el (w32-init-info): Remove.
2962 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2963
eb7afdad
GM
2964 * info.el (info-initialize): For self-contained NS builds, put the
2965 included info/ directory at the front. (Bug#2791)
2966
04188bb9
GM
2967 * paths.el (Info-default-directory-list): Make it a defcustom,
2968 mainly so that we can use custom-initialize-delay.
2969
a179e3f7
SM
29702012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2971
43416392
SM
2972 * subr.el (buffer-has-markers-at): Mark obsolete.
2973
a179e3f7 2974 * subr.el (lambda): Use declare.
43416392 2975
a179e3f7
SM
2976 * emacs-lisp/lisp-mode.el (lambda):
2977 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2978
34a008d9
AH
29792012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2980
2981 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2982
0a3b289f
GM
29832012-05-26 Glenn Morris <rgm@gnu.org>
2984
2985 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2986
758c81e8
GM
29872012-05-25 Glenn Morris <rgm@gnu.org>
2988
f9f334f0
GM
2989 * paths.el: Remove no-byte-compile.
2990 * loadup.el: No need to load paths.el uncompiled.
2991
87eb79c2
GM
2992 * image.el (imagemagick-types-inhibit): Doc fix.
2993
758c81e8
GM
2994 * version.el: Remove no-byte-compile and associated formatting.
2995 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2996 is ancient code from when there was an "inc-vers.el".
2997
e7e85dc0
SM
29982012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * progmodes/gdb-mi.el: Minor style changes.
3001 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
3002 Turn into minor modes.
3003 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
3004 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
3005 (gdb-shell): Remove unneeded let-binding.
3006 (gdb-get-many-fields): Eliminate O(n²) behavior.
3007
f31237a4
EZ
30082012-05-25 Eli Zaretskii <eliz@gnu.org>
3009
3010 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
3011 platforms that don't link in fontset.c.
3012
bc1b21bb
JL
30132012-05-25 Juri Linkov <juri@jurta.org>
3014
3015 Use the same diff color scheme as in modern VCSes (bug#10181).
3016
3017 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
3018 to avoid confusion with `diff-added' that now uses green colors.
3019 (diff-removed): Use shades of red.
3020 (diff-added): Use shades of green.
3021 (diff-changed): Leave just the yellow color.
3022 (diff-use-changed-face): New variable.
3023 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
3024 how to highlight context diff changes.
3025 (diff-refine-change): Use shades of yellow.
3026 (diff-refine-removed): New face that uses shades of red.
3027 (diff-refine-added): New face that uses shades of green.
3028 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
3029 `diff-refine-removed' in the call to `smerge-refine-subst'
3030 depending on the value of `diff-use-changed-face'.
3031
3032 * vc/smerge-mode.el (smerge-mine): Use shades of red.
3033 (smerge-other): Use shades of green.
3034 (smerge-base): Use shades of yellow.
3035 (smerge-refined-change): Empty face.
3036 (smerge-refined-removed): New face that uses shades of red.
3037 (smerge-refined-added): New face that uses shades of green.
3038 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
3039 args `props-r' and `props-a', and use them. Doc fix.
3040 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
3041 on its value use different faces `smerge-refined-change',
3042 `smerge-refined-removed', `smerge-refined-added' in the call to
3043 `smerge-refine-subst'.
3044
3045 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
3046 Add face condition `min-colors 88' with shades of red.
3047 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
3048 `min-colors 88' with shades of green.
3049 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
3050 `min-colors 88' with shades of yellow.
3051
6df9112c
GM
30522012-05-24 Glenn Morris <rgm@gnu.org>
3053
ead5edc0
GM
3054 * paths.el (prune-directory-list, remote-shell-program): Move to...
3055 * files.el (prune-directory-list, remote-shell-program): ...here.
3056 For the latter, delay initialization, prefer ssh, just search PATH.
3057
f18b81e6
GM
3058 * paths.el (term-file-prefix): Move to faces.el (the only user).
3059 * faces.el (term-file-prefix): Move here, make it a defcustom.
3060
ee2f89a6
GM
3061 * paths.el (news-directory, news-path, news-inews-program):
3062 Move to gnus/nnspool.el.
61a583ca 3063
f8815e4c
GM
3064 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
3065
c8f3b42c
GM
3066 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
3067 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
3068 Make the latter a defcustom, with a delayed initialization.
3069
6df9112c
GM
3070 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
3071 These were deleted from Gnus itself late 2010.
3072
5dadff36
JB
30732012-05-22 Juanma Barranquero <lekktu@gmail.com>
3074
9e1701c6
JB
3075 * progmodes/which-func.el (which-func-ff-hook):
3076 Check against user-error, not error.
3077
bd7239f5 3078 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
3079 cl-specs.el, which no longer exists.
3080
3290526d
GM
30812012-05-22 Glenn Morris <rgm@gnu.org>
3082
3083 * info.el (info-emacs-bug): New command.
3084 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
3085 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
3086
ff0c3cfb
GM
30872012-05-21 Glenn Morris <rgm@gnu.org>
3088
3089 * makefile.w32-in (update-subdirs-SH):
3090 * Makefile.in (update-subdirs): Update for moved update-subdirs.
3091
5814f126
SM
30922012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3093
a52c0aa0
SM
3094 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3095
5814f126
SM
3096 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3097 Simplify Maven regexp, and make sure the file can't start with a space
3098 (bug#11517).
3099
b847032c
GM
31002012-05-21 Glenn Morris <rgm@gnu.org>
3101
3102 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3103 Scrap superfluous subshells.
3104
3858bfe7
SM
31052012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3108 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3109
d14b0029
JB
31102012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3111
3112 * calc/calc.el (calc-ensure-consistent-units): New variable.
3113
a52c0aa0
SM
3114 * calc/calc-units.el (math-consistent-units-p)
3115 (math-check-unit-consistency): New functions.
3116 (calc-quick-units, calc-convert-units):
3117 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3118 is non-nil.
d14b0029
JB
3119 (calc-extract-units): Fix typo.
3120
60c4db3a
SM
31212012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3122
77f3b62e
SM
3123 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3124
60c4db3a
SM
3125 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3126 (flyspell-default-deplacement-commands): Don't spell check after
3127 repeated window/frame switches (e.g. triggered by mouse-movement).
3128 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3129 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3130 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3131 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3132 Remove unused vars.
3133 (flyspell-get-casechars, flyspell-get-not-casechars):
3134 Simplify; Don't bother removing a ] just to add it back.
3135 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3136
d209e2fb 31372012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3138
3139 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3140 New functions.
bd7239f5 3141 (math-function-table): Add support for more C functions.
b1a10716 3142
3f1b25b5
AM
31432012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3144
090bd7cb
JB
3145 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3146 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3147 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3148
b581bb5c
SM
31492012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3152 their respective macro declarations.
3153 * skeleton.el (define-skeleton):
3154 * progmodes/compile.el (define-compilation-mode):
3155 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3156 (define-ibuffer-filter):
3157 * emacs-lisp/generic.el (define-generic-mode):
3158 * emacs-lisp/easy-mmode.el (define-minor-mode)
3159 (define-globalized-minor-mode):
3160 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3161 * emacs-lisp/byte-run.el (defsubst):
3162 * custom.el (deftheme): Add doc-string metadata.
3163
70b8ef8f
SM
31642012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3167
b1198e17
SM
31682012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3169
9abdc45d
SM
3170 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3171
b1198e17
SM
3172 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3173 * emacs-lisp/cl-macs.el: Idem.
3174 * emacs-lisp/cl-specs.el: Remove.
3175
4735906a
SM
31762012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 Minor renaming of internal CL functions and variables.
3179 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3180 (cl--position): Rename from cl-position.
3181 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3182 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3183 (cl--random-state): Rename from *random-state*.
3184
ac348012
SM
31852012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3188 parens around the arg list (bug#11499).
3189
a0a79cde
JL
31902012-05-17 Juri Linkov <juri@jurta.org>
3191
3192 * isearch.el (word-search-regexp, word-search-backward)
3193 (word-search-forward, word-search-backward-lax)
3194 (word-search-forward-lax): Move functions from search.c
3195 (bug#10145, bug#11381).
3196
65034a51
AM
31972012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3198
090bd7cb
JB
3199 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3200 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3201 Delay for otherchars as for normal word components.
65034a51 3202
1a72a195
SM
32032012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * minibuffer.el (completion--sifn-requote): Fix last change.
3206 (minibuffer-local-must-match-filename-map):
3207 Move define-obsolete-variable-alias before its var.
3208
fdb058c2
SM
32092012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3210
c41045e6
SM
3211 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3212
036dfb8b
SM
3213 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3214 behavior.
3215 (completion--string-equal-p): New function.
3216 (completion--twq-all): Use it to get better assertion failure data.
3217
2473256d
SM
3218 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3219 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3220 (shell--requote-argument): New functions.
3221 (shell-completion-vars): Use them.
3222 (shell--parse-pcomplete-arguments): Rename from
3223 shell-parse-pcomplete-arguments.
3224 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3225 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3226 Obey comint-file-name-quote-list.
3227
fdb058c2
SM
3228 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3229 (smie-indent-keyword): Use it.
3230
51fa99f1
SM
32312012-05-14 Stefan Merten <smerten@oekonux.de>
3232
3233 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3234
e18afed7 32352012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3236
3237 * net/rlogin.el (rlogin-mode-map): Fix last change.
3238
e18afed7 32392012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3240
3241 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3242 the following \r\n using a single `process-send-string', since the
3243 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3244 with two `process-send-string's (Bug#11444).
8633b1f4 3245
e18afed7 32462012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3247
fdb058c2
SM
3248 * shell.el (shell-parse-pcomplete-arguments):
3249 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3250
2d21d7f6
WJ
32512012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3252
e18afed7 3253 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3254 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3255 (image-transform-width, image-transform-fit-width): New functions.
3256 (image-transform-properties): Use them.
3257 (image-transform-check-size): New function.
3258 (image-toggle-display-image): Use it (for testing).
3259 (image-transform-set-rotation): Reduce angle mod 360.
3260 Delete obsolete comment.
3261
7102e6d0
WJ
32622012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3263
3264 * image-mode.el: Fix scaling (bug#11399).
3265 (image-transform-resize): Doc fix.
3266 (image-transform-properties): Default scale is 1 and height should
3267 be an integer.
3268
06bc5e6e
SM
32692012-05-13 Johan Bockgård <bojohan@gnu.org>
3270
3271 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3272 than hard-coding `car', to fix misbehavior when moving forward.
3273
0ae03b6a
CY
32742012-05-13 Chong Yidong <cyd@gnu.org>
3275
3276 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3277 (tabulated-list-entries, tabulated-list-padding)
3278 (tabulated-list-sort-key): Make permanent-local.
3279
3280 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3281 (electric-buffer-list): Put electric buffer menu
3282 command descriptions in this docstring, instead of the docstring
3283 of electric-buffer-menu-mode. Code cleanups.
3284 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3285 Electric-buffer-menu-mode.
3286 (electric-buffer-update-highlight): Minor code cleanup.
3287
205a7391
MA
32882012-05-13 Michael Albinus <michael.albinus@gmx.de>
3289
3290 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3291 (Bug#11447)
3292
e5bd0a28
SM
32932012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 Move define-obsolete-variable-alias before the var's definition.
3296 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3297 * tooltip.el (tooltip-hook):
3298 * textmodes/reftex-toc.el (reftex-toc-map):
3299 * textmodes/reftex-sel.el (reftex-select-label-map)
3300 (reftex-select-bib-map):
3301 * textmodes/reftex-index.el (reftex-index-map)
3302 (reftex-index-phrases-map):
3303 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3304 * progmodes/meta-mode.el (meta-mode-map):
3305 * novice.el (disabled-command-hook):
3306 * loadhist.el (unload-hook-features-list):
3307 * frame.el (blink-cursor):
3308 * files.el (find-file-not-found-hooks, write-file-hooks)
3309 (write-contents-hooks):
3310 * emulation/tpu-edt.el (GOLD-map):
3311 * emacs-lock.el (emacs-lock-from-exiting):
3312 * emacs-lisp/generic.el (generic-font-lock-defaults):
3313 * emacs-lisp/chart.el (chart-map):
3314 * dos-fns.el (register-name-alist):
3315 * dired-x.el (dired-omit-files-p):
3316 * desktop.el (desktop-enable):
3317 * cus-edit.el (custom-mode-hook):
3318 * buff-menu.el (buffer-menu-mode-hook):
3319 * bookmark.el (bookmark-read-annotation-text-func)
3320 (bookmark-exit-hooks):
3321 * allout.el (allout-mode-deactivate-hook)
3322 (allout-exposure-change-hook, allout-structure-added-hook)
3323 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3324 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3325 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3326 comes before the corresponding variable's definition.
3327
ac59c2f6
CY
33282012-05-12 Chong Yidong <cyd@gnu.org>
3329
3330 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3331 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3332 (Buffer-menu-mode-map): Bind it.
3333 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3334
dee6c9a3
SM
33352012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3336
2171cea5
SM
3337 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3338 (prolog-upper-case-string, prolog-lower-case-string)
3339 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3340 (prolog-use-smie, prolog-smie-grammar): New vars.
3341 (prolog-smie-forward-token, prolog-smie-backward-token)
3342 (prolog-smie-rules): New funs.
3343 (prolog-comment-indent): Remove.
3344 (prolog-mode-variables): Use default comment indentation instead.
3345 Setup SMIE.
3346 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3347 (prolog-mode): Don't call them any more.
3348 (prolog-electric-colon, prolog-electric-dash)
3349 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3350
aa0382bd
SM
3351 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3352
dbacb4bd
SM
3353 * minibuffer.el (completion--twq-all): Again, allow case differences.
3354
13bdd94c
SM
3355 * term.el: Move keymap initialization code to be more idiomatic.
3356 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3357 (term-terminal-menu): Move initialization into declaration.
3358 (term-escape-char): Let the user set it in her .emacs.
3359
ff46c759
SM
3360 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3361 Provide SMIE-based indentation (not enabled by default yet).
3362 (sh-mode-map): Don't bind electric keys.
3363 Use electric-pair-mode instead of skeleton-pair.
3364 (sh-assignment-regexp): Fit within 80 columns.
3365 (sh-indent-supported): Specify actual shell name instead of boolean.
3366 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3367 (sh-maybe-here-document): Use it. Make obsolete.
3368 (sh-electric-here-document-mode) New minor mode.
3369 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3370 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3371 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3372 (sh-smie-rc-grammar, sh-use-smie): New vars.
3373 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3374 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3375 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3376 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3377 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3378 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3379 (sh-set-shell): Use smie-setup if requested.
3380
dee6c9a3
SM
3381 * term.el (term-set-escape-char): Properly set term-escape-char.
3382 See http://stackoverflow.com/questions/10524656.
3383
9f9aa044
CY
33842012-05-10 Chong Yidong <cyd@gnu.org>
3385
3386 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3387 Use url-generic-parse-url, and handle host names and Windows
3388 filenames properly.
3389 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3390 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3391 URL schemes to work on.
3392 (ffap--toggle-read-only): New function.
3393 (ffap-read-only, ffap-read-only-other-window)
3394 (ffap-read-only-other-frame): Use it.
3395 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3396 necessary for ffap-url-unwrap-remote.
3397
836d29b3
DA
33982012-05-10 Dave Abrahams <dave@boostpro.com>
3399
3400 * cus-start.el (create-lockfiles): Add it.
3401
00fd78ed
CY
34022012-05-09 Chong Yidong <cyd@gnu.org>
3403
3404 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3405 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3406
666b903b 34072012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3408
3409 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3410
666b903b 34112012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3412
3413 * ansi-color.el (ansi-color-process-output): Check for validity of
3414 comint-last-output-start before using it. This avoids a bad
3415 interaction with gdb-mi's input/output buffer.
3416
666b903b 34172012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3418
3419 * files.el (dir-locals-read-from-file):
3420 Mention dir-locals in any error message.
3421
666b903b 34222012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3423
3424 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3425 package (Bug#11410).
3426
f677562b
CY
3427 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3428 variables into description.
3429
666b903b 34302012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3431
3432 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3433 shell-delimiter-argument-list (bug#11348).
3434 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3435
b499d8d0
JB
34362012-05-09 Juanma Barranquero <lekktu@gmail.com>
3437
8f6b6da8
JB
3438 * textmodes/rst.el: Silence byte-compiler warnings.
3439 (rst-re-alist, rst-reset-section-caches): Move around.
3440 (rst-re): Use `characterp', not `char-valid-p'.
3441 (font-lock-beg, font-lock-end): Declare.
3442
4824146a
JB
3443 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3444 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3445
b499d8d0
JB
3446 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3447
ad89bb83
GM
34482012-05-08 Glenn Morris <rgm@gnu.org>
3449
3450 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3451
8bba5a75
SM
34522012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3453
49ed9c8e
SM
3454 * vc/log-edit.el: Add GNU coding standards highlighting.
3455 (log-edit-font-lock-gnu-style)
3456 (log-edit-font-lock-gnu-keywords): New vars.
3457 (log-edit-font-lock-keywords): New fun.
3458 (log-edit-mode): Don't fold case in font-lock.
3459 (log-edit-font-lock-keywords): Do not assume case-folding.
3460
07d00b56
SM
3461 * imenu.el: Misc cleanup. Make docstrings out of comments.
3462 Use lexical-binding.
3463 (imenu--index-alist, imenu--last-menubar-index-alist)
3464 (imenu-menubar-modified-tick): Use defvar-local.
3465 (imenu--split-menu): Remove unused var.
3466 (imenu--cleanup-seen): Declare as global.
3467 (imenu--cleanup): Use dolist.
3468
8bba5a75
SM
3469 * subr.el (defvar-local): Add debug spec and doc-string position.
3470
5075bdb5
GM
34712012-05-08 Glenn Morris <rgm@gnu.org>
3472
090bd7cb 3473 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3474 * language/english.el, language/georgian.el, language/greek.el:
3475 * language/japanese.el, language/khmer.el, language/korean.el:
3476 * language/lao.el, language/misc-lang.el, language/romanian.el:
3477 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3478 * language/thai.el, language/utf-8-lang.el:
3479 Remove no-byte-compile setting.
3480
5075bdb5
GM
3481 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3482
06f679a7
AH
34832012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3484
3485 * progmodes/make-mode.el (makefile-browse):
3486 Remove unnecessary interactive. (Bug#11324)
3487
03794570
GM
34882012-05-07 Glenn Morris <rgm@gnu.org>
3489
af8630f4
GM
3490 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3491
03794570
GM
3492 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3493
f0809a9d
SM
34942012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3495
28be5ce7
SM
3496 * loadup.el: Preload newcomment.el.
3497 * newcomment.el: Move autoload-only code to toplevel.
3498
f0809a9d
SM
3499 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3500 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3501 Handle new :right-align column property.
3502 (tabulated-list-print-col): Idem, plus use `display' text-property to
3503 try and preserve alignment for variable pitch fonts.
3504
1241b724
CY
35052012-05-07 Chong Yidong <cyd@gnu.org>
3506
3507 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3508 (tabulated-list-use-header-line): New var.
3509 (tabulated-list-init-header): Use it.
3510 (tabulated-list-print-fake-header): New function.
3511 (tabulated-list-print): Use it.
3512 (tabulated-list-sort-button-map): Add non-header-line commands.
3513 (tabulated-list-init-header): Add column name property to basic
3514 labels as well.
3515 (tabulated-list-col-sort): Handle non-header-line button case.
3516 (tabulated-list--sort-by-column-name): Fix a corner case.
3517
f0809a9d
SM
3518 * buff-menu.el (list-buffers--refresh):
3519 Handle Buffer-menu-use-header-line.
1241b724 3520
e5f9458f
CY
35212012-05-06 Chong Yidong <cyd@gnu.org>
3522
3523 * buff-menu.el: Convert to Tabulated List mode.
3524 (Buffer-menu-buffer+size-width): Make obsolete.
3525 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3526 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3527 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3528 documentation into docstring of buffer-menu.
3529 (Buffer-menu-toggle-files-only): Add an informative message.
3530 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3531 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3532 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3533 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3534 (Buffer-menu-execute, Buffer-menu-select)
3535 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3536 (Buffer-menu-bury): Use Tabulated List machinery.
3537 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3538 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3539 Delete.
e5f9458f
CY
3540 (list-buffers--refresh): New function.
3541 (list-buffers-noselect): Use it.
3542 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3543 (Buffer-menu--pretty-file-name): New helper functions.
3544
3545 * loadup.el: Preload tabulated-list.
3546
3547 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3548 tabulated-list-sort-column.
3549 (tabulated-list-init-header): Add the initial aligning space even
3550 if tabulated-list-padding is zero.
3551
e129292c
CS
35522012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3553
3554 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3555 whose cdr is not a cons cell correctly (bug#11038).
3556
6632d361
CY
35572012-05-06 Chong Yidong <cyd@gnu.org>
3558
e129292c
CS
3559 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3560 Accept additional plist in column descriptors.
6632d361
CY
3561 (tabulated-list-init-header): Obey it.
3562 (tabulated-list-get-entry): New function.
3563 (tabulated-list-put-tag): Use it. Use string-width instead of
3564 length.
3565 (tabulated-list--column-number): New function.
3566 (tabulated-list-print): Use it.
e129292c
CS
3567 (tabulated-list-print-col): New function.
3568 Set `tabulated-list-column-name' property on each column's text.
6632d361 3569 (tabulated-list-print-entry): Use it.
e129292c
CS
3570 (tabulated-list-delete-entry, tabulated-list-set-col):
3571 New functions.
6632d361
CY
3572 (tabulated-list-sort-column): New command (Bug#11337).
3573
3cc99f68
CY
3574 * buff-menu.el (list-buffers): Move C-x C-b binding from
3575 buff-menu.el to bindings.el.
3576
3577 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3578 :advertised-binding feature.
3579
52b61776
TN
35802012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3581
3582 * progmodes/compile.el (compilation-internal-error-properties):
3583 Calculate start position correctly when end-col is set but
3584 end-line is not (Bug#11382).
3585
ebfe2597
WJ
35862012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3587
3588 * man.el (Man-unindent): Use text-property-default-nonsticky to
3589 prevent untabify from inheriting face properties (Bug#11408).
3590
6d3f7c2f
SM
35912012-05-05 Stefan Merten <smerten@oekonux.de>
3592
3593 * textmodes/rst.el: Major merge with upstream development up to
3594 Docutils SVN r7399 / rst.el V1.2.1.
3595
3596 Clarify maintainership and authors.
3597
3598 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3599 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3600 (rst-official-version, rst-official-cvs-rev, rst-version)
3601 (rst-package-emacs-version-alist): New functions and variables
3602 for version information.
3603
3604 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3605 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3606 (rst-mode-syntax-table, rst-mode): New and corrected functions
3607 and variables representing reStructuredText features.
3608
3609 (rst-re): New function for reStructuredText regexes. Use in
3610 many places.
3611
3612 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3613 (rst-mode-map): Rebind keys.
3614
3615 (rst-mode-lazy, rst-font-lock-keywords)
3616 (rst-font-lock-extend-region)
3617 (rst-font-lock-extend-region-internal)
3618 (rst-font-lock-extend-region-extend)
3619 (rst-font-lock-find-unindented-line-limit)
3620 (rst-font-lock-find-unindented-line-match)
3621 (rst-adornment-level, rst-font-lock-adornment-level)
3622 (rst-font-lock-adornment-match)
3623 (rst-font-lock-handle-adornment-pre-match-form)
3624 (rst-font-lock-handle-adornment-matcher): Major revision of
3625 font-locking. Integrate with other code. Use `jit-lock-mode'.
3626
3627 (rst-preferred-adornments, rst-adjust-hook)
3628 (rst-new-adornment-down, rst-preferred-bullets)
3629 (rst-preferred-bullets, rst-indent, rst-indent-width)
3630 (rst-indent-field, rst-indent-literal-normal)
3631 (rst-indent-literal-minimized, rst-indent-comment): Change,
3632 extend and improve customization.
3633
3634 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3635 (rst-normalize-cursor-position, rst-get-decoration)
3636 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3637 (rst-rstrip, rst-toc-insert-find-delete-contents)
3638 (rst-shift-fill-region, rst-compute-bullet-tabs)
3639 (rst-debug-print-tabs, rst-debug-mark-found)
3640 (rst-shift-region-guts, rst-shift-region-right)
3641 (rst-shift-region-left, rst-use-char-classes)
3642 (rst-font-lock-keywords-function)
3643 (rst-font-lock-indentation-point)
3644 (rst-font-lock-find-unindented-line-begin)
3645 (rst-font-lock-find-unindented-line-end)
3646 (rst-font-lock-find-unindented-line)
3647 (rst-font-lock-adornment-point, rst-font-lock-level)
3648 (rst-adornment-level-alist): Remove functions and variables.
3649
3650 (rst-compare-adornments, rst-get-adornment-match)
3651 (rst-suggest-new-adornment, rst-get-adornments-around)
3652 (rst-adornment-complete-p, rst-get-next-adornment)
3653 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3654 (rst-straighten-adornments): Standardize function names to
3655 use "adornment" instead of "decoration". Correct callers.
3656 Similar standardizing in many places.
3657
3658 (rst-update-section, rst-adjust, rst-promote-region)
3659 (rst-enumerate-region, rst-bullet-list-region)
3660 (rst-repeat-last-character): Correct use of `interactive'.
3661
3662 (rst-classify-adornment, rst-find-all-adornments)
3663 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3664 (rst-find-leftmost-column, rst-repeat-last-character):
3665 Refactor functions.
3666
3667 (rst-find-title-line, rst-reset-section-caches)
3668 (rst-get-adornments-around, rst-adjust-adornment-work)
3669 (rst-arabic-to-roman, rst-roman-to-arabic)
3670 (rst-insert-list-pos, rst-insert-list-new-item)
3671 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3672 New functions.
3673
3674 (rst-all-sections, rst-section-hierarchy)
3675 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3676 New variables.
3677
3678 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3679 configuration instead of only buffer. Change where necessary.
3680
3681 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3682 (rst-shift-region, rst-adaptive-fill): New functions for
3683 indentation and filling.
3684
3685 (rst-comment-line-break, rst-comment-indent)
3686 (rst-comment-insert-comment, rst-comment-region)
3687 (rst-uncomment-region): New functions for handling comments.
3688
3689 (rst-compile): Quote shell arguments.
3690
3691 (rst-compile-pdf-preview, rst-compile-slides-preview):
3692 Delete temporary files after use.
3693
a43f98b3
GM
36942012-05-05 Glenn Morris <rgm@gnu.org>
3695
48176e8b
GM
3696 * calendar/cal-html.el: Optionally include holidays in the output.
3697 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3698 (cal-html-holidays): New option.
3699 (cal-html-css-default): Add holiday entry.
3700 (holiday-in-range): Autoload it.
3701 (cal-html-htmlify-entry): Add optional class argument.
3702 (cal-html-htmlify-list): Add optional holidays argument.
3703 (cal-html-insert-agenda-days): Include holidays in the output.
3704 (cal-html-one-month): Maybe include holidays.
3705
a43f98b3
GM
3706 * calendar/holidays.el (holiday-in-range):
3707 Move here from cal-tex-list-holidays.
3708 * calendar/cal-tex.el (cal-tex-list-holidays):
3709 Make it an obsolete alias for holiday-in-range. Update all callers.
3710
fef9d149 37112012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3712
3713 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3714 Nextstep.
3715
248da2f4
RW
37162012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3717
3718 * files.el (file-auto-mode-skip): New var.
3719 (set-auto-mode-1): Use it.
3720
f95e9344
SM
37212012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3722
df96ab1e
SM
3723 * repeat.el: Use lexical-binding.
3724 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3725 (repeat-undo-count): Remove.
3726 (repeat):
3727 * progmodes/octave-mod.el (octave-abbrev-start):
3728 * progmodes/f90.el (f90-abbrev-start):
3729 * face-remap.el (text-scale-adjust):
3730 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3731
5342bb06
SM
3732 * emacs-lisp/pcase.el (pcase--let*): New function.
3733 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3734 a bit more.
3735 (pcase--split-pred): Be more clever about ruling out overlap between
3736 a predicate and some constant pattern.
3737 (pcase--q1): Use `null' instead of (eq foo nil).
3738
f95e9344
SM
3739 * subr.el (setq-local, defvar-local): New macros.
3740 (kbd): Redefine as an alias.
3741 (with-selected-window): Leave unrelated frames alone.
3742 (set-temporary-overlay-map): New function.
3743
71873e2b
SM
37442012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * subr.el (user-error): New function.
3747 * window.el (switch-to-buffer):
3748 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3749 (smerge-match-conflict):
3750 * simple.el (previous-matching-history-element)
3751 (next-matching-history-element, goto-history-element, undo-more)
3752 (undo-start):
3753 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3754 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3755 (next-file, tags-loop-scan, list-tags, complete-tag):
3756 * progmodes/compile.el (compilation-loop):
3757 * mouse.el (mouse-minibuffer-check):
3758 * man.el (Man-bgproc-sentinel, Man-goto-page):
3759 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3760 (Info-history-forward, Info-follow-reference, Info-menu)
3761 (Info-extract-menu-item, Info-extract-menu-counting)
3762 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3763 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3764 (Info-next-reference, Info-prev-reference, Info-index)
3765 (Info-index-next, Info-follow-nearest-node)
3766 (Info-copy-current-node-name):
3767 * imenu.el (imenu--make-index-alist)
3768 (imenu-default-create-index-function, imenu-add-to-menubar):
3769 * files.el (basic-save-buffer, recover-file):
3770 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3771 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3772 (checkdoc-message-text, checkdoc-defun):
3773 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3774 * cus-edit.el (customize-changed-options, customize-rogue)
3775 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3776 (custom-variable-mark-to-reset-standard)
3777 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3778 (custom-file):
3779 * completion.el (check-completion-length):
3780 * comint.el (comint-search-arg)
3781 (comint-previous-matching-input-string-position)
3782 (comint-previous-matching-input)
3783 (comint-replace-by-expanded-history-before-point, comint-send-input)
3784 (comint-copy-old-input, comint-backward-matching-input)
3785 (comint-goto-process-mark, comint-set-process-mark):
3786 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3787 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3788
8a61ee22
SM
37892012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3790
66408d1e
SM
3791 * dabbrev.el (dabbrev--ignore-case-p): New function.
3792 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3793 Use it.
3794
8a61ee22
SM
3795 * files.el (automount-dir-prefix): Mark as obsolete.
3796
3c74813a
GM
37972012-05-04 Glenn Morris <rgm@gnu.org>
3798
3799 * patcomp.el, play/bruce.el: Move to obsolete/.
3800
0bfcf5c5
PE
38012012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3802
3803 Fix minor Y10k bugs.
3804 * arc-mode.el (archive-unixdate):
3805 * autoinsert.el (auto-insert-alist):
3806 * calc/calc-forms.el (math-this-year):
3807 * emacs-lisp/copyright.el (copyright-current-year)
3808 (copyright-update-year, copyright):
3809 * tar-mode.el (tar-clip-time-string):
3810 * time.el (display-time-update):
3811 Don't assume years have 4 digits.
3812
78f3273a
CY
38132012-05-04 Chong Yidong <cyd@gnu.org>
3814
3815 * dos-w32.el (file-name-buffer-file-type-alist)
3816 (direct-print-region-use-command-dot-com):
3817 * ffap.el (ffap-menu-regexp):
3818 * find-file.el (ff-special-constructs):
3819 * follow.el (follow-debug):
3820 * forms.el (forms--debug):
3821 * iswitchb.el (iswitchb-all-frames):
3822 * ido.el (ido-all-frames):
3823 * emacs-lisp/timer.el (timer-max-repeats):
3824 * mail/feedmail.el (feedmail-mail-send-hook)
3825 (feedmail-mail-send-hook-queued):
3826 * mail/footnote.el (footnote-signature-separator):
3827 * mail/mailabbrev.el (mail-alias-separator-string)
3828 (mail-abbrev-mode-regexp):
3829 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3830 * progmodes/idlwave.el (idlwave-libinfo-file)
3831 (idlwave-default-completion-case-is-down)
3832 (idlwave-library-routines): Convert defvars to defcustoms.
3833
3834 * mail/rmail.el (rmail-decode-mime-charset):
3835 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3836 (idlwave-shell-fix-inserted-breaks)
3837 (idlwave-shell-activate-alt-keybindings)
3838 (idlwave-shell-use-breakpoint-glyph):
3839 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3840
f7ae6719
SM
38412012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3844
47086495
WS
38452012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3846
3847 * progmodes/verilog-mode.el (font-lock-keywords):
3848 Fix mis-highligting auto. Reported by Craig Barner.
3849 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3850 defines from global name space. Reported by Dan Dever.
3851 (verilog-auto-reset, verilog-auto-reset-widths)
3852 (verilog-auto-tieoff): Support using unbased numbers for
3853 AUTORESET and AUTOTIEOFF.
3854 (verilog-submit-bug-report): Update variable list.
3855 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3856 parenthesis from not matching. Reported by Michael Rytting.
3857 (verilog-auto-template-lint): Fix hash error when linting modules
3858 with no used templates.
3859 (verilog-warn, verilog-warn-error)
3860 (verilog-warn-fatal): When non-interactive report multiple
3861 warnings before exiting. Suggested by Brad Dobbie.
3862 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3863 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3864 to report unused template errors. Reported by Brad Dobbie.
3865 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3866 nets, bug438. Reported by Vns Blore.
3867 (verilog-auto-inout-module, verilog-auto-reg)
3868 (verilog-read-decls, verilog-read-sub-decls-sig)
3869 (verilog-signals-edit-wire-reg, verilog-signals-with):
3870 Fix passing of Verilog data types in ANSI input/output ports
3871 such as "output logic" into the AUTOs. Special case "wire" and
3872 "reg" for backwards compatibility presuming Verilog 2001.
3873 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3874 (verilog-preprocess): Fix replication of preprocess output.
3875 Reported by Brad Dobbie.
3876 (verilog-auto-inst-interfaced-ports):
3877 Create verilog-auto-inst-interfaced-ports, bug429.
3878 Reported by Julian Gorfajn.
3879 (verilog-after-save-font-hook)
3880 (verilog-before-save-font-hook): New variable.
3881 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3882 (verilog-save-font-mods): Wrap disabling fontification, reported
3883 by David Rogoff.
3884 (verilog-do-indent, verilog-pretty-declarations-auto)
3885 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3886 Reported by Pierre-David Pfister.
3887 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3888 of class declarations, bug292. Reported by Kevin Heilman.
3889 (verilog-read-decls): Fix 'parameter type' not appearing in
3890 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3891 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3892 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3893 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3894 Reported by David Kravitz.
3895
38962012-05-03 Michael McNamara <mac@mail.brushroad.com>
3897
3898 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3899 assignment with tests in ifs and for loops.
3900 (verilog-extended-complete-re, verilog-complete-reg): Change so
3901 that DPI inport functions don't look like fuction declarations.
3902 (verilog-pretty-expr): Don't line up assignment
3903 operations to the test and increment in if and for loops
3904 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3905 that DPI inport functions don't look like fuction declarations.
47086495 3906
2e51d4b5
KH
39072012-05-03 Kenichi Handa <handa@m17n.org>
3908
3909 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3910 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3911 (Bug#11282).
3912
2bd785a2
SM
39132012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * emacs-lisp/bytecomp.el
3916 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3917 since cconv.el might have introduced :fun-body, internal-make-closure,
3918 and friends for bytecomp to handle (bug#11391).
3919 * custom.el (defcustom): Avoid ((λ ..) ..).
3920
99d27583
SM
39212012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3924
55a71479
JB
39252012-05-02 Juanma Barranquero <lekktu@gmail.com>
3926
3927 * notifications.el (dbus-debug):
3928 * term/linux.el (gpm-mouse-enable):
3929 * term/screen.el (xterm-register-default-colors): Declare.
3930
7b97c764
CY
39312012-05-02 Chong Yidong <cyd@gnu.org>
3932
2bc356d7
CY
3933 * cus-start.el (gc-cons-percentage, exec-suffixes)
3934 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3935 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3936 (make-cursor-line-fully-visible, void-text-area-pointer)
3937 (font-list-limit): Add customization data.
3938
7b97c764
CY
3939 * allout.el (allout-exposure-change-functions)
3940 (allout-structure-added-functions)
3941 (allout-structure-deleted-functions)
3942 (allout-structure-shifted-functions): Rename abnormal hooks from
3943 *-hook, and convert to defcustoms.
5d3385a0
JB
3944 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3945 Convert to defcustoms.
7b97c764
CY
3946 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3947
3948 * allout-widgets.el: Hook callers changed.
3949
90207a15 39502012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3951
3952 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3953 the yanked message in preference to the default value of
3954 buffer-file-coding-system.
3955
90207a15 39562012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3957
5d3385a0
JB
3958 * window.el (display-buffer--action-function-custom-type):
3959 Fix entry.
d9558cad 3960
90207a15 39612012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3962
3963 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3964
d80ac57b
GM
39652012-05-01 Glenn Morris <rgm@gnu.org>
3966
976f7668
GM
3967 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3968
beb83b5a
GM
3969 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3970
d80ac57b
GM
3971 * cus-edit.el (custom-variable-documentation): Simplify with format.
3972
b593d6a9 39732012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 3974 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
3975
3976 * simple.el (suggest-key-bindings, execute-extended-command):
3977 Move from keyboard.c.
3978
782fbf2a
CY
39792012-05-01 Chong Yidong <cyd@gnu.org>
3980
3981 * follow.el: Eliminate advice.
3982 (set-process-filter, process-filter, sit-for): Advice deleted.
3983 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3984 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3985 Vars deleted.
782fbf2a
CY
3986 (follow-auto): Use a :set function.
3987 (follow-mode): Rewritten. Don't advise process filters.
3988 (follow-switch-to-current-buffer-all, follow-scroll-up)
3989 (follow-scroll-down): Assume follow-mode is bound.
3990 (follow-comint-scroll-to-bottom)
3991 (follow-align-compilation-windows): New functions.
3992 (follow--window-sorter): New function.
3993 (follow-all-followers): Use it to explicitly sort windows by their
3994 positions; don't make assumptions about next-window order.
3995 (follow-windows-start-end, follow-delete-other-windows-and-split)
3996 (follow-calc-win-start): Doc fix.
3997 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3998 vertical-motion unnecessarily.
3999 (follow-adjust-window): New function.
4000 (follow-post-command-hook): Use it.
4001 (follow-call-set-process-filter, follow-call-process-filter)
4002 (follow-intercept-process-output, follow-tidy-process-filter-alist)
4003 (follow-stop-intercept-process-output, follow-generic-filter):
4004 Functions deleted.
4005 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
4006 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
4007 New functions, replacing advice on scroll-bar-* commands.
87233a14 4008 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
4009
4010 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
4011 (comint-postoutput-scroll-to-bottom): Use it.
4012 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 4013
290af740
GM
40142012-05-01 Glenn Morris <rgm@gnu.org>
4015
4016 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
4017 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
4018 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
4019 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
4020 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
4021 Remove no-byte-compile setting.
4022
6eac8dc9
SM
40232012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * minibuffer.el (completion-table-with-quoting): Fix compatibility
4026 all-completions code to not return a number in the last cdr.
4027
9cc7819c
LL
40282012-04-30 Leo Liu <sdl.web@gmail.com>
4029
4030 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
4031 read-only error.
4032
c93b886f
CY
40332012-04-29 Chong Yidong <cyd@gnu.org>
4034
4035 * follow.el (follow-calc-win-end): Rewrite to handle partial
4036 screen lines correctly (Bug#8390).
4037 (follow-avoid-tail-recenter): Minor cleanup.
4038
8b6c19f4
SM
40392012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 Avoid the obsolete `assoc' package.
4042 * speedbar.el (speedbar-refresh): Avoid adelete.
4043 (speedbar-file-lists): Simplify and avoid aput.
4044 * man.el (Man--sections, Man--refpages): New vars, replacing
4045 Man-sections-alist and Man-refpages-alist.
4046 (Man-build-section-alist, Man-build-references-alist):
4047 Use them; avoid aput.
4048 (Man--last-section, Man--last-refpage): New vars.
4049 (Man-follow-manual-reference): Use them.
4050 Use the `default' arg of completing-read.
4051 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
4052
c5bb7569
CY
40532012-04-27 Chong Yidong <cyd@gnu.org>
4054
d1d2e2e8
CY
4055 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
4056
15cd8efd
CY
4057 * startup.el (x-apply-session-resources): New function.
4058
4059 * term/ns-win.el (ns-initialize-window-system):
4060 * term/w32-win.el (w32-initialize-window-system):
4061 * term/x-win.el (x-initialize-window-system): Use it to properly
4062 set menu-bar-mode and other vars from X resources, even if the
4063 initial frame is not a window-system frame (Bug#2299).
4064
c5bb7569
CY
4065 * subr.el (read-key): Avoid running filter function when setting
4066 up temporary tool bar entries (Bug#9922).
4067
a8e7d6d7 40682012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
4069
4070 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4071 (Bug#11344)
4072
a8e7d6d7 40732012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
4074
4075 * select.el (xselect--encode-string): New function, split from
4076 xselect-convert-to-string.
4077 (xselect-convert-to-string): Use it.
4078 (xselect-convert-to-filename, xselect-convert-to-os)
4079 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
4080 returned strings are properly encoded (Bug#11315).
4081
a8e7d6d7 40822012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
4083
4084 * simple.el (delete-active-region): Move to killing custom group.
4085
a8e7d6d7 40862012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
4087
4088 * progmodes/which-func.el (which-func-current): Quote %
4089 characters for mode-line processing.
4090
578c1d4b 40912012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
4092
4093 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4094 reaching eob (Bug#11286).
4095
a8e7d6d7 40962012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
4097
4098 * progmodes/gdb-mi.el (gdb-control-level): New variable.
4099 (gdb): Make it buffer-local and init to zero.
4100 (gdb-control-commands-regexp): New variable.
4101 (gdb-send): Don't wrap in "-interpreter-exec console" if
4102 gdb-control-level is positive. Increment gdb-control-level
4103 whenever the command matches gdb-control-commands-regexp, and
4104 decrement it each time the command is "end". (Bug#11279)
4105
a8e7d6d7 41062012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4107
4108 * window.el (adjust-window-trailing-edge, enlarge-window)
4109 (shrink-window, window-resize):
4110 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4111 windows (Bug#11276).
4112
b3608390
CY
41132012-04-27 Chong Yidong <cyd@gnu.org>
4114
4115 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4116 fix "missing prefix" warning. All callers changed.
b3608390 4117
797e6e88
SM
41182012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * emacs-lisp/assoc.el: Move to obsolete/.
4121
e95a67dc
SM
41222012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4123
657c21e4 4124 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4125
4126 * term/ns-win.el (ns-define-service):
4127 * progmodes/pascal.el (pascal-goto-defun):
4128 * progmodes/js.el (js--read-tab):
4129 * progmodes/etags.el (tags-lazy-completion-table):
4130 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4131 * emacs-lisp/ewoc.el (ewoc--wrap):
4132 * emacs-lisp/assoc.el (aput, adelete, amake):
4133 * doc-view.el (doc-view-convert-current-doc):
4134 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4135
cb3e7ae0
CY
41362012-04-26 Chong Yidong <cyd@gnu.org>
4137
dce04f7f
CY
4138 * image.el (image-type-from-buffer): Only return supported image
4139 type (Bug#9045).
4140
cb3e7ae0
CY
4141 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4142 value, for symmetry with diff-end-of-hunk.
4143 (diff-split-hunk, diff-find-source-location)
4144 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4145 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4146 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4147 compute the relevant hunk or file properly (Bug#6005).
4148 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4149
0d42eb3e
SM
41502012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * vc/vc-mtn.el:
4153 * vc/vc-hg.el:
4154 * vc/vc-git.el:
4155 * vc/vc-dir.el:
4156 * vc/vc-cvs.el:
4157 * vc/vc-bzr.el:
4158 * vc/vc-arch.el:
4159 * vc/vc.el: Replace lexical-let by lexical-binding.
4160 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4161 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4162 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4163
f08ae1c9
CY
41642012-04-26 Chong Yidong <cyd@gnu.org>
4165
8b71081d
CY
4166 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4167 (diff-mode-shared-map): Bind it to / and [remap undo].
4168
f08ae1c9
CY
4169 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4170 (ediff-window-setup-function): Use it as the default, to set up
4171 windows based on whether the current frame is graphical (Bug#2138).
4172 (ediff-choose-window-setup-function-automatically): Make obsolete.
4173
4174 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4175
ef24141c
SM
41762012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4177
cc356a5d
SM
4178 * ffap.el: Remove old code for obsolete package.
4179 (ffap-complete-as-file-p): Remove.
4180
b4ff4f1f
SM
4181 Use completion-table-with-quoting for comint and pcomplete.
4182 * comint.el (comint--unquote&requote-argument)
4183 (comint--unquote-argument, comint--requote-argument): New functions.
4184 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4185 (comint-quote-filename): Use regexp-opt-charset.
4186 (comint--common-suffix, comint--common-quoted-suffix)
4187 (comint--table-subvert): Remove.
4188 (comint-unquote-function, comint-requote-function): New vars.
4189 (comint--complete-file-name-data): Use them with
4190 completion-table-with-quoting.
4191 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4192 * pcomplete.el (pcomplete-arg-quote-list)
4193 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4194 (pcomplete-unquote-argument-function): Default to non-nil.
4195 (pcomplete-unquote-argument): Simplify.
4196 (pcomplete--common-quoted-suffix): Remove.
4197 (pcomplete-requote-argument-function): New var.
4198 (pcomplete--common-suffix): New function.
4199 (pcomplete-completions-at-point): Use completion-table-with-quoting
4200 and completion-table-subvert.
4201
79c4eeb4
SM
4202 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4203 (minibuffer--double-dollars): Preserve properties.
4204 (completion--sifn-requote): New function.
4205 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4206
ef24141c
SM
4207 * minibuffer.el: Add support for completion of quoted/escaped data.
4208 (completion-table-with-quoting, completion-table-subvert): New funs.
4209 (completion--twq-try, completion--twq-all): New functions.
4210 (completion--nth-completion): New function.
4211 (completion-try-completion, completion-all-completions): Use it.
4212
784e7d6e
LL
42132012-04-25 Leo Liu <sdl.web@gmail.com>
4214
dd2ac746
SM
4215 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4216 Use compilation-message if available to find real filename.
784e7d6e 4217
07875ee7
CY
42182012-04-25 Chong Yidong <cyd@gnu.org>
4219
4220 * vc/diff-mode.el (diff-setup-whitespace): New function.
4221 (diff-mode): Use it.
4222
4223 * vc/diff.el (diff-sentinel):
4224 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4225 Whitespace mode variables based on diff style (Bug#8612).
4226
5055880d
LL
42272012-04-25 Leo Liu <sdl.web@gmail.com>
4228
daf75653
LL
4229 * progmodes/python.el (python-send-region): Add suffix .py to the
4230 temp file.
4231
5055880d
LL
4232 * files.el (auto-mode-alist): Use javascript-mode instead.
4233
db9b177b
AH
42342012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4235
ef24141c 4236 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4237
090bd7cb 4238 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4239 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4240 references, see Bug#9.
ef24141c 4241 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4242 when receiving a fault reply.
ef24141c 4243 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4244
090bd7cb 4245 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4246 (soap-inspect-simple-type): New function.
db9b177b 4247
090bd7cb 4248 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4249 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4250 (soap-decode-basic-type, soap-encode-basic-type):
4251 support unsignedInt and double basic types.
db9b177b 4252 (soap-resolve-references-for-simple-type)
ef24141c
SM
4253 (soap-parse-simple-type, soap-encode-simple-type): New function.
4254 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4255
090bd7cb 4256 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4257 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4258 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4259 the local name of "soapenc:Array".
4260 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4261 decoding integer, byte and anyURI xsd types.
4262
1fc6097b
CY
42632012-04-25 Chong Yidong <cyd@gnu.org>
4264
4265 * cus-edit.el (custom-buffer-create-internal): Update header text.
4266
afc6df87
EZ
42672012-04-25 Eli Zaretskii <eliz@gnu.org>
4268
4269 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4270 settings on 'system-type', not on 'window-system'. On MS-Windows,
4271 set interactive-mode on in GDB.
4272
dfbd787f
SM
42732012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4276 (ruby-syntax-propertize-regexp): Remove.
4277 (ruby-syntax-propertize-function): Split regexp into chunks.
4278 Match following code directly.
4279
85222d44
DG
42802012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4281
51a8ea2a
DG
4282 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4283 (ruby-syntax-propertize-regexp): New function.
4284 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4285 by a special keyword.
4286
85222d44
DG
4287 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4288 (ruby-syntax-general-delimiters-goto-beg)
4289 (ruby-syntax-propertize-general-delimiters): New functions.
4290 (ruby-syntax-propertize-function): Use them to handle GDL.
4291 (ruby-font-lock-keywords): Move old handling of GDL...
4292 (ruby-font-lock-syntactic-keywords): .. to here.
4293 (ruby-calculate-indent): Adjust indentation for GDL.
4294
b613912b
MA
42952012-04-24 Michael Albinus <michael.albinus@gmx.de>
4296
b5380639
MA
4297 * notifications.el (top): Remove unneeded declarations.
4298 (notifications-specification-version): Change to "1.2".
e43042fe 4299 (notifications-interface, notifications-notify-method)
b613912b
MA
4300 (notifications-close-notification-method): Fix docstring.
4301 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4302 (notifications-notify): Add :action-items, :resident and
4303 :transient hints. Change "image_data" to "image-data" and
4304 "image_path" to "image-path".
b613912b
MA
4305 (notifications-get-capabilities): New defun.
4306
257440aa
LL
43072012-04-24 Leo Liu <sdl.web@gmail.com>
4308
4309 * progmodes/python.el: Move hideshow setup to the end.
4310
b1bac16e
MR
43112012-04-24 Martin Rudalics <rudalics@gmx.at>
4312
4313 * window.el (handle-select-window): Clear echo area since this is
4314 no more done by read_char (Bug#11304).
4315
d81bd059
SM
43162012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4319 and `/ M' to filter-derived-mode.
4320 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4321 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4322 (ibuffer-mark-by-mode): Use default rather than initial-input.
4323 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4324
c4cf6d91
IA
43252012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4326
4327 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4328 (ibuffer-filter-by-derived-mode): New filter.
4329 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4330
7511ded8
CY
43312012-04-23 Andreas Politz <politza@fh-trier.de>
4332
4333 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4334
775c916b
CY
43352012-04-23 Chong Yidong <cyd@gnu.org>
4336
4337 * cus-edit.el (customize-apropos, customize-apropos-options):
4338 Disable matching of non-option variables (Bug#11176).
4339 (customize-option, customize-option-other-window)
4340 (customize-changed-options): Doc fix.
4341 (customize-apropos-options, customize-apropos-faces)
4342 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4343
4344 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4345 Fix word list splitting (Bug#11132).
46c71e23
CY
4346 (apropos-symbol, apropos-keybinding, apropos-label)
4347 (apropos-property, apropos-function-button)
4348 (apropos-variable-button, apropos-misc-button): New faces.
4349 (apropos-symbol-face, apropos-keybinding-face)
4350 (apropos-label-face, apropos-property-face, apropos-match-face):
4351 Variables removed (Bug#8396).
4352 (apropos-library-button, apropos-format-plist, apropos-print)
4353 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4354
2df41f9c
MA
43552012-04-23 Michael Albinus <michael.albinus@gmx.de>
4356
4357 * net/xesam.el (xesam-mode-map): Use let-bound map in
4358 initialization. (Bug#11292)
4359
da00640a
AM
43602012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4361
4362 Preserve ispell session localwords when switching back to
4363 original buffer.
4364
090bd7cb
JB
4365 * textmodes/ispell.el (ispell-buffer-session-localwords):
4366 New buffer-local variable to hold buffer session localwords.
ed9265fc 4367 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4368 localwords.
4369 (ispell-command-loop, ispell-change-dictionary)
4370 (ispell-buffer-local-words): Preserve session localwords when
4371 needed.
4372
090bd7cb
JB
4373 * textmodes/flyspell.el (flyspell-process-localwords)
4374 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4375
f621ccf5
AM
43762012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4377
090bd7cb
JB
4378 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4379 using obsolete `translation-table-for-input'.
ef24141c
SM
4380 (ispell-word, ispell-process-line, ispell-complete-word):
4381 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4382
c2d1019e
CY
43832012-04-22 Chong Yidong <cyd@gnu.org>
4384
4385 * cus-edit.el (custom-variable-menu)
4386 (custom-variable-reset-saved, custom-face-menu)
4387 (custom-face-reset-saved): If there is no saved value, make the
4388 "reset-saved" operation bring back the default (Bug#9509).
4389 (custom-face-state): Properly detect themed faces.
4390
eeddc531
CY
4391 * faces.el (face-spec-set): Stop supporting deprecated form of
4392 third arg.
4393
dcbf5805
MA
43942012-04-22 Michael Albinus <michael.albinus@gmx.de>
4395
4396 Move functions from C to Lisp. Make non-blocking method calls
4397 the default. Implement further D-Bus standard interfaces.
4398
ef24141c
SM
4399 * net/dbus.el (dbus-message-internal): Declare function.
4400 Remove unneeded function declarations.
dcbf5805
MA
4401 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4402 (dbus-message-type-method-return, dbus-message-type-error)
4403 (dbus-message-type-signal): Declare variables. Remove local
4404 definitions.
4405 (dbus-interface-dbus, dbus-interface-peer)
4406 (dbus-interface-introspectable, dbus-interface-properties)
4407 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4408 Adapt docstring.
4409 (dbus-interface-objectmanager): New defconst.
4410 (dbus-call-method, dbus-call-method-asynchronously)
4411 (dbus-send-signal, dbus-method-return-internal)
4412 (dbus-method-error-internal, dbus-register-service)
4413 (dbus-register-signal, dbus-register-method): New defuns, moved
4414 from dbusbind.c
4415 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4416 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4417 New defuns.
dcbf5805
MA
4418 (dbus-call-method-non-blocking): Make it an obsolete function.
4419 (dbus-unregister-object, dbus-unregister-service)
4420 (dbus-handle-event, dbus-register-property)
4421 (dbus-property-handler): Obey the new structure of
4422 `bus-registered-objects'.
4423 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4424 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4425 Use `dbus-call-method'.
4426
cf20dee0
CY
44272012-04-22 Chong Yidong <cyd@gnu.org>
4428
4429 * cus-edit.el (custom-commands, custom-reset-menu)
4430 (Custom-reset-standard): Tweak labels.
4431 (custom-reset-button-menu): Change default to t.
4432 (custom-buffer-create-internal): For the custom-reset-button-menu
4433 case, put the revert button first.
4434 (custom-group-subtitle): New face.
4435 (custom-group-value-create): Align docstring to a specific column.
4436
4437 * wid-edit.el (widget-documentation-link-add): Don't handle
4438 indentation in this function.
4439 (widget-documentation-string-indent-to): New function.
4440 (widget-documentation-string-value-create): Use it.
4441
4442 * autorevert.el (auto-revert):
4443 * epg-config.el (epg):
4444 * ibuffer.el (ibuffer):
4445 * mpc.el (mpc):
4446 * ses.el (ses):
4447 * eshell/eshell.el (eshell):
4448 * net/ange-ftp.el (ange-ftp):
4449 * progmodes/ebnf2ps.el (postscript):
4450 * progmodes/flymake.el (flymake):
4451 * progmodes/prolog.el (prolog):
4452 * progmodes/verilog-mode.el (verilog-mode):
4453 * progmodes/which-func.el (which-func):
4454 * term/xterm.el (xterm):
4455 * textmodes/picture.el (picture):
4456 * textmodes/tildify.el (tildify):
4457 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4458 customization buffers.
4459
583e23bd
AM
44602012-04-22 Alan Mackenzie <acm@muc.de>
4461
4462 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4463 Adding a ) can hide the resulting (..) from searches. Fix it.
4464 Bound the backward search to the position of the existing (.
4465
7dd51bf1
JB
44662012-04-21 Juanma Barranquero <lekktu@gmail.com>
4467
4468 * progmodes/verilog-mode.el (verilog-mode): Check whether
4469 which-func-modes is t before adding verilog-mode.
4470 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4471
d64a438f
LL
44722012-04-21 Leo Liu <sdl.web@gmail.com>
4473
7dd51bf1 4474 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4475
081e8d65
MV
44762012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4477
4478 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4479 filling of the last column of a table (Bug#5635).
4480 (woman-find-next-control-line): New arg, specifying an additional
4481 regexp component for the control line.
4482 (woman2-roff-buffer): Use it.
4483 (woman-break-table): New function.
4484 (woman2-TS): Use it.
4485
44862012-04-21 Chong Yidong <cyd@gnu.org>
4487
4488 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4489 (woman-horizontal-escapes, woman-negative-vertical-space)
4490 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4491 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4492
ed571ccb
SM
44932012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * minibuffer.el (completion-file-name-table): Complete user names.
4496
39773899
LL
44972012-04-20 Leo Liu <sdl.web@gmail.com>
4498
4499 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4500 and pcase-let*.
4501
de6ff46d
CY
45022012-04-20 Chong Yidong <cyd@gnu.org>
4503
4504 * server.el (server-execute): Respect initial-buffer-choice if it
4505 is a string and there are no files to open (Bug#2825).
4506 (server-create-window-system-frame, server-create-tty-frame):
4507 Don't switch buffers here.
2d0e8e61
CY
4508 (server-process-filter): Only try to open a window system frame if
4509 compiled with graphical support (Bug#8314).
de6ff46d 4510
54071013
DN
45112012-04-20 Dan Nicolaescu <dann@gnu.org>
4512
4513 * battery.el (battery-echo-area-format): Display remaining time
4514 for sysfs backend too (Bug#11269).
4515 (battery-linux-sysfs): Fix conditional for the charge.
4516
f30d612a
CY
45172012-04-20 Chong Yidong <cyd@gnu.org>
4518
c07a4c0b 4519 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4520 (gdb-inferior-io--init-proc): New function.
4521 (gdb-init-1): Use it.
4522 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4523 responsible for allocating a new pty and hooking it to gdb when
4524 the old pty gets an EIO due to process exit.
4525 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4526 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4527 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4528
2116e93c
EZ
45292012-04-20 Eli Zaretskii <eliz@gnu.org>
4530
4531 * window.el (window-min-size, window-sizable, window-min-delta)
4532 (window-max-delta, window--resizable, window-resizable)
4533 (window-total-size, window-full-height-p, window-full-width-p)
4534 (window-in-direction, window--resize-mini-window, window-resize)
4535 (window--resize-child-windows-normal)
4536 (window--resize-child-windows, window--resize-siblings)
4537 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4538 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4539
c07a4c0b 45402012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4541
ef24141c
SM
4542 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4543 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4544 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4545 pty process (Bug#11273).
4546 (gdb-update): New arg to suppress talking to the gdb process.
4547 (gdb-done-or-error): Use it.
4548 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4549 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4550 sentinel not being called.
4551
4552 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4553
d02766ab
CY
4554 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4555
c07a4c0b 45562012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4557
4558 * net/network-stream.el (open-network-stream): Doc fix.
4559
c07a4c0b 45602012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4561
4562 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4563
c07a4c0b 45642012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4565
4566 Ensure searching for keywords is case sensitive.
4567
4568 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4569 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4570 (c-defun-name, c-mark-function, c-cpp-define-name)
4571 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4572 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4573
ef24141c
SM
4574 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4575 Bind case-fold-search to nil.
f0f6bc35 4576
c07a4c0b 45772012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4578
4579 * mail/sendmail.el (mail-bury): Call return action with the right
4580 Rmail buffer (Bug#11242).
4581
9a864fa2
CY
4582 * server.el (server-process-filter): Handle corner case where both
4583 tty and nowait options are present (Bug#11102).
4584
539aa513
EZ
45852012-04-20 Eli Zaretskii <eliz@gnu.org>
4586
4587 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4588 (top level): Put into the executable the ident-style '$Id:' tag on
4589 windows-nt as well.
539aa513 4590
cfc7d5da
SM
45912012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * electric.el (electric-indent-post-self-insert-function): Check that
4594 electric-indent-mode is enabled in current buffer.
4595
5b01685c
JB
45962012-04-19 Juanma Barranquero <lekktu@gmail.com>
4597
4598 * imenu.el (imenu-progress-message): Restore; it is "used" in
4599 erc/erc-imenu.el and net/snmp-mode.el.
4600
4d6769e1
JB
46012012-04-19 Juanma Barranquero <lekktu@gmail.com>
4602
4603 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4604 (mouse-avoidance-nudge-mouse): Remove unused binding.
4605
4606 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4607
4608 * descr-text.el (describe-char):
4609 * progmodes/python.el (python-describe-symbol):
4610 Don't call `toggle-read-only', set `buffer-read-only'.
4611
4612 * imenu.el (imenu-default-goto-function): Mark unused args.
4613 (imenu-progress-message): Remove obsolete macro; all callers changed.
4614
4615 * subr.el (keymap-canonicalize): Remove unused binding.
4616 (read-passwd): Mark unused arg.
4617
4618 * tutorial.el (tutorial--display-changes): Remove unused binding.
4619 (tutorial--save-tutorial-to): Remove unused variable.
4620
4621 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4622 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4623 (package-generate-autoloads, package-menu--generate)
4624 (package-menu--find-upgrades): Remove unused bindings.
4625
4626 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4627 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4628 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4629 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4630 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4631 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4632 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4633 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4634 (cua-delete-char-rectangle): Mark unused args.
4635 (cua-align-rectangle): Remove unused binding.
4636
4637 * mail/rmail.el (compilation--message->loc)
4638 (epa--find-coding-system-for-mime-charset): Declare.
4639
4640 * net/dbus.el (dbus-register-service): Declare.
4641 (dbus-name-owner-changed-handler): Remove unused binding.
4642
4643 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4644 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4645 (nxml-scan-backward-within): Mark unused arg.
4646 (nxml-dynamic-markup-word): Remove unused binding.
4647
4648 * mouse.el (mouse-menu-major-mode-map):
4649 * emacs-lisp/authors.el (authors-scan-change-log)
4650 (authors-add-to-author-list):
4651 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4652 * emacs-lisp/smie.el (smie-auto-fill):
4653 * mail/sendmail.el (mail-bury):
4654 * mail/unrmail.el (unrmail):
4655 * net/tls.el (open-tls-stream):
4656 * textmodes/picture.el (picture-mouse-set-point):
4657 Remove unused bindings.
4658
8c8fc5df
MA
46592012-04-19 Michael Albinus <michael.albinus@gmx.de>
4660
4661 * net/tramp.el (tramp-action-password): Let-bind
4662 `enable-recursive-minibuffers' to t.
4663
a77b0ac9
SS
46642012-04-18 Sam Steingold <sds@gnu.org>
4665
4666 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4667 instead of 'string to accommodate values like [f11].
4668 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4669 * progmodes/gdb-mi.el: Likewise.
4670
12a106a9
LL
46712012-04-18 Leo Liu <sdl.web@gmail.com>
4672
4673 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4674 current buffer.
4675 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4676 LOCAL is nil.
4677
bc6494ef
CY
46782012-04-18 Chong Yidong <cyd@gnu.org>
4679
4680 * simple.el (line-move): Use forward-line if in batch mode
4681 (Bug#11053).
4682
c09c46b2
CS
46832012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4684
4685 * files.el (after-find-file): Do not try to add a final newline if
4686 the buffer is read-only (Bug#11156).
4687
5f6530ea
RS
46882012-04-17 Richard Stallman <rms@gnu.org>
4689
4690 * mail/rmail.el (rmail-start-mail):
4691 Pass (rmail-mail-return...) for the return-action.
4692 Pass (rmail-yank-current-message...) for the yank-action.
4693 (rmail-yank-current-message): New function.
4694 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4695 (rmail-reply): Likewise.
4696 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4697
4698 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4699 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4700 buffer, not newbuf.
4701
197b6f3c
JB
47022012-04-17 Juanma Barranquero <lekktu@gmail.com>
4703
4704 * server.el (server-ensure-safe-dir): Simplify.
4705
2311d8e5 47062012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4707
2311d8e5
GM
4708 * emacs-lisp/smie.el: Provide smarter auto-filling.
4709 (smie-auto-fill): New function.
4710 (smie-setup): Use it.
98fb480e 4711
2311d8e5
GM
4712 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4713
47142012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4715
4716 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4717 (comment-indent): Use it.
4718
2311d8e5 47192012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4720
4721 * ses.el: The overall change is to add cell renaming, that is
4722 setting fancy names for cell symbols other than name matching
4723 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4724 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4725 (ses-create-cell-variable): New defun.
2311d8e5 4726 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4727 (ses-relocate-formula): Relocate formulas only for cells the
4728 symbols of which are not renamed, i.e. symbols whose names do not
4729 match regexp "\\`[A-Z]+[0-9]+\\'".
4730 (ses-relocate-all): Relocate values only for cells the symbols of
4731 which are not renamed.
4732 (ses-load): Create cells variables as the (ses-cell ...) are read,
4733 in order to check row col consistency with cell symbol name only
4734 for cells that are not renamed.
4735 (ses-replace-name-in-formula): New defun.
4736 (ses-rename-cell): New defun.
4bdf2ad2 4737
fc72b15c
PO
47382012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4739
4740 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4741 New option (bug#11118).
4742 (perl-calculate-indent): Respect it.
4743
12e10e61
GM
47442012-04-17 Glenn Morris <rgm@gnu.org>
4745
4746 * dired-aux.el (dired-mark-read-string): Doc fix.
4747
30009afd
DA
47482012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4749
4750 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4751 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4752
41f03f4d
GM
47532012-04-17 Glenn Morris <rgm@gnu.org>
4754
4755 * mouse.el (mouse-drag-track):
4756 * speedbar.el (speedbar-frame-mode):
4757 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4758
f45f90f3
LL
47592012-04-16 Leo Liu <sdl.web@gmail.com>
4760
4761 * progmodes/python.el: Trivial cleanup.
4762
94ee8db5
GM
47632012-04-16 Glenn Morris <rgm@gnu.org>
4764
121b8917
GM
4765 * vc/vc.el (vc-string-prefix-p):
4766 * vc/pcvs-util.el (cvs-string-prefix-p):
4767 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4768 * mpc.el (mpc-string-prefix-p):
4769 Make all of these into obsolete aliases for string-prefix-p.
4770 Update callers.
4771 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4772
1197ecfa
GM
4773 * textmodes/two-column.el: Move custom options to the start.
4774 (frame-width): Remove compat definition.
4775 (2C-associate-buffer, 2C-dissociate):
4776 Use with-current-buffer rather than save-excursion.
4777 (2C-dissociate): Force a mode-line update.
4778 (2C-autoscroll): Use ignore-errors.
4779
099e7202
GM
4780 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4781 Autoload trivia.
4782
bf350d6a
GM
4783 * emacs-lisp/cl-extra.el (*random-state*):
4784 Remove unnecessary declaration.
4785
0e829eab
GM
4786 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4787
e3ad7552
GM
4788 * play/cookie1.el (cookie-snarf):
4789 Give an explicit error if input file cannot be read.
4790
68892d27
GM
4791 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4792
20f0c46d
GM
4793 * progmodes/perl-mode.el (c-macro-expand):
4794 Remove unnecessary autoload (it is in loaddefs.el).
4795
5a0978ce
GM
4796 * textmodes/picture.el (picture-desired-column)
4797 (picture-update-desired-column): Convert comments to doc-strings.
4798 (picture-substitute): Remove function.
4799 (picture-mode-map): Initialize in the defvar.
4800
6b955486
GM
4801 * woman.el: Remove eval-after-load for tar-mode.
4802 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4803 (woman-tar-extract-file): Autoload it.
4804
94ee8db5
GM
4805 * frame.el (automatic-hscrolling): Make this alias obsolete.
4806
177eca34
AM
48072012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4808
090bd7cb 4809 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4810 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4811 (ispell-dictionary-base-alist): Revert to original XEmacs
4812 friendly version for default. [:alpha:] will be added in
090bd7cb 4813 `ispell-set-spellchecker-params' if needed.
177eca34 4814
c505aaeb
CY
48152012-04-16 Chong Yidong <cyd@gnu.org>
4816
b19dd9d1 4817 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4818 (imagemagick-register-types): Use it.
4819 (imagemagick-types-inhibit): Add :set function. Allow new value
4820 of t to inhibit all types.
4821
4822 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4823 so we can preload it.
4824
4825 * loadup.el (fboundp): Preload regexp-opt, needed by
4826 imagemagick-register-types.
4827
60efac0f
CY
48282012-04-15 Chong Yidong <cyd@gnu.org>
4829
4830 * frame.el (scrolling): Remove nearly unused customization group.
4831
4832 * scroll-all.el (scroll-all-mode): Move to windows group.
4833
5dd1713e
CY
48342012-04-15 Chong Yidong <cyd@gnu.org>
4835
4836 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4837
e6fd457e
CY
48382012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4841 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4842
e153c136
GM
48432012-04-15 Glenn Morris <rgm@gnu.org>
4844
4845 * simple.el (process-file-side-effects): Doc fix.
4846
e6fd457e 48472012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4848
4849 * international/mule-cmds.el (set-language-environment): Doc fix.
4850
3603c3b1
JB
48512012-04-14 Juanma Barranquero <lekktu@gmail.com>
4852
4853 * server.el (server-auth-key, server-generate-key): Doc fixes.
4854 (server-get-auth-key): Doc fix. Use `string-match-p'.
4855 (server-start): Reflow docstring.
4856
e6de100c
LI
48572012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4858
4859 * server.el (server-generate-key): `called-interactively-p'
4860 requires a parameter.
4861
29734c21
MN
48622012-04-14 Michal Nazarewicz <mina86@mina86.com>
4863
4864 * server.el (server-auth-key): New variable.
75f1671a 4865 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4866 (server-start): Use the new variable and functions to allow
4867 setting a permanent server key (bug#9423).
4868
d65c9521
LL
48692012-04-14 Leo Liu <sdl.web@gmail.com>
4870
4871 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4872
5ae255c7
PE
48732012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4874
4875 Spelling fixes.
4876 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4877 Emacs uses American spelling.
4878
d5e6342e
JB
48792012-04-14 Juanma Barranquero <lekktu@gmail.com>
4880
4881 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4882 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4883 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4884 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4885
ab036cd7
SM
48862012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * progmodes/which-func.el (which-func-modes): Change default.
4889
35dc09a1 48902012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4891
4892 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4893 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4894
35dc09a1 48952012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4896
4897 * custom.el (custom-theme-set-variables): Doc fix.
4898
35dc09a1 48992012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4900
4901 * international/mule.el (set-auto-coding-for-load): Doc fix.
4902
35dc09a1 49032012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4904
35dc09a1
GM
4905 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4906 imenu work again for Objective C Mode. Correct the *-index values,
4907 these having been disturbed by a previous change in 2011-08.
57f845ee 4908
0de3da9f
AM
4909 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4910 Correct two search limits.
4911
35dc09a1 49122012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4913
4914 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4915
35dc09a1 49162012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4917
4918 * international/characters.el: Fix sorting.
4919
35dc09a1 49202012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4921
4922 * international/characters.el: Add more missing Latin case pairs.
4923
35dc09a1 49242012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4925
4926 * files.el (dir-locals-set-class-variables): Doc fix.
4927
35dc09a1 49282012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4929
3f1b5bf8
EZ
4930 * international/characters.el: Add set-case-syntax-pair call for
4931 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4932 counterpart. (Bug#11209)
4933
9f847f41
EZ
4934 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4935
35dc09a1 49362012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4937
4938 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4939
35dc09a1 49402012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4941
35dc09a1
GM
4942 * textmodes/ispell.el (ispell-dictionary-base-alist):
4943 Add data for Hebrew.
e2627d21 4944
35dc09a1 49452012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4946
35dc09a1
GM
4947 * net/rcirc.el (rcirc-cmd-quit):
4948 Revert 2012-03-18 change (Bug#11192).
5c14e333 4949
35dc09a1 49502012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4951
4952 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4953
35dc09a1 49542012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4955
4517fe3a
SM
4956 * minibuffer.el (completion-in-region-mode-map):
4957 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4958
b472a594
VD
49592012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4960
4961 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4962
09b95ce3
MY
49632012-04-13 Masatake YAMATO <yamato@redhat.com>
4964
4965 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4966 to allow `C-M-f' and `C-M-b' to move to the nearest path
4967 separator (bug#9511).
4968
4b63a9ca
LI
49692012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4970
4971 * avoid.el: Require cl when compiling. And also move the
4972 `provide' to the end.
4973
7b55b8bf
TV
49742012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4975
4976 * avoid.el (mouse-avoidance-banish-position): New variable.
4977 (mouse-avoidance-banish-destination): Use it (bug#10165).
4978
adedaa1f
LL
49792012-04-13 Leo Liu <sdl.web@gmail.com>
4980
4981 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4982
70e74021
KB
49832012-04-13 Ken Brown <kbrown@cornell.edu>
4984
4985 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4986 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4987 (browse-url-filename-alist): For the same reason, don't modify
4988 file:// URLs on Cygwin.
4989
e75e89ba
SM
49902012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4993 the region on shift if the binding is already shifted (bug#11221).
4994
82f289a4
GM
49952012-04-12 Glenn Morris <rgm@gnu.org>
4996
4997 * mail/mailpost.el: Move to obsolete/.
4998
d333dc4c
DA
49992012-04-12 Drew Adams <drew.adams@oracle.com>
5000
5001 * imenu.el (imenu--generic-function): Ignore invisible definitions
5002 (bug#10123).
5003
0d15b5ba
VD
50042012-04-12 Vivek Dasmohapatra <vivek@etla.org>
5005
5006 * hexl.el (hexl-bits): New variable.
5007 (hexl-options): Mention the variable in the doc string.
75f1671a 5008 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 5009 (hexl-mode): Mention the new variable.
75f1671a
JB
5010 (hexl-mode, hexl-current-address, hexl-current-address):
5011 Use the displen.
0d15b5ba
VD
5012 (hexl-ascii-start-column): New function.
5013 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
5014 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
5015
64a440db
AM
50162012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5017
5018 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
5019 '("-i" ENCODING), in 2 separate command-line arguments, to specify
5020 the encoding, as expected by hunspell.
5021
6decb6c2
SM
50222012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * battery.el (battery--linux-sysfs-regexp): New const.
5025 (battery-status-function): Use it. Remove yeeloong special case.
5026 (battery-yeeloong-sysfs): Remove.
5027 (battery-echo-area-format): Remove yeeloong special case.
5028
088be6fb
SM
50292012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5030
6622e416
SM
5031 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
5032 Reported by Noah Friedman.
5033
088be6fb
SM
5034 * subr.el (read-passwd): Use read-string.
5035
b49f886e
LMI
50362012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5037
5038 * vcursor.el (vcursor-move): Increase the priority of the overlay
5039 (bug#9663).
5040
a63067fc
DD
50412012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5042
5043 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
5044 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
5045
ac3cf14a
WS
50462012-04-11 William Stevenson <yhvh2000@gmail.com>
5047
5048 * textmodes/artist.el (artist-mode): Convert artist-mode to use
5049 define-minor-mode (bug#10760).
5050
c4fc691b 50512012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 5052
4d6769e1 5053 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
5054 that directories matching `grep-find-ignored-files' won't be
5055 pruned (bug#10351).
5056
af23e2e5
CY
50572012-04-11 Chong Yidong <cyd@gnu.org>
5058
5059 * startup.el (command-line): Remove support for long-obsolete
5060 variable font-lock-face-attributes.
5061
ab7ce8c1
GM
50622012-04-11 Glenn Morris <rgm@gnu.org>
5063
5064 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
5065
de8c03dc
SM
50662012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * window.el (window--state-get-1): Obey window-point-insertion-type.
5069
050cc68b
LB
50702012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
5071
5072 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
5073 to previous function when point is on the first character of a
75f1671a 5074 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 5075
a38c310c
GM
50762012-04-11 Glenn Morris <rgm@gnu.org>
5077
effed0c2
GM
5078 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
5079 not just file-errors.
5080
a38c310c
GM
5081 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
5082 (vc-bzr-sha1): Use internal sha1.
5083
0221e323
SM
50842012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
5087
43956923
SG
50882012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
5089
5090 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
5091 that start in the middle of the line (bug#10496).
5092
6a8c9eaf
DN
50932012-04-10 Dan Nicolaescu <dann@gnu.org>
5094
5095 * battery.el (battery-linux-proc-acpi): Only one battery is
5096 discharged at a time, but that seems to confuse battery.el when
5097 computing `rate-type' for the battery not being discharged
5098 (bug#10332).
5099
1930bf5d
SM
51002012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5101
2a718f6f
SM
5102 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5103
599430d0
SM
5104 * international/quail.el: Use dolist and simplify.
5105 (quail-define-package, quail-update-keyboard-layout)
5106 (quail-define-rules): Use dolist.
5107 (quail-insert-kbd-layout, quail-get-translation): CSE.
5108
a2754b6c
SM
5109 * tmm.el: Use dolist, remove left over hook.
5110 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5111 Use dolist.
5112 (calendar-load-hook): Don't mess with it.
5113
1930bf5d
SM
5114 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5115 Use derived-mode-p. Run the diff asynchronously.
5116
9f67961c
LMI
51172012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5118
5119 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5120
2a8ce227
JB
51212012-04-10 Juanma Barranquero <lekktu@gmail.com>
5122
5123 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5124 (list-dynamic-libraries--loaded): New function.
5125 (list-dynamic-libraries--refresh): Use it.
5126
8f33b5f8
NW
51272012-04-10 Nathan Weizenbaum <nweiz@google.com>
5128
1930bf5d
SM
5129 * progmodes/python.el (python-fill-paragraph):
5130 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5131 disabled (bug#7018).
5132
b12f0439
L
51332012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5134
1930bf5d 5135 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5136 DOS/MS Windows for the Baltic languages. There are still plenty
5137 of texts written in this encoding/codepage (bug#6519).
b12f0439 5138
57c3bd01
GM
51392012-04-10 Glenn Morris <rgm@gnu.org>
5140
5141 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5142 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5143
6c3eab30
FA
51442012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5145
1930bf5d 5146 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5147 next-line "n" and previous-line "p" in order to make recentf more
5148 consistent with ibuffer, dired or org-mode (bug#9387).
5149
24d78a88
LMI
51502012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5151
bc72b5d9
LMI
5152 * image.el (put-image): Return the overlay created instead of the
5153 optional input string (bug#7834). Note that this may break code
5154 that is (for some reason or other) depending on `put-image'
5155 returning the string.
5156
bd2dba5a
LMI
5157 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5158
74beb59f
LMI
5159 * simple.el (zap-to-char): Allow zapping using input methods
5160 (bug#1580).
5161
24d78a88
LMI
5162 * textmodes/fill.el (fill-region): Leave point and mark where they
5163 were before filling (bug#5399).
5164
263f20cd
GM
51652012-04-09 Glenn Morris <rgm@gnu.org>
5166
5167 * version.el (emacs-bzr-get-version):
5168 Handle lightweight checkouts of local branches.
5169
58d1f797
AS
51702012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5171
263f20cd 5172 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5173
b4d3bc10
CY
51742012-04-09 Chong Yidong <cyd@gnu.org>
5175
5176 * custom.el (custom-variable-p): Return nil for non-symbol
5177 arguments instead of signaling an error.
5178 (user-variable-p): Obsolete alias for custom-variable-p.
5179
5180 * apropos.el (apropos-variable):
5181 * files-x.el (read-file-local-variable):
5182 * simple.el (set-variable):
5183 * woman.el (woman-mini-help):
5184 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5185
fd06db5d
GM
51862012-04-09 Glenn Morris <rgm@gnu.org>
5187
e5fcdb5e
GM
5188 * startup.el (normal-top-level): Don't look for leim-list.el
5189 in places where it will not be found. (Bug#910)
5190
fd06db5d
GM
5191 * international/mule-cmds.el (set-default-coding-systems):
5192 * files.el (normal-mode):
5193 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5194 This function was removed with ucs-tables.el in 2008.
5195
b39bb7e1
EZ
51962012-04-08 Eli Zaretskii <eliz@gnu.org>
5197
5198 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5199 ispell-encoding8-command to "-i", without a trailing space.
5200 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5201 separate command-line arguments, to specify the encoding, since
5202 that's how hunspell expects it.
5203
5c5b8e23
GM
52042012-04-08 Glenn Morris <rgm@gnu.org>
5205
5206 * loadup.el: Load bindings before cus-start.
5207 This reduces somewhat the number of "rogue" settings in emacs -Q.
5208
a1ed8b05
GM
52092012-04-07 Glenn Morris <rgm@gnu.org>
5210
5211 * version.el (emacs-bzr-get-version): New function.
dfae128a 5212 (emacs-bzr-version): New variable.
a1ed8b05
GM
5213 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5214 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5215
b142f158
EZ
52162012-04-07 Eli Zaretskii <eliz@gnu.org>
5217
dfae128a
GM
5218 * international/uni-bidi.el, international/uni-category.el:
5219 * international/uni-combining.el, international/uni-decimal.el:
5220 * international/uni-decomposition.el, international/uni-digit.el:
5221 * international/uni-lowercase.el, international/uni-mirrored.el:
5222 * international/uni-name.el, international/uni-numeric.el:
5223 * international/uni-titlecase.el, international/uni-uppercase.el:
5224 Update for Unicode 6.1.
b142f158 5225
9078ead6
EZ
52262012-04-07 Eli Zaretskii <eliz@gnu.org>
5227
5228 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5229
f23d2c7d
LMI
52302012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5231
5232 * window.el (shrink-window): Mention the `window-min-height'
5233 variable in the doc string.
5234
0a0a3573
BG
52352012-04-05 Bastien Guerry <bzg@altern.org>
5236
5237 * color.el (color-lighten-name): Fix typo.
5238
e5248ac9
SM
52392012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 * server.el (server--on-display-p): New function.
5242 (server--on-display-p): Use it.
5243
b4243e22
GV
52442012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5245
5246 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5247 (bug#11145).
5248
305d9f44
SM
52492012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * comint.el (comint--common-quoted-suffix): Check string boundary
5252 before comparing (bug#11158).
5253 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5254
3d439cd1
CY
52552012-04-04 Chong Yidong <cyd@gnu.org>
5256
321cc491
CY
5257 * minibuffer.el (completion-extra-properties): Doc fix.
5258
3d439cd1
CY
5259 * subr.el (delayed-warnings-hook): Doc fix.
5260
2d562c0f
DU
52612012-04-04 Daiki Ueno <ueno@unixuser.org>
5262
5263 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5264 selection (Bug#11159).
5265 (epa-insert-keys): Inform that the default public key will be
5266 exported if no key is selected.
5267
4443f204
RS
52682012-04-04 Richard Stallman <rms@gnu.org>
5269
5270 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5271
529c06b6
CY
52722012-04-03 Chong Yidong <cyd@gnu.org>
5273
5274 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5275 mail-insert-file, not its obsolete alias mail-attach-file.
5276
66b907dc
MA
52772012-04-03 Michael Albinus <michael.albinus@gmx.de>
5278
5279 * notifications.el (notifications-notify): Fix docstring.
5280
c0ea195d
GM
52812012-04-02 Glenn Morris <rgm@gnu.org>
5282
5283 * emacs-lisp/authors.el (authors-aliases): Another addition.
5284
5ca64e00
MA
52852012-04-02 Michael Albinus <michael.albinus@gmx.de>
5286
5287 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5288 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5289 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5290
42ee526b
CY
52912012-04-01 Chong Yidong <cyd@gnu.org>
5292
5293 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5294 Handle root directory properly.
5295 (copy-directory): Caller changed.
5296
5297 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5298 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5299
0b021094
GM
53002012-03-31 Glenn Morris <rgm@gnu.org>
5301
40f86458
GM
5302 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5303
7019c177
GM
5304 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5305
a1daddd6
GM
5306 * calendar/calendar.el (calendar-window-list)
5307 (calendar-hide-window): Restore. (Bug#11140)
5308 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5309
0b021094
GM
5310 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5311
40311efc
TV
53122012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5313
5314 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5315 Check if file is a symlink (Bug#10489).
5316
5317 * files.el (copy-directory): Likewise.
5318
5319014e
CY
53192012-03-30 Chong Yidong <cyd@gnu.org>
5320
5321 * image.el (imagemagick-types-inhibit)
5322 (imagemagick-register-types): Doc fix.
5323
935d1290
AM
53242012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5325
090bd7cb 5326 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5327 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5328 and treats ~word as ordinary words in pipe mode.
935d1290 5329
61c6e8fd
GM
53302012-03-30 Glenn Morris <rgm@gnu.org>
5331
5332 * tutorial.el (help-with-tutorial): Ensure local variables don't
5333 happen to make the buffer read-only. (Bug#11127)
5334
81fdff00
SM
53352012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5338 (perl-calculate-indent): Return `noindent' in strings.
5339
6e7a6ec0
SS
53402012-03-28 Sam Steingold <sds@gnu.org>
5341
5342 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5343 instead of the broken adhockery which does not prevent calendar
5344 buffers from being displayed at random after exit.
5345 (calendar-window-list, calendar-hide-window): Remove the broken
5346 adhockery.
5347
fee88ca0
GM
53482012-03-28 Glenn Morris <rgm@gnu.org>
5349
5350 * replace.el (query-replace-map): Doc fix.
5351
38de3354
AS
53522012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5353
5354 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5355 contents. (Bug#11109)
5356
b973155e
SM
53572012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5360 (bug#11077).
5361 (avl-tree--check, avl-tree--check-node): New funs.
5362
dcb6e7b3
MR
53632012-03-27 Martin Rudalics <rudalics@gmx.at>
5364
5365 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5366 (switch-to-prev-buffer, switch-to-next-buffer):
5367 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5368 showing a buffer already is done on the same frame.
5369
b4fa35fa
GM
53702012-03-27 Glenn Morris <rgm@gnu.org>
5371
5372 * startup.el (mail-host-address): Doc fix.
5373
f9210e18
SM
53742012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5377 than 197 variables.
5378
c0bf7753
AF
53792012-03-26 Ami Fischman <ami@fischman.org>
5380
5381 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5382
33da7b16
GM
53832012-03-26 Glenn Morris <rgm@gnu.org>
5384
02243d9d
GM
5385 * files.el (save-buffers-kill-emacs): Doc fix.
5386
33da7b16
GM
5387 * startup.el (normal-top-level, command-line, command-line-1):
5388 Give them doc strings.
5389
e5a69fd0
EZ
53902012-03-25 Eli Zaretskii <eliz@gnu.org>
5391
5392 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5393 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5394
9a69676a
CY
53952012-03-25 Chong Yidong <cyd@gnu.org>
5396
4125cb8b
CY
5397 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5398 theme if it was previously enabled before (Bug#11031).
5399
dd470960
CY
5400 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5401 spec with custom-face-get-current-spec if its :shown-value is not
5402 determined yet (Bug#9337).
4125cb8b 5403 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5404
9a69676a
CY
5405 * button.el (button-at): Minor addition to docstring.
5406
6e7e90fa
SL
54072012-03-24 Simon Leinen <simon.leinen@gmail.com>
5408
5409 * vc/vc.el (vc-merge): Fix a prompt.
5410
f06e2758
CY
54112012-03-24 Chong Yidong <cyd@gnu.org>
5412
5413 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5414 point (Bug#9623).
5415
6e7e90fa
SL
5416 * button.el (button-at): Minor addition to docstring.
5417
b9d0879b
SM
54182012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * newcomment.el (comment-choose-indent): No space after BOL.
5421
e71cebb3
SS
54222012-03-22 Sam Steingold <sds@gnu.org>
5423
5424 * window.el (switch-to-prev-buffer): Revert last patch because the
5425 bug turned out to be an advertised feature (Elisp manual 28.14).
5426
335aff35
GM
54272012-03-22 Glenn Morris <rgm@gnu.org>
5428
5429 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5430 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5431
c676576a
LMI
54322012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5433
5434 * net/network-stream.el (network-stream-open-starttls): Make error
5435 message under Windows be less misleading.
5436
126f3d39
LW
54372012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5438
5439 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5440 understands (bug#9942).
5441
64fee311
CY
54422012-03-22 Chong Yidong <cyd@gnu.org>
5443
5444 * simple.el (end-of-visible-line): Handle return value of
5445 next-single-property-change properly (Bug#9371).
5446
a640d29a
KH
54472012-03-22 Kenichi Handa <handa@m17n.org>
5448
5449 * international/quail.el (quail-insert-kbd-layout): Fix previous
5450 change. To avoid unwanted bidi reordering, use
5451 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5452
39675016
DG
54532012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5454
5455 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5456 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5457 (ruby-beginning-of-indent): Be more careful with the difference
5458 between word-boundary and symbol boundary.
5459 (ruby-mode-syntax-table): Make : a symbol constituent.
5460
0a6934fc 54612012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5462
3d008e4f
SM
5463 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5464
0a6934fc
SM
54652012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5466
af67c9d7
SM
5467 * progmodes/etags.el (tags-completion-at-point-function):
5468 Improve last fix.
5469
1acad97c
SM
5470 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5471
e298b5da
SS
54722012-03-21 Sam Steingold <sds@gnu.org>
5473
5474 * progmodes/etags.el (tags-completion-at-point-function):
5475 Avoid the error when point is inside the pattern.
5476
91d82a70
JY
54772012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5478
5479 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5480 line (Bug#10855).
5481
69188b79
CY
54822012-03-21 Drew Adams <drew.adams@oracle.com>
5483
5484 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5485
99fc91fe
AK
54862012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5487
5488 * ido.el (ido-set-current-directory, ido-read-internal)
5489 (ido-choose-completion-string, ido-completion-help): Handle nil
5490 value of ido-completion-buffer (Bug#11008).
5491
087bbb4c
SS
54922012-03-21 Sam Steingold <sds@gnu.org>
5493
5494 * window.el (switch-to-prev-buffer): Do not switch to a visible
5495 window previous buffer, just like with the frame previous buffers.
5496
fb5b8aca
CY
54972012-03-21 Chong Yidong <cyd@gnu.org>
5498
5499 * faces.el (make-face, make-empty-face, copy-face):
5500 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5501 Doc fixes.
5502
dc9924b8
SM
55032012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5506 (widget-complete): Remove broken use of it.
5507
f0bcceb9
CY
55082012-03-20 Chong Yidong <cyd@gnu.org>
5509
dc9924b8
SM
5510 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5511 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5512 characters.
5513
ee52ebf3
TH
55142012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5515
5516 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5517 to draw rectangles, not squares. (Regression introduced by revno
5518 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5519
4c5779ab
CY
55202012-03-18 Chong Yidong <cyd@gnu.org>
5521
5522 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5523 it is not yet defined (for temacs).
5524
15360934
LL
55252012-03-18 Leo Liu <sdl.web@gmail.com>
5526
dc9924b8 5527 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5528
d9a8eb66
EZ
55292012-03-17 Eli Zaretskii <eliz@gnu.org>
5530
5531 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5532 (ispell-choices-win-default-height, ispell-silently-savep)
5533 (ispell-dictionary-alist, ispell-encoding8-command)
5534 (ispell-check-version, ispell-aspell-find-dictionary)
5535 (ispell-valid-dictionary-list, ispell-words-keyword)
5536 (ispell-get-word, ispell-internal-change-dictionary)
5537 (ispell-region, ispell-skip-region-list)
5538 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5539 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5540 (ispell-message-text-end, ispell-message)
5541 (ispell-buffer-local-parsing): Doc fix.
5542
f02ff80d
J
55432012-03-13 Jambunathan K <kjambunathan@gmail.com>
5544
5545 * htmlfontify.el: Add support for code block fontification for ODT
5546 export (Bug #9914).
5547 (hfy-optimisations): Define new option
5548 `body-text-only'
5549 (hfy-fontify-buffer): Honor above setting.
5550 (hfy-begin-span, hfy-end-span): New routines factored out form
5551 `hfy-fontify-buffer'.
5552 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5553 that permit insertion of custom tags.
5554 (hfy-fontify-buffer): Use above handlers.
5555 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5556 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5557 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5558 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5559 bind a special variable `hfy-user-sheet-assoc'.
5560 (htmlfontify-string): New defun.
5561 (hfy-compile-face-map): Make sure that the last char in the
5562 buffer is correctly fontified.
5563 (hfy-face-resolve-face): Whitespace only change.
5564
9ac7a13f
EZ
55652012-03-17 Eli Zaretskii <eliz@gnu.org>
5566
5567 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5568 message more clear.
5569
e2b5bdd7
LL
55702012-03-16 Leo Liu <sdl.web@gmail.com>
5571
5572 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5573
2e492df3
AM
55742012-03-16 Alan Mackenzie <acm@muc.de>
5575
5576 Further optimise the handling of large macros.
5577
5578 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5579 limit to a call of `c-literal-limits'.
5580 (c-determine-+ve-limit): New function.
dc9924b8
SM
5581 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5582 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5583 In CASE 5B, restrict a search limit to 500.
5584 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5585
5586 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5587 Restrict macro bounds to +-500 from after-change's BEG END.
5588
50e94f0c
LL
55892012-03-16 Leo Liu <sdl.web@gmail.com>
5590
5591 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5592
6f09f6ed
AH
55932012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5594
5595 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5596 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5597
c7e73d51
GM
55982012-03-16 Glenn Morris <rgm@gnu.org>
5599
da986230
GM
5600 * view.el (view-buffer, view-buffer-other-window)
5601 (view-buffer-other-frame): Doc fixes re special mode-class.
5602
0835f01e
GM
5603 * subr.el (eval-after-load): If named feature is provided not from
5604 a file, run after-load forms. (Bug#10946)
5605
c7e73d51
GM
5606 * calendar/calendar.el (calendar-insert-at-column):
5607 Handle non-unit-width characters a bit better. (Bug#10978)
5608
3f2eafd1
CY
56092012-03-15 Chong Yidong <cyd@gnu.org>
5610
5611 * emacs-lisp/ring.el (ring-extend): New function.
5612 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5613
5614 * comint.el (comint-read-input-ring)
5615 (comint-add-to-input-history): Grow comint-input-ring lazily.
5616
103af3fe
SM
56172012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5618
663b1677
SM
5619 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5620 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5621
103af3fe
SM
5622 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5623 (imenu-add-to-menubar): Don't add a redundant index.
5624 (imenu-update-menubar): Handle a dynamically composed keymap.
5625
899cb7cb
KY
56262012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5627
5628 * mail/sendmail.el (mail-encode-header):
5629 Bind rfc2047-encode-encoded-words to nil.
5630
3809f91d
GM
56312012-03-13 Glenn Morris <rgm@gnu.org>
5632
5633 * calendar/calendar.el (calendar-string-spread):
5634 Handle non-unit-width characters a bit better. (Bug#10978)
5635
9e345a01
LL
56362012-03-13 Leo Liu <sdl.web@gmail.com>
5637
5638 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5639 directory and file as argument (Bug#10822).
5640
4a07df36
KS
56412012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5642
5643 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5644 For dynamically generated code, follow $PC.
5645 (gdb-disassembly-handler-custom): Handle no function name case.
5646
4aaa9356
TL
56472012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5648
5649 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5650 * emulation/ws-mode.el (ws-query-replace):
5651 * sort.el (sort-regexp-fields):
5652 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5653
225979da
SM
56542012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * dabbrev.el: Fix cycle completion order (bug#10963).
5657 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5658 (dabbrev-completion): Don't use an obarray; provide
5659 a cycle-sort-function.
5660
e2f1fdab
LL
56612012-03-12 Leo Liu <sdl.web@gmail.com>
5662
dc9924b8 5663 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5664 (kill-do-not-save-duplicates): Doc fix.
5665
b19490ed
SM
56662012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * dabbrev.el: Fix cycle completion (bug#10963).
5669 Use lexical binding and wrap to 80 columns.
5670 (dabbrev-completion): Delay computing the list of completions.
5671
4b05d722
KH
56722012-03-12 Kenichi Handa <handa@m17n.org>
5673
5674 * international/quail.el (quail-insert-kbd-layout): Surround each
5675 row by LRO and PDF instead of inserting many LRMs. Pad the left
5676 and right of each non-spacing marks. Insert invisible space
5677 between lower and upper characters to prevent composition.
5678
dbbc2e69
SM
56792012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * minibuffer.el (minibuffer-complete): Don't get confused when the
5682 function is run twice via different commands (bug#10958).
5683 (complete-with-action): Fix docstring.
5684
292112ed
CY
56852012-03-12 Chong Yidong <cyd@gnu.org>
5686
5d1ac394
CY
5687 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5688 (nxml-completion-at-point-function): New function.
5689 (nxml-mode): Use it.
5690 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5691
292112ed
CY
5692 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5693 Load generated autoloads file before byte compiling (Bug#10970).
5694 (package--make-autoloads-and-compile): New helper fun.
5695
4098f8f7
CS
56962012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5697
5698 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5699
8f754691
MA
57002012-03-11 Michael Albinus <michael.albinus@gmx.de>
5701
5702 * autorevert.el (auto-revert-handler): Ensure, that
5703 file-readable-p is applied only for local files or in
5704 auto-revert-tail-mode.
5705
e29ab36b
AS
57062012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5707
dbbc2e69
SM
5708 * server.el (server-eval-at): Handle non-tcp connections.
5709 Decode result string.
ad0bf5b6 5710
e29ab36b
AS
5711 * server.el (server-msg-size): New constant.
5712 (server-reply-print): New function.
5713 (server-eval-and-print): Use it.
5714 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5715 Handle -print-nonl.
5716
de5939ba
CS
57172012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5718
5719 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5720 (Bug#10987).
5721
0c93eabf
CY
57222012-03-11 Chong Yidong <cyd@gnu.org>
5723
397a688f
CY
5724 * simple.el (goto-line): Doc fix (Bug#9938).
5725
2cc775f9
CY
5726 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5727
0c93eabf
CY
5728 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5729 when finished (Bug#10963).
5730
c491fa41
MR
57312012-03-11 Martin Rudalics <rudalics@gmx.at>
5732
5733 * window.el (split-window-below): Fix bug in case where
5734 split-window-keep-point is nil (Bug#10971).
5735
300e8fa5
JL
57362012-03-11 Juri Linkov <juri@jurta.org>
5737
5738 * replace.el (replace-highlight): Set isearch-word to nil
5739 unconditionally. (Bug#10887)
5740
dbf6c5a1
EZ
57412012-03-10 Eli Zaretskii <eliz@gnu.org>
5742
5743 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5744 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5745 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5746 (mairix-widget-create-query): Add usage information about mairix
5747 search forms: negating words, searching for substrings, etc.
5748
b9e501de
JP
57492012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5750
5751 * international/fontset.el (font-encoding-alist): Add an entry for
5752 ksx1001 (Bug#5667).
5753
92795c91
RS
57542012-03-10 Richard Stallman <rms@gnu.org>
5755
1694e6c1
RS
5756 * mail/sendmail.el (mail-encode-header):
5757 Set rfc2047-encode-encoded-words.
5758
607e8555
RS
5759 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5760
de3bc99a
RS
5761 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5762 view buffer means not swapped.
5763 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5764 (rmail-write-region-annotate): Error if real text has disappeared.
5765
92795c91
RS
5766 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5767
699bd04e
CY
57682012-03-10 Chong Yidong <cyd@gnu.org>
5769
5770 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5771 * emulation/cua-base.el (cua--init-keymaps):
5772 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5773
570a1714
MR
57742012-03-10 Martin Rudalics <rudalics@gmx.at>
5775
dbbc2e69
SM
5776 * speedbar.el (speedbar-unhighlight-one-tag-line):
5777 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5778
82dcf4e4
CY
57792012-03-10 Chong Yidong <cyd@gnu.org>
5780
7a2c7ca7
CY
5781 * minibuffer.el (completion-in-region, completion-help-at-point):
5782 Give the completion field overlay a high priority (Bug#6830).
5783
82dcf4e4
CY
5784 * dired.el (dired-goto-file): Recognize absolute file name
5785 listings (Bug#7126).
5786 (dired-goto-file-1): New helper function.
5787 (dired-toggle-read-only): Inhibit warnings.
5788
052e28ac
MA
57892012-03-09 Michael Albinus <michael.albinus@gmx.de>
5790
75f1671a 5791 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5792 there are no properties.
5793
95d5e396
LL
57942012-03-09 Leo Liu <sdl.web@gmail.com>
5795
5796 * savehist.el (savehist-printable): Stricter check for string
5797 value (Bug#10937).
5798
3f018d6d
EZ
57992012-03-09 Eli Zaretskii <eliz@gnu.org>
5800
dbbc2e69
SM
5801 * mail/smtpmail.el (smtpmail-send-it):
5802 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5803 valid mbox format.
5804
f7fd3d79
GM
58052012-03-09 Glenn Morris <rgm@gnu.org>
5806
5807 * files.el (dir-locals-find-file):
5808 Don't check result is regular, readable.
5809 (dir-locals-read-from-file): Demote errors.
5810
6ff6e72f
EZ
58112012-03-08 Eli Zaretskii <eliz@gnu.org>
5812
dbbc2e69
SM
5813 * international/quail.el (quail-insert-kbd-layout):
5814 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5815 layout cell, to prevent their reordering by bidi display engine.
5816 For details, see the discussion in
5817 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5818
9cec7834
AM
58192012-03-08 Alan Mackenzie <acm@muc.de>
5820
5821 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5822 the starting position; make it extend the marked region when
5823 invoked repeatedly - all under appropriate circumstances.
5824 Fixes bugs #5525, #10906.
5825
9a40b8d4
GM
58262012-03-08 Glenn Morris <rgm@gnu.org>
5827
5828 * files.el (locate-dominating-file, dir-locals-find-file):
5829 Undo 2012-03-06 change.
5830
7a08ed35
EZ
58312012-03-07 Eli Zaretskii <eliz@gnu.org>
5832
dbbc2e69
SM
5833 * international/quail.el (quail-help):
5834 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5835 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5836 for the reason.
5837
5aca4f71 58382012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5839
5840 Avoid superfluous registering of signals. (Bug#10807)
5841
5842 * notifications.el (notifications-on-action-object)
5843 (notifications-on-close-object): New defvars.
5844 (notifications-on-action-signal, notifications-on-closed-signal):
5845 Unregister the signal if not needed any longer.
5846 (notifications-notify): Register `notifications-action-signal' or
5847 `notifications-closed-signal', if :on-action or :on-close has been
5848 passed as argument.
5849
78e8b10a
CY
58502012-03-07 Chong Yidong <cyd@gnu.org>
5851
5852 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5853 non-X platforms.
5854
69481eb8
GM
58552012-03-06 Glenn Morris <rgm@gnu.org>
5856
5857 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5858 (x-disown-selection-internal, x-get-selection-internal):
5859 Doc fix (add arglist signatures). (Bug#10783)
5860
133b8e11
KS
58612012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5862
5863 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5864 Handle breakpoints with no "type".
5865
99a83064
GM
58662012-03-06 Glenn Morris <rgm@gnu.org>
5867
5868 * files.el (locate-dominating-file): Add optional predicate argument.
5869 (dir-locals-find-file): Make use of above change.
5870
17798e78
TTN
58712012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5872
5873 * info.el (Info-insert-dir): Also try "dir.gz".
5874
eb182446
GM
58752012-03-06 Glenn Morris <rgm@gnu.org>
5876
8f2114ee
GM
5877 * files.el (dir-locals-find-file):
5878 Ignore non-readable or non-regular files. (Bug#10928)
5879
eb182446
GM
5880 * files.el (locate-dominating-file): Doc fix.
5881
24679323
AS
58822012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5883
5884 * calendar/calendar.el (calendar-set-mode-line):
5885 `getenv' returns a string. (Bug#10951)
5886
01d972a9
LL
58872012-03-05 Leo Liu <sdl.web@gmail.com>
5888
109aa8a9
LL
5889 * simple.el (backward-delete-char-untabify): Constrain point to
5890 field (Bug#10939).
5891
01d972a9
LL
5892 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5893
10607bea
CY
58942012-03-05 Chong Yidong <cyd@gnu.org>
5895
5896 * simple.el (count-words): If called from Lisp, return the word
5897 count, for symmetry with `count-lines'. Arglist changed.
5898 (count-words--message): Args changed. Consolidate counting code
5899 from count-words and count-words-region.
5900 (count-words-region): Caller changed.
5901 (count-lines-region): Make it an obsolete alias.
5902
5dd11cfe
TH
59032012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5904
5905 * saveplace.el (save-place-to-alist)
5906 (save-place-ignore-files-regexp): Allow value nil to disable this
5907 feature.
5908
c349f4e6
CY
59092012-03-04 Chong Yidong <cyd@gnu.org>
5910
5911 * faces.el (face-spec-reset-face): For the default face, reset the
5912 attributes to default values (Bug#10748).
5913
e627be4c
LMI
59142012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5915
5916 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5917 previous patch: Check `message-send-mail-function', and not the
5918 default function (bug#10897).
5919
ebeabff4
MA
59202012-03-04 Michael Albinus <michael.albinus@gmx.de>
5921
a41a6cf4
MA
5922 * notifications.el (notifications-on-action-signal)
5923 (notifications-on-closed-signal): Check for unique service name of
5924 incoming event. Fix error in removing entry.
ebeabff4 5925 (top): Register for signals with wildcard service name.
a41a6cf4 5926 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5927
c1ca42b4
CY
59282012-03-04 Chong Yidong <cyd@gnu.org>
5929
dc9924b8 5930 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5931
ea16568d
GM
59322012-03-04 Glenn Morris <rgm@gnu.org>
5933
5934 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5935 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5936 (expand-abbrev, define-abbrev-table): Doc fixes.
5937
fbae4637
LMI
59382012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5939
5940 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5941 `message-default-send-mail-function' and not `send-mail-function'
5942 when doing the prompting for `sendmail-query-once' before sending
5943 in Message buffers (bug#10897).
5944
a1e7225c
LMI
5945 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5946 This is inconsistent with all the other stream functions, which leave
5947 the setting up to the higher levels (if so wanted) (bug#10931).
5948
56d093a9
AM
59492012-03-02 Alan Mackenzie <acm@muc.de>
5950
5951 Depessimize the handling of very large macros.
5952
5953 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5954 (c-macro-cache-syntactic): New variables to implement a one
5955 element macro cache.
5956 (c-invalidate-macro-cache): New function.
5957 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5958 Adapt to use the new cache.
5959 (c-state-safe-place): Use better the cache of safe positions.
5960 (c-state-semi-nonlit-pos-cache)
5961 (c-state-semi-nonlit-pos-cache-limit):
5962 New variables for...
5963 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5964 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5965 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5966 Use c-state-semi-safe-place.
56d093a9 5967
dbbc2e69
SM
5968 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5969 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5970
817e5c3d
MA
59712012-03-02 Michael Albinus <michael.albinus@gmx.de>
5972
dbbc2e69
SM
5973 * jka-compr.el (jka-compr-call-process):
5974 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5975 not remote.
5976
a032a702
MA
59772012-03-01 Michael Albinus <michael.albinus@gmx.de>
5978
5979 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5980 access of FILE2, if FILE1 does not exist.
5981
99a54f21
MA
5982 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5983 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5984
5985 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5986 Add "PAGER=" to `process-environment'.
5987
f6561e1f
MM
59882012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5989
5990 * progmodes/sql.el: Bug fix
5991 (sql-get-login-ext): Save login values in globals.
5992 (sql-get-login): Use new version of `sql-get-login-ext'.
5993 (sql-interactive-mode): Set global `sql-connection' to nil.
5994 (sql-connect): Set global values for connection.
5995 (sql-product-interactive): Save global values as buffer local.
5996
2d44d9cc
LL
59972012-02-29 Leo Liu <sdl.web@gmail.com>
5998
5999 * abbrev.el (define-abbrevs): Reset sys to nil.
6000
96b49301 60012012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6002
bf7f9bc5
JB
6003 * files.el (file-equal-p): Rename from `files-equal-p'.
6004 Return nil when one or both files don't exist.
96b49301 6005 (file-subdir-of-p): Now only top directory must exists,
6006 return nil if it doesn't.
bf7f9bc5
JB
6007 (copy-directory): No need to test with `file-subdir-of-p' after
6008 creating dir.
6009 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
6010 to `file-equal-p'.
96b49301 6011
44e97401
GM
60122012-02-28 Glenn Morris <rgm@gnu.org>
6013
6014 * shell.el (shell-mode):
6015 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
6016 * play/landmark.el (landmark-font-lock-face-O):
6017 * play/handwrite.el (handwrite):
6018 * play/gomoku.el (gomoku-O):
6019 * net/browse-url.el (browse-url-browser-display):
6020 * international/mule.el (define-charset):
6021 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
6022 * filesets.el (filesets-find-file-delay):
6023 * eshell/em-xtra.el (eshell-xtra):
6024 * eshell/em-unix.el (eshell-grep):
6025 * emulation/viper.el (viper-mode):
6026 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6027 * emacs-lisp/easymenu.el (easy-menu-define):
6028 * calendar/timeclock.el (timeclock-use-display-time):
6029 * bs.el (bs-mode):
6030 * bookmark.el (bookmark-save-flag):
6031 Doc fix (standardize possessive apostrophe usage).
6032
c98c6276
CY
60332012-02-27 Chong Yidong <cyd@gnu.org>
6034
bf7f9bc5
JB
6035 * emulation/viper-cmd.el (viper-intercept-ESC-key):
6036 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 6037
c98c6276
CY
6038 * font-lock.el (font-lock-specified-p): Rename from
6039 font-lock-spec-present. Callers changed.
6040
9c62cd04 60412012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 6042
bf7f9bc5
JB
6043 * emacs-lisp/package.el (package-compute-transaction):
6044 Handle holding a package version to t in package-load-list.
8ac9e529 6045
530739c9
MA
60462012-02-26 Michael Albinus <michael.albinus@gmx.de>
6047
6048 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
6049 (tramp-get-inode, tramp-get-device): Use cached values.
6050
487915d7
AM
60512012-02-26 Alan Mackenzie <acm@muc.de>
6052
6053 Check there is a font-lock specification before doing initial
6054 fontification.
6055
6056 * font-core.el (font-lock-mode): Move the conditional from
6057 :after-hook to font-lock-initial-fontify.
6058 (font-lock-default-function): Move the check for a specification
6059 to font-lock-spec-present.
6060
dc9924b8 6061 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
6062 (font-lock-spec-present): New function.
6063
4fd96557
JB
60642012-02-26 Jim Blandy <jimb@red-bean.com>
6065
6066 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
6067 (gdb-send): Apply it to the operand of the '-interpreter-exec
6068 console' command, so that we can pass arguments with (say) quotes
6069 in them. Store exact string sent in gdb-debug-log (Bug#10765).
6070
9a4888c0
CY
60712012-02-26 Chong Yidong <cyd@gnu.org>
6072
07498861
CY
6073 * help-fns.el (describe-function-1): Clarify description of
6074 remapping (Bug#10844).
6075
9a4888c0
CY
6076 * files.el (files-equal-p): Doc fix.
6077 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
6078 and quit the loop once a mismatch is found.
6079
ea8fb88d
JB
60802012-02-25 Juanma Barranquero <lekktu@gmail.com>
6081
6082 * bs.el (bs--show-with-configuration): Don't throw an error
6083 if the window cannot be split; otherwise, subsequent calls to
6084 bs-show fail, restoring a stale window config. (Bug#10882)
6085
525795c1
JD
60862012-02-25 Jan Djärv <jan.h.d@swipnet.se>
6087
6088 * term/ns-win.el (global-map): Bind ns-drag-file to
6089 ns-find-file (Bug#5855, Bug#10050).
6090
f008086f
AS
60912012-02-25 Andreas Schwab <schwab@linux-m68k.org>
6092
6093 * calendar/parse-time.el (parse-time-string): Allow extractor to
6094 return nil.
6095
a3fcfa99
MA
60962012-02-25 Michael Albinus <michael.albinus@gmx.de>
6097
91027d08
JB
6098 * net/tramp.el (tramp-file-name-for-operation):
6099 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
6100
6101 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
6102 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6103 Add COPY-CONTENTS argument.
a3fcfa99 6104
67b0de11
CY
61052012-02-25 Chong Yidong <cyd@gnu.org>
6106
6107 Add custom groups for VC backends, for consistency with vc-bzr.
6108
6109 * vc/vc-arch.el (vc-arch):
6110 * vc/vc-cvs.el (vc-cvs):
6111 * vc/vc-git.el (vc-git):
6112 * vc/vc-hg.el (vc-hg):
6113 * vc/vc-mtn.el (vc-mtn):
6114 * vc/vc-rcs.el (vc-rcs):
6115 * vc/vc-sccs.el (vc-sccs):
6116 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6117 All relevant defcustoms reassigned.
6118
3c9dfce6
CY
61192012-02-25 Chong Yidong <cyd@gnu.org>
6120
1339bf43
CY
6121 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6122
3c9dfce6
CY
6123 * term/x-win.el (x-initialize-window-system): Reduce default for
6124 x-selection-timeout to 5 seconds (Bug#8869).
6125
25b2e303 61262012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6127
ec70a47d
GM
6128 * files.el (files-equal-p, file-subdir-of-p): New functions.
6129 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6130 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6131 * dired-aux.el (dired-copy-file-recursive): Same.
6132 (dired-create-files): Modify destination when source is equal to
6133 dest when copying files.
53a46cd0 6134 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6135
914260cd
MA
61362012-02-24 Michael Albinus <michael.albinus@gmx.de>
6137
6138 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6139 (Bug#10874)
6140
2cb228f7
AM
61412012-02-23 Alan Mackenzie <acm@muc.de>
6142
6143 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6144 parameter "after-hook:" to allow the expansion to run code after
6145 the execution of the mode hooks.
6146
6147 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6148 from font-lock-mode-internal.
2cb228f7 6149
91027d08 6150 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6151 :after-hook.
6152
8f0fde21
SM
61532012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6154
3e88618b
SM
6155 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6156 (completion--cache-all-sorted-completions): New function.
6157 (completion-all-sorted-completions): Use it.
6158 (completion--do-completion, minibuffer-force-complete):
6159 Use it to re-instate the flush hook.
6160
8f0fde21
SM
6161 * icomplete.el (icomplete-completions): Replace last fix with a better
6162 one (bug#10850).
6163
8e911f6f
DG
61642012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6165
6166 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6167 when it might call us back infinitely (bug#10797).
6168
49fe4321
GM
61692012-02-23 Glenn Morris <rgm@gnu.org>
6170
6171 * minibuffer.el (completion-category-overrides): Doc fix.
6172
b291b572
SM
61732012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6176 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6177
31a9ef2e
GM
61782012-02-23 Glenn Morris <rgm@gnu.org>
6179
5e6e6794 6180 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6181 (authors-obsolete-files-regexps, authors-ignored-files)
6182 (authors-ambiguous-files, authors-renamed-files-alist):
6183 Add more entries.
6184
0bd1e074
JL
61852012-02-23 Juri Linkov <juri@jurta.org>
6186
6187 * isearch.el (isearch-occur): Sync interactive spec with occur's
6188 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6189
b617673c
JL
6190 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6191
19e9789e
JL
61922012-02-22 Juri Linkov <juri@jurta.org>
6193
6194 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6195 (ucs-insert): Doc fix. Check for hex digits in the string.
6196 Don't display `nil' in the error message. (Bug#10857)
6197
f41ce09d
AM
61982012-02-22 Alan Mackenzie <acm@muc.de>
6199
7a71b18d 6200 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6201
ac2eceee
GM
62022012-02-22 Glenn Morris <rgm@gnu.org>
6203
6204 * ffap.el (ffap-c-path):
6205 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6206
abd1f678
CY
62072012-02-22 Chong Yidong <cyd@gnu.org>
6208
6209 * custom.el (load-theme): Doc fix.
6210
f25aef2e
GM
62112012-02-22 Glenn Morris <rgm@gnu.org>
6212
6213 * dired-x.el (dired-guess-shell-alist-default):
6214 Remove escape sequences from nroff output. (Bug#172)
6215
5f8dc2ca
GM
62162012-02-21 Glenn Morris <rgm@gnu.org>
6217
6ff86ec4
GM
6218 * vc/emerge.el (emerge-defvar-local):
6219 Set `permanent-local' property rather than unused `preserved'.
6220
be3223a3 6221 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6222 (picture-mode-map): Use it. (Bug#10860)
6223 (picture-mode): Doc fix.
6224
3fe58f4f
JB
62252012-02-21 Juanma Barranquero <lekktu@gmail.com>
6226
6227 * newcomment.el (uncomment-region-default): Remove unused binding.
6228
f9a998c3
GM
62292012-02-21 Glenn Morris <rgm@gnu.org>
6230
6231 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6232 (picture-self-insert, picture-tab-chars): Doc fix.
6233 (picture-mode-map): Fix C-a, C-e.
6234
c6029348
GM
62352012-02-20 Glenn Morris <rgm@gnu.org>
6236
6237 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6238
ab1ce9d7
LL
62392012-02-20 Leo Liu <sdl.web@gmail.com>
6240
6241 * icomplete.el (icomplete-completions): Check FROM arg before
6242 passing to substring (Bug#10850).
6243
0fd40f89
CY
62442012-02-19 Chong Yidong <cyd@gnu.org>
6245
6246 * comint.el: Require ansi-color.
6247 (comint-output-filter-functions): Add ansi-color-process-output.
6248
6249 * ansi-color.el: Don't set comint-output-filter-functions; it is
6250 now in the initial value defined in comint.el.
6251 (ansi-color-apply-face-function): New variable.
6252 (ansi-color-apply-on-region): Use it.
6253 (ansi-color-apply-overlay-face): New function.
6254
6255 * shell.el (shell): No need to require ansi-color.
6256 (shell-mode): Use ansi-color-apply-face-function to highlight
6257 color escapes using font-lock-face property (Bug#10835).
6258
20af2394
CY
62592012-02-19 Chong Yidong <cyd@gnu.org>
6260
6261 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6262 mode-line formats (Bug#10839).
6263
e23a3fbe
GM
62642012-02-18 Glenn Morris <rgm@gnu.org>
6265
b474519e
GM
6266 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6267
6268 * mail/undigest.el (unforward-rmail-message): Doc fix.
6269
e23a3fbe
GM
6270 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6271
57939ff4
EZ
62722012-02-18 Eli Zaretskii <eliz@gnu.org>
6273
6274 * international/characters.el (script-list): Sync with the latest
6275 Unicode Character Database.
6276
0c23686e
AS
62772012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6278
6279 * international/titdic-cnv.el: Remove duplicate coding tag.
6280 * language/cham.el: Likewise.
6281 * language/tai-viet.el: Likewise.
6282
6818b449
GM
62832012-02-18 Glenn Morris <rgm@gnu.org>
6284
6285 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6286 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6287 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6288 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6289 * calendar/holidays.el (holiday-bahai-holidays)
6290 (calendar-holidays, list-holidays):
6291 Use utf-8 Bahá'í in doc-strings, menus, etc.
6292
0311a3fc
TH
62932012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6294
6295 * saveplace.el (save-place-ignore-files-regexp): New variable
6296 allowing for excluding files from saving their location of point.
6297 The default value matches the temporary commit message editing
6298 files from Git, SVN, Bazaar, and Mercurial.
6299 (save-place-to-alist): Use it.
6300
d209e2fb 63012012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6302 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6303
6304 * newcomment.el (uncomment-region-default): Don't leave extra space
6305 when an arg is provided (bug#8150).
6306
ee0ce425
TZ
63072012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6308
eb864a71 6309 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6310
95ddf442
GM
63112012-02-17 Glenn Morris <rgm@gnu.org>
6312
6313 * net/socks.el: Require network-stream. (Bug#10599)
6314
48dd1e39 63152012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6316
6317 * international/charprop.el:
6318 * international/uni-name.el:
6319 * international/uni-old-name.el:
6320 * international/uni-comment.el: Regenerate.
6321
d68cd087
GM
63222012-02-16 Glenn Morris <rgm@gnu.org>
6323
6324 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6325 Interactively in calendar buffer, give an error if not on a date.
6326
13932042
GM
63272012-02-15 Glenn Morris <rgm@gnu.org>
6328
6329 * shell.el (shell-delimiter-argument-list):
6330 Revert 2011-02-17 change. (Bug#8027)
6331
c3a70e2b
CY
63322012-02-15 Chong Yidong <cyd@gnu.org>
6333
60236b0d
CY
6334 * minibuffer.el (completion-at-point-functions): Doc fix.
6335
c3a70e2b
CY
6336 * custom.el (defcustom): Doc fix; note use of defvar.
6337
9f26dc24
GM
63382012-02-15 Glenn Morris <rgm@gnu.org>
6339
6340 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6341 Doc fixes.
6342
6546b134
GM
63432012-02-14 Glenn Morris <rgm@gnu.org>
6344
6345 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6346
d29b2b4c
LI
63472012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6348
6349 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6350 way the ports list is computed.
835bdcba
LI
6351 (smtpmail-query-smtp-server): Prompt the user for a port number if
6352 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6353
08dcdbc9
TZ
63542012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6355
6356 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6357
2605051a
GM
63582012-02-13 Glenn Morris <rgm@gnu.org>
6359
6360 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6361
7ee99f32
TZ
63622012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6363
6364 * net/gnutls.el (gnutls-trustfiles): New variable.
6365 (gnutls-negotiate): Use it.
6366
5f0af64f
LI
63672012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6368
6369 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6370 does its stuff if Gnus is running.
6371
c14fcc95
AM
63722012-02-13 Alan Mackenzie <acm@muc.de>
6373
6374 Fix a loop in c-set-fl-decl-start.
6375
7a71b18d 6376 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6377 c-backward-syntactic-ws actually moves backwards.
6378
142b4d90
LL
63792012-02-13 Leo Liu <sdl.web@gmail.com>
6380
6381 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6382 beginning so that all \C-o chars are removed.
6383
fa9958a6
TZ
63842012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6385
dc9924b8 6386 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6387
0bc5886a
AM
63882012-02-12 Alan Mackenzie <acm@muc.de>
6389
6390 Fix infinite loop with long macros.
4d6769e1 6391 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6392
d4bd55e7
CY
63932012-02-12 Chong Yidong <cyd@gnu.org>
6394
6395 * window.el (display-buffer): Doc fix (Bug#10785).
6396
66f3fe22
GM
63972012-02-12 Glenn Morris <rgm@gnu.org>
6398
bd7da63e
GM
6399 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6400 (x-disown-selection-internal, x-get-selection-internal):
6401 Sync docs with the xselect.c versions.
6402
66f3fe22
GM
6403 * allout-widgets.el: Add missing license notice.
6404
3e0d2fa7
GM
64052012-02-11 Glenn Morris <rgm@gnu.org>
6406
cfecdf09
GM
6407 * select.el (x-get-selection-internal, x-own-selection-internal)
6408 (x-disown-selection-internal):
6409 * x-dnd.el (x-get-selection-internal): Update declarations.
6410
6d216d7f
GM
6411 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6412
2bed3f04
GM
6413 * window.el (window-sides-slots):
6414 * tool-bar.el (tool-bar-position):
6415 * term/xterm.el (xterm-extra-capabilities):
6416 * ses.el (ses-self-reference-early-detection):
6417 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6418 (verilog-auto-wire-type)
6419 (verilog-auto-delete-trailing-whitespace)
6420 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6421 (verilog-auto-tieoff-declaration):
6422 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6423 (sql-oracle-statement-starters, sql-oracle-scan-on):
6424 * progmodes/prolog.el (prolog-align-comments-flag)
6425 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6426 (prolog-left-indent-regexp, prolog-paren-indent-p)
6427 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6428 (prolog-types, prolog-mode-specificators)
6429 (prolog-determinism-specificators, prolog-directives)
6430 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6431 (prolog-electric-dot-flag)
6432 (prolog-electric-dot-full-predicate-template)
6433 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6434 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6435 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6436 (prolog-program-switches, prolog-prompt-regexp)
6437 (prolog-debug-on-string, prolog-debug-off-string)
6438 (prolog-trace-on-string, prolog-trace-off-string)
6439 (prolog-zip-on-string, prolog-zip-off-string)
6440 (prolog-use-standard-consult-compile-method-flag)
6441 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6442 (prolog-imenu-max-lines, prolog-info-predicate-index)
6443 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6444 (prolog-char-quote-workaround):
6445 * progmodes/cc-vars.el (c-defun-tactic):
6446 * net/tramp.el (tramp-encoding-command-interactive)
6447 (tramp-local-end-of-line):
6448 * net/soap-client.el (soap-client):
6449 * net/netrc.el (netrc-file):
6450 * net/gnutls.el (gnutls):
6451 * minibuffer.el (completion-category-overrides)
6452 (completion-cycle-threshold)
6453 (completion-pcm-complete-word-inserts-delimiters):
6454 * man.el (Man-name-local-regexp):
6455 * mail/feedmail.el (feedmail-display-full-frame):
6456 * international/characters.el (glyphless-char-display-control):
6457 * eshell/em-ls.el (eshell-ls-date-format):
6458 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6459 (lisp-lambda-list-keyword-parameter-indentation)
6460 (lisp-lambda-list-keyword-parameter-alignment):
6461 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6462 * dired-x.el (dired-omit-verbose):
6463 * cus-theme.el (custom-theme-allow-multiple-selections):
6464 * calc/calc.el (calc-highlight-selections-with-faces)
6465 (calc-lu-field-reference, calc-lu-power-reference)
6466 (calc-note-threshold):
6467 * battery.el (battery-mode-line-limit):
6468 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6469 (archive-7z-update):
6470 * allout.el (allout-prefixed-keybindings)
6471 (allout-unprefixed-keybindings)
6472 (allout-inhibit-auto-fill-on-headline)
6473 (allout-flattened-numbering-abbreviation):
6474 * allout-widgets.el (allout-widgets-auto-activation)
6475 (allout-widgets-icons-dark-subdir)
6476 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6477 (allout-widgets-theme-dark-background)
6478 (allout-widgets-theme-light-background)
6479 (allout-widgets-item-image-properties-emacs)
6480 (allout-widgets-item-image-properties-xemacs)
6481 (allout-widgets-run-unit-tests-on-load)
6482 (allout-widgets-time-decoration-activity)
6483 (allout-widgets-hook-error-post-time)
6484 (allout-widgets-track-decoration):
6485 Add missing :version tags to new defcustoms and defgroups.
6486
5fec1b8e
GM
6487 * progmodes/sql.el (sql-ansi-statement-starters)
6488 (sql-oracle-statement-starters): Add custom type.
6489
3e0d2fa7
GM
6490 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6491 (prolog-system-version): Give it a type.
6492
90b671e2
EZ
64932012-02-11 Eli Zaretskii <eliz@gnu.org>
6494
6495 * term/pc-win.el (x-select-text, x-selection-owner-p)
6496 (x-own-selection-internal, x-disown-selection-internal)
6497 (x-get-selection-internal): Sync doc strings and argument lists
6498 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6499
5eac0c02
LL
65002012-02-11 Leo Liu <sdl.web@gmail.com>
6501
6502 * progmodes/python.el (python-end-of-statement): Fix infinite
6503 loop. (Bug#10788)
6504
f82cb659
GM
65052012-02-10 Glenn Morris <rgm@gnu.org>
6506
6507 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6508 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6509
cc26d239
LI
65102012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6511
6512 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6513 about SMTP before checking the From header.
6514
91027d08 6515 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6516 into own function for reuse by emacsbug.el.
6517
1be3ca5a
LL
65182012-02-10 Leo Liu <sdl.web@gmail.com>
6519
6520 * subr.el (condition-case-unless-debug): Rename from
6521 condition-case-no-debug. All callers changed.
6522 (with-demoted-errors): Fix caller.
6523
6524 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6525 * nxml/rng-valid.el (rng-do-some-validation):
6526 * emacs-lisp/package.el (package-refresh-contents)
6527 (package-menu-execute):
6528 * desktop.el (desktop-create-buffer):
91027d08 6529 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6530
b011fbfe
GM
65312012-02-10 Glenn Morris <rgm@gnu.org>
6532
b2096d72
GM
6533 * textmodes/bibtex.el:
6534 Add missing :version tags for new/changed defcustoms.
6535
b011fbfe
GM
6536 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6537
4c7e65bf
LI
65382012-02-09 Lars Ingebrigtsen <larsi@rusty>
6539
6540 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6541 (smtpmail-via-smtp): Use it, or fall back on the From address.
6542 (smtpmail-send-it): Ditto.
6543
f3934f6f
SM
65442012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6547 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6548 (byte-compile-tmp-var): New const.
6549 (byte-compile-defvar): Use it to minimize .elc size.
6550 Just use `defvar' rather than simulate it (bug#10761).
6551
a075a2c5
GM
65522012-02-09 Glenn Morris <rgm@gnu.org>
6553
cf3aa21b
GM
6554 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6555
354998cd
GM
6556 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6557 Add :version tags.
6558
dc9924b8
SM
6559 * progmodes/compile.el (compilation-error-screen-columns)
6560 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6561
dab3703d
GM
6562 * vc/log-view.el (log-view-toggle-entry-display):
6563 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6564
3f88cd72
GM
6565 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6566 (report-emacs-bug-can-use-xdg-email):
6567 (report-emacs-bug-insert-to-mailer): Doc fixes.
6568 (report-emacs-bug): Message fix.
6569
d95b247d
GM
6570 * net/browse-url.el (browse-url-can-use-xdg-open)
6571 (browse-url-xdg-open): Doc fixes.
6572
a075a2c5
GM
6573 * electric.el (electric-indent-mode, electric-pair-mode)
6574 (electric-layout-rules, electric-layout-mode): Doc fixes.
6575 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6576
ffb6157e
MR
65772012-02-08 Martin Rudalics <rudalics@gmx.at>
6578
6579 * server.el (server-unselect-display): Don't inadvertently kill
6580 the current buffer. (Bug#10729)
6581
e1ac4066
GM
65822012-02-08 Glenn Morris <rgm@gnu.org>
6583
34e8a2da
GM
6584 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6585 (sql-list-table): Doc fixes.
6586
b4ac6e8c
GM
6587 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6588 Comment out (does nothing).
6589
e1ac4066
GM
6590 * completion.el (dynamic-completion-mode):
6591 * dirtrack.el (dirtrack-debug-mode):
6592 * electric.el (electric-layout-mode):
6593 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6594 * face-remap.el (text-scale-mode, buffer-face-mode):
6595 * iimage.el (iimage-mode):
6596 * image-mode.el (image-transform-mode):
6597 * minibuffer.el (completion-in-region-mode):
6598 * scroll-lock.el (scroll-lock-mode):
6599 * simple.el (next-error-follow-minor-mode):
6600 * tar-mode.el (tar-subfile-mode):
6601 * tooltip.el (tooltip-mode):
6602 * vcursor.el (vcursor-use-vcursor-map):
6603 * wid-browse.el (widget-minor-mode):
6604 * emulation/tpu-edt.el (tpu-edt-mode):
6605 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6606 * international/iso-ascii.el (iso-ascii-mode):
6607 * language/thai-util.el (thai-word-mode):
6608 * mail/supercite.el (sc-minor-mode):
6609 * net/goto-addr.el (goto-address-mode):
6610 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6611 * progmodes/cwarn.el (cwarn-mode):
6612 * progmodes/flymake.el (flymake-mode):
6613 * progmodes/glasses.el (glasses-mode):
6614 * progmodes/hideshow.el (hs-minor-mode):
6615 * progmodes/pascal.el (pascal-outline-mode):
6616 * textmodes/enriched.el (enriched-mode):
6617 * vc/smerge-mode.el (smerge-mode):
6618 Doc fixes (minor mode argument).
6619
5e0d957f
EZ
66202012-02-07 Eli Zaretskii <eliz@gnu.org>
6621
6622 * ls-lisp.el (ls-lisp-sanitize): New function.
6623 (ls-lisp-insert-directory): Use it to fix or remove any elements
6624 in file-alist with missing attributes. (Bug#4673)
6625
98d7371e
AM
66262012-02-07 Alan Mackenzie <acm@muc.de>
6627
6628 Fix spurious recognition of c-in-knr-argdecl.
6629
6630 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6631 putative K&R region.
6632
667ced3a
AM
66332012-02-07 Alan Mackenzie <acm@muc.de>
6634
eb864a71
LM
6635 * progmodes/cc-engine.el (c-forward-objc-directive):
6636 Prevent looping in "#pragma mark @implementation".
667ced3a 6637
5b77774d
MA
66382012-02-07 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * notifications.el (notifications-on-closed-signal): Make `reason'
6641 optional. (Bug#10744)
6642
af008560
GM
66432012-02-07 Glenn Morris <rgm@gnu.org>
6644
60d47423
GM
6645 * emacs-lisp/easy-mmode.el (define-minor-mode):
6646 Doc fixes for the macro and the mode it defines.
6647
dd605cc4
GM
6648 * image.el (imagemagick-types-inhibit): Doc fix.
6649
af008560
GM
6650 * cus-start.el (imagemagick-render-type): Add it.
6651
5cc59a37
LI
66522012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6653
4d6769e1
JB
6654 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6655 Set the default at load time, too, so that `font-lock-fontify-buffer'
6656 can be called without setting up the entire mode first. This fixes
6657 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6658
9a6dd747
CY
66592012-02-06 Chong Yidong <cyd@gnu.org>
6660
2d16b285
CY
6661 * simple.el (list-processes--refresh): Delete exited processes
6662 (Bug#8094).
6663
171e9b6e
CY
6664 * comint.el (comint-next-prompt): next-single-char-property-change
6665 and prev-single-char-property-change never return nil (Bug#8657).
6666
9a6dd747
CY
6667 * custom.el (defcustom): Doc fix (Bug#9711).
6668
aa4589a7
CY
66692012-02-05 Chong Yidong <cyd@gnu.org>
6670
5c2a252f
CY
6671 * cus-edit.el (custom-variable-reset-backup): Quote the value
6672 before storing it in the customized-value property (Bug#6712).
4aab9006 6673 (custom-display): Add a customization type tag.
983b9602 6674 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6675
aa4589a7
CY
6676 * wid-edit.el (widget-field-value-get): New optional arg to
6677 suppress trailing whitespace truncation.
6678 (character): Use it (Bug#2689).
6679
1ff980ae
AS
66802012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6681
6682 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6683 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6684
03988c98
CY
66852012-02-05 Chong Yidong <cyd@gnu.org>
6686
eeb6cc88
CY
6687 * cus-edit.el (custom-variable-value-create): For mismatched
6688 types, show the current value (Bug#7600).
6689
03988c98
CY
6690 * custom.el (defcustom): Doc fix.
6691
f8cdeef0
GM
66922012-02-05 Glenn Morris <rgm@gnu.org>
6693
6694 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6695
0696d255
JB
66962012-02-05 Juanma Barranquero <lekktu@gmail.com>
6697
6698 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6699 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6700 (pp-last-sexp): Use `looking-at-p'.
6701
34c99998
GM
67022012-02-04 Glenn Morris <rgm@gnu.org>
6703
8f05da42
GM
6704 * files.el (revert-buffer):
6705 Doc fix (mention revert-buffer-in-progress-p).
6706
f160676e
GM
6707 * emacs-lisp/ert-x.el (ert-simulate-command):
6708 Check deferred-action-list (which is obsolete) is bound.
6709
c7291ad9
GM
6710 * subr.el (with-wrapper-hook): Doc fixes.
6711
34c99998
GM
6712 * simple.el (filter-buffer-substring-functions)
6713 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6714
6283a7d3
LL
67152012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6716
6717 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6718 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6719
e96e3013
LL
67202012-02-04 Leo Liu <sdl.web@gmail.com>
6721
6722 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6723
8ded50f2
GM
67242012-02-04 Glenn Morris <rgm@gnu.org>
6725
82ff1d13
GM
6726 * image.el (image-extension-data): Add obsolete alias.
6727
987a0a16
GM
6728 * isearch.el (isearch-update): Doc fix.
6729
ea32ef46
GM
6730 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6731
8ded50f2
GM
6732 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6733
eea14f31
GM
67342012-02-03 Glenn Morris <rgm@gnu.org>
6735
6736 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6737 (image-animate-timeout): Doc fix.
6738
6739 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6740
12f381b7
GM
67412012-02-02 Glenn Morris <rgm@gnu.org>
6742
953cebf5
GM
6743 * server.el (server-auth-dir): Doc fix.
6744 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6745
12f381b7
GM
6746 * subr.el (run-mode-hooks): Doc fix.
6747
953a8c3b
JL
67482012-02-02 Juri Linkov <juri@jurta.org>
6749
6750 * image-mode.el (image-toggle-display-image): Remove tautological
6751 `major-mode' from the `derived-mode-p' test.
6752
c5d3843c
KH
67532012-02-02 Kenichi Handa <handa@m17n.org>
6754
9f6e692e 6755 * composite.el (compose-region): Cancel previous change.
c5d3843c 6756
159462d4 67572012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6758
6759 * composite.el (compose-region, compose-string): Signal error for
6760 a null string component (Bug#6988).
6761
9f562668
CY
67622012-02-01 Chong Yidong <cyd@gnu.org>
6763
e2cef717
CY
6764 * view.el (view-buffer-other-window, view-buffer-other-frame):
6765 Handle special modes like view-buffer (Bug#10650).
6766 (view-buffer): Simplify.
6767
9f562668
CY
6768 * frame.el (set-frame-font): Tweak meaning of third argument.
6769
9f6e692e
JB
6770 * dynamic-setting.el (font-setting-change-default-font):
6771 Use set-frame-font (Bug#9982).
9f562668 6772
781acb9f
GM
67732012-02-01 Glenn Morris <rgm@gnu.org>
6774
6035be52
GM
6775 * progmodes/compile.el (compilation-internal-error-properties):
6776 Respect compilation-first-column in the "*compilation*" buffer.
6777
781acb9f
GM
6778 * emacs-lisp/easy-mmode.el (define-minor-mode):
6779 Relax :variable's test for a named function.
6780
abbceb00
AM
67812012-01-31 Alan Mackenzie <acm@muc.de>
6782
6783 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6784 off by one error.
6785
fce3fdeb
CY
67862012-01-31 Chong Yidong <cyd@gnu.org>
6787
6788 * frame.el (set-frame-font): New arg ALL-FRAMES.
6789
6790 * menu-bar.el (menu-set-font): Use set-frame-font.
6791
6792 * faces.el (face-spec-reset-face): Don't apply unspecified
6793 attribute values to the default face.
6794
47893581
JB
67952012-01-31 Juanma Barranquero <lekktu@gmail.com>
6796
6797 * progmodes/cwarn.el (cwarn): Remove dead link.
6798 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6799 Remove * from defcustom docstrings.
6800 (turn-on-cwarn-mode): Make obsolete.
6801 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6802 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6803
e58e988a
GM
68042012-01-31 Glenn Morris <rgm@gnu.org>
6805
60dc2671 6806 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6807 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6808 Allow named functions to be used as the cdr of :variable.
e58e988a 6809
7a3f511d
GM
68102012-01-30 Glenn Morris <rgm@gnu.org>
6811
6812 * emacs-lisp/authors.el (authors-fixed-entries):
6813 Remove reference to deleted file rnewspost.el.
6814
cb882333
JB
68152012-01-29 Juanma Barranquero <lekktu@gmail.com>
6816
6817 * window.el (window-with-parameter): Remove unused variable `windows'.
6818 (window--side-check): Remove unused variable `code'.
6819 (window--resize-siblings): Remove unused variable `first'.
6820 (adjust-window-trailing-edge): Remove unused variable `failed'.
6821 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6822 Use `let', not `let*'.
6823 (balance-windows-2): Remove unused variable `found'.
6824 (window--state-put-2): Remove unused variable `splits'.
6825 (window-state-put): Remove unused variable `selected'.
6826 (same-window-p): Use `string-match-p'.
6827 (display-buffer-assq-regexp): Remove unused variable `value'.
6828 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6829 Mark argument ALIST as ignored.
6830 (pop-to-buffer): Remove unused variable `old-window'.
6831
907201af
EZ
68322012-01-29 Eli Zaretskii <eliz@gnu.org>
6833
6834 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6835 and .lzma compressed files.
6836
ea162670
CY
68372012-01-29 Chong Yidong <cyd@gnu.org>
6838
5b95ee8a
CY
6839 * frame.el (window-system-default-frame-alist): Doc fix.
6840
ea162670
CY
6841 * dynamic-setting.el (font-setting-change-default-font): Don't
6842 change the default face if SET-FONT argument is non-nil (Bug#9982).
6843
d6e6f4b1
SB
68442012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6845
6846 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6847
0f29fa41 68482012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6849
6850 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6851 breakpoints in files outside current directory (Bug#6098).
6852
db174434
CY
68532012-01-29 Chong Yidong <cyd@gnu.org>
6854
6b25e4e2
SE
6855 * progmodes/python.el: Require ansi-color at top-level.
6856
6df6ae42
JB
6857 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6858 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6859 (lisp-mode-abbrev-table): Add doc.
6860 (lisp-mode-variables): Don't set local-abbrev-table.
6861 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6862
e70ee681
RW
68632012-01-28 Roland Winkler <winkler@gnu.org>
6864
6865 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6866
ace88aa2
RW
68672012-01-28 Roland Winkler <winkler@gnu.org>
6868
6869 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6870 (bibtex-set-dialect): Use it. Either set global values of
6871 dialect-dependent variables or bind these variables buffer-locally
6872 (Bug#10254).
6873 (bibtex-mode): Call bibtex-set-dialect via
6874 hack-local-variables-hook.
eb864a71
LM
6875 (bibtex-dialect): Update docstring.
6876 Add safe-local-variable predicate.
ace88aa2
RW
6877 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6878 bibtex-set-dialect.
6879 (bibtex-mode-map): Define menu for each dialect.
6880 (bibtex-entry): Fix docstring.
6881
93376c5b
CY
68822012-01-28 Chong Yidong <cyd@gnu.org>
6883
6884 * eshell/esh-arg.el (eshell-quote-argument): New function.
6885
6886 * eshell/esh-ext.el (eshell-invoke-batch-file):
6887 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6888 first arg to eshell-parse-command (Bug#10523).
6889
4372494f
DA
68902012-01-28 Drew Adams <drew.adams@oracle.com>
6891
6892 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6893 `default-directory' is non-nil.
6894
4d4ec1f8
EZ
68952012-01-28 Eli Zaretskii <eliz@gnu.org>
6896
6897 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6898 line that displays system-configuration-options. (Bug#9924)
6899
7c188927
DA
69002012-01-28 Drew Adams <drew.adams@oracle.com>
6901
6902 * descr-text.el (describe-char): Show information about POS, in
6903 addition to information about the character at POS. Improve and
6904 update the doc string. Change "code point" to "code point in
6905 charset", to avoid confusion with the character's Unicode code
6906 point shown above that. (Bug#10129)
6907
e0da685a
EZ
69082012-01-28 Eli Zaretskii <eliz@gnu.org>
6909
6910 * descr-text.el (describe-char): Show the raw character, not only
6911 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6912 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6913 for the reasons.
6914
70550acf
PH
69152012-01-28 Phil Hagelberg <phil@hagelb.org>
6916
eb864a71
LM
6917 * emacs-lisp/package.el (package-install):
6918 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6919
0ce8e868
CY
69202012-01-28 Chong Yidong <cyd@gnu.org>
6921
cb882333
JB
6922 * emacs-lisp/package.el (package-maybe-load-descriptor):
6923 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6924 (package-maybe-load-descriptor): Use it.
6925 (package-download-transaction): Fully load required packages
6926 inside the loop, so that `require' calls work (Bug#10593).
6927 (package-install): No need to call package-initialize now.
6928
2e7f3bea
CY
69292012-01-28 Chong Yidong <cyd@gnu.org>
6930
6e9bad14
CY
6931 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6932
f823b8ca
CY
6933 * tooltip.el (tooltip-mode): Doc fix.
6934 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6935
2680c309
CY
6936 * frame.el (set-cursor-color): Doc fix (Bug#352).
6937
d7a9e63b
CY
6938 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6939 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6940
2e7f3bea
CY
6941 * cus-edit.el (custom-buffer-create-internal): Fix search button
6942 action (Bug#10542).
2ae01800 6943 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6944
fc4f7a23
EW
69452012-01-27 Eduard Wiebe <usenet@pusto.de>
6946
6947 * dired.el (dired-mark-files-regexp):
6948 Include any subdirectory components. (Bug#10445)
6949
7dd37071
ML
69502012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6951
6952 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6953 Handle [host]:port syntax. (Bug#10533)
6954
a268160b
AH
69552012-01-27 Alex Harsanyi <harsanyi@mac.com>
6956
6957 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6958
e43273ef
GM
69592012-01-26 Glenn Morris <rgm@gnu.org>
6960
6961 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6962 * term.el (term-raw-escape-map): Use Control-X-prefix.
6963 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6964
1edf595d
MR
69652012-01-25 Martin Rudalics <rudalics@gmx.at>
6966
6967 * window.el (window-state-get, window--state-get-1): Don't deal
6968 with fixed-sizeness of windows. Simplify code.
6969
fa8eafef
JC
69702012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6971
6df6ae42
JB
6972 * window.el (window--state-get-1, window--state-put-2):
6973 Don't save and restore the mark.
fa8eafef 6974
0b21c100
CY
69752012-01-25 Chong Yidong <cyd@gnu.org>
6976
6977 * custom.el (custom-variable-p): Doc fix.
6978
5ae1a6c8
GM
69792012-01-25 Glenn Morris <rgm@gnu.org>
6980
40047858
GM
6981 * dired.el (dired-goto-file): Handle some of the more common
6982 characters that `ls -b' escapes. (Bug#10596)
6983
5ddce96c
GM
6984 * progmodes/compile.el (compilation-next-error-function):
6985 Respect compilation-first-column in the "*compilation*" buffer.
6986 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6987
5ae1a6c8
GM
6988 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6989
b559f1a9
GM
69902012-01-24 Glenn Morris <rgm@gnu.org>
6991
6992 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6993
6725d21a
JD
69942012-01-24 Julien Danjou <julien@danjou.info>
6995
6996 * color.el (color-rgb-to-hsl): Fix value computing.
6997 (color-hue-to-rgb): New function.
6998 (color-hsl-to-rgb): New function.
6999 (color-clamp, color-saturate-hsl, color-saturate-name)
7000 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7001 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
7002
70df4bbe
GM
70032012-01-24 Glenn Morris <rgm@gnu.org>
7004
7005 * vc/vc-rcs.el (vc-rcs-create-tag):
7006 * vc/vc-sccs.el (vc-sccs-create-tag):
7007 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
7008
802a2ae2
ML
70092012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
7010
7011 * eshell/esh-util.el (eshell-read-hosts-file):
7012 Skip comment lines. (Bug#10549)
7013
d7128bb1
ML
7014 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7015
d1a5c3b4
JB
70162012-01-23 Juanma Barranquero <lekktu@gmail.com>
7017
2724d9c7
JB
7018 * subr.el (display-delayed-warnings): Doc fix.
7019 (collapse-delayed-warnings): New function to collapse identical
7020 adjacent warnings.
7021 (delayed-warnings-hook): Add it.
d1a5c3b4 7022
a5509865
MA
70232012-01-22 Michael Albinus <michael.albinus@gmx.de>
7024
7025 * net/tramp.el (tramp-action-login): Set connection property "login-as".
7026
a5509865
MA
7027 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
7028 (tramp-default-user-alist): Don't add "pscp".
7029 (tramp-do-copy-or-rename-file-out-of-band): Use connection
7030 property "login-as", if set. (Bug#10530)
7031
cc6d5805
MA
70322012-01-21 Michael Albinus <michael.albinus@gmx.de>
7033
7034 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
7035 "plink1" and "psftp". (Bug#10530)
7036
70372012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
7038
7039 * international/mule-cmds.el (prefer-coding-system): Show a
7040 warning message if the default value of file-name-coding-system
7041 was not changed.
7042
f0960428
JC
70432012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7044
cb882333
JB
7045 * windmove.el (windmove-reference-loc):
7046 Fix windmove-reference-loc miscalculation.
f0960428 7047
dd6f2a63
JB
70482012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
7049
7050 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
7051 default unit.
7052
7b447e9b
GM
70532012-01-21 Glenn Morris <rgm@gnu.org>
7054
117a9ea1
GM
7055 * international/mule.el (auto-coding-alist): Add .tbz.
7056
7b447e9b
GM
7057 * files.el (local-enable-local-variables): Doc fix.
7058 (inhibit-local-variables-regexps): Rename from
7059 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
7060 Doc fix. Add some extensions from auto-coding-alist.
7061 (inhibit-local-variables-suffixes):
7062 Rename from inhibit-first-line-modes-suffixes. Doc fix.
7063 (inhibit-local-variables-p):
7064 New function, extracted from set-auto-mode-1.
7065 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
7066 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
7067 (hack-local-variables): Doc fix. Make the mode-only case
7068 respect enable-local-variables and friends.
7069 Respect inhibit-local-variables-regexps for file-locals, but
7070 not for directory-locals.
7071 (set-visited-file-name):
7072 Take account of inhibit-local-variables-regexps.
7073 Whether it applies may change as the file name is changed.
7074 * jka-cmpr-hook.el (jka-compr-install):
7075 * jka-compr.el (jka-compr-uninstall):
7076 Update for inhibit-first-line-modes-suffixes name change.
7077
dd6e3cdd
MR
70782012-01-20 Martin Rudalics <rudalics@gmx.at>
7079
7080 * help-macro.el (make-help-screen): Temporarily restore original
7081 binding for minor-mode-map-alist (Bug#10454).
7082
0d0deb38
JD
70832012-01-19 Julien Danjou <julien@danjou.info>
7084
7085 * color.el (color-name-to-rgb): Use the white color to find the max
7086 color component value and return correctly computed values.
7087 (color-name-to-rgb): Add missing float conversion for max value.
7088
34a02f46
MR
70892012-01-19 Martin Rudalics <rudalics@gmx.at>
7090
7091 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
7092 special state value for window-persistent-parameters.
7093 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
7094 (window--state-put-2): Reset all window parameters to nil before
7095 assigning values of persistent parameters.
7096
606c44c4
AM
70972012-01-18 Alan Mackenzie <acm@muc.de>
7098
7099 Eliminate sluggishness and hangs in fontification of "semicolon
7100 deserts".
7101
cb882333
JB
7102 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7103 Change value 10000 -> 3000.
606c44c4
AM
7104 (c-state-safe-place): Reformulate so it doesn't stack up an
7105 infinite number of wrong entries in c-state-nonlit-pos-cache.
7106 (c-determine-limit-get-base, c-determine-limit): New functions to
7107 determine backward search limits disregarding literals.
7108 (c-find-decl-spots): Amend commenting.
7109 (c-cheap-inside-bracelist-p): New function which detects "={".
7110
7111 * progmodes/cc-fonts.el
7112 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7113 backward search.
7114 (c-font-lock-declarations): Fix an occurrence of point being
7115 undefined. Check additionally for point being in a bracelist or
7116 near a macro invocation without a semicolon so as to avoid a
7117 fruitless time consuming search for a declarator. Give a more
7118 precise search limit for declarators using the new
7119 c-determine-limit.
7120
f3860cea
GM
71212012-01-18 Glenn Morris <rgm@gnu.org>
7122
7123 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7124 (set-auto-mode): Doc fixes.
7125
1db03b16
GM
71262012-01-17 Glenn Morris <rgm@gnu.org>
7127
0e6038be
GM
7128 * isearch.el (search-nonincremental-instead): Fix doc typo.
7129
1db03b16
GM
7130 * dired.el (dired-insert-directory): Handle newlines in directory name.
7131 (dired-build-subdir-alist): Unescape newlines in directory name.
7132
4cb0aa75
MA
71332012-01-17 Michael Albinus <michael.albinus@gmx.de>
7134
7135 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7136 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7137 (tramp-action-terminal): Use it. (Bug#10530)
7138
1d00653d
SM
71392012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7140
7141 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7142
6a6ee00d
MR
71432012-01-16 Martin Rudalics <rudalics@gmx.at>
7144
7145 * window.el (window-state-ignored-parameters): Remove variable.
7146 (window--state-get-1): Rename argument MARKERS to IGNORE.
7147 Handle persistent window parameters. Make copy of clone-of
7148 parameter only if requested. (Bug#10348)
7149 (window--state-put-2): Install a window parameter only if it has
7150 a non-nil value or an existing parameter shall be overwritten.
7151
97912def
MA
71522012-01-15 Michael Albinus <michael.albinus@gmx.de>
7153
7154 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7155
688070a5
EZ
71562012-01-14 Eli Zaretskii <eliz@gnu.org>
7157
7158 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7159 don't pass the (nil) value of `upnode' to string-match.
7160
301afadc
CY
71612012-01-14 Chong Yidong <cyd@gnu.org>
7162
7163 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7164 Fix values recognized by the cursorBlink resource.
301afadc 7165
9e5788aa
PE
71662012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7167
7168 * epg.el (epg--make-temp-file): Avoid permission race condition
7169 when running on old Emacs versions (bug#10403).
7170
3cdb7f5a
GM
71712012-01-14 Glenn Morris <rgm@gnu.org>
7172
7173 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7174
8c82b1b4
AM
71752012-01-13 Alan Mackenzie <acm@muc.de>
7176
7177 Fix filling for when filladapt mode is enabled.
7178
7179 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7180 c-mask-paragraph, pass in `fill-paragraph' rather than
7181 `fill-region-as-paragraph'. (This is a reversion of a previous
7182 change.)
eb864a71
LM
7183 * progmodes/cc-mode.el (c-basic-common-init):
7184 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7185
e517eda4
GM
71862012-01-13 Glenn Morris <rgm@gnu.org>
7187
1498536e
GM
7188 * dired.el (dired-switches-escape-p): New function.
7189 (dired-insert-directory): Use dired-switches-escape-p.
7190 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7191
e517eda4
GM
7192 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7193
328f984d
GM
71942012-01-12 Glenn Morris <rgm@gnu.org>
7195
7196 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7197 changes in adaptive-fill-regexp. (Bug#10276)
7198
2cc769a8
AM
71992012-01-11 Alan Mackenzie <acm@muc.de>
7200
7201 Fix Emacs bug #10463 - put `widen's around the critical spots.
7202
1d00653d 7203 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7204 widen around each invocation of c-state-pp-to-literal. Remove an
7205 unused let variable.
7206
e52c37fa
GM
72072012-01-11 Glenn Morris <rgm@gnu.org>
7208
7209 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7210 Doc fix.
e52c37fa 7211
96f8741e
CY
72122012-01-10 Chong Yidong <cyd@gnu.org>
7213
1d00653d
SM
7214 * net/network-stream.el (network-stream-open-starttls):
7215 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7216 response to the capability command.
7217
b09a806e
GM
72182012-01-10 Glenn Morris <rgm@gnu.org>
7219
7220 * mail/unrmail.el (unrmail): Tweak previous change.
7221
7655cb66
CY
72222012-01-09 Chong Yidong <cyd@gnu.org>
7223
7224 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7225
9d5a8f0b
AM
72262012-01-08 Alan Mackenzie <acm@muc.de>
7227
7228 Optimise font locking in long enum definitions.
7229
7230 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7231 arm to a cond form to handle enums.
7232 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7233 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7234
9a0115ab 72352012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7236
7237 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7238 (Bug#10401)
6bb72cbd 7239
f186bb95
LMI
72402012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7241
29232a68
LMI
7242 * faces.el (set-face-attribute): Clarify the meaning of the nil
7243 frame (bug#10294).
7244
4e5d086d
LMI
7245 * subr.el (with-selected-frame): Mention that the selected frame
7246 is restored (bug#9980).
7247
8e66aebe
LMI
7248 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7249 (bug#9759).
7250
cd394be1 7251 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7252 (password-read): Don't autoload unused function.
7253
adf4e762
JB
72542012-01-07 Juanma Barranquero <lekktu@gmail.com>
7255
7256 * progmodes/which-func.el (which-func-mode): Turn into a
7257 non-interactive function and mark as obsolete (bug#10428).
7258
89bd9ccd
CY
72592012-01-06 Chong Yidong <cyd@gnu.org>
7260
7261 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7262 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7263 functions, along with 1 and -1.
7264
4afee9d5
EZ
72652012-01-06 Eli Zaretskii <eliz@gnu.org>
7266
7267 * time.el (display-time-load-average)
7268 (display-time-default-load-average): Doc fixes. See the thread
7269 starting at
7270 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7271 for the details.
7272
536aea70
GM
72732012-01-06 Glenn Morris <rgm@gnu.org>
7274
665ae865
GM
7275 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7276 has no messages. (Bug#10377)
7277
c869783d
GM
7278 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7279 than Info-edit. (Bug#10385)
7280
2bb4227e
GM
7281 * time.el (display-time-load-average, display-time-next-load-average):
7282 Doc fixes.
7283
7d5944b9
GM
7284 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7285 local setting of buffer-read-only to the input buffer. (Bug#10419)
7286
536aea70
GM
7287 * calendar/calendar.el (calendar-mode):
7288 Locally set scroll-margin to 0. (Bug#10379)
7289
7dccca16
UM
72902012-01-06 Ulrich Mueller <ulm@gentoo.org>
7291
7292 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7293
afbb7930
GM
72942012-01-05 Glenn Morris <rgm@gnu.org>
7295
7296 * eshell/em-unix.el (diff-no-select): Autoload it.
7297 (eshell/diff): Use diff-no-select. (Bug#10420)
7298
04482335
CY
72992012-01-05 Chong Yidong <cyd@gnu.org>
7300
7baca3bc
CY
7301 * shell.el (shell-dynamic-complete-functions): Revert last change.
7302 (shell-command-completion-function): New function.
7303 (shell-completion-vars): Use it to implement
7304 shell-completion-execonly (Bug#10417).
7305
04482335
CY
7306 * custom.el (enable-theme): Don't set custom-safe-themes.
7307
1d00653d
SM
7308 * cus-theme.el (custom-theme-merge-theme):
7309 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7310
bb5aa5d6
MM
73112012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7312
7313 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7314 first prompt in `sql-interacive-mode'.
7315 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7316 keywords.
6df6ae42 7317 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7318 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7319 context of original buffer. Invoke `sql-login-hook'.
7320
a7183d7c
EZ
73212012-01-04 Eli Zaretskii <eliz@gnu.org>
7322
7323 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7324 letters in cite-prefix.
7325
a1eacd1e
LMI
73262012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7327
7328 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7329
787cdb34
CY
73302012-01-03 Chong Yidong <cyd@gnu.org>
7331
1d00653d
SM
7332 * shell.el (shell-dynamic-complete-functions):
7333 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7334 comint-filename-completion first (Bug#10417).
7335
30710442
RS
73362012-01-02 Richard Stallman <rms@gnu.org>
7337
7338 * battery.el (battery-status-function):
7339 Detect when to use battery-yeeloong-sysfs.
7340 (battery-echo-area-format): Add string for Yeeloong.
7341 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7342 (battery-yeeloong-sysfs): New function.
7343
f75bfc33
CY
73442012-01-02 Chong Yidong <cyd@gnu.org>
7345
7346 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7347 (dirtrack): Merge code for handling relative filenames in prompt
7348 from shell-dir-cookie-watcher.
7349 (dirtrack-debug-message): New arg to avoid excess format calls.
7350
7351 * shell.el (shell-dir-cookie-re): Variable deleted.
7352 (shell-dir-cookie-watcher): Function deleted.
7353 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7354 with dirtrack-mode.
7355
651e947e
EZ
73562012-01-01 Eli Zaretskii <eliz@gnu.org>
7357
1d00653d
SM
7358 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7359 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7360 libgnutls-26.dll.
7361
94d4c7dc
AS
73622011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7363
7364 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7365
8d43f3cd
EZ
73662011-12-31 Eli Zaretskii <eliz@gnu.org>
7367
7368 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7369 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7370
98c8795a
MA
73712011-12-29 Michael Albinus <michael.albinus@gmx.de>
7372
7373 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7374 also for alternative shells.
7375 (tramp-open-connection-setup-interactive-shell): Check, whether
7376 the shell is a busybox.
7377 (tramp-send-command): Don't suppress multiple prompts for
7378 busyboxes, it hurts.
7379
51281b32
CY
73802011-12-28 Chong Yidong <cyd@gnu.org>
7381
7382 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7383 (gdb-get-source-file): Move mode line update to
7384 gdb-get-source-file (Bug#10087).
7385
2170cb53
CY
73862011-12-25 Chong Yidong <cyd@gnu.org>
7387
7388 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7389 gud-gdb-marker-filter without taking it as an argument.
7390 (gud-gdb-run-command-fetch-lines): Caller changed.
7391 (gud-gdb-completion-function): New variable.
7392 (gud-gdb-completion-at-point): Use it.
7393 (gud-gdb-completions-1): Split from gud-gdb-completions.
7394
7395 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7396 function as separate arguments.
7397 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7398 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7399 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7400 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7401 (gdb-stopped, def-gdb-auto-update-trigger)
7402 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7403 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7404 Callers changed.
2170cb53
CY
7405 (gud-gdbmi-completions): New function.
7406 (gdb): Use it for generating the completion table.
7407
be8b11bb
AM
74082011-12-24 Alan Mackenzie <acm@muc.de>
7409
7410 Introduce a mechanism to widen the region used in context font
1d00653d 7411 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7412
1d00653d
SM
7413 * progmodes/cc-langs.el (c-before-font-lock-functions):
7414 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7415 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7416 functions to be run just before context (etc.) font locking.
7417
7418 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7419 New, functionality extracted from
be8b11bb 7420 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7421 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7422 (c-after-change): Set c-in-after-change-fontification.
7423 (c-set-fl-decl-start): Rejig its interface, so it can be called
7424 from both after-change and context fontifying.
b81d40f0
JB
7425 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7426 New functions.
7427 (c-standard-font-lock-fontify-region-function): New variable.
7428 (c-font-lock-fontify-region): New function.
be8b11bb 7429
341cf6ac
JL
74302011-12-24 Juri Linkov <juri@jurta.org>
7431
7432 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7433 (Bug#10348)
7434
bffcee0a
MA
74352011-12-23 Michael Albinus <michael.albinus@gmx.de>
7436
7437 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7438 existence of source file. (Bug#10325)
7439
cb5e207c
AM
74402011-12-23 Alan Mackenzie <acm@muc.de>
7441
7442 Fix unstable fontification inside templates.
7443
b81d40f0
JB
7444 * progmodes/cc-langs.el (c-before-font-lock-functions):
7445 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7446 additionally has c-set-fl-decl-start. The other languages (apart
7447 from AWK) have that as a single entry.
7448
b81d40f0
JB
7449 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7450 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7451 c-set-fl-decl-start.
7452
b81d40f0
JB
7453 * progmodes/cc-mode.el (c-common-init, c-after-change):
7454 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7455 (c-set-fl-decl-start): New function, extracted from
7456 c-font-lock-enclosing-decls and enhanced.
7457
60ff536c
JB
74582011-12-23 Juanma Barranquero <lekktu@gmail.com>
7459
7460 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7461
1c4757d6
JL
74622011-12-22 Juri Linkov <juri@jurta.org>
7463
7464 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7465
d031f2c7
CY
74662011-12-22 Chong Yidong <cyd@gnu.org>
7467
7468 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7469
bace743a
DA
74702011-12-21 Drew Adams <drew.adams@oracle.com>
7471
7472 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7473
728a1f2b
JC
74742011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7475
7476 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7477
0d373f73
TZ
74782011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7479
fec0aaa4
TZ
7480 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7481 highlighting and support. Fix up comments for capitalization.
7482 (cfengine-mode-debug): New var.
7483 (cfengine3-mode): Change the modeline indicator to "CFE3".
7484 (cfengine3-font-lock-keywords): Improve defun highlighting.
7485 (cfengine2-actions): Rename from `cfengine-actions'.
7486 (cfengine2-font-lock-keywords): Rename from
7487 `cfengine-font-lock-keywords'.
7488 (cfengine2-imenu-expression): Rename from
7489 `cfengine-imenu-expression'.
7490 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7491 (cfengine2-beginning-of-defun): Rename from
7492 `cfengine-beginning-of-defun'.
7493 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7494 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7495 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7496 modeline indicator to "CFE2".
7497 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7498 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7499
bc86f573
CY
75002011-12-21 Chong Yidong <cyd@gnu.org>
7501
7502 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7503 filename argument.
7504
d45ba96b
MR
75052011-12-20 Martin Rudalics <rudalics@gmx.at>
7506
7507 * window.el (window-normalize-buffer-to-display): Remove.
7508 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7509
a6198c90
CY
75102011-12-19 Chong Yidong <cyd@gnu.org>
7511
7512 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7513 Don't signal an error in a predicate function; return non-nil.
7514 (vc-dir-mark-file): Move the error here.
7515 (vc-dir-mark-unmark): If acting on the region, keep going if one
7516 of the entries cannot be marked/unmarked.
7517 (vc-dir-mark-all-files): If current entry is a directory, mark
7518 only child files, as documented.
7519
34c5fb55
VB
75202011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7521
7522 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7523 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7524 addition.
7525
c803b2b7
JD
75262011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7527
7528 * term/ns-win.el (ns-get-selection-internal)
7529 (ns-store-selection-internal): Declare.
1154d12e
JB
7530 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7531 Declare as obsolete.
7532 (ns-get-pasteboard, ns-paste-secondary):
7533 Use ns-get-selection-internal.
7534 (ns-set-pasteboard, ns-copy-including-secondary):
7535 Use ns-store-selection-internal.
c803b2b7 7536
9cff91f8 75372011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7538
7539 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7540 (vc-deduce-fileset): Doc fix.
99a289d9 7541
f16c898a
AS
75422011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7543
7544 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7545
763237c4
SS
75462011-12-13 Sam Steingold <sds@gnu.org>
7547
7548 * man.el (Man-getpage-in-background): When running under a
7549 window-system, ignore $MANWIDTH and $COLUMNS.
7550
5fc1c122
KH
75512011-12-15 Kenichi Handa <handa@m17n.org>
7552
7553 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7554 (setup-ethiopic-environment-internal): Comment out key-binding for
7555 ethio-toggle-punctuation.
7556
13d49cbb
AM
75572011-12-13 Alan Mackenzie <acm@muc.de>
7558
898169a2
AM
7559 Add the switch statement to AWK Mode.
7560
7a71b18d 7561 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7562 "default" to the keywords regexp.
7563
7a71b18d 7564 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7565 expression as the rest.
1d00653d
SM
7566 (c-nonlabel-token-key): Allow string literals for AWK.
7567 Refactor for the other modes.
898169a2 7568
13d49cbb 7569 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7570 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7571 routines. Limit backward searching in c-font-lock-enclosing.decl.
7572
7573 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7574 pp-state and literal type in addition to the limits.
1d00653d 7575 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7576 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7577 (c-slow-in-literal, c-fast-in-literal): Remove.
7578 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7579
7580 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7581 being in a literal. Add a limit for backward searching.
7582
7583 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7584 c-slow-in-literal.
7585
15e0efc7
SM
75862011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7589
454592a6
MR
75902011-12-13 Martin Rudalics <rudalics@gmx.at>
7591
7592 * window.el (delete-other-windows): Use correct frame in call to
7593 window-with-parameter.
7594
87393f26
DP
75952011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7596
7597 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7598 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7599 (makefile-gmake-statements, makefile-makepp-statements):
7600 Use it and add new makepp keywords.
7601 (makefile-makepp-font-lock-keywords): Add new patterns.
7602 (makefile-match-function-end): Match new [...] and [[...]].
7603
11636b22
JB
76042011-12-11 Juanma Barranquero <lekktu@gmail.com>
7605
7606 * ses.el (ses-call-printer-return, ses-cell-property-get)
7607 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7608 (ses-create-cell-variable, ses-reset-header-string)
7609 (ses-cell-set-formula, ses-repair-cell-reference-all)
7610 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7611 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7612 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7613 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7614 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7615 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7616 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7617 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7618 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7619 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7620 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7621 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7622
cf018193
VB
76232011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7624
7625 * ses.el: The overall change is to add cell renaming, that is
7626 setting fancy names for cell symbols other than name matching
7627 "\\`[A-Z]+[0-9]+\\'" regexp .
7628 (ses-create-cell-variable): New defun.
7629 (ses-relocate-formula): Relocate formulas only for cells the
7630 symbols of which are not renamed, i.e. symbols whose names do not
7631 match regexp "\\`[A-Z]+[0-9]+\\'".
7632 (ses-relocate-all): Relocate values only for cells the symbols of
7633 which are not renamed.
7634 (ses-load): Create cells variables as the (ses-cell ...) are read,
7635 in order to check row col consistency with cell symbol name only
7636 for cells that are not renamed.
7637 (ses-replace-name-in-formula): New defun.
7638 (ses-rename-cell): New defun.
7639
ee957461
CY
76402011-12-11 Chong Yidong <cyd@gnu.org>
7641
7642 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7643 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7644
9a9e9ef0
MR
76452011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7646
7647 * window.el (other-window): Fix docstring.
7648
92a8eba5
EZ
76492011-12-10 Eli Zaretskii <eliz@gnu.org>
7650
7651 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7652 `from' or `to' address before taking its substring.
7653 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7654 encoded name is chopped in the middle of the encoded string, and
7655 thus displayed encoded.
7656
e152e577
JB
76572011-12-10 Juanma Barranquero <lekktu@gmail.com>
7658
7659 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7660
e5d84bfe
EZ
76612011-12-10 Eli Zaretskii <eliz@gnu.org>
7662
7663 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7664 to use texinfo-update-node and commands that call it if the
7665 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7666 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7667 (texinfo-all-menus-update, texinfo-master-menu)
7668 (texinfo-update-node, texinfo-every-node-update)
7669 (texinfo-multiple-files-update): Doc fix. Warn against updating
7670 all the @node lines.
7671 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7672 argument is numeric. Explain better in the doc string what the
7673 function really does.
7674 (texinfo-insert-master-menu-list): Improve the error message
7675 displayed if there's no menu in the Top node.
7676 (Bug#2975) See also this thread:
e5d84bfe
EZ
7677 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7678
1d84e9bb
MG
76792011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7680
7681 * speedbar.el (speedbar-supported-extension-expressions):
7682 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7683
382c953b
JB
76842011-12-09 Juanma Barranquero <lekktu@gmail.com>
7685
7686 * printing.el (pr-mode-alist):
7687 * simple.el (filter-buffer-substring-functions)
7688 (completion-list-insert-choice-function):
7689 * window.el (window-with-parameter, window-atom-root)
7690 (window-sides-slots, window-size-fixed, window-min-delta)
7691 (window-max-delta, window--resize-mini-window)
7692 (window--resize-child-windows-normal, window-tree)
7693 (delete-other-windows, quit-window, split-window)
7694 (display-buffer-record-window, special-display-buffer-names)
7695 (special-display-regexps, special-display-popup-frame)
7696 (same-window-p, split-window-sensibly)
7697 (display-buffer-overriding-action, display-buffer-alist)
7698 (display-buffer-base-action, display-buffer, switch-to-buffer)
7699 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7700 (fit-window-to-buffer, recenter-positions)
7701 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7702 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7703 and remove unneeded backslashes in docstrings.
7704
39c9faef
SM
77052011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7706
98449af8
SM
7707 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7708
39c9faef
SM
7709 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7710 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7711 end in ".mk".
7712 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7713 when reading the makefile (bug#10116).
7714
86ed9fdc
SM
77152011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7718 (bug#10116).
7719
5580f89d
GM
77202011-12-06 Glenn Morris <rgm@gnu.org>
7721
7722 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7723
28d3917c
CY
77242011-12-06 Chong Yidong <cyd@gnu.org>
7725
7726 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7727
a98edce9
JB
77282011-12-06 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * textmodes/table.el (table-shorten-cell): Fix typo.
7731
e65adfac
CG
77322011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7733
7734 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7735
71cc0b74
EZ
77362011-12-05 Eli Zaretskii <eliz@gnu.org>
7737
7738 * descr-text.el (describe-char): Fix display of strong
7739 right-to-left characters and directional embeddings and overrides.
7740
7741 * simple.el (what-cursor-position): Fix display of codepoints of
7742 strong right-to-left characters.
7743
315bc30d
CY
77442011-12-05 Chong Yidong <cyd@gnu.org>
7745
7746 * faces.el (read-color): Doc fix.
7747
58a70b94
GM
77482011-12-05 Glenn Morris <rgm@gnu.org>
7749
7750 * align.el (align--set-marker): Add doc-string.
7751 Don't try to move something that is not a marker. (Bug#10216)
7752
5158face
GM
77532011-12-04 Glenn Morris <rgm@gnu.org>
7754
7755 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7756 overly zealous deletion of trailing whitespace.
7757
520fca41
JB
77582011-12-04 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * server.el (server-delete-client): On Windows, do not try to delete
7761 the only terminal.
7762 (server-process-filter): On Windows, treat requests for a tty frame as
7763 if they were for a GUI frame if the running server is in GUI mode.
7764
5e605a2e
GM
77652011-12-03 Glenn Morris <rgm@gnu.org>
7766
7767 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7768
5c3fe83f
SM
77692011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7770
6f5e57e7
SM
7771 * electric.el: Streamline electric-indent's hook.
7772 (electric-indent-chars): Revert to simple list.
7773 (electric-indent-functions): New var.
7774 (electric-indent-post-self-insert-function): Use it.
7775
5c3fe83f
SM
7776 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7777 there's no inferior buffer (bug#10196).
7778 (prolog-consult-compile): Don't use toggle-read-only.
7779
6bdac736
MA
77802011-12-02 Michael Albinus <michael.albinus@gmx.de>
7781
7782 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7783 interrupt. (Bug#10187)
7784
6131ba7f
SM
77852011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7786
99c79fee
SM
7787 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7788 (bug#9160).
7789
6131ba7f
SM
7790 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7791 (bug#10191).
7792
cb0a02ea
JL
77932011-12-02 Juri Linkov <juri@jurta.org>
7794
7795 * info.el (Info-search): Display "end of manual" when Isearch
7796 reaches the end of single-file Info manual. (Bug#9918)
7797
66e0570c
EZ
77982011-12-02 Eli Zaretskii <eliz@gnu.org>
7799
7800 * isearch.el (isearch-message-prefix): Run the input method part
7801 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7802
02b16839
JL
78032011-12-02 Juri Linkov <juri@jurta.org>
7804
7805 * isearch.el (isearch-occur): Use `word-search-regexp' for
7806 `isearch-word'.
7807 (isearch-search-and-update): Add condition for `isearch-word' and
7808 call `word-search-regexp'. (Bug#10145)
7809
0b950688
GM
78102011-12-01 Glenn Morris <rgm@gnu.org>
7811
7812 * eshell/em-hist.el (eshell-hist-initialize):
7813 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7814 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7815
9505c3c7
SM
78162011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7817
7818 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7819
1bbe96b2 78202011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7821
a1beca85
SM
7822 * progmodes/verilog-mode.el (verilog-pretty-expr):
7823 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7824 verilog, such as += *= and the like.
7825 (verilog-assignment-operator-re): Regular expression to find the
7826 assigment operator in a verilog assignment.
7827 (verilog-assignment-operation-re): Regular expression to find an
7828 assignment statement for pretty-expr.
7829 (verilog-in-attribute-p): Query returns true if point is in an
7830 attribute context; used to skip these for expression line up from
7831 pretty-expr.
7832 (verilog-in-parameter-p): Query returns true if point is in an
7833 parameter definition context; used to skip these for expression
7834 line up from pretty-expr.
7835 (verilog-in-parenthesis-p): Query returns true if point is in a
7836 parenthetical expression, specifically ( ) but not [ ] or { };
7837 used by pretty-expr.
7838 (verilog-just-one-space): If there is no space, don't add one.
7839 (verilog-get-lineup-indent-2): Specifically skip just attribute
7840 contexts for expression lineup, rather than skipping all
7841 parenthetical expressions.
7842 (verilog-calculate-indent): Fix comment, and fix indent.
7843 (verilog-do-indent): Indent declarations in lists (suggested by
7844 Joachim Lechner).
7845 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7846 skeleton items.
7847 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7848 by Alain Mellan).
7849
1bbe96b2 78502011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7851
7852 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7853 parameters with embedded comments. Reported by Ray Stevens.
7854 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7855 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7856 Reported by Tim Holt.
7857 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7858 instantiated by upper module causing wrong expansion until AUTOed a
7859 second time. Reported by K C Buckenmaier.
7860 (verilog-diff-auto): Fix showing .* as a difference when
7861 `verilog-auto-star-save' off. Reported by Dan Dever.
7862 (verilog-auto-reset, verilog-read-always-signals)
7863 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7864 temporary signals in reset list if
7865 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7866 style to each signal's assignment type, bug381.
7867 Reported by Thomas Esposito.
6288f0ca
WS
7868 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7869 (verilog-uvm-statement-re): Support UVM indentation and
7870 highlighting, with old OVM keywords only.
a1beca85 7871 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7872 Support AUTOTIEOFF creating non-wire data types.
7873 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7874 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7875 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7876 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7877 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7878 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7879 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7880 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7881 non-numeric vector width. Reported by Alex Reed.
7882 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7883 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7884 (verilog-auto-delete-trailing-whitespace):
7885 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7886 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7887 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7888 Fix verilog-scan-cache corruption when running user AUTO expansion
7889 hooks that call indentation routines.
7890 (verilog-simplify-range-expression): Fix typo ignoring lower case
7891 identifiers.
7892 (verilog-delete-auto): Fix delete-autos to also remove user created
7893 automatics, as long as they start with AUTO.
7894 (verilog-batch-diff-auto, verilog-diff-auto)
7895 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7896 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7897 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7898 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7899 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7900 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7901 is disabled and its cache will get corrupt, causing AUTOS not to
7902 expand. Instead use only -quick functions.
7903 (verilog-scan-region): Fix scanning over escaped quotes.
7904 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7905 (verilog-re-search-backward-quick)
7906 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7907 related functions now ignore strings, to fix misparsing of strings
7908 with magic comments embedded in them.
a1beca85
SM
7909 (verilog-read-auto-template):
7910 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7911 Reported by Brad Dobbie.
7912 (verilog-read-auto-template):
7913 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7914 Reported by Brad Dobbie.
6288f0ca
WS
7915 (verilog-auto-inst, verilog-auto-inst-param)
7916 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7917 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7918 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7919 debugging templates without merge conflicts, bug357.
7920 Reported by Brad Dobbie.
7921 (verilog-read-auto-template):
7922 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7923 Reported by Brad Dobbie.
7924 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7925 abbrevs so user won't be asked to save.
7926 (verilog-read-auto-lisp-present): Fix to start at beginning of
7927 buffer in case called outside of verilog-auto.
7928 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7929 to "X-2". Reported by Matthew Myers.
7930 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7931 all inputs from module templates. Reported by Leith Johnson.
7932 (verilog-module-inside-filename-p): Fix locating programs as with
7933 modules.
7934 (verilog-auto-inst-port): Fix vl-width expressions when using
7935 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7936 (verilog-decls-get-regs, verilog-decls-get-signals,
7937 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7938 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7939 verilog-read-decls): Combine reg and wire structures into one var
7940 structure to represent SystemVerilog concepts.
7941 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7942 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7943 (verilog-auto-wire-type, verilog-insert-definition):
7944 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7945 SystemVerilog "logic" keyword instead of "wire"/"reg".
7946 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7947 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7948 ifdef or generate if so there's not a driver conflict).
7949 Reported by Matthew Myers.
7950 (verilog-auto-declare-nettype, verilog-insert-definition):
7951 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7952 `default_nettype none. Reported by Julian Gorfajn.
7953 (verilog-read-always-signals-recurse, verilog-read-decls)
7954 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7955 malformed end statement, bug325. Reported by Joshua Wise and
7956 Andrew Drake.
7957 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7958 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7959 when expanding .* in interfaces, bug320.
7960 Reported by Pierre-David Pfister.
6288f0ca 7961 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7962 name and open parenthesis, bug317.
7963 Reported by Pierre-David Pfister.
6288f0ca
WS
7964 (verilog-simplify-range-expression): Fix simplification of
7965 multiplications inside AUTOWIRE connections, bug303.
7966 (verilog-auto-inst-port): Support parameter expansion in
7967 multidimensional arrays.
7968 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7969 after "assert property". Reported by Julian Gorfajn.
7970 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7971 with multiplication, bug303.
7972 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7973 Reported by Jan Frode Lonnum.
7974
1bbe96b2
GM
79752011-11-30 Juanma Barranquero <lekktu@gmail.com>
7976
7977 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7978 (hfy-shell-file-name, hfy-shell):
7979 * international/fontset.el (x-decompose-font-name): Fix typos.
7980
79812011-11-29 Ken Brown <kbrown@cornell.edu>
7982
7983 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7984 (gdb-version): Remove defvar.
7985 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7986 (gdb-gud-context-command, gdb-non-stop-handler)
7987 (gdb-current-context-command, gdb-stopped): Use it.
7988 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7989 (gdb-non-stop-handler): Don't enable pretty-printing here.
7990 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7991 non-stop mode. Use the following.
7992 (gdb-check-target-async): New defun.
7993 (gud-watch, gdb-stopped): Fix whitespace.
7994 (gdb-get-source-file): Don't try to display the source file if
7995 `gdb-main-file' is nil.
7996
79972011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * align.el: Try to generate fewer markers (bug#10047).
8000 (align--set-marker): New macro.
8001 (align-region): Use it.
8002
c935221f
SM
80032011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
8006
e70b5064
CY
80072011-11-29 Chong Yidong <cyd@gnu.org>
8008
8009 * indent.el (indent-for-tab-command, indent-according-to-mode):
8010 Doc fix.
8011 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
8012
f3af92b7
MA
80132011-11-29 Michael Albinus <michael.albinus@gmx.de>
8014
8015 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
8016 aware of remote file names. (Bug#10124)
8017
ed472be9
CY
80182011-11-29 Chong Yidong <cyd@gnu.org>
8019
8020 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
8021
24510c22
SM
80222011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * files.el (find-file): Don't use force-same-window (bug#10144).
8025 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
8026 use pop-to-buffer if the selected window can't be used.
8027 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
8028
c60c3703
EZ
80292011-11-28 Eli Zaretskii <eliz@gnu.org>
8030
8031 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
8032 special-mode-map.
8033
e95def75
CY
80342011-11-28 Chong Yidong <cyd@gnu.org>
8035
8036 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
8037
c3f1c606
NR
80382011-11-27 Nick Roberts <nickrob@snap.net.nz>
8039
8040 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
8041 gdb-get-source-file-list on gdb-create-source-file-list.
8042
00db469c
EZ
80432011-11-26 Eli Zaretskii <eliz@gnu.org>
8044
8045 * whitespace.el (whitespace-newline): Use a different foreground
8046 color for 16-color light-background displays.
8047
4ad3bc2a
CY
80482011-11-24 Chong Yidong <cyd@gnu.org>
8049
8050 * window.el (display-buffer--special-action): Doc fix.
8051
e9fce1ac
JB
80522011-11-25 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
8055 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
8056 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
8057 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
8058 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
8059 (avl-tree-stack-first):
8060 * emacs-lisp/cconv.el (cconv--analyse-use):
8061 * net/gnutls.el (gnutls-negotiate): Fix typos.
8062
cb825e5d
GM
80632011-11-24 Glenn Morris <rgm@gnu.org>
8064
3adbe224
GM
8065 * lpr.el (lpr-windows-system, lpr-lp-system):
8066 * mail/binhex.el (binhex-begin-line):
8067 * progmodes/grep.el (grep-history, grep-find-history):
8068 * textmodes/flyspell.el:
8069 * vc/pcvs-defs.el (cvs-global-menu):
8070 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
8071 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
8072 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
8073
321decc8
GM
8074 * net/tls.el: Fix case of "GnuTLS".
8075
420b63ad
GM
8076 * paths.el (rmail-file-name): Format doc-string for make-docfile.
8077
cb825e5d
GM
8078 * version.el (emacs-build-system): Give it a doc-string.
8079
a0649f08
JL
80802011-11-24 Juri Linkov <juri@jurta.org>
8081
8082 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
8083
c0bc0fd4
GM
80842011-11-24 Glenn Morris <rgm@gnu.org>
8085
8086 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
8087 if called on a non-mime message just toggle the headers. (Bug#8006)
8088
20db1522
JB
80892011-11-24 Juanma Barranquero <lekktu@gmail.com>
8090
8091 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8092 (allout-lead-with-comment-string, allout-structure-deleted-hook)
8093 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8094 (allout-rebullet-heading, allout-open-sibtopic)
8095 (allout-toggle-current-subtree-encryption)
8096 (allout-toggle-subtree-encryption, allout-encrypt-string)
8097 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8098 (allout-distinctive-bullets-string, allout-auto-activation):
8099 * window.el (window-normalize-buffer-to-display):
8100 * progmodes/verilog-mode.el (verilog-batch-indent):
8101 * textmodes/bibtex.el (bibtex-field-braces-opt)
8102 (bibtex-field-strings-opt):
8103 * vc/cvs-status.el (cvs-tree-merge):
8104 Fix typos.
8105
7262a87c
MA
81062011-11-23 Michael Albinus <michael.albinus@gmx.de>
8107
8108 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8109 `non-essential' to t, in order to avoid remote connections.
8110
283430a1
EZ
81112011-11-23 Eli Zaretskii <eliz@gnu.org>
8112
a1beca85
SM
8113 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8114 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8115 case-insensitively.
8116
d2992a38
ML
81172011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8118
8119 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8120
50419064
GM
81212011-11-23 Glenn Morris <rgm@gnu.org>
8122
da94eca1
GM
8123 * paths.el (rmail-file-name): Reformat the doc-string so that it
8124 is picked up.
8125
9aac4de2
GM
8126 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8127 (rmail-auto-file): Ignore case in the "special" field names,
8128 as mail-fetch-field does for all others.
8129
8038d2d2
GM
8130 * mail/rmail.el (rmail-forward):
8131 * mail/rmailkwd.el (rmail-set-label):
8132 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8133 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8134
f3fe222a
GM
8135 * mail/rmail.el (rmail-current-message): Doc fix.
8136
50419064
GM
8137 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8138
28109f49
SM
81392011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8142
394c65f1
GM
81432011-11-22 Glenn Morris <rgm@gnu.org>
8144
8145 * mail/rmailmm.el (test-rmail-mime-handler)
8146 (test-rmail-mime-bulk-handler)
8147 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8148
f2a0aa3a
JL
81492011-11-21 Juri Linkov <juri@jurta.org>
8150
1154d12e
JB
8151 * calc/calc.el (calc-read-key-sequence):
8152 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8153
9c34a344
LMI
81542011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8155
8156 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8157 Tell the caller that the next line needs recomputation, even
8158 though it doesn't start a sexp (bug#10094).
8159
f04a3be9
SM
81602011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8163
7978747f
SM
81642011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8165
f04a3be9
SM
8166 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8167 Use force-same-window.
7978747f 8168
fe7a3057
JB
81692011-11-20 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * descr-text.el (describe-char-unicode-data):
8172 * json.el (json-string-escape):
8173 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8174 (Footnote-unicode, Footnote-style-p):
8175 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8176
24901d61
CY
81772011-11-20 Chong Yidong <cyd@gnu.org>
8178
8179 * window.el (replace-buffer-in-windows): Restore interactive spec.
8180
bac7ff22
SM
81812011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8182
24f3d7b9
SM
8183 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8184
bac7ff22
SM
8185 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8186 (byte-compile-global-not-obsolete-vars): New var.
8187 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8188 Use it.
8189 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8190
cd1181db
JB
81912011-11-20 Juanma Barranquero <lekktu@gmail.com>
8192
8193 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8194 * progmodes/pascal.el (electric-pascal-equal):
8195 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8196 * xml.el (xml-substitute-special): Fix typos.
8197
7fb18e9e
GM
81982011-11-20 Glenn Morris <rgm@gnu.org>
8199
8200 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8201 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8202 Doc fixes.
8203 (rmail-decode-mime-charset): Mark as obsolete.
8204
8205 * mail/rmailsum.el (rmail-message-regexp-p-1):
8206 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8207 Before using mime functions, check they are set. (Bug#10077)
8208
d5a6b3ba
JL
82092011-11-19 Juri Linkov <juri@jurta.org>
8210
8211 * info.el (Info-finder-find-node): Use `package--builtins' instead
8212 of `package-alist'. Use node names formed by the pattern "Keyword "
8213 and the keyword name.
8214
e981b61f
AS
82152011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8216
1d00653d 8217 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8218
3ffbc301
JL
82192011-11-19 Juri Linkov <juri@jurta.org>
8220
8221 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8222 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8223 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8224 `old-history', `old-history-forward'. Add let-binding
8225 `window-selected'. Remove calls to `kill-buffer',
8226 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8227 before calling `Info-find-node', so `Info-find-node-2' will reread
8228 the Info file. Restore window positions only when `window-selected'
8229 is non-nil.
8230
30c62133
JL
82312011-11-19 Juri Linkov <juri@jurta.org>
8232
8233 * isearch.el (isearch-lazy-highlight-new-loop):
8234 Remove condition `(not isearch-error)'. (Bug#9918)
8235
8236 * misearch.el (multi-isearch-search-fun): Add condition
8237 `(not bound)' to ignore lazy-highlighting search.
8238 Add the search-failed message "end of multi" when the end of
8239 multi-sequence is reached. Uncapitalize the search-failed
8240 message "Repeat for next buffer".
8241
8242 * info.el (Info-search): Add the search-failed message
8243 "end of the manual" when the end of the manual is reached
8244 in Isearch mode.
8245
645ca9cf
JL
82462011-11-19 Juri Linkov <juri@jurta.org>
8247
8248 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8249 Use non-destructive `remove' instead of `delete' because
8250 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8251 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8252
df754f66
JL
82532011-11-19 Juri Linkov <juri@jurta.org>
8254
8255 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8256 to nil instead of binding `search-ring' and `regexp-search-ring'.
8257 (Bug#9185)
8258
0e23d96a
EZ
82592011-11-19 Eli Zaretskii <eliz@gnu.org>
8260
8261 * simple.el (line-move): Force movement by logical lines for any
8262 hscrolled window, not only when auto-hscroll-mode is on.
8263 (line-move-visual): Update doc string to that effect. (Bug#10076)
8264
8a6ccb66
AS
82652011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8266
8267 * language/european.el (macintosh): Define as alias for mac-roman.
8268
49ae5b39
EZ
82692011-11-19 Eli Zaretskii <eliz@gnu.org>
8270
8271 * mail/rmailmm.el (rmail-mime-display-header)
8272 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8273 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8274 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8275 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8276 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8277 of a raw aref.
8278 (rmail-mime-entity-segment): To get past the tagline, move forward
8279 2 more lines, to account for the 2 empty lines that precede and
8280 follow the line with the buttons.
8281 (rmail-mime-update-tagline): Move one more line, to get past the
8282 empty line that follows the buttons in the tagline. (Bug#9520)
8283
c56cad4a
MR
82842011-11-19 Martin Rudalics <rudalics@gmx.at>
8285
8286 * window.el (window-max-delta-1, window-min-delta-1)
8287 (window-min-size-1, window-state-get-1, window-state-put-1)
8288 (window-state-put-2): Use "window--" prefix.
8289
cbe71af3
SM
82902011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8291
2ad52c60
SM
8292 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8293 (smie-warning-count): New var.
8294 (smie-set-prec2tab): Use it.
8295 (smie-bnf->prec2): Improve warnings. Add docstring.
8296 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8297 (smie-bnf--set-class): New function.
8298 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8299 corner case.
8300
6944dbc1
SM
8301 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8302 (compilation-error-properties, compilation-move-to-column):
8303 Handle compilation-first-column while in the target buffer.
8304
c400c4d7
SM
8305 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8306 Don't hardcode point-min==1.
8307
6dbe3e96
SM
8308 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8309 (eshell-rewrite-for-command): Remove workaround.
8310 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8311 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8312 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8313
cbe71af3
SM
8314 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8315
a8e1496d
GM
83162011-11-17 Glenn Morris <rgm@gnu.org>
8317
8318 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8319 Ignore buffer-local generated-autoload-file if it is the same
8320 as the global value. (Bug#10049)
8321
df85d315
JB
83222011-11-17 Juanma Barranquero <lekktu@gmail.com>
8323
8324 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8325 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8326 (reftex-toc-previous-heading, reftex-toc-max-level)
8327 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8328 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8329 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8330 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8331 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8332 (reftex-toc-rename-label, reftex-toc-visit-location)
8333 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8334 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8335 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8336 leaving "*toc*" only for references to the buffer.
8337
a0c2d0ae
MR
83382011-11-17 Martin Rudalics <rudalics@gmx.at>
8339
8340 * window.el (window-resize, delete-window, split-window):
8341 Replace window-splits by window-combination-resize.
1d00653d 8342 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8343
35c0bac8
GM
83442011-11-17 Glenn Morris <rgm@gnu.org>
8345
8346 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8347 Make bash entry derive from sh entry, not shell entry.
8348
d0c8fc8a
MA
83492011-11-16 Michael Albinus <michael.albinus@gmx.de>
8350
7262a87c
MA
8351 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8352 local file name.
8353
7877f373
JB
83542011-11-16 Juanma Barranquero <lekktu@gmail.com>
8355
8356 * menu-bar.el (menu-bar-file-menu):
8357 * printing.el (pr-ps-utility):
8358 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8359 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8360 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8361 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8362 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8363 (icalendar--convert-cyclic-to-ical)
8364 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8365 (icalendar--convert-ical-to-diary)
8366 (icalendar--convert-recurring-to-diary)
8367 (icalendar--convert-non-recurring-all-day-to-diary)
8368 (icalendar-import-format-sample):
8369 * progmodes/idlw-shell.el (idlwave-shell-mode):
8370 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8371 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8372 (vhdl-ps-print-init): Fix typos.
8373
10649b82
KM
83742011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8375
9d0cfcd6
GM
8376 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8377 FSF and collapse date sequence, obscure author/maintainer email address
8378 better, remove extra version line, track relocation of author's webpage.
10649b82 8379
9d0cfcd6
GM
8380 * progmodes/python.el (python-pdbtrack-input-prompt)
8381 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8382 regular python pdb prompts. Adjustments shamelessly taken exactly as
8383 suggested in EmacsWiki page (tiny change):
8384 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8385
58179cce
JB
83862011-11-16 Juanma Barranquero <lekktu@gmail.com>
8387
8388 * expand.el (expand-pos, expand-index, expand-point):
8389 Remove redundant info from docstring.
8390 (expand-add-abbrevs): Doc fix.
8391 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8392 (expand-sample-perl-mode-expand-list): Fix typos.
8393
8394 * net/dbus.el (dbus-event-member-name):
8395 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8396 * term/pc-win.el (msdos-create-frame-with-faces):
8397 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8398
b6f67890
MR
83992011-11-16 Martin Rudalics <rudalics@gmx.at>
8400
8401 * window.el (split-window, window-state-get-1)
8402 (window-state-put-1, window-state-put-2): Rename occurrences of
8403 window-nest to window-combination-limit.
1d00653d 8404 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8405
ce7ddba0
CY
84062011-11-16 Chong Yidong <cyd@gnu.org>
8407
8408 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8409 regexp (Bug#10033).
8410
3ae704f4
SM
84112011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8414 `completing-read' will remove *Completions* and will preserve
8415 current-buffer for us.
8416 (tmm-add-prompt): Users of *Completions* will always (re)set its
8417 major mode.
8418 (tmm-old-comp-map): Remove.
8419
6ad1cdde
GM
84202011-11-16 Glenn Morris <rgm@gnu.org>
8421
8422 * mail/rmailedit.el: Require rmailmm when compiling.
8423 (rmail-old-mime-state): New declaration.
8424 (rmail-edit-current-message): If editing a mime message,
8425 edit the "raw" message from the mbox buffer.
8426 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8427
d20faa20
GM
84282011-11-15 Glenn Morris <rgm@gnu.org>
8429
8430 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8431 which wasn't being used. Add optional arg to force given state.
8432 (rmail-mime): Add optional arg to force given state.
8433
c7015153
JB
84342011-11-15 Juanma Barranquero <lekktu@gmail.com>
8435
8436 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8437 * frame.el (display-mm-dimensions-alist):
8438 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8439 (outline-move-subtree-down):
8440 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8441 (newsticker--treeview-do-get-node):
8442 * net/quickurl.el (quickurl-list-buffer-name):
8443 * progmodes/dcl-mode.el (dcl-mode):
8444 * progmodes/gdb-mi.el (gdb-mapcar*):
8445 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8446
45261b50
GM
84472011-11-15 Glenn Morris <rgm@gnu.org>
8448
8449 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8450 in a boolean sense, so just make it a boolean, and fix the doc.
8451 (rmail-show-mime-function, rmail-mime-feature)
8452 (rmail-require-mime-maybe): Doc fixes.
8453 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8454
8455 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8456
0d26e0b6
JB
84572011-11-15 Juanma Barranquero <lekktu@gmail.com>
8458
8459 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8460 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8461 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8462 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8463
447f30f6
GM
84642011-11-15 Glenn Morris <rgm@gnu.org>
8465
672b871d
GM
8466 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8467 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8468 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8469 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8470 (rmail-mime, rmail-show-mime): Doc fixes.
8471
f6aa5bb1
GM
8472 * term/ns-win.el (mode-line-frame-identification):
8473 Leave it alone. (Bug#10051)
8474
947cd66b
GM
8475 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8476
447f30f6
GM
8477 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8478 Handle empty buffers. (Bug#9978)
8479
0b381c7e
JB
84802011-11-14 Juanma Barranquero <lekktu@gmail.com>
8481
8482 * international/mule.el (define-charset):
8483 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8484 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8485 * progmodes/verilog-mode.el (verilog-backward-token):
8486 * textmodes/ispell.el (lookup-words):
8487 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8488
71e027ac
GM
84892011-11-14 Glenn Morris <rgm@gnu.org>
8490
56632ce4
GM
8491 * progmodes/executable.el
8492 (executable-make-buffer-file-executable-if-script-p):
8493 Handle file-modes returning nil.
8494
40500957
GM
8495 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8496 message - not necessary, and causes problems. (Bug#9831)
8497
071c2340
GM
8498 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8499
d3cfca60
GM
8500 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8501
71e027ac
GM
8502 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8503 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8504 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8505
89d61221
MR
85062011-11-12 Martin Rudalics <rudalics@gmx.at>
8507
8508 * window.el (window-resize, delete-window): Use window-splits
8509 variable instead of function.
8510 (window-state-get-1, window-state-put-2, window-state-put):
8511 Don't deal with windows' splits status.
8512
98282f6f
GM
85132011-11-12 Glenn Morris <rgm@gnu.org>
8514
8515 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8516 (apropos-documentation): Doc fixes.
8517
40a8bdf6
JB
85182011-11-11 Juanma Barranquero <lekktu@gmail.com>
8519
8520 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8521 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8522
65bd19ff
SM
85232011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * electric.el (electric-indent-post-self-insert-function): Make it
8526 possible for a char to only indent in some circumstances.
8527 (electric-indent-mode): Simplify.
8528
54f9154c
MR
85292011-11-11 Martin Rudalics <rudalics@gmx.at>
8530
8531 * window.el (windows-with-parameter): Remove unused function.
8532 (windows-at-side): Rename to window-at-side-list.
8533 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8534 (window-side-check, window-size-ignore, window-size-fixed-1)
8535 (window-in-direction-2): Prefix with "window--".
8536 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8537
68cbc58b
GM
85382011-11-11 Glenn Morris <rgm@gnu.org>
8539
8540 * subr.el (eval-after-load): If FILE is already loaded,
8541 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8542
b2621720
GM
85432011-11-10 Glenn Morris <rgm@gnu.org>
8544
9a4de110
GM
8545 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8546 Call svn via vc-svn-command rather than vc-do-command.
8547 (vc-svn-command): Add --non-interactive. (Bug#9993)
8548 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8549
b2621720
GM
8550 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8551 Add toggle-read-only. (Bug#7292)
8552 * files.el (toggle-read-only): Mention that it should only
8553 be used interactively. (Bug#10006)
8554
1dce7193
SM
85552011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8556
d9ac1a1e
SM
8557 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8558 Adjust regexp for OCaml warnings.
8559
0c325082
SM
8560 * electric.el (electric-pair-post-self-insert-function): Let user
8561 turn it off buffer-locally (bug#9932).
8562
90132c14
SM
8563 * progmodes/python.el (python-beginning-of-statement):
8564 Rewrite (bug#2703).
8565
1dce7193
SM
8566 * progmodes/compile.el: Better handle TABs (bug#9749).
8567 (compilation-internal-error-properties)
8568 (compilation-next-error-function): Obey the target buffer's
8569 compilation-error-screen-columns.
8570
c4e7c63a
JB
85712011-11-09 Juanma Barranquero <lekktu@gmail.com>
8572
8573 * progmodes/meta-mode.el: Remove obsolete comments.
8574 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8575 Fix typos in docstrings.
8576
2cffd681
MR
85772011-11-09 Martin Rudalics <rudalics@gmx.at>
8578
8579 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8580 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8581 (window--resizable): New function. Make all callers of
8582 window-resizable call window--resizable instead.
8583 (window-resizable): Rewrite in terms of window--resizable.
8584
0edcba87
GM
85852011-11-08 Glenn Morris <rgm@gnu.org>
8586
8587 * progmodes/delphi.el (delphi-mode-syntax-table):
8588 Let define-derived-mode define a proper syntax table. (Bug#9994)
8589
4b0d61e3
SM
85902011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * window.el: Stay away from defsubst.
8593 (window-list-no-nils): Remove.
8594 (window-state-get-1, window-state-get): Use backquote instead.
8595
cd394be1 85962011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8597
4b0d61e3 8598 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8599 Fix incorrect use of default argument in `completing-read'.
8600
e1c2c6f2
MR
86012011-11-08 Martin Rudalics <rudalics@gmx.at>
8602
8603 * window.el (display-buffer-function, special-display-function):
8604 Mention display-buffer-record-window but do not mention
8605 help-setup parameter in doc-strings.
b3f4a882 8606 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8607
105216ed
CY
86082011-11-08 Chong Yidong <cyd@gnu.org>
8609
8610 * window.el (window-total-height, window-total-width): Doc fix.
8611 (window-body-size): Move from C.
8612 (window-body-height, window-body-width): Move to C.
8613
0a9f9ab5
SM
86142011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * window.el: Make special-display like display-buffer-alist (bug#9532).
8617 (display-buffer--special-action): New function, morphed
8618 from display-buffer--special.
8619 (display-buffer): Use it to handle special-display-buffers at higher
8620 priority (just after display-buffer-alist).
8621 (display-buffer-fallback-action, display-buffer--other-frame-action)
8622 (pop-to-buffer-same-window): Remove display-buffer--special.
8623
a769dd15
GM
86242011-11-07 Glenn Morris <rgm@gnu.org>
8625
8626 * calendar/cal-menu.el (cal-menu-set-date-title):
8627 Do nothing if not in a calendar. (Bug#9976)
8628
05a61ee3
SM
86292011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * files.el (find-file): Always use selected-window.
8632
be7f5545
MR
86332011-11-07 Martin Rudalics <rudalics@gmx.at>
8634
8635 * window.el (window-combinations): Make WINDOW argument
8636 mandatory. Rewrite doc-string.
8637 (walk-window-subtree, window-atom-check, window-min-delta)
8638 (window-max-delta, window--resize-this-window)
8639 (window--resize-root-window-vertically, window-tree)
8640 (balance-windows, window-state-put): Rewrite doc-strings as to
8641 not mention the term "subwindow".
8642 (window--resize-subwindows-skip-p): Rename to
8643 window--resize-child-windows-skip-p.
8644 (window--resize-subwindows-normal): Rename to
8645 window--resize-child-windows-normal.
8646 (window--resize-subwindows): Rename to
8647 window--resize-child-windows.
8648 (window-or-subwindow-p): Rename to window--in-subtree-p.
8649
3c6702ef
ML
86502011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8651
8652 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8653 Ensure that mbox format messages end in two newlines (Bug#9974).
8654
49745b39
CY
86552011-11-06 Chong Yidong <cyd@gnu.org>
8656
8657 * window.el (window-combination-p): Function deleted; its
8658 side-effect is not used in any existing code.
8659 (window-combinations, window-combined-p): Call window-*-child
8660 directly.
8661
24300f5f
CY
86622011-11-05 Chong Yidong <cyd@gnu.org>
8663
8664 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8665 (window-size-ignore, window-state-get): Callers changed.
8666 (window-normalize-window): Rename from window-normalize-any-window.
8667 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8668 (window-normalize-live-window): Delete.
447f16b8
CY
8669 (window-combination-p, window-combined-p, window-combinations)
8670 (walk-window-subtree, window-atom-root, window-min-size)
8671 (window-sizable, window-sizable-p, window-size-fixed-p)
8672 (window-min-delta, window-max-delta, window-resizable)
8673 (window-resizable-p, window-full-height-p, window-full-width-p)
8674 (window-current-scroll-bars, window-point-1, set-window-point-1)
8675 (window-at-side-p, window-in-direction, window-resize)
8676 (adjust-window-trailing-edge, maximize-window, minimize-window)
8677 (window-deletable-p, delete-window, delete-other-windows)
8678 (record-window-buffer, unrecord-window-buffer)
8679 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8680 (quit-window, split-window, window-state-put)
8681 (set-window-text-height, fit-window-to-buffer)
8682 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8683
89bd5ee1
EZ
86842011-11-04 Eli Zaretskii <eliz@gnu.org>
8685
53479029
EZ
8686 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8687 rfc2047-decode-string.
8688 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8689 warnings.
8690
89bd5ee1
EZ
8691 * window.el (window-body-height, window-body-width): Mention in
8692 the doc string that the return values are in frame's canonical
8693 units. (Bug#9949)
8694
bd17fdee
AM
86952011-11-03 Alan Mackenzie <acm@muc.de>
8696
8697 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8698 change in cc-engine.el.
8699
acc825c5
SM
87002011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8703
1885e5b8
MR
87042011-11-02 Martin Rudalics <rudalics@gmx.at>
8705
8706 * window.el (quit-window): Call unrecord-window-buffer after
8707 showing another buffer in the window. (Bug#9937)
acc825c5 8708 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8709
ebe06da9
JB
87102011-11-02 Juanma Barranquero <lekktu@gmail.com>
8711
8712 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8713 Accept status with more than 9 shelves. (Bug#9935)
8714 Reported by Colin D Bennett <colin@gibibit.com>.
8715
4ee88440
MR
87162011-11-01 Martin Rudalics <rudalics@gmx.at>
8717
8718 * help.el (with-help-window): Don't reference
8719 temp-buffer-show-specifiers in doc-string.
8720
08e1d82c
AS
87212011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8722
8723 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8724 menu-item.
8725
84bd6e9e
VJL
87262011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8727
8728 * whitespace.el: New version 13.2.2.
8729 (whitespace-newline-mode): Disable properly. Reported by Sarah
8730 <EmacsWiki>.
8731
dba0634a
UJ
87322011-10-30 Ulf Jasper <ulf.jasper@web.de>
8733
8734 * net/newst-treeview.el: Remove "Time-stamp".
8735 (newsticker--group-manage-orphan-feeds): Do not call
8736 newsticker--treeview-tree-update.
db22a3c2
JB
8737 (newsticker-treeview-update, newsticker-treeview):
8738 Call newsticker--treeview-tree-update if necessary.
dba0634a 8739
3d8daefe
MR
87402011-10-30 Martin Rudalics <rudalics@gmx.at>
8741
8742 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8743 (window-iso-combinations): Remove "iso-" infix.
8744 Suggested by Chong Yidong.
3d8daefe
MR
8745 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8746 (window-max-delta-1, window-resize, window--resize-siblings)
8747 (window--resize-this-window, adjust-window-trailing-edge)
8748 (split-window, balance-windows-1)
8749 (shrink-window-if-larger-than-buffer):
8750 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8751 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8752
1bc4c3ae
SM
87532011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8756 in place (bug#9907).
8757 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8758 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8759 (eshell-structure-basic-command, eshell-rewrite-while-command)
8760 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8761 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8762 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8763 (eshell-do-pipelines-synchronously, eshell-eval-command):
8764 Use backquotes and prefer setq to set.
8765 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8766 (eshell-macrop): Use functionp.
c1e2f5fa 8767 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8768
30b65d9c
CY
87692011-10-30 Chong Yidong <cyd@gnu.org>
8770
8771 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8772 instead of set-mark (Bug#9810).
8773
2d197ffb
CY
87742011-10-30 Chong Yidong <cyd@gnu.org>
8775
8776 * window.el (split-window-below, split-window-right): Rename from
8777 split-window-above-each-other and split-window-side-by-side
8778 respectively. All callers changed.
8779 (split-window-sensibly, split-window-sensibly): Use them.
8780 (split-window-keep-point): Doc fix.
8781
8782 * isearch.el: Add isearch-scroll property to split-window-below
8783 and split-window-right.
8784
8785 * follow.el (follow-mode):
8786 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8787 * progmodes/ada-xref.el (ada-gdb-application):
8788 * emulation/vip.el (vip-buffer-in-two-windows):
8789 * image-dired.el (image-dired-dired-with-window-configuration):
8790 * dired-x.el (dired-do-find-marked-files):
8791 * dired.el (dired-pop-to-buffer):
8792 * bs.el (bs--show-with-configuration):
8793 * vc/emerge.el (emerge-setup-windows):
8794 * textmodes/two-column.el (2C-two-columns):
8795 * textmodes/reftex-toc.el (reftex-toc):
8796 * progmodes/gdb-mi.el (gdb-setup-windows):
8797 * progmodes/fortran.el (fortran-window-create):
8798 * net/newst-treeview.el (newsticker--treeview-window-init):
8799 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8800 * emulation/tpu-edt.el (tpu-gold-map):
8801 * emulation/crisp.el (crisp-mode-map):
8802 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8803
38bb2ca8
CY
88042011-10-29 Chong Yidong <cyd@gnu.org>
8805
aa4de341
CY
8806 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8807
e1eb5385
CY
8808 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8809
5d2ece3c
CY
8810 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8811 forged Ispell output (Bug#7904).
8812
38bb2ca8
CY
8813 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8814
d0af9f77
SM
88152011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8816
8817 * doc-view.el: Avoid ugly errors about not finding nil.
8818 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8819 (doc-view-dvipdf-program, doc-view-unoconv-program)
8820 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8821 Avoid nil or absolute file name as default value.
8822 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8823
52bedd34
AM
88242011-10-28 Alan Mackenzie <acm@muc.de>
8825
db22a3c2 8826 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8827
7e43cfa5
AM
88282011-10-28 Alan Mackenzie <acm@muc.de>
8829
8830 Amend the handling of c-beginning/end-of-defun in nested declaration
8831 scopes.
8832
52bedd34
AM
8833 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8834 cc-langs.el. Change it to a defcustom.
7e43cfa5 8835
52bedd34
AM
8836 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8837 cc-vars.el.
7e43cfa5 8838
d0af9f77
SM
8839 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8840 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8841
52bedd34 8842 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8843 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8844 (c-widen-to-enclosing-decl-scope): New function.
8845 (c-while-widening-to-decl-block): New macro.
8846 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8847 outward for defun boundaries, and correspondingly change symbol
8848 `respect-enclosure' to `go-outward'.
8849 (c-declaration-limits): Change algorithm to report only the "innermost"
8850 defun's boundaries.
8851
1a2ce9ee
DD
88522011-10-28 Deniz Dogan <deniz@dogan.se>
8853
8854 * net/rcirc.el (rcirc-mode): Use hard newlines.
8855
bc97a826
AM
88562011-10-28 Alan Mackenzie <acm@muc.de>
8857
8858 Amend to indent and fontify macros "which include their own semicolon"
8859 correctly, using the "virtual semicolon" mechanism.
8860
52bedd34 8861 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8862
d0af9f77 8863 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8864 Recode to scan one line at a time rather than having \n and \r
58179cce 8865 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8866 (c-forward-label): Amend for virtual semicolons.
58179cce 8867 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8868
52bedd34
AM
8869 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8870 of the new C macros.
bc97a826 8871
52bedd34 8872 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8873 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8874 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8875 (c-opt-cpp-macro-define): Make into a full language variable.
8876 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8877 AWK Mode (including \n, \r) removed, no longer needed.
8878
d0af9f77
SM
8879 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8880 Invoke c-make-macro-with-semi-re.
bc97a826 8881
52bedd34
AM
8882 * progmodes/cc-vars.el (c-macro-with-semi-re):
8883 (c-macro-names-with-semicolon): New variables.
58179cce 8884 (c-make-macro-with-semi-re): New function.
bc97a826 8885
7a6c0941
SM
88862011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * vc/log-edit.el: Fill empty field rather than adding new one.
8889 (log-edit-add-field): New function.
8890 (log-edit-insert-changelog): Use it.
8891
b0c4cdcf
ML
88922011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8893
8894 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8895
ee1f1da9
SM
88962011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8899 (gdb--check-interpreter): New function.
8900 (gdb): Use it.
8901
51bc5f8b
GM
89022011-10-27 Glenn Morris <rgm@gnu.org>
8903
416a2c45
GM
8904 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8905 (least-positive-float, least-negative-float)
8906 (least-positive-normalized-float, least-negative-normalized-float)
8907 (float-epsilon, float-negative-epsilon):
8908 Remove unnecessary declarations.
8909
8910 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8911 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8912 (least-positive-float, least-negative-float)
8913 (least-positive-normalized-float, least-negative-normalized-float)
8914 (float-epsilon, float-negative-epsilon): Add doc-strings,
8915 based on those in cl.texi.
8916
51bc5f8b
GM
8917 * files.el (set-visited-file-name): If the major-mode changed,
8918 reload the local variables. (Bug#9796)
8919
15de15c6
CY
89202011-10-27 Chong Yidong <cyd@gnu.org>
8921
8922 * subr.el (change-major-mode-after-body-hook): New hook.
8923 (run-mode-hooks): Run it.
8924
ee1f1da9
SM
8925 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8926 Use change-major-mode-before-body-hook.
15de15c6
CY
8927
8928 * simple.el (fundamental-mode):
8929 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8930 change introducing fundamental-mode-hook.
8931
5430d399
JB
89322011-10-26 Juanma Barranquero <lekktu@gmail.com>
8933
acc825c5 8934 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8935
ad74a69e
MA
89362011-10-26 Michael Albinus <michael.albinus@gmx.de>
8937
8938 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8939 tramp.el explicitly. (Bug#7583)
ad74a69e 8940
71d4c2a5
SM
89412011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * progmodes/octave-mod.el:
8944 * progmodes/octave-inf.el: Update maintainer.
8945
b1f6fa26
CY
89462011-10-26 Chong Yidong <cyd@gnu.org>
8947
8948 * subr.el (with-wrapper-hook): Rewrite doc.
8949
3f04efd6
MA
89502011-10-25 Michael Albinus <michael.albinus@gmx.de>
8951
8952 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8953 filenames "/method:foo:". (Bug#9793)
3f04efd6 8954
410488d3
SM
89552011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8958 (bug#9865).
8959
c1ebb47e
GM
89602011-10-24 Glenn Morris <rgm@gnu.org>
8961
8962 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8963
7f5c46c7
MA
89642011-10-24 Michael Albinus <michael.albinus@gmx.de>
8965
8966 * notifications.el: Add the requirement of a running D-Bus session
8967 bus to the Commentary.
8968
db2440b6
JL
89692011-10-24 Juri Linkov <juri@jurta.org>
8970
8971 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8972 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8973 (Bug#9364)
8974
feecf435
JL
89752011-10-24 Juri Linkov <juri@jurta.org>
8976
8977 * info.el (Info-following-node-name-re): Add newline to the list
8978 of allowed characters for leading space. (Bug#9824)
8979
a3839de2
SM
89802011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8981
acc825c5
SM
8982 * progmodes/octave-inf.el (inferior-octave-mode-map):
8983 Fix C-c C-h binding.
a3839de2
SM
8984 * progmodes/octave-mod.el (octave-help): Remove.
8985
09388e76
MA
89862011-10-23 Michael Albinus <michael.albinus@gmx.de>
8987
8988 Sync with Tramp 2.2.3.
8989
8990 * net/tramp-cache.el (top): Pacify byte-compiler using
8991 `init-file-user' and `site-run-file'.
8992
8993 * net/trampver.el: Update release number.
8994
86c60681
CY
89952011-10-23 Chong Yidong <cyd@gnu.org>
8996
8997 * files.el (toggle-read-only): Remove obsolete comment about
8998 version control.
8999
9000 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
9001 for toggle-read-only. Note that this hasn't called vc-next-action
9002 since 2008-05-02, though it wasn't documented at the time.
9003
a3839de2
SM
9004 * vc/ediff-init.el (ediff-toggle-read-only-function):
9005 Use toggle-read-only.
86c60681 9006
cd5495ff
AM
90072011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
9008
9009 Fix bug #9560, sporadic wrong indentation; improve instrumentation
9010 of c-parse-state.
9011
00b77525 9012 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 9013 correct faulty logical expression.
cd5495ff
AM
9014 (c-parse-state-state, c-record-parse-state-state):
9015 (c-replay-parse-state-state): New defvar/defuns.
9016 (c-debug-parse-state): Use new functions.
9017
42ee24ed
MR
90182011-10-22 Martin Rudalics <rudalics@gmx.at>
9019
9020 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 9021 last fix. Use window-in-direction correctly.
42ee24ed 9022
a7dee7e7
CY
90232011-10-21 Chong Yidong <cyd@gnu.org>
9024
9025 * progmodes/idlwave.el (idlwave-mode):
9026 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
9027 require-final-newline; that's done in prog-mode.
9028 Suggested by Stefan Monnier.
a7dee7e7 9029
e07b9a6d
MR
90302011-10-21 Martin Rudalics <rudalics@gmx.at>
9031
9032 * mouse.el (mouse-drag-window-above)
9033 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
9034 (mouse-drag-mode-line-1, mouse-drag-header-line)
9035 (mouse-drag-vertical-line-rightward-window): Remove.
9036 (mouse-drag-line): New function.
9037 (mouse-drag-mode-line, mouse-drag-header-line)
9038 (mouse-drag-vertical-line): Call mouse-drag-line.
9039 * window.el (window-at-side-p, windows-at-side): New functions.
9040
7e1361d9
UM
90412011-10-21 Ulrich Mueller <ulm@gentoo.org>
9042
9043 * tar-mode.el (tar-grind-file-mode):
9044 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
9045
30fcaf3a
CY
90462011-10-21 Chong Yidong <cyd@gnu.org>
9047
9048 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
9049 * progmodes/vera-mode.el (vera-mode):
9050 Use mode-require-final-newline.
30fcaf3a 9051
516eddb0
GM
90522011-10-20 Glenn Morris <rgm@gnu.org>
9053
db22a3c2 9054 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 9055
10d5f513
CS
90562011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
9057
9058 * emulation/cua-base.el (cua-set-mark): Fix case of string.
9059
ac6c8639
CY
90602011-10-20 Chong Yidong <cyd@gnu.org>
9061
9062 * emulation/cua-base.el (cua-mode):
9063 * mail/footnote.el (footnote-mode):
9064 * mail/mailabbrev.el (mail-abbrevs-mode):
9065 * net/xesam.el (xesam-minor-mode):
9066 * progmodes/bug-reference.el (bug-reference-mode):
9067 * progmodes/cap-words.el (capitalized-words-mode):
9068 * progmodes/compile.el (compilation-minor-mode)
9069 (compilation-shell-minor-mode):
9070 * progmodes/gud.el (gud-tooltip-mode):
9071 * progmodes/hideif.el (hide-ifdef-mode):
9072 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9073 * progmodes/subword.el (subword-mode):
9074 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9075 * progmodes/which-func.el (which-function-mode):
9076 * term/tvi970.el (tvi970-set-keypad-mode):
9077 * term/vt100.el (vt100-wide-mode):
9078 * textmodes/flyspell.el (flyspell-mode):
9079 * textmodes/ispell.el (ispell-minor-mode):
9080 * textmodes/nroff-mode.el (nroff-electric-mode):
9081 * textmodes/paragraphs.el (use-hard-newlines):
9082 * textmodes/refill.el (refill-mode):
9083 * textmodes/reftex.el (reftex-mode):
9084 * textmodes/rst.el (rst-minor-mode):
9085 * textmodes/sgml-mode.el (html-autoview-mode)
9086 (sgml-electric-tag-pair-mode):
9087 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
9088 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
9089 * emulation/crisp.el (crisp-mode):
9090 * emacs-lisp/eldoc.el (eldoc-mode):
9091 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9092 minor mode behavior.
9093
aa42ab43
JL
90942011-10-19 Juri Linkov <juri@jurta.org>
9095
9096 * descr-text.el (describe-char): Add #x2010 and #x2011 to
9097 the list of hard-coded chars with escape-glyph face.
9098
89400f1d
SM
90992011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9102
305c07f6
MA
91032011-10-19 Michael Albinus <michael.albinus@gmx.de>
9104
9105 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9106 running process.
9107
13754b54
GM
91082011-10-19 Glenn Morris <rgm@gnu.org>
9109
9110 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9111 Ignore ignored files. (Bug#9726)
9112
06e21633
CY
91132011-10-19 Chong Yidong <cyd@gnu.org>
9114
9115 Doc fix for minor modes, stating that an omitted argument enables
9116 the mode unconditionally when called from Lisp.
9117
9118 * abbrev.el (abbrev-mode):
9119 * allout.el (allout-mode):
9120 * autoinsert.el (auto-insert-mode):
9121 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9122 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9123 (global-auto-revert-mode):
9124 * battery.el (display-battery-mode):
9125 * composite.el (global-auto-composition-mode)
9126 (auto-composition-mode):
9127 * delsel.el (delete-selection-mode):
9128 * desktop.el (desktop-save-mode):
9129 * dired-x.el (dired-omit-mode):
9130 * dirtrack.el (dirtrack-mode):
9131 * doc-view.el (doc-view-minor-mode):
9132 * double.el (double-mode):
9133 * electric.el (electric-indent-mode, electric-pair-mode):
9134 * emacs-lock.el (emacs-lock-mode):
9135 * epa-hook.el (auto-encryption-mode):
9136 * follow.el (follow-mode):
9137 * font-core.el (font-lock-mode):
9138 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9139 * help.el (temp-buffer-resize-mode):
9140 * hilit-chg.el (highlight-changes-mode)
9141 (highlight-changes-visible-mode):
9142 * hi-lock.el (hi-lock-mode):
9143 * hl-line.el (hl-line-mode, global-hl-line-mode):
9144 * icomplete.el (icomplete-mode):
9145 * ido.el (ido-everywhere):
9146 * image-file.el (auto-image-file-mode):
9147 * image-mode.el (image-minor-mode):
9148 * iswitchb.el (iswitchb-mode):
9149 * jka-cmpr-hook.el (auto-compression-mode):
9150 * linum.el (linum-mode):
9151 * longlines.el (longlines-mode):
9152 * master.el (master-mode):
9153 * mb-depth.el (minibuffer-depth-indicate-mode):
9154 * menu-bar.el (menu-bar-mode):
9155 * minibuf-eldef.el (minibuffer-electric-default-mode):
9156 * mouse-sel.el (mouse-sel-mode):
9157 * msb.el (msb-mode):
9158 * mwheel.el (mouse-wheel-mode):
9159 * outline.el (outline-minor-mode):
9160 * paren.el (show-paren-mode):
9161 * recentf.el (recentf-mode):
9162 * reveal.el (reveal-mode, global-reveal-mode):
9163 * rfn-eshadow.el (file-name-shadow-mode):
9164 * ruler-mode.el (ruler-mode):
9165 * savehist.el (savehist-mode):
9166 * scroll-all.el (scroll-all-mode):
9167 * scroll-bar.el (scroll-bar-mode):
9168 * server.el (server-mode):
9169 * shell.el (shell-dirtrack-mode):
9170 * simple.el (auto-fill-mode, transient-mark-mode)
9171 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9172 (line-number-mode, column-number-mode, size-indication-mode)
9173 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9174 * strokes.el (strokes-mode):
9175 * time.el (display-time-mode):
9176 * t-mouse.el (gpm-mouse-mode):
9177 * tool-bar.el (tool-bar-mode):
9178 * tooltip.el (tooltip-mode):
9179 * type-break.el (type-break-mode-line-message-mode)
9180 (type-break-query-mode):
9181 * view.el (view-mode):
9182 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9183 (global-whitespace-mode, global-whitespace-newline-mode):
9184 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9185
a3839de2
SM
9186 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9187 Fix autogenerated docstring.
06e21633 9188
5214e501
JL
91892011-10-19 Juri Linkov <juri@jurta.org>
9190
9191 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9192 by checking environment variables "DESKTOP_SESSION" and
9193 "XDG_CURRENT_DESKTOP". (Bug#9779)
9194
195f8db9
JL
91952011-10-19 Juri Linkov <juri@jurta.org>
9196
9197 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9198 (browse-url-chromium-program, browse-url-chromium-arguments):
9199 New defcustoms.
9200 (browse-url-default-browser): Check for `browse-url-chromium' and
9201 call `browse-url-chromium-program'.
9202 (browse-url-chromium): New command. (Bug#9779)
9203
343a34ff
JB
92042011-10-18 Juanma Barranquero <lekktu@gmail.com>
9205
9206 * facemenu.el (list-colors-duplicates): On Windows, detect more
9207 duplicates by assuming that only colors matching "^System" are
9208 special "system colors". (Bug#9722)
9209
6978a151
SM
92102011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9211
9212 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9213 to distinguish the author from the committer.
9214
6a80b297
MA
92152011-10-18 Michael Albinus <michael.albinus@gmx.de>
9216
9217 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9218
b31a5677
JK
92192011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9220
9221 * international/mule.el (sgml-html-meta-auto-coding-function):
9222 Add support for detecting encoding in HTML5 specified only as
9223 <meta charset="UTF-8">. Implementation just makes http-equiv and
9224 content-type parts from HTML4 encoding string optional. (Bug#9716)
9225
80c6d77f
GM
92262011-10-18 Glenn Morris <rgm@gnu.org>
9227
9228 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9229
08b0fee8
CY
92302011-10-18 Chong Yidong <cyd@gnu.org>
9231
9232 * faces.el (cursor): Doc fix.
9233
67e729a5
CY
92342011-10-17 Chong Yidong <cyd@gnu.org>
9235
9236 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9237
343a34ff 92382011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9239
9240 * dirtrack.el (dirtrack): Support shell buffers with path
9241 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9242
0bc06380
TZ
92432011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9244
9245 * json.el: Bump version to 1.3 and note change in History.
9246 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9247
8b79f3e0
SM
92482011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9249
5a7c536b
SM
9250 * comint.el (comint-insert-input, comint-send-input)
9251 (comint-get-old-input-default, comint-backward-matching-input)
9252 (comint-next-prompt): Use nil instead of `input' for field property of
9253 past user input (bug#114).
9254
96a8a0df
SM
9255 * minibuffer.el (completion--replace): Inherit surrounding properties
9256 (bug#114).
9257 (minibuffer-complete-and-exit): Use it.
9258
8b79f3e0
SM
9259 * comint.el (comint--table-subvert): Quote the all-completions output
9260 (bug#9160).
9261
b8f7ff0d
MR
92622011-10-17 Martin Rudalics <rudalics@gmx.at>
9263
8b79f3e0 9264 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9265
b8f7ff0d 9266 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9267 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9268 entries and separate them from frame entries.
9269
c235b555
GM
92702011-10-15 Glenn Morris <rgm@gnu.org>
9271
9272 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9273 Doc fixes.
9274
6bbfa6e1
CY
92752011-10-15 Chong Yidong <cyd@stupidchicken.com>
9276
8b79f3e0
SM
9277 * net/network-stream.el (network-stream-open-starttls):
9278 Improve detection of failure due to lack of TLS support.
ec5c990d 9279
6bbfa6e1
CY
9280 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9281 putting the input text in front and in bold.
9282
98488977
SM
92832011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9284
3d1337be
SM
9285 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9286
ee0b45e4
SM
9287 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9288 empty buffer.
9289
98488977
SM
9290 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9291 unread-command-events rather than pushing yet-another event.
9292
186f4720
EZ
92932011-10-14 Eli Zaretskii <eliz@gnu.org>
9294
9295 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9296 the explanation of the possible choices. Make the options passed
9297 to completing-read shorter.
9298
8b7a997c
AM
92992011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9300
9301 * textmodes/flyspell.el (flyspell-large-region): Make sure
9302 extended character mode is used if defined (Bug#1339).
9303
12587bbb
EZ
93042011-10-13 Eli Zaretskii <eliz@gnu.org>
9305
9306 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9307 character info for LRE, LRO, RLE, and RLO characters by appending
9308 an invisible PDF.
12587bbb 9309
bad41229
SM
93102011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9311
9312 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9313 even in case of error; add debug spec; simplify data flow.
9314 (with-timeout-handler): Remove.
9315
28dbc92f
MA
93162011-10-12 Michael Albinus <michael.albinus@gmx.de>
9317
9318 Fix Bug#6019, Bug#9315.
9319
9320 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9321 complete `buffer-file-name', the local file name part could look
9322 remotely (for example on VMS).
9323
9324 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9325 `tramp-run-real-handler'.
9326 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9327 already quoted by '"'.
9328
9329 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9330 Let `file-name-handler-alist' be nil, the local file name part
9331 could look remotely (for example on VMS).
9332
e1b0b23a
SM
93332011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9336 from here...
9337 (flyspell-post-command-hook): ...to here.
9338
a120bde9
SM
93392011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9342 if not needed.
9343 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9344 using completion. Protect against "slow" callers.
9345 Remove the "message hack".
9346
7ce7717b
JL
93472011-10-11 Juri Linkov <juri@jurta.org>
9348
9349 * isearch.el (isearch-lazy-highlight-word): New variable.
9350 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9351 Use it. (Bug#9727)
9352
c02ee9d6
GM
93532011-10-11 Glenn Morris <rgm@gnu.org>
9354
9355 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9356 like f90-previous-statement does.
9357
93e616fd 93582011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9359
1f190e73 9360 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9361 only in interactive use, to avoid error.
9362
af7b6078
SM
93632011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * minibuffer.el (completion-file-name-table): Fix last change,
9366 i.e. ignore normal errors but not the other ones.
9367
0563dae9
MR
93682011-10-10 Martin Rudalics <rudalics@gmx.at>
9369
9370 * window.el (special-display-buffer-names)
9371 (special-display-regexps): Remove some remnants of earlier
9372 changes from doc-strings.
366ca7f3
MR
9373 (quit-windows-on): New function.
9374
9375 * vc/vc.el (vc-revert, vc-rollback):
9376 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9377 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9378 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9379
49677495
MR
93802011-10-09 Martin Rudalics <rudalics@gmx.at>
9381
9382 * window.el (frame-auto-hide-function): Add version tag.
9383 (Bug#9699)
9384
56f2d1e1
MA
93852011-10-09 Michael Albinus <michael.albinus@gmx.de>
9386
9387 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9388 condition.
9389
112a6592
LL
93902011-10-09 Leo Liu <sdl.web@gmail.com>
9391
9392 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9393 (Bug#9701)
9394
0812589b
GM
93952011-10-08 Glenn Morris <rgm@gnu.org>
9396
9397 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9398 before the first code statement zero indent. (Bug#9690)
9399
b2b0776e
CY
94002011-10-08 Chong Yidong <cyd@stupidchicken.com>
9401
9402 * simple.el (count-words-region): Always count in the region.
9403 Report the number of lines and characters too.
9404 (count-words): New command, which counts in the buffer if the
9405 region is inactive, as count-words-region used to.
9406 (count-words--message): New function. Handle plurals.
9407 (count-lines-region): Make it an alias for count-words-region.
9408
9409 * bindings.el (esc-map): Replace count-lines-region with
9410 count-words-region.
9411
c557cd6b
MR
94122011-10-08 Martin Rudalics <rudalics@gmx.at>
9413
9414 * window.el (window--delete): Delete dedicated frame
9415 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9416 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9417
61a57ef4 94182011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9419
3a7d293b 9420 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9421
c3833279
CY
94222011-10-07 Chong Yidong <cyd@stupidchicken.com>
9423
9424 * bindings.el ([M-left],[M-right]): Bind to left-word and
9425 right-word respectively.
9426
21ce8245
GM
94272011-10-07 Glenn Morris <rgm@gnu.org>
9428
9429 * cus-start.el (debug-on-quit): Fix custom type.
9430
6d823bb2
LMI
94312011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9432
0181e193
LMI
9433 * subr.el (define-key-after): Clarify that the function is not
9434 useful for non-menu keymaps.
9435
6d823bb2
LMI
9436 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9437
8e3459ce 94382011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9439
21ce8245 9440 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9441 in current minibuffer (Fix bug with recursive minibuffers).
9442
a1c2d21e
CY
94432011-10-06 Chong Yidong <cyd@stupidchicken.com>
9444
9445 * progmodes/gdb-mi.el (gdb): Doc fix.
9446
5a4cf282
MR
94472011-10-05 Martin Rudalics <rudalics@gmx.at>
9448
9449 * window.el (frame-auto-hide-function): New option replacing
9450 frame-auto-delete. Suggested by Stefan Monnier.
9451 (window--delete): Call frame-auto-hide-function instead of
9452 investigating frame-auto-delete.
c96111ea
MR
9453 (window-point-1, set-window-point-1): New functions.
9454 (window-in-direction, record-window-buffer, window-state-get-1)
9455 (display-buffer-record-window): Use window-point-1 instead of
9456 window-point.
9457 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9458
9854542e
SM
94592011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9462
8943cfb0
GM
94632011-10-05 Glenn Morris <rgm@gnu.org>
9464
9465 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9466 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9467
647ab967
LL
94682011-10-05 Leo Liu <sdl.web@gmail.com>
9469
9470 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9471 works with buffer object.
9472
3ddfbced
SM
94732011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * mpc.el (mpc-tool-bar-map): Add labels.
9476
bdfa5dd2
GM
94772011-10-04 Glenn Morris <rgm@gnu.org>
9478
9479 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9480
0e2070b5
MR
94812011-10-04 Martin Rudalics <rudalics@gmx.at>
9482
9483 * window.el (window--delete): New function.
9484 (frame-auto-delete): Resuscitate option.
9485 (bury-buffer, replace-buffer-in-windows)
9486 (quit-window): Rewrite using window--delete.
9487 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9488 Pass display-buffer-mark-dedicated to window--display-buffer-2
9489 (Bug#9639).
9490
3dc61a09
SM
94912011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9492
915a9b64
SM
9493 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9494 returns a list (bug#9554). Add remote file name completion.
9495 * comint.el (comint--table-subvert): Curry and get quote&unquote
9496 functions as arguments.
9497 (comint--complete-file-name-data): Adjust call accordingly.
9498 * pcomplete.el (pcomplete--table-subvert): Remove.
9499 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9500
3dc61a09
SM
9501 * minibuffer.el (completion-table-case-fold): Use currying.
9502 (completion--styles-type, completion--cycling-threshold-type):
9503 New constants.
9504 (completion-styles, completion-category-overrides)
9505 (completion-cycle-threshold): Use them.
9506 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9507 completion-table-case-fold.
9508
8ea0a993
SB
95092011-10-03 Stephen Berman <stephen.berman@gmx.net>
9510
9511 * minibuffer.el (completion-category-overrides): Fix type of styles
9512 and add more user friendly tags (bug#9660).
9513
8c24b7f6
SM
95142011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9517 (mule-input-method-string): New widget.
9518 (default-input-method, language-info-custom-alist): Use it.
9519
428fe61a
SM
95202011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9521
32c1fffd
SM
9522 * pcomplete.el: Require comint.
9523 (pcomplete--common-suffix): Remove.
9524 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9525 (pcomplete--table-subvert): Sync with comint--table-subvert.
9526 (pcomplete--entries): Use comint-completion-file-name-table.
9527 * comint.el (comint-unquote-filename): Simplify.
9528 (comint-completion-file-name-table): New function (bug#9616).
9529 (comint--complete-file-name-data): Use it.
9530
428fe61a
SM
9531 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9532 (pcmpl-gnu-tar-buffer): Remove.
9533 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9534 around. Make sure pcomplete-suffix-list is only changed temporarily.
9535 Don't look inside the tar's file if it's too large.
428fe61a 9536
04c52e2f
CY
95372011-10-01 Chong Yidong <cyd@stupidchicken.com>
9538
ce3cefcc
CY
9539 * cus-edit.el (custom-mode-map):
9540 * epa.el (epa-key-list-mode-map):
9541 * man.el (Man-mode-map):
9542 * startup.el (splash-screen-keymap):
9543 * simple.el (special-mode-map): Use scroll-up-command and
9544 scroll-down-command.
9545
9546 * progmodes/idlw-help.el (idlwave-help-mode-map):
9547 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9548 * net/newst-plainview.el (newsticker-mode-map):
9549 * emulation/ws-mode.el (wordstar-mode-map):
9550 * emulation/vi.el (vi-com-map):
9551 * calc/calc-graph.el (calc-graph-show-dumb):
9552 * term/sun.el (terminal-init-sun):
9553 * term/ns-win.el (global-map):
9554 * progmodes/grep.el (grep-mode-map):
9555 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9556 * mail/rmail.el (rmail-mode-map):
9557 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9558
04c52e2f
CY
9559 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9560 custom-safe-themes as special.
9561
79adf8c8
JD
95622011-10-01 Julien Danjou <julien@danjou.info>
9563
9564 * notifications.el (notifications-notify): Fix docstring.
9565
63bd50d3
PS
95662011-10-01 Per Starbäck <per@starback.se>
9567
9568 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9569
199e4c7e
MR
95702011-09-30 Martin Rudalics <rudalics@gmx.at>
9571
9572 * startup.el (command-line-1): Fix last fix by inserting
9573 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9574 (Bug#9605) and (Bug#9636)
199e4c7e 9575
fe5f08dd
EZ
95762011-09-29 Eli Zaretskii <eliz@gnu.org>
9577
9578 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9579 window is hscrolled, move by logical lines. (Bug#9607)
9580 (line-move-visual): Update the doc string to the above effect.
9581
b5516bbd
MR
95822011-09-29 Martin Rudalics <rudalics@gmx.at>
9583
ccee00c0
MR
9584 * window.el (display-buffer-record-window): When WINDOW is the
9585 selected window use `point' instead of `window-point'. (Bug#9626)
9586
b5516bbd
MR
9587 * startup.el (command-line-1): Use insert-before-markers when
9588 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9589
b5516bbd
MR
9590 * help.el (help-window): Remove variable.
9591
52aa0014
GM
95922011-09-29 Glenn Morris <rgm@gnu.org>
9593
9594 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9595
df9a7357
JB
95962011-09-29 Juanma Barranquero <lekktu@gmail.com>
9597
9598 * descr-text.el (describe-char-categories): Accept category
9599 descriptions more than one line long.
9600
a8406c20
SM
96012011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9602
88d9610c
SM
9603 * simple.el (delete-trailing-whitespace): Fix last change.
9604
a5daf810
SM
9605 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9606 Don't confuse "y => 3" as the beginning of a `y' operation.
9607
a8406c20
SM
9608 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9609 object has more than 4 slots (bug#9613).
9610
a239d4e9
JB
96112011-09-28 Juanma Barranquero <lekktu@gmail.com>
9612
9613 * subr.el (with-output-to-temp-buffer):
9614 * net/quickurl.el (quickurl, quickurl-browse-url):
9615 Fix typos in docstrings.
9616
693fbdb6
EZ
96172011-09-27 Eli Zaretskii <eliz@gnu.org>
9618
9619 * minibuffer.el (completion-styles)
9620 (completion-category-overrides): Cross reference each other in doc
9621 strings.
9622
8b457e28
GM
96232011-09-27 Glenn Morris <rgm@gnu.org>
9624
9625 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9626 to split-string. (Bug#9606)
9627
85a16208
LMI
96282011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9629
9630 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9631 (bug#9615).
9632
502f9ebd
CY
96332011-09-27 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * emacs-lisp/package.el (list-packages): Fix echo area message.
9636
7690bdea
LL
96372011-09-27 Leo Liu <sdl.web@gmail.com>
9638
9639 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9640
e2ee6f30
MA
96412011-09-25 Michael Albinus <michael.albinus@gmx.de>
9642
9643 * net/dbus.el (dbus-unregister-object): Don't release services for
9644 registered signals. (Bug#9581)
9645
f3f98342
TZ
96462011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9647
9648 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9649 function that picks between cfengine 2 and 3 support
9650 automatically. Update docs accordingly.
9651
dd7aa8dd
KH
96522011-09-22 Kenichi Handa <handa@m17n.org>
9653
9654 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9655 ZERO.
9656 (indian-itrans-v5-table-for-tamil): New variable.
9657 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9658
3f2b07f8
KM
96592011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9660
9661 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9662 that's true if the current command involved collapsing of text.
9663 It's reset to false at the beginning of the next command.
9664 (allout-post-command-business): Move the cursor to the beginning
9665 of entry if the cursor is hidden and collapsing activity just
9666 happened.
9667
371d6a61
CY
96682011-09-24 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9671 tracking (Bug#9541).
9672
2ac2721a
UJ
96732011-09-24 Ulf Jasper <ulf.jasper@web.de>
9674
9675 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9676 (newsticker-show-news): Automatically load html rendering package
9677 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9678 because w3m-fill-column is let-bound" and the error "Symbol's value
9679 as variable is void: w3m-fill-column".
2ac2721a 9680
fac7ae53
MA
96812011-09-24 Michael Albinus <michael.albinus@gmx.de>
9682
9683 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9684 Release services only if they are defined. (Bug#9581)
9685
e08b633b
RS
96862011-09-23 Richard Stallman <rms@gnu.org>
9687
e488d29c
RS
9688 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9689 distinguish start of paragraph from start of its text.
9690
19c38752
RS
9691 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9692
e08b633b
RS
9693 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9694 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9695 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9696
0a39f27e
AS
96972011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9698
9699 * international/mule-diag.el (mule-diag): Insert a newline after
9700 each fontset description.
9701
db4e950d
SM
97022011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * simple.el (delete-trailing-whitespace):
9705 Document last change; simplify.
9706
eca3f3ea
PW
97072011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9708
d68e189a
PW
9709 * simple.el (delete-trailing-whitespace): Also delete
9710 extra newlines at the end of the buffer.
9711
eca3f3ea
PW
9712 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9713 (picture-newline): Use forward-line so as to ignore fields.
9714
01c157cc
SM
97152011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * subr.el (with-wrapper-hook): Fix edebug spec.
9718
022de23e
LMI
97192011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9720
9721 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9722 (bug#4538).
9723
91683089
MA
97242011-09-23 Michael Albinus <michael.albinus@gmx.de>
9725
eca3f3ea
PW
9726 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9727 Fix nasty bug using wrong cached values.
91683089 9728
5bdd6fa4
AM
97292011-09-23 Alan Mackenzie <acm@muc.de>
9730
9731 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9732
97adfb97
CY
97332011-09-23 Chong Yidong <cyd@stupidchicken.com>
9734
9735 * window.el (pop-to-buffer): Ensure right window is selected if we
9736 chose another frame.
9737
d4ef2b50
EZ
97382011-09-22 Eli Zaretskii <eliz@gnu.org>
9739
9740 * simple.el (what-cursor-position): Use get-char-property-change
9741 and next-single-char-property-change, to be able to show display
9742 properties that come from overlays as well as text properties.
9743
72258fe5
CY
97442011-09-22 Chong Yidong <cyd@stupidchicken.com>
9745
9746 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9747
9748 * cmuscheme.el (run-scheme, switch-to-scheme):
9749 * cus-edit.el (customize-group, custom-buffer-create)
9750 (customize-browse):
9751 * info.el (info):
9752 * shell.el (shell):
9753 * mail/sendmail.el (mail):
9754 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9755
8f098516
RS
97562011-09-22 Richard Stallman <rms@gnu.org>
9757
9758 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9759 move back only to line beg, don't move back over blank lines.
9760
e74f1bb6
MA
97612011-09-22 Michael Albinus <michael.albinus@gmx.de>
9762
9763 * files.el (copy-directory): Set directory attributes only in case
9764 they could be retrieved from the source directory. (Bug#9565)
9765
bfeef8b6
DK
97662011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9767
9768 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9769 (hs-find-block-beginning, hs-hide-level-recursive):
9770 Ignore strings as well as comments. (Bug#9502)
9771
7e423bb8
AS
97722011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9773
9774 * progmodes/sql.el (sql-comint-postgres):
9775 Convert port number to a string. (Bug#9566)
9776
b4d72fcf
MR
97772011-09-22 Martin Rudalics <rudalics@gmx.at>
9778
9779 * window.el (quit-window): Undedicate window when switching to
9780 previous buffer. Reported by Thierry Volpiatto
9781 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9782 (special-display-popup-frame): When popping up a new frame reset
9783 its previous buffers to nil. Simplify code.
b4d72fcf 9784
a7b88dc6
MA
97852011-09-21 Michael Albinus <michael.albinus@gmx.de>
9786
9787 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9788 and process filter, as done also in `shell-command'.
9789
cf4eacfd
MR
97902011-09-21 Martin Rudalics <rudalics@gmx.at>
9791
eca3f3ea 9792 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9793 Call set-window-start with NOFORCE argument t.
9794 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9795 (quit-window): Reword doc-string. Handle new format of
9796 quit-restore parameter. Don't delete window if it has a
9797 previous buffer we can show instead of the present one.
9798 (display-buffer-record-window): Rewrite using a new format for
9799 the quit-restore window parameter
9800 (special-display-popup-frame, display-buffer-same-window)
9801 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9802 (display-buffer-pop-up-window, display-buffer-use-some-window):
9803 Adapt symbol passed to display-buffer-record-window.
9804 * help.el (help-window-setup): Handle new format of quit-restore
9805 parameter.
9806
8d28cb95
SM
98072011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9808
94ab793f
SM
9809 * faces.el (face-list): Fix docstring (bug#9564).
9810
8d28cb95
SM
9811 * window.el (display-buffer--action-function-custom-type):
9812 Don't include internal functions in the Custom interface.
9813
3820edeb
JL
98142011-09-20 Juri Linkov <juri@jurta.org>
9815
9816 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9817 (Info-forward-node, Info-backward-node, Info-next-preorder)
9818 (Info-last-preorder): Use it. (Bug#9528)
9819
5147931d
JL
98202011-09-20 Juri Linkov <juri@jurta.org>
9821
9822 * info.el (Info-last-preorder): Visit last menu item only when
9823 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9824
cf499a1a
JD
98252011-09-20 Julien Danjou <julien@danjou.info>
9826
9827 * password-cache.el (password-cache-remove): Remove entries even if the
9828 value is nil, so that password with a nil value (negative caching) is
9829 possible to invalidate.
9830
f84e2fe2
LM
98312011-09-20 Lawrence Mitchell <wence@gmx.li>
9832
9833 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9834 all whitespace around breakpoint. (Bug#9553)
9835 (f90-find-breakpoint): Only break at whitespace inside a comment.
9836
78054a46
SM
98372011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 * minibuffer.el (completion-file-name-table): Keep track of errors.
9840 (completion-table-with-predicate): Handle the case where pred1 is nil.
9841 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9842
345083b2
SM
98432011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9844
e24e27be
SM
9845 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9846 (debugger-return-value): Signal an error if the debugging context does
9847 not await any return value.
9848
345083b2
SM
9849 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9850 * image-mode.el (image-toggle-display-text)
9851 (image-toggle-display-image): Stay away from evil `intangible'.
9852
08d355e3
LL
98532011-09-19 Leo Liu <sdl.web@gmail.com>
9854
9855 * replace.el (occur-revert-arguments): Make it permanent-local.
9856 (occur-mode): Don't call font-lock-defontify.
9857
f01da43f
CY
98582011-09-19 Chong Yidong <cyd@stupidchicken.com>
9859
9860 * net/ldap.el (ldap-search-internal): Don't push empty search
9861 result (Bug#9508).
9862
b6072fa6
SM
98632011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9866
443d6696
MA
98672011-09-19 Michael Albinus <michael.albinus@gmx.de>
9868
9869 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9870 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9871
7cc6e154
JL
98722011-09-18 Juri Linkov <juri@jurta.org>
9873
9874 * buff-menu.el (Buffer-menu-mode-map):
9875 * dired.el (dired-mode-map):
9876 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9877 (lisp-interaction-mode-map):
9878 * emacs-lisp/package.el (package-menu-mode-map):
9879 * epa.el (epa-key-list-mode-map):
9880 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9881 (menu-bar-options-menu):
9882 * outline.el (outline-mode-menu-bar-map):
9883 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9884 * vc/vc-dir.el (vc-dir-menu-map):
9885 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9886 Capitalize non-function content words in menu item strings.
9887
9888 * dired.el (dired-mode-map): Add menu item for
9889 `image-dired-dired-toggle-marked-thumbs'.
9890
80302a81
JL
98912011-09-18 Juri Linkov <juri@jurta.org>
9892
9893 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9894 to `isearch-case-fold-search' and restore its original value
9895 after the `isearch-mode' call.
9896
46c5cf66
JL
98972011-09-18 Juri Linkov <juri@jurta.org>
9898
9899 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9900 because `zgrep' returns 1 for successful matches (bug#9226).
9901
d18b513b
JL
99022011-09-18 Juri Linkov <juri@jurta.org>
9903
9904 * info.el (Info-extract-menu-node-name): Check the second match
9905 for empty string (second test-case of bug#9528).
9906 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9907 intermediate nodes to the history (first test-case of bug#9528).
9908
72753f87
JL
99092011-09-18 Juri Linkov <juri@jurta.org>
9910
9911 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9912 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9913
c9384295
JL
99142011-09-18 Juri Linkov <juri@jurta.org>
9915
1154d12e
JB
9916 * info.el (Info-file-supports-index-cookies):
9917 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9918 outputs one more line for long file names (bug#4142).
c9384295 9919
d473dce8
CY
99202011-09-18 Chong Yidong <cyd@stupidchicken.com>
9921
9922 * newcomment.el (comment-normalize-vars): If prompting for
9923 comment-start, set comment-start-skip too (Bug#8424).
9924
2176854d
JB
99252011-09-18 Johan Bockgård <bojohan@gnu.org>
9926
9927 * icomplete.el: Fix previous fix of Bug#5849.
9928 (icomplete-mode): Don't set completion-show-inline-help.
9929 (icomplete-minibuffer-setup): Set completion-show-inline-help
9930 locally during icompletion.
9931
3aace4e4
CY
99322011-09-18 Chong Yidong <cyd@stupidchicken.com>
9933
c940224f
CY
9934 * woman.el (woman2-process-escapes): Don't delete unrecognized
9935 escapes (Bug#7843).
9936
3aace4e4
CY
9937 * files.el (inhibit-first-line-modes-regexps): Add image files.
9938 (hack-local-variables-prop-line): Return nil for malformed
9939 prop-lines (Bug#9044).
9940
710dec63
MA
99412011-09-18 Michael Albinus <michael.albinus@gmx.de>
9942
9943 * net/tramp.el (top): Don't require 'shell.
9944 (tramp-methods): Fix docstring.
9945 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9946 Return complete remote file name. Handle "smb" case.
9947 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9948 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9949
9950 * net/tramp-compat.el (top): Require 'shell.
9951
9952 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9953 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9954 `tramp-current-host'.
9955 (tramp-get-remote-tmpdir): Remove.
9956
9957 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9958 `tramp-tmpdir' entries.
9959 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9960 (tramp-smb-handle-file-attributes): Ignore errors.
9961 (tramp-smb-wait-for-output): Check also for process end.
9962
5d5ac8ec
LMI
99632011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9964
9965 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9966 when sending QUIT (bug#9312).
9967
8c0f49f0
CY
99682011-09-17 Chong Yidong <cyd@stupidchicken.com>
9969
9970 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9971 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9972 occur-mode-display-occurrence.
9973 (occur-edit-mode): Add usage message.
9974 (occur-cease-edit): New command.
9975 (occur-after-change-function): Use text properties to find the
9976 position of the prefix text.
9977 (occur-engine): Set stickiness of prefix text properties.
9978
8f1383f7
GM
99792011-09-17 Glenn Morris <rgm@gnu.org>
9980
9981 * progmodes/etags.el (complete-tag):
9982 Fix call to completion-in-region. (Bug#9526)
9983
744ba0e3
JL
99842011-09-17 Juri Linkov <juri@jurta.org>
9985
9986 * textmodes/ispell.el (ispell-word): Add to the error message
9987 the word, ispell program name and current dictionary (bug#9121).
9988 (ispell-tex-arg-end): Capitalize "error" in the error message.
9989
d9bbf400
AS
99902011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9991
9992 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9993 check. (Bug#4251)
9994
8da11505
JL
99952011-09-17 Juri Linkov <juri@jurta.org>
9996
9997 * window.el (window-safe-min-height, window-safe-min-width):
9998 Fix typos (followup to bug#9522).
9999
a91adc7e
SJ
100002011-09-17 Sven Joachim <svenjoac@gmx.de>
10001
10002 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
10003
064f328a
EZ
100042011-09-16 Eli Zaretskii <eliz@gnu.org>
10005
10006 * simple.el (line-move): If goal-column is set, move by logical
10007 lines, not by display lines. (Bug#971)
10008 (next-line, previous-line, goal-column, line-move-visual): Doc fix
10009 to reflect the above change.
10010
e69df516
SM
100112011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * image.el (imagemagick-register-types): Use regexp-opt.
10014
cbb0f9ab
CY
100152011-09-15 Chong Yidong <cyd@stupidchicken.com>
10016
10017 * window.el (display-buffer-base-action): Rename from
10018 display-buffer-default-action. Make default value empty.
10019 (display-buffer-overriding-action): Convert to defvar.
10020 (display-buffer-fallback-action): New var.
10021
25322144
CY
100222011-09-15 Chong Yidong <cyd@stupidchicken.com>
10023
10024 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
10025 declaration.
10026 (package--add-to-archive-contents): If there is a duplicate entry
10027 with an older version, remove it.
10028 (package-menu-mark-delete, package-menu-mark-install)
10029 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
10030 (package-menu-mark-obsolete-for-deletion):
10031 Use package-menu-get-status instead of a regexp search.
25322144
CY
10032 (package-menu-get-status): Use tabulated-list-entry.
10033 (package-menu-mark-upgrades): New command.
d770725a 10034 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
10035 (package-menu-execute): Do installation before deletion.
10036 (package-menu-refresh, package-menu-execute): Use derived-mode-p
10037 instead of checking major-mode.
10038 (package-menu--find-upgrades): New function.
10039
7520339c
LMI
100402011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10041
10042 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
10043 passwords in the log buffer.
65a046c4
LMI
10044 (smtpmail-process-filter): Update the process marker so that the
10045 "broken by peer" status message is inserted in the right place.
7520339c 10046
d3c30954
SM
100472011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10048
3fe48822
SM
10049 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
10050 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
10051 bibtex-completion-at-point-function.
10052 (bibtex-completion-at-point-function): Use them.
10053
1b8b3954
SM
10054 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
10055
d3c30954
SM
10056 * mpc.el (mpc-constraints-tag-lookup): New function.
10057 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
10058 also to browser "album|playlist".
10059
72779976
JL
100602011-09-14 Juri Linkov <juri@jurta.org>
10061
10062 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
10063 (isearch-edit-string): Use length of `isearch-string' when
10064 `isearch-fail-pos' returns nil.
10065 (isearch-message): Remove duplicate code and call
10066 `isearch-fail-pos' with arg `t'.
10067
a0bf2bcd
CY
100682011-09-14 Chong Yidong <cyd@stupidchicken.com>
10069
17bb0a2d
CY
10070 * replace.el (occur-mode-goto-occurrence): Don't force using other
10071 window (Bug#9499).
10072
a0bf2bcd
CY
10073 * dired-aux.el (dired-do-chmod): Don't provide initial input.
10074
f678e0b6
MR
100752011-09-14 Martin Rudalics <rudalics@gmx.at>
10076
10077 * window.el (display-buffer-window): Remove.
10078 (display-buffer-record-window): Use help-setup window parameter
10079 instead of variable display-buffer-window.
10080 (display-buffer-function, special-display-buffer-names)
10081 (special-display-function): Mention help-setup parameter instead
10082 of display-buffer-window in doc-string.
d3c30954
SM
10083 * help.el (help-window-setup): New argument help-window.
10084 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
10085 Reword some messages.
10086 (with-help-window): Pass window used for displaying the buffer
10087 to help-window-setup. Don't set display-buffer-window.
10088
8e39b2e8
GM
100892011-09-13 Glenn Morris <rgm@gnu.org>
10090
10091 * emacs-lisp/debug.el (debugger-make-xrefs):
10092 Preserve point. (Bug#9462)
10093
85e9c04b
CY
100942011-09-13 Chong Yidong <cyd@stupidchicken.com>
10095
10096 * window.el (window-deletable-p): Use next-frame.
10097
1b36ed6a
MR
100982011-09-13 Martin Rudalics <rudalics@gmx.at>
10099
10100 * window.el (window-auto-delete): Remove.
10101 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 10102 dedication and previous buffers.
1b36ed6a
MR
10103 (switch-to-prev-buffer): Don't delete window.
10104 (delete-windows-on): Delete a window's frame if and only if the
10105 window is dedicated.
10106 (replace-buffer-in-windows): Delete buffer's window or frame if
10107 and only if window is dedicated.
10108 (quit-window): Handle quit-restore as before last change.
4d61f28d 10109 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10110
ef8ef9fb
CY
101112011-09-13 Chong Yidong <cyd@stupidchicken.com>
10112
10113 * window.el (window-deletable-p): Never delete the last frame on a
10114 given terminal.
10115
b2cba41e
GM
101162011-09-13 Glenn Morris <rgm@gnu.org>
10117
10118 * help.el (describe-key-briefly): Copy previous standard-output change.
10119
51553db6 101202011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10121
10122 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10123
b7556719
GM
101242011-09-13 Glenn Morris <rgm@gnu.org>
10125
10126 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10127 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10128
64b51947
CY
101292011-09-12 Chong Yidong <cyd@stupidchicken.com>
10130
10131 * dired-aux.el (dired-mark-read-string): Don't return default
10132 value on empty input (Bug#9361).
10133 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10134 Omit initial minibuffer contents.
10135 (dired-do-chmod): Signal an error on empty input.
10136 (dired-mark-read-string): Don't return default on empty input.
10137
10138 * files.el (file-modes-symbolic-to-number): Doc fix.
10139
393a301e
SM
101402011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * international/mule-cmds.el (ucs-completions): Remove.
10143 (read-char-by-name): Use complete-with-action instead; add metadata.
10144
fa5660f9
CY
101452011-09-11 Chong Yidong <cyd@stupidchicken.com>
10146
10147 * window.el (display-buffer--action-function-custom-type)
10148 (display-buffer--action-custom-type): New vars.
10149 (display-buffer-alist, display-buffer-default-action)
10150 (display-buffer-overriding-action): Add defcustom types.
10151
4a592f66
CY
10152 * frame.el (delete-other-frames): Doc fix (Bug#276).
10153
73d56dbd
LMI
101542011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10155
10156 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10157
37ac18a3
CY
101582011-09-11 Chong Yidong <cyd@stupidchicken.com>
10159
10160 Change modes that used same-window-* vars to use switch-to-buffer.
10161
10162 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10163 Use switch-to-buffer.
10164
10165 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10166 (customize-browse, custom-buffer-create-other-window):
10167 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10168
10169 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10170 (Info-prev, Info-up, Info-speedbar-goto-node)
10171 (info-display-manual): Use switch-to-buffer.
10172 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10173
10174 * mail/sendmail.el (mail): Use switch-to-buffer.
10175 (mail-recover): Use switch-to-buffer-other-window.
10176
10177 * cmuscheme.el (run-scheme, switch-to-scheme):
10178 * ielm.el (ielm):
10179 * shell.el (shell):
10180 * net/rlogin.el (rlogin):
10181 * net/telnet.el (telnet, rsh):
10182 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10183
10195bd6
AS
101842011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10185
10186 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10187
b322f63a
LMI
101882011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10189
39d7fed6
LMI
10190 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10191 so don't mention it (bug#9301).
ba5a81f1 10192 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10193
ee0e9f11
LMI
10194 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10195 match `x', `w32' and `ns', like the manual says (bug#9029).
10196
0b1c89c1 10197 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10198 (process-kill-buffer-query-function): Mention the buffer name in
10199 the query.
0b1c89c1 10200
77549ea8
LMI
10201 * image-mode.el (image-next-line): The line parameter is mandatory
10202 (bug#9258).
10203
803ef892
LMI
10204 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10205 which can be useful (bug#9301).
10206
12980837
LMI
10207 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10208
91054f8f
LMI
10209 * subr.el (match-string): Mention that the current buffer should
10210 be the same as the search was done in (bug#9282).
10211
b322f63a
LMI
10212 * facemenu.el: Disable the remove-* commands if the mark isn't
10213 active (bug#9162).
10214
3199b96f
CY
102152011-09-10 Chong Yidong <cyd@stupidchicken.com>
10216
10217 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10218 of display-buffer.
10219 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10220
10221 * replace.el (occur-mode-goto-occurrence)
10222 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10223 and display-buffer.
10224
10225 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10226 display-buffer.
10227
10228 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10229 special-display and same-window variables.
10230 (mail-other-window): Use switch-to-buffer-other-window.
10231 (mail-other-frame): USe switch-to-buffer-other-frame.
10232
393a301e
SM
10233 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10234 Use display-buffer-other-frame.
3199b96f
CY
10235 (gdb-display-gdb-buffer): Use pop-to-buffer.
10236
10237 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10238
10239 * progmodes/python.el: Don't set same-window-buffer-names.
10240
10241 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10242
10243 * window.el (display-buffer-alist): Add *Python*.
10244
8319e0bf
CY
102452011-09-10 Chong Yidong <cyd@stupidchicken.com>
10246
10247 * window.el (display-buffer-alist): Add entry for buffers
10248 previously handled same-window-*.
10249 (display-buffer-alist, display-buffer-default-action)
10250 (display-buffer-overriding-action): Mark as risky.
10251 (display-buffer-alist): Document action function changes.
10252 (display-buffer--same-window-action)
10253 (display-buffer--other-frame-action): New variables.
10254 (switch-to-buffer, display-buffer-other-frame): Use them.
10255 (display-buffer): Rename reuse-frame entry to reusable-frames.
10256 (display-buffer-reuse-selected-window): Function deleted.
10257 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10258 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10259 (display-buffer-special): New function.
10260 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10261 display-buffer-reuse-or-pop-window. Split off special-display
10262 part into display-buffer-special.
10263 (display-buffer-use-some-window): Don't perform any special
10264 pop-up-frames handling.
10265 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10266 (display-buffer--maybe-same-window): Rename from
0d3ff375 10267 display-buffer-maybe-same-window.
8319e0bf 10268
919a69aa
CY
10269 * info.el: Don't set same-window-regexps.
10270 (info-setup): New function.
10271 (info-other-window, info): Call it.
10272
10273 * cus-edit.el: Don't set same-window-regexps.
10274 (customize-group): New argument.
10275 (customize-group-other-window): Use it.
10276 (customize-face, customize-face-other-window): Likewise.
10277 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10278
8319e0bf
CY
10279 * net/rlogin.el:
10280 * net/telnet.el:
10281 * progmodes/gud.el: Don't set same-window-regexps.
10282
10283 * cmuscheme.el:
10284 * ielm.el:
10285 * shell.el:
10286 * mail/sendmail.el:
10287 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10288
25173000
JL
102892011-09-10 Juri Linkov <juri@jurta.org>
10290
10291 * isearch.el (isearch-edit-string): Remove obsolete mention of
10292 `C-w' (`isearch-yank-word-or-char') from docstring.
10293 (isearch-query-replace): Fix typo in docstring (bug#9466).
10294
056e44ef
JL
102952011-09-10 Juri Linkov <juri@jurta.org>
10296
10297 * paren.el (show-paren-function): Don't show escaped parens.
10298 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10299
c3760c17
EZ
103002011-09-10 Eli Zaretskii <eliz@gnu.org>
10301
10302 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10303 (mm-default-file-encoding): Remove autoload forms, they are
10304 replaced with autoload cookies in mml.el and mm-encode.el.
10305 (mail-add-attachment): New command.
10306 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10307 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10308 the doc string.
10309 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10310
fece895e
RT
103112011-09-10 Reuben Thomas <rrt@sc3d.org>
10312
e69df516
SM
10313 * simple.el (count-words-region): Use buffer if there's no region
10314 (bug#9429).
fece895e 10315
5e68ce4a
JL
103162011-09-09 Juri Linkov <juri@jurta.org>
10317
10318 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10319 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10320 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10321
0a6b9622
AM
103222011-09-09 Alan Mackenzie <acm@muc.de>
10323
10324 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10325 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10326
14a29deb
EZ
103272011-09-09 Eli Zaretskii <eliz@gnu.org>
10328
10329 Fix for Savannah bug#9392.
10330 * simple.el (mail-encode-mml): New defvar.
10331
10332 * mail/rmail.el (mail-encode-mml): Add a defvar.
10333 (rmail-enable-mime-composing): Default to t.
10334 (rmail-forward): Use MIME method of forwarding only if both
10335 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10336 Set mail-encode-mml non-nil if the MIME method was used.
10337
10338 * mail/sendmail.el (mml-to-mime): Add autoload form.
10339 (mail-encode-mml): Add a defvar.
10340 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10341 to nil.
10342 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10343 message through mml-to-mime, and reset mail-encode-mml to nil.
10344
28c45130
GM
103452011-09-09 Glenn Morris <rgm@gnu.org>
10346
10347 * woman.el (woman-if-body): When processing an .el block,
10348 do not delete the next .el block as well. (Bug#9447)
69f4b618 10349 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10350
9b1c252e
MR
103512011-09-08 Martin Rudalics <rudalics@gmx.at>
10352
10353 * window.el (window-deletable-p): Make sure window is live before
10354 invoking window-prev-buffers.
10355
567457e3
LL
103562011-09-08 Leo Liu <sdl.web@gmail.com>
10357
10358 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10359
97f05794
JL
103602011-09-08 Juri Linkov <juri@jurta.org>
10361
10362 * progmodes/compile.el (compilation-environment): Make it
10363 a defcustom (bug#8340).
10364
8b0874b5
MR
103652011-09-08 Martin Rudalics <rudalics@gmx.at>
10366
10367 * window.el (frame-auto-delete): Rename to window-auto-delete.
10368 Make it control auto-deletion of windows and/or frames.
10369 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10370 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10371 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10372 Rewrite handling of case when window/frame can be deleted.
10373 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10374 argument t. (Bug#9456)
8b0874b5 10375
4feb6e73
CY
103762011-09-07 Chong Yidong <cyd@stupidchicken.com>
10377
10378 * help-mode.el (help-mode): Restore autoload.
10379
91ab9c13
JL
103802011-09-07 Juri Linkov <juri@jurta.org>
10381
10382 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10383 `compilation-environment'. Set buffer-local
10384 `compilation-environment' to `thisenv' later after (funcall mode).
10385 (Bug#8340)
10386
10387 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10388 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10389 instead of replacing its value. (Bug#8340)
10390
0527e251
JL
103912011-09-07 Juri Linkov <juri@jurta.org>
10392
10393 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10394 based on text properties put by `grep-filter' instead of matching
10395 escape sequences.
10396 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10397 to the value of `grep-error-screen-columns' (bug#9438).
10398
249f792c
JL
103992011-09-07 Juri Linkov <juri@jurta.org>
10400
10401 * simple.el (next-error-highlight, next-error-highlight-no-select):
10402 Doc fix (bug#9432).
10403
ff7271b9
OT
104042011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10405
10406 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10407 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10408
183fc730
LL
104092011-09-07 Leo Liu <sdl.web@gmail.com>
10410
10411 * net/rcirc.el (rcirc-mode): Conditionally initialize
10412 rcirc-input-ring.
10413
77694924
SM
104142011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * emacs-lisp/find-func.el (find-function-C-source): Only set
10417 find-function-C-source-directory after checking that we found a source
10418 file there (bug#9440).
10419
d809b8eb
AM
104202011-09-06 Alan Mackenzie <acm@muc.de>
10421
10422 * isearch.el (isearch-other-meta-char): Wherever a key list is
10423 unread, "unread" the prefix arg, too. This fixes bug #8901.
10424
453de99f
OG
104252011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10426
10427 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10428
90439906
JL
104292011-09-05 Juri Linkov <juri@jurta.org>
10430
10431 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10432
f62bd846
JL
104332011-09-05 Juri Linkov <juri@jurta.org>
10434
10435 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10436 keeping point where processing of grep matches begins, and
10437 continue to delete remaining escape sequences from the same point.
10438 (grep-filter): Make leading zero optional in "0?1;31m" because
10439 git-grep emits "\033[1;31m" escape sequences unlike expected
10440 "\033[01;31m" as GNU Grep does (bug#9408).
10441 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10442
045820ec
JL
104432011-09-05 Juri Linkov <juri@jurta.org>
10444
10445 * subr.el (y-or-n-p): Capitalize "yes".
10446
f5e29b9b
MA
104472011-09-04 Michael Albinus <michael.albinus@gmx.de>
10448
10449 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10450 `tramp-cache-unload-hook' where appropriate.
10451 (tramp-methods): Rename `tramp-remote-sh' to
10452 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10453 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10454
10455 * net/tramp-sh.el (top): Don't require 'shell.
10456 (tramp-methods): Add `tramp-remote-shell' and
10457 `tramp-remote-shell-args' entries.
10458 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10459 (tramp-sh-handle-shell-command): Remove.
10460 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10461 Use `tramp-remote-shell'.
10462
2784c434
CY
104632011-09-03 Chong Yidong <cyd@stupidchicken.com>
10464
393a301e 10465 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10466 (sendmail-query-once): Save directly to send-mail-function.
10467 Update message-send-mail-function too.
10468
10469 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10470
464cdf56
CS
104712011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10472
10473 * progmodes/python.el (python-mode-map): Use correct function to
10474 start python interpreter from menu-bar (as reported by Geert
10475 Kloosterman).
10476 (inferior-python-mode-map): Fix typo.
393a301e 10477 (python-shell-map): Remove.
464cdf56 10478
d37e5c87
DD
104792011-09-03 Deniz Dogan <deniz@dogan.se>
10480
10481 * net/rcirc.el (rcirc-print): Simplify code for
10482 rcirc-scroll-show-maximum-output. There is no need to walk
10483 through all windows to find the right one.
10484
f3ada0ee
CS
104852011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10486
10487 * help.el (help-return-method): Doc fix.
10488
1f3c99ca
MR
104892011-09-03 Martin Rudalics <rudalics@gmx.at>
10490
10491 * window.el (window-deletable-p): Don't return a non-nil value
10492 when there's a buffer that was shown in the window before.
10493 (Bug#9419)
393a301e
SM
10494 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10495 Set window's previous buffers to nil.
1f3c99ca 10496
a3cf097f
EZ
104972011-09-03 Eli Zaretskii <eliz@gnu.org>
10498
10499 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10500 newline before and after the tag line, so it doesn't interfere
10501 with determining the paragraph direction of bidirectional text.
10502
3d03de90
LL
105032011-09-03 Leo Liu <sdl.web@gmail.com>
10504
10505 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10506
c3313451
CY
105072011-09-02 Chong Yidong <cyd@stupidchicken.com>
10508
393a301e 10509 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10510 (pop-to-buffer): Change interactive spec. Pass second argument
10511 directly to display-buffer.
10512 (display-buffer): Fix interactive spec. Use functionp to
10513 distinguish between a function and a list of functions.
10514
10515 * abbrev.el (edit-abbrevs):
10516 * arc-mode.el (archive-extract):
10517 * autoinsert.el (auto-insert):
10518 * bookmark.el (bookmark-bmenu-list):
10519 * files.el (find-file):
10520 * view.el (view-buffer):
10521 * progmodes/compile.el (compilation-goto-locus):
10522 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10523
89894cd8
CY
105242011-09-02 Chong Yidong <cyd@stupidchicken.com>
10525
10526 * window.el (display-buffer-alist): Doc fix.
10527 (display-buffer): Add docstring. Don't treat
10528 display-buffer-default specially.
10529 (display-buffer-reuse-selected-window)
10530 (display-buffer-same-window, display-buffer-maybe-same-window)
10531 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10532 (display-buffer-pop-up-window)
10533 (display-buffer-reuse-or-pop-window)
10534 (display-buffer-use-some-window): New functions.
10535 (display-buffer-default-action): Use them.
393a301e 10536 (display-buffer-default): Delete.
89894cd8
CY
10537 (pop-to-buffer-1): Fix choice of actions.
10538
ae0bc9fb
SM
105392011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * minibuffer.el (completion--insert-strings): Don't get confused by
10542 completion entries that end with an LF char.
10543
e9d90883
EZ
105442011-09-01 Eli Zaretskii <eliz@gnu.org>
10545
10546 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10547
437014c8
CY
105482011-09-01 Chong Yidong <cyd@stupidchicken.com>
10549
10550 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10551 (display-buffer-same-window, display-buffer-other-window):
10552 New functions.
437014c8
CY
10553 (pop-to-buffer-1): New function. Use the above.
10554 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10555 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10556
10557 * view.el (view-buffer-other-window, view-buffer-other-frame):
10558 Just use pop-to-buffer.
10559
a5e063d5
TV
105602011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10561
10562 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10563
793d32bb
WH
105642011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10565
10566 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10567
d65e4c15
RS
105682011-08-31 Richard Stallman <rms@gnu.org>
10569
10570 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10571 of the separation of rmail-view-buffer from rmail-buffer.
10572 If you say no to "replace original", the decrypt is in the
10573 view buffer. If you say yes, the decrypt goes into the
10574 rmail buffer also.
10575
f818cd2a
MR
105762011-08-31 Martin Rudalics <rudalics@gmx.at>
10577
10578 * window.el (display-buffer-window): Rewrite doc-string.
10579 (display-buffer-record-window): New function.
10580 (display-buffer-macro-specifiers)
10581 (display-buffer-even-window-sizes, display-buffer-set-height)
10582 (display-buffer-set-width, display-buffer-in-window)
10583 (display-buffer-reuse-window, display-buffer-split-specifiers)
10584 (display-buffer-side-specifiers, display-buffer-split-window-1)
10585 (display-buffer-split-window, display-buffer-split-atom-window)
10586 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10587 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10588 (display-buffer-other-window-means-other-frame)
10589 (display-buffer-normalize-special)
10590 (display-buffer-normalize-default)
10591 (display-buffer-normalize-argument)
10592 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10593 (display-buffer-normalize-specifiers, display-buffer-frame)
10594 (display-buffer-same-window, display-buffer-same-frame)
10595 (display-buffer-other-window)
10596 (display-buffer-same-frame-other-window)
10597 (display-buffer-other-frame, pop-to-buffer-same-window)
10598 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10599 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10600 (switch-to-buffer-same-frame)
10601 (switch-to-buffer-other-window-same-frame)
10602 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10603 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10604 (display-buffer-alist-set): Remove.
10605 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10606 (special-display-regexps, special-display-function):
10607 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10608 parameter.
10609 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10610 (special-display-frame-alist, special-display-popup-frame)
10611 (same-window-buffer-names, same-window-regexps, same-window-p)
10612 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10613 (split-window-preferred-function, split-height-threshold)
10614 (split-width-threshold, window-splittable-p)
10615 (split-window-sensibly, window--try-to-split-window)
10616 (window--frame-usable-p, even-window-heights)
10617 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10618 (window--display-buffer-2, display-buffer-other-frame):
10619 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10620 (display-buffer-default, display-buffer-assq-regexp): New functions.
10621 (display-buffer-alist): Rewrite doc-string.
10622 (display-buffer-default-action)
10623 (display-buffer-overriding-action): New variables.
10624 (display-buffer, switch-to-buffer): Rewrite.
10625 (pop-to-buffer): Restore Emacs 23 behavior but use
10626 window-normalize-buffer-to-display.
10627 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10628 Restore Emacs 23 behavior but use
10629 window-normalize-buffer-to-switch-to.
10630 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10631 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10632 Rewrite using Emacs 23 options.
f818cd2a 10633
5bc3b51d
MA
106342011-08-31 Michael Albinus <michael.albinus@gmx.de>
10635
10636 * net/tramp.el (tramp-root-regexp): Remove.
10637 (tramp-completion-file-name-regexp-unified)
10638 (tramp-completion-file-name-regexp-separate)
10639 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10640 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10641 (tramp-drop-volume-letter): Simplify definition.
10642 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10643
b1a4f8e1
SM
106442011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10645
10646 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10647 (bug#9356).
10648
5664fa7b
RT
106492011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10650
b1a4f8e1 10651 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10652
9a45d6c3
JL
106532011-08-29 Juri Linkov <juri@jurta.org>
10654
10655 * isearch.el (isearch-done): Don't display message "Mark saved"
10656 when arg `edit' is non-nil to prevent its flicker in the echo area.
10657
fb87e0fb
CY
106582011-08-28 Chong Yidong <cyd@stupidchicken.com>
10659
10660 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10661 obsolete packages for deletion.
10662
09ac1c2a
CS
106632011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10664
10665 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10666 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10667 view-mode from help-mode.
10668 (help-xref-override-view-map): Remove.
10669 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10670 view-mode is not used anymore.
10671
7a1ff57f
CY
106722011-08-28 Chong Yidong <cyd@stupidchicken.com>
10673
10674 * server.el (server-port): Doc fix.
10675
b9696605
CY
10676 * cus-theme.el (custom-theme-choose-mode): Inherit from
10677 special-mode (Bug#9124).
10678 (custom-theme-choose-mode-map): Add special-mode to parent.
10679
ef8cdf8c
AM
106802011-08-28 Alan Mackenzie <acm@muc.de>
10681
10682 * progmodes/cc-fonts.el
10683 (c-make-font-lock-BO-decl-search-function): New function.
10684 (c-basic-matchers-after - "Fontify the clauses after various
10685 keywords"): Extract the three keyword lists for the 3 erroneous
10686 constructs from the list of four, and use the new function above
10687 in place of an old one.
10688
27de4e20
DD
106892011-08-28 Deniz Dogan <deniz@dogan.se>
10690
10691 * net/rcirc.el (rcirc-insert-prev-input)
10692 (rcirc-insert-next-input): Remove unused argument.
10693
356a3681
SM
106942011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10695
10696 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10697
3fc9b218
AM
106982011-08-27 Alan Mackenzie <acm@muc.de>
10699
10700 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10701 handle function pointer parameters properly.
10702
538a061c
MR
107032011-08-27 Martin Rudalics <rudalics@gmx.at>
10704
10705 * window.el (display-buffer-reuse-window): Fix case where
10706 selected window was reused with non-nil OTHER-WINDOW argument.
10707 (Bug#9381)
10708
35b1c40c
DD
107092011-08-27 Deniz Dogan <deniz@dogan.se>
10710
10711 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10712 oftc's NickServ messages.
10713
2f6a3e79
GM
107142011-08-27 Glenn Morris <rgm@gnu.org>
10715
10716 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10717
7254299e
CY
107182011-08-26 Chong Yidong <cyd@stupidchicken.com>
10719
10720 * emacs-lisp/package.el (package-install): Call package-initialize
10721 if called interactively.
10722
f8ccf167
LL
107232011-08-26 Leo Liu <sdl.web@gmail.com>
10724
10725 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10726
3e8cd5ce
JL
107272011-08-25 Juri Linkov <juri@jurta.org>
10728
10729 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10730 `search-whitespace-regexp' (bug#9364).
10731
93eb7113
JL
107322011-08-25 Juri Linkov <juri@jurta.org>
10733
10734 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10735 `regexp-search-ring' to their global values to protect from
10736 updating by `read-from-minibuffer' (bug#9185).
10737
f65d1611
JL
107382011-08-25 Juri Linkov <juri@jurta.org>
10739
10740 * textmodes/ispell.el (ispell-command-loop): Add newline
10741 at the end of the "Use option `i'..." line.
10742
f1cf7a31
JL
107432011-08-25 Juri Linkov <juri@jurta.org>
10744
10745 * battery.el (display-battery-mode): If `battery-status-function'
10746 or `battery-mode-line-format' is nil, display the message and set
10747 `display-battery-mode' to nil (bug#9363).
10748
0c95fcf7
EZ
107492011-08-25 Eli Zaretskii <eliz@gnu.org>
10750
10751 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10752 bidi-string-mark-left-to-right; they are unnecessary now.
10753
a2ebe600
DD
107542011-08-25 Deniz Dogan <deniz@dogan.se>
10755
10756 * net/quickurl.el: Documentation typo fixes.
10757
e4ed06f1
CY
107582011-08-25 Chong Yidong <cyd@stupidchicken.com>
10759
10760 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10761
e5f1c99e
GM
107622011-08-25 Glenn Morris <rgm@gnu.org>
10763
b2948976
GM
10764 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10765
e5f1c99e
GM
10766 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10767 (smtpmail-via-smtp): Handle nil response from smtp.
10768
f22f4808
JL
107692011-08-24 Juri Linkov <juri@jurta.org>
10770
10771 * proced.el (proced-marked): Inherit from `error' instead of
10772 `font-lock-warning-face'.
10773
10774 * ibuffer.el (ibuffer-marked-face): Change default face from
10775 `font-lock-warning-face' to `warning'.
10776 (ibuffer-deletion-face): Change default face from
10777 `font-lock-type-face' to `error'.
10778
10779 * battery.el (battery-update): Use the face `error' instead of
10780 `font-lock-warning-face' (bug#6117).
10781
6a93965e
JL
107822011-08-24 Juri Linkov <juri@jurta.org>
10783
10784 * faces.el (success): Change face color from "Green3" to
10785 "ForestGreen" on light background (bug#9353).
10786
1ed43b09
CY
107872011-08-24 Chong Yidong <cyd@stupidchicken.com>
10788
5664fa7b
RT
10789 * window.el (quit-window): Rename from quit-restore-window.
10790 Use same arglist as old quit-window.
1ed43b09
CY
10791 (frame-auto-delete): Doc fix.
10792
10793 * view.el (view-mode-exit): Use quit-window.
10794
11dcdbb2
JL
107952011-08-24 Juri Linkov <juri@jurta.org>
10796
10797 * isearch.el (isearch-ring-adjust1): Start visiting previous
10798 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10799 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10800 for empty search string (when the last search string is reused
10801 automatically) to adjust the isearch ring to the last element and
10802 prepare the correct index for further M-p commands (bug#9185).
10803
de62b4df
KH
108042011-08-24 Kenichi Handa <handa@m17n.org>
10805
10806 * international/ucs-normalize.el: If decomposition property of
10807 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10808 nil.
10809 (nfd, nfkd): Likewise.
10810
963b492b
SM
108112011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10812
10813 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10814 from process filters aren't reliably transmitted to the surrounding
10815 accept-process-output.
10816 (mpc-proc-check): New function.
10817 (mpc-proc-sync): Use it (bug#8293)
10818
93b6b5e1
SM
108192011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10820
10821 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10822 Add compatibility functions (bug#9313).
10823
bca633fb
EZ
108242011-08-23 Eli Zaretskii <eliz@gnu.org>
10825
b177498a
EZ
10826 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10827
6df6ae42 10828 * international/uni-bidi.el: Regenerate.
bca633fb 10829
0902a04e
KH
108302011-08-23 Kenichi Handa <handa@m17n.org>
10831
10832 * international/charprop.el:
10833 * international/uni-bidi.el:
10834 * international/uni-category.el:
10835 * international/uni-combining.el:
10836 * international/uni-comment.el:
10837 * international/uni-decimal.el:
10838 * international/uni-decomposition.el:
10839 * international/uni-digit.el:
10840 * international/uni-lowercase.el:
10841 * international/uni-mirrored.el:
10842 * international/uni-name.el:
10843 * international/uni-numeric.el:
10844 * international/uni-old-name.el:
10845 * international/uni-titlecase.el:
10846 * international/uni-uppercase.el: Regenerate.
10847
3bbf23bc
MR
108482011-08-23 Martin Rudalics <rudalics@gmx.at>
10849
10850 * help.el (help-window-setup): Fix message displayed when other
10851 window is reused. (Bug#9341)
10852
b3fd59bd
SM
108532011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10854
1802e444
SM
10855 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10856 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10857
b3fd59bd
SM
10858 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10859 Mark obsolete.
10860 * shell.el (shell-parse-pcomplete-arguments): New function.
10861 (shell-completion-vars): Use it instead (bug#9160).
10862
4eb61348
SM
108632011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10864
867cab74
SM
10865 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10866 strings and comments (bug#9333).
10867
4eb61348
SM
10868 * emacs-lisp/debug.el (debug-arglist): New function.
10869 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10870 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10871
262a1439
JL
108722011-08-22 Juri Linkov <juri@jurta.org>
10873
56ee679c
JL
10874 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10875 Revert regexp that highlights output switches to its old
10876 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10877
262a1439
JL
10878 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10879 to check for empty output (bug#9226).
10880
f13f86fb
CY
108812011-08-22 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10884 symbol-constituent as the default, as that stops font-lock from
10885 working properly (Bug#8843).
10886
c65c9622
LMI
108872011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10888
10889 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10890 `coding-system-for-*' around the process open call to avoid
10891 auth-source side effects.
e7f2c178 10892 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10893 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10894 probe hangs.
c65c9622 10895
23a8a5ab
CY
108962011-08-21 Chong Yidong <cyd@stupidchicken.com>
10897
ff98b2dd
CY
10898 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10899
23a8a5ab
CY
10900 * emacs-lisp/find-func.el (find-function-noselect): New arg
10901 lisp-only.
10902
10903 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10904 signal an error for built-in functions (Bug#6664).
10905
f5e3c598
LMI
109062011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10907
10908 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10909 (smtpmail-try-auth-methods): Use it.
10910
a3f2468a
CY
109112011-08-21 Chong Yidong <cyd@stupidchicken.com>
10912
2c34e8da
CY
10913 * font-lock.el (font-lock-fontify-region)
10914 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10915 (font-lock-default-unfontify-buffer)
10916 (font-lock-default-fontify-region)
10917 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10918
b3fd59bd
SM
10919 * progmodes/compile.el (compilation-error-properties):
10920 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10921 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10922 `ant' regexp.
ee31aabc 10923
a3f2468a
CY
10924 * net/browse-url.el (browse-url-firefox): Don't call
10925 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10926
8e999f70
GM
109272011-08-20 Glenn Morris <rgm@gnu.org>
10928
c21a496a
GM
10929 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10930
59ee0542
GM
10931 * tutorial.el (tutorial--default-keys): Update some default bindings.
10932
8e999f70
GM
10933 * files.el (hack-local-variables): Fully ignore case for "mode:".
10934
e3715033
AM
109352011-08-20 Alan Mackenzie <acm@muc.de>
10936
10937 Resolve invalid use of a regexp in regexp-opt.
10938
4d61f28d
JB
10939 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10940 detection for a java annotation.
e3715033 10941
4d61f28d 10942 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10943 detection for a java annotation.
10944
4d61f28d
JB
10945 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10946 handling for java.
e3715033
AM
10947 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10948
04ed2e9c
CY
109492011-08-20 Chong Yidong <cyd@stupidchicken.com>
10950
10951 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10952 (Bug#9274).
10953
826cee64
AM
109542011-08-20 Alan Mackenzie <acm@muc.de>
10955
58179cce 10956 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10957 such a construct. Mainly for when jit-lock etc. starts a chunk
10958 here.
10959
58179cce 10960 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10961 variable.
58179cce 10962 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10963 c-make-font-lock-search-function.
10964 (c-make-font-lock-search-function): Use the above function.
10965 (c-make-font-lock-context-search-function): New function.
10966 (c-cpp-matchers): Enhance the preprocessor expression case with
10967 the above function
10968 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10969 which takes an expression.
10970
10971 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10972
13009bd8
MR
109732011-08-20 Martin Rudalics <rudalics@gmx.at>
10974
10975 * window.el (display-buffer-reuse-window)
10976 (display-buffer-pop-up-window): Don't reuse or split a side
10977 window.
10978
9234ff7f
GM
109792011-08-19 Glenn Morris <rgm@gnu.org>
10980
10981 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10982 Downcase "Mode:". (Bug#9331)
9234ff7f 10983
f635daa1
CY
109842011-08-18 Chong Yidong <cyd@stupidchicken.com>
10985
10986 * international/characters.el: Add L and R categories.
10987
10988 * subr.el (bidi-string-mark-left-to-right): Rename from
10989 string-mark-left-to-right. Use category search.
10990
10991 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10992
bc987f8b
JL
109932011-08-18 Juri Linkov <juri@jurta.org>
10994
10995 * faces.el (error, warning, success): New faces with definitions
10996 copied from old default values of `font-lock-warning-face',
10997 `compilation-warning', `compilation-info' (bug#6117).
10998
10999 * font-lock.el (font-lock-warning-face): Inherit from `error'.
11000
11001 * progmodes/compile.el (compilation-error): Inherit from `error'.
11002 (compilation-warning): Inherit from `warning'.
11003 (compilation-info): Inherit from `success'.
11004
11005 * dired.el (dired-marked): Inherit from `warning'.
11006 (dired-flagged): Inherit from `error'.
11007
57173b96
LMI
110082011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11009
3e79eb87
LMI
11010 * mail/smtpmail.el (auth-source): Require to avoid problems with
11011 binding variables (bug#9298). Also clean up some unused
11012 autoloads.
11013
b3fd59bd
SM
11014 * net/network-stream.el (network-stream-open-starttls):
11015 Support using starttls.el without using gnutls-cli.
57173b96 11016
02b404de
JL
110172011-08-17 Juri Linkov <juri@jurta.org>
11018
11019 * progmodes/grep.el (rgrep): Handle the case when
11020 `grep-find-command' is a cons cell (bug#9278).
11021
8c9177f2
MR
110222011-08-17 Martin Rudalics <rudalics@gmx.at>
11023
11024 * window.el (display-buffer-pop-up-frame): Run frame creation
11025 function with BUFFER current (as special-display-popup-frame
11026 does). Reported by Drew Adams.
11027
3644a0ab
DU
110282011-08-17 Daiki Ueno <ueno@unixuser.org>
11029
11030 * epa-mail.el: Simplify GnuPG group expansion using
11031 epg-expand-group.
11032 (epa-mail-group-alist, epa-mail-group-modtime)
11033 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
11034 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
11035 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
11036 Remove.
11037
5e617bc2 110382011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
11039
11040 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
11041
9c4aeabf
AM
110422011-08-16 Alan Mackenzie <acm@muc.de>
11043
11044 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
11045 Correct, to avoid the inside of macros.
11046
3a99bf64
RS
110472011-08-16 Richard Stallman <rms@gnu.org>
11048
04963aa8
RS
11049 * epa-mail.el: Handle GnuPG group definitions.
11050 (epa-mail-group-alist, epa-mail-group-modtime)
11051 (epa-mail-gnupg-conf-file): New variables.
11052 (epa-mail-parse-groups, epa-mail-sync-groups)
11053 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
11054 (epa-mail-expand-recipients): New functions.
11055 (epa-mail-encrypt): Call epa-mail-expand-recipients.
11056
177549d0
RS
11057 * mail/rmail.el (rmail-epa-decrypt): New command.
11058
fe38beef
RS
11059 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
11060 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
11061 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
11062 (epa-decrypt-armor-in-region): Make error message clearer.
11063
934eacb9
SM
110642011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
11067 and "a2b" to "ab" for `prefix'.
11068
d024fb4e
CY
110692011-08-14 Chong Yidong <cyd@stupidchicken.com>
11070
11071 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
11072 filter groups.
de148fee
CY
11073 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
11074 Fourquet (Bug#8804).
d024fb4e 11075
62f1ca49
JB
110762011-08-12 Juanma Barranquero <lekktu@gmail.com>
11077
11078 * startup.el (argi): Declare as global variable (bug#9275).
11079
9ccaaa4b
CY
110802011-08-12 Chong Yidong <cyd@stupidchicken.com>
11081
11082 * subr.el (string-mark-left-to-right): Search the entire string
11083 for RTL script, not just the terminating character. Doc fix.
11084
a3dae87a
SM
110852011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11086
6cd18349
SM
11087 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
11088 New function.
11089 (js--regexp-literal, js-syntax-propertize-function): Remove.
11090 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
11091 (js-mode-map): Don't rebind electric keys.
11092 (js-insert-and-indent): Remove.
11093 (js-mode): Setup electric-layout and electric-indent instead.
11094
a3dae87a
SM
11095 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11096
9d5cb631
DU
110972011-08-12 Daiki Ueno <ueno@unixuser.org>
11098
11099 * epa.el (epa-progress-callback-function): Fix the logic of
11100 displaying progress.
11101 * epa-file.el (epa-file-insert-file-contents): Make progress
11102 display more user-friendly.
11103 (epa-file-write-region): Ditto.
11104
3e26a4a2
CY
111052011-08-10 Chong Yidong <cyd@stupidchicken.com>
11106
11107 * subr.el (string-mark-left-to-right): New function.
11108
11109 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11110 Use string-mark-left-to-right.
11111 (list-buffers-noselect): Caller changed.
11112
a3dae87a
SM
11113 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11114 Use string-mark-left-to-right.
3e26a4a2
CY
11115 (tabulated-list-print): Recenter after moving point.
11116
ac8cf6e6
JL
111172011-08-10 Juri Linkov <juri@jurta.org>
11118
11119 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11120 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11121 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11122
8d96c9a4
CY
111232011-08-09 Chong Yidong <cyd@stupidchicken.com>
11124
11125 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11126 (Bug#7554).
11127
7be1c708 111282011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11129
11130 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11131 character. (Bug#6594)
11132
37e11a63
CY
111332011-08-08 Chong Yidong <cyd@stupidchicken.com>
11134
839dde57
CY
11135 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11136 (image-dired--with-db-file): New macro.
11137 (image-dired-write-tags, image-dired-remove-tag)
11138 (image-dired-create-gallery-lists, image-dired-write-comments)
11139 (image-dired-get-comment, image-dired-mark-tagged-files)
11140 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11141 (image-dired-gallery-generate): Use insert-file-contents.
11142
37e11a63
CY
11143 * time.el (display-time-world-list, display-time-world-display):
11144 * time-stamp.el (time-stamp-string):
11145 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11146 set-time-zone-rule (Bug#7337).
11147
0b4946c4
DU
111482011-08-08 Daiki Ueno <ueno@unixuser.org>
11149
11150 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11151 (epg-error-to-string, epg-errors-to-string): New function.
11152 (epg-wait-for-completion): Reverse errors list.
11153 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11154 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11155 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11156 (epg-sign-keys, epg-generate-key-from-file)
11157 (epg-generate-key-from-string): Format errors by using
11158 epg-errors-to-string (bug#9255).
11159 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11160
75bfc667
JL
111612011-08-07 Juri Linkov <juri@jurta.org>
11162
11163 * faces.el (list-faces-display): Remove extra angle bracket
11164 from `help-mode-map'.
11165
11166 * info.el (Info-history-toc-nodes): Doc fix.
11167
11168 * longlines.el (longlines-mode): Doc fix.
11169
673e08bb
SM
111702011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11171
4640dd88
SM
11172 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11173 of statements and in a few more cases (bug#9183).
11174
673e08bb
SM
11175 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11176 New functions.
11177 (cl-transform-lambda): Use them (bug#9239).
11178
89b3f019
MR
111792011-08-05 Martin Rudalics <rudalics@gmx.at>
11180
11181 * window.el (display-buffer-same-window)
11182 (display-buffer-same-frame, display-buffer-other-window)
11183 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11184 (pop-to-buffer-other-window)
11185 (pop-to-buffer-same-frame-other-window)
11186 (pop-to-buffer-other-frame): Make them defuns.
11187 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11188
640c8776
SM
111892011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11190
11191 * subr.el (make-composed-keymap): Move from C. Change calling
11192 convention, and improve docstring to bring attention to a subtle point.
11193 * minibuffer.el (completing-read-default): Adjust accordingly.
11194
63648a95
MA
111952011-08-03 Michael Albinus <michael.albinus@gmx.de>
11196
11197 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11198 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11199
11200 * net/trampver.el: Update release number.
11201
b796c9b7
SM
112022011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11203
11204 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11205 "in" (bug#9190).
11206
2239d7d5
LMI
112072011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11208
e07dd7c3
LMI
11209 * mail/sendmail.el (sendmail-query-once): Restore the current
11210 buffer after querying (bug#9074).
11211
0e6a2bd7
LMI
11212 * dired.el (dired-flagged): Use different faces for marked and
11213 flagged files (bug#6117).
11214
ce887515
LMI
11215 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11216 (bug#4433).
11217
92f2affc
LMI
11218 * ido.el (ido-mode): Switch off the message if called
11219 non-interactively.
11220
57d5aff0
LMI
11221 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11222 before 587, since it appears that that's more likely to work for
11223 more people.
11224
98cd6c18 11225 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11226 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11227 exist.
11228
b96dec83
LMI
11229 * info.el: Remove the `Info-beginning-of-buffer' function
11230 (bug#8325).
11231
b796c9b7
SM
11232 * net/network-stream.el (network-stream-open-starttls):
11233 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11234
d90e2ea0
MR
112352011-08-01 Martin Rudalics <rudalics@gmx.at>
11236
11237 * window.el (display-buffer-in-window): Don't set dedicated status
11238 of window here (Bug#9215).
11239 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11240 (display-buffer-pop-up-side-window)
b796c9b7 11241 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11242
cca09170
SM
112432011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11246 before binding generated-autoload-file.
11247
027b979c
DD
112482011-08-01 Deniz Dogan <deniz@dogan.se>
11249
11250 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11251
3c7ee4f3
MA
112522011-07-30 Michael Albinus <michael.albinus@gmx.de>
11253
11254 Sync with Tramp 2.2.2.
11255
11256 * net/trampver.el: Update release number.
11257
2cc8e51a
JL
112582011-07-30 Juri Linkov <juri@jurta.org>
11259
11260 * dired-aux.el (dired-touch-initial): Remove function.
11261 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11262 current time, and `default' to the last modification time of the
11263 current marked file (bug#6887).
11264
a514d856
JM
112652011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11266
11267 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11268 numeric argument to read-number (bug#9163).
a514d856 11269
8a7eddd7
MA
112702011-07-27 Michael Albinus <michael.albinus@gmx.de>
11271
11272 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11273 connection process, it could be nil.
11274
1ddd96f5
LL
112752011-07-27 Leo Liu <sdl.web@gmail.com>
11276
11277 Simplify url handling in rcirc-mode.
11278
11279 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11280 (rcirc-browse-url-at-mouse): Remove.
11281 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11282
b248a85d
AM
112832011-07-26 Alan Mackenzie <acm@muc.de>
11284
11285 Fontify bitfield declarations properly.
11286
11287 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11288 (c-symbol-chars): Now exported as a lang variable.
11289 (c-not-primitive-type-keywords): New lang variable.
11290
11291 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11292 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11293 parsed as a bitfield declaration.
b248a85d 11294
b796c9b7
SM
11295 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11296 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11297 (c-punctuation-in): New function.
11298 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11299 declarations properly.
11300
68575ab0
UJ
113012011-07-26 Ulf Jasper <ulf.jasper@web.de>
11302
11303 * calendar/icalendar.el (icalendar--all-events): Take care of
11304 multiple vcalendars in a single file.
b796c9b7 11305 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11306
0f0a88b9
DD
113072011-07-25 Deniz Dogan <deniz@dogan.se>
11308
11309 * image.el (insert-image): Clarifying docstring.
11310
0b3f36df
MA
113112011-07-24 Michael Albinus <michael.albinus@gmx.de>
11312
11313 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11314 `tramp-send-command-and-check' if there is no error.
11315 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11316
a9901f61
AM
113172011-07-22 Alan Mackenzie <acm@muc.de>
11318
11319 Prevent cc-langs.elc being loaded at run time.
11320
11321 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11322 cc-langs.
11323
4d61f28d 11324 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11325 "(require 'cc-langs)". Quote a form so it will evaluate at
11326 (cc-mode's) compilation time.
11327
11d074b2
MA
113282011-07-22 Michael Albinus <michael.albinus@gmx.de>
11329
11330 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11331 loading. (Bug#9114)
11332
938b94c8
MR
113332011-07-21 Martin Rudalics <rudalics@gmx.at>
11334
11335 * window.el (display-buffer-pop-up-window)
11336 (display-buffer-pop-up-side-window)
11337 (display-buffer-in-side-window): Call display-buffer-set-height
11338 and display-buffer-set-width after setting the new window's
b796c9b7 11339 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11340
bfa4f190
SS
113412011-07-20 Sam Steingold <sds@gnu.org>
11342
11343 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11344 (etags-tags-included-tables): Call `convert-standard-filename' on
11345 the file names contained in TAGS so that windows Emacs can handle
11346 TAGS files created by cygwin ctags.
11347
8ca42262
LMI
113482011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11349
11350 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11351 which apparently didn't work.
11352
5db2afd2 113532011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11354
5db2afd2
RW
11355 * proced.el (proced-send-signal): For *Marked Processes* buffer
11356 put point at beginning of buffer.
11357
92e15d10
SB
113582011-07-19 Stephen Berman <stephen.berman@gmx.net>
11359
11360 * proced.el (proced-format): Make header lines align with the text
11361 (bug#1779).
11362
1bfd59e5
LMI
113632011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11364
11365 * view.el (view-buffer): Allow running in `special' modes if we're
11366 visiting a file (bug#8615).
11367
f5aae37c
MR
113682011-07-19 Martin Rudalics <rudalics@gmx.at>
11369
11370 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11371 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11372 New functions.
f5aae37c
MR
11373 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11374 more accurately.
11375
bf2c1571
AM
113762011-07-18 Alan Mackenzie <acm@muc.de>
11377
11378 Fontify declarators properly when, e.g., a jit-lock chunk begins
11379 inside a declaration.
11380
11381 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11382
b796c9b7
SM
11383 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11384 New function.
bf2c1571
AM
11385 (c-complex-decl-matchers): Insert reference to
11386 c-font-lock-enclosing-decls.
11387
11388 * progmodes/cc-engine.el (c-backward-single-comment):
11389 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11390 to nil around calls to (forward-comment -1).
11391
4e190b80
LMI
113922011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11393
12dc863d
LMI
11394 * image.el (put-image): Doc typo fix.
11395
a762e966
LMI
11396 * progmodes/etags.el (tags-search): Doc typo fix.
11397
4e190b80
LMI
11398 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11399 password if we get errors 550 to 554.
11400
f019fb21
LMI
114012011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11402
b796c9b7 11403 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11404
81746738
LMI
11405 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11406 indentation character (bug#6380).
11407
3ee3a1b5
LMI
11408 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11409
c82f64de
LMI
11410 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11411 to clarify what the problem is (bug#4291).
11412
f019fb21
LMI
11413 * simple.el (current-kill): Clarify what
11414 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11415 (auto-fill-mode): Document `auto-fill-function' in relation to
11416 `auto-fill-mode' (bug#2470).
f019fb21 11417
0794775d
LM
114182011-07-16 Lawrence Mitchell <wence@gmx.li>
11419
11420 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11421 method if slot is read-only (bug#9035).
11422
be39b8cc
MR
114232011-07-16 Martin Rudalics <rudalics@gmx.at>
11424
b796c9b7 11425 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11426 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11427 selected before, see discussion of (Bug#8615), (Bug#6954).
11428 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11429
6ccf7859
GM
114302011-07-15 Glenn Morris <rgm@gnu.org>
11431
11432 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11433 Respect help-form.
6ccf7859 11434
87e86684
LM
114352011-07-09 Lawrence Mitchell <wence@gmx.li>
11436
11437 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11438 (gnutls-negotiate): Use it.
11439
d6066239
LMI
114402011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11441
b796c9b7
SM
11442 * net/gnutls.el (gnutls-negotiate):
11443 Upcase `gnutls-algorithm-priority'.
d6066239 11444
bd23ebc0
GM
114452011-07-15 Glenn Morris <rgm@gnu.org>
11446
c65bca65
GM
11447 * jka-compr.el (jka-compr-verbose): Move from here...
11448 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11449 Add missing :version tag.
11450 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11451
478615cc
LMI
114522011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11453
7b41decb
LMI
11454 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11455 (gnutls-negotiate): Use it.
11456
dbc44fcd
LMI
11457 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11458
06789f97
LMI
11459 * info.el (Info-beginning-of-buffer): New command.
11460 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11461 announcing `b' as the key (bug#8325).
ab896c37 11462 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11463
c39da690
LMI
11464 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11465
3aa5f34b
LMI
11466 * international/mule-cmds.el
11467 (describe-specified-language-support): Make the error message
11468 clearer (bug#8905).
11469
4bf0979f
LMI
11470 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11471
478615cc
LMI
11472 * isearch.el (isearch-barrier): Add a doc string, since it's
11473 mentioned in a function doc string (bug#8678).
11474
75c68aa1
MR
114752011-07-15 Martin Rudalics <rudalics@gmx.at>
11476
11477 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11478 buffer argument (Bug#9083) and self-identifying label argument.
11479
a7c33da2
GM
114802011-07-15 Glenn Morris <rgm@gnu.org>
11481
11482 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11483
2f5c6024
LMI
114842011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11485
11486 * man.el (Man-fontify-manpage): Fix message when formatting the
11487 man page (bug#7929).
11488
0bb23927 114892011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11490
11491 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11492 argument LRM; if non-nil, append an invisible LRM character to the
11493 buffer name.
11494 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11495 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11496 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11497 paragraph direction.
cce4b0a7 11498
621ef9ab
LMI
114992011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11500
d1583c48
LMI
11501 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11502 the man page name (bug#7929).
11503
6a57fb5f
LMI
11504 * image.el (put-image): Mention the `put-image' overlay property
11505 (bug#7834).
11506
d7956b14
LMI
11507 * scroll-bar.el (set-scroll-bar-mode): Mention that
11508 `scroll-bar-mode' lists the values (bug#7772).
11509
5b2d4a66
LMI
11510 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11511 command (bug#7729).
11512
7509a874
LMI
11513 * rect.el (apply-on-rectangle): Return the point after the last
11514 operation.
11515 (string-rectangle): Go to the point after the last operation
11516 (bug#7522).
11517
4fe74b19
LMI
11518 * printing.el (pr-toggle-region): Clarify the documentation
11519 slightly (bug#7493).
11520
b796c9b7
SM
11521 * time.el (display-time-update):
11522 Allow `display-time-mail-function' to return nil (bug#7158).
11523 Fix suggested by Detlev Zundel.
ab283561 11524
fc233c9d
LMI
11525 * vc/diff.el (diff): Clarify the order the file names are read
11526 (bug#7111).
11527
43f5740b
LMI
11528 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11529 the doc string (bug#7015).
11530
f2182a76
LMI
11531 * font-lock.el (font-lock-maximum-decoration): Mention what
11532 numeric levels mean (bug#6935).
11533
621ef9ab
LMI
11534 * startup.el (initial-buffer-choice): Don't mention the `none'
11535 selection, which is against policy.
11536
adc47434
MR
115372011-07-14 Martin Rudalics <rudalics@gmx.at>
11538
b796c9b7
SM
11539 * window.el (display-buffer-normalize-special):
11540 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11541
7e5bfb8f
EZ
115422011-07-14 Eli Zaretskii <eliz@gnu.org>
11543
11544 * subr.el (version<, version<=, version=): Mention "-CVS" and
11545 "-12345" alpha version numbers.
11546
27fa387a
CY
115472011-07-14 Chong Yidong <cyd@stupidchicken.com>
11548
11549 * bindings.el: Add advertised binding for set-mark-command
11550 (Bug#5772).
11551
8bdfa064
CY
115522011-07-14 Chong Yidong <cyd@stupidchicken.com>
11553
11554 * bindings.el (mode-line-other-buffer):
11555 * bookmark.el (bookmark-bmenu-2-window):
11556 * bs.el (bs-cycle-next, bs-cycle-previous):
11557 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11558 switch-to-buffer.
11559
11560 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11561 Delete.
8bdfa064 11562
5eba16a3
JB
115632011-07-14 Juanma Barranquero <lekktu@gmail.com>
11564
11565 * follow.el (follow-debug-message, follow-redisplay):
11566 * jka-cmpr-hook.el (with-auto-compression-mode):
11567 Fix typos in docstrings.
11568
15853710
LMI
115692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11570
a28e4607
LMI
11571 * subr.el (with-silent-modifications): Clarify somewhat what the
11572 macro inhibits (bug#6525).
11573
15853710
LMI
11574 * simple.el (eval-expression): Note what it does if called
11575 interactively (bug#6495).
11576
bee0fcef
CY
115772011-07-13 Chong Yidong <cyd@stupidchicken.com>
11578
b796c9b7
SM
11579 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11580 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11581
11582 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11583 Remove switch-to-buffer.
11584
58274504
LMI
115852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11586
bd2fcc8d
LMI
11587 * files.el (make-directory): Clarify that an error will be raised
11588 if there's an error (bug#6397).
11589
0f04b32c
LMI
11590 * startup.el (initial-buffer-choice): Add `none' as a choice
11591 (bug#6234).
11592
465c5fc8
LMI
11593 * subr.el (add-hook): Clarify section about buffer-local hooks
11594 (bug#6218).
11595
58274504
LMI
11596 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11597
bead9a43
JB
115982011-07-13 Juanma Barranquero <lekktu@gmail.com>
11599
11600 * tabify.el (untabify): Preserve the current column so that point
11601 doesn't move (bug#6032).
11602
3af98a7b
LMI
116032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11604
b796c9b7
SM
11605 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11606 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11607
6240145a
GM
116082011-07-13 Glenn Morris <rgm@gnu.org>
11609
11610 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11611 (dired-insert-directory): Give a message the first time
11612 if ls is found not to support --dired.
11613
1d8c2ccc
LMI
116142011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11615
11616 * simple.el (toggle-truncate-lines): Clarify what is toggled
11617 (bug#5580). Text by Drew Adams.
11618
5fc4038e
CY
116192011-07-13 Chong Yidong <cyd@stupidchicken.com>
11620
11621 * simple.el (blink-matching-open): Make the error message from the
11622 last change less verbose.
11623
bf6012e5
DN
116242011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11625
11626 * font-lock.el (font-lock-comment-face): Use the high contrast
11627 "yellow" color for font-lock-comment-face on low color terminals
11628 using a dark background color (bug#4221).
11629
343c3b5a
LMI
116302011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11631
7e9505c5
LMI
11632 * dired.el (dired-insert-set-properties): Make the doc string
11633 reflect what it does now (bug#5325).
11634
c26fdcf5
LMI
11635 * simple.el (blink-matching-open): Say that we were unable to find
11636 the match within the limit, if we're limited (bug#5122).
11637
bb388cc5
LMI
11638 * international/mule-cmds.el (prefer-coding-system): Add an
11639 example (bug#4869).
11640
343c3b5a
LMI
11641 * progmodes/etags.el (tags-search): Document `file-list-form'
11642 (bug#4731).
11643
2a517d45
LM
116442011-07-13 Lawrence Mitchell <wence@gmx.li>
11645
11646 * net/browse-url.el (browse-url-default-browser)
11647 (browse-url-browser-function): Make the default browser choice a
11648 bit more logical (bug#4300). Also clean up the doc string.
11649
b6c78ef2
JB
116502011-07-13 Juanma Barranquero <lekktu@gmail.com>
11651
11652 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11653 binary endings (bug#4440).
11654
1c4dd947
LMI
116552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11656
a2014063
LMI
11657 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11658 which can be pretty annoying (bug#8971).
11659
9c9c2d88
LMI
11660 * jka-compr.el (jka-compr-verbose): New variable, and use
11661 throughout (bug#8971).
11662
1c4dd947
LMI
11663 * info.el (Info-find-file): Fall back on the installation
11664 directory if we can't find the info node anywhere else.
11665
a1c9f41b
SO
116662011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11667
11668 * vc/vc.el (vc-revert-file):
11669 Don't set file time-stamp in the past. (Bug#5181)
11670
536f3d36
LMI
116712011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11672
7152b011
LMI
11673 * files.el (after-find-file): Give a better error message when
11674 trying to find a symlink that points to a file that doesn't exist
11675 (bug#4398).
11676
536f3d36
LMI
11677 * progmodes/cc-vars.el: Remove (probably) misleading comment
11678 (bug#4396).
11679
460c0fba
JB
116802011-07-12 Johan Bockgård <bojohan@gnu.org>
11681
11682 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11683
7a6bda45
CY
116842011-07-12 Chong Yidong <cyd@stupidchicken.com>
11685
11686 * mouse-sel.el: Hack restoring functionality, while keeping
11687 compatibility with 2010-07-03 changes to mouse selection.
11688 (mouse-sel-primary-overlay): New var.
11689 (mouse-sel-selection-alist): Use it.
11690 (mouse-sel-mode): Doc fix; remove points that are default features
11691 of mouse.el.
11692
c79598ef
JB
116932011-07-12 Johan Bockgård <bojohan@gnu.org>
11694
11695 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11696 Fix previous fix (bug#2490).
11697
ff8be6ef
RW
116982011-07-12 Roland Winkler <winkler@gnu.org>
11699
b796c9b7
SM
11700 * textmodes/bibtex.el (bibtex-initialize):
11701 Use pop-to-buffer-same-window.
ff8be6ef
RW
11702 (bibtex-search-entries): Fix interactive call.
11703
296ba3ee
LMI
117042011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11705
f5242a02 11706 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11707 Fontise bytecomp Error lines more correctly (bug#2490).
11708 Fix suggested by Johan Bockgård.
f5242a02 11709
296ba3ee
LMI
11710 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11711
11712 * dired-x.el (dired-guess-default): Use `delete-dups'.
11713
f69fd0d2
CY
117142011-07-12 Chong Yidong <cyd@stupidchicken.com>
11715
11716 * dired.el (dired-mark-prompt):
11717 * dired-aux.el (dired-read-shell-command): Doc fix.
11718
eab5dc07
LMI
117192011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11720
b796c9b7
SM
11721 * mail/sendmail.el (sendmail-query-once):
11722 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11723 emacs -Q.
11724
11725 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11726
eab5dc07
LMI
11727 * cus-edit.el (custom-file): Take an optional no-error variable.
11728 (customize-save-variable): Set the variable, and give a warning if
11729 running under "emacs -q".
11730
a1e65d42
JB
117312011-07-11 Juanma Barranquero <lekktu@gmail.com>
11732
11733 * loadhist.el (unload-feature-special-hooks):
11734 Add `auto-coding-functions', `fill-nobreak-predicate' and
11735 `find-directory-functions' (bug#5327).
11736
1d52da10
LMI
117372011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11738
be958f1d
LMI
11739 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11740
5bedb26c
LMI
11741 * cus-edit.el (custom-guess-name-alist): -alist variables should
11742 use the `alist' type (bug#3120). Suggested by Drew Adams.
11743
1d52da10
LMI
11744 * printing.el: Add documentation to all the `pr-toggle-' commands.
11745
cd394be1 117462011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11747
11748 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11749 backends where it makes sense (bug#2623).
11750
dcc88d8a
LMI
117512011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11752
c3de9feb
LMI
11753 * dired-x.el (dired-guess-default): Remove duplicate shell command
11754 entries (bug#2028).
8a93078b 11755 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11756 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11757
dcc88d8a
LMI
11758 * subr.el (remove-duplicates): New conveniency function.
11759
505e3645
LMI
117602011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11761
11762 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11763 (bug#1526).
11764
117652011-07-10 Martin Rudalics <rudalics@gmx.at>
11766
11767 * window.el (display-buffer-normalize-default): Don't invert
11768 meaning of even-window-heights. Reported by Eli Zaretskii
11769 <eliz@gnu.org>.
11770
455e4fa1
BR
117712011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11772
11773 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11774
8e0bc3e9
CY
117752011-07-10 Chong Yidong <cyd@stupidchicken.com>
11776
11777 * window.el (display-buffer): Fix arguments to
11778 display-buffer-reuse-window in last change.
11779
fa7c3228
CY
11780 * faces.el (link): Use a less saturated blue on light backgrounds.
11781
11782 * startup.el (fancy-startup-text, fancy-about-text)
11783 (fancy-startup-tail): Use font-lock faces, for background safety.
11784
c0a7f300
BN
117852011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11786
b796c9b7
SM
11787 * emulation/viper-cmd.el (viper-change-state-to-vi):
11788 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11789
4dc2a129
MR
117902011-07-09 Martin Rudalics <rudalics@gmx.at>
11791
11792 * window.el (display-buffer-default-specifiers): Remove.
11793 (display-buffer-macro-specifiers): Remove default specifiers.
11794 (display-buffer-alist): Default to nil.
b796c9b7 11795 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11796 (display-buffer-pop-up-window): Allow splitting internal
11797 windows. Check whether a live window was created.
11798 (display-buffer-other-window-means-other-frame)
11799 (display-buffer-normalize-arguments): Rename to
11800 display-buffer-normalize-argument and rewrite. Set the
11801 other-window specifier.
11802 (display-buffer-normalize-special): New function.
11803 (display-buffer-normalize-options): Rename to
11804 display-buffer-normalize-default and rewrite.
11805 (display-buffer-normalize-options-inhibit): Remove.
11806 (display-buffer-normalize-specifiers): Rewrite.
11807 (display-buffer): Process other-window specifier and call
11808 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11809 more faithfully.
b796c9b7 11810 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11811 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11812 (display-buffer-in-window, display-buffer-alist-set):
11813 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11814 <tassilo@member.fsf.org>.
11815
2d43b8c9
LL
118162011-07-09 Leo Liu <sdl.web@gmail.com>
11817
11818 * register.el (insert-register): Restore accidental change on
11819 2011-06-26. (Bug#9028)
11820
7f9b7c53
GM
118212011-07-09 Glenn Morris <rgm@gnu.org>
11822
11823 * subr.el (remq): Handle the empty list. (Bug#9024)
11824
f042cfd8
AS
118252011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11826
11827 * mail/sendmail.el (send-mail-function): No longer delay custom
11828 initialization.
11829 * custom.el (custom-initialize-delay): Doc fix.
11830
856b2f11
SM
118312011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11834
afae1d68
MA
118352011-07-08 Michael Albinus <michael.albinus@gmx.de>
11836
11837 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11838 human-friendly prompt.
11839
0757af94
SM
118402011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11843 provided by a particular plugin.
11844
d760b731
LMI
118452011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11846
11847 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11848 save customizations (with "emacs -Q"), just set the variable
11849 instead of erroring out.
11850
11851 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11852
cd79ce90
JL
118532011-07-08 Juri Linkov <juri@jurta.org>
11854
11855 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11856 (archive-zip-update-case): Use 7z if found by `executable-find'.
11857 The order of searching the available programs is the same as in
11858 `archive-zip-extract' (bug#8968).
11859
14cc04aa
CY
118602011-07-07 Chong Yidong <cyd@stupidchicken.com>
11861
11862 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11863 (menu-bar-options-menu): Tweak descriptions.
11864
0a1848ec
LMI
118652011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11866
11867 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11868 menu items into verb phrases (bug#1421). Also refill to fit under
11869 80 columns.
11870
f5bd0689
CY
118712011-07-07 Chong Yidong <cyd@stupidchicken.com>
11872
538e85c6
CY
11873 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11874 (Info-read-node-name): Doc fix (Bug#1084).
11875
f5bd0689
CY
11876 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11877 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11878 (end-of-sexp, beginning-of-sexp)
11879 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11880 (forward-symbol, forward-same-syntax, word-at-point)
11881 (sentence-at-point): Doc fix (Bug#1144).
11882
56ec5115
LMI
118832011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11884
f3f8e37f
LMI
11885 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11886 should cover it (bug#1281).
11887
0757af94 11888 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11889
e9fce1ac 11890 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11891 negotiation fails, then possibly try again with a non-encrypted
11892 connection (bug#9017).
11893
56ec5115
LMI
11894 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11895 be used.
11896
c2f9aec8
RS
118972011-07-07 Richard Stallman <rms@gnu.org>
11898
11899 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11900 property, and handle its changed format.
11901 Look for the correct line number.
11902 Use file's line contents (but not past first =) to find
11903 correct line in message.
11904
ef7b981d 119052011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11906
11907 * international/characters.el (build-unicode-category-table):
11908 Delete it.
0757af94 11909 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11910
0757af94 11911 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11912 to src/chartab.c.
11913 (get-char-code-property): Call unicode-property-table-internal to
11914 load a file. Call get-unicode-property-internal where necessary.
11915 (put-char-code-property): Call unicode-property-table-internal to
11916 load a file. Call put-unicode-property-internal where necessary.
11917 put-unicode-property-internal where necessary.
0757af94
SM
11918 (char-code-property-description):
11919 Call unicode-property-table-internal to load a file.
c805dec0
KH
11920
11921 * international/charprop.el:
11922 * international/uni-bidi.el:
11923 * international/uni-category.el:
11924 * international/uni-combining.el:
11925 * international/uni-comment.el:
11926 * international/uni-decimal.el:
11927 * international/uni-decomposition.el:
11928 * international/uni-digit.el:
11929 * international/uni-lowercase.el:
11930 * international/uni-mirrored.el:
11931 * international/uni-name.el:
11932 * international/uni-numeric.el:
11933 * international/uni-old-name.el:
11934 * international/uni-titlecase.el:
11935 * international/uni-uppercase.el: Regenerate.
11936
11937 * loadup.el: Load international/charprop.el before
11938 international/characters.
11939
e14b388a
CY
119402011-07-07 Chong Yidong <cyd@stupidchicken.com>
11941
11942 * window.el (next-buffer, previous-buffer): Signal an error if
11943 called from a minibuffer window.
11944
11945 * bindings.el: Revert 2011-07-04 change.
11946
354cf0ba
RS
119472011-07-06 Richard Stallman <rms@gnu.org>
11948
11949 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11950 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11951 Treat markers like ints.
11952 (rmail-mime-entity): Doc fix.
11953
a48868a7
LMI
119542011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11955
4906cd3d
LMI
11956 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11957 defcustom again for backwards compatibility.
11958
e0457abe
LMI
11959 * simple.el (shell-command-on-region): Fill.
11960
d67f7e1f
LMI
11961 * dired-aux.el (dired-kill-line): Add a doc string.
11962
fe204702
LMI
11963 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11964 to "\\sw\\|\\s_" (bug#358).
11965
a48868a7
LMI
11966 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11967 (dired-unmark-backward): Ditto.
11968 (dired-flag-backup-files): Ditto.
11969
11970 * dired-x.el (dired-mark-sexp): Ditto.
11971
aa8a705c
RS
119722011-07-06 Richard Stallman <rms@gnu.org>
11973
11974 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11975 (rmail-mime-entity): New arg TRUNCATED.
11976 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11977 New functions.
11978 (rmail-mime-save): Warn if entity is truncated.
11979 (rmail-mime-toggle-hidden): Likewise, for showing.
11980 (rmail-mime-process-multipart): Record when an entity is truncated.
11981
a9a936b9
RS
11982 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11983 if ENTITY is a string.
11984
1f2b92cb
LMI
119852011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11986
f4f73198 11987 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11988 of faces when `M-C-x'-ing their definitions (bug#8378).
11989 Also clean up the code slightly.
f4f73198 11990
12b16734 11991 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11992 because that makes the colors go away.
12b16734 11993
f0691d22
LMI
11994 * mail/sendmail.el (send-mail-function): Change the default to
11995 `sendmail-query-once'.
9e87df06 11996 (sendmail-query-once): Add an autoload cookie.
f0691d22 11997
1f2b92cb
LMI
11998 * net/network-stream.el (network-stream-open-starttls): Try using
11999 a plain connection even if the server offered STARTTLS, and we
12000 kinda wanted to use it, if Emacs doesn't have any STARTTLS
12001 capability. This should make smtpmail.el work in slightly more
12002 configurations.
12003
1cdd2a1b
MA
120042011-07-06 Michael Albinus <michael.albinus@gmx.de>
12005
12006 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
12007 New defun.
12008 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
12009
fbcc67e2
MM
120102011-07-06 Michael R. Mauger <mmaug@yahoo.com>
12011
12012 * progmodes/sql.el: Version 3.0
0757af94 12013 (sql-product-alist): Add product :completion-object,
fbcc67e2 12014 :completion-column, and :statement attributes.
0757af94 12015 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 12016 (sql-mode-syntax-table): Mark all punctuation.
0757af94 12017 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
12018 ansi keywords.
12019 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 12020 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
12021 (sql-oracle-show-reserved-words): New function for development.
12022 (sql-product-font-lock): Simplify for source code buffers.
12023 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
12024 New functions.
12025 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
12026 (sql-mode-map): Add statement movement functions.
12027 (sql-ansi-statement-starters, sql-oracle-statement-starters):
12028 New variable.
fbcc67e2
MM
12029 (sql-statement-regexp, sql-beginning-of-statement)
12030 (sql-end-of-statement, sql-signum): New functions.
0757af94 12031 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
12032 (sql-show-sqli-buffer): Bug fix.
12033 (sql-interactive-mode): Store connection data as buffer local.
0757af94 12034 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
12035 with sql-interactive-mode.
12036 (sql-save-connection): Save buffer local settings.
0757af94 12037 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
12038 (sql-product-interactive): Bug fix.
12039 (sql-preoutput-hold): New variable.
12040 (sql-interactive-remove-continuation-prompt): Bug fixes.
12041 (sql-debug-redirect): New variable.
12042 (sql-str-literal): New function.
12043 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 12044 Redesign.
fbcc67e2
MM
12045 (sql-oracle-save-settings, sql-oracle-restore-settings)
12046 (sql-oracle-list-all, sql-oracle-list-table): New functions.
12047 (sql-completion-object, sql-completion-column)
12048 (sql-completion-sqlbuf): New variables.
12049 (sql-build-completions-1, sql-build-completions)
12050 (sql-try-completion): New functions.
12051 (sql-read-table-name): Use them.
12052 (sql-contains-names): New buffer local variable.
12053 (sql-list-all, sql-list-table): Use it.
12054 (sql-oracle-completion-types): New variable.
12055 (sql-oracle-completion-object, sql-sqlite-completion-object)
12056 (sql-postgres-completion-object): New functions.
12057
d4eaeab1
GM
120582011-07-06 Glenn Morris <rgm@gnu.org>
12059
12060 * window.el (pop-to-buffer): Doc fix.
12061
322b7dab 120622011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
12063
12064 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
12065
322b7dab 120662011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 12067
322b7dab 12068 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 12069
322b7dab 12070 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 12071
605dd5bf
CY
120722011-07-05 Chong Yidong <cyd@stupidchicken.com>
12073
12074 * button.el (button): Inherit from link face. Suggested by Dan
12075 Nicolaescu.
12076
7dbfa719
SM
120772011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12078
3db614b0
SM
12079 * progmodes/gdb-mi.el: Fit in 80 columns.
12080 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
12081 switch-to-buffer.
12082
7dbfa719
SM
12083 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
12084 if imenu is simply not configured (bug#8941).
12085
919d884a
KM
120862011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
12087
12088 * allout.el (allout-post-undo-hook): New allout outline-change
12089 event hook to signal undo activity.
12090 (allout-post-command-business): Run allout-post-undo-hook if an
12091 undo just occurred.
7dbfa719
SM
12092 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12093 * allout-widgets.el (allout-widgets-after-undo-function):
12094 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
12095 in the vicinity of an undo.
12096 (allout-widgets-mode): Include allout-widgets-after-undo-function
12097 on the new allout-post-undo-hook.
12098
450a0f09
SM
120992011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12102 Let define-derived-mode define it.
12103 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12104 cycles of abbrev-table inheritance (bug#8998).
12105
2de69e00
RW
121062011-07-05 Roland Winkler <winkler@gnu.org>
12107
12108 * textmodes/bibtex.el: Add support for biblatex.
12109 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12110 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12111 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12112 (bibtex-entry-alist, bibtex-field-alist): New variables.
12113 (bibtex-entry-field-alist): Obsolete alias for
12114 bibtex-BibTeX-entry-alist.
12115 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12116 (bibtex-set-dialect): New command.
12117 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12118 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12119 Bind via bibtex-set-dialect.
2de69e00
RW
12120 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12121 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12122 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12123 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12124 Define via bibtex-set-dialect.
450a0f09
SM
12125 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12126 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12127 (bibtex-vec-push, bibtex-vec-incr): New functions.
12128 (bibtex-format-entry, bibtex-field-list)
12129 (bibtex-print-help-message, bibtex-validate)
12130 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12131
2dcdbdd9
SM
121322011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * progmodes/compile.el (compilation-goto-locus):
12135 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12136 * bs.el (bs-cycle-next, bs-cycle-previous):
12137 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12138 * bindings.el (mode-line-other-buffer):
12139 * autoinsert.el (auto-insert):
12140 * arc-mode.el (archive-extract):
12141 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12142
b27640fe
JB
121432011-07-05 Juanma Barranquero <lekktu@gmail.com>
12144
12145 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12146 Fix check of `emacs-lock-unlockable-modes'.
12147 Coerce true values of `emacs-lock--try-unlocking' to t.
12148
53bbe3ad
JB
121492011-07-05 Juanma Barranquero <lekktu@gmail.com>
12150
12151 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12152 * emacs-lock.el: New file.
12153
1d3cdbc7
JD
121542011-07-05 Julien Danjou <julien@danjou.info>
12155
12156 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12157 than `boundp' to check if face is set.
12158
9173deec
JB
121592011-07-05 Juanma Barranquero <lekktu@gmail.com>
12160
12161 * register.el (registerv-make):
12162 * window.el (window-min-height): Fix typos in docstrings.
12163
869795d6
JD
121642011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12165
9173deec 12166 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12167 Update doc string.
12168
b768cdcd
JB
121692011-07-04 Juanma Barranquero <lekktu@gmail.com>
12170
12171 * server.el (server-execute): Catch quit and call
12172 `server-return-error' to pass the error back to emacsclient and
12173 close the connection (bug#8942).
12174
13aa217b
KM
121752011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12176
12177 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12178 insecure exception for current topic. Also note that auto-saves
12179 are handled differently.
12180
5d3385a0 12181 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12182 State variables for tracking auto-save inhibition situation.
12183
12184 (allout-write-contents-hook-handler): Rename from
12185 'allout-write-file-hook-handler', and describe how it depends on
12186 write-contents-functions sensitivity to non-nil value to prevent
12187 file write.
12188
12189 (allout-auto-save-hook-handler): Remove. auto-save does not check
12190 this in individual buffers, only in the starting buffer, so this
12191 is not the right way for us to inhibit auto-save in a buffer
12192 according to its condition.
12193
12194 (allout-mode): Use new allout-write-contents-hook-handler, and
12195 only with write-contents-functions. Remove auto-save provisions -
12196 they're implemented elsewhere.
12197
12198 (allout-before-change-handler): If undo is in progress, note that
12199 for attention of allout-post-command-business.
12200
12201 (allout-post-command-business): If the command we're following was
12202 an undo, check for change in the status of encrypted items and
12203 adjust auto-save inhibitions accordingly.
12204
12205 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12206 according to whether there are or aren't any plain-text topics
12207 pending encryption.
12208
2dcdbdd9 12209 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12210 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12211 if there are plain-text topics pending encryption.
13aa217b
KM
12212
12213 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12214 buffer-saved-size and some allout state to not inhibit auto-saves
12215 if there are no longer any plain-text topics pending encryption.
12216
0757af94
SM
12217 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12218 No longer provide for exemption of the current topic.
13aa217b 12219
ac89b32c
JL
122202011-07-04 Juri Linkov <juri@jurta.org>
12221
12222 Add 7z operations to delete and save changed members (bug#8968).
12223 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12224 New defcustoms.
12225 (archive-7z-write-file-member): New function.
12226 (archive-7z-summarize): Fix the number of dashes in the
12227 listing output.
12228
8fa39615
SM
122292011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12232 (bug#8958).
12233
2f11b3f1
CY
122342011-07-04 Chong Yidong <cyd@stupidchicken.com>
12235
d66fef2b
CY
12236 * bindings.el: Ignore next-buffer and previous-buffer in
12237 minibuffer-local-map.
12238
2f11b3f1
CY
12239 * font-lock.el (font-lock-builtin-face): Change light background
12240 color to dark slate blue (Bug#6693).
12241
f932a347
WD
122422011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12243
12244 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12245
c8af70e1
SM
122462011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12249 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12250 Add switch-to-buffer.
12251
f158badc
LMI
122522011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12253
12254 * isearch.el (isearch-search-fun-function): Clarify further the
12255 meaning of the function returned.
12256
6d95bd46
MA
122572011-07-04 Michael Albinus <michael.albinus@gmx.de>
12258
12259 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12260
12261 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12262 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12263 Use it.
12264 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12265 `tramp-default-remote-path' does not exist.
12266 (tramp-send-command-and-read): New optional argument NOERROR.
12267 (tramp-open-connection-setup-interactive-shell)
12268 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12269 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12270 (tramp-process-sentinel): Flush also process' connection property.
12271 (tramp-sh-handle-start-file-process): Do not set process
12272 sentinel. It is done now ...
12273 (tramp-maybe-open-connection): ... here. (Bug#8929)
12274
909e6b67
MK
122752011-07-04 MON KEY <monkey@sandpframing.com>
12276
12277 * play/animate.el (animate-string): Doc fixes and allow changing
12278 the buffer name (bug#5417).
12279
122802011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12281
c8af70e1 12282 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12283
f34755dc
PE
122842011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12285
396cec72
PE
12286 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12287 This is simpler and helps future-proof the code.
12288 (timer-until): Use time-subtract and float-time.
08235028 12289 (timer--time-less-p): Use time-less-p.
f34755dc 12290
56e6cc31
JB
122912011-07-04 Juanma Barranquero <lekktu@gmail.com>
12292
3abb79e5
JB
12293 * type-break.el (timep): Use the value of `float-time' to avoid a
12294 byte-compiler warning.
12295
56e6cc31
JB
12296 * server.el (server-eval-and-print): Return any result, even nil.
12297
7b9430b4
PE
122982011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12299
12300 * type-break.el: Accept time formats that the builtins accept.
12301 (timep, type-break-time-difference): Accept any format that
12302 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12303 This is simpler and helps future-proof the code.
12304 (type-break-time-difference): Round rather than ignoring
12305 subseconds components.
12306
3034e9e7
LMI
123072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12308
12309 * info.el (Info-apropos-matches): Make non-interactive, since it
12310 doesn't seem to do anything useful as a command (bug#8829).
12311
1485f4c0
CY
123122011-07-03 Chong Yidong <cyd@stupidchicken.com>
12313
12314 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12315 Move from faces.el.
1485f4c0
CY
12316 (frame-default-terminal-background): New function.
12317
12318 * custom.el (custom-push-theme): Don't record faces in `changed'
12319 theme; this doesn't work correctly for per-frame face settings.
12320 (disable-theme): Use face-set-after-frame-default to reset faces.
12321 (custom--frame-color-default): New function.
12322
9fa3dd45
LMI
123232011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12324
c8af70e1 12325 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12326 (bug#8769).
12327
6cbbc20c
KR
123282011-03-29 Kevin Ryde <user42@zip.com.au>
12329
12330 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12331 `perl-Test2' extend to match possible "fail #N" rep count
12332 (bug#8377).
12333
c7f98048
LMI
123342011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12335
65676592
LMI
12336 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12337 `smtpmail-via-smtp' now returns the error instead of nil.
12338
c7f98048
LMI
12339 * isearch.el (isearch-search-fun-function): Clarify the doc string
12340 (bug#8101).
12341
56e6cc31 123422011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12343
12344 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12345 unnecessary spaces (bug#8987).
12346
2b216704
LMI
123472011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12348
12349 * net/network-stream.el (open-network-stream): Use the
12350 :end-of-capability command thoughout.
12351
123522011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12353
12354 * net/network-stream.el (open-network-stream): Add the
12355 :end-of-capability command parameter, used by pop3.el.
12356
36adf6ce
LMI
123572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12358
1ca0da0e
LMI
12359 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12360
fc00f69c
LMI
12361 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12362 for list)" (bug#6475).
12363
28fd8759 12364 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12365 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12366 an error (bug#6297).
12367
0dd8b6da
LMI
12368 * man.el (Man-reference-regexp): Allow matching possible
12369 word-wrapped references (bug#6289).
12370
ce1438d6
LMI
12371 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12372 for consistency with the other vc buffers (bug#6197).
12373 (vc-checkin): Ditto.
12374
12375 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12376
36adf6ce
LMI
12377 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12378
e83cc1f7
LMI
123792011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12380
8a20ca4c
LMI
12381 * custom.el (defcustom): Clarify that :set is only used in the
12382 Customize user interface (bug#6089).
12383
83319045
LMI
12384 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12385 associated with a file, refuse to run instead of erroring out
12386 (bug#6084).
12387
a8392169
LMI
12388 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12389 the doc string, since it appears that using `fill-column' always
12390 controls the width (bug#7845).
12391
e83cc1f7
LMI
12392 * simple.el (shell-command-on-region): Say where the error output
12393 went if `shell-command-default-error-buffer' is set (bug#6857).
12394
e47ca23b
KM
123952011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12396
12397 * allout.el (allout-yank-processing): Adjust cursor position for
12398 backwards-deleted space.
12399
12400 (allout-rebullet-heading): Register changes with
12401 allout-exposure-changed-hook, so the modified topic is properly
12402 decorated.
12403
5cf56143
LMI
124042011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12405
08549772
LMI
12406 * minibuffer.el (completion-in-region): Document PREDICATE
12407 (bug#7136).
12408
48e96771
LMI
12409 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12410 of keyword/argument pairs (bug#6904).
12411
c8af70e1
SM
12412 * replace.el (multi-occur):
12413 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12414
e17d05e2
LMI
124152011-07-02 Drew Adams <drew.adams@oracle.com>
12416
12417 * dired.el (dired-mark-if): Make the message about whether it's
12418 marking or unmarking clearer (bug#8523).
12419
063b0e45
LMI
124202011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12421
12422 * disp-table.el (display-table-print-array): New function.
12423 (describe-display-table): Use it to print the vectors more pretty
12424 (Bug#8859).
12425
28545e04
MR
124262011-07-02 Martin Rudalics <rudalics@gmx.at>
12427
12428 * window.el (window-state-get-1): Don't assign clone numbers.
12429 Add clone-of item to list of window parameters.
12430 (window-state-put-2): Don't process clone numbers.
12431 (display-buffer-alist): Fix doc-string.
12432
3349e122
SM
124332011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * subr.el (remq): Don't allocate if it's not needed.
12436 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12437 (keymap--merge-bindings): New functions.
12438 (keymap-canonicalize): Use them to refine the canonicalization.
12439 * minibuffer.el (minibuffer-local-completion-map)
12440 (minibuffer-local-must-match-map): Move initialization from C.
12441 (minibuffer-local-filename-completion-map): Move initialization from C;
12442 don't inherit from anything here.
12443 (minibuffer-local-filename-must-match-map): Make obsolete.
12444 (completing-read-default): Use make-composed-keymap to combine
12445 minibuffer-local-filename-completion-map with either
12446 minibuffer-local-must-match-map or
12447 minibuffer-local-filename-completion-map.
12448
d224ac83
GM
124492011-07-01 Glenn Morris <rgm@gnu.org>
12450
3de63bf8
GM
12451 * type-break.el (type-break-time-sum): Use dolist.
12452
d224ac83
GM
12453 * textmodes/flyspell.el (flyspell-word-search-backward):
12454 Replace CL function.
12455
1a1e3f32
SM
124562011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12457
fe3f64d5
SM
12458 * mouse.el (mouse--strip-first-event): New function.
12459 (function-key-map): Use it to map fringe clicks to normal clicks
12460 by default.
12461
eb604e34
SM
12462 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12463 (vc-bzr-revision-completion-table): Add support for annotate and date.
12464
1a1e3f32
SM
12465 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12466 inherit from parent.
12467
5bd35902
LMI
124682011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12469
ace6c69c 12470 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12471 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12472
191e2bed
LMI
12473 * dired.el (dired-mode): Fix up the doc string as suggested by
12474 Drew Adams (bug#8817).
12475
5bd35902
LMI
12476 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12477 cookie, since the manual says that it should be possible to add
12478 this function to `find-file-hook' (bug#8709).
12479
eee8207a
TZ
124802011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12481
12482 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12483 here. Noted Ted Zlatanov as the maintainer.
12484 (cfengine-common-settings, cfengine-common-syntax): New functions
12485 to set up common things between `cfengine-mode' and
12486 `cfengine3-mode'.
12487 (cfengine3-mode): New mode.
12488 (cfengine3-defuns cfengine3-defuns-regex
12489 (cfengine3-class-selector-regex cfengine3-category-regex)
12490 (cfengine3-vartypes cfengine3-font-lock-keywords)
12491 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12492 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12493
36b148cf
MA
124942011-07-01 Michael Albinus <michael.albinus@gmx.de>
12495
12496 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12497
12498 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12499
0bf4ba9a
MR
125002011-07-01 Martin Rudalics <rudalics@gmx.at>
12501
12502 * window.el (same-window-buffer-names, same-window-regexps)
12503 (same-window-p, special-display-frame-alist)
12504 (special-display-popup-frame, special-display-function)
12505 (special-display-buffer-names, special-display-regexps)
12506 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12507 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12508 (split-window-preferred-function, split-height-threshold)
12509 (split-width-threshold, even-window-heights)
12510 (display-buffer-mark-dedicated, window-splittable-p)
12511 (split-window-sensibly, window-safely-shrinkable-p):
12512 Un-obsolete.
12513 (display-buffer): Don't spread args with function specifier
12514 because special-display-popup-frame won't like it.
12515
35837f51
PE
125162011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12517
d0672f86
PE
12518 Time-stamp simplifications and fixes.
12519 These improve accuracy slightly, and future-proof the code
12520 against some potential changes to current-time format.
12521
b9444d97
PE
12522 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12523 by using time-since and float-time.
12524
0ef923dc
PE
12525 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12526 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12527 + NNN microseconds".
12528
2f81380d
PE
12529 * type-break.el (type-break-time-sum): Rewrite using time-add.
12530
845b5c3e
PE
12531 * play/hanoi.el (hanoi-current-time-float): Remove.
12532 All uses replaced by float-time.
12533
ee6f1be0
PE
12534 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12535 This yields a more-accurate answer.
12536 (rng-time-to-float): Remove; no longer needed.
12537
fe955043
PE
12538 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12539
5777162a
PE
12540 * calendar/timeclock.el (timeclock-seconds-to-time):
12541 Defalias to seconds-to-time, since they're the same thing.
12542
3103f8b6 12543 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12544 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12545 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12546
0e61a35f
SM
125472011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12548
12549 * window.el (bury-buffer): Don't iconify the only frame.
12550 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12551 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12552
ddd63a1e
CY
125532011-07-01 Chong Yidong <cyd@stupidchicken.com>
12554
0e61a35f
SM
12555 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12556 Add mouse-yank-primary.
ddd63a1e 12557
055f4923
TZ
125582011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12559
12560 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12561
6a2fb145
SM
125622011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12565 (find-library-name): Use it to find relative load names when provided
12566 absolute file name (bug#8803).
12567
fd4983f2
LMI
125682011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12569
887d14ad
LMI
12570 * textmodes/flyspell.el (flyspell-word): Consider words that
12571 differ only in case as potential doublons (bug#5687).
12572
c53dc7fc
LMI
12573 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12574 Remove two rather uninteresting debugging-like messages to make
12575 debbugs.el more silent.
12576
fd4983f2
LMI
12577 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12578 a password-like phrase.
12579
7a71b18d 125802011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12581
12582 * progmodes/cc-guess.el: New file.
12583
6a2fb145 12584 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12585
12586 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12587 derived from `c-basic-common-init'.
12588
12589 * progmodes/cc-mode.el (top-level): Require cc-guess.
12590 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12591
1fa280a3
LM
125922011-06-30 Lawrence Mitchell <wence@gmx.li>
12593
12594 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12595
e6597158
AM
125962011-06-30 Alan Mackenzie <acm@muc.de>
12597
1fa280a3
LM
12598 * progmodes/cc-engine.el (c-guess-continued-construct):
12599 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12600 lock is disabled. Name this case as "CASE G".
12601
68ba37fb
KM
126022011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12603
12604 * allout.el (allout-yank-processing): Fix injection of extra space
12605 between bullet and non-whitespace character in first topic when
12606 pasting, ensuring that the actual spacing in the pasted topic
12607 following the bullet char is preserved. This extra space was
12608 causing pasted encrypted topics to get a decrypted status even
12609 when the content was actually still encrypted. Now the decryption
12610 status from before the paste is preserved.
12611
12612 (allout-flag-region): Set all allout overlays so they evaporate
12613 when reduced to zero length (evanescent), to prevent overlay
12614 leakage.
12615
887a0b34
GM
126162011-06-30 Glenn Morris <rgm@gnu.org>
12617
94b9acce
GM
12618 * w32-fns.el (w32-charset-info-alist): Declare.
12619
1d9b46d4
GM
12620 * find-dired.el (find-grep-options): Simplify.
12621
cc232200
GM
12622 * term/ns-win.el (ns-set-resource): Declare.
12623
28e77c46
GM
12624 * ses.el (row, col): Declare dynamic variables honestly.
12625
887a0b34
GM
12626 * textmodes/reftex-parse.el (index-tags): Declare.
12627
658d8eb8
CY
126282011-06-30 Chong Yidong <cyd@stupidchicken.com>
12629
12630 * cus-edit.el (customize-push-and-save): New function.
12631
12632 * files.el (hack-local-variables-confirm): Use it.
12633
1fa280a3
LM
12634 * custom.el (load-theme): New arg NO-CONFIRM.
12635 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12636 (custom-enabled-themes): Doc fix.
12637
12638 * cus-theme.el (customize-create-theme)
12639 (custom-theme-merge-theme): Callers to load-theme changed.
12640
bb617717
LMI
126412011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12642
d61bdd5d
LMI
12643 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12644 short URLs have at least one dot in them (bug #7614).
12645
bb617717
LMI
12646 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12647 nil, because using a pty is apparently too slow (bug #895).
12648
2f31f37a
LMI
126492011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12650
12651 * mail/sendmail.el (sendmail-query-once): New function.
12652 (sendmail-query-once-function): New variable.
12653
3076b24e
GM
126542011-06-29 Glenn Morris <rgm@gnu.org>
12655
faf2a174
GM
12656 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12657
3076b24e
GM
12658 * ses.el (top-level): Require cl when compiling.
12659 (ses-set-localvars): Fix error statement.
12660 Call it at compile time to silence a storm of warnings.
12661
5386012d
MR
126622011-06-29 Martin Rudalics <rudalics@gmx.at>
12663
12664 * window.el (normalize-live-buffer): Rename to
12665 window-normalize-buffer.
12666 (normalize-live-frame): Rename to window-normalize-frame.
12667 (normalize-any-window): Rename to window-normalize-any-window.
12668 (normalize-live-window): Rename to window-normalize-live-window.
12669 (make-window-atom): Rename to window-make-atom.
12670 (window-resize-reset): Rename to window--resize-reset.
12671 (window-resize-reset-1): Rename to window--resize-reset-1.
12672 (resize-mini-window): Rename to window--resize-mini-window.
12673 (resize-subwindows-skip-p): Rename to
12674 window--resize-subwindows-skip-p.
12675 (resize-subwindows-normal): Rename to
12676 window--resize-subwindows-normal.
12677 (resize-subwindows): Rename to window--resize-subwindows.
12678 (resize-other-windows): Rename to window--resize-siblings.
12679 (resize-this-window): Rename to window--resize-this-window.
12680 (resize-root-window): Rename to window--resize-root-window.
12681 (resize-root-window-vertically): Rename to
12682 window--resize-root-window-vertically.
12683 (normalize-buffer-to-display): Rename to
12684 window-normalize-buffer-to-display.
12685 (normalize-buffer-to-switch-to): Rename to
12686 window-normalize-buffer-to-switch-to.
12687 Correspondingly update all callers of the functions listed
12688 above.
12689 (display-buffer-alist, display-buffer-normalize-arguments)
12690 (display-buffer-normalize-options, display-buffer)
12691 (display-buffer-alist-set): Use "function" instead of
12692 "fun-with-args".
12693
1176868d
CY
126942011-06-28 Chong Yidong <cyd@stupidchicken.com>
12695
12696 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12697 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12698 debbugs.gnu.org. Mention acknowledgment email.
12699
20a7a65f
LMI
127002011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12701
12702 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12703 buffer multibyteness, since it shouldn't matter.
12704
5f45cca5
MR
127052011-06-28 Martin Rudalics <rudalics@gmx.at>
12706
12707 * window.el (display-buffer-in-side-window): Handle dedicated
12708 windows as in display-buffer-reuse-window.
12709 (display-buffer-normalize-alist): Use value of override
12710 specifier.
12711 (display-buffer-normalize-specifiers): Use value of
12712 other-window-means-other-frame specifier.
12713 (display-buffer-alist): Rewrite some texts in widgets.
12714 (display-buffer): Spread arguments when calling function
12715 specified by fun-with-args.
12716
ad85fe1f
DD
127172011-06-28 Deniz Dogan <deniz@dogan.se>
12718
1fa280a3
LM
12719 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12720 Unnest `let'.
da68c4c8 12721
ad85fe1f
DD
12722 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12723 selectors (Bug#5732).
ec49bd31 12724 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12725
a08cc025
JA
127262011-06-27 Jari Aalto <jari.aalto@cante.net>
12727
12728 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12729 (eshell-ls-date-format): New defcustom.
12730 (eshell-ls-file): Use it.
12731
e2b551c5
SM
127322011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12735
8982b231
KY
127362011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12737
12738 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12739 (ange-ftp-make-tmp-name): New arg.
12740 (ange-ftp-file-local-copy): Use it.
12741
36c9fa27
J
127422011-06-27 Jambunathan K <kjambunathan@gmail.com>
12743
12744 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12745 no-conversion (Bug#8870).
12746
d68443dc
MR
127472011-06-27 Martin Rudalics <rudalics@gmx.at>
12748
12749 * window.el (window-right, window-left, window-child)
12750 (window-child-count, window-last-child)
12751 (window-iso-combination-p, walk-window-tree-1)
12752 (window-atom-check-1, window-tree-1, delete-window)
12753 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12754 new naming conventions - window-vchild, window-hchild,
12755 window-next and window-prev are now called window-top-child,
12756 window-left-child, window-next-sibling and window-prev-sibling
12757 respectively.
d615d6d2
MR
12758 (resize-window-reset): Rename to window-resize-reset.
12759 (resize-window-reset-1): Rename to window-resize-reset-1.
12760 (resize-window): Rename to window-resize.
12761 (window-min-height, window-min-width)
12762 (resize-mini-window, resize-this-window, resize-root-window)
12763 (resize-root-window-vertically, adjust-window-trailing-edge)
12764 (enlarge-window, shrink-window, maximize-window)
12765 (minimize-window, delete-window, quit-restore-window)
12766 (split-window, balance-windows, balance-windows-area-adjust)
12767 (balance-windows-area, window-state-put-2)
12768 (display-buffer-even-window-sizes, display-buffer-set-height)
12769 (display-buffer-set-width, set-window-text-height)
12770 (fit-window-to-buffer): Rename all "resize-window" prefixed
12771 calls to use the "window-resize" prefix convention.
12772 (display-buffer-alist): Fix symbol for label specifier.
12773 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12774 corresponding specifier.
12775 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12776
b6458526
VB
127772011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12778
12779 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12780 convention.
12781 (ses-call-printer): Does not pass an empty string to formatter when the
12782 cell is empty to keep from barking printer Calc math-format-value.
12783
d31fd9ac
RS
127842011-06-27 Richard Stallman <rms@gnu.org>
12785
43d5bf84
RS
12786 * battery.el (battery-mode-line-limit): New variable.
12787 (battery-update): Handle it.
12788
d31fd9ac
RS
12789 * mail/rmailmm.el (rmail-mime-process-multipart):
12790 Handle truncated messages.
12791
819a6054
GM
127922011-06-27 Glenn Morris <rgm@gnu.org>
12793
12794 * progmodes/flymake.el (flymake-err-line-patterns):
12795 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12796
cedc73f2
VB
127972011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12798
819a6054 12799 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12800 (ses--clean-!, ses--clean-_): New functions.
12801 (ses-range): Add configurability of readout order, and conversion
12802 to Calc vector.
12803
5e5d49b6
VB
12804 * ses.el (ses-repair-cell-reference-all): New function.
12805 (ses-cell-symbol): Set macro as safe, so that it can be used in
12806 formulas.
12807
56e6cc31 12808 * ses.el: Update cycle detection algorithm.
90ca8b49 12809 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12810 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12811 (ses-set-localvars): New function.
12812 (ses-make-cell): Add property-list as a cell element.
12813 (ses-cell-property-get-fun, ses-cell-property-get)
12814 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12815 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12816 New functions.
90ca8b49
VB
12817 (ses-cell-property-set, ses-cell-property-pop)
12818 (ses-cell-property-get-handle): New macro.
12819 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12820 New aliases, used for code readability.
12821 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12822 cycle detection.
12823 (ses-self-reference-early-detection): New defcustom.
fac916bf 12824 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12825 (ses-mode): Use ses-set-localvars.
12826 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12827 before lauching the update processing.
12828 (ses-initialize-Dijkstra-attempt): New function.
12829 (ses-recalculate-cell): Update for cycle detection based on
12830 Dijkstra algorithm.
12831
2bb63e81
VB
12832 * ses.el: Fix commenting and indenting convention.
12833
c9d29fb8
SM
128342011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * bs.el (bs-cycle-next): Complete last change.
12837
d8e4b68b
JB
128382011-06-27 Drew Adams <drew.adams@oracle.com>
12839
12840 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12841
40098786
LMI
128422011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12843
c9d29fb8
SM
12844 * net/network-stream.el (network-stream-open-starttls):
12845 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12846 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12847
40098786
LMI
12848 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12849 to binary to possibly avoid line encoding issues on Windows (among
12850 other things).
12851
468d09d4
LMI
128522011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12853
12854 * net/network-stream.el (open-network-stream): Return an :error
12855 saying what the problem was, if possible.
12856
12857 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12858 server.
12859
12860 * net/network-stream.el (network-stream-open-starttls): If we
12861 wanted to use STARTTLS, and the server offered it, but we weren't
12862 able to because we had no STARTTLS support, then close the connection.
12863 (open-network-stream): Return an :error element, if present.
12864
16f07dd7
CY
128652011-06-26 Chong Yidong <cyd@stupidchicken.com>
12866
88821ca0
CY
12867 * hl-line.el (hl-line-sticky-flag): Doc fix.
12868 (global-hl-line-sticky-flag): New option (Bug#8323).
12869 (global-hl-line-highlight): Obey it.
12870
16f07dd7
CY
12871 * vc/vc.el (vc-revert-show-diff): Default to t.
12872
6b5ccddf
KM
128732011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12874
c9d29fb8
SM
12875 * allout-widgets.el (allout-widgets-post-command-business):
12876 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12877 undecorated when an isearch is continued past, and isearch
12878 automatically collapses them. This leads to "widget leaks", where
12879 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12880 hidden widgets can slow down cursor travel, substantially.
12881 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12882 so we're doing without this nicety.
12883
12884 (allout-widgets-tally-string): Don't try to do a hash-table-count
12885 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12886 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12887 *Messages* when allout-widgets-maintain-tally is t.
12888
355f2e07
MR
128892011-06-26 Martin Rudalics <rudalics@gmx.at>
12890
12891 * window.el (display-buffer-normalize-argument): Rename to
12892 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12893 LABEL argument. Respect special-display-function when popping up
12894 a new frame. Fix code searching for a window showing the buffer
12895 on another frame.
c9d29fb8
SM
12896 (display-buffer-normalize-specifiers):
12897 Call display-buffer-normalize-arguments.
355f2e07
MR
12898 (display-buffer-in-window): Don't undedicate the window if its
12899 buffer remains the same.
12900 Reported by Drew Adams <drew.adams@oracle.com>.
12901 (display-buffer-alist): Add choice for same-window macro
12902 specfier.
12903 (display-buffer): Mention special meaning of LABEL argument in
12904 doc-string. Fix quoting. Don't pop up a new frame even as
12905 fallback.
12906
7ca8fc42
JB
129072011-06-26 Juanma Barranquero <lekktu@gmail.com>
12908
12909 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12910 avoid deleting the current window in some cases (bug#8911).
12911
bc312254
AS
129122011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12913
12914 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12915 (Bug#8934)
12916
2db18f3f
LMI
129172011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12918
c9d29fb8
SM
12919 * net/network-stream.el (network-stream-open-starttls):
12920 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12921 (network-stream-open-tls): Ditto.
12922
6302e0d3
LL
129232011-06-26 Leo Liu <sdl.web@gmail.com>
12924
12925 * register.el (registerv): New struct.
12926 (registerv-make): New function.
c9d29fb8
SM
12927 (jump-to-register, describe-register-1, insert-register):
12928 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12929 struct. (Bug#8415)
12930
5fdd4046
CY
129312011-06-26 Chong Yidong <cyd@stupidchicken.com>
12932
2afef60a
CY
12933 * vc/vc.el (vc-revert-show-diff): New defcustom.
12934 (vc-diff-internal): New arg specifying diff buffer.
12935 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12936 reuse an existing *vc-diff* buffer (Bug#8927).
12937
5fdd4046
CY
12938 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12939
e93db24a
GM
129402011-06-26 Glenn Morris <rgm@gnu.org>
12941
12942 * progmodes/f90.el (f90-critical-indent): New option.
12943 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12944 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12945 (f90-mode): Doc fix.
12946 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12947 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12948 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12949 (f90-match-end): Handle block, critical.
12950
eefff499
GM
129512011-06-25 Glenn Morris <rgm@gnu.org>
12952
f6ba4cc9
GM
12953 * calendar/diary-lib.el (diary-included-files): Doc fix.
12954 (diary-include-files): New function, extracted from
12955 diary-include-other-diary-files and diary-mark-included-diary-files.
12956 (diary-include-other-diary-files, diary-mark-included-diary-files):
12957 Just call diary-include-files.
12958 (diary-mark-entries): Reset diary-included-files on first call.
12959
16712304
GM
12960 * calendar/diary-lib.el (diary-mark-entries)
12961 (diary-mark-included-diary-files):
12962 Visit included diary-files in temp buffers.
12963
5d8e0d43
GM
12964 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12965 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12966 (f90-start-block-re, f90-imenu-generic-expression)
12967 (f90-looking-at-program-block-start, f90-no-block-limit):
12968 Add support for submodules.
12969
ccf7a5d5
GM
12970 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12971 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12972
11fdef7d 129732011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12974
12975 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12976 buffer-file-type before setting its value, to avoid disastrous
eefff499 12977 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12978
74f53697
JB
129792011-06-25 Juanma Barranquero <lekktu@gmail.com>
12980
12981 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12982
12983 * ses.el (ses-unload-function):
12984 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12985
12986 * proced.el (proced-unload-function):
12987 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12988
18a4ce5e
AR
129892011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12990
12991 * server.el (server-create-window-system-frame): Add parameters arg.
12992 (server-process-filter): Doc fix. Handle frame-parameters.
12993
519d22cc
JB
129942011-06-25 Juanma Barranquero <lekktu@gmail.com>
12995
12996 Fix bug#8730, bug#8781.
12997
12998 * loadhist.el (unload--set-major-mode): New function.
12999 (unload-feature): Use it.
13000
13001 * progmodes/python.el (python-after-info-look): Add autoload cookie.
13002 (python-unload-function): New function.
13003
c206f5b0
SM
130042011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13005
13006 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
13007
f9ad64f3
GS
130082011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
13009
13010 * net/browse-url.el (browse-url-firefox-program): Add icecat to
13011 the candidates list.
13012
7d0da90e
JB
130132011-06-24 Juanma Barranquero <lekktu@gmail.com>
13014
13015 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
13016
14b4e83d
RS
130172011-06-23 Richard Stallman <rms@gnu.org>
13018
13019 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
13020 (rmail-variables): Set next-error-move-function.
13021 (rmail-what-message): Take argument POS.
13022 (rmail-next-error-move): New function.
13023
273d2baf
SM
130242011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
13027 messages for adjacent non-terminals.
13028
56c2cc9a
RS
130292011-06-23 Richard Stallman <rms@gnu.org>
13030
13031 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 13032 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
13033 (rmail-start-mail): Don't specify use of rmail-mail-return;
13034 that's done by mail-bury now.
13035 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 13036
d59eb518
MA
130372011-06-23 Michael Albinus <michael.albinus@gmx.de>
13038
13039 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
13040 SIZE is a number.
13041
02cfc6d6
MR
130422011-06-23 Martin Rudalics <rudalics@gmx.at>
13043
13044 * window.el (get-lru-window, get-mru-window)
13045 (get-largest-window): Never return a minibuffer window.
13046 (display-buffer-pop-up-window): Fix a bug that could lead to
13047 reusing the minibuffer window.
13048 (display-buffer): Pass original specifier argument to
13049 display-buffer-function instead of the normalized one.
13050 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13051
4e323265
LL
130522011-06-22 Leo Liu <sdl.web@gmail.com>
13053
13054 * minibuffer.el (completing-read-function)
13055 (completing-read-default): Move from minibuf.c
13056
7a70468f
RS
130572011-06-22 Richard Stallman <rms@gnu.org>
13058
50718fc2
RS
13059 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
13060 to Rmail even if not started by a special Rmail command.
13061
7a70468f
RS
13062 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
13063 Copy the buffer currently showing just one message.
13064
297dde5a
RW
130652011-06-22 Roland Winkler <winkler@gnu.org>
13066
13067 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
13068 (bibtex-clean-entry): First delete the old key so that a
13069 customized algorithm for generating the new key does not get
13070 confused by the old key.
13071 (bibtex-url): Obey regexp of first step.
13072 (bibtex-search-entries): Do not use add-to-list with local
13073 list-var.
13074
97bb1093
LMI
130752011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13076
13077 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
13078 stored a user name, then query for the password first, instead of
13079 waiting for SMTP to give an error message and the trying again.
13080
1c0f1a19
JD
130812011-06-22 Lawrence Mitchell <wence@gmx.li>
13082
13083 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
13084 BUFFER in call-process.
13085
396f7c9d
LMI
130862011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13087
13088 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
13089 QUIT twice.
ddb7ffee
LMI
13090 (smtpmail-try-auth-methods): Require user name and password from
13091 auth-source.
396f7c9d 13092
8998d1b3
MR
130932011-06-22 Martin Rudalics <rudalics@gmx.at>
13094
13095 * window.el (display-buffer-default-specifiers)
13096 (display-buffer-alist): Remove entries for pop-up-frame-alist.
13097 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 13098 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
13099
13100 * frame.el (pop-up-frame-alist, pop-up-frame-function)
13101 (special-display-frame-alist, special-display-popup-frame):
13102 Remove duplicate declarations. These are now in window.el.
13103
4ea31e07
LMI
131042011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13105
c9d29fb8
SM
13106 * mail/smtpmail.el (smtpmail-via-smtp):
13107 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13108 server supports it. SMTP servers that support STARTTLS commonly
13109 require it.
13110
13111 * net/network-stream.el (network-stream-open-starttls): Support
13112 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13113 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13114
95f41d9a
LMI
13115 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13116 upgrades with `open-network-stream', and rely solely on
13117 auth-source for all credentials. Big changes throughout the file,
13118 but in particular:
c9d29fb8
SM
13119 (smtpmail-auth-credentials): Remove.
13120 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13121 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13122 MAIL FROM, too.
95f41d9a 13123
c9d29fb8
SM
13124 * net/network-stream.el (network-stream-open-starttls):
13125 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13126 STARTTLS.
13127 (auth-source): Require.
13128 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13129 (network-stream-certificate): Change cert-cert to cert and
13130 cert-key to key.
4ea31e07 13131
065ec2c7
MA
131322011-06-21 Michael Albinus <michael.albinus@gmx.de>
13133
13134 * net/tramp-cache.el (top): Don't load the persistency file when
13135 "emacs -Q" has been called.
13136
cd93b359
DR
131372011-06-21 Tim Harper <timcharper@gmail.com>
13138
d8e4b68b
JB
13139 * term/ns-win.el (ns-initialize-window-system):
13140 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13141 resource to NO as it is not yet supported by the NS port.
13142
ae9c0411
JB
131432011-06-21 Juanma Barranquero <lekktu@gmail.com>
13144
13145 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13146 (list-dynamic-libraries): ...not here.
13147
7f3f739f
LL
131482011-06-21 Leo Liu <sdl.web@gmail.com>
13149
13150 * subr.el (sha1): Implement sha1 using secure-hash.
13151
327c8fb1
MR
131522011-06-21 Martin Rudalics <rudalics@gmx.at>
13153
13154 * window.el (display-buffer-alist): In default value do not
13155 enforce searching a window on any but the selected frame.
13156 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13157 (display-buffer-select-window): Remove function.
13158 (display-buffer-in-window): When a window on another frame gets
13159 reused, do not select it any more but just raise its frame if
13160 necessary (Bug#8851) and (Bug#8856).
13161 (display-buffer-normalize-options): Handle pop-up-frames related
13162 options more faithfully.
13163 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13164 window if it is on another frame.
c9d29fb8
SM
13165 (display-buffer-alist, display-buffer-default-specifiers):
13166 Don't make new frame unsplittable by default.
9e9de014
MR
13167 (display-buffer-normalize-argument): Fix doc-string typo and use
13168 'same-frame-other-window instead of 'other-window when associating
13169 with display-buffer-macro-specifiers.
327c8fb1 13170
7cf3f556
VB
131712011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13172
13173 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13174 New functions.
13175 (5x5-mode-map, 5x5-mode-menu): Bind them.
13176 (5x5-draw-grid): Tweak the solver's rendering.
13177
60a406cf
SM
131782011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13179
13180 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13181 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13182
d8e4b68b 131832011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13184
13185 * menu-bar.el: Use function variable instead of switch-to-buffer.
13186 (menu-bar-select-buffer-function): New variable.
60a406cf 13187 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13188
478d6f95
SM
131892011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13192 variable's status.
13193
ca530739
JD
131942011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13195
13196 * x-dnd.el (x-dnd-version-from-flags)
13197 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13198 and long as number (Bug#8899).
13199 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13200
bcd70d97
SM
132012011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13202
60a406cf 13203 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13204 (completion-try-completion, completion-all-completions): Compute the
13205 metadata argument if it's missing; make it optional (bug#8795).
13206
60a406cf 13207 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13208 (widget-complete): Use new :completion-function property.
13209 (widget-completions-at-point): New function.
13210 (default): Use :completion-function instead of :complete.
60a406cf
SM
13211 (widget-default-completions): Rename from widget-default-complete;
13212 Rewrite.
bcd70d97
SM
13213 (widget-string-complete, widget-file-complete, widget-color-complete):
13214 Remove functions.
13215 (file, symbol, function, variable, coding-system, color):
13216 * international/mule-cmds.el (default-input-method, charset)
13217 (language-info-custom-alist):
13218 * cus-edit.el (face): Use new property :completions.
13219
13220 * progmodes/pascal.el (pascal-completions-at-point): New function.
13221 (pascal-mode): Use it.
13222 (pascal-mode-map): Use completion-at-point.
13223 (pascal-toggle-completions): Make obsolete.
13224 (pascal-complete-word, pascal-show-completions):
13225 * progmodes/octave-mod.el (octave-complete-symbol):
13226 Redefine as obsolete alias.
13227 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13228 Signal absence of completion info for old Octave,
13229 (inferior-octave-complete): Redefine as obsolete alias.
13230 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13231 (meta-completions-at-point): Rename from meta-complete-symbol and
13232 adapt it for use on completion-at-point-functions.
13233 (meta-common-mode): Use it.
13234 (meta-looking-at-backward, meta-match-buffer): Remove.
13235 (meta-complete-symbol): Redefine as obsolete alias.
13236 (meta-common-mode-map): Use completion-at-point.
13237 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13238 (makefile-mode-map): Use completion-at-point.
13239 (makefile-completions-at-point): Rename from makefile-complete and
13240 adapt it for use on completion-at-point-functions.
13241 (makefile-mode): Use it.
13242 (makefile-complete): Redefine as obsolete alias.
13243
aebf69c8
DD
132442011-06-20 Deniz Dogan <deniz@dogan.se>
13245
13246 * net/rcirc.el: Delete trailing whitespaces once and for all.
13247
bfbbb27d
DC
132482011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13249
13250 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13251
d264a46b
CY
132522011-06-19 Chong Yidong <cyd@stupidchicken.com>
13253
4ca009e5
CY
13254 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13255
d264a46b
CY
13256 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13257
fbf5b3ce
MR
132582011-06-19 Martin Rudalics <rudalics@gmx.at>
13259
13260 * window.el (display-buffer-other-window-means-other-frame):
13261 Call display-buffer-normalize-alist.
13262 (display-buffer-normalize-specifiers-1): Rename to
13263 display-buffer-normalize-argument. New argument other-frame.
13264 Rewrite.
13265 (display-buffer-normalize-specifiers-2): Rename to
13266 display-buffer-normalize-options.
13267 (display-buffer-normalize-alist-1): New function.
13268 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13269 display-buffer-normalize-alist.
13270 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13271 (display-buffer-normalize-options-inhibit): New variable.
13272 (display-buffer-normalize-specifiers): Rewrite calling
13273 display-buffer-normalize-alist,
13274 display-buffer-normalize-argument, and
13275 display-buffer-normalize-options. Don't call the latter if
13276 display-buffer-normalize-options-inhibit is non-nil.
13277 (frame-auto-delete): New option.
13278 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13279 (window-list-no-nils, window-state-ignored-parameters)
13280 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13281 (window-state-put-1, window-state-put-2, window-state-put):
13282 New functions.
9a028c23
MR
13283 (display-buffer-normalize-options): Move special-display-p group
13284 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13285
6d10d800
CY
132862011-06-18 Chong Yidong <cyd@stupidchicken.com>
13287
6420d28b
CY
13288 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13289 groups (Bug#8776).
13290 (rx-submatch-n): New function.
13291 (rx): Document it.
13292
ddb8b596
CY
13293 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13294 (Bug#8768).
13295
13296 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13297
77080289
CY
13298 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13299
61dfb316
CY
13300 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13301 anytime existing face settings are present (Bug#8889).
13302
6d10d800
CY
13303 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13304 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13305 Remove unused argument.
13306
be3fb2b8
MR
133072011-06-18 Martin Rudalics <rudalics@gmx.at>
13308
bcd70d97
SM
13309 * window.el (display-buffer-default-specifiers):
13310 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13311 pop-up-window-min-width, and another reuse-window specifier
13312 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13313 (display-buffer-normalize-specifiers-2):
13314 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13315 pop-up-windows is unset. Add a reuse-window specifier for the
13316 case popping up a new window fails.
13317 (special-display-popup-frame): Remove double quoting.
28dec25a 13318 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13319
1c6d8c76
SM
133202011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13321
13322 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13323 according to comint-completion-addsuffix.
13324
13325 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13326 (pcomplete-suffix-list): Mark as obsolete.
13327 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13328 pcomplete-seen in the closure.
13329 (pcomplete-comint-setup): Setup completion-at-point as well.
13330 (pcomplete--entries): New function.
13331 (pcomplete--env-regexp): New var.
13332 (pcomplete-entries): Rewrite to work with partial-completion and
13333 without relying on pcomplete-suffix-list.
13334 (pcomplete-pare-list): Remove, unused.
13335
25aef8b8
MR
133362011-06-17 Martin Rudalics <rudalics@gmx.at>
13337
13338 * window.el (display-buffer-alist): Set pop-up-window-min-height
13339 and pop-up-window-min-width in default value. Reported by
13340 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13341 other-window-means-other-frame.
13342 (display-buffer-macro-specifiers): Comment out entry for
13343 other-window specifier.
13344 (display-buffer-other-window-means-other-frame): New function.
13345 (display-buffer-normalize-specifiers-1): New arguments
13346 buffer-name and label. Treat other-window case specially.
13347 (display-buffer-normalize-specifiers-2): Treat other-window case
13348 specially.
13349 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13350 (display-buffer-normalize-specifiers):
13351 Call display-buffer-normalize-specifiers-3.
25aef8b8 13352
dbad4f69
MR
133532011-06-17 Martin Rudalics <rudalics@gmx.at>
13354
13355 * window.el (same-window-p): Fix two typos introduced when
13356 adding with-no-warnings.
d1067961
MR
13357 (display-buffer-normalize-specifiers-1): Don't check
13358 pop-up-frames for 'unset initialization.
13359 (display-buffer-normalize-specifiers-2): Major rewrite using
13360 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13361 (pop-up-frames, display-buffer-reuse-frames)
13362 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13363 Suggested by David Engster <deng@randomsample.de>.
13364 (even-window-heights): Initialize to 'unset.
13365 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13366 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13367 other window case.
dbad4f69 13368
9b9c9e3a
MR
133692011-06-16 Martin Rudalics <rudalics@gmx.at>
13370
bcd70d97
SM
13371 * window.el (display-buffer-normalize-specifiers-1):
13372 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13373 second argument of display-buffer (Bug#8865).
981d5c09
MR
13374 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13375 (switch-to-buffer-other-window-same-frame)
13376 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13377 Adams (Bug#8875).
9c2755e9
MR
13378 (display-buffer): Don't check noninteractive when calling
13379 display-buffer-pop-up-frame.
13380 (display-buffer-pop-up-frame): Never pop up a frame in
13381 noninteractive mode (Bug#8857).
67222e1d
MR
13382 (enlarge-window, shrink-window): Don't report an error when the
13383 window can't be resized as requested (Bug#8862).
9b9c9e3a 13384
2b75be67
SM
133852011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13386
9ffdd3ba
SM
13387 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13388
cb581a67
SM
13389 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13390
2b75be67
SM
13391 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13392
8c0e3589
AM
133932011-06-15 Alan Mackenzie <acm@muc.de>
13394
cb581a67
SM
13395 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13396 for declarators, disable knr checking to speed up for normal files.
13397 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13398
b96e6cde
LMI
133992011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13400
4bba86e6
LMI
13401 * net/network-stream.el (open-network-stream): Add the keyword
13402 :always-query-capabilities for the case where you want to force a
13403 `plain' network connection, but the protocol still requires the
13404 capabilitiy command (i.e., SMTP and EHLO).
13405
2b75be67 13406 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13407 consistency with other `-live-p' functions.
13408
efdcdbf8
SM
134092011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13410
13411 * window.el (same-window-buffer-names, same-window-regexps)
13412 (special-display-frame-alist, special-display-popup-frame)
13413 (special-display-function, special-display-buffer-names)
13414 (special-display-regexps, pop-up-frame-alist)
13415 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13416 (pop-up-windows, split-window-preferred-function)
13417 (split-height-threshold, split-width-threshold, even-window-heights)
13418 (display-buffer-mark-dedicated): Don't encourage the use of
13419 display-buffer-alist from Elisp code.
13420
c5cde042
DN
134212011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13422
13423 * progmodes/python.el (python-mode): Derive from prog-mode.
13424 * progmodes/ps-mode.el (ps-mode):
13425 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13426 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13427 * progmodes/ld-script.el (ld-script-mode): Likewise.
13428
baa1c9ab
MR
134292011-06-15 Martin Rudalics <rudalics@gmx.at>
13430
13431 * window.el (display-buffer-alist): Trim default value to avoid
13432 popping up a new frame (Bug#8857) or reusing an arbitrary window
13433 on another frame.
13434 (display-buffer): Do not fall back on popping up a new frame in
13435 batch mode (Bug#8857).
13436
c5dd5a51
CY
134372011-06-14 Chong Yidong <cyd@stupidchicken.com>
13438
13439 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13440 (custom-theme-summary): New function.
13441 (customize-themes): Use it.
13442
d647b7c4
GM
134432011-06-13 Glenn Morris <rgm@gnu.org>
13444
13445 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13446
9481c002
MR
134472011-06-13 Martin Rudalics <rudalics@gmx.at>
13448
357f93d2
MR
13449 * help.el (help-window): Remove variable.
13450 (help-window-point-marker, temp-buffer-max-height)
13451 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13452 (help-print-return-message): Don't set help-window.
13453 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13454 (help-window-setup-finish): Remove.
13455 (help-window-display-message, help-window-setup)
13456 (with-help-window): Major rewrite based on new
13457 display-buffer-window variable.
13458
13459 * help-mode.el (help-mode-finish): Remove help-window related
13460 code.
13461
13462 * view.el (view-exits-all-viewing-windows): Remove reference to
13463 view-return-to-alist in doc-string.
13464 (view-return-to-alist): Make obsolete.
13465 (view-buffer): Call pop-to-buffer-same-window and remove
13466 undo-window code.
13467 (view-buffer-other-window): Call pop-to-buffer-other-window and
13468 simplify code. Ignore second argument.
13469 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13470 simplify code. Ignore second argument.
13471 (view-return-to-alist-update): Make obsolete.
13472 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13473 Rewrite using quit-restore window parameters.
2b75be67
SM
13474 (view-mode-exit): Rename second argument to EXIT-ONLY.
13475 Rewrite using quit-restore-window.
357f93d2
MR
13476 (View-exit, View-exit-and-edit, View-leave, View-quit)
13477 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13478 appropriate arguments.
13479 (view-end-message): Use quit-restore window parameter.
13480
9481c002
MR
13481 * window.el (display-buffer-function): Rewrite doc-string.
13482 (display-buffer-window, display-buffer-alist): New variables.
13483 (display-buffer-split-specifiers)
13484 (display-buffer-side-specifiers)
13485 (display-buffer-macro-specifiers): New constants.
13486 (display-buffer-even-window-sizes, display-buffer-set-height)
13487 (display-buffer-set-width, display-buffer-select-window)
13488 (display-buffer-in-window, display-buffer-reuse-window)
13489 (display-buffer-split-window-1, display-buffer-split-window)
13490 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13491 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13492 (display-buffer-in-side-window, normalize-buffer-to-display)
13493 (display-buffer-normalize-specifiers-1)
13494 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13495 (display-buffer-normalize-specifiers, display-buffer-frame):
13496 New functions.
9481c002
MR
13497 (display-buffer): Major rewrite.
13498 (display-buffer-other-window, display-buffer-other-frame)
13499 (pop-to-buffer, switch-to-buffer-other-window)
13500 (switch-to-buffer-other-frame): Rewrite.
13501 (display-buffer-same-window, display-buffer-same-frame)
13502 (display-buffer-same-frame-other-window)
13503 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13504 (pop-to-buffer-other-window)
13505 (pop-to-buffer-same-frame-other-window)
13506 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13507 (switch-to-buffer-other-window-same-frame): New functions.
13508 (same-window-p, special-display-p): Rewrite disabling warnings.
13509 Make obsolete.
13510 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13511 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13512 Make obsolete
13513 (same-window-buffer-names, same-window-regexps)
13514 (special-display-frame-alist, special-display-popup-frame)
13515 (special-display-function, special-display-buffer-names)
13516 (special-display-regexps, pop-up-frame-alist)
13517 (pop-up-frame-function, split-window-preferred-function)
13518 (split-height-threshold, split-width-threshold)
13519 (even-window-heights): Make obsolete.
13520
9db51aca
GM
135212011-06-12 Glenn Morris <rgm@gnu.org>
13522
13523 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13524 Misc simplifications.
9db51aca 13525
39cffb44
MR
135262011-06-12 Martin Rudalics <rudalics@gmx.at>
13527
13528 * window.el (window-safely-shrinkable-p): Restore function which
13529 was inadvertently removed in change from 2011-06-11. Declare as
13530 obsolete.
13531
2b75be67
SM
13532 * calendar/calendar.el (calendar-generate-window):
13533 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13534 window-safely-shrinkable-p.
13535
a8955be7
GM
135362011-06-12 Glenn Morris <rgm@gnu.org>
13537
13538 * progmodes/fortran.el (fortran-mode-syntax-table):
13539 * progmodes/f90.el (f90-mode-syntax-table):
13540 Set % to punctuation. (Bug#8820)
13541 (f90-find-tag-default): Remove, no longer needed.
13542
f0d4059d
DC
135432011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13544
13545 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13546
1100a63c
CY
135472011-06-11 Chong Yidong <cyd@stupidchicken.com>
13548
13549 * image.el (image-animated-p): Return animation delay in seconds.
13550 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13551 (image-animate-timeout): Remove DELAY argument. Don't assume
13552 every subimage has the same delay; get it from image-animated-p.
13553 (image-animate): Caller changed.
13554
def722bf
MA
135552011-06-11 Michael Albinus <michael.albinus@gmx.de>
13556
13557 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13558 to ignored backtrace functions.
13559
0a2bb1a9
GM
135602011-06-11 Glenn Morris <rgm@gnu.org>
13561
13562 * calendar/appt.el (appt-disp-window-function): Doc fix.
13563 (appt-check): Handle overlapping appointments. (Bug#8337)
13564
6198ccd0
MR
135652011-06-11 Martin Rudalics <rudalics@gmx.at>
13566
13567 * window.el (window-tree-1, window-tree): New functions, moving
13568 the latter to window.el.
13569 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13570 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13571 (bw-refresh-edges): Remove.
13572 (balance-windows-1, balance-windows-2): New functions.
13573 (balance-windows): Rewrite in terms of window tree functions,
13574 balance-windows-1 and balance-windows-2.
13575 (bw-adjust-window): Remove.
13576 (balance-windows-area-adjust): New function with functionality of
13577 bw-adjust-window but using resize-window.
2b75be67
SM
13578 (set-window-text-height): Rewrite doc-string.
13579 Use normalize-live-window and resize-window.
13580 (enlarge-window-horizontally, shrink-window-horizontally):
13581 Rename argument to DELTA.
6198ccd0
MR
13582 (window-buffer-height): New function.
13583 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13584 Rewrite using new window resize routines.
2b75be67
SM
13585 (kill-buffer-and-window, mouse-autoselect-window-select):
13586 Use ignore-errors instead of condition-case.
6198ccd0
MR
13587 (quit-window): Call delete-frame instead of delete-windows-on
13588 for the only buffer on frame.
13589
9397e56f
MR
135902011-06-10 Martin Rudalics <rudalics@gmx.at>
13591
13592 * loadup.el (top-level): Load window before files for the sake
13593 of replace-buffer-in-windows.
13594
13595 * files.el (read-buffer-to-switch)
13596 (switch-to-buffer-other-window)
2b75be67
SM
13597 (switch-to-buffer-other-frame, display-buffer-other-frame):
13598 Move to window.el.
9397e56f
MR
13599
13600 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13601 (previous-buffer): Move to window.el.
13602
13603 * bindings.el (unbury-buffer): Move to window.el.
13604
13605 * window.el (delete-other-windows-vertically): Move after
13606 definition of delete-other-windows.
13607 (other-window, delete-windows-on, replace-buffer-in-windows):
13608 Move here from window.c.
13609 (record-window-buffer, unrecord-window-buffer)
13610 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13611 (switch-to-next-buffer): New functions.
13612 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13613 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13614 (previous-buffer): Move here from simple.el.
13615 Call switch-to-prev-buffer.
9397e56f
MR
13616 (bury-buffer): Move here from buffer.c. Switch to previous
13617 buffer when window cannot be deleted.
13618 (unbury-buffer): Move here from bindings.el.
13619 (ctl-x-map): Move binding for other-window from window.c to
13620 here.
13621 (read-buffer-to-switch, switch-to-buffer-other-window)
13622 (switch-to-buffer-other-frame): Move here from files.el.
13623 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13624 (switch-to-buffer): Move here from buffer.c.
13625 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13626
562dd5e9
MR
136272011-06-10 Martin Rudalics <rudalics@gmx.at>
13628
13629 * window.el (window-min-height, window-min-width): Move here
13630 from window.c. Add defcustoms and rewrite doc-strings.
13631 (resize-mini-window, resize-window): New functions.
13632 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13633 Move here from window.c.
13634 (maximize-window, minimize-window): New functions.
13635 (delete-window, delete-other-windows, split-window): Move here
13636 from window.c.
13637 (window-split-min-size): New function.
13638 (split-window-keep-point): Mention split-window-above-each-other
13639 instead of split-window-vertically.
2b75be67 13640 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13641 Rename split-window-vertically to split-window-above-each-other
13642 and provide defalias for old definition.
13643 (split-window-side-by-side, split-window-horizontally):
13644 Rename split-window-horizontally to split-window-side-by-side
13645 and provide defalias for the old definition.
562dd5e9
MR
13646 (ctl-x-map): Move bindings for delete-window,
13647 delete-other-windows and enlarge-window here from window.c.
13648 Replace bindings for split-window-vertically and
13649 split-window-horizontally by bindings for
13650 split-window-above-each-other and split-window-side-by-side.
13651
13652 * cus-start.el (all): Remove entries for window-min-height and
13653 window-min-width. Add entries for window-splits and
13654 window-nest.
13655
f0da764a
GM
136562011-06-09 Glenn Morris <rgm@gnu.org>
13657
80675c21
GM
13658 * calendar/appt.el (appt-mode-line): New function.
13659 (appt-check, appt-disp-window): Use it.
13660
f0da764a
GM
13661 * files.el (hack-one-local-variable-eval-safep):
13662 Allow minor-modes with explicit +/-1 arguments.
13663
59f623b7
TZ
136642011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13665
13666 * term/xterm.el (xterm): Add defgroup.
13667 (xterm-extra-capabilities): Add defcustom to supply known xterm
13668 capabilities, skip querying them, or query them (default).
13669 (terminal-init-xterm): Use it.
13670 (terminal-init-xterm-modify-other-keys): New function to set up
13671 modifyOtherKeys support to simplify `terminal-init-xterm'.
13672
9aab8e0d
MR
136732011-06-09 Martin Rudalics <rudalics@gmx.at>
13674
13675 * window.el (resize-window-reset, resize-window-reset-1)
13676 (resize-subwindows-skip-p, resize-subwindows-normal)
13677 (resize-subwindows, resize-other-windows, resize-this-window)
13678 (resize-root-window, resize-root-window-vertically)
13679 (window-deletable-p, window-or-subwindow-p)
13680 (frame-root-window-p): New functions.
13681
e8b08aee
GM
136822011-06-09 Glenn Morris <rgm@gnu.org>
13683
13684 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13685 (ange-ftp-get-files): Use it.
13686
254c37a5
AK
136872011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13688
13689 * mail/sendmail.el (mail-recover-1, mail-recover):
13690 * files.el (recover-file, recover-session):
13691 Handle dired-listing-switches not being just a single short option.
13692
35d7dbd3
GM
136932011-06-09 Glenn Morris <rgm@gnu.org>
13694
13695 * calendar/appt.el (appt-display-message, appt-disp-window):
13696 Handle lists of appointments.
13697
387522b2
MR
136982011-06-08 Martin Rudalics <rudalics@gmx.at>
13699
2b75be67
SM
13700 * window.el (one-window-p): Move down in code.
13701 Rewrite doc-string.
13702 (window-current-scroll-bars): Rewrite doc-string.
13703 Normalize live window argument.
387522b2
MR
13704 (walk-windows, get-window-with-predicate, count-windows):
13705 Rewrite doc-string. Use window-list-1.
13706 (window-in-direction-2, window-in-direction, get-mru-window):
13707 New functions.
13708
d8e4b68b 137092011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13710
13711 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13712 Doc fix (Bug#8713).
13713
137142011-06-08 Chong Yidong <cyd@stupidchicken.com>
13715
13716 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13717
137182011-06-08 Juanma Barranquero <lekktu@gmail.com>
13719
13720 * loadhist.el (unload-feature-special-hooks):
13721 Add `comint-output-filter-functions'.
13722
0de12c52
IK
137232011-06-08 Ivan Kanis <gnu@kanis.fr>
13724
13725 * calendar/appt.el (appt-check): Move some initializations into the let.
13726
f3d1777e
MR
137272011-06-08 Martin Rudalics <rudalics@gmx.at>
13728
13729 * window.el (window-height): Defalias to window-total-height.
13730 (window-width): Defalias to window-body-width.
13731
18af70d0
CY
137322011-06-07 Chong Yidong <cyd@stupidchicken.com>
13733
13734 * image-mode.el (image-toggle-animation): New command.
13735 (image-mode-map): Bind it to RET.
13736 (image-mode): Update message.
13737 (image-toggle-display-image): Avoid a spurious cache flush.
13738 (image-transform-rotation): Doc fix.
13739 (image-transform-properties): Return quickly in the normal case.
13740 (image-animate-loop): Rename from image-animate-max-time.
13741
2b75be67 13742 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13743 (create-animated-image): Remove unnecessary function.
13744 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13745 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13746 (image-animate-timer): Use car-safe.
13747 (image-animate-timeout): Rename argument.
13748
190b47e6
MR
137492011-06-07 Martin Rudalics <rudalics@gmx.at>
13750
13751 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13752 window.c. Rename first argument to ALL-FRAMES.
13753 Rephrase doc-strings.
13754 (get-buffer-window-list): Rewrite using window-list-1.
13755 Rephrase doc-string.
a1511caf
MR
13756 (window-safe-min-height, window-safe-min-width): New constants.
13757 (window-size-ignore, window-min-size, window-min-size-1)
13758 (window-sizable, window-sizable-p, window-size-fixed-1)
13759 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13760 (window-max-delta-1, window-max-delta, window-resizable)
13761 (window-resizable-p, window-total-height, window-total-width)
13762 (window-body-width): New functions.
13763 (window-full-height-p, window-full-width-p): Rewrite using
13764 window-total-size.
13765 (window-body-height): Rewrite using window-body-size.
190b47e6 13766
85cc1f11
MR
137672011-06-06 Martin Rudalics <rudalics@gmx.at>
13768
13769 * window.el (window-right, window-left, window-child)
13770 (window-child-count, window-last-child, window-any-p)
13771 (normalize-live-buffer, normalize-live-frame)
13772 (normalize-any-window, normalize-live-window)
13773 (window-iso-combination-p, window-iso-combined-p)
13774 (window-iso-combinations)
13775 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13776 (windows-with-parameter, window-with-parameter)
13777 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13778 (window-atom-check, window-side-check, window-check):
13779 New functions.
85cc1f11
MR
13780 (ignore-window-parameters, window-sides, window-sides-vertical)
13781 (window-sides-slots): New variables.
13782 (window-size-fixed): Move down in code. Minor doc-string fix.
13783
e7156492
AS
137842011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13785
13786 * comint.el (comint-dynamic-complete-as-filename)
13787 (comint-dynamic-complete-filename): Correctly call
13788 completion-in-region.
13789
7e821d0d
DD
137902011-06-05 Deniz Dogan <deniz@dogan.se>
13791
13792 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13793 in last change.
13794
ac09b8a1
DD
137952011-06-05 Deniz Dogan <deniz@dogan.se>
13796
13797 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13798 (rcirc): Use it to prompt for encryption.
13799
34699b85
RW
138002011-06-05 Roland Winkler <winkler@gnu.org>
13801
13802 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13803 (bibtex-search-entries): New command bound to C-c C-a.
13804 (bibtex-display-entries): New function.
13805
004dedd3
RW
138062011-06-05 Roland Winkler <winkler@gnu.org>
13807
13808 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13809 (bibtex-insert-kill): After yanking insert newline if necessary.
13810 (bibtex-initialize): Call bibtex-string-files-init only once.
13811 (bibtex-mode): Do not call easy-menu-add.
13812 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13813 (bibtex-yank): Set arg properly if nil.
13814
022fe7ce
RW
138152011-06-05 Roland Winkler <winkler@gnu.org>
13816
2b75be67
SM
13817 * textmodes/bibtex.el (bibtex-search-entry-globally):
13818 New variable.
022fe7ce
RW
13819 (bibtex-search-entry): Use it.
13820
b7c3692a
RW
138212011-06-05 Roland Winkler <winkler@gnu.org>
13822
13823 * textmodes/bibtex.el (bibtex-entry-format): New option
13824 sort-fields.
13825 (bibtex-format-entry, bibtex-reformat): Honor this option.
13826 (bibtex-parse-entry): Return fields in proper order.
13827
8eda563d
JB
138282011-06-05 Juanma Barranquero <lekktu@gmail.com>
13829
13830 * doc-view.el (doc-view-remove-if): Move computation of result out
13831 of `dolist' to silence misleading lexical-binding warning.
13832
7dbe3dbc
CY
138332011-06-04 Chong Yidong <cyd@stupidchicken.com>
13834
13835 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13836 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13837
0c33dd17
MA
138382011-06-04 Michael Albinus <michael.albinus@gmx.de>
13839
13840 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13841 "SunOS 5.10".
13842
f8f91c2b
MA
138432011-06-04 Michael Albinus <michael.albinus@gmx.de>
13844
13845 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13846 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13847 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13848 (tramp-parse-putty):
13849 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13850 (tramp-completion-function-alist-ssh)
13851 (tramp-completion-function-alist-telnet)
13852 (tramp-completion-function-alist-su)
13853 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13854 cookie.
13855
13856 * net/tramp-ftp.el:
13857 * net/tramp-sh.el:
13858 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13859 load "tramp.el" `tramp-set-completion-function'.
13860
e17d9003
SM
138612011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13862
13863 * shell.el: Require and use pcomplete.
13864 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13865 (shell-completion-vars): Set pcomplete-default-completion-function.
13866
6c4cab03
DD
138672011-06-04 Deniz Dogan <deniz@dogan.se>
13868
13869 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13870 `memq' (Bug#8799).
13871
ea9fafe0
SM
138722011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13873
13874 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13875
b3e945d3
JB
138762011-06-02 Juanma Barranquero <lekktu@gmail.com>
13877
13878 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13879 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13880 * vc/log-view.el (log-view-beginning-of-defun):
13881 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13882 (smerge-refine-forward, smerge-refine-chopup-region):
13883 Silence warning for unused `dotimes' counter variables.
13884
7d520089
SM
138852011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13886
13887 * net/tramp.el (tramp-with-progress-reporter): Rename from
13888 with-progress-reporter. Use `declare'.
13889 * net/tramp-smb.el:
13890 * net/tramp-sh.el:
13891 * net/tramp-gvfs.el: Update all uses.
13892
a1c2400f
JB
138932011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13894
13895 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13896 buffer isn't killed before making it current.
13897
2403c841
SM
138982011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 Silence various byte-compiler warnings.
13901 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13902 `access-type' and new obsolescence format.
13903 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13904 new format.
13905 (byte-compile-check-variable): New `access-type' argument.
13906 Only warn if the access-type is obsolete.
13907 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13908 (byte-compile-variable-set): Adjust callers.
13909 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13910 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13911 setting it as obsolete.
13912 * simple.el (minibuffer-completing-symbol):
13913 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13914 access as obsolete.
13915 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13916 obsolete yet.
13917 * international/quail.el (quail-mouse-choose-completion): Remove unused
13918 code referring to obsolete var.
13919 (quail-choose-completion-string): Remove.
13920 * server.el (server-clients-with, server-kill-buffer-query-function)
13921 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13922 * proced.el (proced-send-signal):
13923 * emacs-lisp/lisp.el (lisp-complete-symbol):
13924 Replace completion-annotate-function with completion-extra-properties.
13925
2462470b
SM
139262011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13927
fb5b2591
SM
13928 * simple.el (goto-line): Use read-number.
13929 (overriding-map-is-bound): Remove.
13930 (saved-overriding-map): Change default.
13931 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13932 Take the map as argument.
13933 (universal-argument, negative-argument, digit-argument): Use it.
13934 (restore-overriding-map): Adjust.
13935 (do-auto-fill): Use fill-forward-paragraph.
13936 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13937
fd6fa53f
SM
13938 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13939 (minibuffer-inactive-mode): New major mode.
13940 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13941 the *Messages* buffer" hack.
13942 (mouse-popup-menubar): Don't burp if the event is a normal key.
13943
2462470b
SM
13944 Miscellaneous tweaks.
13945 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13946 lexical scoping as in subr.el's dolist and dotimes.
13947 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13948 Silence compiler warning.
13949 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13950 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13951 * international/ccl.el (ccl-compile): Trivial simplification.
13952 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13953 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13954 `printflag' argument.
13955 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13956 Purecopy the whole obsolescence data.
13957
108bf785
LL
139582011-06-01 Leo Liu <sdl.web@gmail.com>
13959
13960 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13961 improve doc-string as suggested by Marco Pessotto
13962 <melmothx@gmail.com>.
13963 (rcirc-print): Fix last change.
13964
30a23501
SM
139652011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13966
13967 * minibuffer.el (complete-with-action): Return nil for the metadata and
13968 boundaries of non-functional tables.
13969 (completion-table-dynamic): Return nil for the metadata.
13970 (completion-table-with-terminator): Add default case, using
13971 complete-with-action.
13972 (completion--metadata): New function.
13973 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13974 to try and avoid pathological performance problems.
13975 (completion--embedded-envvar-table): Return `category' metadata.
13976
bcd54f83
LMI
139772011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13978
13979 * subr.el (process-alive-p): New tiny convenience function.
13980
e227544d
SM
139812011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13982
13983 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13984 content but also its previous major mode.
13985
e8296fdc
HE
139862011-05-31 Helmut Eller <eller.helmut@gmail.com>
13987
4d61f28d 13988 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13989 *Backtrace* buffer when we exit with C-M-c.
13990
620c53a6
SM
139912011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * minibuffer.el: Add metadata method to completion tables.
13994 (completion-category-overrides): New defcustom.
13995 (completion-metadata, completion--field-metadata)
13996 (completion-metadata-get, completion--styles)
13997 (completion--cycle-threshold): New functions.
13998 (completion-try-completion, completion-all-completions):
13999 Add `metadata' argument to choose completion-styles.
14000 (completion--do-completion): Use metadata to choose cycling.
14001 (completion-all-sorted-completions): Use metadata for sorting.
14002 Remove :completion-cycle-penalty which is not needed any more.
14003 (completion--try-word-completion): Add `metadata' argument.
14004 (minibuffer-completion-help): Check metadata for annotation function
14005 and sorting.
14006 (completion-file-name-table): Return `category' metadata.
14007 (minibuffer-completing-file-name): Make obsolete.
14008 * simple.el (minibuffer-completing-symbol): Make obsolete.
14009 * icomplete.el (icomplete-completions): Pass new `metadata' param to
14010 completion-try-completion.
14011
1257e755
SM
140122011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
14015
3767e706
LL
140162011-05-30 Leo Liu <sdl.web@gmail.com>
14017
14018 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
14019 (rcirc-print): Decode all incoming messages (bug#8744).
14020 (rcirc-decode-coding-system): Allow value nil for automatic coding
14021 system detection.
3767e706 14022
d1a5d56a
GM
140232011-06-01 Glenn Morris <rgm@gnu.org>
14024
14025 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
14026
e8cbec34
CY
140272011-05-29 Chong Yidong <cyd@stupidchicken.com>
14028
14029 * image.el (image-animate-max-time): Allow nil and t values.
14030 Default to nil.
14031 (create-animated-image): Doc fix.
14032 (image-animate-start): Remove second arg; just use
14033 image-animate-max-time.
14034 (image-animate-timeout): Doc fix. Args changed.
14035
14036 * image-mode.el (image-toggle-display-image): Ensure that the
14037 image spec passed to the animate timer is the same object as in
58179cce 14038 the buffer's display property (Bug#6981).
e8cbec34
CY
14039 (image-transform-properties): Doc fix.
14040
14041 * image.el (image-animate-max-time): Default to nil.
14042
159daf87
MR
140432011-05-29 Martin Rudalics <rudalics@gmx.at>
14044
14045 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
14046 entire buffer list (Bug#8184).
14047
d66c4c7c
CY
140482011-05-29 Chong Yidong <cyd@stupidchicken.com>
14049
14050 * image.el (imagemagick-types-inhibit)
14051 (imagemagick-register-types): Doc fix.
14052
80aec780
DD
140532011-05-29 Deniz Dogan <deniz@dogan.se>
14054
14055 * net/rcirc.el (rcirc): Use the user's stored encryption method by
14056 default.
14057
1dd3c2d9
CY
140582011-05-29 Chong Yidong <cyd@stupidchicken.com>
14059
14060 * select.el: Don't perform clipboard-manager saving in hooks;
14061 leave the hooks empty.
14062
60e56523
LL
140632011-05-28 Leo Liu <sdl.web@gmail.com>
14064
14065 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14066 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
14067 (occur-edit-mode): New major mode (Bug#8463).
14068 (occur-after-change-function): New function.
14069 (occur-engine): Give Occur tags a read-only property.
14070
2b1e1a22
KR
140712011-05-28 Kevin Ryde <user42@zip.com.au>
14072
14073 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
14074
5d344e88
CY
140752011-05-28 Chong Yidong <cyd@stupidchicken.com>
14076
8e6ca83d
CY
14077 * bindings.el (help-echo): Make the initial non-indicator dash
14078 empty on graphical terminals (Bug#7295).
14079
5d344e88
CY
14080 * files.el (auto-mode-alist): Move config rule after the
14081 in-stripping one (Bug#8547).
14082
bfbbace7
CY
14083 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
14084
fbeba6e2
CY
14085 * startup.el (normal-splash-screen): Remove gratuitous mode-line
14086 setting (Bug#8740).
14087
60ed8c72
AA
140882011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
14089
4ac619f0
AA
14090 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
14091 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14092 (Bug#8539).
60ed8c72 14093
23db196e
CY
140942011-05-28 Chong Yidong <cyd@stupidchicken.com>
14095
14096 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14097
5012f24c
DK
140982011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
14099
14100 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14101 (hs-hide-block-at-point, hs-find-block-beginning)
14102 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14103 (Bug#8279).
14104
6a639b16
GM
141052011-05-28 Glenn Morris <rgm@gnu.org>
14106
14107 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14108
d43eaf2c
CY
141092011-05-28 Chong Yidong <cyd@stupidchicken.com>
14110
5199bde1
CY
14111 * help-fns.el (describe-function-1): If the function is a derived
14112 major mode, print the parent mode.
14113
d43eaf2c
CY
14114 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14115 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14116
423428a8
SM
141172011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14118
0ff8e1ba 14119 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14120 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14121 * progmodes/etags.el (tags-completion-at-point-function):
14122 * info-look.el (info-lookup-completions-at-point): Mark as
14123 non-exclusive.
14124 (info-complete): Adjust accordingly.
14125
423428a8
SM
14126 * info-look.el: Convert to lexical-binding and completion-at-point.
14127 (info-lookup-completions-at-point): New function.
14128 (info-complete): Use it and completion-in-region.
14129
b74aa22b
DA
141302011-05-28 Drew Adams <drew.adams@oracle.com>
14131
14132 * isearch.el: Let M-e start with point at the first mismatched char.
14133 (isearch-fail-pos): New function.
14134 (isearch-edit-string): Use it.
14135
66e2e71d
DK
141362011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14137
14138 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14139
b1890b0f 141402011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14141
14142 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14143 traversal functions for avl-trees.
14144 (avl-tree--stack): New struct.
14145 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14146 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14147 (avl-tree--do-enter): Add optional `updatefun' arg.
14148 Change return value.
eb95d01d 14149 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14150 (avl-tree--do-delete): Add `test' and `nilflag' args.
14151 Change return value.
eb95d01d
TC
14152 (avl-tree-member): Add optional `nilflag'
14153 (avl-tree-member-p): New function.
14154 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14155 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14156 (avl-tree-stack-empty-p): New functions.
14157
3769ddcf
TC
14158 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14159 avl-tree--del-balance1 and make it work both ways.
14160 (avl-tree--del-balance2): Remove.
14161 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14162 make it work both ways.
14163 (avl-tree--enter-balance2): Remove.
14164 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14165 New macros.
14166 (avl-tree--mapc, avl-tree-map): Add direction argument.
14167
eb95d01d 141682011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14169
14170 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14171
a9f737ee
CY
141722011-05-27 Chong Yidong <cyd@stupidchicken.com>
14173
14174 * select.el: Support clipboard managers with built-in function
14175 x-clipboard-manager-save, via delete-frame-functions and
14176 kill-emacs-hook.
14177 (xselect-convert-to-targets): Add MULTIPLE target to list.
14178 (xselect-convert-to-save-targets): New function.
14179
c92a1e54
KH
141802011-05-27 Kenichi Handa <handa@m17n.org>
14181
14182 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14183 let-binding rfc2047-encode-encoded-words to nil.
14184
e145f188
GM
141852011-05-27 Glenn Morris <rgm@gnu.org>
14186
5ec8a862
GM
14187 * mail/emacsbug.el: Don't require url-util.
14188
4b29d9fb
GM
14189 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14190
e145f188
GM
14191 * files.el (set-auto-mode):
14192 Also respect mode: entries at the end of the file. (Bug#8586)
14193
7d15102b
GM
141942011-05-26 Glenn Morris <rgm@gnu.org>
14195
98f593b8
GM
14196 * files.el (hack-local-variables-prop-line, hack-local-variables):
14197 Downcase mode names, as seems to be traditional.
27b48e63 14198 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14199
7d15102b
GM
14200 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14201 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14202
51d5b4ec
JD
142032011-05-25 Julien Danjou <julien@danjou.info>
14204
14205 * textmodes/rst.el (rst-define-level-faces): Do not define face
14206 symbol if it is already defined.
14207
91513f63
VB
142082011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14209
14210 * play/5x5.el (5x5-new-game, 5x5-randomize):
14211 Reset 5x5-solver-output to nil when a new grid is cast.
14212 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14213 these debugging traces, as defmacro breaks the compiled code.
14214
4d90d6d0
DK
142152011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14216
14217 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14218
e1b90ef6
LL
142192011-05-24 Leo Liu <sdl.web@gmail.com>
14220
14221 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14222 (vc-bzr-sha1): Adapt.
14223
d8e4b68b 14224 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14225
14226 * bindings.el: Provide sha1 feature.
14227
db0406bb 142282011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14229
14230 * mail/sendmail.el: Require `rfc2047'.
14231 (mail-insert-from-field): Do not perform RFC2047 encoding.
14232 (mail-encode-header): New function.
14233 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14234 buffer to the return value of select-message-coding-system.
14235 Call mail-encode-header.
b8d747b9
KH
14236
14237 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14238
db0406bb 142392011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14240
4d90d6d0
DK
14241 * mail/supercite.el (sc-default-cite-frame):
14242 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14243
eb8a5e9b
GM
142442011-05-24 Glenn Morris <rgm@gnu.org>
14245
f8630703
GM
14246 * progmodes/python.el (brm-menu): Declare.
14247
8831bbed
GM
14248 * emulation/viper.el (viper-set-hooks): Declare.
14249
eb8a5e9b
GM
14250 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14251 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14252 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14253 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14254 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14255 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14256
a2a25d24
SM
142572011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14258
14259 Add an :exit-function for completion-at-point.
14260
14261 * minibuffer.el (completion--done): New fun.
14262 (completion--do-completion): Use it. New arg `expect-exact'.
14263 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14264 since completion--do-completion does it for us now.
14265 (minibuffer-force-complete): Use completion--done and
14266 completion--replace. Handle sole-completion case with more care.
14267 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14268 (completion-extra-properties): New var.
14269 (completion-annotate-function): Make obsolete.
14270 (minibuffer-completion-help): Adjust accordingly.
14271 Use completion-list-insert-choice-function.
14272 (completion-at-point, completion-help-at-point):
14273 Bind completion-extra-properties.
14274 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14275 * simple.el (completion-list-insert-choice-function): New var.
14276 (completion-setup-function): Preserve it.
14277 (choose-completion): Pay attention to it, shuffle the code a bit.
14278 (choose-completion-string): New arg `insert-function'.
14279
14280 * textmodes/bibtex.el: Convert to lexical binding.
14281 (bibtex-mode-map): Use completion-at-point.
14282 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14283 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14284 (bibtex-complete): Define as obsolete alias.
14285 (bibtex-complete-internal): Remove.
14286 (bibtex-format-entry): Remove unused sub-group in regexp.
14287 * shell.el (shell--command-completion-data)
14288 (shell-environment-variable-completion):
14289 * pcomplete.el (pcomplete-completions-at-point):
14290 * comint.el (comint--complete-file-name-data): Use :exit-function
14291 instead of completion-table-with-terminator so it also works for
14292 choose-completion.
14293
e44e373d
SM
142942011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14295
4f91a816
SM
14296 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14297
782fc819
SM
14298 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14299 (bug#8710).
14300
e44e373d
SM
14301 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14302
381987c3
KM
143032011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14304
14305 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14306 customization variable and implement: If non-nil, auto-fill will
14307 be inhibited while on topic's header line.
14308
b776bc70
VB
143092011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14310
14311 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14312 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14313 always have a solution in grid size = 5 cases.
14314 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14315 (5x5-solver-output, 5x5-log-buffer): New vars.
14316 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14317 Make these variables buffer local to achieve 5x5 multi-session-ness.
14318 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14319 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14320 (5x5-solve-suggest): New funs.
14321 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14322 randomize a grid so that we ensure that there is always a solution.
14323 (5x5-make-random-grid): Allow other movement than flipping.
14324
7de88b6e
KR
143252011-05-23 Kevin Ryde <user42@zip.com.au>
14326
14327 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14328 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14329 advice and passes PREDICATE.
14330
b1ef1257
SM
143312011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14332
bbca48fe
SM
14333 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14334 byte-compile-lambda if it's actually a lambda.
14335
b1ef1257
SM
14336 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14337 Fix function quoting. Use backquote better.
14338
92a9cc65
YS
143392011-05-22 Yuanle Song <sylecn@gmail.com>
14340
14341 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14342 matching (Bug#8516).
14343
f0fb8059
JA
143442011-01-22 Jari Aalto <jari.aalto@cante.net>
14345
14346 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14347 different face (Bug#8178).
14348
d5b44c93
CY
143492011-05-22 Chong Yidong <cyd@stupidchicken.com>
14350
14351 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14352 defface (Bug#8144).
14353
79106a44
SM
143542011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14355
9c848d8a
SM
14356 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14357 funcall as well (bug#8712). Warn when performing those conversions.
14358 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14359
79106a44
SM
14360 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14361
88dfa756
GM
143622011-05-22 Glenn Morris <rgm@gnu.org>
14363
14364 * files.el (hack-local-variables-prop-line): Small simplifications.
14365 (hack-local-variables, hack-local-variables-prop-line):
14366 If MODE-ONLY, return the mode, rather than just `t'.
14367
b7cf2c79
SM
143682011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14371
3f1a8558
GM
143722011-05-21 Glenn Morris <rgm@gnu.org>
14373
7e4ccca3
GM
14374 * files.el (hack-local-variables-prop-line, hack-local-variables):
14375 If only interested in the mode, don't bother doing the other stuff.
14376
637d46ca
GM
14377 * image-mode.el (image-after-revert-hook):
14378 Redraw all frames on which the image is visible. (Bug#8567)
14379
973d955b
GM
14380 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14381
3f1a8558
GM
14382 * wid-edit.el (widget-checklist-match-inline):
14383 Fix 2011-04-19 change. (Bug#8649)
14384
96479927
SM
143852011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14386
1dcf791f
SM
14387 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14388 Also allow singlespace after single-letter capitals followed by a dot.
14389
96479927
SM
14390 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14391 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14392
35fd0881
N
143932011-05-20 Nix <nix@esperi.org.uk>
14394
14395 * files.el (basic-save-buffer-2):
14396 Fix handling of break-hardlink-on-save with non-existent files.
14397
82745640
DD
143982011-05-19 Deniz Dogan <deniz@dogan.se>
14399
14400 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14401 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14402
4a720484
GM
144032011-05-19 Glenn Morris <rgm@gnu.org>
14404
d1f21341
GM
14405 * progmodes/f90.el (f90-type-def-re):
14406 Handle "type, bind(c)". (Bug#8691)
14407
4a720484
GM
14408 * emacs-lisp/autoload.el (batch-update-autoloads):
14409 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14410
2fb0a219
MA
144112011-05-18 Michael Albinus <michael.albinus@gmx.de>
14412
14413 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14414 property for the correct connection in case of multihops.
14415
e565dd37
GM
144162011-05-18 Glenn Morris <rgm@gnu.org>
14417
c2571358 14418 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14419 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14420
e565dd37
GM
14421 Rationalize calendar handling of day and month abbrev-arrays.
14422 * calendar/calendar.el (calendar-customized-p): New function.
14423 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14424 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14425 Add :set function.
14426 (calendar-abbrev-length, calendar-day-abbrev-array)
14427 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14428 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14429 Elements may no longer be nil.
14430 (calendar-day-name, calendar-month-name):
14431 Update for changed nature of abbrev arrays.
14432 * calendar/diary-lib.el (diary-name-pattern):
14433 Update for changed nature of abbrev arrays.
14434 (diary-mark-entries-1): Update calendar-make-alist calls.
14435 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14436 * calendar/cal-html.el (cal-html-day-abbrev-array):
14437 Simply inherit from calendar-day-abbrev-array.
14438
1d99a745
SM
144392011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * progmodes/grep.el (grep-mode): Disable default
14442 compilation-directory-matcher setting (bug#8684).
14443
7c1d9aa0
MA
144442011-05-17 Michael Albinus <michael.albinus@gmx.de>
14445
14446 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14447 instead of "head" and "tail". There were problems with SunOS 5.9,
14448 and it performs better.
14449
3952e9d8
GM
144502011-05-17 Glenn Morris <rgm@gnu.org>
14451
2dd12e7f
GM
14452 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14453
e4157b9c
GM
14454 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14455 Replace obsolete function.
14456
8e249bbd
GM
14457 * shell.el (pcomplete-parse-arguments-function): Declare.
14458
3952e9d8
GM
14459 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14460 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14461 (appt-check): Doc fixes.
14462 (appt-disp-window-function, appt-delete-window-function):
14463 Remove needless special case in custom :type.
14464 (appt-display-count): Default to 0, not nil.
14465 (appt-check): Reset appt-display-count to 0, not nil.
14466
c71a0d48 144672011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14468
c71a0d48
GM
14469 * progmodes/python.el (python-font-lock-keywords):
14470 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14471
31d55be9
SM
144722011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14475
3bfacb2f
KR
144762011-05-16 Kevin Ryde <user42@zip.com.au>
14477
14478 * info-look.el (makefile-automake-mode): New setups, looking in
14479 automake manual, then makefile-mode.
14480 (makefile-mode): Remove automake manual, have it just in
14481 makefile-automake-mode since there's various things different or
14482 not relevant to plain make.
14483 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14484 believe a hypothetical automake-mode would go to makefile-mode,
14485 not the other way around.
14486
c8e83751
CY
144872011-05-15 Chong Yidong <cyd@stupidchicken.com>
14488
5e9e35cd
CY
14489 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14490 hunk-end tags (Bug#8672).
14491
c8e83751
CY
14492 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14493 vc-annotate-show-diff-revision-at-line (Bug#8671).
14494
50b23e5a
GM
144952011-05-14 Glenn Morris <rgm@gnu.org>
14496
7210a739
GM
14497 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14498 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14499 (change-log-font-lock-keywords): Also handle multiple author lines
14500 with leading tabs. (Bug#8644)
7210a739 14501
4691905a
GM
14502 * calendar/appt.el (appt-check): Rename some local variables.
14503 Some simplification/reordering.
14504
50b23e5a
GM
14505 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14506 (feedmail-sendmail-f-doesnt-sell-me-out)
14507 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14508 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14509 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14510 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14511 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14512 (feedmail-binmail-gnulinuxish-template):
14513 Rename from feedmail-binmail-linuxish-template.
14514 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14515 Use insert-buffer-substring.
14516
215cda7c
BC
145172011-05-14 Bill Carpenter <bill@carpenter.org>
14518
14519 * mail/feedmail.el (feedmail-patch-level): Increase.
14520 (feedmail-debug): New custom group.
14521 (feedmail-confirm-outgoing-timeout)
14522 (feedmail-sendmail-f-doesnt-sell-me-out)
14523 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14524 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14525 (feedmail-sender-line, feedmail-from-line)
14526 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14527 (feedmail-spray-this-address)
215cda7c
BC
14528 (feedmail-spray-address-fiddle-plex-list)
14529 (feedmail-queue-use-send-time-for-date)
14530 (feedmail-queue-use-send-time-for-message-id)
14531 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14532 (feedmail-buffer-eating-function):
14533 Doc fixes.
14534 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14535 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14536 (feedmail-message-action-scroll-down): New functions.
14537 (feedmail-queue-directory, feedmail-queue-draft-directory):
14538 Use expand-file-name.
14539 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14540 Remove C-v help entry.
14541 (feedmail-queue-buffer-file-name): New variable.
14542 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14543 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14544 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14545 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14546 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14547 (feedmail-message-action-toggle-spray)
14548 (feedmail-run-the-queue-no-prompts)
14549 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14550 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14551 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14552 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14553 (feedmail-envelope-deducer, feedmail-fiddle-from)
14554 (feedmail-fiddle-sender, feedmail-default-date-generator)
14555 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14556 (feedmail-fiddle-spray-address)
14557 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14558 (feedmail-fiddle-list-of-fiddle-plexes)
14559 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14560 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14561 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14562 Change default. Doc fix.
14563 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14564 (feedmail-binmail-linuxish-template): New constant.
14565 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14566 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14567 (feedmail-send-it): Add debug call.
14568 Use feedmail-queue-buffer-file-name, and
14569 feedmail-send-it-immediately-wrapper.
14570 (feedmail-message-action-send): Add debug call.
14571 Use feedmail-send-it-immediately-wrapper.
14572 (feedmail-queue-express-to-queue): Add debug call.
14573 Run feedmail-queue-express-hook.
14574 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14575 (feedmail-message-action-help-blat):
14576 Rename from feedmail-queue-send-edit-prompt-help-first.
14577 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14578 Check line-endings. Handle errors better.
14579 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14580 Doc fix. Add debug call.
14581 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14582 Use feedmail-queue-send-edit-prompt-inner.
14583 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14584 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14585 from feedmail-queue-send-edit-prompt.
14586 (feedmail-queue-send-edit-prompt-help)
14587 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14588 (feedmail-tidy-up-slug): Add debug call.
14589 Respect feedmail-queue-slug-suspect-regexp.
14590 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14591 (feedmail-dump-message-to-queue): Add debug call.
14592 Expand queue-directory.
14593 (feedmail-dump-message-to-queue): Change message slightly.
14594 Use feedmail-say-chatter.
14595 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14596 (feedmail-send-it-immediately-wrapper): New function.
14597 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14598 Insert empty string rather than newline. Handle full-frame case.
14599 Use catch/throw. Use feedmail-say-chatter.
14600 (feedmail-fiddle-from): Try mail-host-address.
14601 (feedmail-default-message-id-generator): Doc fix.
14602 Bind system-time-locale. Handle missing end.
14603 (feedmail-fiddle-x-mailer): Add debug call.
14604 Handle feedmail-x-mailer-line being nil.
14605 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14606 Add debug call. Use buffer-substring-no-properties.
14607 (feedmail-say-debug, feedmail-say-chatter): New functions.
14608 (feedmail-find-eoh): Give an explicit error.
14609
42c7e61e
UJ
146102011-05-13 Ulf Jasper <ulf.jasper@web.de>
14611
c2571358 14612 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14613 family from helvetica to sans.
c2571358 14614 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14615 etc/images/newsticker.
14616
c2571358 14617 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14618 family from helvetica to sans.
14619
14620 * net/newst-plainview.el (newsticker-new-item-face)
14621 (newsticker-old-item-face, newsticker-immortal-item-face)
14622 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14623 (newsticker-statistics-face): Change default family from
42c7e61e 14624 helvetica to sans.
c2571358 14625 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14626 etc/images/newsticker.
14627
5d3385a0
JB
14628 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14629 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14630 auto-marking.
14631
8497a297
DV
146322011-05-13 Didier Verna <didier@xemacs.org>
14633
14634 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14635 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14636 TODO entries.
8497a297
DV
14637 (lisp-lambda-list-keyword-parameter-indentation)
14638 (lisp-lambda-list-keyword-parameter-alignment)
14639 (lisp-lambda-list-keyword-alignment): New customizable user options.
14640 (lisp-indent-defun-method): Improve docstring.
14641 (extended-loop-p): Fix comment.
14642 (lisp-indent-lambda-list-keywords-regexp): New variable.
14643 (lisp-indent-lambda-list): New function.
14644 (lisp-indent-259): Use it.
14645 (lisp-indent-defmethod): Support for more than one
14646 method qualifier and properly indent methods lambda-lists.
14647 (defgeneric): Provide a missing common-lisp-indent-function property.
14648
f278f87f
SM
146492011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14650
14651 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14652 bounds for the empty string (bug#8667).
14653
5233edd7
GM
146542011-05-13 Glenn Morris <rgm@gnu.org>
14655
5237a44f
GM
14656 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14657
8340026c 14658 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14659 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14660
5233edd7 14661 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14662 (appt-time-msg-list): Doc fix.
a5464014 14663 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14664
92d10796
AS
146652011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14666
14667 * progmodes/ld-script.el (ld-script-keywords)
14668 (ld-script-builtins): Update keywords list.
14669
914a0ae1
SM
146702011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14671
c89be45f
SM
14672 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14673
914a0ae1
SM
14674 * shell.el (shell-completion-vars): New function.
14675 (shell-mode):
14676 * simple.el (read-shell-command): Use it.
14677 (blink-matching-open): No need for " [...]" in minibuffer-message.
14678
98dc3df3
GM
146792011-05-12 Glenn Morris <rgm@gnu.org>
14680
14681 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14682 (appt-check): Simplify.
14683
d2fc7e3d 146842011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14685
4d61f28d 14686 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14687 literal "/dev/null".
14688
d2fc7e3d 146892011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14690
14691 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14692 Fix typo.
14693
d2fc7e3d 146942011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14695
3f254caa
SM
14696 * progmodes/which-func.el (which-function):
14697 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14698 which might not be defined (Bug#8260).
14699
d45885f7
GM
147002011-05-12 Glenn Morris <rgm@gnu.org>
14701
14702 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14703 Let byte-compile-initial-macro-environment always take precedence.
14704
488086f4
SM
147052011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14706
14707 * net/rcirc.el: Add support for SSL/TLS connections.
14708 (rcirc-server-alist): New field `encryption'.
14709 (rcirc): Check `encryption' settings.
14710 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14711 Merge make-local-variable into `set'.
14712 (rcirc--connection-open-p): New function.
14713 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14714 the process is not a network process (e.g. running gnutls-cli).
14715 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14716 Make rcirc-(en|de)code-coding-system local here.
14717 (rcirc-mode): Merge make-local-variable into `set'.
14718 (rcirc-parent-buffer): Make permanent buffer-local.
14719 (rcirc-multiline-minor-mode): Don't do it here.
14720 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14721 there's no server buffer.
14722
7d3b9d44
GM
147232011-05-11 Glenn Morris <rgm@gnu.org>
14724
f64049c6
GM
14725 * newcomment.el (comment-kill): Prefix "unused" local.
14726
93c9df73
GM
14727 * term/w32console.el (get-screen-color): Declare.
14728
7d3b9d44
GM
14729 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14730 Handle symbol elements of byte-compile-initial-macro-environment.
14731
9e2dd53f
LL
147322011-05-10 Leo Liu <sdl.web@gmail.com>
14733
488086f4
SM
14734 * bookmark.el (bookmark-bmenu-mode-map):
14735 Bind bookmark-bmenu-search to `/'.
8b340240 14736
9e2dd53f 14737 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14738 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14739 (Footnote-unicode): New function.
14740 (footnote-style-alist): Add unicode style to the list.
14741 (footnote-style): Doc fix.
9e2dd53f 14742
79b70037
GM
147432011-05-10 Jim Meyering <meyering@redhat.com>
14744
14745 Fix doubled-word typos.
14746 * international/quail.el (quail-insert-kbd-layout): and and -> and
14747 * kermit.el: and and -> and
14748 * net/ldap.el (ldap-search-internal): to to -> to
14749 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14750 * progmodes/js.el (js-mode): and and -> and
14751 * textmodes/artist.el (artist-move-to-xy): at at -> at
14752 (artist-draw-region-trim-line-endings): if if -> if
14753 And Safetyc -> Safety.
14754 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14755
b8f82dc1 147562011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 14757 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14758
14759 * files.el (hack-one-local-variable-eval-safep):
14760 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14761
4f99f44b
GM
147622011-05-10 Glenn Morris <rgm@gnu.org>
14763
14764 * calendar/diary-lib.el (diary-list-entries-hook)
14765 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14766 (diary-nongregorian-marking-hook, diary-list-entries)
14767 (diary-include-other-diary-files, diary-mark-entries)
14768 (diary-mark-included-diary-files): Doc fixes.
14769
84f29e6b
JB
147702011-05-09 Juanma Barranquero <lekktu@gmail.com>
14771
14772 * misc.el: Require tabulated-list.el during compilation.
14773
9bedd73a
CY
147742011-05-09 Chong Yidong <cyd@stupidchicken.com>
14775
488086f4
SM
14776 * progmodes/compile.el (compilation-start):
14777 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14778 (compilation-filter-hook): Doc fix.
14779
797c735c
DD
147802011-05-09 Deniz Dogan <deniz@dogan.se>
14781
14782 * wdired.el: Remove outdated installation comment. Fix usage
14783 comment.
14784
5f4b1dfe
JB
147852011-05-09 Juanma Barranquero <lekktu@gmail.com>
14786
14787 * misc.el: Implement new command `list-dynamic-libraries'.
14788 (list-dynamic-libraries--loaded-only-p): New variable.
14789 (list-dynamic-libraries--refresh): New function.
14790 (list-dynamic-libraries): New command.
14791
4c44026c
CY
147922011-05-09 Chong Yidong <cyd@stupidchicken.com>
14793
488086f4
SM
14794 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14795 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14796 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14797 higher priority to avoid clobbering by gnu.
14798
027f966d
CY
147992011-05-08 Chong Yidong <cyd@stupidchicken.com>
14800
14801 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14802 if the face has existing theme settings (Bug#8454).
14803
085f5d7d
CY
148042011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14805
488086f4
SM
14806 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14807 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14808
2a86a00c
RS
14809 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14810 special file names `.' and `..' (Bug#8259).
14811
d9c54a06
CY
148122011-05-08 Chong Yidong <cyd@stupidchicken.com>
14813
488086f4
SM
14814 * progmodes/grep.el (grep-mode-font-lock-keywords):
14815 Remove buffer-changing entries.
d9c54a06
CY
14816 (grep-filter): New function.
14817 (grep-mode): Add it to compilation-filter-hook.
14818
14819 * progmodes/compile.el (compilation-filter-hook)
14820 (compilation-filter-start): New defvars.
14821 (compilation-filter): Call compilation-filter-hook prior to
14822 updating the process mark.
14823
c4662635
SM
148242011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14825
14826 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14827
b0512a1d
EZ
148282011-05-07 Eli Zaretskii <eliz@gnu.org>
14829
605c9376
EZ
14830 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14831 mailclient-send-it even if window-system is nil. (Bug#8595)
14832
c4662635
SM
14833 * term/w32console.el (terminal-init-w32console):
14834 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14835 background-mode. (Bug#8597)
14836
d1dc2cc2
SM
148372011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14838
14839 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14840 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14841 New functions.
14842 (defgeneric, eieio--defmethod): Use them.
14843 (eieio-defgeneric): Remove.
14844 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14845
915d1300
GM
148462011-05-07 Glenn Morris <rgm@gnu.org>
14847
a3961c3e
GM
14848 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14849 Use let rather than let*.
14850 (timeclock-find-discrep): Remove unused local.
14851
314347b9
GM
14852 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14853
915d1300
GM
14854 * calendar/appt.el (appt-time-msg-list): Doc fix.
14855
275b59b0
NF
148562011-05-06 Noah Friedman <friedman@splode.com>
14857
14858 * apropos.el (apropos-print-doc): Only use
14859 emacs-lisp-docstring-fill-column when it is bound to an integer,
14860 per that variable's documentation.
14861
6c19f744
SM
148622011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14865 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14866
60f884b2
GM
148672011-05-06 Glenn Morris <rgm@gnu.org>
14868
5006e634
GM
14869 * calendar/appt.el (appt-message-warning-time): Doc fix.
14870 (appt-warning-time-regexp): New option.
14871 (appt-make-list): Respect appt-message-warning-time.
14872
548d0a63
GM
14873 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14874 New options.
14875 (diary-add-to-list): Strip comments from the displayed string.
14876 (diary-mode): Set comment-start and comment-end.
14877
60f884b2
GM
14878 * vc/diff-mode.el (smerge-refine-subst): Declare.
14879 (diff-refine-hunk): Don't require smerge-mode when compiling.
14880
989681bb
JB
148812011-05-06 Juanma Barranquero <lekktu@gmail.com>
14882
14883 * simple.el (list-processes): Return nil as the docstring says.
14884
a6bc05e1
MA
148852011-05-05 Michael Albinus <michael.albinus@gmx.de>
14886
14887 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14888 to "".
14889 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14890 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14891 determining of binary transfer. (Bug#7383)
14892
23c22e9a
MA
148932011-05-05 Michael Albinus <michael.albinus@gmx.de>
14894
c4662635
SM
14895 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14896 Fix port computation bug. (Bug#8618)
23c22e9a 14897
0bff894f
GM
148982011-05-05 Glenn Morris <rgm@gnu.org>
14899
b8296902
GM
14900 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14901
1f522ce8
GM
14902 * simple.el (shell-dynamic-complete-functions)
14903 (comint-dynamic-complete-functions): Declare.
14904
cf5bee67
GM
14905 * net/network-stream.el (gnutls-negotiate):
14906 * simple.el (tabulated-list-print): Fix declarations.
14907
14908 * progmodes/gud.el (syntax-symbol, syntax-point):
14909 Remove unnecessary and incorrect declarations.
14910
0bff894f
GM
14911 * emacs-lisp/check-declare.el (check-declare-scan):
14912 Handle byte-compile-initial-macro-environment in bytecomp.el
14913
9869b3ae
SM
149142011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14915
14916 Fix earlier half-done eieio-defmethod change (bug#8338).
14917 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14918 Streamline and change calling convention.
14919 (defmethod): Adjust accordingly and simplify.
14920 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14921 new eieio--defmethod.
14922 (slot-boundp): Minor CSE simplification.
14923
9c1d5ac5
MZ
149242011-05-05 Milan Zamazal <pdm@zamazal.org>
14925
14926 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14927 (glasses-make-readable): Use glasses-separate-capital-groups.
14928
455c834e
JB
149292011-05-05 Juanma Barranquero <lekktu@gmail.com>
14930
14931 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14932 (warning-series): Doc fix.
14933 (display-warning): Don't try to create the buffer if we just found it.
14934
9ed7c8cb
CY
149352011-05-04 Chong Yidong <cyd@stupidchicken.com>
14936
14937 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14938 (autoload-find-generated-file): New function.
14939 (generate-file-autoloads): Bind generated-autoload-file to
14940 buffer-file-name.
9869b3ae
SM
14941 (update-file-autoloads, update-directory-autoloads):
14942 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14943 output file (Bug#7989).
14944 (batch-update-autoloads): Doc fix.
14945
0898ca10
JB
149462011-05-04 Juanma Barranquero <lekktu@gmail.com>
14947
14948 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14949
31dfb76c
GM
149502011-05-04 Glenn Morris <rgm@gnu.org>
14951
f330b642
GM
14952 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14953 function, so it follows changes in calendar-date-style.
14954 (diary-fancy-date-matcher): New function.
14955 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14956 (diary-fancy-font-lock-fontify-region-function):
14957 Use diary-fancy-date-pattern as a function.
14958
31dfb76c
GM
14959 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14960 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14961
48e79d6a
TZ
149622011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14963
14964 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14965 instead of positional arguments. Allow :keylist and :crlfiles
14966 arguments.
14967 (open-gnutls-stream): Call it.
14968
14969 * net/network-stream.el (network-stream-open-starttls): Adjust to
14970 call `gnutls-negotiate' with :process and :hostname arguments.
14971
dd5a5ee0
SM
149722011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14973
ef80fc09
SM
14974 * minibuffer.el (completion--message): New function.
14975 (completion--do-completion, minibuffer-complete)
14976 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14977 (completion--do-completion): Don't ignore completion-auto-help when in
14978 icomplete-mode.
14979
dd5a5ee0
SM
14980 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14981 internal encoding (e.g. tibetan zero is not whitespace).
14982 (global-whitespace-mode): Prefer save-current-buffer.
14983 (whitespace-trailing-regexp): Remove useless save-match-data.
14984 (whitespace-empty-at-bob-regexp): Minor simplification.
14985
b7d22a83
CY
149862011-05-03 Chong Yidong <cyd@stupidchicken.com>
14987
14988 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14989
5192af46
AM
149902011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14991
14992 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14993 Use `concat' to create string for insertion.
5192af46 14994
5767d190
SM
149952011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14996
14997 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14998 Avoid open-line which runs post-self-insert-hook.
14999 (bibtex-fill-entry): Remove unused `end' var.
15000
bf242939
AM
150012011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
15002
5767d190
SM
15003 * textmodes/ispell.el (ispell-add-per-file-word-list):
15004 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 15005
25666126
LL
150062011-05-03 Leo Liu <sdl.web@gmail.com>
15007
15008 * isearch.el (isearch-yank-pop): New command.
5767d190 15009 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
15010 (isearch-forward): Mention it.
15011
52d3c2d0
SM
150122011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15013
1bcace58
SM
15014 * simple.el (minibuffer-complete-shell-command): Remove.
15015 (minibuffer-local-shell-command-map): Use completion-at-point.
15016 (read-shell-command): Setup completion vars here instead.
15017 (read-expression-map): Bind TAB to symbol completion.
15018
52d3c2d0
SM
15019 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
15020 error directly rather via storing it into `results'.
15021
35813471
LL
150222011-05-02 Leo Liu <sdl.web@gmail.com>
15023
15024 * vc/diff.el: Fix description.
15025
e793a940
LMI
150262011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15027
15028 * server.el (server-eval-at): New function.
15029
8de66e05
LMI
150302011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15031
15032 * net/network-stream.el (open-network-stream): Take a :nowait
15033 parameter and pass it on to `make-network-process'.
15034 (network-stream-open-plain): Ditto.
15035
dcb79f20
AS
150362011-04-30 Andreas Schwab <schwab@linux-m68k.org>
15037
15038 * faces.el (face-spec-set-match-display): Don't match toolkit
15039 options on terminal frames.
15040
14a7fbd8
SM
150412011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15042
7eabc1be
SM
15043 * progmodes/pascal.el: Use lexical binding.
15044 (pascal-mode-map): Remove author preferences.
15045
14a7fbd8
SM
15046 * pcomplete.el (pcomplete-std-complete): Don't abuse
15047 completion-at-point.
15048
50f84510
JB
150492011-04-28 Juanma Barranquero <lekktu@gmail.com>
15050
6e087a44
JB
15051 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
15052 removing code that has been dead since 1991 or so.
15053
50f84510
JB
15054 * startup.el (command-line): When warning about "_emacs", use a
15055 delayed warning to allow the user to filter it out.
15056
0ba690bd
DD
150572011-04-28 Deniz Dogan <deniz@dogan.se>
15058
15059 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
15060 user has not joined.
15061
08abfaad
SM
150622011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15063
15064 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
15065 aren't any completions at point.
15066
638f053a
JB
150672011-04-28 Juanma Barranquero <lekktu@gmail.com>
15068
15069 * subr.el (display-delayed-warnings): New function.
15070 (delayed-warnings-hook): New variable.
15071
8fff8daa
SM
150722011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15073
08abfaad
SM
15074 * minibuffer.el (completion-at-point, completion-help-at-point):
15075 Don't presume that a given completion-at-point-function will always
15076 use the same calling convention.
15077
8fff8daa
SM
15078 * pcomplete.el (pcomplete-completions-at-point):
15079 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
15080 pcomplete-seen is non-nil.
15081 (pcomplete-comint-setup): Also recognize the new comint/shell
15082 completion functions.
15083 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
15084 pcomplete-seen is non-nil.
15085
841a1577 150862011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 15087
841a1577 15088 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 15089 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 15090 the first character in the entry. This allows for code to add its
211ec907
UJ
15091 own uid to the entry.
15092 (icalendar--convert-float-to-ical): Add export of
15093 `diary-float'-entries save for those with the optional DAY
15094 argument.
15095
2a782793
DC
150962011-04-27 Daniel Colascione <dan.colascione@gmail.com>
15097
15098 * subr.el (shell-quote-argument): Use alternate escaping strategy
15099 when we spot a variable reference in a string.
15100
0438ce91
DC
151012011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15102
15103 * cus-start.el (all): Define customization for debug-on-event.
15104
841a1577 151052011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15106
15107 * subr.el (shell-quote-argument): Escape correctly under Windows.
15108
d090ed6c
SM
151092011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15110
15111 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15112
bfd31217
MA
151132011-04-25 Michael Albinus <michael.albinus@gmx.de>
15114
d090ed6c
SM
15115 * net/tramp.el (tramp-process-actions): Add POS argument.
15116 Delete region between POS and (pos).
bfd31217 15117
d090ed6c
SM
15118 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15119 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15120 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15121
15122 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15123 position in `tramp-process-actions' call.
15124
15125 * net/trampver.el: Update release number.
15126
e92f3bd3
SM
151272011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15128
850256b5
SM
15129 * custom.el (defcustom): Obey lexical-binding.
15130
e92f3bd3
SM
15131 Fix octave-inf completion problems reported by Alexander Klimov.
15132 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15133 Inherit from octave-mode-syntax-table.
15134 (inferior-octave-mode): Set info-lookup-mode.
15135 (inferior-octave-completion-at-point): New function.
15136 (inferior-octave-complete): Use it and completion-in-region.
15137 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15138 comint-filename-completion.
15139 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15140 symbol elements which shouldn't be word elements.
15141 (octave-font-lock-keywords, octave-beginning-of-defun)
15142 (octave-function-header-regexp): Adjust regexps accordingly.
15143 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15144
cd22b309
JB
151452011-04-25 Juanma Barranquero <lekktu@gmail.com>
15146
15147 * net/gnutls.el (gnutls-errorp): Declare before first use.
15148
8b492194
TZ
151492011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15150
15151 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15152 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15153 default trustfile exists before going to use it. Add missing
5a5fa834 15154 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15155 Reported by Claudio Bley <claudio.bley@gmail.com>.
15156 (open-gnutls-stream): Add usage example.
15157
15158 * net/network-stream.el (network-stream-open-starttls): Give host
15159 parameter to `gnutls-negotiate'.
15160 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15161 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15162
841a1577 151632011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15164
cd22b309
JB
15165 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15166 Use correct match group (bug#8438).
05842630 15167
3ba7869c
CY
151682011-04-24 Chong Yidong <cyd@stupidchicken.com>
15169
512e3ae1
CY
15170 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15171 (package-menu--generate): New arg specifying packages to show.
15172 (package-menu-refresh, package-menu-execute, list-packages):
15173 Callers changed.
15174 (package-show-package-list): New function, replacing deleted
15175 package--list-packages (renamed because it is non-internal).
15176
15177 * finder.el (finder-list-matches): Use package-show-package-list
15178 instead of deleted package--list-packages.
15179
e92f3bd3
SM
15180 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15181 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15182 (vc-annotate-mode-map): Bind it to RET.
15183
7031be6d
UR
151842011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15185
15186 * progmodes/etags.el (next-file): Don't use set-buffer to change
15187 buffers (Bug#8478).
15188
4ef177aa
CY
151892011-04-24 Chong Yidong <cyd@stupidchicken.com>
15190
c8d173eb
CY
15191 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15192
4ef177aa
CY
15193 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15194 (apropos-accumulator): Doc fix.
15195 (apropos-function, apropos-macro, apropos-command)
15196 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15197 (apropos-plist): Add face property.
15198 (apropos-symbols-internal): Fix indentation.
15199 (apropos-print): Simplify help, and recognize apropos-multi-type.
15200 (apropos-print-doc): Use button-type-get to extract the button's
15201 face property. Fill docstring (Bug#8352).
15202
4ffd0d6b 152032011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15204
15205 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15206
c6c32125 15207 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15208 (mpuz-mode-map): Use mapc.
c6c32125
JB
15209 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15210 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15211 Fix typos in docstrings.
15212
58d468b4
JB
15213 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15214 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15215
6470c3c6
JB
15216 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15217
4ffd0d6b 152182011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15219
15220 * minibuffer.el (completion--do-completion): Avoid the "Next char
15221 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15222
3ad8bad0
CY
15223 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15224 mouse-2 into unread-command-events, it is interpreted correctly.
15225
71d73c9c 15226 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15227 (image-toggle-display): Doc fix.
71d73c9c 15228
841a1577 152292011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15230
4ffd0d6b
GM
15231 * textmodes/page.el (what-page): Use line-number-at-pos to
15232 calculate line number (Bug#6825).
6e1dbaa9 15233
c2fb1b60
JB
152342011-04-22 Juanma Barranquero <lekktu@gmail.com>
15235
15236 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15237 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15238 Pass argument NO-DEFAULT to `find-tag-interactive'.
15239
e02f48d7
JB
152402011-04-22 Juanma Barranquero <lekktu@gmail.com>
15241
15242 Lexical-binding cleanup.
15243
15244 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15245 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15246 * progmodes/ada-prj.el (ada-prj-initialize-values)
15247 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15248 (ada-prj-show-value):
15249 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15250 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15251 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15252 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15253 * progmodes/bug-reference.el (bug-reference-push-button):
15254 * progmodes/fortran.el (fortran-line-length):
15255 * progmodes/glasses.el (glasses-change):
15256 * progmodes/octave-mod.el (octave-fill-paragraph):
15257 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15258 (python-pdbtrack-grub-for-buffer, python-sentinel):
15259 * progmodes/sql.el (sql-save-connection):
15260 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15261 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15262 Mark unused parameters.
15263
15264 * progmodes/compile.el (compilation--flush-directory-cache)
15265 (compilation--flush-parse, compile-internal): Mark unused parameters.
15266 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15267 (compilation-next-error-function): Remove unused variable `timestamp'.
15268
15269 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15270 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15271
15272 * progmodes/dcl-mode.el (dcl-end-of-command):
15273 Remove unused variable `start'.
15274 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15275 (dcl-option-value-basic, dcl-option-value-offset)
15276 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15277 Mark unused parameters.
15278 (dcl-save-local-variable): Remove unused variable `val'.
15279 (mode): Declare.
15280
15281 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15282 Mark unused parameters.
15283 (delphi-ignore-changes): Move before first use.
15284 (delphi-charset-token-at): Remove unused variable `start'.
15285 (delphi-else-start): Remove unused variable `if-count'.
15286 (delphi-comment-block-start, delphi-comment-block-end):
15287 Remove unused variable `kind'.
15288 (delphi-indent-line): Remove unused variable `new-point'.
15289
15290 * progmodes/ebrowse.el (ebrowse-files-list)
15291 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15292 Mark unused parameters. Don't quote `lambda'.
15293 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15294 Don't quote `lambda'.
15295 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15296 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15297 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15298 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15299 Use `ignore-errors'.
15300 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15301 (ebrowse-view/find-file-and-search-pattern)
15302 (ebrowse-view/find-member-declaration/definition):
15303 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15304 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15305 Rename parameter PREFIX-ARG to PREFIX.
15306 (ebrowse-tags-read-name): Remove unused variables `start' and
15307 `member-info'.
15308 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15309 to `tags-file'.
15310
15311 * progmodes/etags.el (local-find-tag-hook): Declare.
15312 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15313 Mark unused parameters.
15314
15315 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15316 (executable-interpret): Mark unused parameter.
15317
15318 * progmodes/flymake.el (flymake-process-sentinel)
15319 (flymake-after-change-function)
15320 (flymake-create-temp-with-folder-structure)
15321 (flymake-get-include-dirs-dot): Mark unused parameters.
15322 (flymake-safe-delete-directory): Remove unused variable `err'.
15323
15324 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15325 (speedbar-timer-fn, speedbar-line-text)
15326 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15327 (speedbar-center-buffer-smartly): Declare functions.
15328 (gdb-find-watch-expression): Remove unused variable `array'.
15329 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15330 (gdb-starting): Mark unused parameters.
15331 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15332 (gdb-table-string): Remove unused variable `res'.
15333 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15334 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15335 (gdb-display-buffer): Remove unused variable `cur-size'.
15336
15337 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15338 allow lexical-binding compilation.
15339 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15340 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15341 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15342 Mark unused parameters.
15343 (gud-gdb-marker-filter): Remove unused variable `match'.
15344 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15345 lambda expressions and funcall them, instead of using `fset'.
15346
15347 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15348 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15349
15350 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15351 variable `header-beg'; use `let'.
15352
15353 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15354 `restart', `last-sexp' and `at-do'.
15355
15356 * progmodes/js.el (js--debug): Mark unused parameter.
15357 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15358 (js--splice-into-items): Remove unused variable `item'.
15359 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15360
15361 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15362 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15363 (makefile-complete): Remove unused variable `try'.
15364 (makefile-fill-paragraph, makefile-match-function-end):
15365 Mark unused parameters.
15366
15367 * progmodes/octave-inf.el (inferior-octave-complete):
15368 Remove unused variable `proc'.
15369 (inferior-octave-output-digest): Mark unused parameter.
15370
15371 * progmodes/perl-mode.el (perl-calculate-indent):
15372 Remove unused variable `err'.
15373
15374 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15375 (prolog-indent-line): Mark unused parameters.
15376 (prolog-indent-line): Remove unused variable `beg'.
15377
15378 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15379 (reporter-dont-compact-list): Declare.
15380
15381 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15382 Remove unused variable `char'.
15383 (sh-debug): Mark unused parameter.
15384 (sh-get-indent-info): Remove unused variable `start'.
15385 (sh-calculate-indent): Remove unused variable `var'.
15386
15387 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15388 (simula-electric-keyword): Remove unused variable `null'.
15389 (simula-search-backward, simula-search-forward): Remove unused
15390 variables `begin' and `end'.
15391
15392 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15393 Remove unused variable `pos'.
15394 (vera-electric-tab, vera-comment-uncomment-region):
15395 Mark unused parameters.
15396 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15397
7ede3b65
CY
153982011-04-22 Chong Yidong <cyd@stupidchicken.com>
15399
15400 * emacs-lisp/package.el (package--builtins, package-alist)
15401 (package-load-descriptor, package-built-in-p, package-activate)
15402 (define-package, package-installed-p)
15403 (package-compute-transaction, package-buffer-info)
15404 (package--push): Doc fix. Distinguish more clearly between
15405 version strings and version lists.
15406
121656e9
JB
154072011-04-21 Juanma Barranquero <lekktu@gmail.com>
15408
15409 Lexical-binding cleanup.
15410
15411 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15412 (5x5-make-mutate-best):
15413 * play/fortune.el (fortune-in-buffer):
15414 * play/gomoku.el (gomoku-init-display):
15415 * play/solitaire.el (solitaire, solitaire-do-check):
15416 * play/tetris.el (tetris-default-update-speed-function):
15417 Mark unused parameters.
15418
15419 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15420 (bubbles--shift): Remove unused variable `char-org'.
15421 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15422 (bubbles--show-images): Remove unused variable `char'.
15423
15424 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15425 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15426 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15427 (decipher-analyze-buffer): Use ?\s.
15428 (decipher-make-checkpoint): Remove unused variable `mapping'.
15429
15430 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15431
15432 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15433 Remove unused variable `result'; use `let'.
15434
15435 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15436 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15437 (gametree-children-shown-p, gametree-compute-reduced-score):
15438 Use `ignore-errors'.
15439
15440 * play/handwrite.el (ps-lpr-switches): Declare.
15441 (handwrite): Remove unused variables `pmin' and `lastp'.
15442
15443 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15444
15445 * play/landmark.el (landmark-init-display)
15446 (landmark-update-naught-weights): Mark unused parameters.
15447 (landmark-y): Remove unused variable `noise'. Simplify.
15448 (landmark-human-plays): Remove unused variable `score'.
15449
15450 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15451 (mpuz-try-proposal): Remove unused variable `game'.
15452
15453 * play/zone.el (life-patterns): Declare.
15454
80f499c7
JB
154552011-04-20 Juanma Barranquero <lekktu@gmail.com>
15456
15457 * vc/vc.el (ediff-vc-internal): Declare function.
15458
024ff170
SM
154592011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15460
c0a193ea
SM
15461 * shell.el: Use lexical-binding and std completion UI.
15462 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15463 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15464 comint-preoutput-filter-functions rather than on
15465 comint-output-filter-functions.
15466 (shell-command-completion, shell--command-completion-data)
15467 (shell-filename-completion, shell-environment-variable-completion)
15468 (shell-c-a-p-replace-by-expanded-directory): New functions.
15469 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15470 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15471 (shell-dynamic-complete-environment-variable): Use them.
15472 (shell-dynamic-complete-as-environment-variable)
15473 (shell-dynamic-complete-as-command): Remove.
15474 (shell-match-partial-variable): Match past point.
15475 * comint.el: Clean up use of completion-at-point-functions.
15476 (comint-completion-at-point): New function.
15477 (comint-mode): Use it completion-at-point-functions.
15478 (comint-dynamic-complete): Make it obsolete.
15479 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15480 (comint-c-a-p-replace-by-expanded-history): New function.
15481 (comint-dynamic-complete-functions)
15482 (comint-replace-by-expanded-history): Use it.
15483 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15484 termination strings. Try harder to avoid second try-completion.
15485 (completion-in-region-mode-map): Disable bindings that don't work yet.
15486
2dbaa080
SM
15487 * comint.el: Use lexical-binding. Require CL.
15488 (comint-dynamic-complete-functions): Use comint-filename-completion.
15489 (comint-completion-addsuffix): Tweak custom type.
15490 (comint-filename-completion, comint--common-suffix)
15491 (comint--common-quoted-suffix, comint--table-subvert)
15492 (comint--complete-file-name-data): New functions.
15493 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15494 (comint-dynamic-list-filename-completions): Use them.
15495 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15496
2dbaa080
SM
15497 * minibuffer.el (completion-in-region-mode):
15498 Keep completion-in-region-mode--predicate global.
15499 (completion-in-region--postch):
15500 Assume completion-in-region-mode--predicate is not null.
15501
c79a6f38
SM
15502 * progmodes/flymake.el (flymake-start-syntax-check-process):
15503 Obey `dir'. Simplify.
15504
024ff170
SM
15505 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15506 we're in VC after all.
15507
1c6c854e
CS
155082011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15509
15510 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15511 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15512 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15513
bed7f140
SM
155142011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15515
332e62ab
SM
15516 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15517 add sanity check.
15518
bed7f140
SM
15519 * obsolete/erc-hecomplete.el: Make obsolete.
15520 * obsolete/: Standardize obsolescence info in the header.
15521
f195c582
GM
155222011-04-20 Glenn Morris <rgm@gnu.org>
15523
15524 * calendar/solar.el (solar-horizontal-coordinates):
15525 Use the longitude argument rather than `calendar-longitude'.
15526 (solar-date-next-longitude): Remove unused locals.
15527
cb79b8c0
VJL
155282011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15529
15530 * whitespace.el: New version 13.2.1.
15531
155322011-04-20 felix <EmacsWiki> (tiny change)
15533
d8e4b68b 15534 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15535 switching between major modes on a file.
15536
602ea69d
SM
155372011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15538
15539 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15540 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15541 multi-line comments as well.
15542
06b60517
JB
155432011-04-19 Juanma Barranquero <lekktu@gmail.com>
15544
15545 Lexical-binding cleanup.
15546
15547 * arc-mode.el (archive-mode-revert):
15548 * cmuscheme.el (scheme-interactively-start-process):
15549 * custom.el (custom-initialize-delay):
15550 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15551 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15552 * emacs-lock.el (emacs-lock-clear-sentinel):
15553 * ezimage.el (defezimage):
15554 * follow.el (follow-avoid-tail-recenter):
15555 * fringe.el (set-fringe-mode-1):
15556 * generic-x.el (bat-generic-mode-compile):
15557 * help-mode.el (help-info-variable, help-do-xref)
15558 (help-mode-revert-buffer):
15559 * help.el (view-emacs-todo):
15560 * iswitchb.el (iswitchb-completion-help):
15561 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15562 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15563 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15564 * locate.el (locate-update):
15565 * longlines.el (longlines-encode-region)
15566 (longlines-after-change-function):
15567 * outline.el (outline-isearch-open-invisible):
15568 * ps-def.el (declare-function, charset-dimension, char-width)
15569 (encode-char):
15570 * ps-mule.el (ps-mule-plot-string):
15571 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15572 (recentf-edit-list-select, recentf-edit-list-validate)
15573 (recentf-open-files-action):
15574 * rect.el (delete-whitespace-rectangle-line)
15575 (rectangle-number-line-callback):
15576 * register.el (window-configuration-to-register)
15577 (frame-configuration-to-register):
15578 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15579 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15580 (xselect-convert-to-targets, xselect-convert-to-delete)
15581 (xselect-convert-to-filename, xselect-convert-to-charpos)
15582 (xselect-convert-to-lineno, xselect-convert-to-colno)
15583 (xselect-convert-to-os, xselect-convert-to-host)
15584 (xselect-convert-to-user, xselect-convert-to-class)
15585 (xselect-convert-to-name, xselect-convert-to-integer)
15586 (xselect-convert-to-atom, xselect-convert-to-identity):
15587 * subr.el (declare, ignore, process-kill-without-query)
15588 (text-clone-maintain):
15589 * terminal.el (te-get-char, te-tic-sentinel):
15590 * tool-bar.el (tool-bar-make-keymap):
15591 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15592 * type-break.el (type-break-mode, type-break-noninteractive-query):
15593 * view.el (View-back-to-mark):
15594 * wid-browse.el (widget-browse-action, widget-browse-widget)
15595 (widget-browse-widgets, widget-browse-sexp):
15596 * widget.el (define-widget-keywords):
15597 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15598 Mark unused parameters.
15599
15600 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15601 (align-areas): Remove unused variable `look'.
15602 (align-region): Remove unused variables `real-end' and `pos-list'.
15603
15604 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15605
15606 * bindings.el (mode-line-modified, mode-line-remote):
15607 Mark unused parameters.
15608 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15609
15610 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15611 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15612
15613 * comint.el (comint-history-isearch-pop-state)
15614 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15615 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15616 (comint-substitute-in-file-name): Doc fix.
15617
15618 * completion.el (cmpl-statistics-block): Mark unused parameter.
15619 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15620 (save-completions-to-file, load-completions-from-file):
15621 Remove unused local variable `e'.
15622
15623 * composite.el (compose-chars): Remove unused variable `len'.
15624 (lgstring-insert-glyph): Remove unused variable `g'.
15625 (compose-glyph-string): Remove unused variables `ascent',
15626 `descent', `lbearing' and `rbearing'.
15627 (compose-glyph-string-relative): Remove unused variables
15628 `lbearing', `rbearing' and `wadjust'.
15629 (compose-gstring-for-graphic): Remove unused variables `header',
15630 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15631 (compose-gstring-for-terminal): Remove unused variables `header'
15632 and `nchars'. Use `let', not `let*'.
15633
15634 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15635 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15636 (Custom-buffer-done, custom-buffer-create-internal)
15637 (custom-browse-visibility-action, custom-browse-group-tag-action)
15638 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15639 (widget-magic-mouse-down-action, custom-toggle-parent)
15640 (custom-add-parent-links, custom-toggle-hide-variable)
15641 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15642 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15643 (custom-face-menu-create, custom-variable-menu-create, get)
15644 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15645 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15646 (customize-apropos): Remove unused variable `tests'.
15647 (custom-group-value-create): Remove unused variable `hidden-p'.
15648 (sort-fold-case): Declare.
15649
15650 * cus-theme.el (custom-reset-standard-faces-list)
15651 (custom-reset-standard-variables-list): Declare.
15652 (customize-create-theme, custom-theme-revert, custom-theme-write)
15653 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15654 Mark unused parameters.
15655
15656 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15657
15658 * delim-col.el (delimit-columns-max): Move defvar before first use.
15659
15660 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15661 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15662
15663 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15664 (auto-insert): Declare.
15665 (desktop-restore-file-buffer): Rename desktop-* parameters;
15666 mark unused ones.
15667 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15668 (desktop-buffer): Rename desktop-* parameters.
15669
15670 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15671 (dframe-reposition-frame-xemacs, dframe-help-echo)
15672 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15673 Mark unused parameters.
15674
15675 * dired-aux.el (backup-extract-version-start, overwrite-query)
15676 (overwrite-backup-query, rename-regexp-query)
15677 (rename-non-directory-query): Declare.
15678 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15679 (dired-add-entry): Remove unused variable `orig-file-name'.
15680 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15681 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15682 `dired-copy-preserve-time' directly.
15683 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15684 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15685
15686 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15687 (dired-virtual-revert, dired-make-relative-symlink):
15688 Mark unused parameters.
15689 (manual-program): Declare.
15690 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15691 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15692 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15693
15694 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15695
15696 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15697
15698 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15699 Declare.
15700
15701 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15702
15703 * electric.el (Electric-command-loop): Rename parameter
15704 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15705
15706 * expand.el (expand-in-literal): Remove unused variable `here'.
15707
15708 * facemenu.el (facemenu-add-new-color):
15709 Remove unused variable `docstring'.
15710
15711 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15712 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15713 (face-attr-construct): Mark unused parameter. Doc fix.
15714 (read-color): Remove unused variable `hex-string'.
15715
15716 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15717 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15718 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15719 (display-buffer-other-frame): Remove unused variable `old-window'.
15720 (kill-buffer-hook): Declare.
15721 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15722 Mark unused parameters.
15723 (after-find-file): Pass 1 to `auto-save-mode', not t.
15724
15725 * files-x.el (auto-insert): Declare.
15726 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15727
15728 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15729 variable `buf'. Mark unused parameter.
06b60517
JB
15730 (find-lisp-insert-directory): Mark unused parameter.
15731
15732 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15733 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15734 (format-common-tail): Remove, unused.
15735 (format-deannotate-region): Remove unused variable `loc'.
15736 (format-annotate-region): Remove unused variable `p'.
15737 (format-annotate-single-property-change): Remove unused variables
15738 `default' and `tail'.
15739
15740 * forms.el (read-file-filter): Declare.
15741 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15742
15743 * frame.el (frame-creation-function-alist): Mark unused parameter.
15744 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15745
15746 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15747 Remove unused parameters.
15748 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15749 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15750
15751 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15752 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15753 (hfy-prepare-tag-map): Mark unused parameters.
15754 (htmlfontify-buffer): Use `called-interactively-p'.
15755
15756 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15757 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15758 (ibuffer-do-occur): Mark unused parameters.
15759 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15760 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15761
15762 * ibuffer.el: Don't quote `lambda'.
15763 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15764 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15765 Mark unused parameters.
15766
15767 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15768 (ido-completing-read): Mark unused parameters.
15769 (ido-copy-current-word): Mark unused parameters;
15770 remove unused variable `name'.
15771 (ido-sort-merged-list): Remove unused parameter `dirs'.
15772
15773 * ielm.el (ielm-input-sender): Mark unused parameter.
15774 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15775 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15776 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15777 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15778 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15779
15780 * image-dired.el (image-dired-display-thumbs): Remove unused
15781 variables `curr-file' and `count'.
15782 (image-dired-remove-tag): Remove unused variable `start'.
15783 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15784 variable `curr-file'
15785 (image-dired-rotate-original): Remove unused variable `temp-file'.
15786 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15787 Remove unused variable `file'.
15788 (image-dired-gallery-generate): Remove unused variable `curr'.
15789 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15790
15791 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15792
15793 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15794
15795 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15796
15797 * isearch.el (minibuffer-history-symbol): Declare.
15798 (isearch-edit-string): Remove unused variable `err'.
15799 (isearch-message-prefix, isearch-message-suffix):
15800 Mark unused parameters.
15801
15802 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15803
15804 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15805
15806 * makesum.el (double-column): Remove unused variable `cnt'.
15807
15808 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15809 (ido-ignore-item-temp-list): Declare.
15810
15811 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15812 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15813 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15814 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15815 `mouse-col-delta'.
15816
15817 * mouse-sel.el (mouse-extend-internal):
15818 Remove unused variable `orig-window-frame'.
15819
15820 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15821 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15822 Move declarations before first use.
15823 (pcomplete-opt): Mark unused parameters; doc fix.
15824
15825 * proced.el (proced-revert): Mark unused parameter.
15826 (proced-send-signal): Remove unused variable `err'.
15827
15828 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15829 Rename parameter PREFIX-ARG to ARG.
15830 (ps-basic-plot-string, ps-basic-plot-whitespace):
15831 Mark unused parameters.
15832
15833 * replace.el (replace-count): Define.
15834 (occur-revert-function): Mark unused parameters.
15835 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15836 (isearch-case-fold-search, isearch-string): Declare.
15837 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15838 bind `case-fold-search'. Remove unused variables `beg' and `end',
15839 and simplify.
15840 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15841 COUNT and bind `replace-count'.
15842 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15843 to COUNT.
15844
15845 * savehist.el (print-readably, print-string-length): Declare.
15846
15847 * shadowfile.el (shadow-expand-cluster-in-file-name):
15848 Remove unused variable `cluster'.
15849 (shadow-copy-file): Remove unused variable `i'.
15850 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15851 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15852 (shadow-define-literal-group, shadow-define-regexp-group)
15853 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15854
15855 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15856 (shell): Use `called-interactively-p'.
15857 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15858
15859 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15860 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15861 (delete-backward-char): Remove unused variable `ocol'.
15862 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15863 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15864 (event-apply-hyper-modifier, event-apply-shift-modifier)
15865 (event-apply-control-modifier, event-apply-meta-modifier):
15866 Mark unused parameters.
15867 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15868 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15869
15870 * speedbar.el (speedbar-ignored-directory-expressions)
15871 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15872 (speedbar-find-file, speedbar-dir-follow)
15873 (speedbar-directory-buttons-follow, speedbar-tag-find)
15874 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15875 (speedbar-buffers-line-directory, speedbar-buffer-click):
15876 Mark unused parameters.
15877 (speedbar-tag-file): Remove unused variable `mode'.
15878 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15879
15880 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15881
15882 * talk.el (talk): Remove unused variable `display'.
15883
15884 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15885 (tar-write-region-annotate): Mark unused parameter.
15886
15887 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15888 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15889 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15890 warning by another.
15891
15892 * time-stamp.el (time-stamp-string-preprocess):
15893 Remove unused variable `require-padding'.
15894
15895 * tree-widget.el (widget-glyph-enable): Declare.
15896 (tree-widget-action): Mark unused parameter.
15897
15898 * w32-fns.el (x-get-selection): Mark unused parameter.
15899 (autoload-make-program, generated-autoload-file): Declare.
15900
15901 * wdired.el (wdired-revert): Mark unused parameters.
15902 (wdired-xcase-word): Remove unused variable `err'.
15903
15904 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15905 (whitespace-help-scroll): Remove unused variable `data-help'.
15906
15907 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15908 (widget-image-insert, widget-after-change, default)
15909 (widget-default-format-handler, widget-default-notify)
15910 (widget-default-prompt-value, widget-info-link-action)
15911 (widget-url-link-action, widget-function-link-action)
15912 (widget-variable-link-action, widget-file-link-action)
15913 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15914 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15915 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15916 (widget-insert-button-action, widget-delete-button-action, visibility)
15917 (widget-documentation-link-action, widget-documentation-string-action)
15918 (widget-const-prompt-value, widget-regexp-match, symbol)
15919 (widget-coding-system-prompt-value)
15920 (widget-key-sequence-value-to-external, sexp)
15921 (widget-sexp-value-to-internal, character, vector, cons)
15922 (widget-choice-prompt-value, widget-boolean-prompt-value)
15923 (widget-color--choose-action): Mark unused parameters.
15924 (widget-item-match-inline, widget-choice-match-inline)
15925 (widget-checklist-match, widget-checklist-match-inline)
15926 (widget-group-match): Rename parameter VALUES to VALS.
15927 (widget-field-value-set): Remove unused variable `size'.
15928 (widget-color-action): Remove unused variables `value' and `start'.
15929
15930 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15931 variable `dir'. Doc fix.
06b60517
JB
15932 (windmove-find-other-window): Don't pass it.
15933
15934 * window.el (count-windows): Mark unused parameter.
15935 (bw-adjust-window): Remove unused variable `err'.
15936
15937 * woman.el (woman-file-name): Remove unused variable `default'.
15938 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15939 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15940 (global-font-lock-mode): Declare.
15941 (woman-decode-region): Mark unused parameter.
15942 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15943
15944 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15945 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15946 (x-dnd-handle-moz-url): Remove unused variable `title'.
15947 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15948
15949 * xml.el (xml-parse-tag, xml-parse-attlist):
15950 Remove unused variable `pos'.
15951
bc4f7f3d
GM
159522011-04-19 Glenn Morris <rgm@gnu.org>
15953
15954 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15955 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15956 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15957 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15958 * calendar/cal-html.el (cal-html-insert-minical):
15959 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15960 (calendar-mark-date-pattern):
15961 Prefix "unused" locals.
15962
15963 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15964 optional argument `style'.
15965
15966 * calendar/appt.el (appt-make-list):
15967 * calendar/cal-china.el (calendar-chinese-date-string):
15968 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15969 (diary-hebrew-yahrzeit):
15970 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15971 * calendar/calendar.el (calendar-generate-window):
15972 * calendar/time-date.el (time-to-days):
15973 Remove unused local variables.
15974
16a43933
CY
159752011-04-18 Chong Yidong <cyd@stupidchicken.com>
15976
15977 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15978 glyphless-char-display table.
15979 (tabulated-list-glyphless-char-display): New var.
15980
7eed1860
SS
159812011-04-18 Sam Steingold <sds@gnu.org>
15982
15983 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15984 to acknowledgments.
15985
4d2d1ccd
GM
159862011-04-17 Glenn Morris <rgm@gnu.org>
15987
15988 * calendar/diary-lib.el (diary-sexp-entry):
15989 * calendar/holidays.el (holiday-sexp):
15990 Set debug-on-error rather than the removed stack-trace-on-error.
15991
239da61d
GM
159922011-04-16 Glenn Morris <rgm@gnu.org>
15993
15994 * progmodes/f90.el: Use lexical-binding.
15995 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15996
8b05752a
SM
159972011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15998
daca8ba5
SM
15999 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
16000 (mail-mode): Setup mailalias completion here instead.
16001 * mail/mailalias.el: Use lexical-binding.
16002 (pattern, mailalias-done): Declare dynamic.
16003 (mail-completion-at-point-function): New function, from mail-complete.
16004 (mail-complete): Use it.
16005 (mail-completion-expand): New function.
16006 (mail-get-names): Use it.
16007 (mail-directory, mail-directory-process, mail-directory-stream):
16008 Don't use `pattern' for lexically bound arg.
16009
6f542485
SM
16010 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
16011
037e7c3f
SM
16012 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
16013 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
16014 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
16015
8b05752a
SM
16016 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
16017 (byte-save-window-excursion, byte-temp-output-buffer-setup)
16018 (byte-interactive-p): Define them again, for use when inlining
16019 old code.
16020
49093f60
JB
160212011-04-15 Juanma Barranquero <lekktu@gmail.com>
16022
16023 * loadup.el: Use `string-to-number', not `string-to-int'.
16024
b5b8e7de
SM
160252011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16026
16027 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
16028 gud-gdb-complete-command.
16029 (gud-gdb-completions): New function, from gud-gdb-complete-command.
16030 (gud-gdb-completion-at-point): New function.
16031 (gud-gdb-completions): Remove.
16032
f42efeb5
MA
160332011-04-14 Michael Albinus <michael.albinus@gmx.de>
16034
49093f60
JB
16035 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
16036 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
16037 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
16038 whether `executable-find' is bound.
f42efeb5
MA
16039
16040 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
16041
e240cc21
SM
160422011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16043
16044 * minibuffer.el (completion-in-region-mode-predicate)
16045 (completion-in-region-mode--predicate): New vars.
16046 (completion-in-region, completion-in-region--postch)
16047 (completion-in-region-mode): Use them.
16048 (completion--capf-wrapper): Also return the hook function.
16049 (completion-at-point, completion-help-at-point):
16050 Adjust and provide a predicate.
c2bd2ab0
SM
16051
16052 Preserve arg names for advice of subr and lexical functions (bug#8457).
16053 * help-fns.el (help-function-arglist): Consolidate the subr and
16054 new-byte-code cases. Add argument `preserve-names' to extract names
16055 from the docstring when needed.
16056 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
16057 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
16058 (ad-arglist): Use help-function-arglist's new arg.
16059 (ad-definition-type): Use cond.
16060
c183f693
JB
160612011-04-13 Juanma Barranquero <lekktu@gmail.com>
16062
06641a47
JB
16063 * autorevert.el (auto-revert-handler):
16064 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16065 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
16066 Don't quote lambda.
16067
c183f693
JB
16068 * image-mode.el (image-transform-set-scale):
16069 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
16070
1e3b6001
G
160712011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16072
16073 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 16074 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
16075 Upgrades via gnutls-cli are too slow to be done opportunistically.
16076
2d6af8dd
JB
160772011-04-12 Juanma Barranquero <lekktu@gmail.com>
16078
16079 * dframe.el (dframe-current-frame): Remove spurious quote.
16080
c0749a51
GM
160812011-04-12 Glenn Morris <rgm@gnu.org>
16082
088d0d61
GM
16083 * calendar/cal-tex.el (cal-tex-end-document):
16084 Try to automatically use latin1 input if needed.
16085
c0749a51
GM
16086 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
16087 Don't try to cons a mark onto an empty element.
16088
5c90fde0
LL
160892011-04-11 Leo Liu <sdl.web@gmail.com>
16090
16091 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16092 buffers.
16093 (ido-kill-buffer-at-head): Support killing virtual buffers.
16094
369e974d
CY
160952011-04-10 Chong Yidong <cyd@stupidchicken.com>
16096
16097 * minibuffer.el (completion-show-inline-help): New var.
16098 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
16099 (minibuffer-force-complete, minibuffer-complete-word):
16100 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
16101
16102 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16103 to avoid interference from inline help (Bug#5849).
16104
37f1c930
LL
161052011-04-10 Leo Liu <sdl.web@gmail.com>
16106
099c39a4
JB
16107 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16108 Fix typo.
37f1c930 16109
a32d4040
CY
161102011-04-09 Chong Yidong <cyd@stupidchicken.com>
16111
16112 * image-mode.el (image-toggle-display-image): Signal an error if
16113 not in Image mode.
16114 (image-transform-mode, image-transform-resize)
16115 (image-transform-set-rotation): Doc fix.
daca8ba5 16116 (image-transform-set-resize): Delete.
a32d4040
CY
16117 (image-transform-set-scale, image-transform-fit-to-height)
16118 (image-transform-fit-to-width): Handle image-toggle-display-image
16119 and image-transform-resize directly.
16120
099c39a4 161212011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16122
16123 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16124 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16125 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16126 (doc-view-mode-map): Add bindings for the new functions.
16127
099c39a4 161282011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16129
4d61f28d 16130 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16131 Fix typo in docstring.
16132
3726838a
EZ
161332011-04-08 Eli Zaretskii <eliz@gnu.org>
16134
04f33f1e
EZ
16135 * files.el (file-size-human-readable): Produce one digit after
16136 decimal, like "ls -lh" does.
16137
16138 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16139 the file size representation.
16140
3726838a
EZ
16141 * simple.el (list-processes): If async subprocesses are not
16142 available, error out with a clear error message.
16143
cbb59342
CY
161442011-04-08 Chong Yidong <cyd@stupidchicken.com>
16145
16146 * help.el (help-form-show): New function, to be called from C.
16147 Put help-form output in a buffer named differently than *Help*.
16148
e3971c44
EZ
161492011-04-08 Eli Zaretskii <eliz@gnu.org>
16150
16151 * files.el (file-size-human-readable): New function.
16152
16153 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16154 computing the representation inline. Don't require `cl'.
16155
12544bbe
GM
161562011-04-08 Glenn Morris <rgm@gnu.org>
16157
a1de6c6a
GM
16158 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16159
3c4671f4
GM
16160 * net/browse-url.el (browse-url-firefox):
16161 Test system-type, not system-configuration.
16162
b605679c
GM
16163 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16164 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16165 Use log-edit-empty-buffer-p. (Bug#7598)
16166
56442f0c
GM
16167 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16168 (rlogin-mode-map): Initialize in the defvar.
16169 (rlogin): Use ignore-errors.
16170
12544bbe
GM
16171 * replace.el (occur-mode-map): Some fixes for menu items.
16172
eb237b0f
AH
161732011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16174
16175 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16176
7d668f2c
CY
161772011-04-06 Chong Yidong <cyd@stupidchicken.com>
16178
e67a13ab
CY
16179 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16180 issuing unused warnings.
16181
16182 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16183 macro directly.
16184
7d668f2c
CY
16185 * simple.el: Lisp reimplement of list-processes. Based on an
16186 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16187 (process-menu-mode): New major mode.
16188 (list-processes--refresh, list-processes):
16189 (process-menu-visit-buffer): New functions.
16190
16191 * files.el (save-buffers-kill-emacs): Don't assume any return
16192 value of list-processes, which is undocumented anyway.
16193
a83ec3c9
CY
161942011-04-06 Chong Yidong <cyd@stupidchicken.com>
16195
16196 * emacs-lisp/tabulated-list.el: New file.
16197
e91a96fe
CY
16198 * emacs-lisp/package.el: Use Tabulated List mode.
16199 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16200 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16201 table format using Tabulated List mode variables.
16202 (package--push): New macro, replacing package-list-maybe-add.
16203 (package-menu--generate): Use package--push. Renamed from
16204 package--generate-package-list.
16205 (package-menu-refresh, list-packages): Use it.
daca8ba5 16206 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16207 Return insertion data instead of inserting it directly.
099c39a4
JB
16208 (package-menu-describe-package, package-menu-execute):
16209 Use tabulated-list-get-id.
e91a96fe
CY
16210 (package-menu-mark-delete, package-menu-mark-install)
16211 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16212 (package-menu-mark-obsolete-for-deletion):
16213 Use tabulated-list-put-tag.
e91a96fe
CY
16214 (package--list-packages, package-menu-revert)
16215 (package-menu-get-package, package-menu-get-version)
16216 (package-menu-sort-by-column): Functions deleted.
16217 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16218 (package-menu--status-predicate, package-menu--version-predicate)
16219 (package-menu--name-predicate)
16220 (package-menu--description-predicate): Handle arguments in the
16221 Tabulated List format.
16222 (package-list-packages-no-fetch): Call list-packages.
16223
3e214b50
JB
162242011-04-06 Juanma Barranquero <lekktu@gmail.com>
16225
16226 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16227 (after-find-file): Don't bind it.
3e214b50
JB
16228 (revert-buffer-in-progress-p): New variable.
16229 (revert-buffer): Bind it.
16230 Pass nil for `after-find-file-from-revert-buffer'.
16231
16232 * saveplace.el (save-place-find-file-hook): Use new variable
16233 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16234
3f0f1700
GM
162352011-04-06 Glenn Morris <rgm@gnu.org>
16236
c0274801
GM
16237 * Makefile.in (AUTOGEN_VCS): New variable.
16238 (autoloads): Use $AUTOGEN_VCS.
16239
3f0f1700
GM
16240 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16241 * calendar/calendar.el (calendar-mode-map):
16242 Check for toolkit scroll bars. (Bug#8305)
16243
41ea9e48
CY
162442011-04-05 Chong Yidong <cyd@stupidchicken.com>
16245
16246 * minibuffer.el (completion-in-region--postch)
16247 (completion-in-region-mode): Remove unnecessary messages.
16248
6194c800
JB
162492011-04-05 Juanma Barranquero <lekktu@gmail.com>
16250
33256f14
JB
16251 * font-lock.el (font-lock-refresh-defaults):
16252 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16253 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16254
6194c800
JB
16255 * info.el (Info-directory-list, Info-read-node-name-2)
16256 (Info-split-parameter-string): Doc fixes.
16257 (Info-virtual-nodes): Reflow docstring.
16258 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16259 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16260 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16261 Fix typos in docstrings.
16262 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16263 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16264 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16265 (Info-restore-desktop-buffer): Mark unused parameters.
16266 (Info-directory-find-file, Info-directory-find-node)
16267 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16268 (Info-virtual-index-find-node, Info-apropos-find-file)
16269 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16270 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16271 (Info-virtual-index): Remove unused local variable `nodename'.
16272
b87a8200 162732011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16274
b87a8200
DD
16275 * net/rcirc.el: Update my e-mail address.
16276 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16277
3b2ff876
CY
162782011-04-05 Chong Yidong <cyd@stupidchicken.com>
16279
16280 * startup.el (command-line): Save the cursor's theme-face
16281 directly, instead of using face-override-spec.
16282
16283 * custom.el (load-theme): Minor optimization in assigning faces.
16284
8d17e7ca
JB
162852011-04-04 Juanma Barranquero <lekktu@gmail.com>
16286
16287 * help-fns.el (describe-variable): Complete all variables having
16288 documentation, including keywords.
16289 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16290
2fbc1934
JB
162912011-04-04 Juanma Barranquero <lekktu@gmail.com>
16292
16293 Convert to lexical-binding.
16294
16295 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16296 (bs--get-marked-string, bs--get-modified-string)
16297 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16298 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16299 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16300
16301 * ehelp.el (electric-help-execute-extended)
16302 (electric-help-ctrl-x-prefix):
16303 * hexl.el (hexl-revert-buffer-function):
16304 * linum.el (linum-after-change, linum-after-scroll):
16305 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16306
16307 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16308
74f50695
DU
163092011-04-04 Daiki Ueno <ueno@unixuser.org>
16310
16311 * epa-dired.el:
16312 * epa-mail.el:
16313 * epa-hook.el:
16314 * epa-file.el:
16315 * epa.el:
16316 * epg.el: Use lexical binding.
16317
c11325f7
CY
163182011-04-03 Chong Yidong <cyd@stupidchicken.com>
16319
0d9e9a12
CY
16320 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16321
c11325f7 16322 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16323 dictionary case for flyspell-mark-duplications-exceptions.
16324 Use regexp matching for languages.
c11325f7
CY
16325 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16326 default dictionary (Bug#7926).
16327
da91b5f2
CY
163282011-04-02 Chong Yidong <cyd@stupidchicken.com>
16329
099c39a4
JB
16330 * emacs-lisp/package.el (package--with-work-buffer):
16331 Recognize https URLs.
da91b5f2 16332
099c39a4
JB
16333 * net/network-stream.el: Move from gnus/proto-stream.el.
16334 Change prefix to network-stream throughout.
da91b5f2
CY
16335 (open-protocol-stream): Merge into open-network-stream, leaving
16336 open-protocol-stream as an alias. Handle nil BUFFER args.
16337
16338 * subr.el (open-network-stream): Move to net/network-stream.el.
16339
afa8e9f6
GM
163402011-04-02 Glenn Morris <rgm@gnu.org>
16341
1d2e369d
GM
16342 * find-dired.el (find-exec-terminator): New option.
16343 (find-ls-option): Test for -ls support.
16344 (find-ls-subdir-switches): Test for -b in find-ls-option.
16345 (find-dired, find-grep-dired): Doc fixes.
16346 (find-dired): Use find-exec-terminator.
16347
8abb7da8 16348 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16349 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16350 (find-name-arg): Remove purecopy.
8abb7da8 16351
f3ca7378
GM
16352 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16353 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16354 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16355 accordingly. Don't add the null-device if not needed.
16356
afa8e9f6
GM
16357 * files.el (save-some-buffers): Doc fix.
16358
35eae264
EZ
163592011-04-02 Eli Zaretskii <eliz@gnu.org>
16360
16361 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16362
26b51db5
JB
163632011-04-01 Juanma Barranquero <lekktu@gmail.com>
16364
16365 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16366 Use `dolist' rather than `mapcar'.
16367
7200d79c
SM
163682011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16369
03408648 16370 Add lexical binding.
7200d79c 16371
03408648
SM
16372 * subr.el (apply-partially): Use new closures rather than CL.
16373 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16374 (dolist, dotimes): Use slightly different expansion for lexical code.
16375 (functionp): Move to C.
16376 (letrec): New macro.
16377 (with-wrapper-hook): Use it and apply-partially instead of CL.
16378 (eval-after-load): Preserve lexical-binding.
16379 (save-window-excursion, with-output-to-temp-buffer): Turn them
16380 into macros.
7200d79c 16381
03408648
SM
16382 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16383
16384 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16385 than the arglist.
16386 (help-add-fundoc-usage): Don't add `Not documented'.
16387 (help-function-arglist): Handle closures, subroutines, and new
16388 byte-code-functions.
16389 (help-make-usage): Remove leading underscores.
16390 (describe-function-1): Handle closures.
16391 (describe-variable): Use special-variable-p for completion.
16392
16393 * files.el (lexical-binding): Declare safe.
f488fb65 16394
03408648
SM
16395 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16396 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16397 (pcase): Add `let' pattern.
16398 Change memoization so it actually works.
16399 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16400 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16401 <let>: New case.
f488fb65 16402
03408648
SM
16403 * emacs-lisp/macroexp.el: Use lexical binding.
16404 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16405 Don't convert ' to #' without checking that it's indeed quoting
16406 a lambda.
16407
16408 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16409 Use eval-sexp-add-defvars.
03408648
SM
16410 (eval-sexp-add-defvars): New fun.
16411
16412 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16413
16414 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16415 Don't autoload.
16416 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16417 than the internal `byte-compile-lambda'.
16418 (defmethod): Don't hide code under quotes.
16419 (eieio-defmethod): New `code' argument.
16420
16421 * emacs-lisp/eieio-comp.el: Remove.
16422
16423 * emacs-lisp/edebug.el (edebug-eval-defun)
16424 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16425 (edebug-toggle): Avoid `eval'.
16426
16427 * emacs-lisp/disass.el (disassemble-internal): Handle new
16428 `closure' objects.
16429 (disassemble-1): Handle new byte codes.
16430
16431 * emacs-lisp/cl.el (pushnew): Silence warning.
16432
16433 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16434 (cl-byte-compile-throw): Remove.
16435 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16436
16437 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16438 closures.
16439
16440 * emacs-lisp/cconv.el: New file.
16441
16442 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16443 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16444 (byte-compile-initial-macro-environment):
16445 Handle declare-function here.
16446 (byte-compile--lexical-environment): New var.
16447 (byte-stack-ref, byte-stack-set, byte-discardN)
16448 (byte-discardN-preserve-tos): New lap codes.
16449 (byte-interactive-p): Don't use any more.
16450 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16451 New macros.
16452 (byte-compile-lapcode): Use them and handle new lap codes.
16453 (byte-compile-obsolete): Remove.
16454 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16455 (byte-compile-arglist-warn): Check late def of inlinable funs.
16456 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16457 since they should have been expanded by now.
16458 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16459 (byte-compile-from-buffer): Remove unused second arg.
16460 (byte-compile-preprocess): New function.
16461 (byte-compile-toplevel-file-form): New function to distinguish
16462 file-form calls from outside from file-form calls from hunk-handlers.
16463 (byte-compile-file-form): Simplify.
16464 (byte-compile-file-form-defsubst): Remove.
16465 (byte-compile-file-form-defmumble): Simplify now that
16466 byte-compile-lambda always returns a byte-code-function.
16467 (byte-compile): Preprocess.
16468 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16469 Remove, not used any more.
16470 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16471 (byte-compile-make-args-desc): New funs.
16472 (byte-compile-lambda): Handle lexical functions. Always return
16473 a byte-code-function.
16474 (byte-compile-reserved-constants): New var, to make up room for
16475 closed-over variables.
16476 (byte-compile-constants-vector): Obey it.
16477 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16478 (byte-compile-macroexpand-declare-function): New function.
16479 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16480 byte-code-functions.
16481 (byte-compile-form): Check obsolescence here.
16482 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16483 (byte-compile-variable-ref): Remove.
16484 (byte-compile-dynamic-variable-op): New fun.
16485 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16486 (byte-compile-variable-set): New funs.
16487 (byte-compile-discard): Add 2 args.
16488 (byte-compile-stack-ref, byte-compile-stack-set)
16489 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16490 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16491 macroexpand-all instead.
16492 (byte-compile-quote-form): Remove.
16493 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16494 (byte-compile-bind, byte-compile-unbind): New funs.
16495 (byte-compile-let): Handle let* and lexical binding.
16496 (byte-compile-let*): Remove.
16497 (byte-compile-catch, byte-compile-unwind-protect)
16498 (byte-compile-track-mouse, byte-compile-condition-case):
16499 Handle a new :fun-body form, used for lexical scoping.
16500 (byte-compile-save-window-excursion)
16501 (byte-compile-with-output-to-temp-buffer): Remove.
16502 (byte-compile-defun): Simplify.
16503 (byte-compile-stack-adjustment): New fun.
16504 (byte-compile-out): Use it.
16505 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16506
16507 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16508 handler any more.
16509
16510 * emacs-lisp/byte-opt.el: Use lexical binding.
16511 (byte-inline-lapcode): Remove (to bytecomp).
16512 (byte-compile-inline-expand): Pay attention to inlining to/from
16513 lexically bound code.
16514 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16515 any more.
16516 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16517 any more and don't call compiler-macros.
16518 (byte-compile-splice-in-already-compiled-code): Remove.
16519 (byte-code): Don't inline any more.
16520 (disassemble-offset): Receive `bytes' as argument rather than via
16521 dynamic scoping.
16522 (byte-compile-tag-number): Declare before first use.
16523 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16524 `return' even if make-spliceable.
16525 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16526 obsolete interactive-p.
16527 (byte-optimize-lapcode): Optimize new lap-codes.
16528 Don't trip up on new form of `byte-constant' lap code.
16529
16530 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16531
16532 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16533
16534 * custom.el (custom-initialize-default, custom-declare-variable):
16535 Use `defvar'.
16536
16537 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16538 New variables.
16539 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16540 (COMPILE_FIRST): Add macroexp and cconv.
16541 * makefile.w32-in: Mirror changes in Makefile.in.
16542
16543 * vc/cvs-status.el:
16544 * vc/diff-mode.el:
16545 * vc/log-edit.el:
16546 * vc/log-view.el:
16547 * vc/smerge-mode.el:
16548 * textmodes/bibtex-style.el:
090bd7cb 16549 * textmodes/css-mode.el:
03408648
SM
16550 * startup.el:
16551 * uniquify.el:
da91b5f2
CY
16552 * minibuffer.el:
16553 * newcomment.el:
16554 * reveal.el:
16555 * server.el:
16556 * mpc.el:
16557 * emacs-lisp/smie.el:
16558 * doc-view.el:
16559 * dired.el:
03408648
SM
16560 * abbrev.el: Use lexical binding.
16561
0f0c1f27
EZ
165622011-04-01 Eli Zaretskii <eliz@gnu.org>
16563
16564 * info.el (info-display-manual): New function.
16565
c82b2579
SM
165662011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16567
16568 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16569
221ddf68
TH
165702011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16571
16572 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16573 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16574
cba6e77e
GM
165752011-03-31 Glenn Morris <rgm@gnu.org>
16576
e040639f
GM
16577 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16578
cba6e77e
GM
16579 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16580
6d0f1c9e
CS
165812011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16582
16583 * progmodes/python.el (python-default-interpreter)
16584 (python-python-command-args, python-jython-command-args)
16585 (python-which-shell, python-which-args, python-which-bufname)
16586 (python-file-queue, python-comint-output-filter-function)
16587 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16588 variables and functions.
16589
3e2d70fd
SM
165902011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16591
16592 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16593 (completion-in-region-mode): New minor mode.
16594 (completion-in-region): Use it.
16595 (completion-in-region--data, completion-in-region-mode-map): New vars.
16596 (completion-in-region--postch): New function.
16597 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16598 New vars.
16599 (completion--capf-wrapper): New function.
16600 (completion-at-point): Use it to track well-behavedness of
16601 hook functions.
16602 (completion-help-at-point): New command.
16603
f3e4086c
JM
166042011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16605
16606 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16607 syntax class to search for whitespace on a single line
16608 (Message-ID: <4D938140.4030905@redhat.com>).
16609
eb7ffc14
LL
166102011-03-30 Leo Liu <sdl.web@gmail.com>
16611
16612 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16613 New commands.
16614 (edit-abbrevs-map): Bind them here.
16615 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16616
d806ab68
KM
166172011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16618
16619 * allout.el (allout-hide-by-annotation, allout-flag-region):
16620 Reduce possibility of overlay leakage by making them volatile.
16621
16622 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16623 hash is not shared between buffers. Mode initialization is
16624 responsible for giving it a useful starting value.
16625 (allout-item-span): Reduce possibility of overlay leakage by
16626 making them volatile.
16627 (allout-widgets-count-buttons-in-region): Add diagnostic function
16628 for tracking down button overlay leaks.
16629
ea622834
LL
166302011-03-29 Leo Liu <sdl.web@gmail.com>
16631
16632 * ido.el (ido-read-internal): Use the default history var
16633 minibuffer-history if no HISTORY is specified.
16634
b62f8267
G
166352011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16636
03408648
SM
16637 * net/imap.el (imap-shell-open, imap-process-connection-type):
16638 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16639 Kerberos, SSL, other subprocesses.
16640
947b6566
LL
166412011-03-28 Leo Liu <sdl.web@gmail.com>
16642
16643 * abbrev.el (abbrev-table-empty-p): New function.
16644 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16645 nonempty ones. (Bug#5937)
16646
5ffb62aa
JD
166472011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16648
16649 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16650
7a097943
LL
166512011-03-27 Leo Liu <sdl.web@gmail.com>
16652
16653 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16654 for foreground and background colors.
16655 (ansi-color-make-color-map): Adapt.
16656
c5b40130
LL
166572011-03-25 Leo Liu <sdl.web@gmail.com>
16658
1f48f7d2
LL
16659 * midnight.el (midnight-time-float): Remove. Note it calculates
16660 the microsecond component incorrectly and seconds-to-time does the
16661 same job.
625897ec 16662 Remove redundant (require 'timer).
1f48f7d2 16663
c5b40130
LL
16664 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16665 (ido-completions): Remove unused arguments. (Bug#8329)
16666
d86d2721
SM
166672011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16668
16669 * minibuffer.el (completion--flush-all-sorted-completions):
16670 Remove itself from hook.
16671 (completion-at-point): Let the functions perform the completion
16672 immediately and return nil or t.
16673 * comint.el (comint-dynamic-complete-functions): Now identical to
16674 completion-at-point-functions.
16675 (comint-dynamic-list-input-ring): Remove unused var `index'.
16676 (comint--match-partial-filename, comint--unquote&expand-filename):
16677 New funs, split from comint-match-partial-filename.
16678 (comint-dynamic-complete): Use completion-at-point.
16679 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16680
e8974c48
DA
166812011-03-24 Drew Adams <drew.adams@oracle.com>
16682
16683 * thingatpt.el: Support `defun'.
16684
def71b5e
LL
166852011-03-23 Leo Liu <sdl.web@gmail.com>
16686
cb5af48e
LL
16687 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16688
def71b5e
LL
16689 * help-mode.el (help-mode-finish): Tweak regexp.
16690
927c53e7
GM
166912011-03-23 Glenn Morris <rgm@gnu.org>
16692
18d05bed
GM
16693 * eshell/esh-opt.el (eshell-eval-using-options):
16694 Do not bind unused local variable `eshell-option-stub'.
16695
927c53e7
GM
16696 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16697
9d0da923
JB
166982011-03-22 Juanma Barranquero <lekktu@gmail.com>
16699
16700 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16701 keymap variable in `with-no-warnings' to avoid a warning when the
16702 keymap has been already `defconst'ed.
16703
4b978a67
LL
167042011-03-22 Leo Liu <sdl.web@gmail.com>
16705
16706 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16707 encode all chars in abbrevs; otherwise use emacs-mule or
16708 utf-8-emacs. (Bug#8308)
16709
5fd62452
JB
167102011-03-22 Juanma Barranquero <lekktu@gmail.com>
16711
0b1596c6
JB
16712 * simple.el (backward-delete-char-untabify):
16713 Avoid warning about using `delete-backward-char'.
16714
5fd62452
JB
16715 * image.el (image-type-file-name-regexps): Make it variable.
16716 `imagemagick-register-types' modifies it, and the user may want
16717 to add new extensions for known image types.
16718 (imagemagick-register-types): Throw error if not using ImageMagick.
16719
0b4e93f1
LL
167202011-03-22 Leo Liu <sdl.web@gmail.com>
16721
16722 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16723 located before rcirc-prompt-end-marker.
16724 (rcirc-complete): Error if point is not after rcirc prompt.
16725 Handle the case when table is nil.
9882e214 16726 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16727
fccee4ab
CY
167282011-03-22 Chong Yidong <cyd@stupidchicken.com>
16729
16730 * custom.el (custom--inhibit-theme-enable): Make it affect only
16731 custom-theme-set-variables and custom-theme-set-faces.
16732 (provide-theme): Ignore custom--inhibit-theme-enable.
16733 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16734 (custom-enabling-themes): Delete variable.
d86d2721
SM
16735 (enable-theme): Accept only loaded themes as arguments.
16736 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16737 (custom-enabled-themes): Forbid themes from setting this.
16738 Eliminate use of custom-enabling-themes.
16739 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16740
af896da6
LL
167412011-03-21 Leo Liu <sdl.web@gmail.com>
16742
16743 * ido.el (ido-read-internal): Add ido-selected to history instead
16744 of user input.
16745
78f64af0
SM
167462011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16747
16748 * subr.el (deferred-action-list, deferred-action-function):
16749 Mark obsolete.
16750
b16ac1ec
LL
167512011-03-21 Leo Liu <sdl.web@gmail.com>
16752
810f7698
LL
16753 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16754 change on 2011-02-13 (bug#8309).
16755
b16ac1ec
LL
16756 * minibuffer.el (read-file-name-function): Change default value.
16757 (read-file-name--defaults): Rename from read-file-name-defaults.
16758 (read-file-name-default): Rename from read-file-name.
16759 (read-file-name): Call read-file-name-function.
16760
4e05e67e
GM
167612011-03-21 Glenn Morris <rgm@gnu.org>
16762
16763 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16764 Doc fixes.
16765
4359915b
CY
167662011-03-21 Chong Yidong <cyd@stupidchicken.com>
16767
16768 * cus-theme.el: Add missing provide statement.
16769 (customize-create-theme): Extract theme value correctly.
16770 (custom-theme-visit-theme): Autoload.
16771 (customize-create-theme): Prompt before inserting default faces.
16772
1fe275ee
JB
167732011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16774
16775 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16776 units and musical notes.
16777
cd394be1 167782011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16779
16780 * ido.el (ido-read-internal): Use completing-read-default.
16781 (ido-completing-read): Fix compatibility with completing-read.
16782
7d476bde
CO
167832011-03-20 Christian Ohler <ohler@gnu.org>
16784
16785 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16786 (ert-delete-all-tests): Use `called-interactively-p' rather than
16787 `interactive-p'.
16788 (ert--make-xrefs-region): Respect END.
16789
fe0fb33e
CY
167902011-03-19 Chong Yidong <cyd@stupidchicken.com>
16791
ff854b0b
CY
16792 * dired-aux.el (dired-create-directory): Signal an error if the
16793 directory already exists (Bug#8246).
16794
fe0fb33e
CY
16795 * facemenu.el (list-colors-display): Call list-faces-display
16796 inside with-help-window.
16797 (list-colors-print): Use display property to align the final
16798 column, instead of checking window-width.
16799
576bce32
EZ
168002011-03-19 Eli Zaretskii <eliz@gnu.org>
16801
4d61f28d 16802 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16803 windows-nt systems.
16804 (emerge-protect-metachars): Quote correctly for ms-dos and
16805 windows-nt systems.
16806
89c41d68 168072011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16808
16809 * info.el (info-initialize): Replace all uses of `:' with
16810 path-separator for compatibility with non-Unix systems.
16811 Cache quoting of path-separator. (Bug#8258)
16812
b14e3e21 168132011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16814
16815 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16816 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16817 (mouse-avoidance-mode): Fix typos in docstrings.
16818
4525ce3e
CY
168192011-03-19 Chong Yidong <cyd@stupidchicken.com>
16820
16821 * startup.el (package-subdirectory-regexp): Move from package.el.
16822 Omit \\` and \\', and let callers add them.
16823
16824 * emacs-lisp/package.el (package-strip-version)
16825 (package-load-all-descriptors): Add \\` and \\' to
16826 package-subdirectory-regexp before using it.
16827 (package-untar-buffer): New arg DIR; ensure that file untars only
16828 into this expected directory. Remove superfluous delete-region.
16829 (package-unpack): Caller changed.
16830 (package-tar-file-info): Use package-subdirectory-regexp.
16831
a904a09a 168322011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16833
a904a09a
SM
16834 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16835 diff-mode-shared-map (bug#8284).
16836 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16837
168382011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16839
16840 * calendar/time-date.el (format-seconds): Use assoc instead of
16841 assoc-string, since assoc-string doesn't exist in XEmacs.
16842
171fc304
JB
168432011-03-17 Juanma Barranquero <lekktu@gmail.com>
16844
16845 * custom.el (custom-known-themes): Reflow docstring.
16846 (custom-theme-load-path): Fix typo in docstring.
16847 (load-theme): Fix typo in error message.
16848 (custom-available-themes, custom-variable-theme-value):
16849 Use `let', not `let*'.
16850
d71990a1
JB
168512011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16852
16853 * calc/README: Mention inclusion of musical notes.
16854
16855 * calc/calc-units.el (calc-lu-quant): Rename from
16856 `calc-logunits-quantity'.
16857 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16858 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16859 (calc-db): Rename from `calc-dblevel'.
16860 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16861 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16862 (calc-np): Rename from `calc-nplevel'.
16863 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16864 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16865 (calc-lu-plus): Rename from `calc-logunits-add'.
16866 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16867 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16868 (calc-lu-minus): Rename from `calc-logunits-sub'.
16869 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16870 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16871 (calc-lu-times): Rename from `calc-logunits-mul'.
16872 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16873 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16874 (calc-lu-divide): Rename from `calc-logunits-div'.
16875 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16876 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16877
16878 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16879 functions being autoloaded.
16880
16881 * calc/calc.el (calc-lu-power-reference): Rename from
16882 `calc-logunits-power-reference'.
16883 (calc-lu-field-reference): Rename from
16884 `calc-logunits-field-reference'.
16885
7a71b18d
GM
16886 * calc/calc-help.el (calc-l-prefix-help):
16887 Mention musical note functions.
d71990a1 16888
40c2934b
SM
168892011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16890
16891 * minibuffer.el (completion-all-sorted-completions):
16892 Use :completion-cycle-penalty text property if present.
16893
b0911414
KM
168942011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16895
16896 * allout.el (allout-yank-processing): Adjust for new rebulleting
16897 regime so bullet being yanked is used without prompting the user
16898 for a choice.
16899
8a05b668
JB
169002011-03-16 Juanma Barranquero <lekktu@gmail.com>
16901
16902 * startup.el (command-line): Warn the user that _emacs is deprecated.
16903
5ba5fb81
JB
169042011-03-16 Juanma Barranquero <lekktu@gmail.com>
16905
16906 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16907 (delphi-verbose, delphi-comment-face, delphi-string-face)
16908 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16909 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16910 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16911 (delphi-new-comment-line, delphi-font-lock-defaults)
16912 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16913 Fix typos in docstrings.
16914
2dab465b
KM
169152011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16916
5ba5fb81 16917 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16918 Invert the roles of character and string values for INSTEAD, so a
16919 string is used for the more common case of a defaulting prompt.
16920
0adf5618
SM
169212011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16922
16923 * progmodes/ruby-mode.el (ruby-backward-sexp):
16924 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16925 * play/gamegrid.el (gamegrid-make-face):
16926 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16927 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16928 * notifications.el (notifications-notify):
16929 * net/xesam.el (xesam-search-engines):
16930 * net/quickurl.el (quickurl-list-insert):
16931 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16932
d72700e5
CY
169332011-03-15 Chong Yidong <cyd@stupidchicken.com>
16934
16935 * startup.el (command-line): Update package subdirectory regexp.
16936
49c5410a
SM
169372011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16938
c6eee9aa
SM
16939 * allout.el (allout-abbreviate-flattened-numbering)
16940 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16941
49c5410a
SM
16942 * subr.el (read-char-choice): Only show the cursor after the prompt,
16943 not after the answer.
16944
047b2bb9
KR
169452011-03-15 Kevin Ryde <user42@zip.com.au>
16946
16947 * help-fns.el (variable-at-point): Skip leading quotes, if any
16948 (bug#8253).
16949
0a57d256
SM
169502011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16951
16952 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16953 warning message.
16954
77c992bc
MA
169552011-03-14 Michael Albinus <michael.albinus@gmx.de>
16956
16957 * shell.el (shell): When called interactively, offer to change the
16958 shell file name on remote hosts.
16959
eebc475d
TZ
169602011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16961
16962 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16963 integration for LDAP parameters. The host, base, user or binddn,
16964 and secret tokens can be specified in a netrc file, for instance.
16965 This is optional because an `auth-source' parameter must be
16966 specified in the search attributes.
16967
9d05d1ba
JB
169682011-03-13 Juanma Barranquero <lekktu@gmail.com>
16969
16970 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16971
09d9db2c
GM
169722011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16973
16974 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16975 into declaration. Remove redundant and harmful binding.
16976
169772011-03-12 Eli Zaretskii <eliz@gnu.org>
16978
16979 * files.el (file-ownership-preserved-p): Pass `integer' as an
16980 explicit 2nd argument to `file-attributes'. If the file's owner
16981 is the Administrators group on Windows, and the current user is
16982 Administrator, consider that a match.
16983
16984 * server.el (server-ensure-safe-dir): Consider server directory
16985 safe on MS-Windows if its owner is the Administrators group while
16986 the current Emacs user is Administrator. Use `=' to compare
16987 numerical UIDs, since they could be integers or floats.
16988
219bd536
JB
169892011-03-12 Juanma Barranquero <lekktu@gmail.com>
16990
16991 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16992
f3afd36b
MA
169932011-03-12 Michael Albinus <michael.albinus@gmx.de>
16994
16995 Sync with Tramp 2.2.1.
16996
16997 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16998
16999 * net/trampver.el: Update release number.
17000
3aaaa6f1
SM
170012011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17002
94642599
SM
17003 * progmodes/compile.el (compilation--previous-directory): Fix up
17004 various nil/dead-marker mismatches (bug#8014).
17005 (compilation-directory-properties, compilation-error-properties):
17006 Don't call it at a position past the one we're about to change.
17007
3aaaa6f1
SM
17008 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
17009 Disable obsolescence warnings in the file that declares it.
17010
14239447
KM
170112011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
17012
099c39a4
JB
17013 * allout-widgets.el (allout-widgets-tally):
17014 Initialize allout-widgets-tally as a hash table rather than nil to
17015 prevent mode-line redisplay warnings. Also, clarify the module
17016 description and fix a comment typo.
14239447 17017
135e287c
JB
170182011-03-11 Juanma Barranquero <lekktu@gmail.com>
17019
17020 * help-fns.el (describe-variable): Don't complete keywords.
17021 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
17022
ffbf300e
CY
170232011-03-10 Chong Yidong <cyd@stupidchicken.com>
17024
ba08b241
CY
17025 * emacs-lisp/package.el (package-version-join): Impose a standard
17026 string representation for pre/alpha/beta version lists.
17027 (package-unpack-single): Standardize the directory name by passing
17028 it through package-version-join.
17029 (package-strip-rcs-id): Accept any version string that does not
17030 signal an error in version-to-list.
ffbf300e 17031
f346fd6b
MA
170322011-03-10 Michael Albinus <michael.albinus@gmx.de>
17033
17034 * simple.el (delete-trailing-whitespace): Return nil for the
17035 benefit of `write-file-functions'.
17036
ccb55d27
GM
170372011-03-10 Glenn Morris <rgm@gnu.org>
17038
5ceaac0c
GM
17039 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
17040
02da65ff
GM
17041 * vc/vc-git.el (vc-git-program): New option.
17042 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17043 (vc-git--call): Use it.
17044
b2f603cc
GM
17045 * eshell/esh-util.el (eshell-condition-case): Doc fix.
17046
5772caab
GM
17047 * cus-edit.el (Custom-newline): If no button at point, look
17048 for a subgroup button at start-of-line. (Bug#2298)
17049
ccb55d27
GM
17050 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
17051
ec6ecaed
JD
170522011-03-10 Julien Danjou <julien@danjou.info>
17053
17054 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
17055 `cursor-type' is nil.
17056
9d5aa01d
JB
170572011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
17058
17059 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
17060
b6a5875b
KM
170612011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
17062
7a71b18d 17063 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
17064 preserves the existing header prefix, rebulleting it if necessary,
17065 rather than replacing it. This is necessary for proper operation
17066 of cooperative addons like allout-widgets.
1154d12e
JB
17067 (allout-make-topic-prefix, allout-rebullet-heading):
17068 Change SOLICIT arg to INSTEAD, and interpret additionally a string
17069 value as alternate bullet to be used, instead of prompting the user
17070 for a bullet character.
b6a5875b 17071
ee545c35
MA
170722011-03-09 Michael Albinus <michael.albinus@gmx.de>
17073
d86d2721
SM
17074 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17075 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
17076 `tramp-default-port'.
17077
c47971d7
DD
170782011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
17079
17080 * net/rcirc.el (rcirc-handler-001): Remove useless
17081 with-rcirc-process-buffer.
17082 (rcirc-check-auth-status): Swap arguments to string-match.
17083
13522cb4
GM
170842011-03-09 Glenn Morris <rgm@gnu.org>
17085
0be6f4f1
GM
17086 * shell.el (shell-mode):
17087 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
17088
13522cb4
GM
17089 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
17090 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
17091
515de2e3
CY
170922011-03-08 Chong Yidong <cyd@stupidchicken.com>
17093
17094 * emacs-lisp/package.el (package-refresh-contents)
17095 (package-menu-execute): Use condition-case-no-debug.
17096
b511b994
MA
170972011-03-08 Michael Albinus <michael.albinus@gmx.de>
17098
17099 * simple.el (shell-command-to-string): Use `process-file'.
17100
17101 * emacs-lisp/package.el (package-tar-file-info): Handle also
17102 remote files.
17103
d86d2721
SM
17104 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17105 Use `equal' for upload base check.
b511b994 17106
25bbfb31
AM
171072011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17108
17109 * textmodes/texinfo.el (texinfo-environments):
17110 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17111
be996521
GM
171122011-03-08 Glenn Morris <rgm@gnu.org>
17113
e9c8529f
GM
17114 * cus-start.el (cursor-in-non-selected-windows):
17115 Fix :set quoting oddness. (Bug#8192)
17116
be996521
GM
17117 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17118 in some setf expressions. (Bug#2159)
17119
2bb5649e
CY
171202011-03-08 Chong Yidong <cyd@stupidchicken.com>
17121
17122 * custom.el (custom-available-themes): Return themes in
17123 alphabetical order.
17124
33383987 17125See ChangeLog.15 for earlier changes.
e3d51b27
MR
17126
17127;; Local Variables:
17128;; coding: utf-8
e3d51b27
MR
17129;; End:
17130
acaf905b 17131 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17132
17133 This file is part of GNU Emacs.
17134
17135 GNU Emacs is free software: you can redistribute it and/or modify
17136 it under the terms of the GNU General Public License as published by
17137 the Free Software Foundation, either version 3 of the License, or
17138 (at your option) any later version.
17139
17140 GNU Emacs is distributed in the hope that it will be useful,
17141 but WITHOUT ANY WARRANTY; without even the implied warranty of
17142 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17143 GNU General Public License for more details.
17144
17145 You should have received a copy of the GNU General Public License
17146 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.