Deactivate the mark on more copy operations, and indicate the copied region.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2549c068
CY
12012-07-29 Chong Yidong <cyd@gnu.org>
2
3 * simple.el (indicate-copied-region): New function.
4 (kill-ring-save): Split off from here.
5
6 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7 (kill-rectangle): Set deactivate-mark to t on read-only error.
8
9 * register.el (copy-to-register, copy-rectangle-to-register):
10 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11 (append-to-register, prepend-to-register): Call
12
17711ed9
JL
132012-07-29 Juri Linkov <juri@jurta.org>
14
15 * simple.el (async-shell-command-buffer): New defcustom.
16 (shell-command): Use it. (Bug#4719)
17
01bd1b0d
EZ
182012-07-28 Eli Zaretskii <eliz@gnu.org>
19
20 * international/mule-cmds.el (set-locale-environment): In a
21 console session on MS-Windows, set up keyboard and terminal
22 encoding from the OEM codepage, not the ANSI codepage.
23 (Bug#12055)
24
a55739d3
CY
252012-07-28 Chong Yidong <cyd@gnu.org>
26
27 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
28 gdb-get-location.
29
9a0f8f2e
LL
302012-07-25 Leo Liu <sdl.web@gmail.com>
31
32 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
33 the alist (bug#12029).
34
20329d73
EZ
352012-07-28 Eli Zaretskii <eliz@gnu.org>
36
37 * makefile.w32-in (custom-deps, finder-data, updates, compile)
38 (compile-always, compile-first)
39 ($(lisp)/calendar/cal-loaddefs.el)
40 ($(lisp)/calendar/diary-loaddefs.el)
41 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
42 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
43 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
44 instead of on update-subdirs.
45 (bootstrap-clean): Delete $(lisp)/subdirs.el.
46
345a2258
CY
472012-07-28 Chong Yidong <cyd@gnu.org>
48
1eee6341
CY
49 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
50 directory if vc-deduce-backend returns nil (Bug#7350).
51
345a2258
CY
52 * simple.el (delete-trailing-lines): New option.
53 (delete-trailing-whitespace): Obey it (Bug#11879).
54
049a0936
DE
552012-07-28 David Engster <deng@randomsample.de>
56
57 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
58 Explanation of new 'symbol-qnames feature in doc-strings.
59 (xml-maybe-do-ns): Return expanded names as plain symbols if
60 'symbol-qnames was provided in XML-NS argument (Bug#11916).
61 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
62
aa81af71
FEG
632012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
64
65 Consistent completion in inferior python with emacs -nw.
66 * progmodes/python.el (inferior-python-mode): replace "<tab>"
67 binding in inferior-python-mode-map with "\t".
68 (python-shell-completion-complete-at-point)
69 (python-completion-complete-at-point): Remove interactive spec.
70
e827b1eb
JB
712012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
72
73 * calc/calccomp.el (math-compose-expr): Undo previous change.
74
a90dfb95
FEG
752012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
76
77 * progmodes/python.el (python-mode-map): Added keybinding for
78 run-python.
79 (python-shell-make-comint): Fix pop-to-buffer call.
80 (run-python): Autoload. New arg SHOW.
81 (python-shell-get-or-create-process): Do not pop python process
82 buffer.
83
32770973 842012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
85
86 * notifications.el (notifications-on-action-signal)
87 (notifications-on-closed-signal): Use also the bus address for the map.
88 (notifications-notify, notifications-close-notification)
89 (notifications-get-capabilities): Add optional argument BUS.
90
86332df2
TH
912012-07-27 Tassilo Horn <tsdh@gnu.org>
92
93 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
94 support for the lstlisting and minted environments, and for the
95 ctable macro.
96 * textmodes/reftex.el (reftex-compile-variables): Also recognize
97 labels written in keyvals syntax.
98
ca1302a4
JB
992012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
100
101 * calc/calccomp.el (math-compose-expr): Use parentheses when
102 there is a product in the denominator of a fraction.
103
f8b91036
EZ
1042012-07-26 Eli Zaretskii <eliz@gnu.org>
105
106 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
107 ($(lisp)/calendar/diary-loaddefs.el)
108 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
109 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
110 failures in parallel bootstrap because subdirs.el is being
111 rewritten while the autoload files are built at the same time,
112 which needs to load subdirs.el.
113
c8e5a42c
MR
1142012-07-26 Martin Rudalics <rudalics@gmx.at>
115
116 * mouse.el (popup-menu): Fix doc-string and re-indent code.
117 (mouse-drag-line): Don't exit tracking when a switch-frame or
118 switch-window event occurs (Bug#12006).
119
670d85ea
SM
1202012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * mouse.el (popup-menu): Fix last change.
123
7abaf5cc
SM
1242012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 Autoload from Lisp with more care. Follow aliases when looking for
127 function properties.
128 * subr.el (autoloadp): New function.
129 (symbol-file): Use it.
130 (function-get): New function.
131 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
132 autoload-do-load.
133 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
134 (lisp-indent-function):
135 * emacs-lisp/gv.el (gv-get):
136 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
137 * emacs-lisp/byte-opt.el (byte-optimize-form):
138 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
139 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
140 Use function-get.
141 * emacs-lisp/cl.el: Don't propagate function properties any more.
142
143 * speedbar.el (speedbar-add-localized-speedbar-support):
144 * emacs-lisp/disass.el (disassemble-internal):
145 * desktop.el (desktop-load-file):
146 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
147 (describe-function-1):
148 * emacs-lisp/find-func.el (find-function-noselect):
149 * emacs-lisp/elp.el (elp-instrument-function):
150 * emacs-lisp/advice.el (ad-has-proper-definition):
151 * apropos.el (apropos-safe-documentation, apropos-macrop):
152 * emacs-lisp/debug.el (debug-on-entry):
153 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
154 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
155 * calc/calc.el (name): Use autoloadp & autoload-do-load.
156
b1364986
AA
1572012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
158
159 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
160 function, not an obsolete variable (Bug#12046).
161
67ada220
AS
1622012-07-25 Andreas Schwab <schwab@linux-m68k.org>
163
164 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
165
f08088e3
CS
1662012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
167
168 * emacs-lisp/pp.el (pp-display-expression): Select old selected
169 window only if it is still live (Bug#12034).
170
8137e7b3
MR
1712012-07-25 Martin Rudalics <rudalics@gmx.at>
172
173 * subr.el (redirect-frame-focus): Add advertised calling
174 convention (Bug#12030).
175
09ae5da1
PE
1762012-07-25 Paul Eggert <eggert@cs.ucla.edu>
177
178 Prefer typical American spelling for "acknowledgment".
179 * vc/add-log.el (change-log-acknowledgment): Rename from
180 change-log-acknowledgement, with an alias for the old name.
181
3cc5a3a8
JB
1822012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
183
184 * calc-alg.el (math-simplify-divide): Don't cross multiply
185 in an equation when the lhs is a variable.
186
b7af7f62
JD
1872012-07-24 Julien Danjou <julien@danjou.info>
188
189 * net/netrc.el (netrc-find-service-number, netrc-store-data):
190 Remove, unused.
191
ec1b09b1
EZ
1922012-07-23 Eli Zaretskii <eliz@gnu.org>
193
194 * startup.el (command-line): Don't display an empty user name in
195 the error message about non-existent home directory, when
196 init-file-user was set to an empty string. See
197 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
198 for the details and context.
199
b525fd8a
VB
2002012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
201
202 * ses.el (ses-cell-formula-aset): New macro.
203 (ses-cell-references-aset): New macro.
204 (ses-cell-p): New function.
205 (ses-rename-cell): Do no longer rely on complex operations like
206 ses-cell-set-formula or ses-set-cell to change the cell and handle
207 the undo at the same time, but rather use lower level new macros
208 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
209 the undo directly. Refresh the mode line.
210
2c73e345
LL
2112012-07-21 Leo Liu <sdl.web@gmail.com>
212
670d85ea
SM
213 * progmodes/cc-cmds.el (c-defun-name):
214 Use match-string-no-properties instead for consistency.
2c73e345 215
542dfbde
LL
2162012-07-20 Leo Liu <sdl.web@gmail.com>
217
3646bcd6
LL
218 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
219 (Bug#7879)
220
542dfbde
LL
221 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
222
25721031
CY
2232012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
226 * progmodes/bug-reference.el, misearch.el: Provide themselves
227 (bug#11915).
228
229 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
230 of narrowed buffer (bug#11966).
231
316e68a7
VB
2322012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
233
234 * ses.el (ses-rename-cell): Set new name also in reference list of
235 cells of which the renamed cell depends.
236
bbf0e7d9
MY
2372012-07-20 Masatake YAMATO <yamato@redhat.com>
238
239 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
240 to check whether menu-bar is shown or not. If not shown,
241 show the menu-bar as a popup menu instead of using tmm.
242 * mouse.el (popup-menu): Accept `point' as `position' argument.
243
c28662a8
DG
2442012-07-20 Dmitry Gutov <dgutov@yandex.ru>
245
246 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
247 up inside string symbol literal (bug#11923).
248
87ab808f
EZ
2492012-07-20 Eli Zaretskii <eliz@gnu.org>
250
251 * startup.el (fancy-startup-text): Read the whole tutorial, not
252 just its first 256 bytes. Prevents gibberish in display of the
253 tutorial title.
254
89dea803
DA
2552012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
256
257 Drop idle buffer compaction due to an absence of the
258 proved efficiency.
259 * compact.el: Remove.
260
8a4e6db8
SS
2612012-07-19 Sam Steingold <sds@gnu.org>
262
263 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
264 vc-bzr-pull & vc-bzr-merge-branch.
265 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
266 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
267 for consistency with compilation-error-regexp-alist.
268 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
269 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
270 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
271 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
272
5db81e33
SM
2732012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * emacs-lisp/chart.el: Use lexical-binding.
276 (chart-emacs-storage): Don't hardcode the list of entries.
277
5b835e1d
DA
2782012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
279
280 Next round of tweaks caused by Fgarbage_collect changes.
281 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
282
9cd47b72
DA
2832012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
284
285 Compact buffers when idle.
286 * compact.el: New file.
287
1d6fc0df
SM
2882012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * subr.el (eventp): Presume that if it looks vaguely like an event,
291 it's an event (bug#10190).
292
1d29cc7d
FEG
2932012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
294
295 Enhancements to ppss related code (thanks Stefan).
296 * progmodes/python.el (python-indent-context)
297 (python-indent-calculate-indentation, python-indent-dedent-line)
298 (python-indent-electric-colon, python-nav-forward-block)
299 (python-mode-abbrev-table)
1d6fc0df 300 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
301 for ppss context.
302 (python-info-continuation-line-p): Cleanup.
303 (python-info-ppss-context): Do not catch 'quote.
304 (python-info-ppss-context-type)
305 (python-info-ppss-comment-or-string-p): Simplify.
306
d583cbe6
FEG
3072012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
308
309 * progmodes/python.el: Enhancements to eldoc support.
310 (python-info-current-symbol): New function.
311 (python-eldoc-at-point): Use python-info-current-symbol.
312 (python-info-current-defun): Fix cornercase on first defun scan.
313 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
314 and signal error when no inferior python process is available.
315
eceb6feb
DG
3162012-07-18 Dmitry Gutov <dgutov@yandex.ru>
317
318 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
319 assume it's always t.
320 (vc-git-registered): Remove caching, the function is only called
321 once.
322 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
323
4c8ff0fe
CY
3242012-07-18 Chong Yidong <cyd@gnu.org>
325
19fb7186
CY
326 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
327
9587c688
CY
328 * simple.el (count-words): Report on narrowing (Bug#9959).
329
0fe776a1
CY
330 * bindings.el: Bind M-= to count-words.
331
4c8ff0fe
CY
332 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
333
7f5331cc
MY
3342012-07-18 Masatake YAMATO <yamato@redhat.com>
335
336 * progmodes/sh-script.el (sh-imenu-generic-expression):
337 Capture a function with `function' keyword and without parentheses
338 like "function FOO" (bug#11856).
339
2dc2a609
TH
3402012-07-18 Tassilo Horn <tassilo@member.fsf.org>
341
342 * window.el (split-window-sensibly): Make WINDOW argument
343 optional.
344
439f7677
CY
3452012-07-18 Chong Yidong <cyd@gnu.org>
346
9aeb25a6
CY
347 * subr.el (keyboard-translate): Doc fix (Bug#7261).
348
439f7677
CY
349 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
350 and make C-x 8 RET exit isearch (Bug#11439).
351
352 * international/iso-transl.el: Move isearch-mode-map key
353 definitions to isearch.el.
354
12999ea8
SM
3552012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
358 (eieio-defclass): Use gv-define-setter when possible.
359
3ab6e069
DA
3602012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
361
362 Reflect recent changes in Fgarbage_collect.
363 * emacs-lisp/chart.el (chart-emacs-storage): Change to
364 reflect new format of data returned by Fgarbage_collect.
365
0a60bc10
FEG
3662012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
367
368 New utility functions + python-info-ppss-context fix (Bug#11910).
369 * progmodes/python.el (python-info-beginning-of-block-statement-p)
370 (python-info-ppss-comment-or-string-p): New functions.
371 (python-info-ppss-context): Small fix for string check.
372
6dafa0d5
JL
3732012-07-17 Juri Linkov <juri@jurta.org>
374
375 * dired-aux.el (dired-do-async-shell-command): Doc fix.
376 (dired-do-async-shell-command): Don't add `*' at the end of the
377 command (Bug#11815).
378 (dired-do-shell-command): Doc fix.
379 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
380 Join the individual commands using either "&" or ";" as the
381 separator depending on the values of these trailing characters.
382 At the end re-add the trailing "&". (Bug#10598)
383
384 * simple.el (async-shell-command): Sync the interactive spec with
385 `shell-command'. Doc fix.
386 (shell-command): Doc fix.
387
b19dd9d1
JL
3882012-07-17 Juri Linkov <juri@jurta.org>
389
390 * descr-text.el (describe-char): Fix format args. (Bug#10129)
391
bcdc27d7 3922012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 393
bcdc27d7 394 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
395 * progmodes/python.el (python-nav-beginning-of-statement):
396 Rename from python-nav-statement-start.
bcdc27d7
FEG
397 (python-nav-end-of-statement): Rename from
398 python-nav-statement-end.
399 (python-nav-beginning-of-block): Rename from
400 python-nav-block-start.
401 (python-nav-end-of-block): Rename from python-nav-block-end.
402
191da00e
FEG
4032012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
404
7f5331cc
MY
405 * progmodes/python.el (python-shell-send-string-no-output):
406 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
407 future interactions (Bug#11868).
408
4dc7c8d5 4092012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 410
88ecaf8f
SM
411 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
412
ef501ef0
SM
413 * emacs-lisp/elint.el (elint-find-args-in-code):
414 Use help-function-arglist, so as to handle lexical byte-code.
415
aa7aaf8f
SM
416 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
417 change (bug#11826).
418
45fd731c
SM
4192012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
420
2143fa32
SM
421 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
422 Avoid spuriously marking the buffer as modified because of c-is-sws.
423
efc26dbe
SM
424 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
425 as not-a-comment (bug#11946).
426
f5695c9a
SM
427 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
428 for uninterned vars.
429
430 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
431 Use read-event since we don't really want to read chars but bytes.
432
45fd731c
SM
433 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
434 $$..$$ but also $..$ using regexps (bug#11953).
435 Use tex-verbatim for \url and \path.
436 (tex-font-lock-keywords): Define as defconst like the others.
437 (tex-common-initialization): Don't use font-lock-syntax-table any more.
438
ddfc8813
RK
4392012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
440
441 * international/mule-cmds.el (ucs-insert): Make it an obsolete
442 alias for insert-char.
443
758e556a
FEG
4442012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
445
446 * progmodes/python.el: Simplified imenu implementation.
447 (python-nav-jump-to-defun): Remove command.
448 (python-mode-map): Use `imenu' instead.
449 (python-nav-list-defun-positions-cache)
450 (python-imenu-include-defun-type, python-imenu-make-tree)
451 (python-imenu-subtree-root-label, python-imenu-index-alist):
452 Remove vars.
453 (python-nav-list-defun-positions, python-nav-read-defun)
454 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
455 (python-imenu-make-tree, python-imenu-create-index):
456 Remove functions.
758e556a
FEG
457 (python-mode): Update to interact with imenu by setting
458 `imenu-extract-index-name-function' only.
459
032d23ab
FEG
4602012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
461
462 * progmodes/python.el: Enhancements to navigation commands.
463 (python-nav-backward-sentence)
464 (python-nav-forward-sentence): Remove.
465 (python-nav-backward-statement, python-nav-forward-statement)
466 (python-nav-statement-start, python-nav-statement-end)
467 (python-nav-backward-block, python-nav-forward-block)
468 (python-nav-block-start, python-nav-block-end)
469 (python-nav-forward-sexp-function)
470 (python-info-current-line-comment-p)
471 (python-info-current-line-empty-p): New functions.
472 (python-indent-context): Use `python-nav-statement-start'.
473
01795a1b
MA
4742012-07-16 Michael Albinus <michael.albinus@gmx.de>
475
9328d9aa
MA
476 * eshell/em-ls.el (eshell/ls): Use `apply'.
477
478 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
479 multi-hops, instead of Tramp internals.
480
01795a1b
MA
481 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
482
483 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
484 when F1 and F2 are located on different hosts.
485
63408057
CY
4862012-07-14 Chong Yidong <cyd@gnu.org>
487
488 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
489 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
490 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
491 (xterm-mouse--read-event-sequence-1000)
492 (xterm-mouse--read-event-sequence-1006): New functions. For old
493 mouse protocol, handle M-mouse-X events correctly.
494 (xterm-mouse-event): New arg specifying mouse protocol.
495 (turn-on-xterm-mouse-tracking-on-terminal)
496 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
497 sequence to toggle extended coordinates on newer XTerms.
498 This appears to be harmless on terminals which do not support this.
63408057 499
cd276f6e
LL
5002012-07-14 Leo Liu <sdl.web@gmail.com>
501
28ca98ac
LL
502 Add fringe bitmap indicators for flymake. (Bug#11253)
503 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
504 (flymake-make-overlay): New arg BITMAP.
505 (flymake-error-bitmap, flymake-warning-bitmap)
506 (flymake-fringe-indicator-position): New user variables.
507
cd276f6e
LL
508 * fringe.el: New bitmap exclamation-mark.
509
04408072
JD
5102012-07-14 Jan Djärv <jan.h.d@swipnet.se>
511
512 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
513 also (Bug#7879).
514
b5cf7fc4
CY
5152012-07-14 Chong Yidong <cyd@gnu.org>
516
517 * electric.el (electric-pair-post-self-insert-function): Fix pair
518 insertion in empty-region case (Bug#11520).
519
be755c79
RT
5202012-07-14 Chong Yidong <cyd@gnu.org>
521
45fd731c
SM
522 * bindings.el: Consolidate ctl-x-r-map bindings.
523 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
524
525 * rect.el, register.el: Move bindings to bindings.el.
526
5272012-07-14 Reuben Thomas <rrt@sc3d.org>
528
529 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
530
7f5b3198
AS
5312012-07-13 Andreas Schwab <schwab@linux-m68k.org>
532
533 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
534
97662200
JB
5352012-07-13 Juanma Barranquero <lekktu@gmail.com>
536
80185fed
JB
537 * bindings.el (top): Use `mapc' instead of `mapcar'.
538
97662200
JB
539 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
540
2bb1ae55
MA
5412012-07-13 Michael Albinus <michael.albinus@gmx.de>
542
543 * progmodes/sql.el (sql-comint): Suppress the check for program on
544 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
545 (Bug#11908)
546
dea31bd3
CY
5472012-07-13 Chong Yidong <cyd@gnu.org>
548
549 * bindings.el: Assign a non-nil permanent-local property to
550 per-buffer variables which lack a default value (Bug#11930).
551
552 * help-fns.el (describe-variable): In the "automatically becomes
553 local" notice, take note of permanent-local variables.
554
b68b3337
CY
5552012-07-13 Chong Yidong <cyd@gnu.org>
556
557 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
558 to allow printing the message when called from Lisp.
559
560 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
561 Remove toggle-read-only.
562
563 * bs.el (bs-toggle-readonly):
45fd731c
SM
564 * buff-menu.el (Buffer-menu-toggle-read-only):
565 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
566
567 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
568 Remove with-no-warnings around toggle-read-only.
569 (ffap-read-only, ffap-read-only-other-window)
570 (ffap-read-only-other-frame): Callers changed.
571
572 * help-mode.el: Don't require view package.
573 (help-mode-finish): Set buffer-read-only instead of calling
574 toggle-read-only.
575
576 * bindings.el (mode-line-toggle-read-only):
577 * dired.el (dired-toggle-read-only):
578 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
579 with non-nil second arg.
580
581 * emacs-lisp/eieio-custom.el (eieio-customize-object):
582 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
583 directly.
584
56bc1586
EZ
5852012-07-12 Eli Zaretskii <eliz@gnu.org>
586
587 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
588 not incf.
589
a464a6c7
SM
5902012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 More CL cleanups and reduction of use of cl.el.
593 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
594 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
595 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
596 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
597 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
598 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
599 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
600 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
601 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
602 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
603 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
604 * eshell/em-cmpl.el, eshell/em-banner.el:
605 * calendar/parse-time.el: Use cl-lib.
606 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
607 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
608 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
609 * term/ns-win.el, term.el, shell.el, ps-samp.el:
610 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
611 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
612 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
613 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
614 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
615 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
616 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
617 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
618 `lambda' rather than with `quote'.
619 (eshell-do-opt): Adjust accordingly.
620 (eshell-process-option): Simplify.
621 * eshell/esh-var.el:
622 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
623 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
624 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
625 to `pcase--dontcare'.
626 * emacs-lisp/cl.el (labels): Mark obsolete.
627 (cl--letf, letf): Move to cl-lib.
628 (cl--letf*, letf*): Remove.
629 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
630 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
631 (cl-progv): Rewrite.
632 (cl--letf, cl-letf): Move from cl.el.
633 (cl-letf*): New macro.
634 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
635
7ad4afe1
MA
6362012-07-11 Michael Albinus <michael.albinus@gmx.de>
637
638 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
639
9af57756
CY
6402012-07-11 Chong Yidong <cyd@gnu.org>
641
642 * vc/log-edit.el (log-edit-vc-backend): New variable.
643 (log-edit): Doc fix.
644
645 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
646 argument of log-edit to set up all local variables.
647 (vc-start-logentry): New optional arg specifying VC backend.
648
649 * vc/vc.el (vc-checkin): Use it.
650 (vc-deduce-fileset): Handle Log Edit buffers.
651 (vc-diff): Make first argument optional too.
652
653 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
654
8477cc7a
MA
6552012-07-10 Michael Albinus <michael.albinus@gmx.de>
656
657 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
658 command, just in case. The function is not needed anymore.
659 (eshell-external-command): Do not call `eshell-remote-command'.
660
19faa8e8
SM
6612012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
662
f58e0fd5
SM
663 Reduce use of (require 'cl).
664 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
665 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
666 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
667 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
668 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
669 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
670 * battery.el, avoid.el, abbrev.el: Use cl-lib.
671 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
672 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
673 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
674 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
675 * calculator.el, autorevert.el, apropos.el: Don't require CL.
676 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
677 (byte-compile-unfold-bcf, byte-compile-check-variable):
678 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
679 (byte-compile-nilconstp):
680 * emacs-lisp/autoload.el (make-autoload): Use pcase.
681 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
682
2519d43a
SM
683 * emacs-lisp/gv.el (cond): Make it a valid place.
684 (if): Simplify slightly.
685
19faa8e8
SM
686 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
687 (pcase--self-quoting-p): New function.
688 (pcase--u1): Use it.
689
c4907a5e
GM
6902012-07-10 Glenn Morris <rgm@gnu.org>
691
692 * emacs-lisp/authors.el (authors-fixed-entries):
693 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
694
c4444d16
PE
6952012-07-09 Paul Eggert <eggert@cs.ucla.edu>
696
697 Rename configure.in to configure.ac (Bug#11603).
698 * emacs-lisp/authors.el (authors-canonical-file-name):
699 * progmodes/autoconf.el (autoconf-mode):
700 Prefer configure.ac to configure.in.
701
d75be97d
CY
7022012-07-08 Chong Yidong <cyd@gnu.org>
703
01ac65bd
CY
704 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
705 Implement the mouse-1-click-follows-link handling properly.
706
707 * info.el (Info-link-keymap): Use follow-link mechanism for
708 header-line links (Bug#374).
709
d75be97d
CY
710 * simple.el (deactivate-mark): Do not set the primary selection
711 if another program has acquired it (Bug#11772).
712
87a92845 7132012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
714
715 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
716 (woman-decode-region): Replace escaped-escapes without destroying
717 bold or underline (Bug#11552).
87a92845 718 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 719
621b9d6c
CY
7202012-07-07 Chong Yidong <cyd@gnu.org>
721
722 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
723 (interprogram-cut-function, interprogram-paste-function):
724 Mention that we typically mean the clipboard.
621b9d6c 725
133a11fc
GM
7262012-07-06 Glenn Morris <rgm@gnu.org>
727
0d27a45e
GM
728 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
729
133a11fc
GM
730 * files.el (toggle-read-only): Restrict message to interactive use.
731
07b151f1
MA
7322012-07-06 Michael Albinus <michael.albinus@gmx.de>
733
734 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
735
736 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
737
211b896b
GM
7382012-07-06 Glenn Morris <rgm@gnu.org>
739
50394322
GM
740 * Makefile.in (compile-one-process): Rename from "recompile".
741
211b896b
GM
742 * Makefile.in (bzr-update): "compile" is the same as "recompile
743 autoloads", but parallelizable, so use that instead.
744
4737eec9
DG
7452012-07-06 Dmitry Gutov <dgutov@yandex.ru>
746
747 * window.el (quit-window): Always restore window height when
8137e7b3 748 it's saved in quit-restore parameter (Bug#11810).
4737eec9 749
226c3633 7502012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
751
752 * simple.el (kill-whole-line): Doc tweak.
753
226c3633 7542012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
755
756 * files.el (file-relative-name): Compare file names
757 case-insensitively if on MS-Windows or MS-DOS, or if
758 read-file-name-completion-ignore-case is non-nil. Don't use
759 case-fold-search for this purpose. (Bug#11827)
760
4dc7c8d5
SM
7612012-07-17 Andreas Schwab <schwab@linux-m68k.org>
762
763 * calendar/cal-dst.el (calendar-current-time-zone):
764 Return calendar-current-time-zone-cache if non-nil.
765
7662012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 7672012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 768
19faa8e8
SM
769 * calendar/cal-dst.el (calendar-current-time-zone):
770 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 771
60198fc9
GM
7722012-07-06 Glenn Morris <rgm@gnu.org>
773
774 * Makefile.in (cvs-update): Remove old alias.
775
957b3189
MA
7762012-07-05 Michael Albinus <michael.albinus@gmx.de>
777
778 Sync with Tramp 2.2.6-pre.
779
780 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
781 compatible declaration.
782
19faa8e8
SM
783 * net/tramp-cmds.el (tramp-append-tramp-buffers):
784 Protect `list-load-path-shadows' call.
957b3189
MA
785
786 * net/tramp-compat.el (top): Require packages, which aren't
787 autoloaded anymore for XEmacs. Protect call of
788 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
789 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
790 it hurts at least for SXEmacs.
791 (tramp-compat-temporary-file-directory): In XEmacs, there is no
792 standard-value for `temporary-file-directory'.
793
794 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
795 Redirect stderr to /dev/null.
796 (tramp-sh-handle-write-region): uid and gid can be floats.
797 Reported by Russell Sim <russell.sim@gmail.com>.
798 (tramp-sh-handle-vc-registered): Hide errors.
799 (tramp-vc-file-name-handler): Use dummy results for `process-file'
800 and `start-file-process'.
801 (tramp-maybe-open-connection): Check also whether `non-essential'
802 is bound.
803
566df3fc
CY
8042012-07-04 Chong Yidong <cyd@gnu.org>
805
806 * xml.el (xml--parse-buffer): Use xml-syntax-table.
807 (xml-parse-tag): Likewise, and avoid changing entity tables.
808 (xml-syntax-table): Define from scratch, making sure not to give
809 x2000 and other Unicode spaces whitespace syntax, since those are
810 not spaces in XML.
811 (xml-parse-fragment): Delete unused function.
812 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
813 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
814 (xml-entity-ref, xml-pe-reference-re)
815 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
816 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
817 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
818 (xml-entity-value-re): Use syntax references in regexps where
819 possible; no need to define inside a let-binding.
820 (xml-parse-dtd): Use xml-pe-reference-re.
821 (xml-entity-or-char-ref-re): New defconst.
822 (xml-parse-string, xml-substitute-special): Use it.
823
30eabd7a
SM
8242012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
825
0781098a
SM
826 * files.el (locate-dominating-file): Allow `name' to be a predicate.
827 (find-file--read-only): New function.
828 (find-file-read-only, find-file-read-only-other-window)
829 (find-file-read-only-other-frame): Use it.
830 (insert-file-contents-literally): Don't `fset'.
831 (get-free-disk-space): Use locate-dominating-file.
832
b5771c0d
SM
833 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
834 function is already compiled.
835
30eabd7a
SM
836 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
837
b4886f6e
MA
8382012-07-03 Michael Albinus <michael.albinus@gmx.de>
839
840 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
841 files on the same host.
842
b9d82339
AS
8432012-07-03 Andreas Schwab <schwab@linux-m68k.org>
844
845 * help-fns.el (describe-function-1): Only call
846 help-fns--autoloaded-p when we have a file name. (Bug#11848)
847
a76e6535
CY
8482012-07-03 Chong Yidong <cyd@gnu.org>
849
850 * xml.el: Protect parser against XML bombs.
851 (xml-entity-expansion-limit): New variable.
852 (xml-parse-string, xml-substitute-special): Use it.
853 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
854
b544fef2
GM
8552012-07-03 Glenn Morris <rgm@gnu.org>
856
857 * progmodes/bug-reference.el (bug-reference-bug-regexp):
858 Allow linking to specific messages in debbugs reports (eg 123#5).
859
a7aef6f5
CY
8602012-07-02 Chong Yidong <cyd@gnu.org>
861
862 * xml.el: Fix entity and character reference expansion, allowing
863 them to expand into markup as per XML spec.
864 (xml-default-ns): New variable.
865 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
866 (xml-parse-region): Make first two arguments optional.
867 Discard text properties.
868 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
869 All callers changed.
a7aef6f5
CY
870 (xml-parse-tag): Call xml-parse-tag-1. For backward
871 compatibility, this function should not modify buffer contents.
872 (xml-parse-tag-1): Fix opening-tag regexp.
873 (xml-parse-string): Rewrite, handling entity and character
874 references properly.
875 (xml--entity-replacement-text): Signal an error if a parameter
876 entity is undefined.
877
3df31c9f
SM
8782012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
879
2b5208f1
SM
880 * comint.el (comint-output-filter): Filter out repeated prompts.
881
3df31c9f
SM
882 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
883 and file-name-absolute-p.
884 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
885 internal calls.
886
e3ac1281
PE
8872012-07-02 Paul Eggert <eggert@cs.ucla.edu>
888
889 Spelling fixes.
890 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
891 Rename from byte-compile--refiy-function. All uses changed.
892
fbf2e7ad
CY
8932012-07-01 Chong Yidong <cyd@gnu.org>
894
895 * xml.el (xml--parse-buffer): New function. Move most of
896 xml-parse-region here.
897 (xml-parse-region): Copy region into a temporary buffer, since
898 parameter entity substitution requires changing buffer contents.
899 Use xml--parse-buffer.
900 (xml-parse-file): Use xml--parse-buffer.
901 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 902 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 903
9bf0aa15
GM
9042012-06-30 Glenn Morris <rgm@gnu.org>
905
bbce2853
GM
906 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
907
9bf0aa15
GM
908 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
909 Remove outdated and unnecessary dbus declarations.
910
0d23c240
EZ
9112012-06-30 Eli Zaretskii <eliz@gnu.org>
912
913 * emacs-lisp/timer.el (timer-until): Subtract results of
914 float-time, instead of taking float-time of the result of
915 time-subtract, since float-time signals an error for negative time
916 arguments.
917
b3218de1
CY
9182012-06-30 Chong Yidong <cyd@gnu.org>
919
920 * xml.el (xml-*-re): Convert defvars into defconsts, and
921 eval-and-compile them so eval-and-compile works on derivatives.
922 (xml--entity-replacement-text): Use eval-and-comple.
923
a40c87a0
MA
9242012-06-30 Michael Albinus <michael.albinus@gmx.de>
925
926 * vc/vc-git.el (vc-git-registered): Use cache property
927 `git-registered'.
928 (vc-git-mode-line-string): Call `vc-working-revision' instead of
929 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 930 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 931
ac87de97
DG
9322012-06-30 Dmitry Gutov <dgutov@yandex.ru>
933
934 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 935 removed (likely outside Emacs). (Bug#11757)
ac87de97 936
ac10fe06
SM
9372012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
938
3df31c9f 939 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 940
7f3fbd5d
CY
9412012-06-30 Chong Yidong <cyd@gnu.org>
942
943 * xml.el: Implement XML parameter entities.
944 (xml-parameter-entity-alist): New variable.
945 (xml-parse-region, xml-parse-fragment): Preserve previous values
946 of xml-entity-alist and xml-parameter-entity-alist, so that
947 repeated calls on different documents do not change them.
948 (xml-parse-tag): Fix doctype regexp.
949 (xml--entity-replacement-text): New function.
950 (xml-parse-dtd): Use it. Don't handle system entities; doing that
951 properly requires url retrieval which is unimplemented.
952 (xml-escape-string): Doc fix.
953
3cfbebba
SM
9542012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
957
2af3565e
DA
9582012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
959
960 * fringe.el (fringe-mode): Doc fix.
961
929df0e7
MA
9622012-06-29 Michael Albinus <michael.albinus@gmx.de>
963
964 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
965 is non-nil.
966 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
967 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
968
c8d3a25c 9692012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 970
c8d3a25c
GM
971 * calendar/cal-dst.el (calendar-current-time-zone):
972 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 973
c8d3a25c 9742012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
975
976 * progmodes/which-func.el (which-func-format):
977 Add mouse-face. (Bug#11698)
978
c8d3a25c
GM
9792012-06-29 Leo Liu <sdl.web@gmail.com>
980
981 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
982
9832012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * minibuffer.el (minibuffer-confirm-exit-commands):
986 Add completion-at-point (bug#11725).
987
9882012-06-29 Glenn Morris <rgm@gnu.org>
989
990 * progmodes/f90.el (f90-font-lock-keywords-2):
991 Add some preprocessor elements. (Bug#10499)
992
9932012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * progmodes/cperl-mode.el (cperl-update-syntaxification):
996 Use syntax-propertize (bug#11739).
997
2badeec4
JB
9982012-06-28 Juanma Barranquero <lekktu@gmail.com>
999
1000 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1001
ae4969c2
JD
10022012-06-28 Julien Danjou <julien@danjou.info>
1003
1004 * term.el (term-handle-colors-array): Use a set of new faces to
1005 color the terminal. Also uses :inverse-video property.
1006 (term-default-fg-color): Set to nil by default, deprecate in favor
1007 of `term-face'.
1008 (term-default-bg-color): Set to nil by default, deprecate in favor
1009 of `term-face'.
1010 (term-current-face): Use `term-face' by default.
1011 (term-bold-attribute): Variable deleted.
1012
1c9bd870
GM
10132012-06-28 Glenn Morris <rgm@gnu.org>
1014
1015 * simple.el (completion-list-mode-finish):
1016 Don't use toggle-read-only. (Since completion-list-mode has
1017 a special mode-class, it wasn't doing anything extra anyway.)
1018
c207708c
SM
10192012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 Make inlining of other-mode interpreted functions work (bug#11799).
1022 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1023 (byte-compile): Use it to fix compilation of lexical-binding closures.
1024 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1025 function, if needed.
1026
3fd56834
SM
10272012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1028
04901786
SM
1029 * help-mode.el (help-make-xrefs): Don't just withstand
1030 cyclic-variable-indirection but any error in documentation-property.
1031
1ec4b7b2
SM
1032 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1033 memory use.
1034 * bindings.el (bindings--define-key): New function.
1035 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1036 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1037 * bindings.el: Use it to purecopy define-key bindings.
1038
e309e2a5
SM
1039 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1040
d5c6faf9
SM
1041 * emacs-lisp/cl.el (flet): Mark obsolete.
1042 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1043 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1044 * progmodes/js.el (js-c-fill-paragraph):
1045 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1046 (ebrowse-switch-member-buffer-to-derived-class):
1047 * play/5x5.el (5x5-solver): Use cl-flet.
1048
6e9590e2
SM
1049 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1050 (cl--symbol-function): New macro.
1051 (cl--letf, cl--letf*): Use it.
1052
3fd56834
SM
1053 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1054 Strip "toggle-" if any.
1055
35ff222c
GM
10562012-06-27 Glenn Morris <rgm@gnu.org>
1057
1ba6038a
GM
1058 * info.el (Info-default-directory-list): Move here from paths.el.
1059 * paths.el: Remove file, which is now empty.
1060 * loadup.el: No longer load "paths".
1061
0ea0e51b
GM
1062 * custom.el (custom-initialize-delay): Doc fix.
1063
35ff222c
GM
1064 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1065 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1066 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1067 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1068 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1069 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1070 * eshell/eshell.el (eshell-defgroup): Remove alias.
1071
c89926a5
CY
10722012-06-27 Chong Yidong <cyd@gnu.org>
1073
1074 * help.el (help-enable-auto-load): New variable.
1075
1076 * help-fns.el (help-fns--autoloaded-p): New function.
1077 (describe-function-1): Refer to a function as "autoloaded" if it
1078 was autoloaded at any time in the past. Perform autoloading if
1079 help-enable-auto-load is non-nil.
1080
cc06e7e7
EZ
10812012-06-26 Eli Zaretskii <eliz@gnu.org>
1082
1083 * makefile.w32-in (compile, compile-always): Depend on
1084 update-subdirs, not on subdirs.el. Otherwise, several different
1085 sub-targets of 'bootstrap' running in parallel could
1086 simultaneously write to subdirs.el, producing a garbled file.
1087
d2c32364
SS
10882012-06-26 Sam Steingold <sds@gnu.org>
1089
1090 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1091 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1092 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1093 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1094 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1095 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1096 * textmodes/tex-mode.el: Use it.
1097 Did not touch cedet and org because they are maintained elsewhere.
1098
5cf983b2
MR
10992012-06-26 Martin Rudalics <rudalics@gmx.at>
1100
1101 * calendar/calendar.el (calendar-exit): Don't try to delete or
1102 iconify last frame. See:
1103 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1104
8c4f2952
JD
11052012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1106
1107 * server.el (server-process-filter): Remember dir in the
1108 process's `server-client-directory' properties.
1109
772b2e2c
CY
11102012-06-24 Chong Yidong <cyd@gnu.org>
1111
1112 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1113 non-tag text.
1114
711b11e1
JB
11152012-06-23 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1118
dc5d230c
SM
11192012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * help-fns.el (describe-variable): Don't croak when doc is not found.
1122 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1123 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1124 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1125 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1126 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1127 ((lambda ..) ..).
1128 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1129
136e1c1d
CY
11302012-06-23 Chong Yidong <cyd@gnu.org>
1131
e8c1cabf
CY
1132 * info.el (Info-mouse-follow-link): Accept symbol values of
1133 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1134 (Info-fontify-node): Use Info-link-keymap for all navigation
1135 buttons, with link-args property to perform the desired action.
1136 (Info-link-keymap): Doc fix.
1137 (Info-next-link-keymap, Info-prev-link-keymap)
1138 (Info-up-link-keymap): Delete now-unused keymaps.
1139
0e9e6c6a
CY
11402012-06-23 Chong Yidong <cyd@gnu.org>
1141
05e89fea
CY
1142 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1143
0e9e6c6a
CY
1144 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1145 system abbrevs.
1146
1147 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1148
e33c6771
SM
11492012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1150
b68581e2
SM
1151 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1152 (bug#11719).
1153
e33c6771
SM
1154 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1155 the requote function doesn't work properly (bug#11714).
1156
7117e105
GM
11572012-06-23 Glenn Morris <rgm@gnu.org>
1158
1159 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1160
36cec983
SM
11612012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 Further GV/CL cleanups.
1164 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1165 gv-expander.
1166 (gv--defun-declaration): New function.
1167 (defun-declarations-alist): Use it.
1168 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1169 (gv-place): Autoload.
1170 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1171 original definition of dotimes and dolist.
1172 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1173 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1174 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1175 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1176 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1177 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1178 to the function's definition.
1179 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1180 * window.el:
1181 * files.el:
1182 * faces.el:
1183 * env.el: Don't use CL.
1184
d35af63c
PE
11852012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1186
1187 Support higher-resolution time stamps (Bug#9000).
1188
1189 * calendar/time-date.el (with-decoded-time-value): New arg
1190 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1191 (encode-time-value): New optional arg PICO. New type 3.
1192 (time-to-seconds) [!float-time]: Support the new picoseconds
1193 component if it's used.
1194 (seconds-to-time, time-subtract, time-add):
1195 Support ps-resolution time stamps as well.
1196
1197 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1198 (timerp): Timer vectors now have length 9, not 8.
1199 (timer--time): Support new-style (4-part) time stamps.
1200 (timer-next-integral-multiple-of-time): Time stamps now have
1201 picosecond resolution, so take a bit more care about rounding.
1202 (timer-relative-time, timer-inc-time): New optional arg psecs.
1203 (timer-set-time-with-usecs): Set psecs to 0.
1204 (timer--activate): Check psecs component, too.
1205
1206 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1207
ac77b21a
SM
12082012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1209
f143bfe3
SM
1210 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1211 Move the non-essential binding to the post/pre-command-hook where it is
1212 more obviously correct.
1213
ac77b21a
SM
1214 * subr.el (read-passwd): Don't use a history at all.
1215 * savehist.el (savehist-save): Remove password saved accidentally
1216 because of the above bug.
1217
76386c5a
BG
12182012-06-22 Bastien Guerry <bzg@gnu.org>
1219
1220 * files.el (toggle-read-only): Display a message telling whether
1221 the buffer is read-only or not (bug#11726).
1222
2ee3d7f0
SM
12232012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * emacs-lisp/gv.el: New file.
1226 * subr.el (push, pop): Extend to generalized variables.
1227 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1228 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1229 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1230 gv-define-simple-setter, and gv-define-expander.
1231 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1232 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1233 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1234 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1235 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1236 gv-letplace.
1237 (cl-defstruct): Don't define setf-method any more.
1238 * emacs-lisp/cl.el (flet): Don't autoload.
1239 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1240 (define-setf-expander, defsetf, define-modify-macro)
1241 (cl-struct-setf-expander): Move from cl-lib.el.
1242 * emacs-lisp/syntax.el:
1243 * emacs-lisp/ewoc.el:
1244 * emacs-lisp/smie.el:
1245 * emacs-lisp/cconv.el:
1246 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1247 (timer--time): Use gv-define-simple-setter.
1248 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1249 to avoid coding-system problems in subr.el. Adjust all users.
1250 (macroexp--maxsize, macroexp-small-p): New functions.
1251 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1252 * scroll-bar.el (scroll-bar-mode):
1253 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1254 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1255 * winner.el (winner-configuration, winner-make-point-alist)
1256 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1257 * files.el (locate-file-completion-table): Avoid list*.
1258
c5695d1d
CY
12592012-06-22 Chong Yidong <cyd@gnu.org>
1260
1261 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1262 (dired-create-files): Doc fix (Bug#11329).
1263 (dired-do-copy): Doc fix (Bug#11334).
1264 (dired-mark-read-string): Doc fix (Bug#11553).
1265
2ee3d7f0
SM
1266 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1267 Doc fix (Bug#11326).
c5695d1d
CY
1268 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1269 (dired-dwim-target): Doc fix.
1270
1271 * wdired.el (wdired-mode): Doc fix.
1272
89b5595a
GM
12732012-06-22 Glenn Morris <rgm@gnu.org>
1274
575db3f1
GM
1275 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1276 (pcmpl-rpm-cache-stamp-file): New constant.
1277 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1278 (pcmpl-rpm-packages): Optionally cache list of packages.
1279
a4c8dd51
GM
1280 * pcmpl-rpm.el (pcmpl-rpm): New group.
1281 (pcmpl-rpm-query-options): New option.
1282 (pcmpl-rpm-packages): No need to inline it.
1283 Use pcmpl-rpm-query-options.
1284
89b5595a
GM
1285 * calendar/calendar.el (calendar-in-read-only-buffer):
1286 Avoid some needless mode changes.
1287
e76f0800
CY
12882012-06-21 Chong Yidong <cyd@gnu.org>
1289
1290 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1291 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1292 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1293
297a8f1d
CY
12942012-06-20 Chong Yidong <cyd@gnu.org>
1295
1296 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1297
d34c18b1
DR
12982012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1299
1300 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1301 (bug#11201).
1302
32f7f28e
CY
13032012-06-20 Chong Yidong <cyd@gnu.org>
1304
1305 * term.el (term-window-width): Handle the case of a missing right
1306 fringe (Bug#8837).
1307 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1308 (term-mode): Use define-derived-mode. Minor cleanups.
1309 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1310 (term-move-columns, term-insert-char, term-emulate-terminal)
1311 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1312
493c6688
MA
13132012-06-20 Michael Albinus <michael.albinus@gmx.de>
1314
d34c18b1
DR
1315 * net/ange-ftp.el (ange-ftp-get-passwd):
1316 Bind `enable-recursive-minibuffers'.
493c6688
MA
1317 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1318
3f06ecf4
DR
13192012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1320
1321 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1322
68f12411
GM
13232012-06-19 Glenn Morris <rgm@gnu.org>
1324
1325 * progmodes/python.el (python-mode): Derive from prog-mode.
1326
b3820318
KG
13272012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1328
1329 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1330 (edt-user-menu-bar-update-buffers): New functions.
1331 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1332
c6bf3022
CY
13332012-06-19 Chong Yidong <cyd@gnu.org>
1334
1335 * subr.el (with-selected-window): Preserve the selected window's
1336 terminal's top-frame (Bug#4702).
1337
1338 * window.el (save-selected-window): Likewise.
1339
25f09295
SM
13402012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * progmodes/python.el (python-rx-constituents): Move backquote.
1343 (python-skeleton-define, python-define-auxiliary-skeleton):
1344 Use `declare'.
1345
6b11952a
MA
13462012-06-18 Michael Albinus <michael.albinus@gmx.de>
1347
1348 * minibuffer.el (read-file-name-default): Revert the patch from
1349 2012-06-17.
1350
ee4b1330
SM
13512012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1352
1353 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1354 (pcase--u1, pcase--q1): Don't use apply-partially.
1355
35647f79
GM
13562012-06-18 Glenn Morris <rgm@gnu.org>
1357
1358 * progmodes/python.el (python-proc, python-buffer)
1359 (python-send-receive, python-send-string): Fix obsolete versions.
1360
24b0cff0
MR
13612012-06-18 Martin Rudalics <rudalics@gmx.at>
1362
1363 * window.el (special-display-p): Completely remove stringp
1364 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1365
29855149
MA
13662012-06-17 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1369
1370 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1371
1372 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1373 * net/tramp-sh.el (tramp-maybe-open-connection):
1374 Throw if `non-essential' is non-nil.
1375
07463363
MR
13762012-06-17 Martin Rudalics <rudalics@gmx.at>
1377
1378 * window.el (special-display-p): Signal an error if BUFFER-NAME
1379 is not a string (Bug#11713).
1380
48d1354e
PE
13812012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1382
1383 * progmodes/python.el (python-info-beginning-of-backslash):
1384 Rename from python-info-beginning-of-backlash, as a spelling fix.
1385
eb4a8a9a
CY
13862012-06-17 Chong Yidong <cyd@gnu.org>
1387
1388 * term.el (term-emulate-terminal): If term-check-size is called,
1389 move point to the process mark without resetting point (Bug#4635).
1390
ddfbf826 13912012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1392
1393 * international/mule-cmds.el (mule-menu-keymap)
1394 (set-language-environment, set-locale-environment): Doc tweaks.
1395
9b0e3eba
AA
13962012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1397
1398 * cus-face.el (custom-face-attributes): Add wave-style underline
1399 attribute.
1400 * faces.el (set-face-attribute): Update docstring to describe
1401 wave-style underline attribute.
1402
771e3eae
CY
14032012-06-16 Chong Yidong <cyd@gnu.org>
1404
1405 * term/xterm.el (terminal-init-xterm): Discard input before
1406 querying background mode (Bug#10959).
1407
7ae2ea10
SM
14082012-06-16 Stefan Merten <smerten@oekonux.de>
1409
1410 * textmodes/rst.el: Added and corrected some comments.
1411 (rst-re-alist-def): Improve symbol syntax.
1412 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1413 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1414 (rst-official-version, rst-official-cvs-rev): Update version
1415 information.
7ae2ea10 1416
b6974efa
JB
14172012-06-15 Juanma Barranquero <lekktu@gmail.com>
1418
1419 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1420 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1421
8826d473
GM
14222012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1423
1424 * progmodes/python.el: New python.el merge.
1425 (python-guess-indent): Obsolete var.
1426 (python-indent-guess-indent-offset): New defcustom.
1427 (python-indent): Obsolete var.
1428 (python-indent-offset): New defcustom.
1429 (python-python-command, python-jython-command): Delete var.
1430 (python-shell-interpreter): New defcustom.
1431 (python-pdbtrack-do-tracking-p): Delete var.
1432 (python-pdbtrack-activate): New defcustom.
1433 (python-use-skeletons): Obsolete var.
1434 (python-skeleton-autoinsert): New defcustom.
1435 (inferior-python-filter-regexp, python-continuation-offset)
1436 (python-honour-comment-indentation, python-indent-string-contents)
1437 (python-jython-packages, python-mode-hook)
1438 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1439 (python-shell-prompt-alist)
1440 (python-source-modes): Delete defcustoms.
1441 (python-check-buffer-name, python-eldoc-setup-code)
1442 (python-eldoc-string-code, python-ffap-setup-code)
1443 (python-ffap-string-code, python-fill-comment-function)
1444 (python-fill-decorator-function, python-fill-paren-function)
1445 (python-fill-string-function, python-imenu-include-defun-type)
1446 (python-imenu-make-tree, python-imenu-subtree-root-label)
1447 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1448 (python-shell-compilation-regexp-alist)
1449 (python-shell-completion-module-string-code)
1450 (python-shell-completion-pdb-string-code)
1451 (python-shell-completion-setup-code)
1452 (python-shell-completion-string-code)
1453 (python-shell-enable-font-lock, python-shell-exec-path)
1454 (python-shell-extra-pythonpaths)
1455 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1456 (python-shell-process-environment)
1457 (python-shell-prompt-block-regexp)
1458 (python-shell-prompt-output-regexp)
1459 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1460 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1461 (python-shell-virtualenv-path): New defcustoms.
1462 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1463 (inferior-python-mode-syntax-table, python--prompt-regexp)
1464 (python-buffer, python-command python-python-command)
1465 (python-default-template, python-imports, python-indent-index)
1466 (python-indent-list, python-indent-list-length)
1467 (python-mode-running, python-pdbtrack-is-tracking-p)
1468 (python-preoutput-continuation, python-preoutput-leftover)
1469 (python-preoutput-result, python-preoutput-skip-next-prompt)
1470 (python-prev-dir/file, python-recursing)
1471 (python-saved-check-command, python-version-checked)
1472 (python-which-func-length-limit)
1473 (view-return-to-alist): Delete vars.
1474 (python-check-custom-command, python-dotty-syntax-table)
1475 (python-imenu-index-alist, python-indent-current-level)
1476 (python-indent-dedenters, python-indent-levels)
1477 (python-nav-beginning-of-defun-regexp)
1478 (python-nav-list-defun-positions-cache)
1479 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1480 (python-shell-internal-buffer)
1481 (python-skeleton-available): New vars.
1482 (def-python-skeleton): Delete macro.
1483 (python-skeleton-define): New macro.
1484 (python-define-auxiliary-skeleton, python-rx): New macros.
1485 (python-insert-class): Delete command.
1486 (python-skeleton-class): New command.
1487 (python-insert-def): Delete command.
1488 (python-skeleton-def): New command.
1489 (python-insert-for): Delete command.
1490 (python-skeleton-for): New command.
1491 (python-insert-if): Delete command.
1492 (python-skeleton-if): New command.
1493 (python-insert-try/except, python-insert-try/finally): Delete commands.
1494 (python-skeleton-try): New command.
1495 (python-insert-while): Delete command.
1496 (python-skeleton-while): New command.
1497 (python-backspace): Delete command.
1498 (python-indent-dedent-line-backspace): New command.
1499 (python-electric-colon): Delete command.
1500 (python-indent-electric-colon): New command.
1501 (python-guess-indent): Delete command.
1502 (python-indent-guess-indent-offset): New command.
1503 (python-shift-left): Delete command.
1504 (python-indent-shift-left): New command.
1505 (python-shift-right): Delete command.
1506 (python-indent-shift-right): New command.
1507 (python-find-function): Delete command.
1508 (python-nav-jump-to-defun): New command.
1509 (python-next-statement): Delete command.
1510 (python-nav-forward-sentence): New command.
1511 (python-previous-statement): Delete command.
1512 (python-nav-backward-sentence): New command.
1513 (python-fill-paragraph): Delete command.
1514 (python-fill-paragraph-function): New command.
1515 (python-send-buffer): Delete command.
1516 (python-shell-send-buffer): New command.
1517 (python-send-defun): Delete command.
1518 (python-shell-send-defun): New command.
1519 (python-send-region, python-send-region-and-go): Delete commands.
1520 (python-shell-send-region)
1521 (python-shell-switch-to-shell): New commands.
1522 (python-send-string): Delete command.
1523 (python-shell-send-string): New command.
1524 (python-switch-to-python): Delete command.
1525 (python-shell-switch-to-shell): New command.
1526 (python-describe-symbol): Delete command.
1527 (python-eldoc-at-point): New command.
1528 (python--set-prompt-regexp, python-args-to-list)
1529 (python-after-info-look, python-check-version)
1530 (python-check-comint-prompt, python-find-imports)
1531 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1532 (python-unload-function, python-expand-template)
1533 (python-maybe-jython, python-preoutput-filter)
1534 (python-pdbtrack-get-source-buffer)
1535 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1536 (python-pdbtrack-toggle-stack-tracking)
1537 (python-pdbtrack-track-stack-file, python-initial-text)
1538 (python-first-word, python-comment-line-p, python-send-command)
1539 (python-setup-brm, python-sentinel, python-set-proc)
1540 (python-skip-out, python-input-filter, python-outdent-p)
1541 (python-outline-level, python-backslash-continuation-line-p)
1542 (python-end-of-block, python-end-of-statement, python-mark-block)
1543 (python-beginning-of-block, python-beginning-of-statement)
1544 (python-blank-line-p, python-beginning-of-string)
1545 (python-open-block-statement-p): Delete functions.
1546 (python-indent-line, python-indent-line-1): Delete functions.
1547 (python-indent-line): New function.
1548 (python-indentation-levels): Delete function.
1549 (python-indent-calculate-levels): New function.
1550 (python-proc): Delete function.
1551 (python-shell-get-process): New function.
1552 (python-send-receive): Delete function.
1553 (python-shell-send-string-no-output): New function.
1554 (python-module-path): Delete function.
1555 (python-ffap-module-path): New function.
1556 (python-completion-at-point)
1557 (python-symbol-completions): Delete functions.
1558 (python-completion-complete-at-point): New function.
1559 (python-load-file): Delete function.
1560 (python-shell-send-file): New function.
1561 (python-calculate-indentation): Delete function.
1562 (python-indent-calculate-indentation): New function.
1563 (python-skip-comments/blanks): Delete function.
1564 (python-util-forward-comment): New function.
1565 (python-continuation-line-p): Delete function.
1566 (python-info-continuation-line-p): New function.
1567 (python-which-func, python-current-defun): Delete function.
1568 (python-info-current-defun): New function.
1569 (python-beginning-of-defun): Delete function.
1570 (python-nav-beginning-of-defun): New function.
1571 (python-close-block-statement-p)
1572 (python-block-end-p): Delete function.
1573 (python-info-closing-block): New function.
1574 (python-comint-output-filter-function)
1575 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1576 (python-fill-comment, python-fill-decorator, python-fill-paren)
1577 (python-fill-string, python-imenu-make-element-tree)
1578 (python-imenu-make-tree, python-imenu-tree-assoc)
1579 (python-indent-context, python-indent-dedent-line)
1580 (python-indent-line-function)
1581 (python-indent-post-self-insert-function)
1582 (python-indent-toggle-levels)
1583 (python-info-assignment-continuation-line-p)
1584 (python-info-beginning-of-backlash)
1585 (python-info-block-continuation-line-p)
1586 (python-info-closing-block-message)
1587 (python-info-line-ends-backslash-p)
1588 (python-info-looking-at-beginning-of-defun)
1589 (python-info-ppss-context, python-info-ppss-context-type)
1590 (python-nav-list-defun-positions, python-nav-read-defun)
1591 (python-nav-sentence-end, python-nav-sentence-start)
1592 (python-pdbtrack-comint-output-filter-function)
1593 (python-pdbtrack-set-tracked-buffer)
1594 (python-shell-calculate-exec-path)
1595 (python-shell-calculate-process-environment)
1596 (python-shell-completion--do-completion-at-point)
1597 (python-shell-completion--get-completions)
1598 (python-shell-completion-complete-at-point)
1599 (python-shell-completion-complete-or-indent)
1600 (python-shell-get-or-create-process)
1601 (python-shell-get-process-name)
1602 (python-shell-internal-get-or-create-process)
1603 (python-shell-internal-get-process-name)
1604 (python-shell-internal-send-string, python-shell-make-comint)
1605 (python-shell-parse-command, python-shell-send-setup-code)
1606 (python-skeleton-add-menu-items)
1607 (python-util-clone-local-variables, python-util-position)
1608 (run-python-internal, python-indentation-levels)
1609 (python-nav-beginning-of-defun)
1610 (python-completion-complete-at-point): New functions.
1611 (run-python): Change arguments. New API requirements.
1612
4302f5ba
SM
16132012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1614
f38ea36d
SM
1615 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1616 (bug#11649).
1617
1618 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1619 (macroexp--expand-all): Use it.
1620
4302f5ba
SM
1621 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1622 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1623 Use `cl-function' instead.
1624
33377562
JB
16252012-06-14 Juanma Barranquero <lekktu@gmail.com>
1626
1627 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1628 Suggested by Stefan Monnier while discussing bug#11657.
1629
54c5ba1a
SS
16302012-06-14 Sam Steingold <sds@gnu.org>
1631
1632 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1633
f9f1b1fe
AS
16342012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1635
1636 * play/doctor.el (doctor-doc): Remove parameter and use
1637 doctor-sent instead of sent.
1638 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1639
a81068ba
SM
16402012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1641
5a315f9c
SM
1642 * files.el: Require cl-lib.
1643 (file-name-non-special): Replace case -> cl-case.
1644
1645 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1646
a81068ba
SM
1647 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1648 mapping from #' to function*.
1649
8cca9703
CY
16502012-06-13 Chong Yidong <cyd@gnu.org>
1651
1652 * mouse.el (mouse-drag-track): Do not set the mark if the user
1653 releases the mouse without selecting anything (Bug#11588).
1654
a12ac9d7
SM
16552012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1656
ccf1dc18
SM
1657 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1658 as well (bug#11646).
1659
ef62b23d
SM
1660 * loadup.el: Count byte-code functions as well.
1661
c4c8444a
SM
1662 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1663 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1664
a12ac9d7
SM
1665 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1666 (bug#11649). Add cl-defun and cl-defmacro.
1667
87e6e64f
DA
16682012-06-13 Drew Adams <drew.adams@oracle.com>
1669
1670 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1671 Fix last change.
1672
682cefaf
MA
16732012-06-13 Michael Albinus <michael.albinus@gmx.de>
1674
1675 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1676 Otherwise, it blocks in batch mode.
1677
773e1f08
JB
16782012-06-13 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * help-mode.el (bookmark-make-record-default): Declare.
1681
60057926
CY
16822012-06-13 Chong Yidong <cyd@gnu.org>
1683
1684 * emacs-lisp/package.el (list-packages): Compute a list of
1685 packages that are newly-available since the last list-packages
1686 invocation.
1687 (package-menu--new-package-list): New var.
1688 (package-menu--generate, package-menu--print-info)
1689 (package-menu--status-predicate, package-menu-mark-install):
1690 Handle new status label "new".
1691
ad4d226c
SM
16922012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1695 conversion to backquotes.
1696
f1a4e679
CY
16972012-06-12 Chong Yidong <cyd@gnu.org>
1698
1699 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1700 Rename from gud-inhibit-global-bindings.
1701
1702 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1703
1704 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1705 hook from nxml-glyph-set-hook.
1706
1707 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1708 declaration.
1709
1710 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1711
1712 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1713 Convert to defcustom.
1714
0c9e42b5
DA
17152012-06-12 Drew Adams <drew.adams@oracle.com>
1716
1717 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1718 New functions.
1719 (help-mode): Use them.
1720
09e06855
GM
17212012-06-11 Glenn Morris <rgm@gnu.org>
1722
1723 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1724 Use preprocessor face for directives.
1725 (fortran-directive-re): Doc fix.
1726
71adb94b
SM
17272012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1728
2eb87922
SM
1729 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1730 conversion to backquotes (bug#11652).
1731
71adb94b
SM
1732 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1733 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1734 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1735 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1736 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1737 (cl-ninth, cl-tenth): Mark them as inlinable.
1738 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1739 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1740 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1741 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1742 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1743 (cl-list*, cl-adjoin): Don't put an autoload manually.
1744 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1745 (cl--compiler-macro-list*): Add autoload cookie.
1746 (cl--compiler-macro-cXXr): New function.
2eb87922 1747
71adb94b
SM
1748 * help-fns.el (help-fns--compiler-macro): New function extracted from
1749 describe-function-1; follow aliases and use `compiler-macro' property.
1750 (describe-function-1): Use it.
1751
a6674402
CY
17522012-06-11 Chong Yidong <cyd@gnu.org>
1753
1754 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1755 is uninstalled, if imagemagick is installed.
1756
bb3faf5b
SM
17572012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * emacs-lisp/cl-lib.el: Use lexical-binding.
1760 (cl-map-extents, cl-maclisp-member): Remove.
1761 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1762 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1763 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1764 * emacs-lisp/cl-extra.el: Use lexical-binding.
1765 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1766 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1767 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1768 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1769 * emacs-lisp/cl-seq.el: Use lexical-binding.
1770 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1771 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1772 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1773 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1774 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1775 CL's internals.
1776
2fe4b125
MA
17772012-06-11 Michael Albinus <michael.albinus@gmx.de>
1778
1779 Sync with Tramp 2.2.6-pre.
1780
1781 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1782 `print-length' and `print-level' to nil, in order to avoid
1783 truncation. Reported by Christopher Schmidt
1784 <christopher@ristopher.com>.
1785
1786 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1787
1788 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1789 New defmacro.
1790 (tramp-compat-copy-directory): Add optional argument
1791 COPY-CONTENTS. It is not handled yet.
1792
1793 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1794 (tramp-ftp-file-name-p): Simplify.
1795
1796 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1797 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1798 connection vector.
1799
1800 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1801 (tramp-methods): Do not use `tramp-password-end-of-line'.
1802 (tramp-completion-function-alist-putty): Handle UNIX case.
1803 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1804 (tramp-do-file-attributes-with-stat)
1805 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1806 gid as real numbers. They could run out of integer range on cygwin.
1807 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1808 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1809 (tramp-open-connection-setup-interactive-shell):
1810 Use `tramp-cleanup'. Move check for busyboxes ...
1811 (tramp-find-shell): ... here. Simplify implementation.
1812 Set "remote-shell" property also for alternative shells.
1813 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1814 If failing, a regular file would be written otherwise.
1815 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1816 (tramp-find-inline-encoding): Cache the coding commands in the
1817 process cache. Apply test command on the remote side, if defined.
1818 (tramp-find-inline-compress): Cache the compress commands in the
1819 process cache.
1820 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1821 when requested. Handle hops.
1822 (tramp-current-connection): New defvar.
87e6e64f
DA
1823 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1824 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1825 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1826 (tramp-get-inline-compress, tramp-get-inline-coding):
1827 Read connection properties from the process cache.
2fe4b125
MA
1828
1829 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1830 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1831 New defconsts.
2fe4b125
MA
1832 (tramp-smb-prompt): Extend for powershell prompt.
1833 (tramp-smb-file-name-handler-alist): Add handlers for
1834 `process-file', `shell-command' and `start-file-process'.
1835 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1836 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1837 (tramp-smb-file-name-p): Simplify.
1838 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1839 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1840 (tramp-smb-shell-quote-argument): New defuns.
1841 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1842 Implement using "tar". By this, time-stamps are preserved.
1843 (tramp-smb-handle-copy-file): Handle also the case of directories.
1844 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1845 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1846 Use `tramp-get-connection-buffer').
2fe4b125
MA
1847 (tramp-smb-handle-rename-file): Use "rename", when source and
1848 target are on the same share.
87e6e64f
DA
1849 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1850 Use `tramp-smb-server-version'.
2fe4b125
MA
1851 (tramp-smb-wait-for-output): Remove prompt.
1852
1853 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1854 (tramp-methods, tramp-rsh-end-of-line):
1855 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1856 (tramp-save-ad-hoc-proxies): New defcustom.
1857 (tramp-completion-function-alist): Adapt docstring.
1858 (tramp-default-password-end-of-line): Remove defcustom.
1859 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1860 (tramp-user-regexp, tramp-file-name-regexp-unified)
1861 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1862 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1863 (tramp-remote-file-name-spec-regexp): New defconst.
1864 (tramp-file-name-structure): Extend structure for hops.
1865 (tramp-get-method-parameter): Move up.
1866 (tramp-file-name-p, tramp-dissect-file-name)
1867 (with-parsed-tramp-file-name): Handle hops.
1868 (tramp-file-name-hop): New defun.
1869 (tramp-make-tramp-file-name): New optional arg HOP.
1870 (tramp-message-show-progress-reporter-message): New defvar.
1871 (tramp-with-progress-reporter): Use it. We cannot use
1872 `tramp-message-show-message' here, because this suppresses also
1873 error buffers.
1874 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1875 `tramp-message-show-message' is nil.
1876 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1877 (tramp-cleanup): New defun.
1878 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1879 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1880 an error unchanged.
1881 (tramp-completion-handle-file-name-all-completions): Handle hops.
1882 Fix an error when called from ido.
1883 (tramp-completion-dissect-file-name): Use better local variable
1884 name. Add hop to the vector.
1885 (tramp-handle-insert-file-contents): Use progress-reporter for the
1886 whole scenario.
1887 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1888 to `t'.
1889 (tramp-check-for-regexp): Simplify search.
1890 (tramp-enter-password): Remove it. Move implementation ...
1891 (tramp-action-password): ... here.
1892 (tramp-mode-string-to-int, tramp-local-host-p)
1893 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1894 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1895 Set tramp-autoload cookie.
2fe4b125
MA
1896
1897 * net/trampver.el: Update release number.
1898
18992012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1900 Michael Albinus <michael.albinus@gmx.de>
1901
1902 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1903 (tramp-parse-group, tramp-parse-file)
1904 (tramp-parse-shostkeys-sknownhosts): New defuns.
1905 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1906 (tramp-parse-shosts-group, tramp-parse-sconfig)
1907 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1908 (tramp-parse-sknownhosts, tramp-parse-hosts)
1909 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1910 Use them.
1911 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1912 (tramp-parse-putty-group): Don't narrow.
1913 (tramp-parse-putty): Make a loop.
1914 (tramp-file-name-handler): Catch the `suppress' signal.
1915
72834e10
CY
19162012-06-11 Chong Yidong <cyd@gnu.org>
1917
1918 * image.el (imagemagick-register-types): Put the ImageMagick entry
1919 at the end of image-type-file-name-regexps.
1920
a4712e11
JB
19212012-06-11 Johan Bockgård <bojohan@gnu.org>
1922
1923 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1924 (pcase, pcase-let*, pcase-dolist): Use them.
1925
82ad98e3
SM
19262012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * emacs-lisp/pcase.el (pcase--let*): New function.
1929 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1930 (pcase--expand): Use macroexp-let².
1931
f80efb86
SM
19322012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1935 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1936 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1937 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1938 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1939 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1940
31ca4639 19412012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1942
31ca4639
CY
1943 * mail/rmail.el (rmail-yank-current-message): Leave point at
1944 correct position. (Bug#11660)
94f0aa34 1945
31ca4639 19462012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1947
31ca4639 1948 * allout-widgets.el: Fix code header.
9e1b8ec4 1949
31ca4639 19502012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1951
f80efb86
SM
1952 * cus-edit.el (customize-changed-options-previous-release):
1953 Bump to 24.1.
31ca4639 1954
642b6d30
AS
19552012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1956
1957 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1958
4f5d2ba1
CY
19592012-06-09 Chong Yidong <cyd@gnu.org>
1960
1961 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1962
e75852fd
MR
19632012-06-09 Martin Rudalics <rudalics@gmx.at>
1964
1965 * window.el (special-display-popup-frame): Don't use
1966 window--display-buffer (Bug#11651).
1967
1e48e282
EZ
19682012-06-09 Eli Zaretskii <eliz@gnu.org>
1969
8a26b487
EZ
1970 Fix parallel builds: make sure loaddefs.el is not being written
1971 while Lisp files are compiled.
1972 (compile): Don't depend on 'mh-autoloads'.
1973 (compile-CMD, compile-SH): Depend on 'autoloads'.
1974 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1975
1e48e282
EZ
1976 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1977
6175e34b
CY
19782012-06-09 Chong Yidong <cyd@gnu.org>
1979
1980 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1981 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1982 Doc fixes (Bug#11225).
1983
d9857e53
SM
19842012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1987 a function if there's a clear indication that it has a compiler-macro.
1988 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1989 (macro-declarations-alist): Add arglist to declaration functions.
1990 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1991 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1992 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1993 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1994 Also add autoload to find the compiler macro.
1995 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1996 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1997 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1998 (cl--compiler-macro-get): New functions, replacing calls to
1999 cl-define-compiler-macro.
2000 (cl-typep) [compiler-macro]: Use macroexp-let².
2001
f81298f8 20022012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2003
2004 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2005 string properly, fixes Bug#11473.
2006
4b56d0fe
CY
20072012-06-08 Chong Yidong <cyd@gnu.org>
2008
2009 * faces.el (set-face-attribute): Doc fix.
2010 (modify-face): Don't use :bold and :italic.
2011 (error, warning, success): Tweak definitions.
2012
2013 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2014 (custom-modified, custom-set, custom-changed, custom-themed)
2015 (custom-saved, custom-button, custom-button-mouse)
2016 (custom-button-pressed, custom-state, custom-comment-tag)
2017 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2018 (custom-group-subtitle): Use new-style face specs.
2019 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2020 (custom-set-face, custom-changed-face, custom-saved-face)
2021 (custom-button-face, custom-button-pressed-face)
2022 (custom-documentation-face, custom-state-face)
2023 (custom-comment-face, custom-comment-tag-face)
2024 (custom-variable-tag-face, custom-variable-button-face)
2025 (custom-face-tag-face, custom-group-tag-face-1)
2026 (custom-group-tag-face): Remove obsolete face alias.
2027
2028 * epa.el (epa-validity-high, epa-validity-medium)
2029 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2030 (epa-field-name, epa-field-body):
2031 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2032 (font-lock-keyword-face, font-lock-builtin-face)
2033 (font-lock-function-name-face, font-lock-variable-name-face)
2034 (font-lock-type-face, font-lock-constant-face):
2035 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2036 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2037 * speedbar.el (speedbar-button-face, speedbar-file-face)
2038 (speedbar-directory-face, speedbar-tag-face)
2039 (speedbar-selected-face, speedbar-highlight-face)
2040 (speedbar-separator-face):
2041 * whitespace.el (whitespace-newline, whitespace-space)
2042 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2043 (whitespace-line, whitespace-space-before-tab)
2044 (whitespace-space-after-tab, whitespace-indentation)
2045 (whitespace-empty):
2046 * emulation/cua-base.el (cua-global-mark):
2047 * eshell/em-prompt.el (eshell-prompt):
2048 * net/newst-plainview.el (newsticker-new-item-face)
2049 (newsticker-old-item-face, newsticker-immortal-item-face)
2050 (newsticker-obsolete-item-face, newsticker-date-face)
2051 (newsticker-statistics-face, newsticker-default-face):
2052 * net/newst-reader.el (newsticker-feed-face)
2053 (newsticker-extra-face, newsticker-enclosure-face):
2054 * net/newst-treeview.el (newsticker-treeview-face)
2055 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2056 (newsticker-treeview-immortal-face)
2057 (newsticker-treeview-obsolete-face)
2058 (newsticker-treeview-selection-face):
2059 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2060 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2061 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2062 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2063 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2064 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2065 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2066 (mpuz-text):
2067 * progmodes/vera-mode.el (vera-font-lock-number)
2068 (vera-font-lock-function, vera-font-lock-interface):
2069 * textmodes/table.el (table-cell): Use new-style face specs, and
2070 don't use the old :bold and :italic attributes.
2071
2072 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2073 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2074 (ebrowse-member-class, ebrowse-progress): Likewise.
2075 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2076 (ebrowse-file-name-face, ebrowse-default-face)
2077 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2078 (ebrowse-progress-face): Remove obsolete faces.
2079
2080 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2081 Inherit from error and warning faces respectively.
2082
2083 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2084 Likewise.
f80efb86
SM
2085 (flyspell-incorrect-face, flyspell-duplicate-face):
2086 Remove obsolete aliases.
4b56d0fe 2087
03310646
MA
20882012-06-08 Michael Albinus <michael.albinus@gmx.de>
2089
2090 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2091 Avoid infloop.
2092
513749ee
SM
20932012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * startup.el (argv, argi): Make lexically scoped.
2096 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2097 * emacs-lisp/cl-macs.el: Use lexical-binding.
2098 Rename cl-bind-* to cl--bind-*.
2099 * files.el: Don't require `cl' since it doesn't use it.
2100 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2101
595ef4ad
JB
21022012-06-08 Juanma Barranquero <lekktu@gmail.com>
2103
2104 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2105 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2106 instead of calling external sort utility.
2107 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2108
e9f66fcb
EZ
21092012-06-08 Eli Zaretskii <eliz@gnu.org>
2110
2111 * descr-text.el (describe-char): Mention how to insert the
2112 character, if the current input method doesn't support it.
2113 See the discussion in this thread for the details:
2114 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2115
3d10db47
SS
21162012-06-08 Sam Steingold <sds@gnu.org>
2117
2118 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2119 XF86Back to previous-buffer.
2120 (minibuffer-local-map): Bind them to next-history-element and
2121 previous-history-element respectively.
2122 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2123 help-go-back respectively.
2124 * info.el (Info-mode-map): Bind them to Info-history-forward and
2125 Info-history-back respectively.
2126 These are the keys next to Up on the ThinkPad keyboard.
2127
de7e2b36
SM
21282012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2131 * emacs-lisp/cl-macs.el: Provide itself.
2132 (cl--labels-convert-cache): New var.
2133 (cl--labels-convert): New function.
2134 (cl-flet, cl-labels): New implementation with new semantics, relying on
2135 lexical-binding.
2136 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2137 (cl-closure-vars, cl--function-convert-cache)
2138 (cl--function-convert): Move from cl-macs.el.
2139 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2140 rename by removing the "cl-" prefix.
2141 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2142
6fa6c4ae
SM
21432012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2146 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2147 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2148 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2149 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2150 (cl-hash-table-count): Add old compatibility aliases.
2151
2152 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2153 Use macroexpand-all-environment instead.
2154 (cl--old-macroexpand): New var.
2155 (cl--sm-macroexpand): New function.
2156 (cl-symbol-macrolet): Use it during macro expansion.
2157 (cl--function-convert-cache): New var.
2158 (cl--function-convert): New function, extracted from
2159 cl-macroexpand-all.
2160 (cl-lexical-let): Use it.
2161
2162 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2163 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2164 (cl-member): Remove old alias.
2165
2166 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2167 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2168 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2169 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2170 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2171 (cl-macroexpand-cmacs): Remove var.
2172 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2173 Use macroexpand-all instead.
2174
4dd1c416
SM
21752012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2178 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2179 (macroexp-copyable-p): New functions and macros.
2180 * emacs-lisp/edebug.el (edebug-unwrap):
2181 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2182 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2183 (pcase--let*): Remove.
2184 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2185 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2186 macroexp-const-p instead.
2187 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2188
2189 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2190 instead of "cl-" for internal definitions. Use macroexp-const-p.
2191 (cl-old-bc-file-form): Remove var.
2192 (cl-const-exprs-p): Remove fun.
2193 (cl-labels, cl-macrolet): Use backquote.
2194 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2195 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2196 (cl-define-setf-expander): Rename from cl-define-setf-method.
2197 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2198
2199 * international/mule-cmds.el: Don't require CL.
2200 (view-hello-file): Don't use `letf'.
2201
ed8bd4d7
SM
22022012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2203
7287f2f3
SM
2204 * tmm.el (tmm-prompt): Use string-prefix-p.
2205 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2206 (tmm-add-prompt): Use minibuffer-completion-help.
2207 (tmm-delete-map): Remove.
2208
ed8bd4d7
SM
2209 * subr.el (kbd): Make it its own function.
2210
7b4cdbf4
SM
22112012-06-07 Stefan Merten <smerten@oekonux.de>
2212
2213 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2214 Silence compiler warnings. Fix versions.
ed8bd4d7 2215 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2216 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2217 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2218 (rst-package-emacs-version-alist): Correct Emacs version to
2219 represent major merge with upstream.
ed8bd4d7 2220 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2221
2b48d721
GM
22222012-06-06 Glenn Morris <rgm@gnu.org>
2223
2224 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2225 Only print environment variables if set.
2226
fa779ab0
SM
22272012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2230 (macroexp--cons): Rename from maybe-cons.
2231 (macroexp--accumulate): Rename from macroexp-accumulate.
2232 (macroexp--all-forms): Rename from macroexpand-all-forms.
2233 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2234 (macroexp--expand-all): Rename from macroexpand-all-1.
2235
628299e0
SS
22362012-06-06 Sam Steingold <sds@gnu.org>
2237
2238 * calendar/calendar.el (calendar-in-read-only-buffer):
2239 Call `special-mode' to enable the standard read-only keybindings.
2240
b7bb5838
SM
22412012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2244 with "loading" messages (bug#11635).
2245
dfb308ba
MA
22462012-06-06 Michael Albinus <michael.albinus@gmx.de>
2247
2248 * files.el (enable-remote-dir-locals): New option.
2249 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2250
0372ee92
MA
2251 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2252 Ensure, that the temp directory is local.
2253
2254 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2255 `temporary-file-directory'.
2256
eed0bb91
MA
2257 * progmodes/python.el (python-send-region): Ensure, that the
2258 temporary file is created also in the remote case.
2259
7a58f64d
GM
22602012-06-06 Glenn Morris <rgm@gnu.org>
2261
f7dd4e98
GM
2262 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2263 (vc-rcs-update-changelog): Use it.
2264
090bd7cb 2265 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2266
7a58f64d
GM
2267 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2268 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2269 (vc-sccs-diff): Replace use of the external vcdiff script.
2270
daed4003
GM
22712012-06-05 Glenn Morris <rgm@gnu.org>
2272
2273 * ledit.el: Move to obsolete/.
2274
48c455c7
SS
22752012-06-05 Sam Steingold <sds@gnu.org>
2276
ed9265fc 2277 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2278 patch (Bug#11140).
2279
57a7d507
SM
22802012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2281
090bd7cb 2282 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2283
53aacf21
SM
2284 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2285 compiler-macro expansion.
2286
57a7d507
SM
2287 Add native compiler-macro support.
2288 * emacs-lisp/macroexp.el (macroexpand-all-1):
2289 Support compiler-macros directly. Properly follow aliases and apply
2290 the compiler macros more thoroughly.
2291 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2292 macroexpand now properly follows aliases.
2293 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2294 (cl-compiler-macroexpand): Use new prop.
2295 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2296
2297 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2298
51a5f9d8
MR
22992012-06-05 Martin Rudalics <rudalics@gmx.at>
2300
2301 * window.el (get-lru-window, get-mru-window, get-largest-window):
2302 New argument NOT-SELECTED to avoid picking the selected window.
2303 (window--display-buffer-1, window--display-buffer-2): Replace by
2304 new function window--display-buffer
2305 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2306 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2307 Use window--display-buffer.
51a5f9d8
MR
2308 (display-buffer-use-some-window): Remove temporary dedication
2309 hack by calling get-lru-window and get-largest-window with
2310 NOT-SELECTED argument non-nil. Call window--display-buffer.
2311
08f9f738
GM
23122012-06-05 Glenn Morris <rgm@gnu.org>
2313
2314 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2315 Replace external vcdiff script.
2316
e364a2b7
SM
23172012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2320
041df390
CY
23212012-06-04 Chong Yidong <cyd@gnu.org>
2322
e364a2b7
SM
2323 * image.el (imagemagick-types-inhibit): Revert last change.
2324 Add INFO and M.
47b36b94 2325 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2326
7c1898a7
SM
23272012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * emacs-lisp/cl-lib.el: Rename from cl.el.
2330 * emacs-lisp/cl.el: New compatibility file.
2331 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2332 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2333 to obey the "cl-" prefix.
2334 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2335
0c3461de
GM
23362012-06-03 Glenn Morris <rgm@gnu.org>
2337
1e266c88
GM
2338 * emacs-lisp/authors.el (authors-aliases): Addition.
2339
0c3461de
GM
2340 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2341 Fix :version.
2342
d8a52e15
SM
23432012-06-03 Stefan Merten <smerten@oekonux.de>
2344
2345 * textmodes/rst.el: Add comments.
2346 (rst-transition, rst-adornment): New faces.
2347 (rst-adornment-faces-alist): Make default safe to reevaluate.
2348 Fixes
2349 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2350 Improve customization tags.
2351 (rst-define-level-faces): Clarify meaning.
2352
5205d6f6
CY
23532012-06-03 Chong Yidong <cyd@gnu.org>
2354
2355 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2356 (compilation-mode-line-run, compilation-mode-line-exit):
2357 New faces.
5205d6f6
CY
2358 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2359
757ee657
JD
23602012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2361
7c1898a7
SM
2362 * progmodes/which-func.el (which-func-update-ediff-windows):
2363 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2364
5f2c76c6
CY
23652012-06-03 Chong Yidong <cyd@gnu.org>
2366
2367 * bindings.el: Remove explicit help text from format-mode-line.
2368 It is now supplied by mode-line-default-help-echo.
2369 (mode-line-front-space, mode-line-end-spaces)
2370 (mode-line-misc-info): New variables.
2371 (mode-line-modes, mode-line-position): Move the default value to
2372 the variable definition.
2373 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2374 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2375 (mode-line-modified-help-echo): New functions.
2376 (mode-line-mule-info, mode-line-modified): Use them.
2377 (mode-line-eol-desc, propertized-buffer-identification):
2378 Consistency fixes for help text.
cbe46e5f
CY
2379 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2380 set-buffer-file-coding-system (Bug#289).
2381 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2382
f2d6a3df
SM
23832012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2384
2385 * simple.el (execute-extended-command): Set real-this-command
2386 (bug#11506).
2387
37269466
CY
23882012-06-02 Chong Yidong <cyd@gnu.org>
2389
2390 Remove incorrect uses of "modeline" in comments, docstrings, and
2391 function/variable names (Bug#10329).
2392
2393 * cus-edit.el (mode-line):
2394 * dframe.el (dframe-mouse-hscroll):
2395 * emacs-lisp/re-builder.el:
2396 * emacs-lisp/easy-mmode.el (define-minor-mode):
2397 * frame.el (set-frame-name):
2398 * help.el (lookup-minor-mode-from-indicator):
2399 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2400 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2401 (c-toggle-hungry-state):
2402 * progmodes/antlr-mode.el (antlr-language-alist):
2403 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2404 * progmodes/vhdl-mode.el (vhdl-mode):
2405 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2406 * term/ns-win.el (ns-face-at-pos):
2407 * term/sup-mouse.el (sup-mouse-report):
2408 * textmodes/flyspell.el (flyspell-mode-line-string):
2409 * textmodes/ispell.el (ispell-highlight-face):
2410 * textmodes/reftex-global.el:
2411 * vc/vc-arch.el (vc-arch-mode-line-string):
2412 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2413 * vc/vc-git.el (vc-git-mode-line-string):
2414 * vc/vc-hooks.el (vc-display-status)
2415 (vc-default-mode-line-string):
2416 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2417
2418 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2419
2420 * dired.el (dired-sort-set-mode-line): Rename from
2421 dired-sort-set-modeline. All callers changed.
2422
2423 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2424 eshell-status-in-modeline.
2425
2426 * foldout.el (foldout-mode-line-string): Rename from
2427 foldout-modeline-string. All callers changed.
2428 (foldout-update-mode-line): Rename from foldout-update-modeline.
2429
2430 * subr.el (redraw-modeline): Make into obsolete alias.
2431
2432 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2433 timeclock-modeline-display. Make old name an alias.
2434 (timeclock-update-mode-line): Likewise. All callers changed.
2435 (timeclock-mode-line-display): No need to check before using
2436 add-hook.
2437 (timeclock-relative, timeclock-day-over-hook)
2438 (timeclock-use-elapsed, timeclock-mode-string)
2439 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2440
2441 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2442 crisp-mode-modeline-string.
2443
2444 * play/solitaire.el (solitaire-build-mode-line): Rename from
2445 solitaire-build-modeline. All callers changed.
2446
2447 * play/zone.el (zone-hiding-mode-line): Rename from
2448 zone-hiding-modeline. All callers changed.
2449 (zone): Remove unusued `modeline-hidden-level' property.
2450
2451 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2452 xscheme-modeline-initialize. All callers changed.
2453
2454 * strokes.el (strokes-lighter): Rename from
2455 strokes-modeline-string.
2456
2457 * textmodes/sgml-mode.el (html-face-tag-alist)
2458 (html-tag-face-alist): Use mode-line face instead of obsolete
2459 alias modeline.
2460
42152ee4
SM
24612012-06-02 Stefan Merten <smerten@oekonux.de>
2462
2463 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2464 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2465
95f520b5
CY
24662012-06-02 Chong Yidong <cyd@gnu.org>
2467
2468 * image.el (imagemagick-enabled-types): Rename from
2469 imagemagick-types-enable. Add many more types.
2470 (imagemagick-types-inhibit): Change default to nil.
2471 (imagemagick-filter-types): Caller changed.
2472
4a5f187a
SM
24732012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2474
03fef3e6
SM
2475 * emacs-lisp/cl-macs.el: Use backquotes.
2476 (cl-transform-function-property): Use eval-and-compile rather than
2477 abusing `require'.
2478 (defstruct): Use declare-function instead of with-no-warnings.
2479
4a5f187a
SM
2480 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2481 (byte-compile-output-docform): Re-add the print-circle bindings.
2482 (byte-compile-fix-header): Use #$ just because it's shorter.
2483 (byte-compile-output-file-form): Remove defun/defmacro.
2484
bd56924f
MR
24852012-06-01 Martin Rudalics <rudalics@gmx.at>
2486
2487 * simple.el (choose-completion): Remove now obsolete binding for
2488 owindow.
2489
046e38ce
MA
24902012-06-01 Michael Albinus <michael.albinus@gmx.de>
2491
2492 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2493 in order to avoid "Stack overflow in regexp matcher".
2494
32d72c2f
GM
24952012-05-31 Glenn Morris <rgm@gnu.org>
2496
2497 * image.el: For clarity, call imagemagick-register-types at
2498 top-level, rather than relying on a custom :initialize.
2499 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2500 (imagemagick-filter-types): New function. (Bug#7406)
2501 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2502 If disabling support, remove elements altogether rather
2503 than using an impossible regexp.
2504 (imagemagick-types-inhibit): Give it the default init function.
2505
dd41169b
SM
25062012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2507
4a5f187a
SM
2508 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2509 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2510
efc00ab1 25112012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2512
2513 * desktop.el (desktop-read): Clear previous and next buffers for
2514 all windows and bury *Messages* buffer (bug#11556).
2515
500fcedc
SM
25162012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 Add `declare' for `defun'. Align `defmacro's with it.
2519 * emacs-lisp/easy-mmode.el (define-minor-mode)
2520 (define-globalized-minor-mode): Don't autoload the var definitions.
2521 * emacs-lisp/byte-run.el: Use lexical-binding.
2522 (defun-declarations-alist, macro-declarations-alist): New vars.
2523 (defmacro, defun): Use them.
2524 (make-obsolete, define-obsolete-function-alias)
2525 (make-obsolete-variable, define-obsolete-variable-alias):
2526 Use `declare'.
2527 (macro-declaration-function): Mark obsolete.
2528 * emacs-lisp/autoload.el: Use lexical-binding.
2529 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2530
6e8a1786
AM
25312012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2532
2533 * textmodes/ispell.el (ispell-with-no-warnings):
2534 Define as a macro.
500fcedc
SM
2535 (ispell-kill-ispell, ispell-change-dictionary):
2536 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2537 `interactive-p'.
2538
61b108cc
SM
25392012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2542 (macro-declaration-function): Move var from C code.
2543 (macro-declaration-function): Define function with defalias.
2544 * emacs-lisp/macroexp.el (macroexpand-all-1):
2545 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2546 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2547 defun/defmacro any more.
2548 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2549 Provide fallback for unknown arglist.
2550 (byte-compile-arglist-warn): Change calling convention.
2551 (byte-compile-output-file-form): Move print-vars binding.
2552 (byte-compile-output-docform): Simplify accordingly.
2553 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2554 (byte-compile-defmacro-declaration): Remove.
2555 (byte-compile-file-form-defmumble): Generalize to defalias.
2556 (byte-compile-output-as-comment): Return byte-positions.
2557 Simplify callers accordingly.
2558 (byte-compile-lambda): Use `assert'.
2559 (byte-compile-defun, byte-compile-defmacro): Remove.
2560 (byte-compile-file-form-defalias):
2561 Use byte-compile-file-form-defmumble.
2562 (byte-compile-defalias-warn): Remove.
2563
6d3f7c2f
SM
25642012-05-29 Stefan Merten <smerten@oekonux.de>
2565
2566 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2567 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2568
2569 (rst-mode-abbrev-table): Merge definition.
2570 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2571 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2572
6dbaa1c7
UJ
25732012-05-29 Ulf Jasper <ulf.jasper@web.de>
2574
2575 * calendar/icalendar.el
2576 (icalendar-export-region): Export UID properly.
2577
d209e2fb 25782012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2579 * calendar/icalendar.el (icalendar-import-format):
2580 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2581 (icalendar-import-format-uid): New.
2582 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2583 Export UID.
2584
6876a58d
SM
25852012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2588 different alternative patterns.
2589 (pcase-codegen): Be more careful to preserve identity.
2590 (pcase--u1): Don't forget to mark vars as used.
2591
2592 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2593 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2594 (byte-compile-from-buffer): ...rather than here.
2595
2596 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2597 functions from byte-compile-function-environment.
2598
46b7967e
TN
25992012-05-29 Troels Nielsen <bn.troels@gmail.com>
2600
2601 * window.el (window-deletable-p): Avoid deleting the root window
2602 of a frame with an active minibuffer.
2603
69d565e2
MR
26042012-05-29 Martin Rudalics <rudalics@gmx.at>
2605
2606 * simple.el (choose-completion): Use quit-window (Bug#11567).
2607
a149fa51
CY
26082012-05-29 Chong Yidong <cyd@gnu.org>
2609
2610 * whitespace.el (whitespace-cleanup): Fix usage of
2611 whitespace-empty-at-bob-regexp (Bug#11492).
2612
2b311310
AH
26132012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2614
2615 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2616 revert (Bug#11488).
2617
b9cb2387
JL
26182012-05-29 Juri Linkov <juri@jurta.org>
2619
2620 * isearch.el (isearch-mode-map): Bind `M-s _' to
2621 `isearch-toggle-symbol'. Bind `M-s c' to
2622 `isearch-toggle-case-fold'.
2623 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2624 (isearch-forward): Add `M-s _' to the docstring.
2625 (isearch-forward-symbol, isearch-toggle-case-fold)
2626 (isearch-symbol-regexp): New functions. (Bug#11381)
2627
d5e61c1c
JL
26282012-05-29 Juri Linkov <juri@jurta.org>
2629
2630 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2631 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2632 a function, call it to get the regexp.
2633 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2634 property `isearch-message-prefix' instead of the string "word ".
2635 (isearch-search-fun-default): For the case of `isearch-word',
2636 return a lambda that calls re-search-forward/re-search-backward
2637 with a regexp returned by `word-search-regexp' or by the function
2638 in `isearch-word'.
2639
8cbd80f7
JL
26402012-05-29 Juri Linkov <juri@jurta.org>
2641
2642 * isearch.el (isearch-search-fun-default): New function.
2643 (isearch-search-fun): Move default part to the new function
2644 `isearch-search-fun-default'.
2645 (isearch-search-fun-function): Set the default value to
2646 `isearch-search-fun-default'. (Bug#11381)
2647
2648 * comint.el (comint-history-isearch-end):
2649 Use `isearch-search-fun-default'.
2650 (comint-history-isearch-search): Use `isearch-search-fun-default'
2651 and remove spacial case for `isearch-word'.
2652 (comint-history-isearch-wrap): Remove spacial case for
2653 `isearch-word'.
2654
2655 * hexl.el (hexl-isearch-search-function):
2656 Use `isearch-search-fun-default'.
2657
2658 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2659 Use `word-search-regexp' for `isearch-word'.
2660
2661 * misearch.el (multi-isearch-search-fun):
2662 Use `isearch-search-fun-default'.
2663
2664 * simple.el (minibuffer-history-isearch-search):
2665 Use `isearch-search-fun-default' and remove spacial case for
2666 `isearch-word'.
2667 (minibuffer-history-isearch-wrap): Remove spacial case for
2668 `isearch-word'.
2669
2670 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2671 Remove spacial case for `isearch-word'.
2672 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2673
85c8c5b6
AM
26742012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2675
2676 Decrease XEmacs incompatibilities.
2677 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2678 Use `string-match'.
2679 (flyspell-delete-region-overlays): Use alternative definition for
2680 XEmacs.
2681 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2682 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2683 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2684 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2685 `define-obsolete-face-alias' under XEmacs, but old method.
2686
2687 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2688 `with-no-warnings' definition or Emacs alias.
2689 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2690 (ispell-word): Do not use `region-p' if XEmacs.
2691
8cab9efc
AM
26922012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2693
2694 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2695 Check for `ispell-dictionary-base-alist' instead of full
2696 `ispell-dictionary-alist'.
2697 (ispell-init-process): Show spellchecker when starting new Ispell
2698 process.
2699
fda91268
RZ
27002012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2703 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2704
694ea8e3
JB
27052012-05-27 Juanma Barranquero <lekktu@gmail.com>
2706
2707 * version.el (motif-version-string, gtk-version-string)
2708 (ns-version-string): Declare.
2709
e4d4f539
JL
27102012-05-27 Juri Linkov <juri@jurta.org>
2711
2712 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2713 after the `eval-defun-1' specialcaseing
2714 like in `edebug-eval-defun' (bug#10181).
2715
2716 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2717 like in `eval-defun-1'.
2718
33017faf 27192012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2720
fda91268
RZ
2721 * mail/sendmail.el (mail-yank-region):
2722 Recognize rmail-yank-current-message in addition to insert-buffer.
2723 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2724 a *mail* buffer created through rmail-start-mail with sendmail as
2725 mail-user-agent.
2726
33017faf
GM
27272012-05-27 Chong Yidong <cyd@gnu.org>
2728
2729 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2730 Default to 256 (Bug#11267).
2731
2732 * help.el (describe-mode): Doc fix.
2733
04188bb9
GM
27342012-05-26 Glenn Morris <rgm@gnu.org>
2735
38264cc9
GM
2736 * w32-fns.el (w32-init-info): Remove.
2737 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2738
eb7afdad
GM
2739 * info.el (info-initialize): For self-contained NS builds, put the
2740 included info/ directory at the front. (Bug#2791)
2741
04188bb9
GM
2742 * paths.el (Info-default-directory-list): Make it a defcustom,
2743 mainly so that we can use custom-initialize-delay.
2744
a179e3f7
SM
27452012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2746
43416392
SM
2747 * subr.el (buffer-has-markers-at): Mark obsolete.
2748
a179e3f7 2749 * subr.el (lambda): Use declare.
43416392 2750
a179e3f7
SM
2751 * emacs-lisp/lisp-mode.el (lambda):
2752 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2753
34a008d9
AH
27542012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2755
2756 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2757
0a3b289f
GM
27582012-05-26 Glenn Morris <rgm@gnu.org>
2759
2760 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2761
758c81e8
GM
27622012-05-25 Glenn Morris <rgm@gnu.org>
2763
f9f334f0
GM
2764 * paths.el: Remove no-byte-compile.
2765 * loadup.el: No need to load paths.el uncompiled.
2766
87eb79c2
GM
2767 * image.el (imagemagick-types-inhibit): Doc fix.
2768
758c81e8
GM
2769 * version.el: Remove no-byte-compile and associated formatting.
2770 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2771 is ancient code from when there was an "inc-vers.el".
2772
e7e85dc0
SM
27732012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * progmodes/gdb-mi.el: Minor style changes.
2776 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2777 Turn into minor modes.
2778 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2779 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2780 (gdb-shell): Remove unneeded let-binding.
2781 (gdb-get-many-fields): Eliminate O(n²) behavior.
2782
f31237a4
EZ
27832012-05-25 Eli Zaretskii <eliz@gnu.org>
2784
2785 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2786 platforms that don't link in fontset.c.
2787
bc1b21bb
JL
27882012-05-25 Juri Linkov <juri@jurta.org>
2789
2790 Use the same diff color scheme as in modern VCSes (bug#10181).
2791
2792 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2793 to avoid confusion with `diff-added' that now uses green colors.
2794 (diff-removed): Use shades of red.
2795 (diff-added): Use shades of green.
2796 (diff-changed): Leave just the yellow color.
2797 (diff-use-changed-face): New variable.
2798 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2799 how to highlight context diff changes.
2800 (diff-refine-change): Use shades of yellow.
2801 (diff-refine-removed): New face that uses shades of red.
2802 (diff-refine-added): New face that uses shades of green.
2803 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2804 `diff-refine-removed' in the call to `smerge-refine-subst'
2805 depending on the value of `diff-use-changed-face'.
2806
2807 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2808 (smerge-other): Use shades of green.
2809 (smerge-base): Use shades of yellow.
2810 (smerge-refined-change): Empty face.
2811 (smerge-refined-removed): New face that uses shades of red.
2812 (smerge-refined-added): New face that uses shades of green.
2813 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2814 args `props-r' and `props-a', and use them. Doc fix.
2815 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2816 on its value use different faces `smerge-refined-change',
2817 `smerge-refined-removed', `smerge-refined-added' in the call to
2818 `smerge-refine-subst'.
2819
2820 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2821 Add face condition `min-colors 88' with shades of red.
2822 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2823 `min-colors 88' with shades of green.
2824 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2825 `min-colors 88' with shades of yellow.
2826
6df9112c
GM
28272012-05-24 Glenn Morris <rgm@gnu.org>
2828
ead5edc0
GM
2829 * paths.el (prune-directory-list, remote-shell-program): Move to...
2830 * files.el (prune-directory-list, remote-shell-program): ...here.
2831 For the latter, delay initialization, prefer ssh, just search PATH.
2832
f18b81e6
GM
2833 * paths.el (term-file-prefix): Move to faces.el (the only user).
2834 * faces.el (term-file-prefix): Move here, make it a defcustom.
2835
ee2f89a6
GM
2836 * paths.el (news-directory, news-path, news-inews-program):
2837 Move to gnus/nnspool.el.
61a583ca 2838
f8815e4c
GM
2839 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2840
c8f3b42c
GM
2841 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2842 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2843 Make the latter a defcustom, with a delayed initialization.
2844
6df9112c
GM
2845 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2846 These were deleted from Gnus itself late 2010.
2847
5dadff36
JB
28482012-05-22 Juanma Barranquero <lekktu@gmail.com>
2849
9e1701c6
JB
2850 * progmodes/which-func.el (which-func-ff-hook):
2851 Check against user-error, not error.
2852
bd7239f5 2853 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2854 cl-specs.el, which no longer exists.
2855
3290526d
GM
28562012-05-22 Glenn Morris <rgm@gnu.org>
2857
2858 * info.el (info-emacs-bug): New command.
2859 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2860 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2861
ff0c3cfb
GM
28622012-05-21 Glenn Morris <rgm@gnu.org>
2863
2864 * makefile.w32-in (update-subdirs-SH):
2865 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2866
5814f126
SM
28672012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2868
a52c0aa0
SM
2869 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2870
5814f126
SM
2871 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2872 Simplify Maven regexp, and make sure the file can't start with a space
2873 (bug#11517).
2874
b847032c
GM
28752012-05-21 Glenn Morris <rgm@gnu.org>
2876
2877 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2878 Scrap superfluous subshells.
2879
3858bfe7
SM
28802012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2883 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2884
d14b0029
JB
28852012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2886
2887 * calc/calc.el (calc-ensure-consistent-units): New variable.
2888
a52c0aa0
SM
2889 * calc/calc-units.el (math-consistent-units-p)
2890 (math-check-unit-consistency): New functions.
2891 (calc-quick-units, calc-convert-units):
2892 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2893 is non-nil.
d14b0029
JB
2894 (calc-extract-units): Fix typo.
2895
60c4db3a
SM
28962012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2897
77f3b62e
SM
2898 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2899
60c4db3a
SM
2900 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2901 (flyspell-default-deplacement-commands): Don't spell check after
2902 repeated window/frame switches (e.g. triggered by mouse-movement).
2903 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2904 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2905 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2906 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2907 Remove unused vars.
2908 (flyspell-get-casechars, flyspell-get-not-casechars):
2909 Simplify; Don't bother removing a ] just to add it back.
2910 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2911
d209e2fb 29122012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2913
2914 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2915 New functions.
bd7239f5 2916 (math-function-table): Add support for more C functions.
b1a10716 2917
3f1b25b5
AM
29182012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2919
090bd7cb
JB
2920 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2921 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2922 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2923
b581bb5c
SM
29242012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2927 their respective macro declarations.
2928 * skeleton.el (define-skeleton):
2929 * progmodes/compile.el (define-compilation-mode):
2930 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2931 (define-ibuffer-filter):
2932 * emacs-lisp/generic.el (define-generic-mode):
2933 * emacs-lisp/easy-mmode.el (define-minor-mode)
2934 (define-globalized-minor-mode):
2935 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2936 * emacs-lisp/byte-run.el (defsubst):
2937 * custom.el (deftheme): Add doc-string metadata.
2938
70b8ef8f
SM
29392012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2942
b1198e17
SM
29432012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2944
9abdc45d
SM
2945 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2946
b1198e17
SM
2947 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2948 * emacs-lisp/cl-macs.el: Idem.
2949 * emacs-lisp/cl-specs.el: Remove.
2950
4735906a
SM
29512012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 Minor renaming of internal CL functions and variables.
2954 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2955 (cl--position): Rename from cl-position.
2956 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2957 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2958 (cl--random-state): Rename from *random-state*.
2959
ac348012
SM
29602012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2963 parens around the arg list (bug#11499).
2964
a0a79cde
JL
29652012-05-17 Juri Linkov <juri@jurta.org>
2966
2967 * isearch.el (word-search-regexp, word-search-backward)
2968 (word-search-forward, word-search-backward-lax)
2969 (word-search-forward-lax): Move functions from search.c
2970 (bug#10145, bug#11381).
2971
65034a51
AM
29722012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2973
090bd7cb
JB
2974 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2975 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2976 Delay for otherchars as for normal word components.
65034a51 2977
1a72a195
SM
29782012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * minibuffer.el (completion--sifn-requote): Fix last change.
2981 (minibuffer-local-must-match-filename-map):
2982 Move define-obsolete-variable-alias before its var.
2983
fdb058c2
SM
29842012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2985
c41045e6
SM
2986 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2987
036dfb8b
SM
2988 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2989 behavior.
2990 (completion--string-equal-p): New function.
2991 (completion--twq-all): Use it to get better assertion failure data.
2992
2473256d
SM
2993 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2994 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2995 (shell--requote-argument): New functions.
2996 (shell-completion-vars): Use them.
2997 (shell--parse-pcomplete-arguments): Rename from
2998 shell-parse-pcomplete-arguments.
2999 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3000 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3001 Obey comint-file-name-quote-list.
3002
fdb058c2
SM
3003 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3004 (smie-indent-keyword): Use it.
3005
51fa99f1
SM
30062012-05-14 Stefan Merten <smerten@oekonux.de>
3007
3008 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3009
e18afed7 30102012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3011
3012 * net/rlogin.el (rlogin-mode-map): Fix last change.
3013
e18afed7 30142012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3015
3016 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3017 the following \r\n using a single `process-send-string', since the
3018 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3019 with two `process-send-string's (Bug#11444).
8633b1f4 3020
e18afed7 30212012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3022
fdb058c2
SM
3023 * shell.el (shell-parse-pcomplete-arguments):
3024 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3025
2d21d7f6
WJ
30262012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3027
e18afed7 3028 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3029 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3030 (image-transform-width, image-transform-fit-width): New functions.
3031 (image-transform-properties): Use them.
3032 (image-transform-check-size): New function.
3033 (image-toggle-display-image): Use it (for testing).
3034 (image-transform-set-rotation): Reduce angle mod 360.
3035 Delete obsolete comment.
3036
7102e6d0
WJ
30372012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3038
3039 * image-mode.el: Fix scaling (bug#11399).
3040 (image-transform-resize): Doc fix.
3041 (image-transform-properties): Default scale is 1 and height should
3042 be an integer.
3043
06bc5e6e
SM
30442012-05-13 Johan Bockgård <bojohan@gnu.org>
3045
3046 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3047 than hard-coding `car', to fix misbehavior when moving forward.
3048
0ae03b6a
CY
30492012-05-13 Chong Yidong <cyd@gnu.org>
3050
3051 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3052 (tabulated-list-entries, tabulated-list-padding)
3053 (tabulated-list-sort-key): Make permanent-local.
3054
3055 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3056 (electric-buffer-list): Put electric buffer menu
3057 command descriptions in this docstring, instead of the docstring
3058 of electric-buffer-menu-mode. Code cleanups.
3059 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3060 Electric-buffer-menu-mode.
3061 (electric-buffer-update-highlight): Minor code cleanup.
3062
205a7391
MA
30632012-05-13 Michael Albinus <michael.albinus@gmx.de>
3064
3065 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3066 (Bug#11447)
3067
e5bd0a28
SM
30682012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 Move define-obsolete-variable-alias before the var's definition.
3071 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3072 * tooltip.el (tooltip-hook):
3073 * textmodes/reftex-toc.el (reftex-toc-map):
3074 * textmodes/reftex-sel.el (reftex-select-label-map)
3075 (reftex-select-bib-map):
3076 * textmodes/reftex-index.el (reftex-index-map)
3077 (reftex-index-phrases-map):
3078 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3079 * progmodes/meta-mode.el (meta-mode-map):
3080 * novice.el (disabled-command-hook):
3081 * loadhist.el (unload-hook-features-list):
3082 * frame.el (blink-cursor):
3083 * files.el (find-file-not-found-hooks, write-file-hooks)
3084 (write-contents-hooks):
3085 * emulation/tpu-edt.el (GOLD-map):
3086 * emacs-lock.el (emacs-lock-from-exiting):
3087 * emacs-lisp/generic.el (generic-font-lock-defaults):
3088 * emacs-lisp/chart.el (chart-map):
3089 * dos-fns.el (register-name-alist):
3090 * dired-x.el (dired-omit-files-p):
3091 * desktop.el (desktop-enable):
3092 * cus-edit.el (custom-mode-hook):
3093 * buff-menu.el (buffer-menu-mode-hook):
3094 * bookmark.el (bookmark-read-annotation-text-func)
3095 (bookmark-exit-hooks):
3096 * allout.el (allout-mode-deactivate-hook)
3097 (allout-exposure-change-hook, allout-structure-added-hook)
3098 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3099 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3100 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3101 comes before the corresponding variable's definition.
3102
ac59c2f6
CY
31032012-05-12 Chong Yidong <cyd@gnu.org>
3104
3105 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3106 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3107 (Buffer-menu-mode-map): Bind it.
3108 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3109
dee6c9a3
SM
31102012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3111
2171cea5
SM
3112 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3113 (prolog-upper-case-string, prolog-lower-case-string)
3114 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3115 (prolog-use-smie, prolog-smie-grammar): New vars.
3116 (prolog-smie-forward-token, prolog-smie-backward-token)
3117 (prolog-smie-rules): New funs.
3118 (prolog-comment-indent): Remove.
3119 (prolog-mode-variables): Use default comment indentation instead.
3120 Setup SMIE.
3121 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3122 (prolog-mode): Don't call them any more.
3123 (prolog-electric-colon, prolog-electric-dash)
3124 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3125
aa0382bd
SM
3126 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3127
dbacb4bd
SM
3128 * minibuffer.el (completion--twq-all): Again, allow case differences.
3129
13bdd94c
SM
3130 * term.el: Move keymap initialization code to be more idiomatic.
3131 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3132 (term-terminal-menu): Move initialization into declaration.
3133 (term-escape-char): Let the user set it in her .emacs.
3134
ff46c759
SM
3135 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3136 Provide SMIE-based indentation (not enabled by default yet).
3137 (sh-mode-map): Don't bind electric keys.
3138 Use electric-pair-mode instead of skeleton-pair.
3139 (sh-assignment-regexp): Fit within 80 columns.
3140 (sh-indent-supported): Specify actual shell name instead of boolean.
3141 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3142 (sh-maybe-here-document): Use it. Make obsolete.
3143 (sh-electric-here-document-mode) New minor mode.
3144 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3145 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3146 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3147 (sh-smie-rc-grammar, sh-use-smie): New vars.
3148 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3149 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3150 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3151 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3152 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3153 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3154 (sh-set-shell): Use smie-setup if requested.
3155
dee6c9a3
SM
3156 * term.el (term-set-escape-char): Properly set term-escape-char.
3157 See http://stackoverflow.com/questions/10524656.
3158
9f9aa044
CY
31592012-05-10 Chong Yidong <cyd@gnu.org>
3160
3161 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3162 Use url-generic-parse-url, and handle host names and Windows
3163 filenames properly.
3164 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3165 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3166 URL schemes to work on.
3167 (ffap--toggle-read-only): New function.
3168 (ffap-read-only, ffap-read-only-other-window)
3169 (ffap-read-only-other-frame): Use it.
3170 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3171 necessary for ffap-url-unwrap-remote.
3172
836d29b3
DA
31732012-05-10 Dave Abrahams <dave@boostpro.com>
3174
3175 * cus-start.el (create-lockfiles): Add it.
3176
00fd78ed
CY
31772012-05-09 Chong Yidong <cyd@gnu.org>
3178
3179 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3180 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3181
666b903b 31822012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3183
3184 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3185
666b903b 31862012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3187
3188 * ansi-color.el (ansi-color-process-output): Check for validity of
3189 comint-last-output-start before using it. This avoids a bad
3190 interaction with gdb-mi's input/output buffer.
3191
666b903b 31922012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3193
3194 * files.el (dir-locals-read-from-file):
3195 Mention dir-locals in any error message.
3196
666b903b 31972012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3198
3199 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3200 package (Bug#11410).
3201
f677562b
CY
3202 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3203 variables into description.
3204
666b903b 32052012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3206
3207 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3208 shell-delimiter-argument-list (bug#11348).
3209 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3210
b499d8d0
JB
32112012-05-09 Juanma Barranquero <lekktu@gmail.com>
3212
8f6b6da8
JB
3213 * textmodes/rst.el: Silence byte-compiler warnings.
3214 (rst-re-alist, rst-reset-section-caches): Move around.
3215 (rst-re): Use `characterp', not `char-valid-p'.
3216 (font-lock-beg, font-lock-end): Declare.
3217
4824146a
JB
3218 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3219 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3220
b499d8d0
JB
3221 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3222
ad89bb83
GM
32232012-05-08 Glenn Morris <rgm@gnu.org>
3224
3225 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3226
8bba5a75
SM
32272012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3228
49ed9c8e
SM
3229 * vc/log-edit.el: Add GNU coding standards highlighting.
3230 (log-edit-font-lock-gnu-style)
3231 (log-edit-font-lock-gnu-keywords): New vars.
3232 (log-edit-font-lock-keywords): New fun.
3233 (log-edit-mode): Don't fold case in font-lock.
3234 (log-edit-font-lock-keywords): Do not assume case-folding.
3235
07d00b56
SM
3236 * imenu.el: Misc cleanup. Make docstrings out of comments.
3237 Use lexical-binding.
3238 (imenu--index-alist, imenu--last-menubar-index-alist)
3239 (imenu-menubar-modified-tick): Use defvar-local.
3240 (imenu--split-menu): Remove unused var.
3241 (imenu--cleanup-seen): Declare as global.
3242 (imenu--cleanup): Use dolist.
3243
8bba5a75
SM
3244 * subr.el (defvar-local): Add debug spec and doc-string position.
3245
5075bdb5
GM
32462012-05-08 Glenn Morris <rgm@gnu.org>
3247
090bd7cb 3248 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3249 * language/english.el, language/georgian.el, language/greek.el:
3250 * language/japanese.el, language/khmer.el, language/korean.el:
3251 * language/lao.el, language/misc-lang.el, language/romanian.el:
3252 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3253 * language/thai.el, language/utf-8-lang.el:
3254 Remove no-byte-compile setting.
3255
5075bdb5
GM
3256 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3257
06f679a7
AH
32582012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3259
3260 * progmodes/make-mode.el (makefile-browse):
3261 Remove unnecessary interactive. (Bug#11324)
3262
03794570
GM
32632012-05-07 Glenn Morris <rgm@gnu.org>
3264
af8630f4
GM
3265 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3266
03794570
GM
3267 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3268
f0809a9d
SM
32692012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3270
28be5ce7
SM
3271 * loadup.el: Preload newcomment.el.
3272 * newcomment.el: Move autoload-only code to toplevel.
3273
f0809a9d
SM
3274 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3275 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3276 Handle new :right-align column property.
3277 (tabulated-list-print-col): Idem, plus use `display' text-property to
3278 try and preserve alignment for variable pitch fonts.
3279
1241b724
CY
32802012-05-07 Chong Yidong <cyd@gnu.org>
3281
3282 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3283 (tabulated-list-use-header-line): New var.
3284 (tabulated-list-init-header): Use it.
3285 (tabulated-list-print-fake-header): New function.
3286 (tabulated-list-print): Use it.
3287 (tabulated-list-sort-button-map): Add non-header-line commands.
3288 (tabulated-list-init-header): Add column name property to basic
3289 labels as well.
3290 (tabulated-list-col-sort): Handle non-header-line button case.
3291 (tabulated-list--sort-by-column-name): Fix a corner case.
3292
f0809a9d
SM
3293 * buff-menu.el (list-buffers--refresh):
3294 Handle Buffer-menu-use-header-line.
1241b724 3295
e5f9458f
CY
32962012-05-06 Chong Yidong <cyd@gnu.org>
3297
3298 * buff-menu.el: Convert to Tabulated List mode.
3299 (Buffer-menu-buffer+size-width): Make obsolete.
3300 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3301 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3302 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3303 documentation into docstring of buffer-menu.
3304 (Buffer-menu-toggle-files-only): Add an informative message.
3305 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3306 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3307 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3308 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3309 (Buffer-menu-execute, Buffer-menu-select)
3310 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3311 (Buffer-menu-bury): Use Tabulated List machinery.
3312 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3313 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3314 Delete.
e5f9458f
CY
3315 (list-buffers--refresh): New function.
3316 (list-buffers-noselect): Use it.
3317 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3318 (Buffer-menu--pretty-file-name): New helper functions.
3319
3320 * loadup.el: Preload tabulated-list.
3321
3322 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3323 tabulated-list-sort-column.
3324 (tabulated-list-init-header): Add the initial aligning space even
3325 if tabulated-list-padding is zero.
3326
e129292c
CS
33272012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3328
3329 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3330 whose cdr is not a cons cell correctly (bug#11038).
3331
6632d361
CY
33322012-05-06 Chong Yidong <cyd@gnu.org>
3333
e129292c
CS
3334 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3335 Accept additional plist in column descriptors.
6632d361
CY
3336 (tabulated-list-init-header): Obey it.
3337 (tabulated-list-get-entry): New function.
3338 (tabulated-list-put-tag): Use it. Use string-width instead of
3339 length.
3340 (tabulated-list--column-number): New function.
3341 (tabulated-list-print): Use it.
e129292c
CS
3342 (tabulated-list-print-col): New function.
3343 Set `tabulated-list-column-name' property on each column's text.
6632d361 3344 (tabulated-list-print-entry): Use it.
e129292c
CS
3345 (tabulated-list-delete-entry, tabulated-list-set-col):
3346 New functions.
6632d361
CY
3347 (tabulated-list-sort-column): New command (Bug#11337).
3348
3cc99f68
CY
3349 * buff-menu.el (list-buffers): Move C-x C-b binding from
3350 buff-menu.el to bindings.el.
3351
3352 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3353 :advertised-binding feature.
3354
52b61776
TN
33552012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3356
3357 * progmodes/compile.el (compilation-internal-error-properties):
3358 Calculate start position correctly when end-col is set but
3359 end-line is not (Bug#11382).
3360
ebfe2597
WJ
33612012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3362
3363 * man.el (Man-unindent): Use text-property-default-nonsticky to
3364 prevent untabify from inheriting face properties (Bug#11408).
3365
6d3f7c2f
SM
33662012-05-05 Stefan Merten <smerten@oekonux.de>
3367
3368 * textmodes/rst.el: Major merge with upstream development up to
3369 Docutils SVN r7399 / rst.el V1.2.1.
3370
3371 Clarify maintainership and authors.
3372
3373 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3374 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3375 (rst-official-version, rst-official-cvs-rev, rst-version)
3376 (rst-package-emacs-version-alist): New functions and variables
3377 for version information.
3378
3379 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3380 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3381 (rst-mode-syntax-table, rst-mode): New and corrected functions
3382 and variables representing reStructuredText features.
3383
3384 (rst-re): New function for reStructuredText regexes. Use in
3385 many places.
3386
3387 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3388 (rst-mode-map): Rebind keys.
3389
3390 (rst-mode-lazy, rst-font-lock-keywords)
3391 (rst-font-lock-extend-region)
3392 (rst-font-lock-extend-region-internal)
3393 (rst-font-lock-extend-region-extend)
3394 (rst-font-lock-find-unindented-line-limit)
3395 (rst-font-lock-find-unindented-line-match)
3396 (rst-adornment-level, rst-font-lock-adornment-level)
3397 (rst-font-lock-adornment-match)
3398 (rst-font-lock-handle-adornment-pre-match-form)
3399 (rst-font-lock-handle-adornment-matcher): Major revision of
3400 font-locking. Integrate with other code. Use `jit-lock-mode'.
3401
3402 (rst-preferred-adornments, rst-adjust-hook)
3403 (rst-new-adornment-down, rst-preferred-bullets)
3404 (rst-preferred-bullets, rst-indent, rst-indent-width)
3405 (rst-indent-field, rst-indent-literal-normal)
3406 (rst-indent-literal-minimized, rst-indent-comment): Change,
3407 extend and improve customization.
3408
3409 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3410 (rst-normalize-cursor-position, rst-get-decoration)
3411 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3412 (rst-rstrip, rst-toc-insert-find-delete-contents)
3413 (rst-shift-fill-region, rst-compute-bullet-tabs)
3414 (rst-debug-print-tabs, rst-debug-mark-found)
3415 (rst-shift-region-guts, rst-shift-region-right)
3416 (rst-shift-region-left, rst-use-char-classes)
3417 (rst-font-lock-keywords-function)
3418 (rst-font-lock-indentation-point)
3419 (rst-font-lock-find-unindented-line-begin)
3420 (rst-font-lock-find-unindented-line-end)
3421 (rst-font-lock-find-unindented-line)
3422 (rst-font-lock-adornment-point, rst-font-lock-level)
3423 (rst-adornment-level-alist): Remove functions and variables.
3424
3425 (rst-compare-adornments, rst-get-adornment-match)
3426 (rst-suggest-new-adornment, rst-get-adornments-around)
3427 (rst-adornment-complete-p, rst-get-next-adornment)
3428 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3429 (rst-straighten-adornments): Standardize function names to
3430 use "adornment" instead of "decoration". Correct callers.
3431 Similar standardizing in many places.
3432
3433 (rst-update-section, rst-adjust, rst-promote-region)
3434 (rst-enumerate-region, rst-bullet-list-region)
3435 (rst-repeat-last-character): Correct use of `interactive'.
3436
3437 (rst-classify-adornment, rst-find-all-adornments)
3438 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3439 (rst-find-leftmost-column, rst-repeat-last-character):
3440 Refactor functions.
3441
3442 (rst-find-title-line, rst-reset-section-caches)
3443 (rst-get-adornments-around, rst-adjust-adornment-work)
3444 (rst-arabic-to-roman, rst-roman-to-arabic)
3445 (rst-insert-list-pos, rst-insert-list-new-item)
3446 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3447 New functions.
3448
3449 (rst-all-sections, rst-section-hierarchy)
3450 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3451 New variables.
3452
3453 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3454 configuration instead of only buffer. Change where necessary.
3455
3456 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3457 (rst-shift-region, rst-adaptive-fill): New functions for
3458 indentation and filling.
3459
3460 (rst-comment-line-break, rst-comment-indent)
3461 (rst-comment-insert-comment, rst-comment-region)
3462 (rst-uncomment-region): New functions for handling comments.
3463
3464 (rst-compile): Quote shell arguments.
3465
3466 (rst-compile-pdf-preview, rst-compile-slides-preview):
3467 Delete temporary files after use.
3468
a43f98b3
GM
34692012-05-05 Glenn Morris <rgm@gnu.org>
3470
48176e8b
GM
3471 * calendar/cal-html.el: Optionally include holidays in the output.
3472 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3473 (cal-html-holidays): New option.
3474 (cal-html-css-default): Add holiday entry.
3475 (holiday-in-range): Autoload it.
3476 (cal-html-htmlify-entry): Add optional class argument.
3477 (cal-html-htmlify-list): Add optional holidays argument.
3478 (cal-html-insert-agenda-days): Include holidays in the output.
3479 (cal-html-one-month): Maybe include holidays.
3480
a43f98b3
GM
3481 * calendar/holidays.el (holiday-in-range):
3482 Move here from cal-tex-list-holidays.
3483 * calendar/cal-tex.el (cal-tex-list-holidays):
3484 Make it an obsolete alias for holiday-in-range. Update all callers.
3485
fef9d149 34862012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3487
3488 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3489 Nextstep.
3490
248da2f4
RW
34912012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3492
3493 * files.el (file-auto-mode-skip): New var.
3494 (set-auto-mode-1): Use it.
3495
f95e9344
SM
34962012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3497
df96ab1e
SM
3498 * repeat.el: Use lexical-binding.
3499 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3500 (repeat-undo-count): Remove.
3501 (repeat):
3502 * progmodes/octave-mod.el (octave-abbrev-start):
3503 * progmodes/f90.el (f90-abbrev-start):
3504 * face-remap.el (text-scale-adjust):
3505 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3506
5342bb06
SM
3507 * emacs-lisp/pcase.el (pcase--let*): New function.
3508 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3509 a bit more.
3510 (pcase--split-pred): Be more clever about ruling out overlap between
3511 a predicate and some constant pattern.
3512 (pcase--q1): Use `null' instead of (eq foo nil).
3513
f95e9344
SM
3514 * subr.el (setq-local, defvar-local): New macros.
3515 (kbd): Redefine as an alias.
3516 (with-selected-window): Leave unrelated frames alone.
3517 (set-temporary-overlay-map): New function.
3518
71873e2b
SM
35192012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * subr.el (user-error): New function.
3522 * window.el (switch-to-buffer):
3523 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3524 (smerge-match-conflict):
3525 * simple.el (previous-matching-history-element)
3526 (next-matching-history-element, goto-history-element, undo-more)
3527 (undo-start):
3528 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3529 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3530 (next-file, tags-loop-scan, list-tags, complete-tag):
3531 * progmodes/compile.el (compilation-loop):
3532 * mouse.el (mouse-minibuffer-check):
3533 * man.el (Man-bgproc-sentinel, Man-goto-page):
3534 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3535 (Info-history-forward, Info-follow-reference, Info-menu)
3536 (Info-extract-menu-item, Info-extract-menu-counting)
3537 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3538 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3539 (Info-next-reference, Info-prev-reference, Info-index)
3540 (Info-index-next, Info-follow-nearest-node)
3541 (Info-copy-current-node-name):
3542 * imenu.el (imenu--make-index-alist)
3543 (imenu-default-create-index-function, imenu-add-to-menubar):
3544 * files.el (basic-save-buffer, recover-file):
3545 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3546 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3547 (checkdoc-message-text, checkdoc-defun):
3548 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3549 * cus-edit.el (customize-changed-options, customize-rogue)
3550 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3551 (custom-variable-mark-to-reset-standard)
3552 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3553 (custom-file):
3554 * completion.el (check-completion-length):
3555 * comint.el (comint-search-arg)
3556 (comint-previous-matching-input-string-position)
3557 (comint-previous-matching-input)
3558 (comint-replace-by-expanded-history-before-point, comint-send-input)
3559 (comint-copy-old-input, comint-backward-matching-input)
3560 (comint-goto-process-mark, comint-set-process-mark):
3561 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3562 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3563
8a61ee22
SM
35642012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3565
66408d1e
SM
3566 * dabbrev.el (dabbrev--ignore-case-p): New function.
3567 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3568 Use it.
3569
8a61ee22
SM
3570 * files.el (automount-dir-prefix): Mark as obsolete.
3571
3c74813a
GM
35722012-05-04 Glenn Morris <rgm@gnu.org>
3573
3574 * patcomp.el, play/bruce.el: Move to obsolete/.
3575
0bfcf5c5
PE
35762012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3577
3578 Fix minor Y10k bugs.
3579 * arc-mode.el (archive-unixdate):
3580 * autoinsert.el (auto-insert-alist):
3581 * calc/calc-forms.el (math-this-year):
3582 * emacs-lisp/copyright.el (copyright-current-year)
3583 (copyright-update-year, copyright):
3584 * tar-mode.el (tar-clip-time-string):
3585 * time.el (display-time-update):
3586 Don't assume years have 4 digits.
3587
78f3273a
CY
35882012-05-04 Chong Yidong <cyd@gnu.org>
3589
3590 * dos-w32.el (file-name-buffer-file-type-alist)
3591 (direct-print-region-use-command-dot-com):
3592 * ffap.el (ffap-menu-regexp):
3593 * find-file.el (ff-special-constructs):
3594 * follow.el (follow-debug):
3595 * forms.el (forms--debug):
3596 * iswitchb.el (iswitchb-all-frames):
3597 * ido.el (ido-all-frames):
3598 * emacs-lisp/timer.el (timer-max-repeats):
3599 * mail/feedmail.el (feedmail-mail-send-hook)
3600 (feedmail-mail-send-hook-queued):
3601 * mail/footnote.el (footnote-signature-separator):
3602 * mail/mailabbrev.el (mail-alias-separator-string)
3603 (mail-abbrev-mode-regexp):
3604 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3605 * progmodes/idlwave.el (idlwave-libinfo-file)
3606 (idlwave-default-completion-case-is-down)
3607 (idlwave-library-routines): Convert defvars to defcustoms.
3608
3609 * mail/rmail.el (rmail-decode-mime-charset):
3610 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3611 (idlwave-shell-fix-inserted-breaks)
3612 (idlwave-shell-activate-alt-keybindings)
3613 (idlwave-shell-use-breakpoint-glyph):
3614 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3615
f7ae6719
SM
36162012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3619
47086495
WS
36202012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3621
3622 * progmodes/verilog-mode.el (font-lock-keywords):
3623 Fix mis-highligting auto. Reported by Craig Barner.
3624 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3625 defines from global name space. Reported by Dan Dever.
3626 (verilog-auto-reset, verilog-auto-reset-widths)
3627 (verilog-auto-tieoff): Support using unbased numbers for
3628 AUTORESET and AUTOTIEOFF.
3629 (verilog-submit-bug-report): Update variable list.
3630 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3631 parenthesis from not matching. Reported by Michael Rytting.
3632 (verilog-auto-template-lint): Fix hash error when linting modules
3633 with no used templates.
3634 (verilog-warn, verilog-warn-error)
3635 (verilog-warn-fatal): When non-interactive report multiple
3636 warnings before exiting. Suggested by Brad Dobbie.
3637 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3638 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3639 to report unused template errors. Reported by Brad Dobbie.
3640 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3641 nets, bug438. Reported by Vns Blore.
3642 (verilog-auto-inout-module, verilog-auto-reg)
3643 (verilog-read-decls, verilog-read-sub-decls-sig)
3644 (verilog-signals-edit-wire-reg, verilog-signals-with):
3645 Fix passing of Verilog data types in ANSI input/output ports
3646 such as "output logic" into the AUTOs. Special case "wire" and
3647 "reg" for backwards compatibility presuming Verilog 2001.
3648 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3649 (verilog-preprocess): Fix replication of preprocess output.
3650 Reported by Brad Dobbie.
3651 (verilog-auto-inst-interfaced-ports):
3652 Create verilog-auto-inst-interfaced-ports, bug429.
3653 Reported by Julian Gorfajn.
3654 (verilog-after-save-font-hook)
3655 (verilog-before-save-font-hook): New variable.
3656 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3657 (verilog-save-font-mods): Wrap disabling fontification, reported
3658 by David Rogoff.
3659 (verilog-do-indent, verilog-pretty-declarations-auto)
3660 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3661 Reported by Pierre-David Pfister.
3662 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3663 of class declarations, bug292. Reported by Kevin Heilman.
3664 (verilog-read-decls): Fix 'parameter type' not appearing in
3665 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3666 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3667 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3668 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3669 Reported by David Kravitz.
3670
36712012-05-03 Michael McNamara <mac@mail.brushroad.com>
3672
3673 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3674 assignment with tests in ifs and for loops.
3675 (verilog-extended-complete-re, verilog-complete-reg): Change so
3676 that DPI inport functions don't look like fuction declarations.
3677 (verilog-pretty-expr): Don't line up assignment
3678 operations to the test and increment in if and for loops
3679 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3680 that DPI inport functions don't look like fuction declarations.
47086495 3681
2e51d4b5
KH
36822012-05-03 Kenichi Handa <handa@m17n.org>
3683
3684 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3685 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3686 (Bug#11282).
3687
2bd785a2
SM
36882012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * emacs-lisp/bytecomp.el
3691 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3692 since cconv.el might have introduced :fun-body, internal-make-closure,
3693 and friends for bytecomp to handle (bug#11391).
3694 * custom.el (defcustom): Avoid ((λ ..) ..).
3695
99d27583
SM
36962012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3699
55a71479
JB
37002012-05-02 Juanma Barranquero <lekktu@gmail.com>
3701
3702 * notifications.el (dbus-debug):
3703 * term/linux.el (gpm-mouse-enable):
3704 * term/screen.el (xterm-register-default-colors): Declare.
3705
7b97c764
CY
37062012-05-02 Chong Yidong <cyd@gnu.org>
3707
2bc356d7
CY
3708 * cus-start.el (gc-cons-percentage, exec-suffixes)
3709 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3710 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3711 (make-cursor-line-fully-visible, void-text-area-pointer)
3712 (font-list-limit): Add customization data.
3713
7b97c764
CY
3714 * allout.el (allout-exposure-change-functions)
3715 (allout-structure-added-functions)
3716 (allout-structure-deleted-functions)
3717 (allout-structure-shifted-functions): Rename abnormal hooks from
3718 *-hook, and convert to defcustoms.
5d3385a0
JB
3719 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3720 Convert to defcustoms.
7b97c764
CY
3721 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3722
3723 * allout-widgets.el: Hook callers changed.
3724
90207a15 37252012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3726
3727 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3728 the yanked message in preference to the default value of
3729 buffer-file-coding-system.
3730
90207a15 37312012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3732
5d3385a0
JB
3733 * window.el (display-buffer--action-function-custom-type):
3734 Fix entry.
d9558cad 3735
90207a15 37362012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3737
3738 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3739
d80ac57b
GM
37402012-05-01 Glenn Morris <rgm@gnu.org>
3741
976f7668
GM
3742 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3743
beb83b5a
GM
3744 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3745
d80ac57b
GM
3746 * cus-edit.el (custom-variable-documentation): Simplify with format.
3747
b593d6a9
AH
37482012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3749 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * simple.el (suggest-key-bindings, execute-extended-command):
3752 Move from keyboard.c.
3753
782fbf2a
CY
37542012-05-01 Chong Yidong <cyd@gnu.org>
3755
3756 * follow.el: Eliminate advice.
3757 (set-process-filter, process-filter, sit-for): Advice deleted.
3758 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3759 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3760 Vars deleted.
782fbf2a
CY
3761 (follow-auto): Use a :set function.
3762 (follow-mode): Rewritten. Don't advise process filters.
3763 (follow-switch-to-current-buffer-all, follow-scroll-up)
3764 (follow-scroll-down): Assume follow-mode is bound.
3765 (follow-comint-scroll-to-bottom)
3766 (follow-align-compilation-windows): New functions.
3767 (follow--window-sorter): New function.
3768 (follow-all-followers): Use it to explicitly sort windows by their
3769 positions; don't make assumptions about next-window order.
3770 (follow-windows-start-end, follow-delete-other-windows-and-split)
3771 (follow-calc-win-start): Doc fix.
3772 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3773 vertical-motion unnecessarily.
3774 (follow-adjust-window): New function.
3775 (follow-post-command-hook): Use it.
3776 (follow-call-set-process-filter, follow-call-process-filter)
3777 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3778 (follow-stop-intercept-process-output, follow-generic-filter):
3779 Functions deleted.
3780 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3781 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3782 New functions, replacing advice on scroll-bar-* commands.
87233a14 3783 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3784
3785 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3786 (comint-postoutput-scroll-to-bottom): Use it.
3787 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3788
290af740
GM
37892012-05-01 Glenn Morris <rgm@gnu.org>
3790
3791 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3792 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3793 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3794 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3795 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3796 Remove no-byte-compile setting.
3797
6eac8dc9
SM
37982012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3801 all-completions code to not return a number in the last cdr.
3802
9cc7819c
LL
38032012-04-30 Leo Liu <sdl.web@gmail.com>
3804
3805 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3806 read-only error.
3807
c93b886f
CY
38082012-04-29 Chong Yidong <cyd@gnu.org>
3809
3810 * follow.el (follow-calc-win-end): Rewrite to handle partial
3811 screen lines correctly (Bug#8390).
3812 (follow-avoid-tail-recenter): Minor cleanup.
3813
8b6c19f4
SM
38142012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 Avoid the obsolete `assoc' package.
3817 * speedbar.el (speedbar-refresh): Avoid adelete.
3818 (speedbar-file-lists): Simplify and avoid aput.
3819 * man.el (Man--sections, Man--refpages): New vars, replacing
3820 Man-sections-alist and Man-refpages-alist.
3821 (Man-build-section-alist, Man-build-references-alist):
3822 Use them; avoid aput.
3823 (Man--last-section, Man--last-refpage): New vars.
3824 (Man-follow-manual-reference): Use them.
3825 Use the `default' arg of completing-read.
3826 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3827
c5bb7569
CY
38282012-04-27 Chong Yidong <cyd@gnu.org>
3829
d1d2e2e8
CY
3830 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3831
15cd8efd
CY
3832 * startup.el (x-apply-session-resources): New function.
3833
3834 * term/ns-win.el (ns-initialize-window-system):
3835 * term/w32-win.el (w32-initialize-window-system):
3836 * term/x-win.el (x-initialize-window-system): Use it to properly
3837 set menu-bar-mode and other vars from X resources, even if the
3838 initial frame is not a window-system frame (Bug#2299).
3839
c5bb7569
CY
3840 * subr.el (read-key): Avoid running filter function when setting
3841 up temporary tool bar entries (Bug#9922).
3842
a8e7d6d7 38432012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3844
3845 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3846 (Bug#11344)
3847
a8e7d6d7 38482012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3849
3850 * select.el (xselect--encode-string): New function, split from
3851 xselect-convert-to-string.
3852 (xselect-convert-to-string): Use it.
3853 (xselect-convert-to-filename, xselect-convert-to-os)
3854 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3855 returned strings are properly encoded (Bug#11315).
3856
a8e7d6d7 38572012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3858
3859 * simple.el (delete-active-region): Move to killing custom group.
3860
a8e7d6d7 38612012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3862
3863 * progmodes/which-func.el (which-func-current): Quote %
3864 characters for mode-line processing.
3865
578c1d4b 38662012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3867
3868 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3869 reaching eob (Bug#11286).
3870
a8e7d6d7 38712012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3872
3873 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3874 (gdb): Make it buffer-local and init to zero.
3875 (gdb-control-commands-regexp): New variable.
3876 (gdb-send): Don't wrap in "-interpreter-exec console" if
3877 gdb-control-level is positive. Increment gdb-control-level
3878 whenever the command matches gdb-control-commands-regexp, and
3879 decrement it each time the command is "end". (Bug#11279)
3880
a8e7d6d7 38812012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3882
3883 * window.el (adjust-window-trailing-edge, enlarge-window)
3884 (shrink-window, window-resize):
3885 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3886 windows (Bug#11276).
3887
b3608390
CY
38882012-04-27 Chong Yidong <cyd@gnu.org>
3889
3890 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3891 fix "missing prefix" warning. All callers changed.
b3608390 3892
797e6e88
SM
38932012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * emacs-lisp/assoc.el: Move to obsolete/.
3896
e95a67dc
SM
38972012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3898
657c21e4 3899 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3900
3901 * term/ns-win.el (ns-define-service):
3902 * progmodes/pascal.el (pascal-goto-defun):
3903 * progmodes/js.el (js--read-tab):
3904 * progmodes/etags.el (tags-lazy-completion-table):
3905 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3906 * emacs-lisp/ewoc.el (ewoc--wrap):
3907 * emacs-lisp/assoc.el (aput, adelete, amake):
3908 * doc-view.el (doc-view-convert-current-doc):
3909 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3910
cb3e7ae0
CY
39112012-04-26 Chong Yidong <cyd@gnu.org>
3912
dce04f7f
CY
3913 * image.el (image-type-from-buffer): Only return supported image
3914 type (Bug#9045).
3915
cb3e7ae0
CY
3916 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3917 value, for symmetry with diff-end-of-hunk.
3918 (diff-split-hunk, diff-find-source-location)
3919 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3920 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3921 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3922 compute the relevant hunk or file properly (Bug#6005).
3923 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3924
0d42eb3e
SM
39252012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * vc/vc-mtn.el:
3928 * vc/vc-hg.el:
3929 * vc/vc-git.el:
3930 * vc/vc-dir.el:
3931 * vc/vc-cvs.el:
3932 * vc/vc-bzr.el:
3933 * vc/vc-arch.el:
3934 * vc/vc.el: Replace lexical-let by lexical-binding.
3935 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3936 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3937 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3938
f08ae1c9
CY
39392012-04-26 Chong Yidong <cyd@gnu.org>
3940
8b71081d
CY
3941 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3942 (diff-mode-shared-map): Bind it to / and [remap undo].
3943
f08ae1c9
CY
3944 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3945 (ediff-window-setup-function): Use it as the default, to set up
3946 windows based on whether the current frame is graphical (Bug#2138).
3947 (ediff-choose-window-setup-function-automatically): Make obsolete.
3948
3949 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3950
ef24141c
SM
39512012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3952
cc356a5d
SM
3953 * ffap.el: Remove old code for obsolete package.
3954 (ffap-complete-as-file-p): Remove.
3955
b4ff4f1f
SM
3956 Use completion-table-with-quoting for comint and pcomplete.
3957 * comint.el (comint--unquote&requote-argument)
3958 (comint--unquote-argument, comint--requote-argument): New functions.
3959 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3960 (comint-quote-filename): Use regexp-opt-charset.
3961 (comint--common-suffix, comint--common-quoted-suffix)
3962 (comint--table-subvert): Remove.
3963 (comint-unquote-function, comint-requote-function): New vars.
3964 (comint--complete-file-name-data): Use them with
3965 completion-table-with-quoting.
3966 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3967 * pcomplete.el (pcomplete-arg-quote-list)
3968 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3969 (pcomplete-unquote-argument-function): Default to non-nil.
3970 (pcomplete-unquote-argument): Simplify.
3971 (pcomplete--common-quoted-suffix): Remove.
3972 (pcomplete-requote-argument-function): New var.
3973 (pcomplete--common-suffix): New function.
3974 (pcomplete-completions-at-point): Use completion-table-with-quoting
3975 and completion-table-subvert.
3976
79c4eeb4
SM
3977 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3978 (minibuffer--double-dollars): Preserve properties.
3979 (completion--sifn-requote): New function.
3980 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3981
ef24141c
SM
3982 * minibuffer.el: Add support for completion of quoted/escaped data.
3983 (completion-table-with-quoting, completion-table-subvert): New funs.
3984 (completion--twq-try, completion--twq-all): New functions.
3985 (completion--nth-completion): New function.
3986 (completion-try-completion, completion-all-completions): Use it.
3987
784e7d6e
LL
39882012-04-25 Leo Liu <sdl.web@gmail.com>
3989
dd2ac746
SM
3990 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3991 Use compilation-message if available to find real filename.
784e7d6e 3992
07875ee7
CY
39932012-04-25 Chong Yidong <cyd@gnu.org>
3994
3995 * vc/diff-mode.el (diff-setup-whitespace): New function.
3996 (diff-mode): Use it.
3997
3998 * vc/diff.el (diff-sentinel):
3999 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4000 Whitespace mode variables based on diff style (Bug#8612).
4001
5055880d
LL
40022012-04-25 Leo Liu <sdl.web@gmail.com>
4003
daf75653
LL
4004 * progmodes/python.el (python-send-region): Add suffix .py to the
4005 temp file.
4006
5055880d
LL
4007 * files.el (auto-mode-alist): Use javascript-mode instead.
4008
db9b177b
AH
40092012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4010
ef24141c 4011 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4012
090bd7cb 4013 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4014 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4015 references, see Bug#9.
ef24141c 4016 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4017 when receiving a fault reply.
ef24141c 4018 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4019
090bd7cb 4020 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4021 (soap-inspect-simple-type): New function.
db9b177b 4022
090bd7cb 4023 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4024 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4025 (soap-decode-basic-type, soap-encode-basic-type):
4026 support unsignedInt and double basic types.
db9b177b 4027 (soap-resolve-references-for-simple-type)
ef24141c
SM
4028 (soap-parse-simple-type, soap-encode-simple-type): New function.
4029 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4030
090bd7cb 4031 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4032 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4033 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4034 the local name of "soapenc:Array".
4035 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4036 decoding integer, byte and anyURI xsd types.
4037
1fc6097b
CY
40382012-04-25 Chong Yidong <cyd@gnu.org>
4039
4040 * cus-edit.el (custom-buffer-create-internal): Update header text.
4041
afc6df87
EZ
40422012-04-25 Eli Zaretskii <eliz@gnu.org>
4043
4044 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4045 settings on 'system-type', not on 'window-system'. On MS-Windows,
4046 set interactive-mode on in GDB.
4047
dfbd787f
SM
40482012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4051 (ruby-syntax-propertize-regexp): Remove.
4052 (ruby-syntax-propertize-function): Split regexp into chunks.
4053 Match following code directly.
4054
85222d44
DG
40552012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4056
51a8ea2a
DG
4057 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4058 (ruby-syntax-propertize-regexp): New function.
4059 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4060 by a special keyword.
4061
85222d44
DG
4062 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4063 (ruby-syntax-general-delimiters-goto-beg)
4064 (ruby-syntax-propertize-general-delimiters): New functions.
4065 (ruby-syntax-propertize-function): Use them to handle GDL.
4066 (ruby-font-lock-keywords): Move old handling of GDL...
4067 (ruby-font-lock-syntactic-keywords): .. to here.
4068 (ruby-calculate-indent): Adjust indentation for GDL.
4069
b613912b
MA
40702012-04-24 Michael Albinus <michael.albinus@gmx.de>
4071
b5380639
MA
4072 * notifications.el (top): Remove unneeded declarations.
4073 (notifications-specification-version): Change to "1.2".
e43042fe 4074 (notifications-interface, notifications-notify-method)
b613912b
MA
4075 (notifications-close-notification-method): Fix docstring.
4076 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4077 (notifications-notify): Add :action-items, :resident and
4078 :transient hints. Change "image_data" to "image-data" and
4079 "image_path" to "image-path".
b613912b
MA
4080 (notifications-get-capabilities): New defun.
4081
257440aa
LL
40822012-04-24 Leo Liu <sdl.web@gmail.com>
4083
4084 * progmodes/python.el: Move hideshow setup to the end.
4085
b1bac16e
MR
40862012-04-24 Martin Rudalics <rudalics@gmx.at>
4087
4088 * window.el (handle-select-window): Clear echo area since this is
4089 no more done by read_char (Bug#11304).
4090
d81bd059
SM
40912012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4094 and `/ M' to filter-derived-mode.
4095 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4096 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4097 (ibuffer-mark-by-mode): Use default rather than initial-input.
4098 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4099
c4cf6d91
IA
41002012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4101
4102 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4103 (ibuffer-filter-by-derived-mode): New filter.
4104 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4105
7511ded8
CY
41062012-04-23 Andreas Politz <politza@fh-trier.de>
4107
4108 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4109
775c916b
CY
41102012-04-23 Chong Yidong <cyd@gnu.org>
4111
4112 * cus-edit.el (customize-apropos, customize-apropos-options):
4113 Disable matching of non-option variables (Bug#11176).
4114 (customize-option, customize-option-other-window)
4115 (customize-changed-options): Doc fix.
4116 (customize-apropos-options, customize-apropos-faces)
4117 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4118
4119 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4120 Fix word list splitting (Bug#11132).
46c71e23
CY
4121 (apropos-symbol, apropos-keybinding, apropos-label)
4122 (apropos-property, apropos-function-button)
4123 (apropos-variable-button, apropos-misc-button): New faces.
4124 (apropos-symbol-face, apropos-keybinding-face)
4125 (apropos-label-face, apropos-property-face, apropos-match-face):
4126 Variables removed (Bug#8396).
4127 (apropos-library-button, apropos-format-plist, apropos-print)
4128 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4129
2df41f9c
MA
41302012-04-23 Michael Albinus <michael.albinus@gmx.de>
4131
4132 * net/xesam.el (xesam-mode-map): Use let-bound map in
4133 initialization. (Bug#11292)
4134
da00640a
AM
41352012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4136
4137 Preserve ispell session localwords when switching back to
4138 original buffer.
4139
090bd7cb
JB
4140 * textmodes/ispell.el (ispell-buffer-session-localwords):
4141 New buffer-local variable to hold buffer session localwords.
ed9265fc 4142 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4143 localwords.
4144 (ispell-command-loop, ispell-change-dictionary)
4145 (ispell-buffer-local-words): Preserve session localwords when
4146 needed.
4147
090bd7cb
JB
4148 * textmodes/flyspell.el (flyspell-process-localwords)
4149 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4150
f621ccf5
AM
41512012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4152
090bd7cb
JB
4153 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4154 using obsolete `translation-table-for-input'.
ef24141c
SM
4155 (ispell-word, ispell-process-line, ispell-complete-word):
4156 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4157
c2d1019e
CY
41582012-04-22 Chong Yidong <cyd@gnu.org>
4159
4160 * cus-edit.el (custom-variable-menu)
4161 (custom-variable-reset-saved, custom-face-menu)
4162 (custom-face-reset-saved): If there is no saved value, make the
4163 "reset-saved" operation bring back the default (Bug#9509).
4164 (custom-face-state): Properly detect themed faces.
4165
eeddc531
CY
4166 * faces.el (face-spec-set): Stop supporting deprecated form of
4167 third arg.
4168
dcbf5805
MA
41692012-04-22 Michael Albinus <michael.albinus@gmx.de>
4170
4171 Move functions from C to Lisp. Make non-blocking method calls
4172 the default. Implement further D-Bus standard interfaces.
4173
ef24141c
SM
4174 * net/dbus.el (dbus-message-internal): Declare function.
4175 Remove unneeded function declarations.
dcbf5805
MA
4176 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4177 (dbus-message-type-method-return, dbus-message-type-error)
4178 (dbus-message-type-signal): Declare variables. Remove local
4179 definitions.
4180 (dbus-interface-dbus, dbus-interface-peer)
4181 (dbus-interface-introspectable, dbus-interface-properties)
4182 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4183 Adapt docstring.
4184 (dbus-interface-objectmanager): New defconst.
4185 (dbus-call-method, dbus-call-method-asynchronously)
4186 (dbus-send-signal, dbus-method-return-internal)
4187 (dbus-method-error-internal, dbus-register-service)
4188 (dbus-register-signal, dbus-register-method): New defuns, moved
4189 from dbusbind.c
4190 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4191 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4192 New defuns.
dcbf5805
MA
4193 (dbus-call-method-non-blocking): Make it an obsolete function.
4194 (dbus-unregister-object, dbus-unregister-service)
4195 (dbus-handle-event, dbus-register-property)
4196 (dbus-property-handler): Obey the new structure of
4197 `bus-registered-objects'.
4198 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4199 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4200 Use `dbus-call-method'.
4201
cf20dee0
CY
42022012-04-22 Chong Yidong <cyd@gnu.org>
4203
4204 * cus-edit.el (custom-commands, custom-reset-menu)
4205 (Custom-reset-standard): Tweak labels.
4206 (custom-reset-button-menu): Change default to t.
4207 (custom-buffer-create-internal): For the custom-reset-button-menu
4208 case, put the revert button first.
4209 (custom-group-subtitle): New face.
4210 (custom-group-value-create): Align docstring to a specific column.
4211
4212 * wid-edit.el (widget-documentation-link-add): Don't handle
4213 indentation in this function.
4214 (widget-documentation-string-indent-to): New function.
4215 (widget-documentation-string-value-create): Use it.
4216
4217 * autorevert.el (auto-revert):
4218 * epg-config.el (epg):
4219 * ibuffer.el (ibuffer):
4220 * mpc.el (mpc):
4221 * ses.el (ses):
4222 * eshell/eshell.el (eshell):
4223 * net/ange-ftp.el (ange-ftp):
4224 * progmodes/ebnf2ps.el (postscript):
4225 * progmodes/flymake.el (flymake):
4226 * progmodes/prolog.el (prolog):
4227 * progmodes/verilog-mode.el (verilog-mode):
4228 * progmodes/which-func.el (which-func):
4229 * term/xterm.el (xterm):
4230 * textmodes/picture.el (picture):
4231 * textmodes/tildify.el (tildify):
4232 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4233 customization buffers.
4234
583e23bd
AM
42352012-04-22 Alan Mackenzie <acm@muc.de>
4236
4237 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4238 Adding a ) can hide the resulting (..) from searches. Fix it.
4239 Bound the backward search to the position of the existing (.
4240
7dd51bf1
JB
42412012-04-21 Juanma Barranquero <lekktu@gmail.com>
4242
4243 * progmodes/verilog-mode.el (verilog-mode): Check whether
4244 which-func-modes is t before adding verilog-mode.
4245 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4246
d64a438f
LL
42472012-04-21 Leo Liu <sdl.web@gmail.com>
4248
7dd51bf1 4249 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4250
081e8d65
MV
42512012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4252
4253 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4254 filling of the last column of a table (Bug#5635).
4255 (woman-find-next-control-line): New arg, specifying an additional
4256 regexp component for the control line.
4257 (woman2-roff-buffer): Use it.
4258 (woman-break-table): New function.
4259 (woman2-TS): Use it.
4260
42612012-04-21 Chong Yidong <cyd@gnu.org>
4262
4263 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4264 (woman-horizontal-escapes, woman-negative-vertical-space)
4265 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4266 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4267
ed571ccb
SM
42682012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * minibuffer.el (completion-file-name-table): Complete user names.
4271
39773899
LL
42722012-04-20 Leo Liu <sdl.web@gmail.com>
4273
4274 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4275 and pcase-let*.
4276
de6ff46d
CY
42772012-04-20 Chong Yidong <cyd@gnu.org>
4278
4279 * server.el (server-execute): Respect initial-buffer-choice if it
4280 is a string and there are no files to open (Bug#2825).
4281 (server-create-window-system-frame, server-create-tty-frame):
4282 Don't switch buffers here.
2d0e8e61
CY
4283 (server-process-filter): Only try to open a window system frame if
4284 compiled with graphical support (Bug#8314).
de6ff46d 4285
54071013
DN
42862012-04-20 Dan Nicolaescu <dann@gnu.org>
4287
4288 * battery.el (battery-echo-area-format): Display remaining time
4289 for sysfs backend too (Bug#11269).
4290 (battery-linux-sysfs): Fix conditional for the charge.
4291
f30d612a
CY
42922012-04-20 Chong Yidong <cyd@gnu.org>
4293
c07a4c0b 4294 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4295 (gdb-inferior-io--init-proc): New function.
4296 (gdb-init-1): Use it.
4297 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4298 responsible for allocating a new pty and hooking it to gdb when
4299 the old pty gets an EIO due to process exit.
4300 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4301 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4302 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4303
2116e93c
EZ
43042012-04-20 Eli Zaretskii <eliz@gnu.org>
4305
4306 * window.el (window-min-size, window-sizable, window-min-delta)
4307 (window-max-delta, window--resizable, window-resizable)
4308 (window-total-size, window-full-height-p, window-full-width-p)
4309 (window-in-direction, window--resize-mini-window, window-resize)
4310 (window--resize-child-windows-normal)
4311 (window--resize-child-windows, window--resize-siblings)
4312 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4313 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4314
c07a4c0b 43152012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4316
ef24141c
SM
4317 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4318 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4319 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4320 pty process (Bug#11273).
4321 (gdb-update): New arg to suppress talking to the gdb process.
4322 (gdb-done-or-error): Use it.
4323 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4324 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4325 sentinel not being called.
4326
4327 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4328
d02766ab
CY
4329 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4330
c07a4c0b 43312012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4332
4333 * net/network-stream.el (open-network-stream): Doc fix.
4334
c07a4c0b 43352012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4336
4337 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4338
c07a4c0b 43392012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4340
4341 Ensure searching for keywords is case sensitive.
4342
4343 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4344 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4345 (c-defun-name, c-mark-function, c-cpp-define-name)
4346 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4347 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4348
ef24141c
SM
4349 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4350 Bind case-fold-search to nil.
f0f6bc35 4351
c07a4c0b 43522012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4353
4354 * mail/sendmail.el (mail-bury): Call return action with the right
4355 Rmail buffer (Bug#11242).
4356
9a864fa2
CY
4357 * server.el (server-process-filter): Handle corner case where both
4358 tty and nowait options are present (Bug#11102).
4359
539aa513
EZ
43602012-04-20 Eli Zaretskii <eliz@gnu.org>
4361
4362 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4363 (top level): Put into the executable the ident-style '$Id:' tag on
4364 windows-nt as well.
539aa513 4365
cfc7d5da
SM
43662012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * electric.el (electric-indent-post-self-insert-function): Check that
4369 electric-indent-mode is enabled in current buffer.
4370
5b01685c
JB
43712012-04-19 Juanma Barranquero <lekktu@gmail.com>
4372
4373 * imenu.el (imenu-progress-message): Restore; it is "used" in
4374 erc/erc-imenu.el and net/snmp-mode.el.
4375
4d6769e1
JB
43762012-04-19 Juanma Barranquero <lekktu@gmail.com>
4377
4378 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4379 (mouse-avoidance-nudge-mouse): Remove unused binding.
4380
4381 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4382
4383 * descr-text.el (describe-char):
4384 * progmodes/python.el (python-describe-symbol):
4385 Don't call `toggle-read-only', set `buffer-read-only'.
4386
4387 * imenu.el (imenu-default-goto-function): Mark unused args.
4388 (imenu-progress-message): Remove obsolete macro; all callers changed.
4389
4390 * subr.el (keymap-canonicalize): Remove unused binding.
4391 (read-passwd): Mark unused arg.
4392
4393 * tutorial.el (tutorial--display-changes): Remove unused binding.
4394 (tutorial--save-tutorial-to): Remove unused variable.
4395
4396 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4397 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4398 (package-generate-autoloads, package-menu--generate)
4399 (package-menu--find-upgrades): Remove unused bindings.
4400
4401 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4402 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4403 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4404 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4405 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4406 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4407 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4408 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4409 (cua-delete-char-rectangle): Mark unused args.
4410 (cua-align-rectangle): Remove unused binding.
4411
4412 * mail/rmail.el (compilation--message->loc)
4413 (epa--find-coding-system-for-mime-charset): Declare.
4414
4415 * net/dbus.el (dbus-register-service): Declare.
4416 (dbus-name-owner-changed-handler): Remove unused binding.
4417
4418 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4419 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4420 (nxml-scan-backward-within): Mark unused arg.
4421 (nxml-dynamic-markup-word): Remove unused binding.
4422
4423 * mouse.el (mouse-menu-major-mode-map):
4424 * emacs-lisp/authors.el (authors-scan-change-log)
4425 (authors-add-to-author-list):
4426 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4427 * emacs-lisp/smie.el (smie-auto-fill):
4428 * mail/sendmail.el (mail-bury):
4429 * mail/unrmail.el (unrmail):
4430 * net/tls.el (open-tls-stream):
4431 * textmodes/picture.el (picture-mouse-set-point):
4432 Remove unused bindings.
4433
8c8fc5df
MA
44342012-04-19 Michael Albinus <michael.albinus@gmx.de>
4435
4436 * net/tramp.el (tramp-action-password): Let-bind
4437 `enable-recursive-minibuffers' to t.
4438
a77b0ac9
SS
44392012-04-18 Sam Steingold <sds@gnu.org>
4440
4441 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4442 instead of 'string to accommodate values like [f11].
4443 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4444 * progmodes/gdb-mi.el: Likewise.
4445
12a106a9
LL
44462012-04-18 Leo Liu <sdl.web@gmail.com>
4447
4448 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4449 current buffer.
4450 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4451 LOCAL is nil.
4452
bc6494ef
CY
44532012-04-18 Chong Yidong <cyd@gnu.org>
4454
4455 * simple.el (line-move): Use forward-line if in batch mode
4456 (Bug#11053).
4457
c09c46b2
CS
44582012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4459
4460 * files.el (after-find-file): Do not try to add a final newline if
4461 the buffer is read-only (Bug#11156).
4462
5f6530ea
RS
44632012-04-17 Richard Stallman <rms@gnu.org>
4464
4465 * mail/rmail.el (rmail-start-mail):
4466 Pass (rmail-mail-return...) for the return-action.
4467 Pass (rmail-yank-current-message...) for the yank-action.
4468 (rmail-yank-current-message): New function.
4469 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4470 (rmail-reply): Likewise.
4471 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4472
4473 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4474 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4475 buffer, not newbuf.
4476
197b6f3c
JB
44772012-04-17 Juanma Barranquero <lekktu@gmail.com>
4478
4479 * server.el (server-ensure-safe-dir): Simplify.
4480
2311d8e5 44812012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4482
2311d8e5
GM
4483 * emacs-lisp/smie.el: Provide smarter auto-filling.
4484 (smie-auto-fill): New function.
4485 (smie-setup): Use it.
98fb480e 4486
2311d8e5
GM
4487 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4488
44892012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4490
4491 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4492 (comment-indent): Use it.
4493
2311d8e5 44942012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4495
4496 * ses.el: The overall change is to add cell renaming, that is
4497 setting fancy names for cell symbols other than name matching
4498 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4499 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4500 (ses-create-cell-variable): New defun.
2311d8e5 4501 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4502 (ses-relocate-formula): Relocate formulas only for cells the
4503 symbols of which are not renamed, i.e. symbols whose names do not
4504 match regexp "\\`[A-Z]+[0-9]+\\'".
4505 (ses-relocate-all): Relocate values only for cells the symbols of
4506 which are not renamed.
4507 (ses-load): Create cells variables as the (ses-cell ...) are read,
4508 in order to check row col consistency with cell symbol name only
4509 for cells that are not renamed.
4510 (ses-replace-name-in-formula): New defun.
4511 (ses-rename-cell): New defun.
4bdf2ad2 4512
fc72b15c
PO
45132012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4514
4515 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4516 New option (bug#11118).
4517 (perl-calculate-indent): Respect it.
4518
12e10e61
GM
45192012-04-17 Glenn Morris <rgm@gnu.org>
4520
4521 * dired-aux.el (dired-mark-read-string): Doc fix.
4522
30009afd
DA
45232012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4524
4525 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4526 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4527
41f03f4d
GM
45282012-04-17 Glenn Morris <rgm@gnu.org>
4529
4530 * mouse.el (mouse-drag-track):
4531 * speedbar.el (speedbar-frame-mode):
4532 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4533
f45f90f3
LL
45342012-04-16 Leo Liu <sdl.web@gmail.com>
4535
4536 * progmodes/python.el: Trivial cleanup.
4537
94ee8db5
GM
45382012-04-16 Glenn Morris <rgm@gnu.org>
4539
121b8917
GM
4540 * vc/vc.el (vc-string-prefix-p):
4541 * vc/pcvs-util.el (cvs-string-prefix-p):
4542 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4543 * mpc.el (mpc-string-prefix-p):
4544 Make all of these into obsolete aliases for string-prefix-p.
4545 Update callers.
4546 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4547
1197ecfa
GM
4548 * textmodes/two-column.el: Move custom options to the start.
4549 (frame-width): Remove compat definition.
4550 (2C-associate-buffer, 2C-dissociate):
4551 Use with-current-buffer rather than save-excursion.
4552 (2C-dissociate): Force a mode-line update.
4553 (2C-autoscroll): Use ignore-errors.
4554
099e7202
GM
4555 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4556 Autoload trivia.
4557
bf350d6a
GM
4558 * emacs-lisp/cl-extra.el (*random-state*):
4559 Remove unnecessary declaration.
4560
0e829eab
GM
4561 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4562
e3ad7552
GM
4563 * play/cookie1.el (cookie-snarf):
4564 Give an explicit error if input file cannot be read.
4565
68892d27
GM
4566 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4567
20f0c46d
GM
4568 * progmodes/perl-mode.el (c-macro-expand):
4569 Remove unnecessary autoload (it is in loaddefs.el).
4570
5a0978ce
GM
4571 * textmodes/picture.el (picture-desired-column)
4572 (picture-update-desired-column): Convert comments to doc-strings.
4573 (picture-substitute): Remove function.
4574 (picture-mode-map): Initialize in the defvar.
4575
6b955486
GM
4576 * woman.el: Remove eval-after-load for tar-mode.
4577 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4578 (woman-tar-extract-file): Autoload it.
4579
94ee8db5
GM
4580 * frame.el (automatic-hscrolling): Make this alias obsolete.
4581
177eca34
AM
45822012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4583
090bd7cb 4584 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4585 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4586 (ispell-dictionary-base-alist): Revert to original XEmacs
4587 friendly version for default. [:alpha:] will be added in
090bd7cb 4588 `ispell-set-spellchecker-params' if needed.
177eca34 4589
c505aaeb
CY
45902012-04-16 Chong Yidong <cyd@gnu.org>
4591
b19dd9d1 4592 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4593 (imagemagick-register-types): Use it.
4594 (imagemagick-types-inhibit): Add :set function. Allow new value
4595 of t to inhibit all types.
4596
4597 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4598 so we can preload it.
4599
4600 * loadup.el (fboundp): Preload regexp-opt, needed by
4601 imagemagick-register-types.
4602
60efac0f
CY
46032012-04-15 Chong Yidong <cyd@gnu.org>
4604
4605 * frame.el (scrolling): Remove nearly unused customization group.
4606
4607 * scroll-all.el (scroll-all-mode): Move to windows group.
4608
5dd1713e
CY
46092012-04-15 Chong Yidong <cyd@gnu.org>
4610
4611 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4612
e6fd457e
CY
46132012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4616 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4617
e153c136
GM
46182012-04-15 Glenn Morris <rgm@gnu.org>
4619
4620 * simple.el (process-file-side-effects): Doc fix.
4621
e6fd457e 46222012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4623
4624 * international/mule-cmds.el (set-language-environment): Doc fix.
4625
3603c3b1
JB
46262012-04-14 Juanma Barranquero <lekktu@gmail.com>
4627
4628 * server.el (server-auth-key, server-generate-key): Doc fixes.
4629 (server-get-auth-key): Doc fix. Use `string-match-p'.
4630 (server-start): Reflow docstring.
4631
e6de100c
LI
46322012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4633
4634 * server.el (server-generate-key): `called-interactively-p'
4635 requires a parameter.
4636
29734c21
MN
46372012-04-14 Michal Nazarewicz <mina86@mina86.com>
4638
4639 * server.el (server-auth-key): New variable.
75f1671a 4640 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4641 (server-start): Use the new variable and functions to allow
4642 setting a permanent server key (bug#9423).
4643
d65c9521
LL
46442012-04-14 Leo Liu <sdl.web@gmail.com>
4645
4646 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4647
5ae255c7
PE
46482012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4649
4650 Spelling fixes.
4651 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4652 Emacs uses American spelling.
4653
d5e6342e
JB
46542012-04-14 Juanma Barranquero <lekktu@gmail.com>
4655
4656 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4657 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4658 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4659 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4660
ab036cd7
SM
46612012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * progmodes/which-func.el (which-func-modes): Change default.
4664
35dc09a1 46652012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4666
4667 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4668 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4669
35dc09a1 46702012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4671
4672 * custom.el (custom-theme-set-variables): Doc fix.
4673
35dc09a1 46742012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4675
4676 * international/mule.el (set-auto-coding-for-load): Doc fix.
4677
35dc09a1 46782012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4679
35dc09a1
GM
4680 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4681 imenu work again for Objective C Mode. Correct the *-index values,
4682 these having been disturbed by a previous change in 2011-08.
57f845ee 4683
0de3da9f
AM
4684 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4685 Correct two search limits.
4686
35dc09a1 46872012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4688
4689 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4690
35dc09a1 46912012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4692
4693 * international/characters.el: Fix sorting.
4694
35dc09a1 46952012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4696
4697 * international/characters.el: Add more missing Latin case pairs.
4698
35dc09a1 46992012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4700
4701 * files.el (dir-locals-set-class-variables): Doc fix.
4702
35dc09a1 47032012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4704
3f1b5bf8
EZ
4705 * international/characters.el: Add set-case-syntax-pair call for
4706 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4707 counterpart. (Bug#11209)
4708
9f847f41
EZ
4709 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4710
35dc09a1 47112012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4712
4713 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4714
35dc09a1 47152012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4716
35dc09a1
GM
4717 * textmodes/ispell.el (ispell-dictionary-base-alist):
4718 Add data for Hebrew.
e2627d21 4719
35dc09a1 47202012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4721
35dc09a1
GM
4722 * net/rcirc.el (rcirc-cmd-quit):
4723 Revert 2012-03-18 change (Bug#11192).
5c14e333 4724
35dc09a1 47252012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4726
4727 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4728
35dc09a1 47292012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4730
4517fe3a
SM
4731 * minibuffer.el (completion-in-region-mode-map):
4732 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4733
b472a594
VD
47342012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4735
4736 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4737
09b95ce3
MY
47382012-04-13 Masatake YAMATO <yamato@redhat.com>
4739
4740 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4741 to allow `C-M-f' and `C-M-b' to move to the nearest path
4742 separator (bug#9511).
4743
4b63a9ca
LI
47442012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4745
4746 * avoid.el: Require cl when compiling. And also move the
4747 `provide' to the end.
4748
7b55b8bf
TV
47492012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4750
4751 * avoid.el (mouse-avoidance-banish-position): New variable.
4752 (mouse-avoidance-banish-destination): Use it (bug#10165).
4753
adedaa1f
LL
47542012-04-13 Leo Liu <sdl.web@gmail.com>
4755
4756 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4757
70e74021
KB
47582012-04-13 Ken Brown <kbrown@cornell.edu>
4759
4760 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4761 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4762 (browse-url-filename-alist): For the same reason, don't modify
4763 file:// URLs on Cygwin.
4764
e75e89ba
SM
47652012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4768 the region on shift if the binding is already shifted (bug#11221).
4769
82f289a4
GM
47702012-04-12 Glenn Morris <rgm@gnu.org>
4771
4772 * mail/mailpost.el: Move to obsolete/.
4773
d333dc4c
DA
47742012-04-12 Drew Adams <drew.adams@oracle.com>
4775
4776 * imenu.el (imenu--generic-function): Ignore invisible definitions
4777 (bug#10123).
4778
0d15b5ba
VD
47792012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4780
4781 * hexl.el (hexl-bits): New variable.
4782 (hexl-options): Mention the variable in the doc string.
75f1671a 4783 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4784 (hexl-mode): Mention the new variable.
75f1671a
JB
4785 (hexl-mode, hexl-current-address, hexl-current-address):
4786 Use the displen.
0d15b5ba
VD
4787 (hexl-ascii-start-column): New function.
4788 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4789 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4790
64a440db
AM
47912012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4792
4793 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4794 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4795 the encoding, as expected by hunspell.
4796
6decb6c2
SM
47972012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * battery.el (battery--linux-sysfs-regexp): New const.
4800 (battery-status-function): Use it. Remove yeeloong special case.
4801 (battery-yeeloong-sysfs): Remove.
4802 (battery-echo-area-format): Remove yeeloong special case.
4803
088be6fb
SM
48042012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4805
6622e416
SM
4806 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4807 Reported by Noah Friedman.
4808
088be6fb
SM
4809 * subr.el (read-passwd): Use read-string.
4810
b49f886e
LMI
48112012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4812
4813 * vcursor.el (vcursor-move): Increase the priority of the overlay
4814 (bug#9663).
4815
a63067fc
DD
48162012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4817
4818 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4819 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4820
ac3cf14a
WS
48212012-04-11 William Stevenson <yhvh2000@gmail.com>
4822
4823 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4824 define-minor-mode (bug#10760).
4825
c4fc691b 48262012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4827
4d6769e1 4828 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4829 that directories matching `grep-find-ignored-files' won't be
4830 pruned (bug#10351).
4831
af23e2e5
CY
48322012-04-11 Chong Yidong <cyd@gnu.org>
4833
4834 * startup.el (command-line): Remove support for long-obsolete
4835 variable font-lock-face-attributes.
4836
ab7ce8c1
GM
48372012-04-11 Glenn Morris <rgm@gnu.org>
4838
4839 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4840
de8c03dc
SM
48412012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * window.el (window--state-get-1): Obey window-point-insertion-type.
4844
050cc68b
LB
48452012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4846
4847 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4848 to previous function when point is on the first character of a
75f1671a 4849 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4850
a38c310c
GM
48512012-04-11 Glenn Morris <rgm@gnu.org>
4852
effed0c2
GM
4853 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4854 not just file-errors.
4855
a38c310c
GM
4856 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4857 (vc-bzr-sha1): Use internal sha1.
4858
0221e323
SM
48592012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4862
43956923
SG
48632012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4864
4865 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4866 that start in the middle of the line (bug#10496).
4867
6a8c9eaf
DN
48682012-04-10 Dan Nicolaescu <dann@gnu.org>
4869
4870 * battery.el (battery-linux-proc-acpi): Only one battery is
4871 discharged at a time, but that seems to confuse battery.el when
4872 computing `rate-type' for the battery not being discharged
4873 (bug#10332).
4874
1930bf5d
SM
48752012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4876
2a718f6f
SM
4877 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4878
599430d0
SM
4879 * international/quail.el: Use dolist and simplify.
4880 (quail-define-package, quail-update-keyboard-layout)
4881 (quail-define-rules): Use dolist.
4882 (quail-insert-kbd-layout, quail-get-translation): CSE.
4883
a2754b6c
SM
4884 * tmm.el: Use dolist, remove left over hook.
4885 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4886 Use dolist.
4887 (calendar-load-hook): Don't mess with it.
4888
1930bf5d
SM
4889 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4890 Use derived-mode-p. Run the diff asynchronously.
4891
9f67961c
LMI
48922012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4893
4894 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4895
2a8ce227
JB
48962012-04-10 Juanma Barranquero <lekktu@gmail.com>
4897
4898 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4899 (list-dynamic-libraries--loaded): New function.
4900 (list-dynamic-libraries--refresh): Use it.
4901
8f33b5f8
NW
49022012-04-10 Nathan Weizenbaum <nweiz@google.com>
4903
1930bf5d
SM
4904 * progmodes/python.el (python-fill-paragraph):
4905 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4906 disabled (bug#7018).
4907
b12f0439
L
49082012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4909
1930bf5d 4910 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4911 DOS/MS Windows for the Baltic languages. There are still plenty
4912 of texts written in this encoding/codepage (bug#6519).
b12f0439 4913
57c3bd01
GM
49142012-04-10 Glenn Morris <rgm@gnu.org>
4915
4916 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4917 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4918
6c3eab30
FA
49192012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4920
1930bf5d 4921 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4922 next-line "n" and previous-line "p" in order to make recentf more
4923 consistent with ibuffer, dired or org-mode (bug#9387).
4924
24d78a88
LMI
49252012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4926
bc72b5d9
LMI
4927 * image.el (put-image): Return the overlay created instead of the
4928 optional input string (bug#7834). Note that this may break code
4929 that is (for some reason or other) depending on `put-image'
4930 returning the string.
4931
bd2dba5a
LMI
4932 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4933
74beb59f
LMI
4934 * simple.el (zap-to-char): Allow zapping using input methods
4935 (bug#1580).
4936
24d78a88
LMI
4937 * textmodes/fill.el (fill-region): Leave point and mark where they
4938 were before filling (bug#5399).
4939
263f20cd
GM
49402012-04-09 Glenn Morris <rgm@gnu.org>
4941
4942 * version.el (emacs-bzr-get-version):
4943 Handle lightweight checkouts of local branches.
4944
58d1f797
AS
49452012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4946
263f20cd 4947 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4948
b4d3bc10
CY
49492012-04-09 Chong Yidong <cyd@gnu.org>
4950
4951 * custom.el (custom-variable-p): Return nil for non-symbol
4952 arguments instead of signaling an error.
4953 (user-variable-p): Obsolete alias for custom-variable-p.
4954
4955 * apropos.el (apropos-variable):
4956 * files-x.el (read-file-local-variable):
4957 * simple.el (set-variable):
4958 * woman.el (woman-mini-help):
4959 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4960
fd06db5d
GM
49612012-04-09 Glenn Morris <rgm@gnu.org>
4962
e5fcdb5e
GM
4963 * startup.el (normal-top-level): Don't look for leim-list.el
4964 in places where it will not be found. (Bug#910)
4965
fd06db5d
GM
4966 * international/mule-cmds.el (set-default-coding-systems):
4967 * files.el (normal-mode):
4968 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4969 This function was removed with ucs-tables.el in 2008.
4970
b39bb7e1
EZ
49712012-04-08 Eli Zaretskii <eliz@gnu.org>
4972
4973 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4974 ispell-encoding8-command to "-i", without a trailing space.
4975 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4976 separate command-line arguments, to specify the encoding, since
4977 that's how hunspell expects it.
4978
5c5b8e23
GM
49792012-04-08 Glenn Morris <rgm@gnu.org>
4980
4981 * loadup.el: Load bindings before cus-start.
4982 This reduces somewhat the number of "rogue" settings in emacs -Q.
4983
a1ed8b05
GM
49842012-04-07 Glenn Morris <rgm@gnu.org>
4985
4986 * version.el (emacs-bzr-get-version): New function.
dfae128a 4987 (emacs-bzr-version): New variable.
a1ed8b05
GM
4988 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4989 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4990
b142f158
EZ
49912012-04-07 Eli Zaretskii <eliz@gnu.org>
4992
dfae128a
GM
4993 * international/uni-bidi.el, international/uni-category.el:
4994 * international/uni-combining.el, international/uni-decimal.el:
4995 * international/uni-decomposition.el, international/uni-digit.el:
4996 * international/uni-lowercase.el, international/uni-mirrored.el:
4997 * international/uni-name.el, international/uni-numeric.el:
4998 * international/uni-titlecase.el, international/uni-uppercase.el:
4999 Update for Unicode 6.1.
b142f158 5000
9078ead6
EZ
50012012-04-07 Eli Zaretskii <eliz@gnu.org>
5002
5003 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5004
f23d2c7d
LMI
50052012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5006
5007 * window.el (shrink-window): Mention the `window-min-height'
5008 variable in the doc string.
5009
0a0a3573
BG
50102012-04-05 Bastien Guerry <bzg@altern.org>
5011
5012 * color.el (color-lighten-name): Fix typo.
5013
e5248ac9
SM
50142012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * server.el (server--on-display-p): New function.
5017 (server--on-display-p): Use it.
5018
b4243e22
GV
50192012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5020
5021 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5022 (bug#11145).
5023
305d9f44
SM
50242012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * comint.el (comint--common-quoted-suffix): Check string boundary
5027 before comparing (bug#11158).
5028 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5029
3d439cd1
CY
50302012-04-04 Chong Yidong <cyd@gnu.org>
5031
321cc491
CY
5032 * minibuffer.el (completion-extra-properties): Doc fix.
5033
3d439cd1
CY
5034 * subr.el (delayed-warnings-hook): Doc fix.
5035
2d562c0f
DU
50362012-04-04 Daiki Ueno <ueno@unixuser.org>
5037
5038 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5039 selection (Bug#11159).
5040 (epa-insert-keys): Inform that the default public key will be
5041 exported if no key is selected.
5042
4443f204
RS
50432012-04-04 Richard Stallman <rms@gnu.org>
5044
5045 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5046
529c06b6
CY
50472012-04-03 Chong Yidong <cyd@gnu.org>
5048
5049 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5050 mail-insert-file, not its obsolete alias mail-attach-file.
5051
66b907dc
MA
50522012-04-03 Michael Albinus <michael.albinus@gmx.de>
5053
5054 * notifications.el (notifications-notify): Fix docstring.
5055
c0ea195d
GM
50562012-04-02 Glenn Morris <rgm@gnu.org>
5057
5058 * emacs-lisp/authors.el (authors-aliases): Another addition.
5059
5ca64e00
MA
50602012-04-02 Michael Albinus <michael.albinus@gmx.de>
5061
5062 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5063 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5064 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5065
42ee526b
CY
50662012-04-01 Chong Yidong <cyd@gnu.org>
5067
5068 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5069 Handle root directory properly.
5070 (copy-directory): Caller changed.
5071
5072 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5073 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5074
0b021094
GM
50752012-03-31 Glenn Morris <rgm@gnu.org>
5076
40f86458
GM
5077 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5078
7019c177
GM
5079 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5080
a1daddd6
GM
5081 * calendar/calendar.el (calendar-window-list)
5082 (calendar-hide-window): Restore. (Bug#11140)
5083 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5084
0b021094
GM
5085 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5086
40311efc
TV
50872012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5088
5089 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5090 Check if file is a symlink (Bug#10489).
5091
5092 * files.el (copy-directory): Likewise.
5093
5319014e
CY
50942012-03-30 Chong Yidong <cyd@gnu.org>
5095
5096 * image.el (imagemagick-types-inhibit)
5097 (imagemagick-register-types): Doc fix.
5098
935d1290
AM
50992012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5100
090bd7cb 5101 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5102 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5103 and treats ~word as ordinary words in pipe mode.
935d1290 5104
61c6e8fd
GM
51052012-03-30 Glenn Morris <rgm@gnu.org>
5106
5107 * tutorial.el (help-with-tutorial): Ensure local variables don't
5108 happen to make the buffer read-only. (Bug#11127)
5109
81fdff00
SM
51102012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5113 (perl-calculate-indent): Return `noindent' in strings.
5114
6e7a6ec0
SS
51152012-03-28 Sam Steingold <sds@gnu.org>
5116
5117 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5118 instead of the broken adhockery which does not prevent calendar
5119 buffers from being displayed at random after exit.
5120 (calendar-window-list, calendar-hide-window): Remove the broken
5121 adhockery.
5122
fee88ca0
GM
51232012-03-28 Glenn Morris <rgm@gnu.org>
5124
5125 * replace.el (query-replace-map): Doc fix.
5126
38de3354
AS
51272012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5128
5129 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5130 contents. (Bug#11109)
5131
b973155e
SM
51322012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5135 (bug#11077).
5136 (avl-tree--check, avl-tree--check-node): New funs.
5137
dcb6e7b3
MR
51382012-03-27 Martin Rudalics <rudalics@gmx.at>
5139
5140 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5141 (switch-to-prev-buffer, switch-to-next-buffer):
5142 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5143 showing a buffer already is done on the same frame.
5144
b4fa35fa
GM
51452012-03-27 Glenn Morris <rgm@gnu.org>
5146
5147 * startup.el (mail-host-address): Doc fix.
5148
f9210e18
SM
51492012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5152 than 197 variables.
5153
c0bf7753
AF
51542012-03-26 Ami Fischman <ami@fischman.org>
5155
5156 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5157
33da7b16
GM
51582012-03-26 Glenn Morris <rgm@gnu.org>
5159
02243d9d
GM
5160 * files.el (save-buffers-kill-emacs): Doc fix.
5161
33da7b16
GM
5162 * startup.el (normal-top-level, command-line, command-line-1):
5163 Give them doc strings.
5164
e5a69fd0
EZ
51652012-03-25 Eli Zaretskii <eliz@gnu.org>
5166
5167 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5168 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5169
9a69676a
CY
51702012-03-25 Chong Yidong <cyd@gnu.org>
5171
4125cb8b
CY
5172 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5173 theme if it was previously enabled before (Bug#11031).
5174
dd470960
CY
5175 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5176 spec with custom-face-get-current-spec if its :shown-value is not
5177 determined yet (Bug#9337).
4125cb8b 5178 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5179
9a69676a
CY
5180 * button.el (button-at): Minor addition to docstring.
5181
6e7e90fa
SL
51822012-03-24 Simon Leinen <simon.leinen@gmail.com>
5183
5184 * vc/vc.el (vc-merge): Fix a prompt.
5185
f06e2758
CY
51862012-03-24 Chong Yidong <cyd@gnu.org>
5187
5188 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5189 point (Bug#9623).
5190
6e7e90fa
SL
5191 * button.el (button-at): Minor addition to docstring.
5192
b9d0879b
SM
51932012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * newcomment.el (comment-choose-indent): No space after BOL.
5196
e71cebb3
SS
51972012-03-22 Sam Steingold <sds@gnu.org>
5198
5199 * window.el (switch-to-prev-buffer): Revert last patch because the
5200 bug turned out to be an advertised feature (Elisp manual 28.14).
5201
335aff35
GM
52022012-03-22 Glenn Morris <rgm@gnu.org>
5203
5204 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5205 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5206
c676576a
LMI
52072012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5208
5209 * net/network-stream.el (network-stream-open-starttls): Make error
5210 message under Windows be less misleading.
5211
126f3d39
LW
52122012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5213
5214 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5215 understands (bug#9942).
5216
64fee311
CY
52172012-03-22 Chong Yidong <cyd@gnu.org>
5218
5219 * simple.el (end-of-visible-line): Handle return value of
5220 next-single-property-change properly (Bug#9371).
5221
a640d29a
KH
52222012-03-22 Kenichi Handa <handa@m17n.org>
5223
5224 * international/quail.el (quail-insert-kbd-layout): Fix previous
5225 change. To avoid unwanted bidi reordering, use
5226 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5227
39675016
DG
52282012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5229
5230 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5231 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5232 (ruby-beginning-of-indent): Be more careful with the difference
5233 between word-boundary and symbol boundary.
5234 (ruby-mode-syntax-table): Make : a symbol constituent.
5235
0a6934fc 52362012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5237
3d008e4f
SM
5238 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5239
0a6934fc
SM
52402012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5241
af67c9d7
SM
5242 * progmodes/etags.el (tags-completion-at-point-function):
5243 Improve last fix.
5244
1acad97c
SM
5245 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5246
e298b5da
SS
52472012-03-21 Sam Steingold <sds@gnu.org>
5248
5249 * progmodes/etags.el (tags-completion-at-point-function):
5250 Avoid the error when point is inside the pattern.
5251
91d82a70
JY
52522012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5253
5254 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5255 line (Bug#10855).
5256
69188b79
CY
52572012-03-21 Drew Adams <drew.adams@oracle.com>
5258
5259 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5260
99fc91fe
AK
52612012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5262
5263 * ido.el (ido-set-current-directory, ido-read-internal)
5264 (ido-choose-completion-string, ido-completion-help): Handle nil
5265 value of ido-completion-buffer (Bug#11008).
5266
087bbb4c
SS
52672012-03-21 Sam Steingold <sds@gnu.org>
5268
5269 * window.el (switch-to-prev-buffer): Do not switch to a visible
5270 window previous buffer, just like with the frame previous buffers.
5271
fb5b8aca
CY
52722012-03-21 Chong Yidong <cyd@gnu.org>
5273
5274 * faces.el (make-face, make-empty-face, copy-face):
5275 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5276 Doc fixes.
5277
dc9924b8
SM
52782012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5281 (widget-complete): Remove broken use of it.
5282
f0bcceb9
CY
52832012-03-20 Chong Yidong <cyd@gnu.org>
5284
dc9924b8
SM
5285 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5286 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5287 characters.
5288
ee52ebf3
TH
52892012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5290
5291 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5292 to draw rectangles, not squares. (Regression introduced by revno
5293 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5294
4c5779ab
CY
52952012-03-18 Chong Yidong <cyd@gnu.org>
5296
5297 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5298 it is not yet defined (for temacs).
5299
15360934
LL
53002012-03-18 Leo Liu <sdl.web@gmail.com>
5301
dc9924b8 5302 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5303
d9a8eb66
EZ
53042012-03-17 Eli Zaretskii <eliz@gnu.org>
5305
5306 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5307 (ispell-choices-win-default-height, ispell-silently-savep)
5308 (ispell-dictionary-alist, ispell-encoding8-command)
5309 (ispell-check-version, ispell-aspell-find-dictionary)
5310 (ispell-valid-dictionary-list, ispell-words-keyword)
5311 (ispell-get-word, ispell-internal-change-dictionary)
5312 (ispell-region, ispell-skip-region-list)
5313 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5314 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5315 (ispell-message-text-end, ispell-message)
5316 (ispell-buffer-local-parsing): Doc fix.
5317
f02ff80d
J
53182012-03-13 Jambunathan K <kjambunathan@gmail.com>
5319
5320 * htmlfontify.el: Add support for code block fontification for ODT
5321 export (Bug #9914).
5322 (hfy-optimisations): Define new option
5323 `body-text-only'
5324 (hfy-fontify-buffer): Honor above setting.
5325 (hfy-begin-span, hfy-end-span): New routines factored out form
5326 `hfy-fontify-buffer'.
5327 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5328 that permit insertion of custom tags.
5329 (hfy-fontify-buffer): Use above handlers.
5330 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5331 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5332 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5333 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5334 bind a special variable `hfy-user-sheet-assoc'.
5335 (htmlfontify-string): New defun.
5336 (hfy-compile-face-map): Make sure that the last char in the
5337 buffer is correctly fontified.
5338 (hfy-face-resolve-face): Whitespace only change.
5339
9ac7a13f
EZ
53402012-03-17 Eli Zaretskii <eliz@gnu.org>
5341
5342 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5343 message more clear.
5344
e2b5bdd7
LL
53452012-03-16 Leo Liu <sdl.web@gmail.com>
5346
5347 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5348
2e492df3
AM
53492012-03-16 Alan Mackenzie <acm@muc.de>
5350
5351 Further optimise the handling of large macros.
5352
5353 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5354 limit to a call of `c-literal-limits'.
5355 (c-determine-+ve-limit): New function.
dc9924b8
SM
5356 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5357 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5358 In CASE 5B, restrict a search limit to 500.
5359 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5360
5361 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5362 Restrict macro bounds to +-500 from after-change's BEG END.
5363
50e94f0c
LL
53642012-03-16 Leo Liu <sdl.web@gmail.com>
5365
5366 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5367
6f09f6ed
AH
53682012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5369
5370 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5371 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5372
c7e73d51
GM
53732012-03-16 Glenn Morris <rgm@gnu.org>
5374
da986230
GM
5375 * view.el (view-buffer, view-buffer-other-window)
5376 (view-buffer-other-frame): Doc fixes re special mode-class.
5377
0835f01e
GM
5378 * subr.el (eval-after-load): If named feature is provided not from
5379 a file, run after-load forms. (Bug#10946)
5380
c7e73d51
GM
5381 * calendar/calendar.el (calendar-insert-at-column):
5382 Handle non-unit-width characters a bit better. (Bug#10978)
5383
3f2eafd1
CY
53842012-03-15 Chong Yidong <cyd@gnu.org>
5385
5386 * emacs-lisp/ring.el (ring-extend): New function.
5387 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5388
5389 * comint.el (comint-read-input-ring)
5390 (comint-add-to-input-history): Grow comint-input-ring lazily.
5391
103af3fe
SM
53922012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5393
663b1677
SM
5394 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5395 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5396
103af3fe
SM
5397 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5398 (imenu-add-to-menubar): Don't add a redundant index.
5399 (imenu-update-menubar): Handle a dynamically composed keymap.
5400
899cb7cb
KY
54012012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5402
5403 * mail/sendmail.el (mail-encode-header):
5404 Bind rfc2047-encode-encoded-words to nil.
5405
3809f91d
GM
54062012-03-13 Glenn Morris <rgm@gnu.org>
5407
5408 * calendar/calendar.el (calendar-string-spread):
5409 Handle non-unit-width characters a bit better. (Bug#10978)
5410
9e345a01
LL
54112012-03-13 Leo Liu <sdl.web@gmail.com>
5412
5413 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5414 directory and file as argument (Bug#10822).
5415
4a07df36
KS
54162012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5417
5418 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5419 For dynamically generated code, follow $PC.
5420 (gdb-disassembly-handler-custom): Handle no function name case.
5421
4aaa9356
TL
54222012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5423
5424 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5425 * emulation/ws-mode.el (ws-query-replace):
5426 * sort.el (sort-regexp-fields):
5427 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5428
225979da
SM
54292012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * dabbrev.el: Fix cycle completion order (bug#10963).
5432 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5433 (dabbrev-completion): Don't use an obarray; provide
5434 a cycle-sort-function.
5435
e2f1fdab
LL
54362012-03-12 Leo Liu <sdl.web@gmail.com>
5437
dc9924b8 5438 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5439 (kill-do-not-save-duplicates): Doc fix.
5440
b19490ed
SM
54412012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * dabbrev.el: Fix cycle completion (bug#10963).
5444 Use lexical binding and wrap to 80 columns.
5445 (dabbrev-completion): Delay computing the list of completions.
5446
4b05d722
KH
54472012-03-12 Kenichi Handa <handa@m17n.org>
5448
5449 * international/quail.el (quail-insert-kbd-layout): Surround each
5450 row by LRO and PDF instead of inserting many LRMs. Pad the left
5451 and right of each non-spacing marks. Insert invisible space
5452 between lower and upper characters to prevent composition.
5453
dbbc2e69
SM
54542012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * minibuffer.el (minibuffer-complete): Don't get confused when the
5457 function is run twice via different commands (bug#10958).
5458 (complete-with-action): Fix docstring.
5459
292112ed
CY
54602012-03-12 Chong Yidong <cyd@gnu.org>
5461
5d1ac394
CY
5462 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5463 (nxml-completion-at-point-function): New function.
5464 (nxml-mode): Use it.
5465 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5466
292112ed
CY
5467 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5468 Load generated autoloads file before byte compiling (Bug#10970).
5469 (package--make-autoloads-and-compile): New helper fun.
5470
4098f8f7
CS
54712012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5472
5473 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5474
8f754691
MA
54752012-03-11 Michael Albinus <michael.albinus@gmx.de>
5476
5477 * autorevert.el (auto-revert-handler): Ensure, that
5478 file-readable-p is applied only for local files or in
5479 auto-revert-tail-mode.
5480
e29ab36b
AS
54812012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5482
dbbc2e69
SM
5483 * server.el (server-eval-at): Handle non-tcp connections.
5484 Decode result string.
ad0bf5b6 5485
e29ab36b
AS
5486 * server.el (server-msg-size): New constant.
5487 (server-reply-print): New function.
5488 (server-eval-and-print): Use it.
5489 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5490 Handle -print-nonl.
5491
de5939ba
CS
54922012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5493
5494 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5495 (Bug#10987).
5496
0c93eabf
CY
54972012-03-11 Chong Yidong <cyd@gnu.org>
5498
397a688f
CY
5499 * simple.el (goto-line): Doc fix (Bug#9938).
5500
2cc775f9
CY
5501 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5502
0c93eabf
CY
5503 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5504 when finished (Bug#10963).
5505
c491fa41
MR
55062012-03-11 Martin Rudalics <rudalics@gmx.at>
5507
5508 * window.el (split-window-below): Fix bug in case where
5509 split-window-keep-point is nil (Bug#10971).
5510
300e8fa5
JL
55112012-03-11 Juri Linkov <juri@jurta.org>
5512
5513 * replace.el (replace-highlight): Set isearch-word to nil
5514 unconditionally. (Bug#10887)
5515
dbf6c5a1
EZ
55162012-03-10 Eli Zaretskii <eliz@gnu.org>
5517
5518 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5519 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5520 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5521 (mairix-widget-create-query): Add usage information about mairix
5522 search forms: negating words, searching for substrings, etc.
5523
b9e501de
JP
55242012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5525
5526 * international/fontset.el (font-encoding-alist): Add an entry for
5527 ksx1001 (Bug#5667).
5528
92795c91
RS
55292012-03-10 Richard Stallman <rms@gnu.org>
5530
1694e6c1
RS
5531 * mail/sendmail.el (mail-encode-header):
5532 Set rfc2047-encode-encoded-words.
5533
607e8555
RS
5534 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5535
de3bc99a
RS
5536 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5537 view buffer means not swapped.
5538 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5539 (rmail-write-region-annotate): Error if real text has disappeared.
5540
92795c91
RS
5541 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5542
699bd04e
CY
55432012-03-10 Chong Yidong <cyd@gnu.org>
5544
5545 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5546 * emulation/cua-base.el (cua--init-keymaps):
5547 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5548
570a1714
MR
55492012-03-10 Martin Rudalics <rudalics@gmx.at>
5550
dbbc2e69
SM
5551 * speedbar.el (speedbar-unhighlight-one-tag-line):
5552 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5553
82dcf4e4
CY
55542012-03-10 Chong Yidong <cyd@gnu.org>
5555
7a2c7ca7
CY
5556 * minibuffer.el (completion-in-region, completion-help-at-point):
5557 Give the completion field overlay a high priority (Bug#6830).
5558
82dcf4e4
CY
5559 * dired.el (dired-goto-file): Recognize absolute file name
5560 listings (Bug#7126).
5561 (dired-goto-file-1): New helper function.
5562 (dired-toggle-read-only): Inhibit warnings.
5563
052e28ac
MA
55642012-03-09 Michael Albinus <michael.albinus@gmx.de>
5565
75f1671a 5566 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5567 there are no properties.
5568
95d5e396
LL
55692012-03-09 Leo Liu <sdl.web@gmail.com>
5570
5571 * savehist.el (savehist-printable): Stricter check for string
5572 value (Bug#10937).
5573
3f018d6d
EZ
55742012-03-09 Eli Zaretskii <eliz@gnu.org>
5575
dbbc2e69
SM
5576 * mail/smtpmail.el (smtpmail-send-it):
5577 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5578 valid mbox format.
5579
f7fd3d79
GM
55802012-03-09 Glenn Morris <rgm@gnu.org>
5581
5582 * files.el (dir-locals-find-file):
5583 Don't check result is regular, readable.
5584 (dir-locals-read-from-file): Demote errors.
5585
6ff6e72f
EZ
55862012-03-08 Eli Zaretskii <eliz@gnu.org>
5587
dbbc2e69
SM
5588 * international/quail.el (quail-insert-kbd-layout):
5589 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5590 layout cell, to prevent their reordering by bidi display engine.
5591 For details, see the discussion in
5592 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5593
9cec7834
AM
55942012-03-08 Alan Mackenzie <acm@muc.de>
5595
5596 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5597 the starting position; make it extend the marked region when
5598 invoked repeatedly - all under appropriate circumstances.
5599 Fixes bugs #5525, #10906.
5600
9a40b8d4
GM
56012012-03-08 Glenn Morris <rgm@gnu.org>
5602
5603 * files.el (locate-dominating-file, dir-locals-find-file):
5604 Undo 2012-03-06 change.
5605
7a08ed35
EZ
56062012-03-07 Eli Zaretskii <eliz@gnu.org>
5607
dbbc2e69
SM
5608 * international/quail.el (quail-help):
5609 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5610 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5611 for the reason.
5612
5aca4f71 56132012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5614
5615 Avoid superfluous registering of signals. (Bug#10807)
5616
5617 * notifications.el (notifications-on-action-object)
5618 (notifications-on-close-object): New defvars.
5619 (notifications-on-action-signal, notifications-on-closed-signal):
5620 Unregister the signal if not needed any longer.
5621 (notifications-notify): Register `notifications-action-signal' or
5622 `notifications-closed-signal', if :on-action or :on-close has been
5623 passed as argument.
5624
78e8b10a
CY
56252012-03-07 Chong Yidong <cyd@gnu.org>
5626
5627 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5628 non-X platforms.
5629
69481eb8
GM
56302012-03-06 Glenn Morris <rgm@gnu.org>
5631
5632 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5633 (x-disown-selection-internal, x-get-selection-internal):
5634 Doc fix (add arglist signatures). (Bug#10783)
5635
133b8e11
KS
56362012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5637
5638 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5639 Handle breakpoints with no "type".
5640
99a83064
GM
56412012-03-06 Glenn Morris <rgm@gnu.org>
5642
5643 * files.el (locate-dominating-file): Add optional predicate argument.
5644 (dir-locals-find-file): Make use of above change.
5645
17798e78
TTN
56462012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5647
5648 * info.el (Info-insert-dir): Also try "dir.gz".
5649
eb182446
GM
56502012-03-06 Glenn Morris <rgm@gnu.org>
5651
8f2114ee
GM
5652 * files.el (dir-locals-find-file):
5653 Ignore non-readable or non-regular files. (Bug#10928)
5654
eb182446
GM
5655 * files.el (locate-dominating-file): Doc fix.
5656
24679323
AS
56572012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5658
5659 * calendar/calendar.el (calendar-set-mode-line):
5660 `getenv' returns a string. (Bug#10951)
5661
01d972a9
LL
56622012-03-05 Leo Liu <sdl.web@gmail.com>
5663
109aa8a9
LL
5664 * simple.el (backward-delete-char-untabify): Constrain point to
5665 field (Bug#10939).
5666
01d972a9
LL
5667 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5668
10607bea
CY
56692012-03-05 Chong Yidong <cyd@gnu.org>
5670
5671 * simple.el (count-words): If called from Lisp, return the word
5672 count, for symmetry with `count-lines'. Arglist changed.
5673 (count-words--message): Args changed. Consolidate counting code
5674 from count-words and count-words-region.
5675 (count-words-region): Caller changed.
5676 (count-lines-region): Make it an obsolete alias.
5677
5dd11cfe
TH
56782012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5679
5680 * saveplace.el (save-place-to-alist)
5681 (save-place-ignore-files-regexp): Allow value nil to disable this
5682 feature.
5683
c349f4e6
CY
56842012-03-04 Chong Yidong <cyd@gnu.org>
5685
5686 * faces.el (face-spec-reset-face): For the default face, reset the
5687 attributes to default values (Bug#10748).
5688
e627be4c
LMI
56892012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5690
5691 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5692 previous patch: Check `message-send-mail-function', and not the
5693 default function (bug#10897).
5694
ebeabff4
MA
56952012-03-04 Michael Albinus <michael.albinus@gmx.de>
5696
a41a6cf4
MA
5697 * notifications.el (notifications-on-action-signal)
5698 (notifications-on-closed-signal): Check for unique service name of
5699 incoming event. Fix error in removing entry.
ebeabff4 5700 (top): Register for signals with wildcard service name.
a41a6cf4 5701 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5702
c1ca42b4
CY
57032012-03-04 Chong Yidong <cyd@gnu.org>
5704
dc9924b8 5705 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5706
ea16568d
GM
57072012-03-04 Glenn Morris <rgm@gnu.org>
5708
5709 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5710 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5711 (expand-abbrev, define-abbrev-table): Doc fixes.
5712
fbae4637
LMI
57132012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5714
5715 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5716 `message-default-send-mail-function' and not `send-mail-function'
5717 when doing the prompting for `sendmail-query-once' before sending
5718 in Message buffers (bug#10897).
5719
a1e7225c
LMI
5720 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5721 This is inconsistent with all the other stream functions, which leave
5722 the setting up to the higher levels (if so wanted) (bug#10931).
5723
56d093a9
AM
57242012-03-02 Alan Mackenzie <acm@muc.de>
5725
5726 Depessimize the handling of very large macros.
5727
5728 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5729 (c-macro-cache-syntactic): New variables to implement a one
5730 element macro cache.
5731 (c-invalidate-macro-cache): New function.
5732 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5733 Adapt to use the new cache.
5734 (c-state-safe-place): Use better the cache of safe positions.
5735 (c-state-semi-nonlit-pos-cache)
5736 (c-state-semi-nonlit-pos-cache-limit):
5737 New variables for...
5738 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5739 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5740 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5741 Use c-state-semi-safe-place.
56d093a9 5742
dbbc2e69
SM
5743 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5744 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5745
817e5c3d
MA
57462012-03-02 Michael Albinus <michael.albinus@gmx.de>
5747
dbbc2e69
SM
5748 * jka-compr.el (jka-compr-call-process):
5749 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5750 not remote.
5751
a032a702
MA
57522012-03-01 Michael Albinus <michael.albinus@gmx.de>
5753
5754 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5755 access of FILE2, if FILE1 does not exist.
5756
99a54f21
MA
5757 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5758 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5759
5760 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5761 Add "PAGER=" to `process-environment'.
5762
f6561e1f
MM
57632012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5764
5765 * progmodes/sql.el: Bug fix
5766 (sql-get-login-ext): Save login values in globals.
5767 (sql-get-login): Use new version of `sql-get-login-ext'.
5768 (sql-interactive-mode): Set global `sql-connection' to nil.
5769 (sql-connect): Set global values for connection.
5770 (sql-product-interactive): Save global values as buffer local.
5771
2d44d9cc
LL
57722012-02-29 Leo Liu <sdl.web@gmail.com>
5773
5774 * abbrev.el (define-abbrevs): Reset sys to nil.
5775
96b49301 57762012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5777
bf7f9bc5
JB
5778 * files.el (file-equal-p): Rename from `files-equal-p'.
5779 Return nil when one or both files don't exist.
96b49301 5780 (file-subdir-of-p): Now only top directory must exists,
5781 return nil if it doesn't.
bf7f9bc5
JB
5782 (copy-directory): No need to test with `file-subdir-of-p' after
5783 creating dir.
5784 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5785 to `file-equal-p'.
96b49301 5786
44e97401
GM
57872012-02-28 Glenn Morris <rgm@gnu.org>
5788
5789 * shell.el (shell-mode):
5790 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5791 * play/landmark.el (landmark-font-lock-face-O):
5792 * play/handwrite.el (handwrite):
5793 * play/gomoku.el (gomoku-O):
5794 * net/browse-url.el (browse-url-browser-display):
5795 * international/mule.el (define-charset):
5796 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5797 * filesets.el (filesets-find-file-delay):
5798 * eshell/em-xtra.el (eshell-xtra):
5799 * eshell/em-unix.el (eshell-grep):
5800 * emulation/viper.el (viper-mode):
5801 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5802 * emacs-lisp/easymenu.el (easy-menu-define):
5803 * calendar/timeclock.el (timeclock-use-display-time):
5804 * bs.el (bs-mode):
5805 * bookmark.el (bookmark-save-flag):
5806 Doc fix (standardize possessive apostrophe usage).
5807
c98c6276
CY
58082012-02-27 Chong Yidong <cyd@gnu.org>
5809
bf7f9bc5
JB
5810 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5811 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5812
c98c6276
CY
5813 * font-lock.el (font-lock-specified-p): Rename from
5814 font-lock-spec-present. Callers changed.
5815
9c62cd04 58162012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5817
bf7f9bc5
JB
5818 * emacs-lisp/package.el (package-compute-transaction):
5819 Handle holding a package version to t in package-load-list.
8ac9e529 5820
530739c9
MA
58212012-02-26 Michael Albinus <michael.albinus@gmx.de>
5822
5823 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5824 (tramp-get-inode, tramp-get-device): Use cached values.
5825
487915d7
AM
58262012-02-26 Alan Mackenzie <acm@muc.de>
5827
5828 Check there is a font-lock specification before doing initial
5829 fontification.
5830
5831 * font-core.el (font-lock-mode): Move the conditional from
5832 :after-hook to font-lock-initial-fontify.
5833 (font-lock-default-function): Move the check for a specification
5834 to font-lock-spec-present.
5835
dc9924b8 5836 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5837 (font-lock-spec-present): New function.
5838
4fd96557
JB
58392012-02-26 Jim Blandy <jimb@red-bean.com>
5840
5841 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5842 (gdb-send): Apply it to the operand of the '-interpreter-exec
5843 console' command, so that we can pass arguments with (say) quotes
5844 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5845
9a4888c0
CY
58462012-02-26 Chong Yidong <cyd@gnu.org>
5847
07498861
CY
5848 * help-fns.el (describe-function-1): Clarify description of
5849 remapping (Bug#10844).
5850
9a4888c0
CY
5851 * files.el (files-equal-p): Doc fix.
5852 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5853 and quit the loop once a mismatch is found.
5854
ea8fb88d
JB
58552012-02-25 Juanma Barranquero <lekktu@gmail.com>
5856
5857 * bs.el (bs--show-with-configuration): Don't throw an error
5858 if the window cannot be split; otherwise, subsequent calls to
5859 bs-show fail, restoring a stale window config. (Bug#10882)
5860
525795c1
JD
58612012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5862
5863 * term/ns-win.el (global-map): Bind ns-drag-file to
5864 ns-find-file (Bug#5855, Bug#10050).
5865
f008086f
AS
58662012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5867
5868 * calendar/parse-time.el (parse-time-string): Allow extractor to
5869 return nil.
5870
a3fcfa99
MA
58712012-02-25 Michael Albinus <michael.albinus@gmx.de>
5872
91027d08
JB
5873 * net/tramp.el (tramp-file-name-for-operation):
5874 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5875
5876 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5877 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5878 Add COPY-CONTENTS argument.
a3fcfa99 5879
67b0de11
CY
58802012-02-25 Chong Yidong <cyd@gnu.org>
5881
5882 Add custom groups for VC backends, for consistency with vc-bzr.
5883
5884 * vc/vc-arch.el (vc-arch):
5885 * vc/vc-cvs.el (vc-cvs):
5886 * vc/vc-git.el (vc-git):
5887 * vc/vc-hg.el (vc-hg):
5888 * vc/vc-mtn.el (vc-mtn):
5889 * vc/vc-rcs.el (vc-rcs):
5890 * vc/vc-sccs.el (vc-sccs):
5891 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5892 All relevant defcustoms reassigned.
5893
3c9dfce6
CY
58942012-02-25 Chong Yidong <cyd@gnu.org>
5895
1339bf43
CY
5896 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5897
3c9dfce6
CY
5898 * term/x-win.el (x-initialize-window-system): Reduce default for
5899 x-selection-timeout to 5 seconds (Bug#8869).
5900
25b2e303 59012012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5902
ec70a47d
GM
5903 * files.el (files-equal-p, file-subdir-of-p): New functions.
5904 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5905 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5906 * dired-aux.el (dired-copy-file-recursive): Same.
5907 (dired-create-files): Modify destination when source is equal to
5908 dest when copying files.
53a46cd0 5909 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5910
914260cd
MA
59112012-02-24 Michael Albinus <michael.albinus@gmx.de>
5912
5913 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5914 (Bug#10874)
5915
2cb228f7
AM
59162012-02-23 Alan Mackenzie <acm@muc.de>
5917
5918 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5919 parameter "after-hook:" to allow the expansion to run code after
5920 the execution of the mode hooks.
5921
5922 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5923 from font-lock-mode-internal.
2cb228f7 5924
91027d08 5925 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5926 :after-hook.
5927
8f0fde21
SM
59282012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5929
3e88618b
SM
5930 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5931 (completion--cache-all-sorted-completions): New function.
5932 (completion-all-sorted-completions): Use it.
5933 (completion--do-completion, minibuffer-force-complete):
5934 Use it to re-instate the flush hook.
5935
8f0fde21
SM
5936 * icomplete.el (icomplete-completions): Replace last fix with a better
5937 one (bug#10850).
5938
8e911f6f
DG
59392012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5940
5941 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5942 when it might call us back infinitely (bug#10797).
5943
49fe4321
GM
59442012-02-23 Glenn Morris <rgm@gnu.org>
5945
5946 * minibuffer.el (completion-category-overrides): Doc fix.
5947
b291b572
SM
59482012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5951 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5952
31a9ef2e
GM
59532012-02-23 Glenn Morris <rgm@gnu.org>
5954
5e6e6794 5955 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5956 (authors-obsolete-files-regexps, authors-ignored-files)
5957 (authors-ambiguous-files, authors-renamed-files-alist):
5958 Add more entries.
5959
0bd1e074
JL
59602012-02-23 Juri Linkov <juri@jurta.org>
5961
5962 * isearch.el (isearch-occur): Sync interactive spec with occur's
5963 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5964
b617673c
JL
5965 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5966
19e9789e
JL
59672012-02-22 Juri Linkov <juri@jurta.org>
5968
5969 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5970 (ucs-insert): Doc fix. Check for hex digits in the string.
5971 Don't display `nil' in the error message. (Bug#10857)
5972
f41ce09d
AM
59732012-02-22 Alan Mackenzie <acm@muc.de>
5974
7a71b18d 5975 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5976
ac2eceee
GM
59772012-02-22 Glenn Morris <rgm@gnu.org>
5978
5979 * ffap.el (ffap-c-path):
5980 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5981
abd1f678
CY
59822012-02-22 Chong Yidong <cyd@gnu.org>
5983
5984 * custom.el (load-theme): Doc fix.
5985
f25aef2e
GM
59862012-02-22 Glenn Morris <rgm@gnu.org>
5987
5988 * dired-x.el (dired-guess-shell-alist-default):
5989 Remove escape sequences from nroff output. (Bug#172)
5990
5f8dc2ca
GM
59912012-02-21 Glenn Morris <rgm@gnu.org>
5992
6ff86ec4
GM
5993 * vc/emerge.el (emerge-defvar-local):
5994 Set `permanent-local' property rather than unused `preserved'.
5995
be3223a3 5996 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5997 (picture-mode-map): Use it. (Bug#10860)
5998 (picture-mode): Doc fix.
5999
3fe58f4f
JB
60002012-02-21 Juanma Barranquero <lekktu@gmail.com>
6001
6002 * newcomment.el (uncomment-region-default): Remove unused binding.
6003
f9a998c3
GM
60042012-02-21 Glenn Morris <rgm@gnu.org>
6005
6006 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6007 (picture-self-insert, picture-tab-chars): Doc fix.
6008 (picture-mode-map): Fix C-a, C-e.
6009
c6029348
GM
60102012-02-20 Glenn Morris <rgm@gnu.org>
6011
6012 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6013
ab1ce9d7
LL
60142012-02-20 Leo Liu <sdl.web@gmail.com>
6015
6016 * icomplete.el (icomplete-completions): Check FROM arg before
6017 passing to substring (Bug#10850).
6018
0fd40f89
CY
60192012-02-19 Chong Yidong <cyd@gnu.org>
6020
6021 * comint.el: Require ansi-color.
6022 (comint-output-filter-functions): Add ansi-color-process-output.
6023
6024 * ansi-color.el: Don't set comint-output-filter-functions; it is
6025 now in the initial value defined in comint.el.
6026 (ansi-color-apply-face-function): New variable.
6027 (ansi-color-apply-on-region): Use it.
6028 (ansi-color-apply-overlay-face): New function.
6029
6030 * shell.el (shell): No need to require ansi-color.
6031 (shell-mode): Use ansi-color-apply-face-function to highlight
6032 color escapes using font-lock-face property (Bug#10835).
6033
20af2394
CY
60342012-02-19 Chong Yidong <cyd@gnu.org>
6035
6036 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6037 mode-line formats (Bug#10839).
6038
e23a3fbe
GM
60392012-02-18 Glenn Morris <rgm@gnu.org>
6040
b474519e
GM
6041 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6042
6043 * mail/undigest.el (unforward-rmail-message): Doc fix.
6044
e23a3fbe
GM
6045 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6046
57939ff4
EZ
60472012-02-18 Eli Zaretskii <eliz@gnu.org>
6048
6049 * international/characters.el (script-list): Sync with the latest
6050 Unicode Character Database.
6051
0c23686e
AS
60522012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6053
6054 * international/titdic-cnv.el: Remove duplicate coding tag.
6055 * language/cham.el: Likewise.
6056 * language/tai-viet.el: Likewise.
6057
6818b449
GM
60582012-02-18 Glenn Morris <rgm@gnu.org>
6059
6060 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6061 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6062 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6063 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6064 * calendar/holidays.el (holiday-bahai-holidays)
6065 (calendar-holidays, list-holidays):
6066 Use utf-8 Bahá'í in doc-strings, menus, etc.
6067
0311a3fc
TH
60682012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6069
6070 * saveplace.el (save-place-ignore-files-regexp): New variable
6071 allowing for excluding files from saving their location of point.
6072 The default value matches the temporary commit message editing
6073 files from Git, SVN, Bazaar, and Mercurial.
6074 (save-place-to-alist): Use it.
6075
d209e2fb 60762012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
6077 Stefan Monnier <monnier@iro.umontreal.ca>
6078
6079 * newcomment.el (uncomment-region-default): Don't leave extra space
6080 when an arg is provided (bug#8150).
6081
ee0ce425
TZ
60822012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6083
eb864a71 6084 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6085
95ddf442
GM
60862012-02-17 Glenn Morris <rgm@gnu.org>
6087
6088 * net/socks.el: Require network-stream. (Bug#10599)
6089
48dd1e39 60902012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6091
6092 * international/charprop.el:
6093 * international/uni-name.el:
6094 * international/uni-old-name.el:
6095 * international/uni-comment.el: Regenerate.
6096
d68cd087
GM
60972012-02-16 Glenn Morris <rgm@gnu.org>
6098
6099 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6100 Interactively in calendar buffer, give an error if not on a date.
6101
13932042
GM
61022012-02-15 Glenn Morris <rgm@gnu.org>
6103
6104 * shell.el (shell-delimiter-argument-list):
6105 Revert 2011-02-17 change. (Bug#8027)
6106
c3a70e2b
CY
61072012-02-15 Chong Yidong <cyd@gnu.org>
6108
60236b0d
CY
6109 * minibuffer.el (completion-at-point-functions): Doc fix.
6110
c3a70e2b
CY
6111 * custom.el (defcustom): Doc fix; note use of defvar.
6112
9f26dc24
GM
61132012-02-15 Glenn Morris <rgm@gnu.org>
6114
6115 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6116 Doc fixes.
6117
6546b134
GM
61182012-02-14 Glenn Morris <rgm@gnu.org>
6119
6120 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6121
d29b2b4c
LI
61222012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6123
6124 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6125 way the ports list is computed.
835bdcba
LI
6126 (smtpmail-query-smtp-server): Prompt the user for a port number if
6127 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6128
08dcdbc9
TZ
61292012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6130
6131 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6132
2605051a
GM
61332012-02-13 Glenn Morris <rgm@gnu.org>
6134
6135 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6136
7ee99f32
TZ
61372012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6138
6139 * net/gnutls.el (gnutls-trustfiles): New variable.
6140 (gnutls-negotiate): Use it.
6141
5f0af64f
LI
61422012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6143
6144 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6145 does its stuff if Gnus is running.
6146
c14fcc95
AM
61472012-02-13 Alan Mackenzie <acm@muc.de>
6148
6149 Fix a loop in c-set-fl-decl-start.
6150
7a71b18d 6151 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6152 c-backward-syntactic-ws actually moves backwards.
6153
142b4d90
LL
61542012-02-13 Leo Liu <sdl.web@gmail.com>
6155
6156 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6157 beginning so that all \C-o chars are removed.
6158
fa9958a6
TZ
61592012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6160
dc9924b8 6161 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6162
0bc5886a
AM
61632012-02-12 Alan Mackenzie <acm@muc.de>
6164
6165 Fix infinite loop with long macros.
4d6769e1 6166 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6167
d4bd55e7
CY
61682012-02-12 Chong Yidong <cyd@gnu.org>
6169
6170 * window.el (display-buffer): Doc fix (Bug#10785).
6171
66f3fe22
GM
61722012-02-12 Glenn Morris <rgm@gnu.org>
6173
bd7da63e
GM
6174 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6175 (x-disown-selection-internal, x-get-selection-internal):
6176 Sync docs with the xselect.c versions.
6177
66f3fe22
GM
6178 * allout-widgets.el: Add missing license notice.
6179
3e0d2fa7
GM
61802012-02-11 Glenn Morris <rgm@gnu.org>
6181
cfecdf09
GM
6182 * select.el (x-get-selection-internal, x-own-selection-internal)
6183 (x-disown-selection-internal):
6184 * x-dnd.el (x-get-selection-internal): Update declarations.
6185
6d216d7f
GM
6186 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6187
2bed3f04
GM
6188 * window.el (window-sides-slots):
6189 * tool-bar.el (tool-bar-position):
6190 * term/xterm.el (xterm-extra-capabilities):
6191 * ses.el (ses-self-reference-early-detection):
6192 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6193 (verilog-auto-wire-type)
6194 (verilog-auto-delete-trailing-whitespace)
6195 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6196 (verilog-auto-tieoff-declaration):
6197 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6198 (sql-oracle-statement-starters, sql-oracle-scan-on):
6199 * progmodes/prolog.el (prolog-align-comments-flag)
6200 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6201 (prolog-left-indent-regexp, prolog-paren-indent-p)
6202 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6203 (prolog-types, prolog-mode-specificators)
6204 (prolog-determinism-specificators, prolog-directives)
6205 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6206 (prolog-electric-dot-flag)
6207 (prolog-electric-dot-full-predicate-template)
6208 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6209 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6210 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6211 (prolog-program-switches, prolog-prompt-regexp)
6212 (prolog-debug-on-string, prolog-debug-off-string)
6213 (prolog-trace-on-string, prolog-trace-off-string)
6214 (prolog-zip-on-string, prolog-zip-off-string)
6215 (prolog-use-standard-consult-compile-method-flag)
6216 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6217 (prolog-imenu-max-lines, prolog-info-predicate-index)
6218 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6219 (prolog-char-quote-workaround):
6220 * progmodes/cc-vars.el (c-defun-tactic):
6221 * net/tramp.el (tramp-encoding-command-interactive)
6222 (tramp-local-end-of-line):
6223 * net/soap-client.el (soap-client):
6224 * net/netrc.el (netrc-file):
6225 * net/gnutls.el (gnutls):
6226 * minibuffer.el (completion-category-overrides)
6227 (completion-cycle-threshold)
6228 (completion-pcm-complete-word-inserts-delimiters):
6229 * man.el (Man-name-local-regexp):
6230 * mail/feedmail.el (feedmail-display-full-frame):
6231 * international/characters.el (glyphless-char-display-control):
6232 * eshell/em-ls.el (eshell-ls-date-format):
6233 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6234 (lisp-lambda-list-keyword-parameter-indentation)
6235 (lisp-lambda-list-keyword-parameter-alignment):
6236 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6237 * dired-x.el (dired-omit-verbose):
6238 * cus-theme.el (custom-theme-allow-multiple-selections):
6239 * calc/calc.el (calc-highlight-selections-with-faces)
6240 (calc-lu-field-reference, calc-lu-power-reference)
6241 (calc-note-threshold):
6242 * battery.el (battery-mode-line-limit):
6243 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6244 (archive-7z-update):
6245 * allout.el (allout-prefixed-keybindings)
6246 (allout-unprefixed-keybindings)
6247 (allout-inhibit-auto-fill-on-headline)
6248 (allout-flattened-numbering-abbreviation):
6249 * allout-widgets.el (allout-widgets-auto-activation)
6250 (allout-widgets-icons-dark-subdir)
6251 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6252 (allout-widgets-theme-dark-background)
6253 (allout-widgets-theme-light-background)
6254 (allout-widgets-item-image-properties-emacs)
6255 (allout-widgets-item-image-properties-xemacs)
6256 (allout-widgets-run-unit-tests-on-load)
6257 (allout-widgets-time-decoration-activity)
6258 (allout-widgets-hook-error-post-time)
6259 (allout-widgets-track-decoration):
6260 Add missing :version tags to new defcustoms and defgroups.
6261
5fec1b8e
GM
6262 * progmodes/sql.el (sql-ansi-statement-starters)
6263 (sql-oracle-statement-starters): Add custom type.
6264
3e0d2fa7
GM
6265 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6266 (prolog-system-version): Give it a type.
6267
90b671e2
EZ
62682012-02-11 Eli Zaretskii <eliz@gnu.org>
6269
6270 * term/pc-win.el (x-select-text, x-selection-owner-p)
6271 (x-own-selection-internal, x-disown-selection-internal)
6272 (x-get-selection-internal): Sync doc strings and argument lists
6273 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6274
5eac0c02
LL
62752012-02-11 Leo Liu <sdl.web@gmail.com>
6276
6277 * progmodes/python.el (python-end-of-statement): Fix infinite
6278 loop. (Bug#10788)
6279
f82cb659
GM
62802012-02-10 Glenn Morris <rgm@gnu.org>
6281
6282 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6283 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6284
cc26d239
LI
62852012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6286
6287 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6288 about SMTP before checking the From header.
6289
91027d08 6290 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6291 into own function for reuse by emacsbug.el.
6292
1be3ca5a
LL
62932012-02-10 Leo Liu <sdl.web@gmail.com>
6294
6295 * subr.el (condition-case-unless-debug): Rename from
6296 condition-case-no-debug. All callers changed.
6297 (with-demoted-errors): Fix caller.
6298
6299 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6300 * nxml/rng-valid.el (rng-do-some-validation):
6301 * emacs-lisp/package.el (package-refresh-contents)
6302 (package-menu-execute):
6303 * desktop.el (desktop-create-buffer):
91027d08 6304 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6305
b011fbfe
GM
63062012-02-10 Glenn Morris <rgm@gnu.org>
6307
b2096d72
GM
6308 * textmodes/bibtex.el:
6309 Add missing :version tags for new/changed defcustoms.
6310
b011fbfe
GM
6311 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6312
4c7e65bf
LI
63132012-02-09 Lars Ingebrigtsen <larsi@rusty>
6314
6315 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6316 (smtpmail-via-smtp): Use it, or fall back on the From address.
6317 (smtpmail-send-it): Ditto.
6318
f3934f6f
SM
63192012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6320
6321 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6322 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6323 (byte-compile-tmp-var): New const.
6324 (byte-compile-defvar): Use it to minimize .elc size.
6325 Just use `defvar' rather than simulate it (bug#10761).
6326
a075a2c5
GM
63272012-02-09 Glenn Morris <rgm@gnu.org>
6328
cf3aa21b
GM
6329 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6330
354998cd
GM
6331 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6332 Add :version tags.
6333
dc9924b8
SM
6334 * progmodes/compile.el (compilation-error-screen-columns)
6335 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6336
dab3703d
GM
6337 * vc/log-view.el (log-view-toggle-entry-display):
6338 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6339
3f88cd72
GM
6340 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6341 (report-emacs-bug-can-use-xdg-email):
6342 (report-emacs-bug-insert-to-mailer): Doc fixes.
6343 (report-emacs-bug): Message fix.
6344
d95b247d
GM
6345 * net/browse-url.el (browse-url-can-use-xdg-open)
6346 (browse-url-xdg-open): Doc fixes.
6347
a075a2c5
GM
6348 * electric.el (electric-indent-mode, electric-pair-mode)
6349 (electric-layout-rules, electric-layout-mode): Doc fixes.
6350 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6351
ffb6157e
MR
63522012-02-08 Martin Rudalics <rudalics@gmx.at>
6353
6354 * server.el (server-unselect-display): Don't inadvertently kill
6355 the current buffer. (Bug#10729)
6356
e1ac4066
GM
63572012-02-08 Glenn Morris <rgm@gnu.org>
6358
34e8a2da
GM
6359 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6360 (sql-list-table): Doc fixes.
6361
b4ac6e8c
GM
6362 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6363 Comment out (does nothing).
6364
e1ac4066
GM
6365 * completion.el (dynamic-completion-mode):
6366 * dirtrack.el (dirtrack-debug-mode):
6367 * electric.el (electric-layout-mode):
6368 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6369 * face-remap.el (text-scale-mode, buffer-face-mode):
6370 * iimage.el (iimage-mode):
6371 * image-mode.el (image-transform-mode):
6372 * minibuffer.el (completion-in-region-mode):
6373 * scroll-lock.el (scroll-lock-mode):
6374 * simple.el (next-error-follow-minor-mode):
6375 * tar-mode.el (tar-subfile-mode):
6376 * tooltip.el (tooltip-mode):
6377 * vcursor.el (vcursor-use-vcursor-map):
6378 * wid-browse.el (widget-minor-mode):
6379 * emulation/tpu-edt.el (tpu-edt-mode):
6380 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6381 * international/iso-ascii.el (iso-ascii-mode):
6382 * language/thai-util.el (thai-word-mode):
6383 * mail/supercite.el (sc-minor-mode):
6384 * net/goto-addr.el (goto-address-mode):
6385 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6386 * progmodes/cwarn.el (cwarn-mode):
6387 * progmodes/flymake.el (flymake-mode):
6388 * progmodes/glasses.el (glasses-mode):
6389 * progmodes/hideshow.el (hs-minor-mode):
6390 * progmodes/pascal.el (pascal-outline-mode):
6391 * textmodes/enriched.el (enriched-mode):
6392 * vc/smerge-mode.el (smerge-mode):
6393 Doc fixes (minor mode argument).
6394
5e0d957f
EZ
63952012-02-07 Eli Zaretskii <eliz@gnu.org>
6396
6397 * ls-lisp.el (ls-lisp-sanitize): New function.
6398 (ls-lisp-insert-directory): Use it to fix or remove any elements
6399 in file-alist with missing attributes. (Bug#4673)
6400
98d7371e
AM
64012012-02-07 Alan Mackenzie <acm@muc.de>
6402
6403 Fix spurious recognition of c-in-knr-argdecl.
6404
6405 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6406 putative K&R region.
6407
667ced3a
AM
64082012-02-07 Alan Mackenzie <acm@muc.de>
6409
eb864a71
LM
6410 * progmodes/cc-engine.el (c-forward-objc-directive):
6411 Prevent looping in "#pragma mark @implementation".
667ced3a 6412
5b77774d
MA
64132012-02-07 Michael Albinus <michael.albinus@gmx.de>
6414
6415 * notifications.el (notifications-on-closed-signal): Make `reason'
6416 optional. (Bug#10744)
6417
af008560
GM
64182012-02-07 Glenn Morris <rgm@gnu.org>
6419
60d47423
GM
6420 * emacs-lisp/easy-mmode.el (define-minor-mode):
6421 Doc fixes for the macro and the mode it defines.
6422
dd605cc4
GM
6423 * image.el (imagemagick-types-inhibit): Doc fix.
6424
af008560
GM
6425 * cus-start.el (imagemagick-render-type): Add it.
6426
5cc59a37
LI
64272012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6428
4d6769e1
JB
6429 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6430 Set the default at load time, too, so that `font-lock-fontify-buffer'
6431 can be called without setting up the entire mode first. This fixes
6432 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6433
9a6dd747
CY
64342012-02-06 Chong Yidong <cyd@gnu.org>
6435
2d16b285
CY
6436 * simple.el (list-processes--refresh): Delete exited processes
6437 (Bug#8094).
6438
171e9b6e
CY
6439 * comint.el (comint-next-prompt): next-single-char-property-change
6440 and prev-single-char-property-change never return nil (Bug#8657).
6441
9a6dd747
CY
6442 * custom.el (defcustom): Doc fix (Bug#9711).
6443
aa4589a7
CY
64442012-02-05 Chong Yidong <cyd@gnu.org>
6445
5c2a252f
CY
6446 * cus-edit.el (custom-variable-reset-backup): Quote the value
6447 before storing it in the customized-value property (Bug#6712).
4aab9006 6448 (custom-display): Add a customization type tag.
983b9602 6449 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6450
aa4589a7
CY
6451 * wid-edit.el (widget-field-value-get): New optional arg to
6452 suppress trailing whitespace truncation.
6453 (character): Use it (Bug#2689).
6454
1ff980ae
AS
64552012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6456
6457 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6458 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6459
03988c98
CY
64602012-02-05 Chong Yidong <cyd@gnu.org>
6461
eeb6cc88
CY
6462 * cus-edit.el (custom-variable-value-create): For mismatched
6463 types, show the current value (Bug#7600).
6464
03988c98
CY
6465 * custom.el (defcustom): Doc fix.
6466
f8cdeef0
GM
64672012-02-05 Glenn Morris <rgm@gnu.org>
6468
6469 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6470
0696d255
JB
64712012-02-05 Juanma Barranquero <lekktu@gmail.com>
6472
6473 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6474 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6475 (pp-last-sexp): Use `looking-at-p'.
6476
34c99998
GM
64772012-02-04 Glenn Morris <rgm@gnu.org>
6478
8f05da42
GM
6479 * files.el (revert-buffer):
6480 Doc fix (mention revert-buffer-in-progress-p).
6481
f160676e
GM
6482 * emacs-lisp/ert-x.el (ert-simulate-command):
6483 Check deferred-action-list (which is obsolete) is bound.
6484
c7291ad9
GM
6485 * subr.el (with-wrapper-hook): Doc fixes.
6486
34c99998
GM
6487 * simple.el (filter-buffer-substring-functions)
6488 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6489
6283a7d3
LL
64902012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6491
6492 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6493 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6494
e96e3013
LL
64952012-02-04 Leo Liu <sdl.web@gmail.com>
6496
6497 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6498
8ded50f2
GM
64992012-02-04 Glenn Morris <rgm@gnu.org>
6500
82ff1d13
GM
6501 * image.el (image-extension-data): Add obsolete alias.
6502
987a0a16
GM
6503 * isearch.el (isearch-update): Doc fix.
6504
ea32ef46
GM
6505 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6506
8ded50f2
GM
6507 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6508
eea14f31
GM
65092012-02-03 Glenn Morris <rgm@gnu.org>
6510
6511 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6512 (image-animate-timeout): Doc fix.
6513
6514 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6515
12f381b7
GM
65162012-02-02 Glenn Morris <rgm@gnu.org>
6517
953cebf5
GM
6518 * server.el (server-auth-dir): Doc fix.
6519 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6520
12f381b7
GM
6521 * subr.el (run-mode-hooks): Doc fix.
6522
953a8c3b
JL
65232012-02-02 Juri Linkov <juri@jurta.org>
6524
6525 * image-mode.el (image-toggle-display-image): Remove tautological
6526 `major-mode' from the `derived-mode-p' test.
6527
c5d3843c
KH
65282012-02-02 Kenichi Handa <handa@m17n.org>
6529
9f6e692e 6530 * composite.el (compose-region): Cancel previous change.
c5d3843c 6531
159462d4 65322012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6533
6534 * composite.el (compose-region, compose-string): Signal error for
6535 a null string component (Bug#6988).
6536
9f562668
CY
65372012-02-01 Chong Yidong <cyd@gnu.org>
6538
e2cef717
CY
6539 * view.el (view-buffer-other-window, view-buffer-other-frame):
6540 Handle special modes like view-buffer (Bug#10650).
6541 (view-buffer): Simplify.
6542
9f562668
CY
6543 * frame.el (set-frame-font): Tweak meaning of third argument.
6544
9f6e692e
JB
6545 * dynamic-setting.el (font-setting-change-default-font):
6546 Use set-frame-font (Bug#9982).
9f562668 6547
781acb9f
GM
65482012-02-01 Glenn Morris <rgm@gnu.org>
6549
6035be52
GM
6550 * progmodes/compile.el (compilation-internal-error-properties):
6551 Respect compilation-first-column in the "*compilation*" buffer.
6552
781acb9f
GM
6553 * emacs-lisp/easy-mmode.el (define-minor-mode):
6554 Relax :variable's test for a named function.
6555
abbceb00
AM
65562012-01-31 Alan Mackenzie <acm@muc.de>
6557
6558 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6559 off by one error.
6560
fce3fdeb
CY
65612012-01-31 Chong Yidong <cyd@gnu.org>
6562
6563 * frame.el (set-frame-font): New arg ALL-FRAMES.
6564
6565 * menu-bar.el (menu-set-font): Use set-frame-font.
6566
6567 * faces.el (face-spec-reset-face): Don't apply unspecified
6568 attribute values to the default face.
6569
47893581
JB
65702012-01-31 Juanma Barranquero <lekktu@gmail.com>
6571
6572 * progmodes/cwarn.el (cwarn): Remove dead link.
6573 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6574 Remove * from defcustom docstrings.
6575 (turn-on-cwarn-mode): Make obsolete.
6576 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6577 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6578
e58e988a
GM
65792012-01-31 Glenn Morris <rgm@gnu.org>
6580
60dc2671 6581 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6582 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6583 Allow named functions to be used as the cdr of :variable.
e58e988a 6584
7a3f511d
GM
65852012-01-30 Glenn Morris <rgm@gnu.org>
6586
6587 * emacs-lisp/authors.el (authors-fixed-entries):
6588 Remove reference to deleted file rnewspost.el.
6589
cb882333
JB
65902012-01-29 Juanma Barranquero <lekktu@gmail.com>
6591
6592 * window.el (window-with-parameter): Remove unused variable `windows'.
6593 (window--side-check): Remove unused variable `code'.
6594 (window--resize-siblings): Remove unused variable `first'.
6595 (adjust-window-trailing-edge): Remove unused variable `failed'.
6596 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6597 Use `let', not `let*'.
6598 (balance-windows-2): Remove unused variable `found'.
6599 (window--state-put-2): Remove unused variable `splits'.
6600 (window-state-put): Remove unused variable `selected'.
6601 (same-window-p): Use `string-match-p'.
6602 (display-buffer-assq-regexp): Remove unused variable `value'.
6603 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6604 Mark argument ALIST as ignored.
6605 (pop-to-buffer): Remove unused variable `old-window'.
6606
907201af
EZ
66072012-01-29 Eli Zaretskii <eliz@gnu.org>
6608
6609 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6610 and .lzma compressed files.
6611
ea162670
CY
66122012-01-29 Chong Yidong <cyd@gnu.org>
6613
5b95ee8a
CY
6614 * frame.el (window-system-default-frame-alist): Doc fix.
6615
ea162670
CY
6616 * dynamic-setting.el (font-setting-change-default-font): Don't
6617 change the default face if SET-FONT argument is non-nil (Bug#9982).
6618
d6e6f4b1
SB
66192012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6620
6621 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6622
0f29fa41 66232012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6624
6625 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6626 breakpoints in files outside current directory (Bug#6098).
6627
db174434
CY
66282012-01-29 Chong Yidong <cyd@gnu.org>
6629
6b25e4e2
SE
6630 * progmodes/python.el: Require ansi-color at top-level.
6631
6df6ae42
JB
6632 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6633 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6634 (lisp-mode-abbrev-table): Add doc.
6635 (lisp-mode-variables): Don't set local-abbrev-table.
6636 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6637
e70ee681
RW
66382012-01-28 Roland Winkler <winkler@gnu.org>
6639
6640 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6641
ace88aa2
RW
66422012-01-28 Roland Winkler <winkler@gnu.org>
6643
6644 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6645 (bibtex-set-dialect): Use it. Either set global values of
6646 dialect-dependent variables or bind these variables buffer-locally
6647 (Bug#10254).
6648 (bibtex-mode): Call bibtex-set-dialect via
6649 hack-local-variables-hook.
eb864a71
LM
6650 (bibtex-dialect): Update docstring.
6651 Add safe-local-variable predicate.
ace88aa2
RW
6652 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6653 bibtex-set-dialect.
6654 (bibtex-mode-map): Define menu for each dialect.
6655 (bibtex-entry): Fix docstring.
6656
93376c5b
CY
66572012-01-28 Chong Yidong <cyd@gnu.org>
6658
6659 * eshell/esh-arg.el (eshell-quote-argument): New function.
6660
6661 * eshell/esh-ext.el (eshell-invoke-batch-file):
6662 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6663 first arg to eshell-parse-command (Bug#10523).
6664
4372494f
DA
66652012-01-28 Drew Adams <drew.adams@oracle.com>
6666
6667 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6668 `default-directory' is non-nil.
6669
4d4ec1f8
EZ
66702012-01-28 Eli Zaretskii <eliz@gnu.org>
6671
6672 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6673 line that displays system-configuration-options. (Bug#9924)
6674
7c188927
DA
66752012-01-28 Drew Adams <drew.adams@oracle.com>
6676
6677 * descr-text.el (describe-char): Show information about POS, in
6678 addition to information about the character at POS. Improve and
6679 update the doc string. Change "code point" to "code point in
6680 charset", to avoid confusion with the character's Unicode code
6681 point shown above that. (Bug#10129)
6682
e0da685a
EZ
66832012-01-28 Eli Zaretskii <eliz@gnu.org>
6684
6685 * descr-text.el (describe-char): Show the raw character, not only
6686 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6687 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6688 for the reasons.
6689
70550acf
PH
66902012-01-28 Phil Hagelberg <phil@hagelb.org>
6691
eb864a71
LM
6692 * emacs-lisp/package.el (package-install):
6693 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6694
0ce8e868
CY
66952012-01-28 Chong Yidong <cyd@gnu.org>
6696
cb882333
JB
6697 * emacs-lisp/package.el (package-maybe-load-descriptor):
6698 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6699 (package-maybe-load-descriptor): Use it.
6700 (package-download-transaction): Fully load required packages
6701 inside the loop, so that `require' calls work (Bug#10593).
6702 (package-install): No need to call package-initialize now.
6703
2e7f3bea
CY
67042012-01-28 Chong Yidong <cyd@gnu.org>
6705
6e9bad14
CY
6706 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6707
f823b8ca
CY
6708 * tooltip.el (tooltip-mode): Doc fix.
6709 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6710
2680c309
CY
6711 * frame.el (set-cursor-color): Doc fix (Bug#352).
6712
d7a9e63b
CY
6713 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6714 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6715
2e7f3bea
CY
6716 * cus-edit.el (custom-buffer-create-internal): Fix search button
6717 action (Bug#10542).
2ae01800 6718 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6719
fc4f7a23
EW
67202012-01-27 Eduard Wiebe <usenet@pusto.de>
6721
6722 * dired.el (dired-mark-files-regexp):
6723 Include any subdirectory components. (Bug#10445)
6724
7dd37071
ML
67252012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6726
6727 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6728 Handle [host]:port syntax. (Bug#10533)
6729
a268160b
AH
67302012-01-27 Alex Harsanyi <harsanyi@mac.com>
6731
6732 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6733
e43273ef
GM
67342012-01-26 Glenn Morris <rgm@gnu.org>
6735
6736 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6737 * term.el (term-raw-escape-map): Use Control-X-prefix.
6738 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6739
1edf595d
MR
67402012-01-25 Martin Rudalics <rudalics@gmx.at>
6741
6742 * window.el (window-state-get, window--state-get-1): Don't deal
6743 with fixed-sizeness of windows. Simplify code.
6744
fa8eafef
JC
67452012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6746
6df6ae42
JB
6747 * window.el (window--state-get-1, window--state-put-2):
6748 Don't save and restore the mark.
fa8eafef 6749
0b21c100
CY
67502012-01-25 Chong Yidong <cyd@gnu.org>
6751
6752 * custom.el (custom-variable-p): Doc fix.
6753
5ae1a6c8
GM
67542012-01-25 Glenn Morris <rgm@gnu.org>
6755
40047858
GM
6756 * dired.el (dired-goto-file): Handle some of the more common
6757 characters that `ls -b' escapes. (Bug#10596)
6758
5ddce96c
GM
6759 * progmodes/compile.el (compilation-next-error-function):
6760 Respect compilation-first-column in the "*compilation*" buffer.
6761 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6762
5ae1a6c8
GM
6763 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6764
b559f1a9
GM
67652012-01-24 Glenn Morris <rgm@gnu.org>
6766
6767 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6768
6725d21a
JD
67692012-01-24 Julien Danjou <julien@danjou.info>
6770
6771 * color.el (color-rgb-to-hsl): Fix value computing.
6772 (color-hue-to-rgb): New function.
6773 (color-hsl-to-rgb): New function.
6774 (color-clamp, color-saturate-hsl, color-saturate-name)
6775 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6776 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6777
70df4bbe
GM
67782012-01-24 Glenn Morris <rgm@gnu.org>
6779
6780 * vc/vc-rcs.el (vc-rcs-create-tag):
6781 * vc/vc-sccs.el (vc-sccs-create-tag):
6782 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6783
802a2ae2
ML
67842012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6785
6786 * eshell/esh-util.el (eshell-read-hosts-file):
6787 Skip comment lines. (Bug#10549)
6788
d7128bb1
ML
6789 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6790
d1a5c3b4
JB
67912012-01-23 Juanma Barranquero <lekktu@gmail.com>
6792
2724d9c7
JB
6793 * subr.el (display-delayed-warnings): Doc fix.
6794 (collapse-delayed-warnings): New function to collapse identical
6795 adjacent warnings.
6796 (delayed-warnings-hook): Add it.
d1a5c3b4 6797
a5509865
MA
67982012-01-22 Michael Albinus <michael.albinus@gmx.de>
6799
6800 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6801
a5509865
MA
6802 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6803 (tramp-default-user-alist): Don't add "pscp".
6804 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6805 property "login-as", if set. (Bug#10530)
6806
cc6d5805
MA
68072012-01-21 Michael Albinus <michael.albinus@gmx.de>
6808
6809 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6810 "plink1" and "psftp". (Bug#10530)
6811
68122012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6813
6814 * international/mule-cmds.el (prefer-coding-system): Show a
6815 warning message if the default value of file-name-coding-system
6816 was not changed.
6817
f0960428
JC
68182012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6819
cb882333
JB
6820 * windmove.el (windmove-reference-loc):
6821 Fix windmove-reference-loc miscalculation.
f0960428 6822
dd6f2a63
JB
68232012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6824
6825 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6826 default unit.
6827
7b447e9b
GM
68282012-01-21 Glenn Morris <rgm@gnu.org>
6829
117a9ea1
GM
6830 * international/mule.el (auto-coding-alist): Add .tbz.
6831
7b447e9b
GM
6832 * files.el (local-enable-local-variables): Doc fix.
6833 (inhibit-local-variables-regexps): Rename from
6834 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6835 Doc fix. Add some extensions from auto-coding-alist.
6836 (inhibit-local-variables-suffixes):
6837 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6838 (inhibit-local-variables-p):
6839 New function, extracted from set-auto-mode-1.
6840 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6841 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6842 (hack-local-variables): Doc fix. Make the mode-only case
6843 respect enable-local-variables and friends.
6844 Respect inhibit-local-variables-regexps for file-locals, but
6845 not for directory-locals.
6846 (set-visited-file-name):
6847 Take account of inhibit-local-variables-regexps.
6848 Whether it applies may change as the file name is changed.
6849 * jka-cmpr-hook.el (jka-compr-install):
6850 * jka-compr.el (jka-compr-uninstall):
6851 Update for inhibit-first-line-modes-suffixes name change.
6852
dd6e3cdd
MR
68532012-01-20 Martin Rudalics <rudalics@gmx.at>
6854
6855 * help-macro.el (make-help-screen): Temporarily restore original
6856 binding for minor-mode-map-alist (Bug#10454).
6857
0d0deb38
JD
68582012-01-19 Julien Danjou <julien@danjou.info>
6859
6860 * color.el (color-name-to-rgb): Use the white color to find the max
6861 color component value and return correctly computed values.
6862 (color-name-to-rgb): Add missing float conversion for max value.
6863
34a02f46
MR
68642012-01-19 Martin Rudalics <rudalics@gmx.at>
6865
6866 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6867 special state value for window-persistent-parameters.
6868 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6869 (window--state-put-2): Reset all window parameters to nil before
6870 assigning values of persistent parameters.
6871
606c44c4
AM
68722012-01-18 Alan Mackenzie <acm@muc.de>
6873
6874 Eliminate sluggishness and hangs in fontification of "semicolon
6875 deserts".
6876
cb882333
JB
6877 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6878 Change value 10000 -> 3000.
606c44c4
AM
6879 (c-state-safe-place): Reformulate so it doesn't stack up an
6880 infinite number of wrong entries in c-state-nonlit-pos-cache.
6881 (c-determine-limit-get-base, c-determine-limit): New functions to
6882 determine backward search limits disregarding literals.
6883 (c-find-decl-spots): Amend commenting.
6884 (c-cheap-inside-bracelist-p): New function which detects "={".
6885
6886 * progmodes/cc-fonts.el
6887 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6888 backward search.
6889 (c-font-lock-declarations): Fix an occurrence of point being
6890 undefined. Check additionally for point being in a bracelist or
6891 near a macro invocation without a semicolon so as to avoid a
6892 fruitless time consuming search for a declarator. Give a more
6893 precise search limit for declarators using the new
6894 c-determine-limit.
6895
f3860cea
GM
68962012-01-18 Glenn Morris <rgm@gnu.org>
6897
6898 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6899 (set-auto-mode): Doc fixes.
6900
1db03b16
GM
69012012-01-17 Glenn Morris <rgm@gnu.org>
6902
0e6038be
GM
6903 * isearch.el (search-nonincremental-instead): Fix doc typo.
6904
1db03b16
GM
6905 * dired.el (dired-insert-directory): Handle newlines in directory name.
6906 (dired-build-subdir-alist): Unescape newlines in directory name.
6907
4cb0aa75
MA
69082012-01-17 Michael Albinus <michael.albinus@gmx.de>
6909
6910 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6911 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6912 (tramp-action-terminal): Use it. (Bug#10530)
6913
1d00653d
SM
69142012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6917
6a6ee00d
MR
69182012-01-16 Martin Rudalics <rudalics@gmx.at>
6919
6920 * window.el (window-state-ignored-parameters): Remove variable.
6921 (window--state-get-1): Rename argument MARKERS to IGNORE.
6922 Handle persistent window parameters. Make copy of clone-of
6923 parameter only if requested. (Bug#10348)
6924 (window--state-put-2): Install a window parameter only if it has
6925 a non-nil value or an existing parameter shall be overwritten.
6926
97912def
MA
69272012-01-15 Michael Albinus <michael.albinus@gmx.de>
6928
6929 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6930
688070a5
EZ
69312012-01-14 Eli Zaretskii <eliz@gnu.org>
6932
6933 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6934 don't pass the (nil) value of `upnode' to string-match.
6935
301afadc
CY
69362012-01-14 Chong Yidong <cyd@gnu.org>
6937
6938 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6939 Fix values recognized by the cursorBlink resource.
301afadc 6940
9e5788aa
PE
69412012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6942
6943 * epg.el (epg--make-temp-file): Avoid permission race condition
6944 when running on old Emacs versions (bug#10403).
6945
3cdb7f5a
GM
69462012-01-14 Glenn Morris <rgm@gnu.org>
6947
6948 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6949
8c82b1b4
AM
69502012-01-13 Alan Mackenzie <acm@muc.de>
6951
6952 Fix filling for when filladapt mode is enabled.
6953
6954 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6955 c-mask-paragraph, pass in `fill-paragraph' rather than
6956 `fill-region-as-paragraph'. (This is a reversion of a previous
6957 change.)
eb864a71
LM
6958 * progmodes/cc-mode.el (c-basic-common-init):
6959 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6960
e517eda4
GM
69612012-01-13 Glenn Morris <rgm@gnu.org>
6962
1498536e
GM
6963 * dired.el (dired-switches-escape-p): New function.
6964 (dired-insert-directory): Use dired-switches-escape-p.
6965 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6966
e517eda4
GM
6967 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6968
328f984d
GM
69692012-01-12 Glenn Morris <rgm@gnu.org>
6970
6971 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6972 changes in adaptive-fill-regexp. (Bug#10276)
6973
2cc769a8
AM
69742012-01-11 Alan Mackenzie <acm@muc.de>
6975
6976 Fix Emacs bug #10463 - put `widen's around the critical spots.
6977
1d00653d 6978 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6979 widen around each invocation of c-state-pp-to-literal. Remove an
6980 unused let variable.
6981
e52c37fa
GM
69822012-01-11 Glenn Morris <rgm@gnu.org>
6983
6984 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6985 Doc fix.
e52c37fa 6986
96f8741e
CY
69872012-01-10 Chong Yidong <cyd@gnu.org>
6988
1d00653d
SM
6989 * net/network-stream.el (network-stream-open-starttls):
6990 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6991 response to the capability command.
6992
b09a806e
GM
69932012-01-10 Glenn Morris <rgm@gnu.org>
6994
6995 * mail/unrmail.el (unrmail): Tweak previous change.
6996
7655cb66
CY
69972012-01-09 Chong Yidong <cyd@gnu.org>
6998
6999 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7000
9d5a8f0b
AM
70012012-01-08 Alan Mackenzie <acm@muc.de>
7002
7003 Optimise font locking in long enum definitions.
7004
7005 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7006 arm to a cond form to handle enums.
7007 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7008 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7009
9a0115ab 70102012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7011
7012 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7013 (Bug#10401)
6bb72cbd 7014
f186bb95
LMI
70152012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7016
29232a68
LMI
7017 * faces.el (set-face-attribute): Clarify the meaning of the nil
7018 frame (bug#10294).
7019
4e5d086d
LMI
7020 * subr.el (with-selected-frame): Mention that the selected frame
7021 is restored (bug#9980).
7022
8e66aebe
LMI
7023 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7024 (bug#9759).
7025
cd394be1 7026 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7027 (password-read): Don't autoload unused function.
7028
adf4e762
JB
70292012-01-07 Juanma Barranquero <lekktu@gmail.com>
7030
7031 * progmodes/which-func.el (which-func-mode): Turn into a
7032 non-interactive function and mark as obsolete (bug#10428).
7033
89bd9ccd
CY
70342012-01-06 Chong Yidong <cyd@gnu.org>
7035
7036 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7037 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7038 functions, along with 1 and -1.
7039
4afee9d5
EZ
70402012-01-06 Eli Zaretskii <eliz@gnu.org>
7041
7042 * time.el (display-time-load-average)
7043 (display-time-default-load-average): Doc fixes. See the thread
7044 starting at
7045 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7046 for the details.
7047
536aea70
GM
70482012-01-06 Glenn Morris <rgm@gnu.org>
7049
665ae865
GM
7050 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7051 has no messages. (Bug#10377)
7052
c869783d
GM
7053 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7054 than Info-edit. (Bug#10385)
7055
2bb4227e
GM
7056 * time.el (display-time-load-average, display-time-next-load-average):
7057 Doc fixes.
7058
7d5944b9
GM
7059 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7060 local setting of buffer-read-only to the input buffer. (Bug#10419)
7061
536aea70
GM
7062 * calendar/calendar.el (calendar-mode):
7063 Locally set scroll-margin to 0. (Bug#10379)
7064
7dccca16
UM
70652012-01-06 Ulrich Mueller <ulm@gentoo.org>
7066
7067 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7068
afbb7930
GM
70692012-01-05 Glenn Morris <rgm@gnu.org>
7070
7071 * eshell/em-unix.el (diff-no-select): Autoload it.
7072 (eshell/diff): Use diff-no-select. (Bug#10420)
7073
04482335
CY
70742012-01-05 Chong Yidong <cyd@gnu.org>
7075
7baca3bc
CY
7076 * shell.el (shell-dynamic-complete-functions): Revert last change.
7077 (shell-command-completion-function): New function.
7078 (shell-completion-vars): Use it to implement
7079 shell-completion-execonly (Bug#10417).
7080
04482335
CY
7081 * custom.el (enable-theme): Don't set custom-safe-themes.
7082
1d00653d
SM
7083 * cus-theme.el (custom-theme-merge-theme):
7084 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7085
bb5aa5d6
MM
70862012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7087
7088 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7089 first prompt in `sql-interacive-mode'.
7090 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7091 keywords.
6df6ae42 7092 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7093 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7094 context of original buffer. Invoke `sql-login-hook'.
7095
a7183d7c
EZ
70962012-01-04 Eli Zaretskii <eliz@gnu.org>
7097
7098 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7099 letters in cite-prefix.
7100
a1eacd1e
LMI
71012012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7102
7103 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7104
787cdb34
CY
71052012-01-03 Chong Yidong <cyd@gnu.org>
7106
1d00653d
SM
7107 * shell.el (shell-dynamic-complete-functions):
7108 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7109 comint-filename-completion first (Bug#10417).
7110
30710442
RS
71112012-01-02 Richard Stallman <rms@gnu.org>
7112
7113 * battery.el (battery-status-function):
7114 Detect when to use battery-yeeloong-sysfs.
7115 (battery-echo-area-format): Add string for Yeeloong.
7116 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7117 (battery-yeeloong-sysfs): New function.
7118
f75bfc33
CY
71192012-01-02 Chong Yidong <cyd@gnu.org>
7120
7121 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7122 (dirtrack): Merge code for handling relative filenames in prompt
7123 from shell-dir-cookie-watcher.
7124 (dirtrack-debug-message): New arg to avoid excess format calls.
7125
7126 * shell.el (shell-dir-cookie-re): Variable deleted.
7127 (shell-dir-cookie-watcher): Function deleted.
7128 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7129 with dirtrack-mode.
7130
651e947e
EZ
71312012-01-01 Eli Zaretskii <eliz@gnu.org>
7132
1d00653d
SM
7133 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7134 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7135 libgnutls-26.dll.
7136
94d4c7dc
AS
71372011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7138
7139 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7140
8d43f3cd
EZ
71412011-12-31 Eli Zaretskii <eliz@gnu.org>
7142
7143 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7144 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7145
98c8795a
MA
71462011-12-29 Michael Albinus <michael.albinus@gmx.de>
7147
7148 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7149 also for alternative shells.
7150 (tramp-open-connection-setup-interactive-shell): Check, whether
7151 the shell is a busybox.
7152 (tramp-send-command): Don't suppress multiple prompts for
7153 busyboxes, it hurts.
7154
51281b32
CY
71552011-12-28 Chong Yidong <cyd@gnu.org>
7156
7157 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7158 (gdb-get-source-file): Move mode line update to
7159 gdb-get-source-file (Bug#10087).
7160
2170cb53
CY
71612011-12-25 Chong Yidong <cyd@gnu.org>
7162
7163 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7164 gud-gdb-marker-filter without taking it as an argument.
7165 (gud-gdb-run-command-fetch-lines): Caller changed.
7166 (gud-gdb-completion-function): New variable.
7167 (gud-gdb-completion-at-point): Use it.
7168 (gud-gdb-completions-1): Split from gud-gdb-completions.
7169
7170 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7171 function as separate arguments.
7172 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7173 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7174 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7175 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7176 (gdb-stopped, def-gdb-auto-update-trigger)
7177 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7178 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7179 Callers changed.
2170cb53
CY
7180 (gud-gdbmi-completions): New function.
7181 (gdb): Use it for generating the completion table.
7182
be8b11bb
AM
71832011-12-24 Alan Mackenzie <acm@muc.de>
7184
7185 Introduce a mechanism to widen the region used in context font
1d00653d 7186 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7187
1d00653d
SM
7188 * progmodes/cc-langs.el (c-before-font-lock-functions):
7189 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7190 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7191 functions to be run just before context (etc.) font locking.
7192
7193 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7194 New, functionality extracted from
be8b11bb 7195 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7196 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7197 (c-after-change): Set c-in-after-change-fontification.
7198 (c-set-fl-decl-start): Rejig its interface, so it can be called
7199 from both after-change and context fontifying.
b81d40f0
JB
7200 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7201 New functions.
7202 (c-standard-font-lock-fontify-region-function): New variable.
7203 (c-font-lock-fontify-region): New function.
be8b11bb 7204
341cf6ac
JL
72052011-12-24 Juri Linkov <juri@jurta.org>
7206
7207 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7208 (Bug#10348)
7209
bffcee0a
MA
72102011-12-23 Michael Albinus <michael.albinus@gmx.de>
7211
7212 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7213 existence of source file. (Bug#10325)
7214
cb5e207c
AM
72152011-12-23 Alan Mackenzie <acm@muc.de>
7216
7217 Fix unstable fontification inside templates.
7218
b81d40f0
JB
7219 * progmodes/cc-langs.el (c-before-font-lock-functions):
7220 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7221 additionally has c-set-fl-decl-start. The other languages (apart
7222 from AWK) have that as a single entry.
7223
b81d40f0
JB
7224 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7225 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7226 c-set-fl-decl-start.
7227
b81d40f0
JB
7228 * progmodes/cc-mode.el (c-common-init, c-after-change):
7229 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7230 (c-set-fl-decl-start): New function, extracted from
7231 c-font-lock-enclosing-decls and enhanced.
7232
60ff536c
JB
72332011-12-23 Juanma Barranquero <lekktu@gmail.com>
7234
7235 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7236
1c4757d6
JL
72372011-12-22 Juri Linkov <juri@jurta.org>
7238
7239 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7240
d031f2c7
CY
72412011-12-22 Chong Yidong <cyd@gnu.org>
7242
7243 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7244
bace743a
DA
72452011-12-21 Drew Adams <drew.adams@oracle.com>
7246
7247 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7248
728a1f2b
JC
72492011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7250
7251 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7252
0d373f73
TZ
72532011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7254
fec0aaa4
TZ
7255 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7256 highlighting and support. Fix up comments for capitalization.
7257 (cfengine-mode-debug): New var.
7258 (cfengine3-mode): Change the modeline indicator to "CFE3".
7259 (cfengine3-font-lock-keywords): Improve defun highlighting.
7260 (cfengine2-actions): Rename from `cfengine-actions'.
7261 (cfengine2-font-lock-keywords): Rename from
7262 `cfengine-font-lock-keywords'.
7263 (cfengine2-imenu-expression): Rename from
7264 `cfengine-imenu-expression'.
7265 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7266 (cfengine2-beginning-of-defun): Rename from
7267 `cfengine-beginning-of-defun'.
7268 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7269 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7270 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7271 modeline indicator to "CFE2".
7272 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7273 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7274
bc86f573
CY
72752011-12-21 Chong Yidong <cyd@gnu.org>
7276
7277 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7278 filename argument.
7279
d45ba96b
MR
72802011-12-20 Martin Rudalics <rudalics@gmx.at>
7281
7282 * window.el (window-normalize-buffer-to-display): Remove.
7283 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7284
a6198c90
CY
72852011-12-19 Chong Yidong <cyd@gnu.org>
7286
7287 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7288 Don't signal an error in a predicate function; return non-nil.
7289 (vc-dir-mark-file): Move the error here.
7290 (vc-dir-mark-unmark): If acting on the region, keep going if one
7291 of the entries cannot be marked/unmarked.
7292 (vc-dir-mark-all-files): If current entry is a directory, mark
7293 only child files, as documented.
7294
34c5fb55
VB
72952011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7296
7297 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7298 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7299 addition.
7300
c803b2b7
JD
73012011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7302
7303 * term/ns-win.el (ns-get-selection-internal)
7304 (ns-store-selection-internal): Declare.
1154d12e
JB
7305 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7306 Declare as obsolete.
7307 (ns-get-pasteboard, ns-paste-secondary):
7308 Use ns-get-selection-internal.
7309 (ns-set-pasteboard, ns-copy-including-secondary):
7310 Use ns-store-selection-internal.
c803b2b7 7311
9cff91f8 73122011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7313
7314 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7315 (vc-deduce-fileset): Doc fix.
99a289d9 7316
f16c898a
AS
73172011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7318
7319 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7320
763237c4
SS
73212011-12-13 Sam Steingold <sds@gnu.org>
7322
7323 * man.el (Man-getpage-in-background): When running under a
7324 window-system, ignore $MANWIDTH and $COLUMNS.
7325
5fc1c122
KH
73262011-12-15 Kenichi Handa <handa@m17n.org>
7327
7328 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7329 (setup-ethiopic-environment-internal): Comment out key-binding for
7330 ethio-toggle-punctuation.
7331
13d49cbb
AM
73322011-12-13 Alan Mackenzie <acm@muc.de>
7333
898169a2
AM
7334 Add the switch statement to AWK Mode.
7335
7a71b18d 7336 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7337 "default" to the keywords regexp.
7338
7a71b18d 7339 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7340 expression as the rest.
1d00653d
SM
7341 (c-nonlabel-token-key): Allow string literals for AWK.
7342 Refactor for the other modes.
898169a2 7343
13d49cbb 7344 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7345 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7346 routines. Limit backward searching in c-font-lock-enclosing.decl.
7347
7348 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7349 pp-state and literal type in addition to the limits.
1d00653d 7350 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7351 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7352 (c-slow-in-literal, c-fast-in-literal): Remove.
7353 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7354
7355 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7356 being in a literal. Add a limit for backward searching.
7357
7358 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7359 c-slow-in-literal.
7360
15e0efc7
SM
73612011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7364
454592a6
MR
73652011-12-13 Martin Rudalics <rudalics@gmx.at>
7366
7367 * window.el (delete-other-windows): Use correct frame in call to
7368 window-with-parameter.
7369
87393f26
DP
73702011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7371
7372 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7373 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7374 (makefile-gmake-statements, makefile-makepp-statements):
7375 Use it and add new makepp keywords.
7376 (makefile-makepp-font-lock-keywords): Add new patterns.
7377 (makefile-match-function-end): Match new [...] and [[...]].
7378
11636b22
JB
73792011-12-11 Juanma Barranquero <lekktu@gmail.com>
7380
7381 * ses.el (ses-call-printer-return, ses-cell-property-get)
7382 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7383 (ses-create-cell-variable, ses-reset-header-string)
7384 (ses-cell-set-formula, ses-repair-cell-reference-all)
7385 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7386 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7387 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7388 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7389 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7390 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7391 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7392 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7393 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7394 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7395 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7396 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7397
cf018193
VB
73982011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7399
7400 * ses.el: The overall change is to add cell renaming, that is
7401 setting fancy names for cell symbols other than name matching
7402 "\\`[A-Z]+[0-9]+\\'" regexp .
7403 (ses-create-cell-variable): New defun.
7404 (ses-relocate-formula): Relocate formulas only for cells the
7405 symbols of which are not renamed, i.e. symbols whose names do not
7406 match regexp "\\`[A-Z]+[0-9]+\\'".
7407 (ses-relocate-all): Relocate values only for cells the symbols of
7408 which are not renamed.
7409 (ses-load): Create cells variables as the (ses-cell ...) are read,
7410 in order to check row col consistency with cell symbol name only
7411 for cells that are not renamed.
7412 (ses-replace-name-in-formula): New defun.
7413 (ses-rename-cell): New defun.
7414
ee957461
CY
74152011-12-11 Chong Yidong <cyd@gnu.org>
7416
7417 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7418 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7419
9a9e9ef0
MR
74202011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7421
7422 * window.el (other-window): Fix docstring.
7423
92a8eba5
EZ
74242011-12-10 Eli Zaretskii <eliz@gnu.org>
7425
7426 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7427 `from' or `to' address before taking its substring.
7428 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7429 encoded name is chopped in the middle of the encoded string, and
7430 thus displayed encoded.
7431
e152e577
JB
74322011-12-10 Juanma Barranquero <lekktu@gmail.com>
7433
7434 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7435
e5d84bfe
EZ
74362011-12-10 Eli Zaretskii <eliz@gnu.org>
7437
7438 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7439 to use texinfo-update-node and commands that call it if the
7440 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7441 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7442 (texinfo-all-menus-update, texinfo-master-menu)
7443 (texinfo-update-node, texinfo-every-node-update)
7444 (texinfo-multiple-files-update): Doc fix. Warn against updating
7445 all the @node lines.
7446 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7447 argument is numeric. Explain better in the doc string what the
7448 function really does.
7449 (texinfo-insert-master-menu-list): Improve the error message
7450 displayed if there's no menu in the Top node.
7451 (Bug#2975) See also this thread:
e5d84bfe
EZ
7452 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7453
1d84e9bb
MG
74542011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7455
7456 * speedbar.el (speedbar-supported-extension-expressions):
7457 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7458
382c953b
JB
74592011-12-09 Juanma Barranquero <lekktu@gmail.com>
7460
7461 * printing.el (pr-mode-alist):
7462 * simple.el (filter-buffer-substring-functions)
7463 (completion-list-insert-choice-function):
7464 * window.el (window-with-parameter, window-atom-root)
7465 (window-sides-slots, window-size-fixed, window-min-delta)
7466 (window-max-delta, window--resize-mini-window)
7467 (window--resize-child-windows-normal, window-tree)
7468 (delete-other-windows, quit-window, split-window)
7469 (display-buffer-record-window, special-display-buffer-names)
7470 (special-display-regexps, special-display-popup-frame)
7471 (same-window-p, split-window-sensibly)
7472 (display-buffer-overriding-action, display-buffer-alist)
7473 (display-buffer-base-action, display-buffer, switch-to-buffer)
7474 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7475 (fit-window-to-buffer, recenter-positions)
7476 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7477 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7478 and remove unneeded backslashes in docstrings.
7479
39c9faef
SM
74802011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7481
98449af8
SM
7482 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7483
39c9faef
SM
7484 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7485 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7486 end in ".mk".
7487 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7488 when reading the makefile (bug#10116).
7489
86ed9fdc
SM
74902011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7493 (bug#10116).
7494
5580f89d
GM
74952011-12-06 Glenn Morris <rgm@gnu.org>
7496
7497 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7498
28d3917c
CY
74992011-12-06 Chong Yidong <cyd@gnu.org>
7500
7501 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7502
a98edce9
JB
75032011-12-06 Juanma Barranquero <lekktu@gmail.com>
7504
7505 * textmodes/table.el (table-shorten-cell): Fix typo.
7506
e65adfac
CG
75072011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7508
7509 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7510
71cc0b74
EZ
75112011-12-05 Eli Zaretskii <eliz@gnu.org>
7512
7513 * descr-text.el (describe-char): Fix display of strong
7514 right-to-left characters and directional embeddings and overrides.
7515
7516 * simple.el (what-cursor-position): Fix display of codepoints of
7517 strong right-to-left characters.
7518
315bc30d
CY
75192011-12-05 Chong Yidong <cyd@gnu.org>
7520
7521 * faces.el (read-color): Doc fix.
7522
58a70b94
GM
75232011-12-05 Glenn Morris <rgm@gnu.org>
7524
7525 * align.el (align--set-marker): Add doc-string.
7526 Don't try to move something that is not a marker. (Bug#10216)
7527
5158face
GM
75282011-12-04 Glenn Morris <rgm@gnu.org>
7529
7530 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7531 overly zealous deletion of trailing whitespace.
7532
520fca41
JB
75332011-12-04 Juanma Barranquero <lekktu@gmail.com>
7534
7535 * server.el (server-delete-client): On Windows, do not try to delete
7536 the only terminal.
7537 (server-process-filter): On Windows, treat requests for a tty frame as
7538 if they were for a GUI frame if the running server is in GUI mode.
7539
5e605a2e
GM
75402011-12-03 Glenn Morris <rgm@gnu.org>
7541
7542 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7543
5c3fe83f
SM
75442011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7545
6f5e57e7
SM
7546 * electric.el: Streamline electric-indent's hook.
7547 (electric-indent-chars): Revert to simple list.
7548 (electric-indent-functions): New var.
7549 (electric-indent-post-self-insert-function): Use it.
7550
5c3fe83f
SM
7551 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7552 there's no inferior buffer (bug#10196).
7553 (prolog-consult-compile): Don't use toggle-read-only.
7554
6bdac736
MA
75552011-12-02 Michael Albinus <michael.albinus@gmx.de>
7556
7557 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7558 interrupt. (Bug#10187)
7559
6131ba7f
SM
75602011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7561
99c79fee
SM
7562 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7563 (bug#9160).
7564
6131ba7f
SM
7565 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7566 (bug#10191).
7567
cb0a02ea
JL
75682011-12-02 Juri Linkov <juri@jurta.org>
7569
7570 * info.el (Info-search): Display "end of manual" when Isearch
7571 reaches the end of single-file Info manual. (Bug#9918)
7572
66e0570c
EZ
75732011-12-02 Eli Zaretskii <eliz@gnu.org>
7574
7575 * isearch.el (isearch-message-prefix): Run the input method part
7576 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7577
02b16839
JL
75782011-12-02 Juri Linkov <juri@jurta.org>
7579
7580 * isearch.el (isearch-occur): Use `word-search-regexp' for
7581 `isearch-word'.
7582 (isearch-search-and-update): Add condition for `isearch-word' and
7583 call `word-search-regexp'. (Bug#10145)
7584
0b950688
GM
75852011-12-01 Glenn Morris <rgm@gnu.org>
7586
7587 * eshell/em-hist.el (eshell-hist-initialize):
7588 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7589 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7590
9505c3c7
SM
75912011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7594
1bbe96b2 75952011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7596
a1beca85
SM
7597 * progmodes/verilog-mode.el (verilog-pretty-expr):
7598 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7599 verilog, such as += *= and the like.
7600 (verilog-assignment-operator-re): Regular expression to find the
7601 assigment operator in a verilog assignment.
7602 (verilog-assignment-operation-re): Regular expression to find an
7603 assignment statement for pretty-expr.
7604 (verilog-in-attribute-p): Query returns true if point is in an
7605 attribute context; used to skip these for expression line up from
7606 pretty-expr.
7607 (verilog-in-parameter-p): Query returns true if point is in an
7608 parameter definition context; used to skip these for expression
7609 line up from pretty-expr.
7610 (verilog-in-parenthesis-p): Query returns true if point is in a
7611 parenthetical expression, specifically ( ) but not [ ] or { };
7612 used by pretty-expr.
7613 (verilog-just-one-space): If there is no space, don't add one.
7614 (verilog-get-lineup-indent-2): Specifically skip just attribute
7615 contexts for expression lineup, rather than skipping all
7616 parenthetical expressions.
7617 (verilog-calculate-indent): Fix comment, and fix indent.
7618 (verilog-do-indent): Indent declarations in lists (suggested by
7619 Joachim Lechner).
7620 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7621 skeleton items.
7622 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7623 by Alain Mellan).
7624
1bbe96b2 76252011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7626
7627 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7628 parameters with embedded comments. Reported by Ray Stevens.
7629 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7630 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7631 Reported by Tim Holt.
7632 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7633 instantiated by upper module causing wrong expansion until AUTOed a
7634 second time. Reported by K C Buckenmaier.
7635 (verilog-diff-auto): Fix showing .* as a difference when
7636 `verilog-auto-star-save' off. Reported by Dan Dever.
7637 (verilog-auto-reset, verilog-read-always-signals)
7638 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7639 temporary signals in reset list if
7640 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7641 style to each signal's assignment type, bug381.
7642 Reported by Thomas Esposito.
6288f0ca
WS
7643 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7644 (verilog-uvm-statement-re): Support UVM indentation and
7645 highlighting, with old OVM keywords only.
a1beca85 7646 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7647 Support AUTOTIEOFF creating non-wire data types.
7648 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7649 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7650 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7651 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7652 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7653 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7654 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7655 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7656 non-numeric vector width. Reported by Alex Reed.
7657 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7658 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7659 (verilog-auto-delete-trailing-whitespace):
7660 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7661 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7662 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7663 Fix verilog-scan-cache corruption when running user AUTO expansion
7664 hooks that call indentation routines.
7665 (verilog-simplify-range-expression): Fix typo ignoring lower case
7666 identifiers.
7667 (verilog-delete-auto): Fix delete-autos to also remove user created
7668 automatics, as long as they start with AUTO.
7669 (verilog-batch-diff-auto, verilog-diff-auto)
7670 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7671 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7672 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7673 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7674 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7675 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7676 is disabled and its cache will get corrupt, causing AUTOS not to
7677 expand. Instead use only -quick functions.
7678 (verilog-scan-region): Fix scanning over escaped quotes.
7679 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7680 (verilog-re-search-backward-quick)
7681 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7682 related functions now ignore strings, to fix misparsing of strings
7683 with magic comments embedded in them.
a1beca85
SM
7684 (verilog-read-auto-template):
7685 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7686 Reported by Brad Dobbie.
7687 (verilog-read-auto-template):
7688 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7689 Reported by Brad Dobbie.
6288f0ca
WS
7690 (verilog-auto-inst, verilog-auto-inst-param)
7691 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7692 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7693 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7694 debugging templates without merge conflicts, bug357.
7695 Reported by Brad Dobbie.
7696 (verilog-read-auto-template):
7697 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7698 Reported by Brad Dobbie.
7699 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7700 abbrevs so user won't be asked to save.
7701 (verilog-read-auto-lisp-present): Fix to start at beginning of
7702 buffer in case called outside of verilog-auto.
7703 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7704 to "X-2". Reported by Matthew Myers.
7705 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7706 all inputs from module templates. Reported by Leith Johnson.
7707 (verilog-module-inside-filename-p): Fix locating programs as with
7708 modules.
7709 (verilog-auto-inst-port): Fix vl-width expressions when using
7710 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7711 (verilog-decls-get-regs, verilog-decls-get-signals,
7712 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7713 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7714 verilog-read-decls): Combine reg and wire structures into one var
7715 structure to represent SystemVerilog concepts.
7716 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7717 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7718 (verilog-auto-wire-type, verilog-insert-definition):
7719 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7720 SystemVerilog "logic" keyword instead of "wire"/"reg".
7721 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7722 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7723 ifdef or generate if so there's not a driver conflict).
7724 Reported by Matthew Myers.
7725 (verilog-auto-declare-nettype, verilog-insert-definition):
7726 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7727 `default_nettype none. Reported by Julian Gorfajn.
7728 (verilog-read-always-signals-recurse, verilog-read-decls)
7729 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7730 malformed end statement, bug325. Reported by Joshua Wise and
7731 Andrew Drake.
7732 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7733 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7734 when expanding .* in interfaces, bug320.
7735 Reported by Pierre-David Pfister.
6288f0ca 7736 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7737 name and open parenthesis, bug317.
7738 Reported by Pierre-David Pfister.
6288f0ca
WS
7739 (verilog-simplify-range-expression): Fix simplification of
7740 multiplications inside AUTOWIRE connections, bug303.
7741 (verilog-auto-inst-port): Support parameter expansion in
7742 multidimensional arrays.
7743 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7744 after "assert property". Reported by Julian Gorfajn.
7745 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7746 with multiplication, bug303.
7747 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7748 Reported by Jan Frode Lonnum.
7749
1bbe96b2
GM
77502011-11-30 Juanma Barranquero <lekktu@gmail.com>
7751
7752 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7753 (hfy-shell-file-name, hfy-shell):
7754 * international/fontset.el (x-decompose-font-name): Fix typos.
7755
77562011-11-29 Ken Brown <kbrown@cornell.edu>
7757
7758 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7759 (gdb-version): Remove defvar.
7760 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7761 (gdb-gud-context-command, gdb-non-stop-handler)
7762 (gdb-current-context-command, gdb-stopped): Use it.
7763 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7764 (gdb-non-stop-handler): Don't enable pretty-printing here.
7765 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7766 non-stop mode. Use the following.
7767 (gdb-check-target-async): New defun.
7768 (gud-watch, gdb-stopped): Fix whitespace.
7769 (gdb-get-source-file): Don't try to display the source file if
7770 `gdb-main-file' is nil.
7771
77722011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * align.el: Try to generate fewer markers (bug#10047).
7775 (align--set-marker): New macro.
7776 (align-region): Use it.
7777
c935221f
SM
77782011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7781
e70b5064
CY
77822011-11-29 Chong Yidong <cyd@gnu.org>
7783
7784 * indent.el (indent-for-tab-command, indent-according-to-mode):
7785 Doc fix.
7786 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7787
f3af92b7
MA
77882011-11-29 Michael Albinus <michael.albinus@gmx.de>
7789
7790 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7791 aware of remote file names. (Bug#10124)
7792
ed472be9
CY
77932011-11-29 Chong Yidong <cyd@gnu.org>
7794
7795 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7796
24510c22
SM
77972011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * files.el (find-file): Don't use force-same-window (bug#10144).
7800 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7801 use pop-to-buffer if the selected window can't be used.
7802 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7803
c60c3703
EZ
78042011-11-28 Eli Zaretskii <eliz@gnu.org>
7805
7806 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7807 special-mode-map.
7808
e95def75
CY
78092011-11-28 Chong Yidong <cyd@gnu.org>
7810
7811 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7812
c3f1c606
NR
78132011-11-27 Nick Roberts <nickrob@snap.net.nz>
7814
7815 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7816 gdb-get-source-file-list on gdb-create-source-file-list.
7817
00db469c
EZ
78182011-11-26 Eli Zaretskii <eliz@gnu.org>
7819
7820 * whitespace.el (whitespace-newline): Use a different foreground
7821 color for 16-color light-background displays.
7822
4ad3bc2a
CY
78232011-11-24 Chong Yidong <cyd@gnu.org>
7824
7825 * window.el (display-buffer--special-action): Doc fix.
7826
e9fce1ac
JB
78272011-11-25 Juanma Barranquero <lekktu@gmail.com>
7828
7829 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7830 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7831 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7832 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7833 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7834 (avl-tree-stack-first):
7835 * emacs-lisp/cconv.el (cconv--analyse-use):
7836 * net/gnutls.el (gnutls-negotiate): Fix typos.
7837
cb825e5d
GM
78382011-11-24 Glenn Morris <rgm@gnu.org>
7839
3adbe224
GM
7840 * lpr.el (lpr-windows-system, lpr-lp-system):
7841 * mail/binhex.el (binhex-begin-line):
7842 * progmodes/grep.el (grep-history, grep-find-history):
7843 * textmodes/flyspell.el:
7844 * vc/pcvs-defs.el (cvs-global-menu):
7845 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7846 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7847 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7848
321decc8
GM
7849 * net/tls.el: Fix case of "GnuTLS".
7850
420b63ad
GM
7851 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7852
cb825e5d
GM
7853 * version.el (emacs-build-system): Give it a doc-string.
7854
a0649f08
JL
78552011-11-24 Juri Linkov <juri@jurta.org>
7856
7857 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7858
c0bc0fd4
GM
78592011-11-24 Glenn Morris <rgm@gnu.org>
7860
7861 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7862 if called on a non-mime message just toggle the headers. (Bug#8006)
7863
20db1522
JB
78642011-11-24 Juanma Barranquero <lekktu@gmail.com>
7865
7866 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7867 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7868 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7869 (allout-rebullet-heading, allout-open-sibtopic)
7870 (allout-toggle-current-subtree-encryption)
7871 (allout-toggle-subtree-encryption, allout-encrypt-string)
7872 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7873 (allout-distinctive-bullets-string, allout-auto-activation):
7874 * window.el (window-normalize-buffer-to-display):
7875 * progmodes/verilog-mode.el (verilog-batch-indent):
7876 * textmodes/bibtex.el (bibtex-field-braces-opt)
7877 (bibtex-field-strings-opt):
7878 * vc/cvs-status.el (cvs-tree-merge):
7879 Fix typos.
7880
7262a87c
MA
78812011-11-23 Michael Albinus <michael.albinus@gmx.de>
7882
7883 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7884 `non-essential' to t, in order to avoid remote connections.
7885
283430a1
EZ
78862011-11-23 Eli Zaretskii <eliz@gnu.org>
7887
a1beca85
SM
7888 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7889 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7890 case-insensitively.
7891
d2992a38
ML
78922011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7893
7894 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7895
50419064
GM
78962011-11-23 Glenn Morris <rgm@gnu.org>
7897
da94eca1
GM
7898 * paths.el (rmail-file-name): Reformat the doc-string so that it
7899 is picked up.
7900
9aac4de2
GM
7901 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7902 (rmail-auto-file): Ignore case in the "special" field names,
7903 as mail-fetch-field does for all others.
7904
8038d2d2
GM
7905 * mail/rmail.el (rmail-forward):
7906 * mail/rmailkwd.el (rmail-set-label):
7907 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7908 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7909
f3fe222a
GM
7910 * mail/rmail.el (rmail-current-message): Doc fix.
7911
50419064
GM
7912 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7913
28109f49
SM
79142011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7916 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7917
394c65f1
GM
79182011-11-22 Glenn Morris <rgm@gnu.org>
7919
7920 * mail/rmailmm.el (test-rmail-mime-handler)
7921 (test-rmail-mime-bulk-handler)
7922 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7923
f2a0aa3a
JL
79242011-11-21 Juri Linkov <juri@jurta.org>
7925
1154d12e
JB
7926 * calc/calc.el (calc-read-key-sequence):
7927 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7928
9c34a344
LMI
79292011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7930
7931 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7932 Tell the caller that the next line needs recomputation, even
7933 though it doesn't start a sexp (bug#10094).
7934
f04a3be9
SM
79352011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7938
7978747f
SM
79392011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7940
f04a3be9
SM
7941 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7942 Use force-same-window.
7978747f 7943
fe7a3057
JB
79442011-11-20 Juanma Barranquero <lekktu@gmail.com>
7945
7946 * descr-text.el (describe-char-unicode-data):
7947 * json.el (json-string-escape):
7948 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7949 (Footnote-unicode, Footnote-style-p):
7950 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7951
24901d61
CY
79522011-11-20 Chong Yidong <cyd@gnu.org>
7953
7954 * window.el (replace-buffer-in-windows): Restore interactive spec.
7955
bac7ff22
SM
79562011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7957
24f3d7b9
SM
7958 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7959
bac7ff22
SM
7960 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7961 (byte-compile-global-not-obsolete-vars): New var.
7962 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7963 Use it.
7964 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7965
cd1181db
JB
79662011-11-20 Juanma Barranquero <lekktu@gmail.com>
7967
7968 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7969 * progmodes/pascal.el (electric-pascal-equal):
7970 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7971 * xml.el (xml-substitute-special): Fix typos.
7972
7fb18e9e
GM
79732011-11-20 Glenn Morris <rgm@gnu.org>
7974
7975 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7976 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7977 Doc fixes.
7978 (rmail-decode-mime-charset): Mark as obsolete.
7979
7980 * mail/rmailsum.el (rmail-message-regexp-p-1):
7981 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7982 Before using mime functions, check they are set. (Bug#10077)
7983
d5a6b3ba
JL
79842011-11-19 Juri Linkov <juri@jurta.org>
7985
7986 * info.el (Info-finder-find-node): Use `package--builtins' instead
7987 of `package-alist'. Use node names formed by the pattern "Keyword "
7988 and the keyword name.
7989
e981b61f
AS
79902011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7991
1d00653d 7992 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7993
3ffbc301
JL
79942011-11-19 Juri Linkov <juri@jurta.org>
7995
7996 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7997 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7998 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7999 `old-history', `old-history-forward'. Add let-binding
8000 `window-selected'. Remove calls to `kill-buffer',
8001 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8002 before calling `Info-find-node', so `Info-find-node-2' will reread
8003 the Info file. Restore window positions only when `window-selected'
8004 is non-nil.
8005
30c62133
JL
80062011-11-19 Juri Linkov <juri@jurta.org>
8007
8008 * isearch.el (isearch-lazy-highlight-new-loop):
8009 Remove condition `(not isearch-error)'. (Bug#9918)
8010
8011 * misearch.el (multi-isearch-search-fun): Add condition
8012 `(not bound)' to ignore lazy-highlighting search.
8013 Add the search-failed message "end of multi" when the end of
8014 multi-sequence is reached. Uncapitalize the search-failed
8015 message "Repeat for next buffer".
8016
8017 * info.el (Info-search): Add the search-failed message
8018 "end of the manual" when the end of the manual is reached
8019 in Isearch mode.
8020
645ca9cf
JL
80212011-11-19 Juri Linkov <juri@jurta.org>
8022
8023 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8024 Use non-destructive `remove' instead of `delete' because
8025 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8026 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8027
df754f66
JL
80282011-11-19 Juri Linkov <juri@jurta.org>
8029
8030 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8031 to nil instead of binding `search-ring' and `regexp-search-ring'.
8032 (Bug#9185)
8033
0e23d96a
EZ
80342011-11-19 Eli Zaretskii <eliz@gnu.org>
8035
8036 * simple.el (line-move): Force movement by logical lines for any
8037 hscrolled window, not only when auto-hscroll-mode is on.
8038 (line-move-visual): Update doc string to that effect. (Bug#10076)
8039
8a6ccb66
AS
80402011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8041
8042 * language/european.el (macintosh): Define as alias for mac-roman.
8043
49ae5b39
EZ
80442011-11-19 Eli Zaretskii <eliz@gnu.org>
8045
8046 * mail/rmailmm.el (rmail-mime-display-header)
8047 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8048 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8049 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8050 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8051 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8052 of a raw aref.
8053 (rmail-mime-entity-segment): To get past the tagline, move forward
8054 2 more lines, to account for the 2 empty lines that precede and
8055 follow the line with the buttons.
8056 (rmail-mime-update-tagline): Move one more line, to get past the
8057 empty line that follows the buttons in the tagline. (Bug#9520)
8058
c56cad4a
MR
80592011-11-19 Martin Rudalics <rudalics@gmx.at>
8060
8061 * window.el (window-max-delta-1, window-min-delta-1)
8062 (window-min-size-1, window-state-get-1, window-state-put-1)
8063 (window-state-put-2): Use "window--" prefix.
8064
cbe71af3
SM
80652011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8066
2ad52c60
SM
8067 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8068 (smie-warning-count): New var.
8069 (smie-set-prec2tab): Use it.
8070 (smie-bnf->prec2): Improve warnings. Add docstring.
8071 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8072 (smie-bnf--set-class): New function.
8073 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8074 corner case.
8075
6944dbc1
SM
8076 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8077 (compilation-error-properties, compilation-move-to-column):
8078 Handle compilation-first-column while in the target buffer.
8079
c400c4d7
SM
8080 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8081 Don't hardcode point-min==1.
8082
6dbe3e96
SM
8083 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8084 (eshell-rewrite-for-command): Remove workaround.
8085 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8086 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8087 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8088
cbe71af3
SM
8089 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8090
a8e1496d
GM
80912011-11-17 Glenn Morris <rgm@gnu.org>
8092
8093 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8094 Ignore buffer-local generated-autoload-file if it is the same
8095 as the global value. (Bug#10049)
8096
df85d315
JB
80972011-11-17 Juanma Barranquero <lekktu@gmail.com>
8098
8099 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8100 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8101 (reftex-toc-previous-heading, reftex-toc-max-level)
8102 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8103 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8104 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8105 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8106 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8107 (reftex-toc-rename-label, reftex-toc-visit-location)
8108 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8109 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8110 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8111 leaving "*toc*" only for references to the buffer.
8112
a0c2d0ae
MR
81132011-11-17 Martin Rudalics <rudalics@gmx.at>
8114
8115 * window.el (window-resize, delete-window, split-window):
8116 Replace window-splits by window-combination-resize.
1d00653d 8117 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8118
35c0bac8
GM
81192011-11-17 Glenn Morris <rgm@gnu.org>
8120
8121 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8122 Make bash entry derive from sh entry, not shell entry.
8123
d0c8fc8a
MA
81242011-11-16 Michael Albinus <michael.albinus@gmx.de>
8125
7262a87c
MA
8126 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8127 local file name.
8128
7877f373
JB
81292011-11-16 Juanma Barranquero <lekktu@gmail.com>
8130
8131 * menu-bar.el (menu-bar-file-menu):
8132 * printing.el (pr-ps-utility):
8133 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8134 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8135 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8136 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8137 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8138 (icalendar--convert-cyclic-to-ical)
8139 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8140 (icalendar--convert-ical-to-diary)
8141 (icalendar--convert-recurring-to-diary)
8142 (icalendar--convert-non-recurring-all-day-to-diary)
8143 (icalendar-import-format-sample):
8144 * progmodes/idlw-shell.el (idlwave-shell-mode):
8145 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8146 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8147 (vhdl-ps-print-init): Fix typos.
8148
10649b82
KM
81492011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8150
9d0cfcd6
GM
8151 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8152 FSF and collapse date sequence, obscure author/maintainer email address
8153 better, remove extra version line, track relocation of author's webpage.
10649b82 8154
9d0cfcd6
GM
8155 * progmodes/python.el (python-pdbtrack-input-prompt)
8156 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8157 regular python pdb prompts. Adjustments shamelessly taken exactly as
8158 suggested in EmacsWiki page (tiny change):
8159 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8160
58179cce
JB
81612011-11-16 Juanma Barranquero <lekktu@gmail.com>
8162
8163 * expand.el (expand-pos, expand-index, expand-point):
8164 Remove redundant info from docstring.
8165 (expand-add-abbrevs): Doc fix.
8166 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8167 (expand-sample-perl-mode-expand-list): Fix typos.
8168
8169 * net/dbus.el (dbus-event-member-name):
8170 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8171 * term/pc-win.el (msdos-create-frame-with-faces):
8172 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8173
b6f67890
MR
81742011-11-16 Martin Rudalics <rudalics@gmx.at>
8175
8176 * window.el (split-window, window-state-get-1)
8177 (window-state-put-1, window-state-put-2): Rename occurrences of
8178 window-nest to window-combination-limit.
1d00653d 8179 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8180
ce7ddba0
CY
81812011-11-16 Chong Yidong <cyd@gnu.org>
8182
8183 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8184 regexp (Bug#10033).
8185
3ae704f4
SM
81862011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8189 `completing-read' will remove *Completions* and will preserve
8190 current-buffer for us.
8191 (tmm-add-prompt): Users of *Completions* will always (re)set its
8192 major mode.
8193 (tmm-old-comp-map): Remove.
8194
6ad1cdde
GM
81952011-11-16 Glenn Morris <rgm@gnu.org>
8196
8197 * mail/rmailedit.el: Require rmailmm when compiling.
8198 (rmail-old-mime-state): New declaration.
8199 (rmail-edit-current-message): If editing a mime message,
8200 edit the "raw" message from the mbox buffer.
8201 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8202
d20faa20
GM
82032011-11-15 Glenn Morris <rgm@gnu.org>
8204
8205 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8206 which wasn't being used. Add optional arg to force given state.
8207 (rmail-mime): Add optional arg to force given state.
8208
c7015153
JB
82092011-11-15 Juanma Barranquero <lekktu@gmail.com>
8210
8211 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8212 * frame.el (display-mm-dimensions-alist):
8213 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8214 (outline-move-subtree-down):
8215 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8216 (newsticker--treeview-do-get-node):
8217 * net/quickurl.el (quickurl-list-buffer-name):
8218 * progmodes/dcl-mode.el (dcl-mode):
8219 * progmodes/gdb-mi.el (gdb-mapcar*):
8220 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8221
45261b50
GM
82222011-11-15 Glenn Morris <rgm@gnu.org>
8223
8224 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8225 in a boolean sense, so just make it a boolean, and fix the doc.
8226 (rmail-show-mime-function, rmail-mime-feature)
8227 (rmail-require-mime-maybe): Doc fixes.
8228 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8229
8230 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8231
0d26e0b6
JB
82322011-11-15 Juanma Barranquero <lekktu@gmail.com>
8233
8234 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8235 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8236 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8237 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8238
447f30f6
GM
82392011-11-15 Glenn Morris <rgm@gnu.org>
8240
672b871d
GM
8241 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8242 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8243 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8244 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8245 (rmail-mime, rmail-show-mime): Doc fixes.
8246
f6aa5bb1
GM
8247 * term/ns-win.el (mode-line-frame-identification):
8248 Leave it alone. (Bug#10051)
8249
947cd66b
GM
8250 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8251
447f30f6
GM
8252 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8253 Handle empty buffers. (Bug#9978)
8254
0b381c7e
JB
82552011-11-14 Juanma Barranquero <lekktu@gmail.com>
8256
8257 * international/mule.el (define-charset):
8258 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8259 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8260 * progmodes/verilog-mode.el (verilog-backward-token):
8261 * textmodes/ispell.el (lookup-words):
8262 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8263
71e027ac
GM
82642011-11-14 Glenn Morris <rgm@gnu.org>
8265
56632ce4
GM
8266 * progmodes/executable.el
8267 (executable-make-buffer-file-executable-if-script-p):
8268 Handle file-modes returning nil.
8269
40500957
GM
8270 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8271 message - not necessary, and causes problems. (Bug#9831)
8272
071c2340
GM
8273 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8274
d3cfca60
GM
8275 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8276
71e027ac
GM
8277 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8278 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8279 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8280
89d61221
MR
82812011-11-12 Martin Rudalics <rudalics@gmx.at>
8282
8283 * window.el (window-resize, delete-window): Use window-splits
8284 variable instead of function.
8285 (window-state-get-1, window-state-put-2, window-state-put):
8286 Don't deal with windows' splits status.
8287
98282f6f
GM
82882011-11-12 Glenn Morris <rgm@gnu.org>
8289
8290 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8291 (apropos-documentation): Doc fixes.
8292
40a8bdf6
JB
82932011-11-11 Juanma Barranquero <lekktu@gmail.com>
8294
8295 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8296 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8297
65bd19ff
SM
82982011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * electric.el (electric-indent-post-self-insert-function): Make it
8301 possible for a char to only indent in some circumstances.
8302 (electric-indent-mode): Simplify.
8303
54f9154c
MR
83042011-11-11 Martin Rudalics <rudalics@gmx.at>
8305
8306 * window.el (windows-with-parameter): Remove unused function.
8307 (windows-at-side): Rename to window-at-side-list.
8308 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8309 (window-side-check, window-size-ignore, window-size-fixed-1)
8310 (window-in-direction-2): Prefix with "window--".
8311 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8312
68cbc58b
GM
83132011-11-11 Glenn Morris <rgm@gnu.org>
8314
8315 * subr.el (eval-after-load): If FILE is already loaded,
8316 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8317
b2621720
GM
83182011-11-10 Glenn Morris <rgm@gnu.org>
8319
9a4de110
GM
8320 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8321 Call svn via vc-svn-command rather than vc-do-command.
8322 (vc-svn-command): Add --non-interactive. (Bug#9993)
8323 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8324
b2621720
GM
8325 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8326 Add toggle-read-only. (Bug#7292)
8327 * files.el (toggle-read-only): Mention that it should only
8328 be used interactively. (Bug#10006)
8329
1dce7193
SM
83302011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8331
d9ac1a1e
SM
8332 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8333 Adjust regexp for OCaml warnings.
8334
0c325082
SM
8335 * electric.el (electric-pair-post-self-insert-function): Let user
8336 turn it off buffer-locally (bug#9932).
8337
90132c14
SM
8338 * progmodes/python.el (python-beginning-of-statement):
8339 Rewrite (bug#2703).
8340
1dce7193
SM
8341 * progmodes/compile.el: Better handle TABs (bug#9749).
8342 (compilation-internal-error-properties)
8343 (compilation-next-error-function): Obey the target buffer's
8344 compilation-error-screen-columns.
8345
c4e7c63a
JB
83462011-11-09 Juanma Barranquero <lekktu@gmail.com>
8347
8348 * progmodes/meta-mode.el: Remove obsolete comments.
8349 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8350 Fix typos in docstrings.
8351
2cffd681
MR
83522011-11-09 Martin Rudalics <rudalics@gmx.at>
8353
8354 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8355 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8356 (window--resizable): New function. Make all callers of
8357 window-resizable call window--resizable instead.
8358 (window-resizable): Rewrite in terms of window--resizable.
8359
0edcba87
GM
83602011-11-08 Glenn Morris <rgm@gnu.org>
8361
8362 * progmodes/delphi.el (delphi-mode-syntax-table):
8363 Let define-derived-mode define a proper syntax table. (Bug#9994)
8364
4b0d61e3
SM
83652011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * window.el: Stay away from defsubst.
8368 (window-list-no-nils): Remove.
8369 (window-state-get-1, window-state-get): Use backquote instead.
8370
cd394be1 83712011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8372
4b0d61e3 8373 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8374 Fix incorrect use of default argument in `completing-read'.
8375
e1c2c6f2
MR
83762011-11-08 Martin Rudalics <rudalics@gmx.at>
8377
8378 * window.el (display-buffer-function, special-display-function):
8379 Mention display-buffer-record-window but do not mention
8380 help-setup parameter in doc-strings.
b3f4a882 8381 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8382
105216ed
CY
83832011-11-08 Chong Yidong <cyd@gnu.org>
8384
8385 * window.el (window-total-height, window-total-width): Doc fix.
8386 (window-body-size): Move from C.
8387 (window-body-height, window-body-width): Move to C.
8388
0a9f9ab5
SM
83892011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * window.el: Make special-display like display-buffer-alist (bug#9532).
8392 (display-buffer--special-action): New function, morphed
8393 from display-buffer--special.
8394 (display-buffer): Use it to handle special-display-buffers at higher
8395 priority (just after display-buffer-alist).
8396 (display-buffer-fallback-action, display-buffer--other-frame-action)
8397 (pop-to-buffer-same-window): Remove display-buffer--special.
8398
a769dd15
GM
83992011-11-07 Glenn Morris <rgm@gnu.org>
8400
8401 * calendar/cal-menu.el (cal-menu-set-date-title):
8402 Do nothing if not in a calendar. (Bug#9976)
8403
05a61ee3
SM
84042011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8405
8406 * files.el (find-file): Always use selected-window.
8407
be7f5545
MR
84082011-11-07 Martin Rudalics <rudalics@gmx.at>
8409
8410 * window.el (window-combinations): Make WINDOW argument
8411 mandatory. Rewrite doc-string.
8412 (walk-window-subtree, window-atom-check, window-min-delta)
8413 (window-max-delta, window--resize-this-window)
8414 (window--resize-root-window-vertically, window-tree)
8415 (balance-windows, window-state-put): Rewrite doc-strings as to
8416 not mention the term "subwindow".
8417 (window--resize-subwindows-skip-p): Rename to
8418 window--resize-child-windows-skip-p.
8419 (window--resize-subwindows-normal): Rename to
8420 window--resize-child-windows-normal.
8421 (window--resize-subwindows): Rename to
8422 window--resize-child-windows.
8423 (window-or-subwindow-p): Rename to window--in-subtree-p.
8424
3c6702ef
ML
84252011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8426
8427 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8428 Ensure that mbox format messages end in two newlines (Bug#9974).
8429
49745b39
CY
84302011-11-06 Chong Yidong <cyd@gnu.org>
8431
8432 * window.el (window-combination-p): Function deleted; its
8433 side-effect is not used in any existing code.
8434 (window-combinations, window-combined-p): Call window-*-child
8435 directly.
8436
24300f5f
CY
84372011-11-05 Chong Yidong <cyd@gnu.org>
8438
8439 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8440 (window-size-ignore, window-state-get): Callers changed.
8441 (window-normalize-window): Rename from window-normalize-any-window.
8442 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8443 (window-normalize-live-window): Delete.
447f16b8
CY
8444 (window-combination-p, window-combined-p, window-combinations)
8445 (walk-window-subtree, window-atom-root, window-min-size)
8446 (window-sizable, window-sizable-p, window-size-fixed-p)
8447 (window-min-delta, window-max-delta, window-resizable)
8448 (window-resizable-p, window-full-height-p, window-full-width-p)
8449 (window-current-scroll-bars, window-point-1, set-window-point-1)
8450 (window-at-side-p, window-in-direction, window-resize)
8451 (adjust-window-trailing-edge, maximize-window, minimize-window)
8452 (window-deletable-p, delete-window, delete-other-windows)
8453 (record-window-buffer, unrecord-window-buffer)
8454 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8455 (quit-window, split-window, window-state-put)
8456 (set-window-text-height, fit-window-to-buffer)
8457 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8458
89bd5ee1
EZ
84592011-11-04 Eli Zaretskii <eliz@gnu.org>
8460
53479029
EZ
8461 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8462 rfc2047-decode-string.
8463 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8464 warnings.
8465
89bd5ee1
EZ
8466 * window.el (window-body-height, window-body-width): Mention in
8467 the doc string that the return values are in frame's canonical
8468 units. (Bug#9949)
8469
bd17fdee
AM
84702011-11-03 Alan Mackenzie <acm@muc.de>
8471
8472 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8473 change in cc-engine.el.
8474
acc825c5
SM
84752011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8478
1885e5b8
MR
84792011-11-02 Martin Rudalics <rudalics@gmx.at>
8480
8481 * window.el (quit-window): Call unrecord-window-buffer after
8482 showing another buffer in the window. (Bug#9937)
acc825c5 8483 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8484
ebe06da9
JB
84852011-11-02 Juanma Barranquero <lekktu@gmail.com>
8486
8487 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8488 Accept status with more than 9 shelves. (Bug#9935)
8489 Reported by Colin D Bennett <colin@gibibit.com>.
8490
4ee88440
MR
84912011-11-01 Martin Rudalics <rudalics@gmx.at>
8492
8493 * help.el (with-help-window): Don't reference
8494 temp-buffer-show-specifiers in doc-string.
8495
08e1d82c
AS
84962011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8497
8498 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8499 menu-item.
8500
84bd6e9e
VJL
85012011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8502
8503 * whitespace.el: New version 13.2.2.
8504 (whitespace-newline-mode): Disable properly. Reported by Sarah
8505 <EmacsWiki>.
8506
dba0634a
UJ
85072011-10-30 Ulf Jasper <ulf.jasper@web.de>
8508
8509 * net/newst-treeview.el: Remove "Time-stamp".
8510 (newsticker--group-manage-orphan-feeds): Do not call
8511 newsticker--treeview-tree-update.
db22a3c2
JB
8512 (newsticker-treeview-update, newsticker-treeview):
8513 Call newsticker--treeview-tree-update if necessary.
dba0634a 8514
3d8daefe
MR
85152011-10-30 Martin Rudalics <rudalics@gmx.at>
8516
8517 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8518 (window-iso-combinations): Remove "iso-" infix.
8519 Suggested by Chong Yidong.
3d8daefe
MR
8520 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8521 (window-max-delta-1, window-resize, window--resize-siblings)
8522 (window--resize-this-window, adjust-window-trailing-edge)
8523 (split-window, balance-windows-1)
8524 (shrink-window-if-larger-than-buffer):
8525 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8526 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8527
1bc4c3ae
SM
85282011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8531 in place (bug#9907).
8532 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8533 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8534 (eshell-structure-basic-command, eshell-rewrite-while-command)
8535 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8536 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8537 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8538 (eshell-do-pipelines-synchronously, eshell-eval-command):
8539 Use backquotes and prefer setq to set.
8540 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8541 (eshell-macrop): Use functionp.
c1e2f5fa 8542 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8543
30b65d9c
CY
85442011-10-30 Chong Yidong <cyd@gnu.org>
8545
8546 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8547 instead of set-mark (Bug#9810).
8548
2d197ffb
CY
85492011-10-30 Chong Yidong <cyd@gnu.org>
8550
8551 * window.el (split-window-below, split-window-right): Rename from
8552 split-window-above-each-other and split-window-side-by-side
8553 respectively. All callers changed.
8554 (split-window-sensibly, split-window-sensibly): Use them.
8555 (split-window-keep-point): Doc fix.
8556
8557 * isearch.el: Add isearch-scroll property to split-window-below
8558 and split-window-right.
8559
8560 * follow.el (follow-mode):
8561 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8562 * progmodes/ada-xref.el (ada-gdb-application):
8563 * emulation/vip.el (vip-buffer-in-two-windows):
8564 * image-dired.el (image-dired-dired-with-window-configuration):
8565 * dired-x.el (dired-do-find-marked-files):
8566 * dired.el (dired-pop-to-buffer):
8567 * bs.el (bs--show-with-configuration):
8568 * vc/emerge.el (emerge-setup-windows):
8569 * textmodes/two-column.el (2C-two-columns):
8570 * textmodes/reftex-toc.el (reftex-toc):
8571 * progmodes/gdb-mi.el (gdb-setup-windows):
8572 * progmodes/fortran.el (fortran-window-create):
8573 * net/newst-treeview.el (newsticker--treeview-window-init):
8574 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8575 * emulation/tpu-edt.el (tpu-gold-map):
8576 * emulation/crisp.el (crisp-mode-map):
8577 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8578
38bb2ca8
CY
85792011-10-29 Chong Yidong <cyd@gnu.org>
8580
aa4de341
CY
8581 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8582
e1eb5385
CY
8583 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8584
5d2ece3c
CY
8585 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8586 forged Ispell output (Bug#7904).
8587
38bb2ca8
CY
8588 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8589
d0af9f77
SM
85902011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * doc-view.el: Avoid ugly errors about not finding nil.
8593 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8594 (doc-view-dvipdf-program, doc-view-unoconv-program)
8595 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8596 Avoid nil or absolute file name as default value.
8597 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8598
52bedd34
AM
85992011-10-28 Alan Mackenzie <acm@muc.de>
8600
db22a3c2 8601 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8602
7e43cfa5
AM
86032011-10-28 Alan Mackenzie <acm@muc.de>
8604
8605 Amend the handling of c-beginning/end-of-defun in nested declaration
8606 scopes.
8607
52bedd34
AM
8608 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8609 cc-langs.el. Change it to a defcustom.
7e43cfa5 8610
52bedd34
AM
8611 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8612 cc-vars.el.
7e43cfa5 8613
d0af9f77
SM
8614 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8615 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8616
52bedd34 8617 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8618 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8619 (c-widen-to-enclosing-decl-scope): New function.
8620 (c-while-widening-to-decl-block): New macro.
8621 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8622 outward for defun boundaries, and correspondingly change symbol
8623 `respect-enclosure' to `go-outward'.
8624 (c-declaration-limits): Change algorithm to report only the "innermost"
8625 defun's boundaries.
8626
1a2ce9ee
DD
86272011-10-28 Deniz Dogan <deniz@dogan.se>
8628
8629 * net/rcirc.el (rcirc-mode): Use hard newlines.
8630
bc97a826
AM
86312011-10-28 Alan Mackenzie <acm@muc.de>
8632
8633 Amend to indent and fontify macros "which include their own semicolon"
8634 correctly, using the "virtual semicolon" mechanism.
8635
52bedd34 8636 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8637
d0af9f77 8638 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8639 Recode to scan one line at a time rather than having \n and \r
58179cce 8640 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8641 (c-forward-label): Amend for virtual semicolons.
58179cce 8642 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8643
52bedd34
AM
8644 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8645 of the new C macros.
bc97a826 8646
52bedd34 8647 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8648 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8649 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8650 (c-opt-cpp-macro-define): Make into a full language variable.
8651 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8652 AWK Mode (including \n, \r) removed, no longer needed.
8653
d0af9f77
SM
8654 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8655 Invoke c-make-macro-with-semi-re.
bc97a826 8656
52bedd34
AM
8657 * progmodes/cc-vars.el (c-macro-with-semi-re):
8658 (c-macro-names-with-semicolon): New variables.
58179cce 8659 (c-make-macro-with-semi-re): New function.
bc97a826 8660
7a6c0941
SM
86612011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * vc/log-edit.el: Fill empty field rather than adding new one.
8664 (log-edit-add-field): New function.
8665 (log-edit-insert-changelog): Use it.
8666
b0c4cdcf
ML
86672011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8668
8669 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8670
ee1f1da9
SM
86712011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8674 (gdb--check-interpreter): New function.
8675 (gdb): Use it.
8676
51bc5f8b
GM
86772011-10-27 Glenn Morris <rgm@gnu.org>
8678
416a2c45
GM
8679 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8680 (least-positive-float, least-negative-float)
8681 (least-positive-normalized-float, least-negative-normalized-float)
8682 (float-epsilon, float-negative-epsilon):
8683 Remove unnecessary declarations.
8684
8685 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8686 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8687 (least-positive-float, least-negative-float)
8688 (least-positive-normalized-float, least-negative-normalized-float)
8689 (float-epsilon, float-negative-epsilon): Add doc-strings,
8690 based on those in cl.texi.
8691
51bc5f8b
GM
8692 * files.el (set-visited-file-name): If the major-mode changed,
8693 reload the local variables. (Bug#9796)
8694
15de15c6
CY
86952011-10-27 Chong Yidong <cyd@gnu.org>
8696
8697 * subr.el (change-major-mode-after-body-hook): New hook.
8698 (run-mode-hooks): Run it.
8699
ee1f1da9
SM
8700 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8701 Use change-major-mode-before-body-hook.
15de15c6
CY
8702
8703 * simple.el (fundamental-mode):
8704 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8705 change introducing fundamental-mode-hook.
8706
5430d399
JB
87072011-10-26 Juanma Barranquero <lekktu@gmail.com>
8708
acc825c5 8709 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8710
ad74a69e
MA
87112011-10-26 Michael Albinus <michael.albinus@gmx.de>
8712
8713 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8714 tramp.el explicitly. (Bug#7583)
ad74a69e 8715
71d4c2a5
SM
87162011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * progmodes/octave-mod.el:
8719 * progmodes/octave-inf.el: Update maintainer.
8720
b1f6fa26
CY
87212011-10-26 Chong Yidong <cyd@gnu.org>
8722
8723 * subr.el (with-wrapper-hook): Rewrite doc.
8724
3f04efd6
MA
87252011-10-25 Michael Albinus <michael.albinus@gmx.de>
8726
8727 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8728 filenames "/method:foo:". (Bug#9793)
3f04efd6 8729
410488d3
SM
87302011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8733 (bug#9865).
8734
c1ebb47e
GM
87352011-10-24 Glenn Morris <rgm@gnu.org>
8736
8737 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8738
7f5c46c7
MA
87392011-10-24 Michael Albinus <michael.albinus@gmx.de>
8740
8741 * notifications.el: Add the requirement of a running D-Bus session
8742 bus to the Commentary.
8743
db2440b6
JL
87442011-10-24 Juri Linkov <juri@jurta.org>
8745
8746 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8747 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8748 (Bug#9364)
8749
feecf435
JL
87502011-10-24 Juri Linkov <juri@jurta.org>
8751
8752 * info.el (Info-following-node-name-re): Add newline to the list
8753 of allowed characters for leading space. (Bug#9824)
8754
a3839de2
SM
87552011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8756
acc825c5
SM
8757 * progmodes/octave-inf.el (inferior-octave-mode-map):
8758 Fix C-c C-h binding.
a3839de2
SM
8759 * progmodes/octave-mod.el (octave-help): Remove.
8760
09388e76
MA
87612011-10-23 Michael Albinus <michael.albinus@gmx.de>
8762
8763 Sync with Tramp 2.2.3.
8764
8765 * net/tramp-cache.el (top): Pacify byte-compiler using
8766 `init-file-user' and `site-run-file'.
8767
8768 * net/trampver.el: Update release number.
8769
86c60681
CY
87702011-10-23 Chong Yidong <cyd@gnu.org>
8771
8772 * files.el (toggle-read-only): Remove obsolete comment about
8773 version control.
8774
8775 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8776 for toggle-read-only. Note that this hasn't called vc-next-action
8777 since 2008-05-02, though it wasn't documented at the time.
8778
a3839de2
SM
8779 * vc/ediff-init.el (ediff-toggle-read-only-function):
8780 Use toggle-read-only.
86c60681 8781
cd5495ff
AM
87822011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8783
8784 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8785 of c-parse-state.
8786
00b77525 8787 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8788 correct faulty logical expression.
cd5495ff
AM
8789 (c-parse-state-state, c-record-parse-state-state):
8790 (c-replay-parse-state-state): New defvar/defuns.
8791 (c-debug-parse-state): Use new functions.
8792
42ee24ed
MR
87932011-10-22 Martin Rudalics <rudalics@gmx.at>
8794
8795 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8796 last fix. Use window-in-direction correctly.
42ee24ed 8797
a7dee7e7
CY
87982011-10-21 Chong Yidong <cyd@gnu.org>
8799
8800 * progmodes/idlwave.el (idlwave-mode):
8801 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8802 require-final-newline; that's done in prog-mode.
8803 Suggested by Stefan Monnier.
a7dee7e7 8804
e07b9a6d
MR
88052011-10-21 Martin Rudalics <rudalics@gmx.at>
8806
8807 * mouse.el (mouse-drag-window-above)
8808 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8809 (mouse-drag-mode-line-1, mouse-drag-header-line)
8810 (mouse-drag-vertical-line-rightward-window): Remove.
8811 (mouse-drag-line): New function.
8812 (mouse-drag-mode-line, mouse-drag-header-line)
8813 (mouse-drag-vertical-line): Call mouse-drag-line.
8814 * window.el (window-at-side-p, windows-at-side): New functions.
8815
7e1361d9
UM
88162011-10-21 Ulrich Mueller <ulm@gentoo.org>
8817
8818 * tar-mode.el (tar-grind-file-mode):
8819 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8820
30fcaf3a
CY
88212011-10-21 Chong Yidong <cyd@gnu.org>
8822
8823 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8824 * progmodes/vera-mode.el (vera-mode):
8825 Use mode-require-final-newline.
30fcaf3a 8826
516eddb0
GM
88272011-10-20 Glenn Morris <rgm@gnu.org>
8828
db22a3c2 8829 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8830
10d5f513
CS
88312011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8832
8833 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8834
ac6c8639
CY
88352011-10-20 Chong Yidong <cyd@gnu.org>
8836
8837 * emulation/cua-base.el (cua-mode):
8838 * mail/footnote.el (footnote-mode):
8839 * mail/mailabbrev.el (mail-abbrevs-mode):
8840 * net/xesam.el (xesam-minor-mode):
8841 * progmodes/bug-reference.el (bug-reference-mode):
8842 * progmodes/cap-words.el (capitalized-words-mode):
8843 * progmodes/compile.el (compilation-minor-mode)
8844 (compilation-shell-minor-mode):
8845 * progmodes/gud.el (gud-tooltip-mode):
8846 * progmodes/hideif.el (hide-ifdef-mode):
8847 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8848 * progmodes/subword.el (subword-mode):
8849 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8850 * progmodes/which-func.el (which-function-mode):
8851 * term/tvi970.el (tvi970-set-keypad-mode):
8852 * term/vt100.el (vt100-wide-mode):
8853 * textmodes/flyspell.el (flyspell-mode):
8854 * textmodes/ispell.el (ispell-minor-mode):
8855 * textmodes/nroff-mode.el (nroff-electric-mode):
8856 * textmodes/paragraphs.el (use-hard-newlines):
8857 * textmodes/refill.el (refill-mode):
8858 * textmodes/reftex.el (reftex-mode):
8859 * textmodes/rst.el (rst-minor-mode):
8860 * textmodes/sgml-mode.el (html-autoview-mode)
8861 (sgml-electric-tag-pair-mode):
8862 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8863 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8864 * emulation/crisp.el (crisp-mode):
8865 * emacs-lisp/eldoc.el (eldoc-mode):
8866 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8867 minor mode behavior.
8868
aa42ab43
JL
88692011-10-19 Juri Linkov <juri@jurta.org>
8870
8871 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8872 the list of hard-coded chars with escape-glyph face.
8873
89400f1d
SM
88742011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8877
305c07f6
MA
88782011-10-19 Michael Albinus <michael.albinus@gmx.de>
8879
8880 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8881 running process.
8882
13754b54
GM
88832011-10-19 Glenn Morris <rgm@gnu.org>
8884
8885 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8886 Ignore ignored files. (Bug#9726)
8887
06e21633
CY
88882011-10-19 Chong Yidong <cyd@gnu.org>
8889
8890 Doc fix for minor modes, stating that an omitted argument enables
8891 the mode unconditionally when called from Lisp.
8892
8893 * abbrev.el (abbrev-mode):
8894 * allout.el (allout-mode):
8895 * autoinsert.el (auto-insert-mode):
8896 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8897 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8898 (global-auto-revert-mode):
8899 * battery.el (display-battery-mode):
8900 * composite.el (global-auto-composition-mode)
8901 (auto-composition-mode):
8902 * delsel.el (delete-selection-mode):
8903 * desktop.el (desktop-save-mode):
8904 * dired-x.el (dired-omit-mode):
8905 * dirtrack.el (dirtrack-mode):
8906 * doc-view.el (doc-view-minor-mode):
8907 * double.el (double-mode):
8908 * electric.el (electric-indent-mode, electric-pair-mode):
8909 * emacs-lock.el (emacs-lock-mode):
8910 * epa-hook.el (auto-encryption-mode):
8911 * follow.el (follow-mode):
8912 * font-core.el (font-lock-mode):
8913 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8914 * help.el (temp-buffer-resize-mode):
8915 * hilit-chg.el (highlight-changes-mode)
8916 (highlight-changes-visible-mode):
8917 * hi-lock.el (hi-lock-mode):
8918 * hl-line.el (hl-line-mode, global-hl-line-mode):
8919 * icomplete.el (icomplete-mode):
8920 * ido.el (ido-everywhere):
8921 * image-file.el (auto-image-file-mode):
8922 * image-mode.el (image-minor-mode):
8923 * iswitchb.el (iswitchb-mode):
8924 * jka-cmpr-hook.el (auto-compression-mode):
8925 * linum.el (linum-mode):
8926 * longlines.el (longlines-mode):
8927 * master.el (master-mode):
8928 * mb-depth.el (minibuffer-depth-indicate-mode):
8929 * menu-bar.el (menu-bar-mode):
8930 * minibuf-eldef.el (minibuffer-electric-default-mode):
8931 * mouse-sel.el (mouse-sel-mode):
8932 * msb.el (msb-mode):
8933 * mwheel.el (mouse-wheel-mode):
8934 * outline.el (outline-minor-mode):
8935 * paren.el (show-paren-mode):
8936 * recentf.el (recentf-mode):
8937 * reveal.el (reveal-mode, global-reveal-mode):
8938 * rfn-eshadow.el (file-name-shadow-mode):
8939 * ruler-mode.el (ruler-mode):
8940 * savehist.el (savehist-mode):
8941 * scroll-all.el (scroll-all-mode):
8942 * scroll-bar.el (scroll-bar-mode):
8943 * server.el (server-mode):
8944 * shell.el (shell-dirtrack-mode):
8945 * simple.el (auto-fill-mode, transient-mark-mode)
8946 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8947 (line-number-mode, column-number-mode, size-indication-mode)
8948 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8949 * strokes.el (strokes-mode):
8950 * time.el (display-time-mode):
8951 * t-mouse.el (gpm-mouse-mode):
8952 * tool-bar.el (tool-bar-mode):
8953 * tooltip.el (tooltip-mode):
8954 * type-break.el (type-break-mode-line-message-mode)
8955 (type-break-query-mode):
8956 * view.el (view-mode):
8957 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8958 (global-whitespace-mode, global-whitespace-newline-mode):
8959 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8960
a3839de2
SM
8961 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8962 Fix autogenerated docstring.
06e21633 8963
5214e501
JL
89642011-10-19 Juri Linkov <juri@jurta.org>
8965
8966 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8967 by checking environment variables "DESKTOP_SESSION" and
8968 "XDG_CURRENT_DESKTOP". (Bug#9779)
8969
195f8db9
JL
89702011-10-19 Juri Linkov <juri@jurta.org>
8971
8972 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8973 (browse-url-chromium-program, browse-url-chromium-arguments):
8974 New defcustoms.
8975 (browse-url-default-browser): Check for `browse-url-chromium' and
8976 call `browse-url-chromium-program'.
8977 (browse-url-chromium): New command. (Bug#9779)
8978
343a34ff
JB
89792011-10-18 Juanma Barranquero <lekktu@gmail.com>
8980
8981 * facemenu.el (list-colors-duplicates): On Windows, detect more
8982 duplicates by assuming that only colors matching "^System" are
8983 special "system colors". (Bug#9722)
8984
6978a151
SM
89852011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8988 to distinguish the author from the committer.
8989
6a80b297
MA
89902011-10-18 Michael Albinus <michael.albinus@gmx.de>
8991
8992 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8993
b31a5677
JK
89942011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8995
8996 * international/mule.el (sgml-html-meta-auto-coding-function):
8997 Add support for detecting encoding in HTML5 specified only as
8998 <meta charset="UTF-8">. Implementation just makes http-equiv and
8999 content-type parts from HTML4 encoding string optional. (Bug#9716)
9000
80c6d77f
GM
90012011-10-18 Glenn Morris <rgm@gnu.org>
9002
9003 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9004
08b0fee8
CY
90052011-10-18 Chong Yidong <cyd@gnu.org>
9006
9007 * faces.el (cursor): Doc fix.
9008
67e729a5
CY
90092011-10-17 Chong Yidong <cyd@gnu.org>
9010
9011 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9012
343a34ff 90132011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9014
9015 * dirtrack.el (dirtrack): Support shell buffers with path
9016 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9017
0bc06380
TZ
90182011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9019
9020 * json.el: Bump version to 1.3 and note change in History.
9021 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9022
8b79f3e0
SM
90232011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9024
5a7c536b
SM
9025 * comint.el (comint-insert-input, comint-send-input)
9026 (comint-get-old-input-default, comint-backward-matching-input)
9027 (comint-next-prompt): Use nil instead of `input' for field property of
9028 past user input (bug#114).
9029
96a8a0df
SM
9030 * minibuffer.el (completion--replace): Inherit surrounding properties
9031 (bug#114).
9032 (minibuffer-complete-and-exit): Use it.
9033
8b79f3e0
SM
9034 * comint.el (comint--table-subvert): Quote the all-completions output
9035 (bug#9160).
9036
b8f7ff0d
MR
90372011-10-17 Martin Rudalics <rudalics@gmx.at>
9038
8b79f3e0 9039 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9040
b8f7ff0d 9041 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9042 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9043 entries and separate them from frame entries.
9044
c235b555
GM
90452011-10-15 Glenn Morris <rgm@gnu.org>
9046
9047 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9048 Doc fixes.
9049
6bbfa6e1
CY
90502011-10-15 Chong Yidong <cyd@stupidchicken.com>
9051
8b79f3e0
SM
9052 * net/network-stream.el (network-stream-open-starttls):
9053 Improve detection of failure due to lack of TLS support.
ec5c990d 9054
6bbfa6e1
CY
9055 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9056 putting the input text in front and in bold.
9057
98488977
SM
90582011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9059
3d1337be
SM
9060 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9061
ee0b45e4
SM
9062 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9063 empty buffer.
9064
98488977
SM
9065 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9066 unread-command-events rather than pushing yet-another event.
9067
186f4720
EZ
90682011-10-14 Eli Zaretskii <eliz@gnu.org>
9069
9070 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9071 the explanation of the possible choices. Make the options passed
9072 to completing-read shorter.
9073
8b7a997c
AM
90742011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9075
9076 * textmodes/flyspell.el (flyspell-large-region): Make sure
9077 extended character mode is used if defined (Bug#1339).
9078
12587bbb
EZ
90792011-10-13 Eli Zaretskii <eliz@gnu.org>
9080
9081 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9082 character info for LRE, LRO, RLE, and RLO characters by appending
9083 an invisible PDF.
12587bbb 9084
bad41229
SM
90852011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9088 even in case of error; add debug spec; simplify data flow.
9089 (with-timeout-handler): Remove.
9090
28dbc92f
MA
90912011-10-12 Michael Albinus <michael.albinus@gmx.de>
9092
9093 Fix Bug#6019, Bug#9315.
9094
9095 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9096 complete `buffer-file-name', the local file name part could look
9097 remotely (for example on VMS).
9098
9099 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9100 `tramp-run-real-handler'.
9101 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9102 already quoted by '"'.
9103
9104 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9105 Let `file-name-handler-alist' be nil, the local file name part
9106 could look remotely (for example on VMS).
9107
e1b0b23a
SM
91082011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9111 from here...
9112 (flyspell-post-command-hook): ...to here.
9113
a120bde9
SM
91142011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9117 if not needed.
9118 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9119 using completion. Protect against "slow" callers.
9120 Remove the "message hack".
9121
7ce7717b
JL
91222011-10-11 Juri Linkov <juri@jurta.org>
9123
9124 * isearch.el (isearch-lazy-highlight-word): New variable.
9125 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9126 Use it. (Bug#9727)
9127
c02ee9d6
GM
91282011-10-11 Glenn Morris <rgm@gnu.org>
9129
9130 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9131 like f90-previous-statement does.
9132
93e616fd 91332011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9134
1f190e73 9135 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9136 only in interactive use, to avoid error.
9137
af7b6078
SM
91382011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * minibuffer.el (completion-file-name-table): Fix last change,
9141 i.e. ignore normal errors but not the other ones.
9142
0563dae9
MR
91432011-10-10 Martin Rudalics <rudalics@gmx.at>
9144
9145 * window.el (special-display-buffer-names)
9146 (special-display-regexps): Remove some remnants of earlier
9147 changes from doc-strings.
366ca7f3
MR
9148 (quit-windows-on): New function.
9149
9150 * vc/vc.el (vc-revert, vc-rollback):
9151 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9152 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9153 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9154
49677495
MR
91552011-10-09 Martin Rudalics <rudalics@gmx.at>
9156
9157 * window.el (frame-auto-hide-function): Add version tag.
9158 (Bug#9699)
9159
56f2d1e1
MA
91602011-10-09 Michael Albinus <michael.albinus@gmx.de>
9161
9162 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9163 condition.
9164
112a6592
LL
91652011-10-09 Leo Liu <sdl.web@gmail.com>
9166
9167 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9168 (Bug#9701)
9169
0812589b
GM
91702011-10-08 Glenn Morris <rgm@gnu.org>
9171
9172 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9173 before the first code statement zero indent. (Bug#9690)
9174
b2b0776e
CY
91752011-10-08 Chong Yidong <cyd@stupidchicken.com>
9176
9177 * simple.el (count-words-region): Always count in the region.
9178 Report the number of lines and characters too.
9179 (count-words): New command, which counts in the buffer if the
9180 region is inactive, as count-words-region used to.
9181 (count-words--message): New function. Handle plurals.
9182 (count-lines-region): Make it an alias for count-words-region.
9183
9184 * bindings.el (esc-map): Replace count-lines-region with
9185 count-words-region.
9186
c557cd6b
MR
91872011-10-08 Martin Rudalics <rudalics@gmx.at>
9188
9189 * window.el (window--delete): Delete dedicated frame
9190 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9191 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9192
61a57ef4 91932011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9194
3a7d293b 9195 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9196
c3833279
CY
91972011-10-07 Chong Yidong <cyd@stupidchicken.com>
9198
9199 * bindings.el ([M-left],[M-right]): Bind to left-word and
9200 right-word respectively.
9201
21ce8245
GM
92022011-10-07 Glenn Morris <rgm@gnu.org>
9203
9204 * cus-start.el (debug-on-quit): Fix custom type.
9205
6d823bb2
LMI
92062011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9207
0181e193
LMI
9208 * subr.el (define-key-after): Clarify that the function is not
9209 useful for non-menu keymaps.
9210
6d823bb2
LMI
9211 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9212
8e3459ce 92132011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9214
21ce8245 9215 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9216 in current minibuffer (Fix bug with recursive minibuffers).
9217
a1c2d21e
CY
92182011-10-06 Chong Yidong <cyd@stupidchicken.com>
9219
9220 * progmodes/gdb-mi.el (gdb): Doc fix.
9221
5a4cf282
MR
92222011-10-05 Martin Rudalics <rudalics@gmx.at>
9223
9224 * window.el (frame-auto-hide-function): New option replacing
9225 frame-auto-delete. Suggested by Stefan Monnier.
9226 (window--delete): Call frame-auto-hide-function instead of
9227 investigating frame-auto-delete.
c96111ea
MR
9228 (window-point-1, set-window-point-1): New functions.
9229 (window-in-direction, record-window-buffer, window-state-get-1)
9230 (display-buffer-record-window): Use window-point-1 instead of
9231 window-point.
9232 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9233
9854542e
SM
92342011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9237
8943cfb0
GM
92382011-10-05 Glenn Morris <rgm@gnu.org>
9239
9240 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9241 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9242
647ab967
LL
92432011-10-05 Leo Liu <sdl.web@gmail.com>
9244
9245 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9246 works with buffer object.
9247
3ddfbced
SM
92482011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * mpc.el (mpc-tool-bar-map): Add labels.
9251
bdfa5dd2
GM
92522011-10-04 Glenn Morris <rgm@gnu.org>
9253
9254 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9255
0e2070b5
MR
92562011-10-04 Martin Rudalics <rudalics@gmx.at>
9257
9258 * window.el (window--delete): New function.
9259 (frame-auto-delete): Resuscitate option.
9260 (bury-buffer, replace-buffer-in-windows)
9261 (quit-window): Rewrite using window--delete.
9262 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9263 Pass display-buffer-mark-dedicated to window--display-buffer-2
9264 (Bug#9639).
9265
3dc61a09
SM
92662011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9267
915a9b64
SM
9268 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9269 returns a list (bug#9554). Add remote file name completion.
9270 * comint.el (comint--table-subvert): Curry and get quote&unquote
9271 functions as arguments.
9272 (comint--complete-file-name-data): Adjust call accordingly.
9273 * pcomplete.el (pcomplete--table-subvert): Remove.
9274 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9275
3dc61a09
SM
9276 * minibuffer.el (completion-table-case-fold): Use currying.
9277 (completion--styles-type, completion--cycling-threshold-type):
9278 New constants.
9279 (completion-styles, completion-category-overrides)
9280 (completion-cycle-threshold): Use them.
9281 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9282 completion-table-case-fold.
9283
8ea0a993
SB
92842011-10-03 Stephen Berman <stephen.berman@gmx.net>
9285
9286 * minibuffer.el (completion-category-overrides): Fix type of styles
9287 and add more user friendly tags (bug#9660).
9288
8c24b7f6
SM
92892011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9290
9291 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9292 (mule-input-method-string): New widget.
9293 (default-input-method, language-info-custom-alist): Use it.
9294
428fe61a
SM
92952011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9296
32c1fffd
SM
9297 * pcomplete.el: Require comint.
9298 (pcomplete--common-suffix): Remove.
9299 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9300 (pcomplete--table-subvert): Sync with comint--table-subvert.
9301 (pcomplete--entries): Use comint-completion-file-name-table.
9302 * comint.el (comint-unquote-filename): Simplify.
9303 (comint-completion-file-name-table): New function (bug#9616).
9304 (comint--complete-file-name-data): Use it.
9305
428fe61a
SM
9306 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9307 (pcmpl-gnu-tar-buffer): Remove.
9308 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9309 around. Make sure pcomplete-suffix-list is only changed temporarily.
9310 Don't look inside the tar's file if it's too large.
428fe61a 9311
04c52e2f
CY
93122011-10-01 Chong Yidong <cyd@stupidchicken.com>
9313
ce3cefcc
CY
9314 * cus-edit.el (custom-mode-map):
9315 * epa.el (epa-key-list-mode-map):
9316 * man.el (Man-mode-map):
9317 * startup.el (splash-screen-keymap):
9318 * simple.el (special-mode-map): Use scroll-up-command and
9319 scroll-down-command.
9320
9321 * progmodes/idlw-help.el (idlwave-help-mode-map):
9322 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9323 * net/newst-plainview.el (newsticker-mode-map):
9324 * emulation/ws-mode.el (wordstar-mode-map):
9325 * emulation/vi.el (vi-com-map):
9326 * calc/calc-graph.el (calc-graph-show-dumb):
9327 * term/sun.el (terminal-init-sun):
9328 * term/ns-win.el (global-map):
9329 * progmodes/grep.el (grep-mode-map):
9330 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9331 * mail/rmail.el (rmail-mode-map):
9332 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9333
04c52e2f
CY
9334 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9335 custom-safe-themes as special.
9336
79adf8c8
JD
93372011-10-01 Julien Danjou <julien@danjou.info>
9338
9339 * notifications.el (notifications-notify): Fix docstring.
9340
63bd50d3
PS
93412011-10-01 Per Starbäck <per@starback.se>
9342
9343 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9344
199e4c7e
MR
93452011-09-30 Martin Rudalics <rudalics@gmx.at>
9346
9347 * startup.el (command-line-1): Fix last fix by inserting
9348 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9349 (Bug#9605) and (Bug#9636)
199e4c7e 9350
fe5f08dd
EZ
93512011-09-29 Eli Zaretskii <eliz@gnu.org>
9352
9353 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9354 window is hscrolled, move by logical lines. (Bug#9607)
9355 (line-move-visual): Update the doc string to the above effect.
9356
b5516bbd
MR
93572011-09-29 Martin Rudalics <rudalics@gmx.at>
9358
ccee00c0
MR
9359 * window.el (display-buffer-record-window): When WINDOW is the
9360 selected window use `point' instead of `window-point'. (Bug#9626)
9361
b5516bbd
MR
9362 * startup.el (command-line-1): Use insert-before-markers when
9363 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9364
b5516bbd
MR
9365 * help.el (help-window): Remove variable.
9366
52aa0014
GM
93672011-09-29 Glenn Morris <rgm@gnu.org>
9368
9369 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9370
df9a7357
JB
93712011-09-29 Juanma Barranquero <lekktu@gmail.com>
9372
9373 * descr-text.el (describe-char-categories): Accept category
9374 descriptions more than one line long.
9375
a8406c20
SM
93762011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9377
88d9610c
SM
9378 * simple.el (delete-trailing-whitespace): Fix last change.
9379
a5daf810
SM
9380 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9381 Don't confuse "y => 3" as the beginning of a `y' operation.
9382
a8406c20
SM
9383 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9384 object has more than 4 slots (bug#9613).
9385
a239d4e9
JB
93862011-09-28 Juanma Barranquero <lekktu@gmail.com>
9387
9388 * subr.el (with-output-to-temp-buffer):
9389 * net/quickurl.el (quickurl, quickurl-browse-url):
9390 Fix typos in docstrings.
9391
693fbdb6
EZ
93922011-09-27 Eli Zaretskii <eliz@gnu.org>
9393
9394 * minibuffer.el (completion-styles)
9395 (completion-category-overrides): Cross reference each other in doc
9396 strings.
9397
8b457e28
GM
93982011-09-27 Glenn Morris <rgm@gnu.org>
9399
9400 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9401 to split-string. (Bug#9606)
9402
85a16208
LMI
94032011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9404
9405 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9406 (bug#9615).
9407
502f9ebd
CY
94082011-09-27 Chong Yidong <cyd@stupidchicken.com>
9409
9410 * emacs-lisp/package.el (list-packages): Fix echo area message.
9411
7690bdea
LL
94122011-09-27 Leo Liu <sdl.web@gmail.com>
9413
9414 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9415
e2ee6f30
MA
94162011-09-25 Michael Albinus <michael.albinus@gmx.de>
9417
9418 * net/dbus.el (dbus-unregister-object): Don't release services for
9419 registered signals. (Bug#9581)
9420
f3f98342
TZ
94212011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9422
9423 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9424 function that picks between cfengine 2 and 3 support
9425 automatically. Update docs accordingly.
9426
dd7aa8dd
KH
94272011-09-22 Kenichi Handa <handa@m17n.org>
9428
9429 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9430 ZERO.
9431 (indian-itrans-v5-table-for-tamil): New variable.
9432 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9433
3f2b07f8
KM
94342011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9435
9436 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9437 that's true if the current command involved collapsing of text.
9438 It's reset to false at the beginning of the next command.
9439 (allout-post-command-business): Move the cursor to the beginning
9440 of entry if the cursor is hidden and collapsing activity just
9441 happened.
9442
371d6a61
CY
94432011-09-24 Chong Yidong <cyd@stupidchicken.com>
9444
9445 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9446 tracking (Bug#9541).
9447
2ac2721a
UJ
94482011-09-24 Ulf Jasper <ulf.jasper@web.de>
9449
9450 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9451 (newsticker-show-news): Automatically load html rendering package
9452 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9453 because w3m-fill-column is let-bound" and the error "Symbol's value
9454 as variable is void: w3m-fill-column".
2ac2721a 9455
fac7ae53
MA
94562011-09-24 Michael Albinus <michael.albinus@gmx.de>
9457
9458 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9459 Release services only if they are defined. (Bug#9581)
9460
e08b633b
RS
94612011-09-23 Richard Stallman <rms@gnu.org>
9462
e488d29c
RS
9463 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9464 distinguish start of paragraph from start of its text.
9465
19c38752
RS
9466 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9467
e08b633b
RS
9468 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9469 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9470 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9471
0a39f27e
AS
94722011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9473
9474 * international/mule-diag.el (mule-diag): Insert a newline after
9475 each fontset description.
9476
db4e950d
SM
94772011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * simple.el (delete-trailing-whitespace):
9480 Document last change; simplify.
9481
eca3f3ea
PW
94822011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9483
d68e189a
PW
9484 * simple.el (delete-trailing-whitespace): Also delete
9485 extra newlines at the end of the buffer.
9486
eca3f3ea
PW
9487 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9488 (picture-newline): Use forward-line so as to ignore fields.
9489
01c157cc
SM
94902011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * subr.el (with-wrapper-hook): Fix edebug spec.
9493
022de23e
LMI
94942011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9495
9496 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9497 (bug#4538).
9498
91683089
MA
94992011-09-23 Michael Albinus <michael.albinus@gmx.de>
9500
eca3f3ea
PW
9501 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9502 Fix nasty bug using wrong cached values.
91683089 9503
5bdd6fa4
AM
95042011-09-23 Alan Mackenzie <acm@muc.de>
9505
9506 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9507
97adfb97
CY
95082011-09-23 Chong Yidong <cyd@stupidchicken.com>
9509
9510 * window.el (pop-to-buffer): Ensure right window is selected if we
9511 chose another frame.
9512
d4ef2b50
EZ
95132011-09-22 Eli Zaretskii <eliz@gnu.org>
9514
9515 * simple.el (what-cursor-position): Use get-char-property-change
9516 and next-single-char-property-change, to be able to show display
9517 properties that come from overlays as well as text properties.
9518
72258fe5
CY
95192011-09-22 Chong Yidong <cyd@stupidchicken.com>
9520
9521 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9522
9523 * cmuscheme.el (run-scheme, switch-to-scheme):
9524 * cus-edit.el (customize-group, custom-buffer-create)
9525 (customize-browse):
9526 * info.el (info):
9527 * shell.el (shell):
9528 * mail/sendmail.el (mail):
9529 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9530
8f098516
RS
95312011-09-22 Richard Stallman <rms@gnu.org>
9532
9533 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9534 move back only to line beg, don't move back over blank lines.
9535
e74f1bb6
MA
95362011-09-22 Michael Albinus <michael.albinus@gmx.de>
9537
9538 * files.el (copy-directory): Set directory attributes only in case
9539 they could be retrieved from the source directory. (Bug#9565)
9540
bfeef8b6
DK
95412011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9542
9543 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9544 (hs-find-block-beginning, hs-hide-level-recursive):
9545 Ignore strings as well as comments. (Bug#9502)
9546
7e423bb8
AS
95472011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9548
9549 * progmodes/sql.el (sql-comint-postgres):
9550 Convert port number to a string. (Bug#9566)
9551
b4d72fcf
MR
95522011-09-22 Martin Rudalics <rudalics@gmx.at>
9553
9554 * window.el (quit-window): Undedicate window when switching to
9555 previous buffer. Reported by Thierry Volpiatto
9556 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9557 (special-display-popup-frame): When popping up a new frame reset
9558 its previous buffers to nil. Simplify code.
b4d72fcf 9559
a7b88dc6
MA
95602011-09-21 Michael Albinus <michael.albinus@gmx.de>
9561
9562 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9563 and process filter, as done also in `shell-command'.
9564
cf4eacfd
MR
95652011-09-21 Martin Rudalics <rudalics@gmx.at>
9566
eca3f3ea 9567 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9568 Call set-window-start with NOFORCE argument t.
9569 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9570 (quit-window): Reword doc-string. Handle new format of
9571 quit-restore parameter. Don't delete window if it has a
9572 previous buffer we can show instead of the present one.
9573 (display-buffer-record-window): Rewrite using a new format for
9574 the quit-restore window parameter
9575 (special-display-popup-frame, display-buffer-same-window)
9576 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9577 (display-buffer-pop-up-window, display-buffer-use-some-window):
9578 Adapt symbol passed to display-buffer-record-window.
9579 * help.el (help-window-setup): Handle new format of quit-restore
9580 parameter.
9581
8d28cb95
SM
95822011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9583
94ab793f
SM
9584 * faces.el (face-list): Fix docstring (bug#9564).
9585
8d28cb95
SM
9586 * window.el (display-buffer--action-function-custom-type):
9587 Don't include internal functions in the Custom interface.
9588
3820edeb
JL
95892011-09-20 Juri Linkov <juri@jurta.org>
9590
9591 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9592 (Info-forward-node, Info-backward-node, Info-next-preorder)
9593 (Info-last-preorder): Use it. (Bug#9528)
9594
5147931d
JL
95952011-09-20 Juri Linkov <juri@jurta.org>
9596
9597 * info.el (Info-last-preorder): Visit last menu item only when
9598 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9599
cf499a1a
JD
96002011-09-20 Julien Danjou <julien@danjou.info>
9601
9602 * password-cache.el (password-cache-remove): Remove entries even if the
9603 value is nil, so that password with a nil value (negative caching) is
9604 possible to invalidate.
9605
f84e2fe2
LM
96062011-09-20 Lawrence Mitchell <wence@gmx.li>
9607
9608 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9609 all whitespace around breakpoint. (Bug#9553)
9610 (f90-find-breakpoint): Only break at whitespace inside a comment.
9611
78054a46
SM
96122011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * minibuffer.el (completion-file-name-table): Keep track of errors.
9615 (completion-table-with-predicate): Handle the case where pred1 is nil.
9616 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9617
345083b2
SM
96182011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9619
e24e27be
SM
9620 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9621 (debugger-return-value): Signal an error if the debugging context does
9622 not await any return value.
9623
345083b2
SM
9624 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9625 * image-mode.el (image-toggle-display-text)
9626 (image-toggle-display-image): Stay away from evil `intangible'.
9627
08d355e3
LL
96282011-09-19 Leo Liu <sdl.web@gmail.com>
9629
9630 * replace.el (occur-revert-arguments): Make it permanent-local.
9631 (occur-mode): Don't call font-lock-defontify.
9632
f01da43f
CY
96332011-09-19 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * net/ldap.el (ldap-search-internal): Don't push empty search
9636 result (Bug#9508).
9637
b6072fa6
SM
96382011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9639
9640 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9641
443d6696
MA
96422011-09-19 Michael Albinus <michael.albinus@gmx.de>
9643
9644 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9645 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9646
7cc6e154
JL
96472011-09-18 Juri Linkov <juri@jurta.org>
9648
9649 * buff-menu.el (Buffer-menu-mode-map):
9650 * dired.el (dired-mode-map):
9651 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9652 (lisp-interaction-mode-map):
9653 * emacs-lisp/package.el (package-menu-mode-map):
9654 * epa.el (epa-key-list-mode-map):
9655 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9656 (menu-bar-options-menu):
9657 * outline.el (outline-mode-menu-bar-map):
9658 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9659 * vc/vc-dir.el (vc-dir-menu-map):
9660 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9661 Capitalize non-function content words in menu item strings.
9662
9663 * dired.el (dired-mode-map): Add menu item for
9664 `image-dired-dired-toggle-marked-thumbs'.
9665
80302a81
JL
96662011-09-18 Juri Linkov <juri@jurta.org>
9667
9668 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9669 to `isearch-case-fold-search' and restore its original value
9670 after the `isearch-mode' call.
9671
46c5cf66
JL
96722011-09-18 Juri Linkov <juri@jurta.org>
9673
9674 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9675 because `zgrep' returns 1 for successful matches (bug#9226).
9676
d18b513b
JL
96772011-09-18 Juri Linkov <juri@jurta.org>
9678
9679 * info.el (Info-extract-menu-node-name): Check the second match
9680 for empty string (second test-case of bug#9528).
9681 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9682 intermediate nodes to the history (first test-case of bug#9528).
9683
72753f87
JL
96842011-09-18 Juri Linkov <juri@jurta.org>
9685
9686 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9687 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9688
c9384295
JL
96892011-09-18 Juri Linkov <juri@jurta.org>
9690
1154d12e
JB
9691 * info.el (Info-file-supports-index-cookies):
9692 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9693 outputs one more line for long file names (bug#4142).
c9384295 9694
d473dce8
CY
96952011-09-18 Chong Yidong <cyd@stupidchicken.com>
9696
9697 * newcomment.el (comment-normalize-vars): If prompting for
9698 comment-start, set comment-start-skip too (Bug#8424).
9699
2176854d
JB
97002011-09-18 Johan Bockgård <bojohan@gnu.org>
9701
9702 * icomplete.el: Fix previous fix of Bug#5849.
9703 (icomplete-mode): Don't set completion-show-inline-help.
9704 (icomplete-minibuffer-setup): Set completion-show-inline-help
9705 locally during icompletion.
9706
3aace4e4
CY
97072011-09-18 Chong Yidong <cyd@stupidchicken.com>
9708
c940224f
CY
9709 * woman.el (woman2-process-escapes): Don't delete unrecognized
9710 escapes (Bug#7843).
9711
3aace4e4
CY
9712 * files.el (inhibit-first-line-modes-regexps): Add image files.
9713 (hack-local-variables-prop-line): Return nil for malformed
9714 prop-lines (Bug#9044).
9715
710dec63
MA
97162011-09-18 Michael Albinus <michael.albinus@gmx.de>
9717
9718 * net/tramp.el (top): Don't require 'shell.
9719 (tramp-methods): Fix docstring.
9720 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9721 Return complete remote file name. Handle "smb" case.
9722 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9723 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9724
9725 * net/tramp-compat.el (top): Require 'shell.
9726
9727 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9728 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9729 `tramp-current-host'.
9730 (tramp-get-remote-tmpdir): Remove.
9731
9732 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9733 `tramp-tmpdir' entries.
9734 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9735 (tramp-smb-handle-file-attributes): Ignore errors.
9736 (tramp-smb-wait-for-output): Check also for process end.
9737
5d5ac8ec
LMI
97382011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9739
9740 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9741 when sending QUIT (bug#9312).
9742
8c0f49f0
CY
97432011-09-17 Chong Yidong <cyd@stupidchicken.com>
9744
9745 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9746 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9747 occur-mode-display-occurrence.
9748 (occur-edit-mode): Add usage message.
9749 (occur-cease-edit): New command.
9750 (occur-after-change-function): Use text properties to find the
9751 position of the prefix text.
9752 (occur-engine): Set stickiness of prefix text properties.
9753
8f1383f7
GM
97542011-09-17 Glenn Morris <rgm@gnu.org>
9755
9756 * progmodes/etags.el (complete-tag):
9757 Fix call to completion-in-region. (Bug#9526)
9758
744ba0e3
JL
97592011-09-17 Juri Linkov <juri@jurta.org>
9760
9761 * textmodes/ispell.el (ispell-word): Add to the error message
9762 the word, ispell program name and current dictionary (bug#9121).
9763 (ispell-tex-arg-end): Capitalize "error" in the error message.
9764
d9bbf400
AS
97652011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9766
9767 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9768 check. (Bug#4251)
9769
8da11505
JL
97702011-09-17 Juri Linkov <juri@jurta.org>
9771
9772 * window.el (window-safe-min-height, window-safe-min-width):
9773 Fix typos (followup to bug#9522).
9774
a91adc7e
SJ
97752011-09-17 Sven Joachim <svenjoac@gmx.de>
9776
9777 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9778
064f328a
EZ
97792011-09-16 Eli Zaretskii <eliz@gnu.org>
9780
9781 * simple.el (line-move): If goal-column is set, move by logical
9782 lines, not by display lines. (Bug#971)
9783 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9784 to reflect the above change.
9785
e69df516
SM
97862011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * image.el (imagemagick-register-types): Use regexp-opt.
9789
cbb0f9ab
CY
97902011-09-15 Chong Yidong <cyd@stupidchicken.com>
9791
9792 * window.el (display-buffer-base-action): Rename from
9793 display-buffer-default-action. Make default value empty.
9794 (display-buffer-overriding-action): Convert to defvar.
9795 (display-buffer-fallback-action): New var.
9796
25322144
CY
97972011-09-15 Chong Yidong <cyd@stupidchicken.com>
9798
9799 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9800 declaration.
9801 (package--add-to-archive-contents): If there is a duplicate entry
9802 with an older version, remove it.
9803 (package-menu-mark-delete, package-menu-mark-install)
9804 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9805 (package-menu-mark-obsolete-for-deletion):
9806 Use package-menu-get-status instead of a regexp search.
25322144
CY
9807 (package-menu-get-status): Use tabulated-list-entry.
9808 (package-menu-mark-upgrades): New command.
d770725a 9809 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9810 (package-menu-execute): Do installation before deletion.
9811 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9812 instead of checking major-mode.
9813 (package-menu--find-upgrades): New function.
9814
7520339c
LMI
98152011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9816
9817 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9818 passwords in the log buffer.
65a046c4
LMI
9819 (smtpmail-process-filter): Update the process marker so that the
9820 "broken by peer" status message is inserted in the right place.
7520339c 9821
d3c30954
SM
98222011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9823
3fe48822
SM
9824 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9825 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9826 bibtex-completion-at-point-function.
9827 (bibtex-completion-at-point-function): Use them.
9828
1b8b3954
SM
9829 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9830
d3c30954
SM
9831 * mpc.el (mpc-constraints-tag-lookup): New function.
9832 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9833 also to browser "album|playlist".
9834
72779976
JL
98352011-09-14 Juri Linkov <juri@jurta.org>
9836
9837 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9838 (isearch-edit-string): Use length of `isearch-string' when
9839 `isearch-fail-pos' returns nil.
9840 (isearch-message): Remove duplicate code and call
9841 `isearch-fail-pos' with arg `t'.
9842
a0bf2bcd
CY
98432011-09-14 Chong Yidong <cyd@stupidchicken.com>
9844
17bb0a2d
CY
9845 * replace.el (occur-mode-goto-occurrence): Don't force using other
9846 window (Bug#9499).
9847
a0bf2bcd
CY
9848 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9849
f678e0b6
MR
98502011-09-14 Martin Rudalics <rudalics@gmx.at>
9851
9852 * window.el (display-buffer-window): Remove.
9853 (display-buffer-record-window): Use help-setup window parameter
9854 instead of variable display-buffer-window.
9855 (display-buffer-function, special-display-buffer-names)
9856 (special-display-function): Mention help-setup parameter instead
9857 of display-buffer-window in doc-string.
d3c30954
SM
9858 * help.el (help-window-setup): New argument help-window.
9859 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9860 Reword some messages.
9861 (with-help-window): Pass window used for displaying the buffer
9862 to help-window-setup. Don't set display-buffer-window.
9863
8e39b2e8
GM
98642011-09-13 Glenn Morris <rgm@gnu.org>
9865
9866 * emacs-lisp/debug.el (debugger-make-xrefs):
9867 Preserve point. (Bug#9462)
9868
85e9c04b
CY
98692011-09-13 Chong Yidong <cyd@stupidchicken.com>
9870
9871 * window.el (window-deletable-p): Use next-frame.
9872
1b36ed6a
MR
98732011-09-13 Martin Rudalics <rudalics@gmx.at>
9874
9875 * window.el (window-auto-delete): Remove.
9876 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9877 dedication and previous buffers.
1b36ed6a
MR
9878 (switch-to-prev-buffer): Don't delete window.
9879 (delete-windows-on): Delete a window's frame if and only if the
9880 window is dedicated.
9881 (replace-buffer-in-windows): Delete buffer's window or frame if
9882 and only if window is dedicated.
9883 (quit-window): Handle quit-restore as before last change.
4d61f28d 9884 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9885
ef8ef9fb
CY
98862011-09-13 Chong Yidong <cyd@stupidchicken.com>
9887
9888 * window.el (window-deletable-p): Never delete the last frame on a
9889 given terminal.
9890
b2cba41e
GM
98912011-09-13 Glenn Morris <rgm@gnu.org>
9892
9893 * help.el (describe-key-briefly): Copy previous standard-output change.
9894
51553db6 98952011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9896
9897 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9898
b7556719
GM
98992011-09-13 Glenn Morris <rgm@gnu.org>
9900
9901 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9902 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9903
64b51947
CY
99042011-09-12 Chong Yidong <cyd@stupidchicken.com>
9905
9906 * dired-aux.el (dired-mark-read-string): Don't return default
9907 value on empty input (Bug#9361).
9908 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9909 Omit initial minibuffer contents.
9910 (dired-do-chmod): Signal an error on empty input.
9911 (dired-mark-read-string): Don't return default on empty input.
9912
9913 * files.el (file-modes-symbolic-to-number): Doc fix.
9914
393a301e
SM
99152011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9916
9917 * international/mule-cmds.el (ucs-completions): Remove.
9918 (read-char-by-name): Use complete-with-action instead; add metadata.
9919
fa5660f9
CY
99202011-09-11 Chong Yidong <cyd@stupidchicken.com>
9921
9922 * window.el (display-buffer--action-function-custom-type)
9923 (display-buffer--action-custom-type): New vars.
9924 (display-buffer-alist, display-buffer-default-action)
9925 (display-buffer-overriding-action): Add defcustom types.
9926
4a592f66
CY
9927 * frame.el (delete-other-frames): Doc fix (Bug#276).
9928
73d56dbd
LMI
99292011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9930
9931 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9932
37ac18a3
CY
99332011-09-11 Chong Yidong <cyd@stupidchicken.com>
9934
9935 Change modes that used same-window-* vars to use switch-to-buffer.
9936
9937 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9938 Use switch-to-buffer.
9939
9940 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9941 (customize-browse, custom-buffer-create-other-window):
9942 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9943
9944 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9945 (Info-prev, Info-up, Info-speedbar-goto-node)
9946 (info-display-manual): Use switch-to-buffer.
9947 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9948
9949 * mail/sendmail.el (mail): Use switch-to-buffer.
9950 (mail-recover): Use switch-to-buffer-other-window.
9951
9952 * cmuscheme.el (run-scheme, switch-to-scheme):
9953 * ielm.el (ielm):
9954 * shell.el (shell):
9955 * net/rlogin.el (rlogin):
9956 * net/telnet.el (telnet, rsh):
9957 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9958
10195bd6
AS
99592011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9960
9961 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9962
b322f63a
LMI
99632011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9964
39d7fed6
LMI
9965 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9966 so don't mention it (bug#9301).
ba5a81f1 9967 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9968
ee0e9f11
LMI
9969 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9970 match `x', `w32' and `ns', like the manual says (bug#9029).
9971
0b1c89c1 9972 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9973 (process-kill-buffer-query-function): Mention the buffer name in
9974 the query.
0b1c89c1 9975
77549ea8
LMI
9976 * image-mode.el (image-next-line): The line parameter is mandatory
9977 (bug#9258).
9978
803ef892
LMI
9979 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9980 which can be useful (bug#9301).
9981
12980837
LMI
9982 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9983
91054f8f
LMI
9984 * subr.el (match-string): Mention that the current buffer should
9985 be the same as the search was done in (bug#9282).
9986
b322f63a
LMI
9987 * facemenu.el: Disable the remove-* commands if the mark isn't
9988 active (bug#9162).
9989
3199b96f
CY
99902011-09-10 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9993 of display-buffer.
9994 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9995
9996 * replace.el (occur-mode-goto-occurrence)
9997 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9998 and display-buffer.
9999
10000 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10001 display-buffer.
10002
10003 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10004 special-display and same-window variables.
10005 (mail-other-window): Use switch-to-buffer-other-window.
10006 (mail-other-frame): USe switch-to-buffer-other-frame.
10007
393a301e
SM
10008 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10009 Use display-buffer-other-frame.
3199b96f
CY
10010 (gdb-display-gdb-buffer): Use pop-to-buffer.
10011
10012 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10013
10014 * progmodes/python.el: Don't set same-window-buffer-names.
10015
10016 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10017
10018 * window.el (display-buffer-alist): Add *Python*.
10019
8319e0bf
CY
100202011-09-10 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * window.el (display-buffer-alist): Add entry for buffers
10023 previously handled same-window-*.
10024 (display-buffer-alist, display-buffer-default-action)
10025 (display-buffer-overriding-action): Mark as risky.
10026 (display-buffer-alist): Document action function changes.
10027 (display-buffer--same-window-action)
10028 (display-buffer--other-frame-action): New variables.
10029 (switch-to-buffer, display-buffer-other-frame): Use them.
10030 (display-buffer): Rename reuse-frame entry to reusable-frames.
10031 (display-buffer-reuse-selected-window): Function deleted.
10032 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10033 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10034 (display-buffer-special): New function.
10035 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10036 display-buffer-reuse-or-pop-window. Split off special-display
10037 part into display-buffer-special.
10038 (display-buffer-use-some-window): Don't perform any special
10039 pop-up-frames handling.
10040 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10041 (display-buffer--maybe-same-window): Rename from
0d3ff375 10042 display-buffer-maybe-same-window.
8319e0bf 10043
919a69aa
CY
10044 * info.el: Don't set same-window-regexps.
10045 (info-setup): New function.
10046 (info-other-window, info): Call it.
10047
10048 * cus-edit.el: Don't set same-window-regexps.
10049 (customize-group): New argument.
10050 (customize-group-other-window): Use it.
10051 (customize-face, customize-face-other-window): Likewise.
10052 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10053
8319e0bf
CY
10054 * net/rlogin.el:
10055 * net/telnet.el:
10056 * progmodes/gud.el: Don't set same-window-regexps.
10057
10058 * cmuscheme.el:
10059 * ielm.el:
10060 * shell.el:
10061 * mail/sendmail.el:
10062 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10063
25173000
JL
100642011-09-10 Juri Linkov <juri@jurta.org>
10065
10066 * isearch.el (isearch-edit-string): Remove obsolete mention of
10067 `C-w' (`isearch-yank-word-or-char') from docstring.
10068 (isearch-query-replace): Fix typo in docstring (bug#9466).
10069
056e44ef
JL
100702011-09-10 Juri Linkov <juri@jurta.org>
10071
10072 * paren.el (show-paren-function): Don't show escaped parens.
10073 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10074
c3760c17
EZ
100752011-09-10 Eli Zaretskii <eliz@gnu.org>
10076
10077 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10078 (mm-default-file-encoding): Remove autoload forms, they are
10079 replaced with autoload cookies in mml.el and mm-encode.el.
10080 (mail-add-attachment): New command.
10081 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10082 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10083 the doc string.
10084 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10085
fece895e
RT
100862011-09-10 Reuben Thomas <rrt@sc3d.org>
10087
e69df516
SM
10088 * simple.el (count-words-region): Use buffer if there's no region
10089 (bug#9429).
fece895e 10090
5e68ce4a
JL
100912011-09-09 Juri Linkov <juri@jurta.org>
10092
10093 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10094 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10095 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10096
0a6b9622
AM
100972011-09-09 Alan Mackenzie <acm@muc.de>
10098
10099 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10100 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10101
14a29deb
EZ
101022011-09-09 Eli Zaretskii <eliz@gnu.org>
10103
10104 Fix for Savannah bug#9392.
10105 * simple.el (mail-encode-mml): New defvar.
10106
10107 * mail/rmail.el (mail-encode-mml): Add a defvar.
10108 (rmail-enable-mime-composing): Default to t.
10109 (rmail-forward): Use MIME method of forwarding only if both
10110 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10111 Set mail-encode-mml non-nil if the MIME method was used.
10112
10113 * mail/sendmail.el (mml-to-mime): Add autoload form.
10114 (mail-encode-mml): Add a defvar.
10115 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10116 to nil.
10117 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10118 message through mml-to-mime, and reset mail-encode-mml to nil.
10119
28c45130
GM
101202011-09-09 Glenn Morris <rgm@gnu.org>
10121
10122 * woman.el (woman-if-body): When processing an .el block,
10123 do not delete the next .el block as well. (Bug#9447)
69f4b618 10124 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10125
9b1c252e
MR
101262011-09-08 Martin Rudalics <rudalics@gmx.at>
10127
10128 * window.el (window-deletable-p): Make sure window is live before
10129 invoking window-prev-buffers.
10130
567457e3
LL
101312011-09-08 Leo Liu <sdl.web@gmail.com>
10132
10133 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10134
97f05794
JL
101352011-09-08 Juri Linkov <juri@jurta.org>
10136
10137 * progmodes/compile.el (compilation-environment): Make it
10138 a defcustom (bug#8340).
10139
8b0874b5
MR
101402011-09-08 Martin Rudalics <rudalics@gmx.at>
10141
10142 * window.el (frame-auto-delete): Rename to window-auto-delete.
10143 Make it control auto-deletion of windows and/or frames.
10144 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10145 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10146 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10147 Rewrite handling of case when window/frame can be deleted.
10148 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10149 argument t. (Bug#9456)
8b0874b5 10150
4feb6e73
CY
101512011-09-07 Chong Yidong <cyd@stupidchicken.com>
10152
10153 * help-mode.el (help-mode): Restore autoload.
10154
91ab9c13
JL
101552011-09-07 Juri Linkov <juri@jurta.org>
10156
10157 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10158 `compilation-environment'. Set buffer-local
10159 `compilation-environment' to `thisenv' later after (funcall mode).
10160 (Bug#8340)
10161
10162 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10163 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10164 instead of replacing its value. (Bug#8340)
10165
0527e251
JL
101662011-09-07 Juri Linkov <juri@jurta.org>
10167
10168 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10169 based on text properties put by `grep-filter' instead of matching
10170 escape sequences.
10171 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10172 to the value of `grep-error-screen-columns' (bug#9438).
10173
249f792c
JL
101742011-09-07 Juri Linkov <juri@jurta.org>
10175
10176 * simple.el (next-error-highlight, next-error-highlight-no-select):
10177 Doc fix (bug#9432).
10178
ff7271b9
OT
101792011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10180
10181 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10182 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10183
183fc730
LL
101842011-09-07 Leo Liu <sdl.web@gmail.com>
10185
10186 * net/rcirc.el (rcirc-mode): Conditionally initialize
10187 rcirc-input-ring.
10188
77694924
SM
101892011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * emacs-lisp/find-func.el (find-function-C-source): Only set
10192 find-function-C-source-directory after checking that we found a source
10193 file there (bug#9440).
10194
d809b8eb
AM
101952011-09-06 Alan Mackenzie <acm@muc.de>
10196
10197 * isearch.el (isearch-other-meta-char): Wherever a key list is
10198 unread, "unread" the prefix arg, too. This fixes bug #8901.
10199
453de99f
OG
102002011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10201
10202 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10203
90439906
JL
102042011-09-05 Juri Linkov <juri@jurta.org>
10205
10206 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10207
f62bd846
JL
102082011-09-05 Juri Linkov <juri@jurta.org>
10209
10210 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10211 keeping point where processing of grep matches begins, and
10212 continue to delete remaining escape sequences from the same point.
10213 (grep-filter): Make leading zero optional in "0?1;31m" because
10214 git-grep emits "\033[1;31m" escape sequences unlike expected
10215 "\033[01;31m" as GNU Grep does (bug#9408).
10216 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10217
045820ec
JL
102182011-09-05 Juri Linkov <juri@jurta.org>
10219
10220 * subr.el (y-or-n-p): Capitalize "yes".
10221
f5e29b9b
MA
102222011-09-04 Michael Albinus <michael.albinus@gmx.de>
10223
10224 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10225 `tramp-cache-unload-hook' where appropriate.
10226 (tramp-methods): Rename `tramp-remote-sh' to
10227 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10228 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10229
10230 * net/tramp-sh.el (top): Don't require 'shell.
10231 (tramp-methods): Add `tramp-remote-shell' and
10232 `tramp-remote-shell-args' entries.
10233 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10234 (tramp-sh-handle-shell-command): Remove.
10235 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10236 Use `tramp-remote-shell'.
10237
2784c434
CY
102382011-09-03 Chong Yidong <cyd@stupidchicken.com>
10239
393a301e 10240 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10241 (sendmail-query-once): Save directly to send-mail-function.
10242 Update message-send-mail-function too.
10243
10244 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10245
464cdf56
CS
102462011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10247
10248 * progmodes/python.el (python-mode-map): Use correct function to
10249 start python interpreter from menu-bar (as reported by Geert
10250 Kloosterman).
10251 (inferior-python-mode-map): Fix typo.
393a301e 10252 (python-shell-map): Remove.
464cdf56 10253
d37e5c87
DD
102542011-09-03 Deniz Dogan <deniz@dogan.se>
10255
10256 * net/rcirc.el (rcirc-print): Simplify code for
10257 rcirc-scroll-show-maximum-output. There is no need to walk
10258 through all windows to find the right one.
10259
f3ada0ee
CS
102602011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10261
10262 * help.el (help-return-method): Doc fix.
10263
1f3c99ca
MR
102642011-09-03 Martin Rudalics <rudalics@gmx.at>
10265
10266 * window.el (window-deletable-p): Don't return a non-nil value
10267 when there's a buffer that was shown in the window before.
10268 (Bug#9419)
393a301e
SM
10269 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10270 Set window's previous buffers to nil.
1f3c99ca 10271
a3cf097f
EZ
102722011-09-03 Eli Zaretskii <eliz@gnu.org>
10273
10274 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10275 newline before and after the tag line, so it doesn't interfere
10276 with determining the paragraph direction of bidirectional text.
10277
3d03de90
LL
102782011-09-03 Leo Liu <sdl.web@gmail.com>
10279
10280 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10281
c3313451
CY
102822011-09-02 Chong Yidong <cyd@stupidchicken.com>
10283
393a301e 10284 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10285 (pop-to-buffer): Change interactive spec. Pass second argument
10286 directly to display-buffer.
10287 (display-buffer): Fix interactive spec. Use functionp to
10288 distinguish between a function and a list of functions.
10289
10290 * abbrev.el (edit-abbrevs):
10291 * arc-mode.el (archive-extract):
10292 * autoinsert.el (auto-insert):
10293 * bookmark.el (bookmark-bmenu-list):
10294 * files.el (find-file):
10295 * view.el (view-buffer):
10296 * progmodes/compile.el (compilation-goto-locus):
10297 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10298
89894cd8
CY
102992011-09-02 Chong Yidong <cyd@stupidchicken.com>
10300
10301 * window.el (display-buffer-alist): Doc fix.
10302 (display-buffer): Add docstring. Don't treat
10303 display-buffer-default specially.
10304 (display-buffer-reuse-selected-window)
10305 (display-buffer-same-window, display-buffer-maybe-same-window)
10306 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10307 (display-buffer-pop-up-window)
10308 (display-buffer-reuse-or-pop-window)
10309 (display-buffer-use-some-window): New functions.
10310 (display-buffer-default-action): Use them.
393a301e 10311 (display-buffer-default): Delete.
89894cd8
CY
10312 (pop-to-buffer-1): Fix choice of actions.
10313
ae0bc9fb
SM
103142011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * minibuffer.el (completion--insert-strings): Don't get confused by
10317 completion entries that end with an LF char.
10318
e9d90883
EZ
103192011-09-01 Eli Zaretskii <eliz@gnu.org>
10320
10321 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10322
437014c8
CY
103232011-09-01 Chong Yidong <cyd@stupidchicken.com>
10324
10325 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10326 (display-buffer-same-window, display-buffer-other-window):
10327 New functions.
437014c8
CY
10328 (pop-to-buffer-1): New function. Use the above.
10329 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10330 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10331
10332 * view.el (view-buffer-other-window, view-buffer-other-frame):
10333 Just use pop-to-buffer.
10334
a5e063d5
TV
103352011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10336
10337 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10338
793d32bb
WH
103392011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10340
10341 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10342
d65e4c15
RS
103432011-08-31 Richard Stallman <rms@gnu.org>
10344
10345 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10346 of the separation of rmail-view-buffer from rmail-buffer.
10347 If you say no to "replace original", the decrypt is in the
10348 view buffer. If you say yes, the decrypt goes into the
10349 rmail buffer also.
10350
f818cd2a
MR
103512011-08-31 Martin Rudalics <rudalics@gmx.at>
10352
10353 * window.el (display-buffer-window): Rewrite doc-string.
10354 (display-buffer-record-window): New function.
10355 (display-buffer-macro-specifiers)
10356 (display-buffer-even-window-sizes, display-buffer-set-height)
10357 (display-buffer-set-width, display-buffer-in-window)
10358 (display-buffer-reuse-window, display-buffer-split-specifiers)
10359 (display-buffer-side-specifiers, display-buffer-split-window-1)
10360 (display-buffer-split-window, display-buffer-split-atom-window)
10361 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10362 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10363 (display-buffer-other-window-means-other-frame)
10364 (display-buffer-normalize-special)
10365 (display-buffer-normalize-default)
10366 (display-buffer-normalize-argument)
10367 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10368 (display-buffer-normalize-specifiers, display-buffer-frame)
10369 (display-buffer-same-window, display-buffer-same-frame)
10370 (display-buffer-other-window)
10371 (display-buffer-same-frame-other-window)
10372 (display-buffer-other-frame, pop-to-buffer-same-window)
10373 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10374 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10375 (switch-to-buffer-same-frame)
10376 (switch-to-buffer-other-window-same-frame)
10377 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10378 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10379 (display-buffer-alist-set): Remove.
10380 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10381 (special-display-regexps, special-display-function):
10382 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10383 parameter.
10384 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10385 (special-display-frame-alist, special-display-popup-frame)
10386 (same-window-buffer-names, same-window-regexps, same-window-p)
10387 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10388 (split-window-preferred-function, split-height-threshold)
10389 (split-width-threshold, window-splittable-p)
10390 (split-window-sensibly, window--try-to-split-window)
10391 (window--frame-usable-p, even-window-heights)
10392 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10393 (window--display-buffer-2, display-buffer-other-frame):
10394 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10395 (display-buffer-default, display-buffer-assq-regexp): New functions.
10396 (display-buffer-alist): Rewrite doc-string.
10397 (display-buffer-default-action)
10398 (display-buffer-overriding-action): New variables.
10399 (display-buffer, switch-to-buffer): Rewrite.
10400 (pop-to-buffer): Restore Emacs 23 behavior but use
10401 window-normalize-buffer-to-display.
10402 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10403 Restore Emacs 23 behavior but use
10404 window-normalize-buffer-to-switch-to.
10405 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10406 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10407 Rewrite using Emacs 23 options.
f818cd2a 10408
5bc3b51d
MA
104092011-08-31 Michael Albinus <michael.albinus@gmx.de>
10410
10411 * net/tramp.el (tramp-root-regexp): Remove.
10412 (tramp-completion-file-name-regexp-unified)
10413 (tramp-completion-file-name-regexp-separate)
10414 (tramp-completion-file-name-regexp-url): Don't use leading volume
10415 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10416 (tramp-drop-volume-letter): Simplify definition.
10417 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10418
b1a4f8e1
SM
104192011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10422 (bug#9356).
10423
5664fa7b
RT
104242011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10425
b1a4f8e1 10426 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10427
9a45d6c3
JL
104282011-08-29 Juri Linkov <juri@jurta.org>
10429
10430 * isearch.el (isearch-done): Don't display message "Mark saved"
10431 when arg `edit' is non-nil to prevent its flicker in the echo area.
10432
fb87e0fb
CY
104332011-08-28 Chong Yidong <cyd@stupidchicken.com>
10434
10435 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10436 obsolete packages for deletion.
10437
09ac1c2a
CS
104382011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10439
10440 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10441 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10442 view-mode from help-mode.
10443 (help-xref-override-view-map): Remove.
10444 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10445 view-mode is not used anymore.
10446
7a1ff57f
CY
104472011-08-28 Chong Yidong <cyd@stupidchicken.com>
10448
10449 * server.el (server-port): Doc fix.
10450
b9696605
CY
10451 * cus-theme.el (custom-theme-choose-mode): Inherit from
10452 special-mode (Bug#9124).
10453 (custom-theme-choose-mode-map): Add special-mode to parent.
10454
ef8cdf8c
AM
104552011-08-28 Alan Mackenzie <acm@muc.de>
10456
10457 * progmodes/cc-fonts.el
10458 (c-make-font-lock-BO-decl-search-function): New function.
10459 (c-basic-matchers-after - "Fontify the clauses after various
10460 keywords"): Extract the three keyword lists for the 3 erroneous
10461 constructs from the list of four, and use the new function above
10462 in place of an old one.
10463
27de4e20
DD
104642011-08-28 Deniz Dogan <deniz@dogan.se>
10465
10466 * net/rcirc.el (rcirc-insert-prev-input)
10467 (rcirc-insert-next-input): Remove unused argument.
10468
356a3681
SM
104692011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10472
3fc9b218
AM
104732011-08-27 Alan Mackenzie <acm@muc.de>
10474
10475 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10476 handle function pointer parameters properly.
10477
538a061c
MR
104782011-08-27 Martin Rudalics <rudalics@gmx.at>
10479
10480 * window.el (display-buffer-reuse-window): Fix case where
10481 selected window was reused with non-nil OTHER-WINDOW argument.
10482 (Bug#9381)
10483
35b1c40c
DD
104842011-08-27 Deniz Dogan <deniz@dogan.se>
10485
10486 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10487 oftc's NickServ messages.
10488
2f6a3e79
GM
104892011-08-27 Glenn Morris <rgm@gnu.org>
10490
10491 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10492
7254299e
CY
104932011-08-26 Chong Yidong <cyd@stupidchicken.com>
10494
10495 * emacs-lisp/package.el (package-install): Call package-initialize
10496 if called interactively.
10497
f8ccf167
LL
104982011-08-26 Leo Liu <sdl.web@gmail.com>
10499
10500 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10501
3e8cd5ce
JL
105022011-08-25 Juri Linkov <juri@jurta.org>
10503
10504 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10505 `search-whitespace-regexp' (bug#9364).
10506
93eb7113
JL
105072011-08-25 Juri Linkov <juri@jurta.org>
10508
10509 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10510 `regexp-search-ring' to their global values to protect from
10511 updating by `read-from-minibuffer' (bug#9185).
10512
f65d1611
JL
105132011-08-25 Juri Linkov <juri@jurta.org>
10514
10515 * textmodes/ispell.el (ispell-command-loop): Add newline
10516 at the end of the "Use option `i'..." line.
10517
f1cf7a31
JL
105182011-08-25 Juri Linkov <juri@jurta.org>
10519
10520 * battery.el (display-battery-mode): If `battery-status-function'
10521 or `battery-mode-line-format' is nil, display the message and set
10522 `display-battery-mode' to nil (bug#9363).
10523
0c95fcf7
EZ
105242011-08-25 Eli Zaretskii <eliz@gnu.org>
10525
10526 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10527 bidi-string-mark-left-to-right; they are unnecessary now.
10528
a2ebe600
DD
105292011-08-25 Deniz Dogan <deniz@dogan.se>
10530
10531 * net/quickurl.el: Documentation typo fixes.
10532
e4ed06f1
CY
105332011-08-25 Chong Yidong <cyd@stupidchicken.com>
10534
10535 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10536
e5f1c99e
GM
105372011-08-25 Glenn Morris <rgm@gnu.org>
10538
b2948976
GM
10539 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10540
e5f1c99e
GM
10541 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10542 (smtpmail-via-smtp): Handle nil response from smtp.
10543
f22f4808
JL
105442011-08-24 Juri Linkov <juri@jurta.org>
10545
10546 * proced.el (proced-marked): Inherit from `error' instead of
10547 `font-lock-warning-face'.
10548
10549 * ibuffer.el (ibuffer-marked-face): Change default face from
10550 `font-lock-warning-face' to `warning'.
10551 (ibuffer-deletion-face): Change default face from
10552 `font-lock-type-face' to `error'.
10553
10554 * battery.el (battery-update): Use the face `error' instead of
10555 `font-lock-warning-face' (bug#6117).
10556
6a93965e
JL
105572011-08-24 Juri Linkov <juri@jurta.org>
10558
10559 * faces.el (success): Change face color from "Green3" to
10560 "ForestGreen" on light background (bug#9353).
10561
1ed43b09
CY
105622011-08-24 Chong Yidong <cyd@stupidchicken.com>
10563
5664fa7b
RT
10564 * window.el (quit-window): Rename from quit-restore-window.
10565 Use same arglist as old quit-window.
1ed43b09
CY
10566 (frame-auto-delete): Doc fix.
10567
10568 * view.el (view-mode-exit): Use quit-window.
10569
11dcdbb2
JL
105702011-08-24 Juri Linkov <juri@jurta.org>
10571
10572 * isearch.el (isearch-ring-adjust1): Start visiting previous
10573 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10574 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10575 for empty search string (when the last search string is reused
10576 automatically) to adjust the isearch ring to the last element and
10577 prepare the correct index for further M-p commands (bug#9185).
10578
de62b4df
KH
105792011-08-24 Kenichi Handa <handa@m17n.org>
10580
10581 * international/ucs-normalize.el: If decomposition property of
10582 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10583 nil.
10584 (nfd, nfkd): Likewise.
10585
963b492b
SM
105862011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10589 from process filters aren't reliably transmitted to the surrounding
10590 accept-process-output.
10591 (mpc-proc-check): New function.
10592 (mpc-proc-sync): Use it (bug#8293)
10593
93b6b5e1
SM
105942011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10597 Add compatibility functions (bug#9313).
10598
bca633fb
EZ
105992011-08-23 Eli Zaretskii <eliz@gnu.org>
10600
b177498a
EZ
10601 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10602
6df6ae42 10603 * international/uni-bidi.el: Regenerate.
bca633fb 10604
0902a04e
KH
106052011-08-23 Kenichi Handa <handa@m17n.org>
10606
10607 * international/charprop.el:
10608 * international/uni-bidi.el:
10609 * international/uni-category.el:
10610 * international/uni-combining.el:
10611 * international/uni-comment.el:
10612 * international/uni-decimal.el:
10613 * international/uni-decomposition.el:
10614 * international/uni-digit.el:
10615 * international/uni-lowercase.el:
10616 * international/uni-mirrored.el:
10617 * international/uni-name.el:
10618 * international/uni-numeric.el:
10619 * international/uni-old-name.el:
10620 * international/uni-titlecase.el:
10621 * international/uni-uppercase.el: Regenerate.
10622
3bbf23bc
MR
106232011-08-23 Martin Rudalics <rudalics@gmx.at>
10624
10625 * help.el (help-window-setup): Fix message displayed when other
10626 window is reused. (Bug#9341)
10627
b3fd59bd
SM
106282011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10629
1802e444
SM
10630 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10631 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10632
b3fd59bd
SM
10633 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10634 Mark obsolete.
10635 * shell.el (shell-parse-pcomplete-arguments): New function.
10636 (shell-completion-vars): Use it instead (bug#9160).
10637
4eb61348
SM
106382011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10639
867cab74
SM
10640 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10641 strings and comments (bug#9333).
10642
4eb61348
SM
10643 * emacs-lisp/debug.el (debug-arglist): New function.
10644 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10645 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10646
262a1439
JL
106472011-08-22 Juri Linkov <juri@jurta.org>
10648
56ee679c
JL
10649 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10650 Revert regexp that highlights output switches to its old
10651 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10652
262a1439
JL
10653 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10654 to check for empty output (bug#9226).
10655
f13f86fb
CY
106562011-08-22 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10659 symbol-constituent as the default, as that stops font-lock from
10660 working properly (Bug#8843).
10661
c65c9622
LMI
106622011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10663
10664 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10665 `coding-system-for-*' around the process open call to avoid
10666 auth-source side effects.
e7f2c178 10667 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10668 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10669 probe hangs.
c65c9622 10670
23a8a5ab
CY
106712011-08-21 Chong Yidong <cyd@stupidchicken.com>
10672
ff98b2dd
CY
10673 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10674
23a8a5ab
CY
10675 * emacs-lisp/find-func.el (find-function-noselect): New arg
10676 lisp-only.
10677
10678 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10679 signal an error for built-in functions (Bug#6664).
10680
f5e3c598
LMI
106812011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10682
10683 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10684 (smtpmail-try-auth-methods): Use it.
10685
a3f2468a
CY
106862011-08-21 Chong Yidong <cyd@stupidchicken.com>
10687
2c34e8da
CY
10688 * font-lock.el (font-lock-fontify-region)
10689 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10690 (font-lock-default-unfontify-buffer)
10691 (font-lock-default-fontify-region)
10692 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10693
b3fd59bd
SM
10694 * progmodes/compile.el (compilation-error-properties):
10695 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10696 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10697 `ant' regexp.
ee31aabc 10698
a3f2468a
CY
10699 * net/browse-url.el (browse-url-firefox): Don't call
10700 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10701
8e999f70
GM
107022011-08-20 Glenn Morris <rgm@gnu.org>
10703
c21a496a
GM
10704 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10705
59ee0542
GM
10706 * tutorial.el (tutorial--default-keys): Update some default bindings.
10707
8e999f70
GM
10708 * files.el (hack-local-variables): Fully ignore case for "mode:".
10709
e3715033
AM
107102011-08-20 Alan Mackenzie <acm@muc.de>
10711
10712 Resolve invalid use of a regexp in regexp-opt.
10713
4d61f28d
JB
10714 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10715 detection for a java annotation.
e3715033 10716
4d61f28d 10717 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10718 detection for a java annotation.
10719
4d61f28d
JB
10720 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10721 handling for java.
e3715033
AM
10722 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10723
04ed2e9c
CY
107242011-08-20 Chong Yidong <cyd@stupidchicken.com>
10725
10726 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10727 (Bug#9274).
10728
826cee64
AM
107292011-08-20 Alan Mackenzie <acm@muc.de>
10730
58179cce 10731 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10732 such a construct. Mainly for when jit-lock etc. starts a chunk
10733 here.
10734
58179cce 10735 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10736 variable.
58179cce 10737 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10738 c-make-font-lock-search-function.
10739 (c-make-font-lock-search-function): Use the above function.
10740 (c-make-font-lock-context-search-function): New function.
10741 (c-cpp-matchers): Enhance the preprocessor expression case with
10742 the above function
10743 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10744 which takes an expression.
10745
10746 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10747
13009bd8
MR
107482011-08-20 Martin Rudalics <rudalics@gmx.at>
10749
10750 * window.el (display-buffer-reuse-window)
10751 (display-buffer-pop-up-window): Don't reuse or split a side
10752 window.
10753
9234ff7f
GM
107542011-08-19 Glenn Morris <rgm@gnu.org>
10755
10756 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10757 Downcase "Mode:". (Bug#9331)
9234ff7f 10758
f635daa1
CY
107592011-08-18 Chong Yidong <cyd@stupidchicken.com>
10760
10761 * international/characters.el: Add L and R categories.
10762
10763 * subr.el (bidi-string-mark-left-to-right): Rename from
10764 string-mark-left-to-right. Use category search.
10765
10766 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10767
bc987f8b
JL
107682011-08-18 Juri Linkov <juri@jurta.org>
10769
10770 * faces.el (error, warning, success): New faces with definitions
10771 copied from old default values of `font-lock-warning-face',
10772 `compilation-warning', `compilation-info' (bug#6117).
10773
10774 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10775
10776 * progmodes/compile.el (compilation-error): Inherit from `error'.
10777 (compilation-warning): Inherit from `warning'.
10778 (compilation-info): Inherit from `success'.
10779
10780 * dired.el (dired-marked): Inherit from `warning'.
10781 (dired-flagged): Inherit from `error'.
10782
57173b96
LMI
107832011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10784
3e79eb87
LMI
10785 * mail/smtpmail.el (auth-source): Require to avoid problems with
10786 binding variables (bug#9298). Also clean up some unused
10787 autoloads.
10788
b3fd59bd
SM
10789 * net/network-stream.el (network-stream-open-starttls):
10790 Support using starttls.el without using gnutls-cli.
57173b96 10791
02b404de
JL
107922011-08-17 Juri Linkov <juri@jurta.org>
10793
10794 * progmodes/grep.el (rgrep): Handle the case when
10795 `grep-find-command' is a cons cell (bug#9278).
10796
8c9177f2
MR
107972011-08-17 Martin Rudalics <rudalics@gmx.at>
10798
10799 * window.el (display-buffer-pop-up-frame): Run frame creation
10800 function with BUFFER current (as special-display-popup-frame
10801 does). Reported by Drew Adams.
10802
3644a0ab
DU
108032011-08-17 Daiki Ueno <ueno@unixuser.org>
10804
10805 * epa-mail.el: Simplify GnuPG group expansion using
10806 epg-expand-group.
10807 (epa-mail-group-alist, epa-mail-group-modtime)
10808 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10809 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10810 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10811 Remove.
10812
5e617bc2 108132011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10814
10815 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10816
9c4aeabf
AM
108172011-08-16 Alan Mackenzie <acm@muc.de>
10818
10819 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10820 Correct, to avoid the inside of macros.
10821
3a99bf64
RS
108222011-08-16 Richard Stallman <rms@gnu.org>
10823
04963aa8
RS
10824 * epa-mail.el: Handle GnuPG group definitions.
10825 (epa-mail-group-alist, epa-mail-group-modtime)
10826 (epa-mail-gnupg-conf-file): New variables.
10827 (epa-mail-parse-groups, epa-mail-sync-groups)
10828 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10829 (epa-mail-expand-recipients): New functions.
10830 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10831
177549d0
RS
10832 * mail/rmail.el (rmail-epa-decrypt): New command.
10833
fe38beef
RS
10834 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10835 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10836 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10837 (epa-decrypt-armor-in-region): Make error message clearer.
10838
934eacb9
SM
108392011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10842 and "a2b" to "ab" for `prefix'.
10843
d024fb4e
CY
108442011-08-14 Chong Yidong <cyd@stupidchicken.com>
10845
10846 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10847 filter groups.
de148fee
CY
10848 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10849 Fourquet (Bug#8804).
d024fb4e 10850
62f1ca49
JB
108512011-08-12 Juanma Barranquero <lekktu@gmail.com>
10852
10853 * startup.el (argi): Declare as global variable (bug#9275).
10854
9ccaaa4b
CY
108552011-08-12 Chong Yidong <cyd@stupidchicken.com>
10856
10857 * subr.el (string-mark-left-to-right): Search the entire string
10858 for RTL script, not just the terminating character. Doc fix.
10859
a3dae87a
SM
108602011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10861
6cd18349
SM
10862 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10863 New function.
10864 (js--regexp-literal, js-syntax-propertize-function): Remove.
10865 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10866 (js-mode-map): Don't rebind electric keys.
10867 (js-insert-and-indent): Remove.
10868 (js-mode): Setup electric-layout and electric-indent instead.
10869
a3dae87a
SM
10870 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10871
9d5cb631
DU
108722011-08-12 Daiki Ueno <ueno@unixuser.org>
10873
10874 * epa.el (epa-progress-callback-function): Fix the logic of
10875 displaying progress.
10876 * epa-file.el (epa-file-insert-file-contents): Make progress
10877 display more user-friendly.
10878 (epa-file-write-region): Ditto.
10879
3e26a4a2
CY
108802011-08-10 Chong Yidong <cyd@stupidchicken.com>
10881
10882 * subr.el (string-mark-left-to-right): New function.
10883
10884 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10885 Use string-mark-left-to-right.
10886 (list-buffers-noselect): Caller changed.
10887
a3dae87a
SM
10888 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10889 Use string-mark-left-to-right.
3e26a4a2
CY
10890 (tabulated-list-print): Recenter after moving point.
10891
ac8cf6e6
JL
108922011-08-10 Juri Linkov <juri@jurta.org>
10893
10894 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10895 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10896 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10897
8d96c9a4
CY
108982011-08-09 Chong Yidong <cyd@stupidchicken.com>
10899
10900 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10901 (Bug#7554).
10902
7be1c708 109032011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10904
10905 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10906 character. (Bug#6594)
10907
37e11a63
CY
109082011-08-08 Chong Yidong <cyd@stupidchicken.com>
10909
839dde57
CY
10910 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10911 (image-dired--with-db-file): New macro.
10912 (image-dired-write-tags, image-dired-remove-tag)
10913 (image-dired-create-gallery-lists, image-dired-write-comments)
10914 (image-dired-get-comment, image-dired-mark-tagged-files)
10915 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10916 (image-dired-gallery-generate): Use insert-file-contents.
10917
37e11a63
CY
10918 * time.el (display-time-world-list, display-time-world-display):
10919 * time-stamp.el (time-stamp-string):
10920 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10921 set-time-zone-rule (Bug#7337).
10922
0b4946c4
DU
109232011-08-08 Daiki Ueno <ueno@unixuser.org>
10924
10925 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10926 (epg-error-to-string, epg-errors-to-string): New function.
10927 (epg-wait-for-completion): Reverse errors list.
10928 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10929 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10930 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10931 (epg-sign-keys, epg-generate-key-from-file)
10932 (epg-generate-key-from-string): Format errors by using
10933 epg-errors-to-string (bug#9255).
10934 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10935
75bfc667
JL
109362011-08-07 Juri Linkov <juri@jurta.org>
10937
10938 * faces.el (list-faces-display): Remove extra angle bracket
10939 from `help-mode-map'.
10940
10941 * info.el (Info-history-toc-nodes): Doc fix.
10942
10943 * longlines.el (longlines-mode): Doc fix.
10944
673e08bb
SM
109452011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10946
4640dd88
SM
10947 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10948 of statements and in a few more cases (bug#9183).
10949
673e08bb
SM
10950 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10951 New functions.
10952 (cl-transform-lambda): Use them (bug#9239).
10953
89b3f019
MR
109542011-08-05 Martin Rudalics <rudalics@gmx.at>
10955
10956 * window.el (display-buffer-same-window)
10957 (display-buffer-same-frame, display-buffer-other-window)
10958 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10959 (pop-to-buffer-other-window)
10960 (pop-to-buffer-same-frame-other-window)
10961 (pop-to-buffer-other-frame): Make them defuns.
10962 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10963
640c8776
SM
109642011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * subr.el (make-composed-keymap): Move from C. Change calling
10967 convention, and improve docstring to bring attention to a subtle point.
10968 * minibuffer.el (completing-read-default): Adjust accordingly.
10969
63648a95
MA
109702011-08-03 Michael Albinus <michael.albinus@gmx.de>
10971
10972 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10973 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10974
10975 * net/trampver.el: Update release number.
10976
b796c9b7
SM
109772011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10980 "in" (bug#9190).
10981
2239d7d5
LMI
109822011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10983
e07dd7c3
LMI
10984 * mail/sendmail.el (sendmail-query-once): Restore the current
10985 buffer after querying (bug#9074).
10986
0e6a2bd7
LMI
10987 * dired.el (dired-flagged): Use different faces for marked and
10988 flagged files (bug#6117).
10989
ce887515
LMI
10990 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10991 (bug#4433).
10992
92f2affc
LMI
10993 * ido.el (ido-mode): Switch off the message if called
10994 non-interactively.
10995
57d5aff0
LMI
10996 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10997 before 587, since it appears that that's more likely to work for
10998 more people.
10999
98cd6c18 11000 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11001 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11002 exist.
11003
b96dec83
LMI
11004 * info.el: Remove the `Info-beginning-of-buffer' function
11005 (bug#8325).
11006
b796c9b7
SM
11007 * net/network-stream.el (network-stream-open-starttls):
11008 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11009
d90e2ea0
MR
110102011-08-01 Martin Rudalics <rudalics@gmx.at>
11011
11012 * window.el (display-buffer-in-window): Don't set dedicated status
11013 of window here (Bug#9215).
11014 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11015 (display-buffer-pop-up-side-window)
b796c9b7 11016 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11017
cca09170
SM
110182011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11021 before binding generated-autoload-file.
11022
027b979c
DD
110232011-08-01 Deniz Dogan <deniz@dogan.se>
11024
11025 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11026
3c7ee4f3
MA
110272011-07-30 Michael Albinus <michael.albinus@gmx.de>
11028
11029 Sync with Tramp 2.2.2.
11030
11031 * net/trampver.el: Update release number.
11032
2cc8e51a
JL
110332011-07-30 Juri Linkov <juri@jurta.org>
11034
11035 * dired-aux.el (dired-touch-initial): Remove function.
11036 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11037 current time, and `default' to the last modification time of the
11038 current marked file (bug#6887).
11039
a514d856
JM
110402011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11041
11042 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11043 numeric argument to read-number (bug#9163).
a514d856 11044
8a7eddd7
MA
110452011-07-27 Michael Albinus <michael.albinus@gmx.de>
11046
11047 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11048 connection process, it could be nil.
11049
1ddd96f5
LL
110502011-07-27 Leo Liu <sdl.web@gmail.com>
11051
11052 Simplify url handling in rcirc-mode.
11053
11054 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11055 (rcirc-browse-url-at-mouse): Remove.
11056 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11057
b248a85d
AM
110582011-07-26 Alan Mackenzie <acm@muc.de>
11059
11060 Fontify bitfield declarations properly.
11061
11062 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11063 (c-symbol-chars): Now exported as a lang variable.
11064 (c-not-primitive-type-keywords): New lang variable.
11065
11066 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11067 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11068 parsed as a bitfield declaration.
b248a85d 11069
b796c9b7
SM
11070 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11071 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11072 (c-punctuation-in): New function.
11073 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11074 declarations properly.
11075
68575ab0
UJ
110762011-07-26 Ulf Jasper <ulf.jasper@web.de>
11077
11078 * calendar/icalendar.el (icalendar--all-events): Take care of
11079 multiple vcalendars in a single file.
b796c9b7 11080 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11081
0f0a88b9
DD
110822011-07-25 Deniz Dogan <deniz@dogan.se>
11083
11084 * image.el (insert-image): Clarifying docstring.
11085
0b3f36df
MA
110862011-07-24 Michael Albinus <michael.albinus@gmx.de>
11087
11088 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11089 `tramp-send-command-and-check' if there is no error.
11090 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11091
a9901f61
AM
110922011-07-22 Alan Mackenzie <acm@muc.de>
11093
11094 Prevent cc-langs.elc being loaded at run time.
11095
11096 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11097 cc-langs.
11098
4d61f28d 11099 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11100 "(require 'cc-langs)". Quote a form so it will evaluate at
11101 (cc-mode's) compilation time.
11102
11d074b2
MA
111032011-07-22 Michael Albinus <michael.albinus@gmx.de>
11104
11105 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11106 loading. (Bug#9114)
11107
938b94c8
MR
111082011-07-21 Martin Rudalics <rudalics@gmx.at>
11109
11110 * window.el (display-buffer-pop-up-window)
11111 (display-buffer-pop-up-side-window)
11112 (display-buffer-in-side-window): Call display-buffer-set-height
11113 and display-buffer-set-width after setting the new window's
b796c9b7 11114 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11115
bfa4f190
SS
111162011-07-20 Sam Steingold <sds@gnu.org>
11117
11118 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11119 (etags-tags-included-tables): Call `convert-standard-filename' on
11120 the file names contained in TAGS so that windows Emacs can handle
11121 TAGS files created by cygwin ctags.
11122
8ca42262
LMI
111232011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11124
11125 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11126 which apparently didn't work.
11127
5db2afd2 111282011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11129
5db2afd2
RW
11130 * proced.el (proced-send-signal): For *Marked Processes* buffer
11131 put point at beginning of buffer.
11132
92e15d10
SB
111332011-07-19 Stephen Berman <stephen.berman@gmx.net>
11134
11135 * proced.el (proced-format): Make header lines align with the text
11136 (bug#1779).
11137
1bfd59e5
LMI
111382011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11139
11140 * view.el (view-buffer): Allow running in `special' modes if we're
11141 visiting a file (bug#8615).
11142
f5aae37c
MR
111432011-07-19 Martin Rudalics <rudalics@gmx.at>
11144
11145 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11146 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11147 New functions.
f5aae37c
MR
11148 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11149 more accurately.
11150
bf2c1571
AM
111512011-07-18 Alan Mackenzie <acm@muc.de>
11152
11153 Fontify declarators properly when, e.g., a jit-lock chunk begins
11154 inside a declaration.
11155
11156 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11157
b796c9b7
SM
11158 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11159 New function.
bf2c1571
AM
11160 (c-complex-decl-matchers): Insert reference to
11161 c-font-lock-enclosing-decls.
11162
11163 * progmodes/cc-engine.el (c-backward-single-comment):
11164 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11165 to nil around calls to (forward-comment -1).
11166
4e190b80
LMI
111672011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11168
12dc863d
LMI
11169 * image.el (put-image): Doc typo fix.
11170
a762e966
LMI
11171 * progmodes/etags.el (tags-search): Doc typo fix.
11172
4e190b80
LMI
11173 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11174 password if we get errors 550 to 554.
11175
f019fb21
LMI
111762011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11177
b796c9b7 11178 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11179
81746738
LMI
11180 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11181 indentation character (bug#6380).
11182
3ee3a1b5
LMI
11183 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11184
c82f64de
LMI
11185 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11186 to clarify what the problem is (bug#4291).
11187
f019fb21
LMI
11188 * simple.el (current-kill): Clarify what
11189 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11190 (auto-fill-mode): Document `auto-fill-function' in relation to
11191 `auto-fill-mode' (bug#2470).
f019fb21 11192
0794775d
LM
111932011-07-16 Lawrence Mitchell <wence@gmx.li>
11194
11195 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11196 method if slot is read-only (bug#9035).
11197
be39b8cc
MR
111982011-07-16 Martin Rudalics <rudalics@gmx.at>
11199
b796c9b7 11200 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11201 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11202 selected before, see discussion of (Bug#8615), (Bug#6954).
11203 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11204
6ccf7859
GM
112052011-07-15 Glenn Morris <rgm@gnu.org>
11206
11207 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11208 Respect help-form.
6ccf7859 11209
87e86684
LM
112102011-07-09 Lawrence Mitchell <wence@gmx.li>
11211
11212 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11213 (gnutls-negotiate): Use it.
11214
d6066239
LMI
112152011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11216
b796c9b7
SM
11217 * net/gnutls.el (gnutls-negotiate):
11218 Upcase `gnutls-algorithm-priority'.
d6066239 11219
bd23ebc0
GM
112202011-07-15 Glenn Morris <rgm@gnu.org>
11221
c65bca65
GM
11222 * jka-compr.el (jka-compr-verbose): Move from here...
11223 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11224 Add missing :version tag.
11225 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11226
478615cc
LMI
112272011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11228
7b41decb
LMI
11229 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11230 (gnutls-negotiate): Use it.
11231
dbc44fcd
LMI
11232 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11233
06789f97
LMI
11234 * info.el (Info-beginning-of-buffer): New command.
11235 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11236 announcing `b' as the key (bug#8325).
ab896c37 11237 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11238
c39da690
LMI
11239 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11240
3aa5f34b
LMI
11241 * international/mule-cmds.el
11242 (describe-specified-language-support): Make the error message
11243 clearer (bug#8905).
11244
4bf0979f
LMI
11245 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11246
478615cc
LMI
11247 * isearch.el (isearch-barrier): Add a doc string, since it's
11248 mentioned in a function doc string (bug#8678).
11249
75c68aa1
MR
112502011-07-15 Martin Rudalics <rudalics@gmx.at>
11251
11252 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11253 buffer argument (Bug#9083) and self-identifying label argument.
11254
a7c33da2
GM
112552011-07-15 Glenn Morris <rgm@gnu.org>
11256
11257 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11258
2f5c6024
LMI
112592011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11260
11261 * man.el (Man-fontify-manpage): Fix message when formatting the
11262 man page (bug#7929).
11263
0bb23927 112642011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11265
11266 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11267 argument LRM; if non-nil, append an invisible LRM character to the
11268 buffer name.
11269 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11270 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11271 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11272 paragraph direction.
cce4b0a7 11273
621ef9ab
LMI
112742011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11275
d1583c48
LMI
11276 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11277 the man page name (bug#7929).
11278
6a57fb5f
LMI
11279 * image.el (put-image): Mention the `put-image' overlay property
11280 (bug#7834).
11281
d7956b14
LMI
11282 * scroll-bar.el (set-scroll-bar-mode): Mention that
11283 `scroll-bar-mode' lists the values (bug#7772).
11284
5b2d4a66
LMI
11285 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11286 command (bug#7729).
11287
7509a874
LMI
11288 * rect.el (apply-on-rectangle): Return the point after the last
11289 operation.
11290 (string-rectangle): Go to the point after the last operation
11291 (bug#7522).
11292
4fe74b19
LMI
11293 * printing.el (pr-toggle-region): Clarify the documentation
11294 slightly (bug#7493).
11295
b796c9b7
SM
11296 * time.el (display-time-update):
11297 Allow `display-time-mail-function' to return nil (bug#7158).
11298 Fix suggested by Detlev Zundel.
ab283561 11299
fc233c9d
LMI
11300 * vc/diff.el (diff): Clarify the order the file names are read
11301 (bug#7111).
11302
43f5740b
LMI
11303 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11304 the doc string (bug#7015).
11305
f2182a76
LMI
11306 * font-lock.el (font-lock-maximum-decoration): Mention what
11307 numeric levels mean (bug#6935).
11308
621ef9ab
LMI
11309 * startup.el (initial-buffer-choice): Don't mention the `none'
11310 selection, which is against policy.
11311
adc47434
MR
113122011-07-14 Martin Rudalics <rudalics@gmx.at>
11313
b796c9b7
SM
11314 * window.el (display-buffer-normalize-special):
11315 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11316
7e5bfb8f
EZ
113172011-07-14 Eli Zaretskii <eliz@gnu.org>
11318
11319 * subr.el (version<, version<=, version=): Mention "-CVS" and
11320 "-12345" alpha version numbers.
11321
27fa387a
CY
113222011-07-14 Chong Yidong <cyd@stupidchicken.com>
11323
11324 * bindings.el: Add advertised binding for set-mark-command
11325 (Bug#5772).
11326
8bdfa064
CY
113272011-07-14 Chong Yidong <cyd@stupidchicken.com>
11328
11329 * bindings.el (mode-line-other-buffer):
11330 * bookmark.el (bookmark-bmenu-2-window):
11331 * bs.el (bs-cycle-next, bs-cycle-previous):
11332 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11333 switch-to-buffer.
11334
11335 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11336 Delete.
8bdfa064 11337
5eba16a3
JB
113382011-07-14 Juanma Barranquero <lekktu@gmail.com>
11339
11340 * follow.el (follow-debug-message, follow-redisplay):
11341 * jka-cmpr-hook.el (with-auto-compression-mode):
11342 Fix typos in docstrings.
11343
15853710
LMI
113442011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11345
a28e4607
LMI
11346 * subr.el (with-silent-modifications): Clarify somewhat what the
11347 macro inhibits (bug#6525).
11348
15853710
LMI
11349 * simple.el (eval-expression): Note what it does if called
11350 interactively (bug#6495).
11351
bee0fcef
CY
113522011-07-13 Chong Yidong <cyd@stupidchicken.com>
11353
b796c9b7
SM
11354 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11355 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11356
11357 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11358 Remove switch-to-buffer.
11359
58274504
LMI
113602011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11361
bd2fcc8d
LMI
11362 * files.el (make-directory): Clarify that an error will be raised
11363 if there's an error (bug#6397).
11364
0f04b32c
LMI
11365 * startup.el (initial-buffer-choice): Add `none' as a choice
11366 (bug#6234).
11367
465c5fc8
LMI
11368 * subr.el (add-hook): Clarify section about buffer-local hooks
11369 (bug#6218).
11370
58274504
LMI
11371 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11372
bead9a43
JB
113732011-07-13 Juanma Barranquero <lekktu@gmail.com>
11374
11375 * tabify.el (untabify): Preserve the current column so that point
11376 doesn't move (bug#6032).
11377
3af98a7b
LMI
113782011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11379
b796c9b7
SM
11380 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11381 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11382
6240145a
GM
113832011-07-13 Glenn Morris <rgm@gnu.org>
11384
11385 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11386 (dired-insert-directory): Give a message the first time
11387 if ls is found not to support --dired.
11388
1d8c2ccc
LMI
113892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11390
11391 * simple.el (toggle-truncate-lines): Clarify what is toggled
11392 (bug#5580). Text by Drew Adams.
11393
5fc4038e
CY
113942011-07-13 Chong Yidong <cyd@stupidchicken.com>
11395
11396 * simple.el (blink-matching-open): Make the error message from the
11397 last change less verbose.
11398
bf6012e5
DN
113992011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11400
11401 * font-lock.el (font-lock-comment-face): Use the high contrast
11402 "yellow" color for font-lock-comment-face on low color terminals
11403 using a dark background color (bug#4221).
11404
343c3b5a
LMI
114052011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11406
7e9505c5
LMI
11407 * dired.el (dired-insert-set-properties): Make the doc string
11408 reflect what it does now (bug#5325).
11409
c26fdcf5
LMI
11410 * simple.el (blink-matching-open): Say that we were unable to find
11411 the match within the limit, if we're limited (bug#5122).
11412
bb388cc5
LMI
11413 * international/mule-cmds.el (prefer-coding-system): Add an
11414 example (bug#4869).
11415
343c3b5a
LMI
11416 * progmodes/etags.el (tags-search): Document `file-list-form'
11417 (bug#4731).
11418
2a517d45
LM
114192011-07-13 Lawrence Mitchell <wence@gmx.li>
11420
11421 * net/browse-url.el (browse-url-default-browser)
11422 (browse-url-browser-function): Make the default browser choice a
11423 bit more logical (bug#4300). Also clean up the doc string.
11424
b6c78ef2
JB
114252011-07-13 Juanma Barranquero <lekktu@gmail.com>
11426
11427 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11428 binary endings (bug#4440).
11429
1c4dd947
LMI
114302011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11431
a2014063
LMI
11432 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11433 which can be pretty annoying (bug#8971).
11434
9c9c2d88
LMI
11435 * jka-compr.el (jka-compr-verbose): New variable, and use
11436 throughout (bug#8971).
11437
1c4dd947
LMI
11438 * info.el (Info-find-file): Fall back on the installation
11439 directory if we can't find the info node anywhere else.
11440
a1c9f41b
SO
114412011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11442
11443 * vc/vc.el (vc-revert-file):
11444 Don't set file time-stamp in the past. (Bug#5181)
11445
536f3d36
LMI
114462011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11447
7152b011
LMI
11448 * files.el (after-find-file): Give a better error message when
11449 trying to find a symlink that points to a file that doesn't exist
11450 (bug#4398).
11451
536f3d36
LMI
11452 * progmodes/cc-vars.el: Remove (probably) misleading comment
11453 (bug#4396).
11454
460c0fba
JB
114552011-07-12 Johan Bockgård <bojohan@gnu.org>
11456
11457 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11458
7a6bda45
CY
114592011-07-12 Chong Yidong <cyd@stupidchicken.com>
11460
11461 * mouse-sel.el: Hack restoring functionality, while keeping
11462 compatibility with 2010-07-03 changes to mouse selection.
11463 (mouse-sel-primary-overlay): New var.
11464 (mouse-sel-selection-alist): Use it.
11465 (mouse-sel-mode): Doc fix; remove points that are default features
11466 of mouse.el.
11467
c79598ef
JB
114682011-07-12 Johan Bockgård <bojohan@gnu.org>
11469
11470 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11471 Fix previous fix (bug#2490).
11472
ff8be6ef
RW
114732011-07-12 Roland Winkler <winkler@gnu.org>
11474
b796c9b7
SM
11475 * textmodes/bibtex.el (bibtex-initialize):
11476 Use pop-to-buffer-same-window.
ff8be6ef
RW
11477 (bibtex-search-entries): Fix interactive call.
11478
296ba3ee
LMI
114792011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11480
f5242a02 11481 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11482 Fontise bytecomp Error lines more correctly (bug#2490).
11483 Fix suggested by Johan Bockgård.
f5242a02 11484
296ba3ee
LMI
11485 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11486
11487 * dired-x.el (dired-guess-default): Use `delete-dups'.
11488
f69fd0d2
CY
114892011-07-12 Chong Yidong <cyd@stupidchicken.com>
11490
11491 * dired.el (dired-mark-prompt):
11492 * dired-aux.el (dired-read-shell-command): Doc fix.
11493
eab5dc07
LMI
114942011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11495
b796c9b7
SM
11496 * mail/sendmail.el (sendmail-query-once):
11497 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11498 emacs -Q.
11499
11500 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11501
eab5dc07
LMI
11502 * cus-edit.el (custom-file): Take an optional no-error variable.
11503 (customize-save-variable): Set the variable, and give a warning if
11504 running under "emacs -q".
11505
a1e65d42
JB
115062011-07-11 Juanma Barranquero <lekktu@gmail.com>
11507
11508 * loadhist.el (unload-feature-special-hooks):
11509 Add `auto-coding-functions', `fill-nobreak-predicate' and
11510 `find-directory-functions' (bug#5327).
11511
1d52da10
LMI
115122011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11513
be958f1d
LMI
11514 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11515
5bedb26c
LMI
11516 * cus-edit.el (custom-guess-name-alist): -alist variables should
11517 use the `alist' type (bug#3120). Suggested by Drew Adams.
11518
1d52da10
LMI
11519 * printing.el: Add documentation to all the `pr-toggle-' commands.
11520
cd394be1 115212011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11522
11523 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11524 backends where it makes sense (bug#2623).
11525
dcc88d8a
LMI
115262011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11527
c3de9feb
LMI
11528 * dired-x.el (dired-guess-default): Remove duplicate shell command
11529 entries (bug#2028).
8a93078b 11530 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11531 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11532
dcc88d8a
LMI
11533 * subr.el (remove-duplicates): New conveniency function.
11534
505e3645
LMI
115352011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11536
11537 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11538 (bug#1526).
11539
115402011-07-10 Martin Rudalics <rudalics@gmx.at>
11541
11542 * window.el (display-buffer-normalize-default): Don't invert
11543 meaning of even-window-heights. Reported by Eli Zaretskii
11544 <eliz@gnu.org>.
11545
455e4fa1
BR
115462011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11547
11548 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11549
8e0bc3e9
CY
115502011-07-10 Chong Yidong <cyd@stupidchicken.com>
11551
11552 * window.el (display-buffer): Fix arguments to
11553 display-buffer-reuse-window in last change.
11554
fa7c3228
CY
11555 * faces.el (link): Use a less saturated blue on light backgrounds.
11556
11557 * startup.el (fancy-startup-text, fancy-about-text)
11558 (fancy-startup-tail): Use font-lock faces, for background safety.
11559
c0a7f300
BN
115602011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11561
b796c9b7
SM
11562 * emulation/viper-cmd.el (viper-change-state-to-vi):
11563 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11564
4dc2a129
MR
115652011-07-09 Martin Rudalics <rudalics@gmx.at>
11566
11567 * window.el (display-buffer-default-specifiers): Remove.
11568 (display-buffer-macro-specifiers): Remove default specifiers.
11569 (display-buffer-alist): Default to nil.
b796c9b7 11570 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11571 (display-buffer-pop-up-window): Allow splitting internal
11572 windows. Check whether a live window was created.
11573 (display-buffer-other-window-means-other-frame)
11574 (display-buffer-normalize-arguments): Rename to
11575 display-buffer-normalize-argument and rewrite. Set the
11576 other-window specifier.
11577 (display-buffer-normalize-special): New function.
11578 (display-buffer-normalize-options): Rename to
11579 display-buffer-normalize-default and rewrite.
11580 (display-buffer-normalize-options-inhibit): Remove.
11581 (display-buffer-normalize-specifiers): Rewrite.
11582 (display-buffer): Process other-window specifier and call
11583 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11584 more faithfully.
b796c9b7 11585 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11586 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11587 (display-buffer-in-window, display-buffer-alist-set):
11588 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11589 <tassilo@member.fsf.org>.
11590
2d43b8c9
LL
115912011-07-09 Leo Liu <sdl.web@gmail.com>
11592
11593 * register.el (insert-register): Restore accidental change on
11594 2011-06-26. (Bug#9028)
11595
7f9b7c53
GM
115962011-07-09 Glenn Morris <rgm@gnu.org>
11597
11598 * subr.el (remq): Handle the empty list. (Bug#9024)
11599
f042cfd8
AS
116002011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11601
11602 * mail/sendmail.el (send-mail-function): No longer delay custom
11603 initialization.
11604 * custom.el (custom-initialize-delay): Doc fix.
11605
856b2f11
SM
116062011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11607
11608 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11609
afae1d68
MA
116102011-07-08 Michael Albinus <michael.albinus@gmx.de>
11611
11612 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11613 human-friendly prompt.
11614
0757af94
SM
116152011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11618 provided by a particular plugin.
11619
d760b731
LMI
116202011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11621
11622 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11623 save customizations (with "emacs -Q"), just set the variable
11624 instead of erroring out.
11625
11626 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11627
cd79ce90
JL
116282011-07-08 Juri Linkov <juri@jurta.org>
11629
11630 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11631 (archive-zip-update-case): Use 7z if found by `executable-find'.
11632 The order of searching the available programs is the same as in
11633 `archive-zip-extract' (bug#8968).
11634
14cc04aa
CY
116352011-07-07 Chong Yidong <cyd@stupidchicken.com>
11636
11637 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11638 (menu-bar-options-menu): Tweak descriptions.
11639
0a1848ec
LMI
116402011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11641
11642 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11643 menu items into verb phrases (bug#1421). Also refill to fit under
11644 80 columns.
11645
f5bd0689
CY
116462011-07-07 Chong Yidong <cyd@stupidchicken.com>
11647
538e85c6
CY
11648 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11649 (Info-read-node-name): Doc fix (Bug#1084).
11650
f5bd0689
CY
11651 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11652 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11653 (end-of-sexp, beginning-of-sexp)
11654 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11655 (forward-symbol, forward-same-syntax, word-at-point)
11656 (sentence-at-point): Doc fix (Bug#1144).
11657
56ec5115
LMI
116582011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11659
f3f8e37f
LMI
11660 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11661 should cover it (bug#1281).
11662
0757af94 11663 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11664
e9fce1ac 11665 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11666 negotiation fails, then possibly try again with a non-encrypted
11667 connection (bug#9017).
11668
56ec5115
LMI
11669 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11670 be used.
11671
c2f9aec8
RS
116722011-07-07 Richard Stallman <rms@gnu.org>
11673
11674 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11675 property, and handle its changed format.
11676 Look for the correct line number.
11677 Use file's line contents (but not past first =) to find
11678 correct line in message.
11679
ef7b981d 116802011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11681
11682 * international/characters.el (build-unicode-category-table):
11683 Delete it.
0757af94 11684 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11685
0757af94 11686 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11687 to src/chartab.c.
11688 (get-char-code-property): Call unicode-property-table-internal to
11689 load a file. Call get-unicode-property-internal where necessary.
11690 (put-char-code-property): Call unicode-property-table-internal to
11691 load a file. Call put-unicode-property-internal where necessary.
11692 put-unicode-property-internal where necessary.
0757af94
SM
11693 (char-code-property-description):
11694 Call unicode-property-table-internal to load a file.
c805dec0
KH
11695
11696 * international/charprop.el:
11697 * international/uni-bidi.el:
11698 * international/uni-category.el:
11699 * international/uni-combining.el:
11700 * international/uni-comment.el:
11701 * international/uni-decimal.el:
11702 * international/uni-decomposition.el:
11703 * international/uni-digit.el:
11704 * international/uni-lowercase.el:
11705 * international/uni-mirrored.el:
11706 * international/uni-name.el:
11707 * international/uni-numeric.el:
11708 * international/uni-old-name.el:
11709 * international/uni-titlecase.el:
11710 * international/uni-uppercase.el: Regenerate.
11711
11712 * loadup.el: Load international/charprop.el before
11713 international/characters.
11714
e14b388a
CY
117152011-07-07 Chong Yidong <cyd@stupidchicken.com>
11716
11717 * window.el (next-buffer, previous-buffer): Signal an error if
11718 called from a minibuffer window.
11719
11720 * bindings.el: Revert 2011-07-04 change.
11721
354cf0ba
RS
117222011-07-06 Richard Stallman <rms@gnu.org>
11723
11724 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11725 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11726 Treat markers like ints.
11727 (rmail-mime-entity): Doc fix.
11728
a48868a7
LMI
117292011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11730
4906cd3d
LMI
11731 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11732 defcustom again for backwards compatibility.
11733
e0457abe
LMI
11734 * simple.el (shell-command-on-region): Fill.
11735
d67f7e1f
LMI
11736 * dired-aux.el (dired-kill-line): Add a doc string.
11737
fe204702
LMI
11738 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11739 to "\\sw\\|\\s_" (bug#358).
11740
a48868a7
LMI
11741 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11742 (dired-unmark-backward): Ditto.
11743 (dired-flag-backup-files): Ditto.
11744
11745 * dired-x.el (dired-mark-sexp): Ditto.
11746
aa8a705c
RS
117472011-07-06 Richard Stallman <rms@gnu.org>
11748
11749 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11750 (rmail-mime-entity): New arg TRUNCATED.
11751 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11752 New functions.
11753 (rmail-mime-save): Warn if entity is truncated.
11754 (rmail-mime-toggle-hidden): Likewise, for showing.
11755 (rmail-mime-process-multipart): Record when an entity is truncated.
11756
a9a936b9
RS
11757 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11758 if ENTITY is a string.
11759
1f2b92cb
LMI
117602011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11761
f4f73198 11762 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11763 of faces when `M-C-x'-ing their definitions (bug#8378).
11764 Also clean up the code slightly.
f4f73198 11765
12b16734 11766 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11767 because that makes the colors go away.
12b16734 11768
f0691d22
LMI
11769 * mail/sendmail.el (send-mail-function): Change the default to
11770 `sendmail-query-once'.
9e87df06 11771 (sendmail-query-once): Add an autoload cookie.
f0691d22 11772
1f2b92cb
LMI
11773 * net/network-stream.el (network-stream-open-starttls): Try using
11774 a plain connection even if the server offered STARTTLS, and we
11775 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11776 capability. This should make smtpmail.el work in slightly more
11777 configurations.
11778
1cdd2a1b
MA
117792011-07-06 Michael Albinus <michael.albinus@gmx.de>
11780
11781 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11782 New defun.
11783 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11784
fbcc67e2
MM
117852011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11786
11787 * progmodes/sql.el: Version 3.0
0757af94 11788 (sql-product-alist): Add product :completion-object,
fbcc67e2 11789 :completion-column, and :statement attributes.
0757af94 11790 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11791 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11792 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11793 ansi keywords.
11794 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11795 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11796 (sql-oracle-show-reserved-words): New function for development.
11797 (sql-product-font-lock): Simplify for source code buffers.
11798 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11799 New functions.
11800 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11801 (sql-mode-map): Add statement movement functions.
11802 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11803 New variable.
fbcc67e2
MM
11804 (sql-statement-regexp, sql-beginning-of-statement)
11805 (sql-end-of-statement, sql-signum): New functions.
0757af94 11806 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11807 (sql-show-sqli-buffer): Bug fix.
11808 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11809 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11810 with sql-interactive-mode.
11811 (sql-save-connection): Save buffer local settings.
0757af94 11812 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11813 (sql-product-interactive): Bug fix.
11814 (sql-preoutput-hold): New variable.
11815 (sql-interactive-remove-continuation-prompt): Bug fixes.
11816 (sql-debug-redirect): New variable.
11817 (sql-str-literal): New function.
11818 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11819 Redesign.
fbcc67e2
MM
11820 (sql-oracle-save-settings, sql-oracle-restore-settings)
11821 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11822 (sql-completion-object, sql-completion-column)
11823 (sql-completion-sqlbuf): New variables.
11824 (sql-build-completions-1, sql-build-completions)
11825 (sql-try-completion): New functions.
11826 (sql-read-table-name): Use them.
11827 (sql-contains-names): New buffer local variable.
11828 (sql-list-all, sql-list-table): Use it.
11829 (sql-oracle-completion-types): New variable.
11830 (sql-oracle-completion-object, sql-sqlite-completion-object)
11831 (sql-postgres-completion-object): New functions.
11832
d4eaeab1
GM
118332011-07-06 Glenn Morris <rgm@gnu.org>
11834
11835 * window.el (pop-to-buffer): Doc fix.
11836
322b7dab 118372011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11838
11839 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11840
322b7dab 118412011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11842
322b7dab 11843 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11844
322b7dab 11845 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11846
605dd5bf
CY
118472011-07-05 Chong Yidong <cyd@stupidchicken.com>
11848
11849 * button.el (button): Inherit from link face. Suggested by Dan
11850 Nicolaescu.
11851
7dbfa719
SM
118522011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11853
3db614b0
SM
11854 * progmodes/gdb-mi.el: Fit in 80 columns.
11855 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11856 switch-to-buffer.
11857
7dbfa719
SM
11858 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11859 if imenu is simply not configured (bug#8941).
11860
919d884a
KM
118612011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11862
11863 * allout.el (allout-post-undo-hook): New allout outline-change
11864 event hook to signal undo activity.
11865 (allout-post-command-business): Run allout-post-undo-hook if an
11866 undo just occurred.
7dbfa719
SM
11867 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11868 * allout-widgets.el (allout-widgets-after-undo-function):
11869 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11870 in the vicinity of an undo.
11871 (allout-widgets-mode): Include allout-widgets-after-undo-function
11872 on the new allout-post-undo-hook.
11873
450a0f09
SM
118742011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11877 Let define-derived-mode define it.
11878 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11879 cycles of abbrev-table inheritance (bug#8998).
11880
2de69e00
RW
118812011-07-05 Roland Winkler <winkler@gnu.org>
11882
11883 * textmodes/bibtex.el: Add support for biblatex.
11884 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11885 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11886 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11887 (bibtex-entry-alist, bibtex-field-alist): New variables.
11888 (bibtex-entry-field-alist): Obsolete alias for
11889 bibtex-BibTeX-entry-alist.
11890 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11891 (bibtex-set-dialect): New command.
11892 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11893 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11894 Bind via bibtex-set-dialect.
2de69e00
RW
11895 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11896 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11897 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11898 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11899 Define via bibtex-set-dialect.
450a0f09
SM
11900 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11901 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11902 (bibtex-vec-push, bibtex-vec-incr): New functions.
11903 (bibtex-format-entry, bibtex-field-list)
11904 (bibtex-print-help-message, bibtex-validate)
11905 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11906
2dcdbdd9
SM
119072011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * progmodes/compile.el (compilation-goto-locus):
11910 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11911 * bs.el (bs-cycle-next, bs-cycle-previous):
11912 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11913 * bindings.el (mode-line-other-buffer):
11914 * autoinsert.el (auto-insert):
11915 * arc-mode.el (archive-extract):
11916 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11917
b27640fe
JB
119182011-07-05 Juanma Barranquero <lekktu@gmail.com>
11919
11920 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11921 Fix check of `emacs-lock-unlockable-modes'.
11922 Coerce true values of `emacs-lock--try-unlocking' to t.
11923
53bbe3ad
JB
119242011-07-05 Juanma Barranquero <lekktu@gmail.com>
11925
11926 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11927 * emacs-lock.el: New file.
11928
1d3cdbc7
JD
119292011-07-05 Julien Danjou <julien@danjou.info>
11930
11931 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11932 than `boundp' to check if face is set.
11933
9173deec
JB
119342011-07-05 Juanma Barranquero <lekktu@gmail.com>
11935
11936 * register.el (registerv-make):
11937 * window.el (window-min-height): Fix typos in docstrings.
11938
869795d6
JD
119392011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11940
9173deec 11941 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11942 Update doc string.
11943
b768cdcd
JB
119442011-07-04 Juanma Barranquero <lekktu@gmail.com>
11945
11946 * server.el (server-execute): Catch quit and call
11947 `server-return-error' to pass the error back to emacsclient and
11948 close the connection (bug#8942).
11949
13aa217b
KM
119502011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11951
11952 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11953 insecure exception for current topic. Also note that auto-saves
11954 are handled differently.
11955
5d3385a0 11956 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11957 State variables for tracking auto-save inhibition situation.
11958
11959 (allout-write-contents-hook-handler): Rename from
11960 'allout-write-file-hook-handler', and describe how it depends on
11961 write-contents-functions sensitivity to non-nil value to prevent
11962 file write.
11963
11964 (allout-auto-save-hook-handler): Remove. auto-save does not check
11965 this in individual buffers, only in the starting buffer, so this
11966 is not the right way for us to inhibit auto-save in a buffer
11967 according to its condition.
11968
11969 (allout-mode): Use new allout-write-contents-hook-handler, and
11970 only with write-contents-functions. Remove auto-save provisions -
11971 they're implemented elsewhere.
11972
11973 (allout-before-change-handler): If undo is in progress, note that
11974 for attention of allout-post-command-business.
11975
11976 (allout-post-command-business): If the command we're following was
11977 an undo, check for change in the status of encrypted items and
11978 adjust auto-save inhibitions accordingly.
11979
11980 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11981 according to whether there are or aren't any plain-text topics
11982 pending encryption.
11983
2dcdbdd9 11984 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11985 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11986 if there are plain-text topics pending encryption.
13aa217b
KM
11987
11988 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11989 buffer-saved-size and some allout state to not inhibit auto-saves
11990 if there are no longer any plain-text topics pending encryption.
11991
0757af94
SM
11992 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11993 No longer provide for exemption of the current topic.
13aa217b 11994
ac89b32c
JL
119952011-07-04 Juri Linkov <juri@jurta.org>
11996
11997 Add 7z operations to delete and save changed members (bug#8968).
11998 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11999 New defcustoms.
12000 (archive-7z-write-file-member): New function.
12001 (archive-7z-summarize): Fix the number of dashes in the
12002 listing output.
12003
8fa39615
SM
120042011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12005
12006 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12007 (bug#8958).
12008
2f11b3f1
CY
120092011-07-04 Chong Yidong <cyd@stupidchicken.com>
12010
d66fef2b
CY
12011 * bindings.el: Ignore next-buffer and previous-buffer in
12012 minibuffer-local-map.
12013
2f11b3f1
CY
12014 * font-lock.el (font-lock-builtin-face): Change light background
12015 color to dark slate blue (Bug#6693).
12016
f932a347
WD
120172011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12018
12019 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12020
c8af70e1
SM
120212011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12022
12023 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12024 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12025 Add switch-to-buffer.
12026
f158badc
LMI
120272011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12028
12029 * isearch.el (isearch-search-fun-function): Clarify further the
12030 meaning of the function returned.
12031
6d95bd46
MA
120322011-07-04 Michael Albinus <michael.albinus@gmx.de>
12033
12034 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12035
12036 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12037 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12038 Use it.
12039 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12040 `tramp-default-remote-path' does not exist.
12041 (tramp-send-command-and-read): New optional argument NOERROR.
12042 (tramp-open-connection-setup-interactive-shell)
12043 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12044 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12045 (tramp-process-sentinel): Flush also process' connection property.
12046 (tramp-sh-handle-start-file-process): Do not set process
12047 sentinel. It is done now ...
12048 (tramp-maybe-open-connection): ... here. (Bug#8929)
12049
909e6b67
MK
120502011-07-04 MON KEY <monkey@sandpframing.com>
12051
12052 * play/animate.el (animate-string): Doc fixes and allow changing
12053 the buffer name (bug#5417).
12054
120552011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12056
c8af70e1 12057 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12058
f34755dc
PE
120592011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12060
396cec72
PE
12061 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12062 This is simpler and helps future-proof the code.
12063 (timer-until): Use time-subtract and float-time.
08235028 12064 (timer--time-less-p): Use time-less-p.
f34755dc 12065
56e6cc31
JB
120662011-07-04 Juanma Barranquero <lekktu@gmail.com>
12067
3abb79e5
JB
12068 * type-break.el (timep): Use the value of `float-time' to avoid a
12069 byte-compiler warning.
12070
56e6cc31
JB
12071 * server.el (server-eval-and-print): Return any result, even nil.
12072
7b9430b4
PE
120732011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12074
12075 * type-break.el: Accept time formats that the builtins accept.
12076 (timep, type-break-time-difference): Accept any format that
12077 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12078 This is simpler and helps future-proof the code.
12079 (type-break-time-difference): Round rather than ignoring
12080 subseconds components.
12081
3034e9e7
LMI
120822011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12083
12084 * info.el (Info-apropos-matches): Make non-interactive, since it
12085 doesn't seem to do anything useful as a command (bug#8829).
12086
1485f4c0
CY
120872011-07-03 Chong Yidong <cyd@stupidchicken.com>
12088
12089 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12090 Move from faces.el.
1485f4c0
CY
12091 (frame-default-terminal-background): New function.
12092
12093 * custom.el (custom-push-theme): Don't record faces in `changed'
12094 theme; this doesn't work correctly for per-frame face settings.
12095 (disable-theme): Use face-set-after-frame-default to reset faces.
12096 (custom--frame-color-default): New function.
12097
9fa3dd45
LMI
120982011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12099
c8af70e1 12100 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12101 (bug#8769).
12102
6cbbc20c
KR
121032011-03-29 Kevin Ryde <user42@zip.com.au>
12104
12105 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12106 `perl-Test2' extend to match possible "fail #N" rep count
12107 (bug#8377).
12108
c7f98048
LMI
121092011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12110
65676592
LMI
12111 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12112 `smtpmail-via-smtp' now returns the error instead of nil.
12113
c7f98048
LMI
12114 * isearch.el (isearch-search-fun-function): Clarify the doc string
12115 (bug#8101).
12116
56e6cc31 121172011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12118
12119 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12120 unnecessary spaces (bug#8987).
12121
2b216704
LMI
121222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12123
12124 * net/network-stream.el (open-network-stream): Use the
12125 :end-of-capability command thoughout.
12126
121272011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12128
12129 * net/network-stream.el (open-network-stream): Add the
12130 :end-of-capability command parameter, used by pop3.el.
12131
36adf6ce
LMI
121322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12133
1ca0da0e
LMI
12134 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12135
fc00f69c
LMI
12136 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12137 for list)" (bug#6475).
12138
28fd8759 12139 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12140 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12141 an error (bug#6297).
12142
0dd8b6da
LMI
12143 * man.el (Man-reference-regexp): Allow matching possible
12144 word-wrapped references (bug#6289).
12145
ce1438d6
LMI
12146 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12147 for consistency with the other vc buffers (bug#6197).
12148 (vc-checkin): Ditto.
12149
12150 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12151
36adf6ce
LMI
12152 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12153
e83cc1f7
LMI
121542011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12155
8a20ca4c
LMI
12156 * custom.el (defcustom): Clarify that :set is only used in the
12157 Customize user interface (bug#6089).
12158
83319045
LMI
12159 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12160 associated with a file, refuse to run instead of erroring out
12161 (bug#6084).
12162
a8392169
LMI
12163 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12164 the doc string, since it appears that using `fill-column' always
12165 controls the width (bug#7845).
12166
e83cc1f7
LMI
12167 * simple.el (shell-command-on-region): Say where the error output
12168 went if `shell-command-default-error-buffer' is set (bug#6857).
12169
e47ca23b
KM
121702011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12171
12172 * allout.el (allout-yank-processing): Adjust cursor position for
12173 backwards-deleted space.
12174
12175 (allout-rebullet-heading): Register changes with
12176 allout-exposure-changed-hook, so the modified topic is properly
12177 decorated.
12178
5cf56143
LMI
121792011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12180
08549772
LMI
12181 * minibuffer.el (completion-in-region): Document PREDICATE
12182 (bug#7136).
12183
48e96771
LMI
12184 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12185 of keyword/argument pairs (bug#6904).
12186
c8af70e1
SM
12187 * replace.el (multi-occur):
12188 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12189
e17d05e2
LMI
121902011-07-02 Drew Adams <drew.adams@oracle.com>
12191
12192 * dired.el (dired-mark-if): Make the message about whether it's
12193 marking or unmarking clearer (bug#8523).
12194
063b0e45
LMI
121952011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12196
12197 * disp-table.el (display-table-print-array): New function.
12198 (describe-display-table): Use it to print the vectors more pretty
12199 (Bug#8859).
12200
28545e04
MR
122012011-07-02 Martin Rudalics <rudalics@gmx.at>
12202
12203 * window.el (window-state-get-1): Don't assign clone numbers.
12204 Add clone-of item to list of window parameters.
12205 (window-state-put-2): Don't process clone numbers.
12206 (display-buffer-alist): Fix doc-string.
12207
3349e122
SM
122082011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * subr.el (remq): Don't allocate if it's not needed.
12211 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12212 (keymap--merge-bindings): New functions.
12213 (keymap-canonicalize): Use them to refine the canonicalization.
12214 * minibuffer.el (minibuffer-local-completion-map)
12215 (minibuffer-local-must-match-map): Move initialization from C.
12216 (minibuffer-local-filename-completion-map): Move initialization from C;
12217 don't inherit from anything here.
12218 (minibuffer-local-filename-must-match-map): Make obsolete.
12219 (completing-read-default): Use make-composed-keymap to combine
12220 minibuffer-local-filename-completion-map with either
12221 minibuffer-local-must-match-map or
12222 minibuffer-local-filename-completion-map.
12223
d224ac83
GM
122242011-07-01 Glenn Morris <rgm@gnu.org>
12225
3de63bf8
GM
12226 * type-break.el (type-break-time-sum): Use dolist.
12227
d224ac83
GM
12228 * textmodes/flyspell.el (flyspell-word-search-backward):
12229 Replace CL function.
12230
1a1e3f32
SM
122312011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12232
fe3f64d5
SM
12233 * mouse.el (mouse--strip-first-event): New function.
12234 (function-key-map): Use it to map fringe clicks to normal clicks
12235 by default.
12236
eb604e34
SM
12237 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12238 (vc-bzr-revision-completion-table): Add support for annotate and date.
12239
1a1e3f32
SM
12240 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12241 inherit from parent.
12242
5bd35902
LMI
122432011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12244
ace6c69c 12245 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12246 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12247
191e2bed
LMI
12248 * dired.el (dired-mode): Fix up the doc string as suggested by
12249 Drew Adams (bug#8817).
12250
5bd35902
LMI
12251 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12252 cookie, since the manual says that it should be possible to add
12253 this function to `find-file-hook' (bug#8709).
12254
eee8207a
TZ
122552011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12256
12257 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12258 here. Noted Ted Zlatanov as the maintainer.
12259 (cfengine-common-settings, cfengine-common-syntax): New functions
12260 to set up common things between `cfengine-mode' and
12261 `cfengine3-mode'.
12262 (cfengine3-mode): New mode.
12263 (cfengine3-defuns cfengine3-defuns-regex
12264 (cfengine3-class-selector-regex cfengine3-category-regex)
12265 (cfengine3-vartypes cfengine3-font-lock-keywords)
12266 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12267 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12268
36b148cf
MA
122692011-07-01 Michael Albinus <michael.albinus@gmx.de>
12270
12271 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12272
12273 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12274
0bf4ba9a
MR
122752011-07-01 Martin Rudalics <rudalics@gmx.at>
12276
12277 * window.el (same-window-buffer-names, same-window-regexps)
12278 (same-window-p, special-display-frame-alist)
12279 (special-display-popup-frame, special-display-function)
12280 (special-display-buffer-names, special-display-regexps)
12281 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12282 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12283 (split-window-preferred-function, split-height-threshold)
12284 (split-width-threshold, even-window-heights)
12285 (display-buffer-mark-dedicated, window-splittable-p)
12286 (split-window-sensibly, window-safely-shrinkable-p):
12287 Un-obsolete.
12288 (display-buffer): Don't spread args with function specifier
12289 because special-display-popup-frame won't like it.
12290
35837f51
PE
122912011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12292
d0672f86
PE
12293 Time-stamp simplifications and fixes.
12294 These improve accuracy slightly, and future-proof the code
12295 against some potential changes to current-time format.
12296
b9444d97
PE
12297 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12298 by using time-since and float-time.
12299
0ef923dc
PE
12300 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12301 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12302 + NNN microseconds".
12303
2f81380d
PE
12304 * type-break.el (type-break-time-sum): Rewrite using time-add.
12305
845b5c3e
PE
12306 * play/hanoi.el (hanoi-current-time-float): Remove.
12307 All uses replaced by float-time.
12308
ee6f1be0
PE
12309 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12310 This yields a more-accurate answer.
12311 (rng-time-to-float): Remove; no longer needed.
12312
fe955043
PE
12313 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12314
5777162a
PE
12315 * calendar/timeclock.el (timeclock-seconds-to-time):
12316 Defalias to seconds-to-time, since they're the same thing.
12317
3103f8b6 12318 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12319 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12320 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12321
0e61a35f
SM
123222011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12323
12324 * window.el (bury-buffer): Don't iconify the only frame.
12325 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12326 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12327
ddd63a1e
CY
123282011-07-01 Chong Yidong <cyd@stupidchicken.com>
12329
0e61a35f
SM
12330 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12331 Add mouse-yank-primary.
ddd63a1e 12332
055f4923
TZ
123332011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12334
12335 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12336
6a2fb145
SM
123372011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12340 (find-library-name): Use it to find relative load names when provided
12341 absolute file name (bug#8803).
12342
fd4983f2
LMI
123432011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12344
887d14ad
LMI
12345 * textmodes/flyspell.el (flyspell-word): Consider words that
12346 differ only in case as potential doublons (bug#5687).
12347
c53dc7fc
LMI
12348 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12349 Remove two rather uninteresting debugging-like messages to make
12350 debbugs.el more silent.
12351
fd4983f2
LMI
12352 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12353 a password-like phrase.
12354
7a71b18d 123552011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12356
12357 * progmodes/cc-guess.el: New file.
12358
6a2fb145 12359 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12360
12361 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12362 derived from `c-basic-common-init'.
12363
12364 * progmodes/cc-mode.el (top-level): Require cc-guess.
12365 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12366
1fa280a3
LM
123672011-06-30 Lawrence Mitchell <wence@gmx.li>
12368
12369 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12370
e6597158
AM
123712011-06-30 Alan Mackenzie <acm@muc.de>
12372
1fa280a3
LM
12373 * progmodes/cc-engine.el (c-guess-continued-construct):
12374 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12375 lock is disabled. Name this case as "CASE G".
12376
68ba37fb
KM
123772011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12378
12379 * allout.el (allout-yank-processing): Fix injection of extra space
12380 between bullet and non-whitespace character in first topic when
12381 pasting, ensuring that the actual spacing in the pasted topic
12382 following the bullet char is preserved. This extra space was
12383 causing pasted encrypted topics to get a decrypted status even
12384 when the content was actually still encrypted. Now the decryption
12385 status from before the paste is preserved.
12386
12387 (allout-flag-region): Set all allout overlays so they evaporate
12388 when reduced to zero length (evanescent), to prevent overlay
12389 leakage.
12390
887a0b34
GM
123912011-06-30 Glenn Morris <rgm@gnu.org>
12392
94b9acce
GM
12393 * w32-fns.el (w32-charset-info-alist): Declare.
12394
1d9b46d4
GM
12395 * find-dired.el (find-grep-options): Simplify.
12396
cc232200
GM
12397 * term/ns-win.el (ns-set-resource): Declare.
12398
28e77c46
GM
12399 * ses.el (row, col): Declare dynamic variables honestly.
12400
887a0b34
GM
12401 * textmodes/reftex-parse.el (index-tags): Declare.
12402
658d8eb8
CY
124032011-06-30 Chong Yidong <cyd@stupidchicken.com>
12404
12405 * cus-edit.el (customize-push-and-save): New function.
12406
12407 * files.el (hack-local-variables-confirm): Use it.
12408
1fa280a3
LM
12409 * custom.el (load-theme): New arg NO-CONFIRM.
12410 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12411 (custom-enabled-themes): Doc fix.
12412
12413 * cus-theme.el (customize-create-theme)
12414 (custom-theme-merge-theme): Callers to load-theme changed.
12415
bb617717
LMI
124162011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12417
d61bdd5d
LMI
12418 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12419 short URLs have at least one dot in them (bug #7614).
12420
bb617717
LMI
12421 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12422 nil, because using a pty is apparently too slow (bug #895).
12423
2f31f37a
LMI
124242011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12425
12426 * mail/sendmail.el (sendmail-query-once): New function.
12427 (sendmail-query-once-function): New variable.
12428
3076b24e
GM
124292011-06-29 Glenn Morris <rgm@gnu.org>
12430
faf2a174
GM
12431 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12432
3076b24e
GM
12433 * ses.el (top-level): Require cl when compiling.
12434 (ses-set-localvars): Fix error statement.
12435 Call it at compile time to silence a storm of warnings.
12436
5386012d
MR
124372011-06-29 Martin Rudalics <rudalics@gmx.at>
12438
12439 * window.el (normalize-live-buffer): Rename to
12440 window-normalize-buffer.
12441 (normalize-live-frame): Rename to window-normalize-frame.
12442 (normalize-any-window): Rename to window-normalize-any-window.
12443 (normalize-live-window): Rename to window-normalize-live-window.
12444 (make-window-atom): Rename to window-make-atom.
12445 (window-resize-reset): Rename to window--resize-reset.
12446 (window-resize-reset-1): Rename to window--resize-reset-1.
12447 (resize-mini-window): Rename to window--resize-mini-window.
12448 (resize-subwindows-skip-p): Rename to
12449 window--resize-subwindows-skip-p.
12450 (resize-subwindows-normal): Rename to
12451 window--resize-subwindows-normal.
12452 (resize-subwindows): Rename to window--resize-subwindows.
12453 (resize-other-windows): Rename to window--resize-siblings.
12454 (resize-this-window): Rename to window--resize-this-window.
12455 (resize-root-window): Rename to window--resize-root-window.
12456 (resize-root-window-vertically): Rename to
12457 window--resize-root-window-vertically.
12458 (normalize-buffer-to-display): Rename to
12459 window-normalize-buffer-to-display.
12460 (normalize-buffer-to-switch-to): Rename to
12461 window-normalize-buffer-to-switch-to.
12462 Correspondingly update all callers of the functions listed
12463 above.
12464 (display-buffer-alist, display-buffer-normalize-arguments)
12465 (display-buffer-normalize-options, display-buffer)
12466 (display-buffer-alist-set): Use "function" instead of
12467 "fun-with-args".
12468
1176868d
CY
124692011-06-28 Chong Yidong <cyd@stupidchicken.com>
12470
12471 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12472 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12473 debbugs.gnu.org. Mention acknowledgment email.
12474
20a7a65f
LMI
124752011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12476
12477 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12478 buffer multibyteness, since it shouldn't matter.
12479
5f45cca5
MR
124802011-06-28 Martin Rudalics <rudalics@gmx.at>
12481
12482 * window.el (display-buffer-in-side-window): Handle dedicated
12483 windows as in display-buffer-reuse-window.
12484 (display-buffer-normalize-alist): Use value of override
12485 specifier.
12486 (display-buffer-normalize-specifiers): Use value of
12487 other-window-means-other-frame specifier.
12488 (display-buffer-alist): Rewrite some texts in widgets.
12489 (display-buffer): Spread arguments when calling function
12490 specified by fun-with-args.
12491
ad85fe1f
DD
124922011-06-28 Deniz Dogan <deniz@dogan.se>
12493
1fa280a3
LM
12494 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12495 Unnest `let'.
da68c4c8 12496
ad85fe1f
DD
12497 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12498 selectors (Bug#5732).
ec49bd31 12499 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12500
a08cc025
JA
125012011-06-27 Jari Aalto <jari.aalto@cante.net>
12502
12503 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12504 (eshell-ls-date-format): New defcustom.
12505 (eshell-ls-file): Use it.
12506
e2b551c5
SM
125072011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12510
8982b231
KY
125112011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12512
12513 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12514 (ange-ftp-make-tmp-name): New arg.
12515 (ange-ftp-file-local-copy): Use it.
12516
36c9fa27
J
125172011-06-27 Jambunathan K <kjambunathan@gmail.com>
12518
12519 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12520 no-conversion (Bug#8870).
12521
d68443dc
MR
125222011-06-27 Martin Rudalics <rudalics@gmx.at>
12523
12524 * window.el (window-right, window-left, window-child)
12525 (window-child-count, window-last-child)
12526 (window-iso-combination-p, walk-window-tree-1)
12527 (window-atom-check-1, window-tree-1, delete-window)
12528 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12529 new naming conventions - window-vchild, window-hchild,
12530 window-next and window-prev are now called window-top-child,
12531 window-left-child, window-next-sibling and window-prev-sibling
12532 respectively.
d615d6d2
MR
12533 (resize-window-reset): Rename to window-resize-reset.
12534 (resize-window-reset-1): Rename to window-resize-reset-1.
12535 (resize-window): Rename to window-resize.
12536 (window-min-height, window-min-width)
12537 (resize-mini-window, resize-this-window, resize-root-window)
12538 (resize-root-window-vertically, adjust-window-trailing-edge)
12539 (enlarge-window, shrink-window, maximize-window)
12540 (minimize-window, delete-window, quit-restore-window)
12541 (split-window, balance-windows, balance-windows-area-adjust)
12542 (balance-windows-area, window-state-put-2)
12543 (display-buffer-even-window-sizes, display-buffer-set-height)
12544 (display-buffer-set-width, set-window-text-height)
12545 (fit-window-to-buffer): Rename all "resize-window" prefixed
12546 calls to use the "window-resize" prefix convention.
12547 (display-buffer-alist): Fix symbol for label specifier.
12548 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12549 corresponding specifier.
12550 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12551
b6458526
VB
125522011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12553
12554 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12555 convention.
12556 (ses-call-printer): Does not pass an empty string to formatter when the
12557 cell is empty to keep from barking printer Calc math-format-value.
12558
d31fd9ac
RS
125592011-06-27 Richard Stallman <rms@gnu.org>
12560
43d5bf84
RS
12561 * battery.el (battery-mode-line-limit): New variable.
12562 (battery-update): Handle it.
12563
d31fd9ac
RS
12564 * mail/rmailmm.el (rmail-mime-process-multipart):
12565 Handle truncated messages.
12566
819a6054
GM
125672011-06-27 Glenn Morris <rgm@gnu.org>
12568
12569 * progmodes/flymake.el (flymake-err-line-patterns):
12570 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12571
cedc73f2
VB
125722011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12573
819a6054 12574 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12575 (ses--clean-!, ses--clean-_): New functions.
12576 (ses-range): Add configurability of readout order, and conversion
12577 to Calc vector.
12578
5e5d49b6
VB
12579 * ses.el (ses-repair-cell-reference-all): New function.
12580 (ses-cell-symbol): Set macro as safe, so that it can be used in
12581 formulas.
12582
56e6cc31 12583 * ses.el: Update cycle detection algorithm.
90ca8b49 12584 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12585 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12586 (ses-set-localvars): New function.
12587 (ses-make-cell): Add property-list as a cell element.
12588 (ses-cell-property-get-fun, ses-cell-property-get)
12589 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12590 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12591 New functions.
90ca8b49
VB
12592 (ses-cell-property-set, ses-cell-property-pop)
12593 (ses-cell-property-get-handle): New macro.
12594 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12595 New aliases, used for code readability.
12596 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12597 cycle detection.
12598 (ses-self-reference-early-detection): New defcustom.
fac916bf 12599 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12600 (ses-mode): Use ses-set-localvars.
12601 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12602 before lauching the update processing.
12603 (ses-initialize-Dijkstra-attempt): New function.
12604 (ses-recalculate-cell): Update for cycle detection based on
12605 Dijkstra algorithm.
12606
2bb63e81
VB
12607 * ses.el: Fix commenting and indenting convention.
12608
c9d29fb8
SM
126092011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * bs.el (bs-cycle-next): Complete last change.
12612
d8e4b68b
JB
126132011-06-27 Drew Adams <drew.adams@oracle.com>
12614
12615 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12616
40098786
LMI
126172011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12618
c9d29fb8
SM
12619 * net/network-stream.el (network-stream-open-starttls):
12620 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12621 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12622
40098786
LMI
12623 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12624 to binary to possibly avoid line encoding issues on Windows (among
12625 other things).
12626
468d09d4
LMI
126272011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12628
12629 * net/network-stream.el (open-network-stream): Return an :error
12630 saying what the problem was, if possible.
12631
12632 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12633 server.
12634
12635 * net/network-stream.el (network-stream-open-starttls): If we
12636 wanted to use STARTTLS, and the server offered it, but we weren't
12637 able to because we had no STARTTLS support, then close the connection.
12638 (open-network-stream): Return an :error element, if present.
12639
16f07dd7
CY
126402011-06-26 Chong Yidong <cyd@stupidchicken.com>
12641
88821ca0
CY
12642 * hl-line.el (hl-line-sticky-flag): Doc fix.
12643 (global-hl-line-sticky-flag): New option (Bug#8323).
12644 (global-hl-line-highlight): Obey it.
12645
16f07dd7
CY
12646 * vc/vc.el (vc-revert-show-diff): Default to t.
12647
6b5ccddf
KM
126482011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12649
c9d29fb8
SM
12650 * allout-widgets.el (allout-widgets-post-command-business):
12651 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12652 undecorated when an isearch is continued past, and isearch
12653 automatically collapses them. This leads to "widget leaks", where
12654 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12655 hidden widgets can slow down cursor travel, substantially.
12656 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12657 so we're doing without this nicety.
12658
12659 (allout-widgets-tally-string): Don't try to do a hash-table-count
12660 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12661 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12662 *Messages* when allout-widgets-maintain-tally is t.
12663
355f2e07
MR
126642011-06-26 Martin Rudalics <rudalics@gmx.at>
12665
12666 * window.el (display-buffer-normalize-argument): Rename to
12667 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12668 LABEL argument. Respect special-display-function when popping up
12669 a new frame. Fix code searching for a window showing the buffer
12670 on another frame.
c9d29fb8
SM
12671 (display-buffer-normalize-specifiers):
12672 Call display-buffer-normalize-arguments.
355f2e07
MR
12673 (display-buffer-in-window): Don't undedicate the window if its
12674 buffer remains the same.
12675 Reported by Drew Adams <drew.adams@oracle.com>.
12676 (display-buffer-alist): Add choice for same-window macro
12677 specfier.
12678 (display-buffer): Mention special meaning of LABEL argument in
12679 doc-string. Fix quoting. Don't pop up a new frame even as
12680 fallback.
12681
7ca8fc42
JB
126822011-06-26 Juanma Barranquero <lekktu@gmail.com>
12683
12684 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12685 avoid deleting the current window in some cases (bug#8911).
12686
bc312254
AS
126872011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12688
12689 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12690 (Bug#8934)
12691
2db18f3f
LMI
126922011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12693
c9d29fb8
SM
12694 * net/network-stream.el (network-stream-open-starttls):
12695 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12696 (network-stream-open-tls): Ditto.
12697
6302e0d3
LL
126982011-06-26 Leo Liu <sdl.web@gmail.com>
12699
12700 * register.el (registerv): New struct.
12701 (registerv-make): New function.
c9d29fb8
SM
12702 (jump-to-register, describe-register-1, insert-register):
12703 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12704 struct. (Bug#8415)
12705
5fdd4046
CY
127062011-06-26 Chong Yidong <cyd@stupidchicken.com>
12707
2afef60a
CY
12708 * vc/vc.el (vc-revert-show-diff): New defcustom.
12709 (vc-diff-internal): New arg specifying diff buffer.
12710 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12711 reuse an existing *vc-diff* buffer (Bug#8927).
12712
5fdd4046
CY
12713 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12714
e93db24a
GM
127152011-06-26 Glenn Morris <rgm@gnu.org>
12716
12717 * progmodes/f90.el (f90-critical-indent): New option.
12718 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12719 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12720 (f90-mode): Doc fix.
12721 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12722 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12723 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12724 (f90-match-end): Handle block, critical.
12725
eefff499
GM
127262011-06-25 Glenn Morris <rgm@gnu.org>
12727
f6ba4cc9
GM
12728 * calendar/diary-lib.el (diary-included-files): Doc fix.
12729 (diary-include-files): New function, extracted from
12730 diary-include-other-diary-files and diary-mark-included-diary-files.
12731 (diary-include-other-diary-files, diary-mark-included-diary-files):
12732 Just call diary-include-files.
12733 (diary-mark-entries): Reset diary-included-files on first call.
12734
16712304
GM
12735 * calendar/diary-lib.el (diary-mark-entries)
12736 (diary-mark-included-diary-files):
12737 Visit included diary-files in temp buffers.
12738
5d8e0d43
GM
12739 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12740 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12741 (f90-start-block-re, f90-imenu-generic-expression)
12742 (f90-looking-at-program-block-start, f90-no-block-limit):
12743 Add support for submodules.
12744
ccf7a5d5
GM
12745 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12746 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12747
11fdef7d 127482011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12749
12750 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12751 buffer-file-type before setting its value, to avoid disastrous
eefff499 12752 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12753
74f53697
JB
127542011-06-25 Juanma Barranquero <lekktu@gmail.com>
12755
12756 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12757
12758 * ses.el (ses-unload-function):
12759 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12760
12761 * proced.el (proced-unload-function):
12762 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12763
18a4ce5e
AR
127642011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12765
12766 * server.el (server-create-window-system-frame): Add parameters arg.
12767 (server-process-filter): Doc fix. Handle frame-parameters.
12768
519d22cc
JB
127692011-06-25 Juanma Barranquero <lekktu@gmail.com>
12770
12771 Fix bug#8730, bug#8781.
12772
12773 * loadhist.el (unload--set-major-mode): New function.
12774 (unload-feature): Use it.
12775
12776 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12777 (python-unload-function): New function.
12778
c206f5b0
SM
127792011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12782
f9ad64f3
GS
127832011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12784
12785 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12786 the candidates list.
12787
7d0da90e
JB
127882011-06-24 Juanma Barranquero <lekktu@gmail.com>
12789
12790 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12791
14b4e83d
RS
127922011-06-23 Richard Stallman <rms@gnu.org>
12793
12794 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12795 (rmail-variables): Set next-error-move-function.
12796 (rmail-what-message): Take argument POS.
12797 (rmail-next-error-move): New function.
12798
273d2baf
SM
127992011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12802 messages for adjacent non-terminals.
12803
56c2cc9a
RS
128042011-06-23 Richard Stallman <rms@gnu.org>
12805
12806 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12807 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12808 (rmail-start-mail): Don't specify use of rmail-mail-return;
12809 that's done by mail-bury now.
12810 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12811
d59eb518
MA
128122011-06-23 Michael Albinus <michael.albinus@gmx.de>
12813
12814 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12815 SIZE is a number.
12816
02cfc6d6
MR
128172011-06-23 Martin Rudalics <rudalics@gmx.at>
12818
12819 * window.el (get-lru-window, get-mru-window)
12820 (get-largest-window): Never return a minibuffer window.
12821 (display-buffer-pop-up-window): Fix a bug that could lead to
12822 reusing the minibuffer window.
12823 (display-buffer): Pass original specifier argument to
12824 display-buffer-function instead of the normalized one.
12825 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12826
4e323265
LL
128272011-06-22 Leo Liu <sdl.web@gmail.com>
12828
12829 * minibuffer.el (completing-read-function)
12830 (completing-read-default): Move from minibuf.c
12831
7a70468f
RS
128322011-06-22 Richard Stallman <rms@gnu.org>
12833
50718fc2
RS
12834 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12835 to Rmail even if not started by a special Rmail command.
12836
7a70468f
RS
12837 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12838 Copy the buffer currently showing just one message.
12839
297dde5a
RW
128402011-06-22 Roland Winkler <winkler@gnu.org>
12841
12842 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12843 (bibtex-clean-entry): First delete the old key so that a
12844 customized algorithm for generating the new key does not get
12845 confused by the old key.
12846 (bibtex-url): Obey regexp of first step.
12847 (bibtex-search-entries): Do not use add-to-list with local
12848 list-var.
12849
97bb1093
LMI
128502011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12851
12852 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12853 stored a user name, then query for the password first, instead of
12854 waiting for SMTP to give an error message and the trying again.
12855
1c0f1a19
JD
128562011-06-22 Lawrence Mitchell <wence@gmx.li>
12857
12858 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12859 BUFFER in call-process.
12860
396f7c9d
LMI
128612011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12862
12863 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12864 QUIT twice.
ddb7ffee
LMI
12865 (smtpmail-try-auth-methods): Require user name and password from
12866 auth-source.
396f7c9d 12867
8998d1b3
MR
128682011-06-22 Martin Rudalics <rudalics@gmx.at>
12869
12870 * window.el (display-buffer-default-specifiers)
12871 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12872 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12873 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12874
12875 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12876 (special-display-frame-alist, special-display-popup-frame):
12877 Remove duplicate declarations. These are now in window.el.
12878
4ea31e07
LMI
128792011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12880
c9d29fb8
SM
12881 * mail/smtpmail.el (smtpmail-via-smtp):
12882 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12883 server supports it. SMTP servers that support STARTTLS commonly
12884 require it.
12885
12886 * net/network-stream.el (network-stream-open-starttls): Support
12887 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12888 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12889
95f41d9a
LMI
12890 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12891 upgrades with `open-network-stream', and rely solely on
12892 auth-source for all credentials. Big changes throughout the file,
12893 but in particular:
c9d29fb8
SM
12894 (smtpmail-auth-credentials): Remove.
12895 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12896 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12897 MAIL FROM, too.
95f41d9a 12898
c9d29fb8
SM
12899 * net/network-stream.el (network-stream-open-starttls):
12900 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12901 STARTTLS.
12902 (auth-source): Require.
12903 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12904 (network-stream-certificate): Change cert-cert to cert and
12905 cert-key to key.
4ea31e07 12906
065ec2c7
MA
129072011-06-21 Michael Albinus <michael.albinus@gmx.de>
12908
12909 * net/tramp-cache.el (top): Don't load the persistency file when
12910 "emacs -Q" has been called.
12911
cd93b359
DR
129122011-06-21 Tim Harper <timcharper@gmail.com>
12913
d8e4b68b
JB
12914 * term/ns-win.el (ns-initialize-window-system):
12915 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12916 resource to NO as it is not yet supported by the NS port.
12917
ae9c0411
JB
129182011-06-21 Juanma Barranquero <lekktu@gmail.com>
12919
12920 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12921 (list-dynamic-libraries): ...not here.
12922
7f3f739f
LL
129232011-06-21 Leo Liu <sdl.web@gmail.com>
12924
12925 * subr.el (sha1): Implement sha1 using secure-hash.
12926
327c8fb1
MR
129272011-06-21 Martin Rudalics <rudalics@gmx.at>
12928
12929 * window.el (display-buffer-alist): In default value do not
12930 enforce searching a window on any but the selected frame.
12931 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12932 (display-buffer-select-window): Remove function.
12933 (display-buffer-in-window): When a window on another frame gets
12934 reused, do not select it any more but just raise its frame if
12935 necessary (Bug#8851) and (Bug#8856).
12936 (display-buffer-normalize-options): Handle pop-up-frames related
12937 options more faithfully.
12938 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12939 window if it is on another frame.
c9d29fb8
SM
12940 (display-buffer-alist, display-buffer-default-specifiers):
12941 Don't make new frame unsplittable by default.
9e9de014
MR
12942 (display-buffer-normalize-argument): Fix doc-string typo and use
12943 'same-frame-other-window instead of 'other-window when associating
12944 with display-buffer-macro-specifiers.
327c8fb1 12945
7cf3f556
VB
129462011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12947
12948 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12949 New functions.
12950 (5x5-mode-map, 5x5-mode-menu): Bind them.
12951 (5x5-draw-grid): Tweak the solver's rendering.
12952
60a406cf
SM
129532011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12954
12955 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12956 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12957
d8e4b68b 129582011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12959
12960 * menu-bar.el: Use function variable instead of switch-to-buffer.
12961 (menu-bar-select-buffer-function): New variable.
60a406cf 12962 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12963
478d6f95
SM
129642011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12967 variable's status.
12968
ca530739
JD
129692011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12970
12971 * x-dnd.el (x-dnd-version-from-flags)
12972 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12973 and long as number (Bug#8899).
12974 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12975
bcd70d97
SM
129762011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12977
60a406cf 12978 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12979 (completion-try-completion, completion-all-completions): Compute the
12980 metadata argument if it's missing; make it optional (bug#8795).
12981
60a406cf 12982 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12983 (widget-complete): Use new :completion-function property.
12984 (widget-completions-at-point): New function.
12985 (default): Use :completion-function instead of :complete.
60a406cf
SM
12986 (widget-default-completions): Rename from widget-default-complete;
12987 Rewrite.
bcd70d97
SM
12988 (widget-string-complete, widget-file-complete, widget-color-complete):
12989 Remove functions.
12990 (file, symbol, function, variable, coding-system, color):
12991 * international/mule-cmds.el (default-input-method, charset)
12992 (language-info-custom-alist):
12993 * cus-edit.el (face): Use new property :completions.
12994
12995 * progmodes/pascal.el (pascal-completions-at-point): New function.
12996 (pascal-mode): Use it.
12997 (pascal-mode-map): Use completion-at-point.
12998 (pascal-toggle-completions): Make obsolete.
12999 (pascal-complete-word, pascal-show-completions):
13000 * progmodes/octave-mod.el (octave-complete-symbol):
13001 Redefine as obsolete alias.
13002 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13003 Signal absence of completion info for old Octave,
13004 (inferior-octave-complete): Redefine as obsolete alias.
13005 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13006 (meta-completions-at-point): Rename from meta-complete-symbol and
13007 adapt it for use on completion-at-point-functions.
13008 (meta-common-mode): Use it.
13009 (meta-looking-at-backward, meta-match-buffer): Remove.
13010 (meta-complete-symbol): Redefine as obsolete alias.
13011 (meta-common-mode-map): Use completion-at-point.
13012 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13013 (makefile-mode-map): Use completion-at-point.
13014 (makefile-completions-at-point): Rename from makefile-complete and
13015 adapt it for use on completion-at-point-functions.
13016 (makefile-mode): Use it.
13017 (makefile-complete): Redefine as obsolete alias.
13018
aebf69c8
DD
130192011-06-20 Deniz Dogan <deniz@dogan.se>
13020
13021 * net/rcirc.el: Delete trailing whitespaces once and for all.
13022
bfbbb27d
DC
130232011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13024
13025 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13026
d264a46b
CY
130272011-06-19 Chong Yidong <cyd@stupidchicken.com>
13028
4ca009e5
CY
13029 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13030
d264a46b
CY
13031 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13032
fbf5b3ce
MR
130332011-06-19 Martin Rudalics <rudalics@gmx.at>
13034
13035 * window.el (display-buffer-other-window-means-other-frame):
13036 Call display-buffer-normalize-alist.
13037 (display-buffer-normalize-specifiers-1): Rename to
13038 display-buffer-normalize-argument. New argument other-frame.
13039 Rewrite.
13040 (display-buffer-normalize-specifiers-2): Rename to
13041 display-buffer-normalize-options.
13042 (display-buffer-normalize-alist-1): New function.
13043 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13044 display-buffer-normalize-alist.
13045 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13046 (display-buffer-normalize-options-inhibit): New variable.
13047 (display-buffer-normalize-specifiers): Rewrite calling
13048 display-buffer-normalize-alist,
13049 display-buffer-normalize-argument, and
13050 display-buffer-normalize-options. Don't call the latter if
13051 display-buffer-normalize-options-inhibit is non-nil.
13052 (frame-auto-delete): New option.
13053 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13054 (window-list-no-nils, window-state-ignored-parameters)
13055 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13056 (window-state-put-1, window-state-put-2, window-state-put):
13057 New functions.
9a028c23
MR
13058 (display-buffer-normalize-options): Move special-display-p group
13059 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13060
6d10d800
CY
130612011-06-18 Chong Yidong <cyd@stupidchicken.com>
13062
6420d28b
CY
13063 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13064 groups (Bug#8776).
13065 (rx-submatch-n): New function.
13066 (rx): Document it.
13067
ddb8b596
CY
13068 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13069 (Bug#8768).
13070
13071 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13072
77080289
CY
13073 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13074
61dfb316
CY
13075 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13076 anytime existing face settings are present (Bug#8889).
13077
6d10d800
CY
13078 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13079 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13080 Remove unused argument.
13081
be3fb2b8
MR
130822011-06-18 Martin Rudalics <rudalics@gmx.at>
13083
bcd70d97
SM
13084 * window.el (display-buffer-default-specifiers):
13085 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13086 pop-up-window-min-width, and another reuse-window specifier
13087 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13088 (display-buffer-normalize-specifiers-2):
13089 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13090 pop-up-windows is unset. Add a reuse-window specifier for the
13091 case popping up a new window fails.
13092 (special-display-popup-frame): Remove double quoting.
28dec25a 13093 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13094
1c6d8c76
SM
130952011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13096
13097 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13098 according to comint-completion-addsuffix.
13099
13100 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13101 (pcomplete-suffix-list): Mark as obsolete.
13102 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13103 pcomplete-seen in the closure.
13104 (pcomplete-comint-setup): Setup completion-at-point as well.
13105 (pcomplete--entries): New function.
13106 (pcomplete--env-regexp): New var.
13107 (pcomplete-entries): Rewrite to work with partial-completion and
13108 without relying on pcomplete-suffix-list.
13109 (pcomplete-pare-list): Remove, unused.
13110
25aef8b8
MR
131112011-06-17 Martin Rudalics <rudalics@gmx.at>
13112
13113 * window.el (display-buffer-alist): Set pop-up-window-min-height
13114 and pop-up-window-min-width in default value. Reported by
13115 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13116 other-window-means-other-frame.
13117 (display-buffer-macro-specifiers): Comment out entry for
13118 other-window specifier.
13119 (display-buffer-other-window-means-other-frame): New function.
13120 (display-buffer-normalize-specifiers-1): New arguments
13121 buffer-name and label. Treat other-window case specially.
13122 (display-buffer-normalize-specifiers-2): Treat other-window case
13123 specially.
13124 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13125 (display-buffer-normalize-specifiers):
13126 Call display-buffer-normalize-specifiers-3.
25aef8b8 13127
dbad4f69
MR
131282011-06-17 Martin Rudalics <rudalics@gmx.at>
13129
13130 * window.el (same-window-p): Fix two typos introduced when
13131 adding with-no-warnings.
d1067961
MR
13132 (display-buffer-normalize-specifiers-1): Don't check
13133 pop-up-frames for 'unset initialization.
13134 (display-buffer-normalize-specifiers-2): Major rewrite using
13135 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13136 (pop-up-frames, display-buffer-reuse-frames)
13137 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13138 Suggested by David Engster <deng@randomsample.de>.
13139 (even-window-heights): Initialize to 'unset.
13140 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13141 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13142 other window case.
dbad4f69 13143
9b9c9e3a
MR
131442011-06-16 Martin Rudalics <rudalics@gmx.at>
13145
bcd70d97
SM
13146 * window.el (display-buffer-normalize-specifiers-1):
13147 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13148 second argument of display-buffer (Bug#8865).
981d5c09
MR
13149 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13150 (switch-to-buffer-other-window-same-frame)
13151 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13152 Adams (Bug#8875).
9c2755e9
MR
13153 (display-buffer): Don't check noninteractive when calling
13154 display-buffer-pop-up-frame.
13155 (display-buffer-pop-up-frame): Never pop up a frame in
13156 noninteractive mode (Bug#8857).
67222e1d
MR
13157 (enlarge-window, shrink-window): Don't report an error when the
13158 window can't be resized as requested (Bug#8862).
9b9c9e3a 13159
2b75be67
SM
131602011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13161
9ffdd3ba
SM
13162 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13163
cb581a67
SM
13164 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13165
2b75be67
SM
13166 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13167
8c0e3589
AM
131682011-06-15 Alan Mackenzie <acm@muc.de>
13169
cb581a67
SM
13170 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13171 for declarators, disable knr checking to speed up for normal files.
13172 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13173
b96e6cde
LMI
131742011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13175
4bba86e6
LMI
13176 * net/network-stream.el (open-network-stream): Add the keyword
13177 :always-query-capabilities for the case where you want to force a
13178 `plain' network connection, but the protocol still requires the
13179 capabilitiy command (i.e., SMTP and EHLO).
13180
2b75be67 13181 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13182 consistency with other `-live-p' functions.
13183
efdcdbf8
SM
131842011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 * window.el (same-window-buffer-names, same-window-regexps)
13187 (special-display-frame-alist, special-display-popup-frame)
13188 (special-display-function, special-display-buffer-names)
13189 (special-display-regexps, pop-up-frame-alist)
13190 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13191 (pop-up-windows, split-window-preferred-function)
13192 (split-height-threshold, split-width-threshold, even-window-heights)
13193 (display-buffer-mark-dedicated): Don't encourage the use of
13194 display-buffer-alist from Elisp code.
13195
c5cde042
DN
131962011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13197
13198 * progmodes/python.el (python-mode): Derive from prog-mode.
13199 * progmodes/ps-mode.el (ps-mode):
13200 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13201 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13202 * progmodes/ld-script.el (ld-script-mode): Likewise.
13203
baa1c9ab
MR
132042011-06-15 Martin Rudalics <rudalics@gmx.at>
13205
13206 * window.el (display-buffer-alist): Trim default value to avoid
13207 popping up a new frame (Bug#8857) or reusing an arbitrary window
13208 on another frame.
13209 (display-buffer): Do not fall back on popping up a new frame in
13210 batch mode (Bug#8857).
13211
c5dd5a51
CY
132122011-06-14 Chong Yidong <cyd@stupidchicken.com>
13213
13214 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13215 (custom-theme-summary): New function.
13216 (customize-themes): Use it.
13217
d647b7c4
GM
132182011-06-13 Glenn Morris <rgm@gnu.org>
13219
13220 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13221
9481c002
MR
132222011-06-13 Martin Rudalics <rudalics@gmx.at>
13223
357f93d2
MR
13224 * help.el (help-window): Remove variable.
13225 (help-window-point-marker, temp-buffer-max-height)
13226 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13227 (help-print-return-message): Don't set help-window.
13228 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13229 (help-window-setup-finish): Remove.
13230 (help-window-display-message, help-window-setup)
13231 (with-help-window): Major rewrite based on new
13232 display-buffer-window variable.
13233
13234 * help-mode.el (help-mode-finish): Remove help-window related
13235 code.
13236
13237 * view.el (view-exits-all-viewing-windows): Remove reference to
13238 view-return-to-alist in doc-string.
13239 (view-return-to-alist): Make obsolete.
13240 (view-buffer): Call pop-to-buffer-same-window and remove
13241 undo-window code.
13242 (view-buffer-other-window): Call pop-to-buffer-other-window and
13243 simplify code. Ignore second argument.
13244 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13245 simplify code. Ignore second argument.
13246 (view-return-to-alist-update): Make obsolete.
13247 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13248 Rewrite using quit-restore window parameters.
2b75be67
SM
13249 (view-mode-exit): Rename second argument to EXIT-ONLY.
13250 Rewrite using quit-restore-window.
357f93d2
MR
13251 (View-exit, View-exit-and-edit, View-leave, View-quit)
13252 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13253 appropriate arguments.
13254 (view-end-message): Use quit-restore window parameter.
13255
9481c002
MR
13256 * window.el (display-buffer-function): Rewrite doc-string.
13257 (display-buffer-window, display-buffer-alist): New variables.
13258 (display-buffer-split-specifiers)
13259 (display-buffer-side-specifiers)
13260 (display-buffer-macro-specifiers): New constants.
13261 (display-buffer-even-window-sizes, display-buffer-set-height)
13262 (display-buffer-set-width, display-buffer-select-window)
13263 (display-buffer-in-window, display-buffer-reuse-window)
13264 (display-buffer-split-window-1, display-buffer-split-window)
13265 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13266 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13267 (display-buffer-in-side-window, normalize-buffer-to-display)
13268 (display-buffer-normalize-specifiers-1)
13269 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13270 (display-buffer-normalize-specifiers, display-buffer-frame):
13271 New functions.
9481c002
MR
13272 (display-buffer): Major rewrite.
13273 (display-buffer-other-window, display-buffer-other-frame)
13274 (pop-to-buffer, switch-to-buffer-other-window)
13275 (switch-to-buffer-other-frame): Rewrite.
13276 (display-buffer-same-window, display-buffer-same-frame)
13277 (display-buffer-same-frame-other-window)
13278 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13279 (pop-to-buffer-other-window)
13280 (pop-to-buffer-same-frame-other-window)
13281 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13282 (switch-to-buffer-other-window-same-frame): New functions.
13283 (same-window-p, special-display-p): Rewrite disabling warnings.
13284 Make obsolete.
13285 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13286 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13287 Make obsolete
13288 (same-window-buffer-names, same-window-regexps)
13289 (special-display-frame-alist, special-display-popup-frame)
13290 (special-display-function, special-display-buffer-names)
13291 (special-display-regexps, pop-up-frame-alist)
13292 (pop-up-frame-function, split-window-preferred-function)
13293 (split-height-threshold, split-width-threshold)
13294 (even-window-heights): Make obsolete.
13295
9db51aca
GM
132962011-06-12 Glenn Morris <rgm@gnu.org>
13297
13298 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13299 Misc simplifications.
9db51aca 13300
39cffb44
MR
133012011-06-12 Martin Rudalics <rudalics@gmx.at>
13302
13303 * window.el (window-safely-shrinkable-p): Restore function which
13304 was inadvertently removed in change from 2011-06-11. Declare as
13305 obsolete.
13306
2b75be67
SM
13307 * calendar/calendar.el (calendar-generate-window):
13308 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13309 window-safely-shrinkable-p.
13310
a8955be7
GM
133112011-06-12 Glenn Morris <rgm@gnu.org>
13312
13313 * progmodes/fortran.el (fortran-mode-syntax-table):
13314 * progmodes/f90.el (f90-mode-syntax-table):
13315 Set % to punctuation. (Bug#8820)
13316 (f90-find-tag-default): Remove, no longer needed.
13317
f0d4059d
DC
133182011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13319
13320 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13321
1100a63c
CY
133222011-06-11 Chong Yidong <cyd@stupidchicken.com>
13323
13324 * image.el (image-animated-p): Return animation delay in seconds.
13325 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13326 (image-animate-timeout): Remove DELAY argument. Don't assume
13327 every subimage has the same delay; get it from image-animated-p.
13328 (image-animate): Caller changed.
13329
def722bf
MA
133302011-06-11 Michael Albinus <michael.albinus@gmx.de>
13331
13332 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13333 to ignored backtrace functions.
13334
0a2bb1a9
GM
133352011-06-11 Glenn Morris <rgm@gnu.org>
13336
13337 * calendar/appt.el (appt-disp-window-function): Doc fix.
13338 (appt-check): Handle overlapping appointments. (Bug#8337)
13339
6198ccd0
MR
133402011-06-11 Martin Rudalics <rudalics@gmx.at>
13341
13342 * window.el (window-tree-1, window-tree): New functions, moving
13343 the latter to window.el.
13344 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13345 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13346 (bw-refresh-edges): Remove.
13347 (balance-windows-1, balance-windows-2): New functions.
13348 (balance-windows): Rewrite in terms of window tree functions,
13349 balance-windows-1 and balance-windows-2.
13350 (bw-adjust-window): Remove.
13351 (balance-windows-area-adjust): New function with functionality of
13352 bw-adjust-window but using resize-window.
2b75be67
SM
13353 (set-window-text-height): Rewrite doc-string.
13354 Use normalize-live-window and resize-window.
13355 (enlarge-window-horizontally, shrink-window-horizontally):
13356 Rename argument to DELTA.
6198ccd0
MR
13357 (window-buffer-height): New function.
13358 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13359 Rewrite using new window resize routines.
2b75be67
SM
13360 (kill-buffer-and-window, mouse-autoselect-window-select):
13361 Use ignore-errors instead of condition-case.
6198ccd0
MR
13362 (quit-window): Call delete-frame instead of delete-windows-on
13363 for the only buffer on frame.
13364
9397e56f
MR
133652011-06-10 Martin Rudalics <rudalics@gmx.at>
13366
13367 * loadup.el (top-level): Load window before files for the sake
13368 of replace-buffer-in-windows.
13369
13370 * files.el (read-buffer-to-switch)
13371 (switch-to-buffer-other-window)
2b75be67
SM
13372 (switch-to-buffer-other-frame, display-buffer-other-frame):
13373 Move to window.el.
9397e56f
MR
13374
13375 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13376 (previous-buffer): Move to window.el.
13377
13378 * bindings.el (unbury-buffer): Move to window.el.
13379
13380 * window.el (delete-other-windows-vertically): Move after
13381 definition of delete-other-windows.
13382 (other-window, delete-windows-on, replace-buffer-in-windows):
13383 Move here from window.c.
13384 (record-window-buffer, unrecord-window-buffer)
13385 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13386 (switch-to-next-buffer): New functions.
13387 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13388 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13389 (previous-buffer): Move here from simple.el.
13390 Call switch-to-prev-buffer.
9397e56f
MR
13391 (bury-buffer): Move here from buffer.c. Switch to previous
13392 buffer when window cannot be deleted.
13393 (unbury-buffer): Move here from bindings.el.
13394 (ctl-x-map): Move binding for other-window from window.c to
13395 here.
13396 (read-buffer-to-switch, switch-to-buffer-other-window)
13397 (switch-to-buffer-other-frame): Move here from files.el.
13398 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13399 (switch-to-buffer): Move here from buffer.c.
13400 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13401
562dd5e9
MR
134022011-06-10 Martin Rudalics <rudalics@gmx.at>
13403
13404 * window.el (window-min-height, window-min-width): Move here
13405 from window.c. Add defcustoms and rewrite doc-strings.
13406 (resize-mini-window, resize-window): New functions.
13407 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13408 Move here from window.c.
13409 (maximize-window, minimize-window): New functions.
13410 (delete-window, delete-other-windows, split-window): Move here
13411 from window.c.
13412 (window-split-min-size): New function.
13413 (split-window-keep-point): Mention split-window-above-each-other
13414 instead of split-window-vertically.
2b75be67 13415 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13416 Rename split-window-vertically to split-window-above-each-other
13417 and provide defalias for old definition.
13418 (split-window-side-by-side, split-window-horizontally):
13419 Rename split-window-horizontally to split-window-side-by-side
13420 and provide defalias for the old definition.
562dd5e9
MR
13421 (ctl-x-map): Move bindings for delete-window,
13422 delete-other-windows and enlarge-window here from window.c.
13423 Replace bindings for split-window-vertically and
13424 split-window-horizontally by bindings for
13425 split-window-above-each-other and split-window-side-by-side.
13426
13427 * cus-start.el (all): Remove entries for window-min-height and
13428 window-min-width. Add entries for window-splits and
13429 window-nest.
13430
f0da764a
GM
134312011-06-09 Glenn Morris <rgm@gnu.org>
13432
80675c21
GM
13433 * calendar/appt.el (appt-mode-line): New function.
13434 (appt-check, appt-disp-window): Use it.
13435
f0da764a
GM
13436 * files.el (hack-one-local-variable-eval-safep):
13437 Allow minor-modes with explicit +/-1 arguments.
13438
59f623b7
TZ
134392011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13440
13441 * term/xterm.el (xterm): Add defgroup.
13442 (xterm-extra-capabilities): Add defcustom to supply known xterm
13443 capabilities, skip querying them, or query them (default).
13444 (terminal-init-xterm): Use it.
13445 (terminal-init-xterm-modify-other-keys): New function to set up
13446 modifyOtherKeys support to simplify `terminal-init-xterm'.
13447
9aab8e0d
MR
134482011-06-09 Martin Rudalics <rudalics@gmx.at>
13449
13450 * window.el (resize-window-reset, resize-window-reset-1)
13451 (resize-subwindows-skip-p, resize-subwindows-normal)
13452 (resize-subwindows, resize-other-windows, resize-this-window)
13453 (resize-root-window, resize-root-window-vertically)
13454 (window-deletable-p, window-or-subwindow-p)
13455 (frame-root-window-p): New functions.
13456
e8b08aee
GM
134572011-06-09 Glenn Morris <rgm@gnu.org>
13458
13459 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13460 (ange-ftp-get-files): Use it.
13461
254c37a5
AK
134622011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13463
13464 * mail/sendmail.el (mail-recover-1, mail-recover):
13465 * files.el (recover-file, recover-session):
13466 Handle dired-listing-switches not being just a single short option.
13467
35d7dbd3
GM
134682011-06-09 Glenn Morris <rgm@gnu.org>
13469
13470 * calendar/appt.el (appt-display-message, appt-disp-window):
13471 Handle lists of appointments.
13472
387522b2
MR
134732011-06-08 Martin Rudalics <rudalics@gmx.at>
13474
2b75be67
SM
13475 * window.el (one-window-p): Move down in code.
13476 Rewrite doc-string.
13477 (window-current-scroll-bars): Rewrite doc-string.
13478 Normalize live window argument.
387522b2
MR
13479 (walk-windows, get-window-with-predicate, count-windows):
13480 Rewrite doc-string. Use window-list-1.
13481 (window-in-direction-2, window-in-direction, get-mru-window):
13482 New functions.
13483
d8e4b68b 134842011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13485
13486 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13487 Doc fix (Bug#8713).
13488
134892011-06-08 Chong Yidong <cyd@stupidchicken.com>
13490
13491 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13492
134932011-06-08 Juanma Barranquero <lekktu@gmail.com>
13494
13495 * loadhist.el (unload-feature-special-hooks):
13496 Add `comint-output-filter-functions'.
13497
0de12c52
IK
134982011-06-08 Ivan Kanis <gnu@kanis.fr>
13499
13500 * calendar/appt.el (appt-check): Move some initializations into the let.
13501
f3d1777e
MR
135022011-06-08 Martin Rudalics <rudalics@gmx.at>
13503
13504 * window.el (window-height): Defalias to window-total-height.
13505 (window-width): Defalias to window-body-width.
13506
18af70d0
CY
135072011-06-07 Chong Yidong <cyd@stupidchicken.com>
13508
13509 * image-mode.el (image-toggle-animation): New command.
13510 (image-mode-map): Bind it to RET.
13511 (image-mode): Update message.
13512 (image-toggle-display-image): Avoid a spurious cache flush.
13513 (image-transform-rotation): Doc fix.
13514 (image-transform-properties): Return quickly in the normal case.
13515 (image-animate-loop): Rename from image-animate-max-time.
13516
2b75be67 13517 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13518 (create-animated-image): Remove unnecessary function.
13519 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13520 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13521 (image-animate-timer): Use car-safe.
13522 (image-animate-timeout): Rename argument.
13523
190b47e6
MR
135242011-06-07 Martin Rudalics <rudalics@gmx.at>
13525
13526 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13527 window.c. Rename first argument to ALL-FRAMES.
13528 Rephrase doc-strings.
13529 (get-buffer-window-list): Rewrite using window-list-1.
13530 Rephrase doc-string.
a1511caf
MR
13531 (window-safe-min-height, window-safe-min-width): New constants.
13532 (window-size-ignore, window-min-size, window-min-size-1)
13533 (window-sizable, window-sizable-p, window-size-fixed-1)
13534 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13535 (window-max-delta-1, window-max-delta, window-resizable)
13536 (window-resizable-p, window-total-height, window-total-width)
13537 (window-body-width): New functions.
13538 (window-full-height-p, window-full-width-p): Rewrite using
13539 window-total-size.
13540 (window-body-height): Rewrite using window-body-size.
190b47e6 13541
85cc1f11
MR
135422011-06-06 Martin Rudalics <rudalics@gmx.at>
13543
13544 * window.el (window-right, window-left, window-child)
13545 (window-child-count, window-last-child, window-any-p)
13546 (normalize-live-buffer, normalize-live-frame)
13547 (normalize-any-window, normalize-live-window)
13548 (window-iso-combination-p, window-iso-combined-p)
13549 (window-iso-combinations)
13550 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13551 (windows-with-parameter, window-with-parameter)
13552 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13553 (window-atom-check, window-side-check, window-check):
13554 New functions.
85cc1f11
MR
13555 (ignore-window-parameters, window-sides, window-sides-vertical)
13556 (window-sides-slots): New variables.
13557 (window-size-fixed): Move down in code. Minor doc-string fix.
13558
e7156492
AS
135592011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13560
13561 * comint.el (comint-dynamic-complete-as-filename)
13562 (comint-dynamic-complete-filename): Correctly call
13563 completion-in-region.
13564
7e821d0d
DD
135652011-06-05 Deniz Dogan <deniz@dogan.se>
13566
13567 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13568 in last change.
13569
ac09b8a1
DD
135702011-06-05 Deniz Dogan <deniz@dogan.se>
13571
13572 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13573 (rcirc): Use it to prompt for encryption.
13574
34699b85
RW
135752011-06-05 Roland Winkler <winkler@gnu.org>
13576
13577 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13578 (bibtex-search-entries): New command bound to C-c C-a.
13579 (bibtex-display-entries): New function.
13580
004dedd3
RW
135812011-06-05 Roland Winkler <winkler@gnu.org>
13582
13583 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13584 (bibtex-insert-kill): After yanking insert newline if necessary.
13585 (bibtex-initialize): Call bibtex-string-files-init only once.
13586 (bibtex-mode): Do not call easy-menu-add.
13587 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13588 (bibtex-yank): Set arg properly if nil.
13589
022fe7ce
RW
135902011-06-05 Roland Winkler <winkler@gnu.org>
13591
2b75be67
SM
13592 * textmodes/bibtex.el (bibtex-search-entry-globally):
13593 New variable.
022fe7ce
RW
13594 (bibtex-search-entry): Use it.
13595
b7c3692a
RW
135962011-06-05 Roland Winkler <winkler@gnu.org>
13597
13598 * textmodes/bibtex.el (bibtex-entry-format): New option
13599 sort-fields.
13600 (bibtex-format-entry, bibtex-reformat): Honor this option.
13601 (bibtex-parse-entry): Return fields in proper order.
13602
8eda563d
JB
136032011-06-05 Juanma Barranquero <lekktu@gmail.com>
13604
13605 * doc-view.el (doc-view-remove-if): Move computation of result out
13606 of `dolist' to silence misleading lexical-binding warning.
13607
7dbe3dbc
CY
136082011-06-04 Chong Yidong <cyd@stupidchicken.com>
13609
13610 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13611 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13612
0c33dd17
MA
136132011-06-04 Michael Albinus <michael.albinus@gmx.de>
13614
13615 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13616 "SunOS 5.10".
13617
f8f91c2b
MA
136182011-06-04 Michael Albinus <michael.albinus@gmx.de>
13619
13620 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13621 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13622 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13623 (tramp-parse-putty):
13624 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13625 (tramp-completion-function-alist-ssh)
13626 (tramp-completion-function-alist-telnet)
13627 (tramp-completion-function-alist-su)
13628 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13629 cookie.
13630
13631 * net/tramp-ftp.el:
13632 * net/tramp-sh.el:
13633 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13634 load "tramp.el" `tramp-set-completion-function'.
13635
e17d9003
SM
136362011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13637
13638 * shell.el: Require and use pcomplete.
13639 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13640 (shell-completion-vars): Set pcomplete-default-completion-function.
13641
6c4cab03
DD
136422011-06-04 Deniz Dogan <deniz@dogan.se>
13643
13644 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13645 `memq' (Bug#8799).
13646
ea9fafe0
SM
136472011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13648
13649 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13650
b3e945d3
JB
136512011-06-02 Juanma Barranquero <lekktu@gmail.com>
13652
13653 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13654 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13655 * vc/log-view.el (log-view-beginning-of-defun):
13656 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13657 (smerge-refine-forward, smerge-refine-chopup-region):
13658 Silence warning for unused `dotimes' counter variables.
13659
7d520089
SM
136602011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 * net/tramp.el (tramp-with-progress-reporter): Rename from
13663 with-progress-reporter. Use `declare'.
13664 * net/tramp-smb.el:
13665 * net/tramp-sh.el:
13666 * net/tramp-gvfs.el: Update all uses.
13667
a1c2400f
JB
136682011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13669
13670 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13671 buffer isn't killed before making it current.
13672
2403c841
SM
136732011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13674
13675 Silence various byte-compiler warnings.
13676 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13677 `access-type' and new obsolescence format.
13678 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13679 new format.
13680 (byte-compile-check-variable): New `access-type' argument.
13681 Only warn if the access-type is obsolete.
13682 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13683 (byte-compile-variable-set): Adjust callers.
13684 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13685 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13686 setting it as obsolete.
13687 * simple.el (minibuffer-completing-symbol):
13688 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13689 access as obsolete.
13690 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13691 obsolete yet.
13692 * international/quail.el (quail-mouse-choose-completion): Remove unused
13693 code referring to obsolete var.
13694 (quail-choose-completion-string): Remove.
13695 * server.el (server-clients-with, server-kill-buffer-query-function)
13696 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13697 * proced.el (proced-send-signal):
13698 * emacs-lisp/lisp.el (lisp-complete-symbol):
13699 Replace completion-annotate-function with completion-extra-properties.
13700
2462470b
SM
137012011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13702
fb5b2591
SM
13703 * simple.el (goto-line): Use read-number.
13704 (overriding-map-is-bound): Remove.
13705 (saved-overriding-map): Change default.
13706 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13707 Take the map as argument.
13708 (universal-argument, negative-argument, digit-argument): Use it.
13709 (restore-overriding-map): Adjust.
13710 (do-auto-fill): Use fill-forward-paragraph.
13711 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13712
fd6fa53f
SM
13713 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13714 (minibuffer-inactive-mode): New major mode.
13715 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13716 the *Messages* buffer" hack.
13717 (mouse-popup-menubar): Don't burp if the event is a normal key.
13718
2462470b
SM
13719 Miscellaneous tweaks.
13720 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13721 lexical scoping as in subr.el's dolist and dotimes.
13722 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13723 Silence compiler warning.
13724 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13725 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13726 * international/ccl.el (ccl-compile): Trivial simplification.
13727 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13728 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13729 `printflag' argument.
13730 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13731 Purecopy the whole obsolescence data.
13732
108bf785
LL
137332011-06-01 Leo Liu <sdl.web@gmail.com>
13734
13735 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13736 improve doc-string as suggested by Marco Pessotto
13737 <melmothx@gmail.com>.
13738 (rcirc-print): Fix last change.
13739
30a23501
SM
137402011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13741
13742 * minibuffer.el (complete-with-action): Return nil for the metadata and
13743 boundaries of non-functional tables.
13744 (completion-table-dynamic): Return nil for the metadata.
13745 (completion-table-with-terminator): Add default case, using
13746 complete-with-action.
13747 (completion--metadata): New function.
13748 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13749 to try and avoid pathological performance problems.
13750 (completion--embedded-envvar-table): Return `category' metadata.
13751
bcd54f83
LMI
137522011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13753
13754 * subr.el (process-alive-p): New tiny convenience function.
13755
e227544d
SM
137562011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13757
13758 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13759 content but also its previous major mode.
13760
e8296fdc
HE
137612011-05-31 Helmut Eller <eller.helmut@gmail.com>
13762
4d61f28d 13763 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13764 *Backtrace* buffer when we exit with C-M-c.
13765
620c53a6
SM
137662011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * minibuffer.el: Add metadata method to completion tables.
13769 (completion-category-overrides): New defcustom.
13770 (completion-metadata, completion--field-metadata)
13771 (completion-metadata-get, completion--styles)
13772 (completion--cycle-threshold): New functions.
13773 (completion-try-completion, completion-all-completions):
13774 Add `metadata' argument to choose completion-styles.
13775 (completion--do-completion): Use metadata to choose cycling.
13776 (completion-all-sorted-completions): Use metadata for sorting.
13777 Remove :completion-cycle-penalty which is not needed any more.
13778 (completion--try-word-completion): Add `metadata' argument.
13779 (minibuffer-completion-help): Check metadata for annotation function
13780 and sorting.
13781 (completion-file-name-table): Return `category' metadata.
13782 (minibuffer-completing-file-name): Make obsolete.
13783 * simple.el (minibuffer-completing-symbol): Make obsolete.
13784 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13785 completion-try-completion.
13786
1257e755
SM
137872011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13790
3767e706
LL
137912011-05-30 Leo Liu <sdl.web@gmail.com>
13792
13793 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13794 (rcirc-print): Decode all incoming messages (bug#8744).
13795 (rcirc-decode-coding-system): Allow value nil for automatic coding
13796 system detection.
3767e706 13797
d1a5d56a
GM
137982011-06-01 Glenn Morris <rgm@gnu.org>
13799
13800 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13801
e8cbec34
CY
138022011-05-29 Chong Yidong <cyd@stupidchicken.com>
13803
13804 * image.el (image-animate-max-time): Allow nil and t values.
13805 Default to nil.
13806 (create-animated-image): Doc fix.
13807 (image-animate-start): Remove second arg; just use
13808 image-animate-max-time.
13809 (image-animate-timeout): Doc fix. Args changed.
13810
13811 * image-mode.el (image-toggle-display-image): Ensure that the
13812 image spec passed to the animate timer is the same object as in
58179cce 13813 the buffer's display property (Bug#6981).
e8cbec34
CY
13814 (image-transform-properties): Doc fix.
13815
13816 * image.el (image-animate-max-time): Default to nil.
13817
159daf87
MR
138182011-05-29 Martin Rudalics <rudalics@gmx.at>
13819
13820 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13821 entire buffer list (Bug#8184).
13822
d66c4c7c
CY
138232011-05-29 Chong Yidong <cyd@stupidchicken.com>
13824
13825 * image.el (imagemagick-types-inhibit)
13826 (imagemagick-register-types): Doc fix.
13827
80aec780
DD
138282011-05-29 Deniz Dogan <deniz@dogan.se>
13829
13830 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13831 default.
13832
1dd3c2d9
CY
138332011-05-29 Chong Yidong <cyd@stupidchicken.com>
13834
13835 * select.el: Don't perform clipboard-manager saving in hooks;
13836 leave the hooks empty.
13837
60e56523
LL
138382011-05-28 Leo Liu <sdl.web@gmail.com>
13839
13840 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13841 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13842 (occur-edit-mode): New major mode (Bug#8463).
13843 (occur-after-change-function): New function.
13844 (occur-engine): Give Occur tags a read-only property.
13845
2b1e1a22
KR
138462011-05-28 Kevin Ryde <user42@zip.com.au>
13847
13848 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13849
5d344e88
CY
138502011-05-28 Chong Yidong <cyd@stupidchicken.com>
13851
8e6ca83d
CY
13852 * bindings.el (help-echo): Make the initial non-indicator dash
13853 empty on graphical terminals (Bug#7295).
13854
5d344e88
CY
13855 * files.el (auto-mode-alist): Move config rule after the
13856 in-stripping one (Bug#8547).
13857
bfbbace7
CY
13858 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13859
fbeba6e2
CY
13860 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13861 setting (Bug#8740).
13862
60ed8c72
AA
138632011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13864
4ac619f0
AA
13865 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13866 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13867 (Bug#8539).
60ed8c72 13868
23db196e
CY
138692011-05-28 Chong Yidong <cyd@stupidchicken.com>
13870
13871 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13872
5012f24c
DK
138732011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13874
13875 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13876 (hs-hide-block-at-point, hs-find-block-beginning)
13877 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13878 (Bug#8279).
13879
6a639b16
GM
138802011-05-28 Glenn Morris <rgm@gnu.org>
13881
13882 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13883
d43eaf2c
CY
138842011-05-28 Chong Yidong <cyd@stupidchicken.com>
13885
5199bde1
CY
13886 * help-fns.el (describe-function-1): If the function is a derived
13887 major mode, print the parent mode.
13888
d43eaf2c
CY
13889 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13890 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13891
423428a8
SM
138922011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13893
0ff8e1ba 13894 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13895 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13896 * progmodes/etags.el (tags-completion-at-point-function):
13897 * info-look.el (info-lookup-completions-at-point): Mark as
13898 non-exclusive.
13899 (info-complete): Adjust accordingly.
13900
423428a8
SM
13901 * info-look.el: Convert to lexical-binding and completion-at-point.
13902 (info-lookup-completions-at-point): New function.
13903 (info-complete): Use it and completion-in-region.
13904
b74aa22b
DA
139052011-05-28 Drew Adams <drew.adams@oracle.com>
13906
13907 * isearch.el: Let M-e start with point at the first mismatched char.
13908 (isearch-fail-pos): New function.
13909 (isearch-edit-string): Use it.
13910
66e2e71d
DK
139112011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13912
13913 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13914
b1890b0f 139152011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13916
13917 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13918 traversal functions for avl-trees.
13919 (avl-tree--stack): New struct.
13920 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13921 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13922 (avl-tree--do-enter): Add optional `updatefun' arg.
13923 Change return value.
eb95d01d 13924 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13925 (avl-tree--do-delete): Add `test' and `nilflag' args.
13926 Change return value.
eb95d01d
TC
13927 (avl-tree-member): Add optional `nilflag'
13928 (avl-tree-member-p): New function.
13929 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13930 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13931 (avl-tree-stack-empty-p): New functions.
13932
3769ddcf
TC
13933 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13934 avl-tree--del-balance1 and make it work both ways.
13935 (avl-tree--del-balance2): Remove.
13936 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13937 make it work both ways.
13938 (avl-tree--enter-balance2): Remove.
13939 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13940 New macros.
13941 (avl-tree--mapc, avl-tree-map): Add direction argument.
13942
eb95d01d 139432011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13944
13945 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13946
a9f737ee
CY
139472011-05-27 Chong Yidong <cyd@stupidchicken.com>
13948
13949 * select.el: Support clipboard managers with built-in function
13950 x-clipboard-manager-save, via delete-frame-functions and
13951 kill-emacs-hook.
13952 (xselect-convert-to-targets): Add MULTIPLE target to list.
13953 (xselect-convert-to-save-targets): New function.
13954
c92a1e54
KH
139552011-05-27 Kenichi Handa <handa@m17n.org>
13956
13957 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13958 let-binding rfc2047-encode-encoded-words to nil.
13959
e145f188
GM
139602011-05-27 Glenn Morris <rgm@gnu.org>
13961
5ec8a862
GM
13962 * mail/emacsbug.el: Don't require url-util.
13963
4b29d9fb
GM
13964 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13965
e145f188
GM
13966 * files.el (set-auto-mode):
13967 Also respect mode: entries at the end of the file. (Bug#8586)
13968
7d15102b
GM
139692011-05-26 Glenn Morris <rgm@gnu.org>
13970
98f593b8
GM
13971 * files.el (hack-local-variables-prop-line, hack-local-variables):
13972 Downcase mode names, as seems to be traditional.
27b48e63 13973 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13974
7d15102b
GM
13975 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13976 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13977
51d5b4ec
JD
139782011-05-25 Julien Danjou <julien@danjou.info>
13979
13980 * textmodes/rst.el (rst-define-level-faces): Do not define face
13981 symbol if it is already defined.
13982
91513f63
VB
139832011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13984
13985 * play/5x5.el (5x5-new-game, 5x5-randomize):
13986 Reset 5x5-solver-output to nil when a new grid is cast.
13987 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13988 these debugging traces, as defmacro breaks the compiled code.
13989
4d90d6d0
DK
139902011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13991
13992 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13993
e1b90ef6
LL
139942011-05-24 Leo Liu <sdl.web@gmail.com>
13995
13996 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13997 (vc-bzr-sha1): Adapt.
13998
d8e4b68b 13999 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14000
14001 * bindings.el: Provide sha1 feature.
14002
db0406bb 140032011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14004
14005 * mail/sendmail.el: Require `rfc2047'.
14006 (mail-insert-from-field): Do not perform RFC2047 encoding.
14007 (mail-encode-header): New function.
14008 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14009 buffer to the return value of select-message-coding-system.
14010 Call mail-encode-header.
b8d747b9
KH
14011
14012 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14013
db0406bb 140142011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14015
4d90d6d0
DK
14016 * mail/supercite.el (sc-default-cite-frame):
14017 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14018
eb8a5e9b
GM
140192011-05-24 Glenn Morris <rgm@gnu.org>
14020
f8630703
GM
14021 * progmodes/python.el (brm-menu): Declare.
14022
8831bbed
GM
14023 * emulation/viper.el (viper-set-hooks): Declare.
14024
eb8a5e9b
GM
14025 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14026 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14027 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14028 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14029 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14030 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14031
a2a25d24
SM
140322011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14033
14034 Add an :exit-function for completion-at-point.
14035
14036 * minibuffer.el (completion--done): New fun.
14037 (completion--do-completion): Use it. New arg `expect-exact'.
14038 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14039 since completion--do-completion does it for us now.
14040 (minibuffer-force-complete): Use completion--done and
14041 completion--replace. Handle sole-completion case with more care.
14042 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14043 (completion-extra-properties): New var.
14044 (completion-annotate-function): Make obsolete.
14045 (minibuffer-completion-help): Adjust accordingly.
14046 Use completion-list-insert-choice-function.
14047 (completion-at-point, completion-help-at-point):
14048 Bind completion-extra-properties.
14049 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14050 * simple.el (completion-list-insert-choice-function): New var.
14051 (completion-setup-function): Preserve it.
14052 (choose-completion): Pay attention to it, shuffle the code a bit.
14053 (choose-completion-string): New arg `insert-function'.
14054
14055 * textmodes/bibtex.el: Convert to lexical binding.
14056 (bibtex-mode-map): Use completion-at-point.
14057 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14058 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14059 (bibtex-complete): Define as obsolete alias.
14060 (bibtex-complete-internal): Remove.
14061 (bibtex-format-entry): Remove unused sub-group in regexp.
14062 * shell.el (shell--command-completion-data)
14063 (shell-environment-variable-completion):
14064 * pcomplete.el (pcomplete-completions-at-point):
14065 * comint.el (comint--complete-file-name-data): Use :exit-function
14066 instead of completion-table-with-terminator so it also works for
14067 choose-completion.
14068
e44e373d
SM
140692011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14070
4f91a816
SM
14071 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14072
782fc819
SM
14073 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14074 (bug#8710).
14075
e44e373d
SM
14076 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14077
381987c3
KM
140782011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14079
14080 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14081 customization variable and implement: If non-nil, auto-fill will
14082 be inhibited while on topic's header line.
14083
b776bc70
VB
140842011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14085
14086 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14087 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14088 always have a solution in grid size = 5 cases.
14089 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14090 (5x5-solver-output, 5x5-log-buffer): New vars.
14091 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14092 Make these variables buffer local to achieve 5x5 multi-session-ness.
14093 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14094 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14095 (5x5-solve-suggest): New funs.
14096 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14097 randomize a grid so that we ensure that there is always a solution.
14098 (5x5-make-random-grid): Allow other movement than flipping.
14099
7de88b6e
KR
141002011-05-23 Kevin Ryde <user42@zip.com.au>
14101
14102 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14103 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14104 advice and passes PREDICATE.
14105
b1ef1257
SM
141062011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14107
bbca48fe
SM
14108 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14109 byte-compile-lambda if it's actually a lambda.
14110
b1ef1257
SM
14111 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14112 Fix function quoting. Use backquote better.
14113
92a9cc65
YS
141142011-05-22 Yuanle Song <sylecn@gmail.com>
14115
14116 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14117 matching (Bug#8516).
14118
f0fb8059
JA
141192011-01-22 Jari Aalto <jari.aalto@cante.net>
14120
14121 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14122 different face (Bug#8178).
14123
d5b44c93
CY
141242011-05-22 Chong Yidong <cyd@stupidchicken.com>
14125
14126 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14127 defface (Bug#8144).
14128
79106a44
SM
141292011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14130
9c848d8a
SM
14131 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14132 funcall as well (bug#8712). Warn when performing those conversions.
14133 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14134
79106a44
SM
14135 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14136
88dfa756
GM
141372011-05-22 Glenn Morris <rgm@gnu.org>
14138
14139 * files.el (hack-local-variables-prop-line): Small simplifications.
14140 (hack-local-variables, hack-local-variables-prop-line):
14141 If MODE-ONLY, return the mode, rather than just `t'.
14142
b7cf2c79
SM
141432011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14144
14145 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14146
3f1a8558
GM
141472011-05-21 Glenn Morris <rgm@gnu.org>
14148
7e4ccca3
GM
14149 * files.el (hack-local-variables-prop-line, hack-local-variables):
14150 If only interested in the mode, don't bother doing the other stuff.
14151
637d46ca
GM
14152 * image-mode.el (image-after-revert-hook):
14153 Redraw all frames on which the image is visible. (Bug#8567)
14154
973d955b
GM
14155 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14156
3f1a8558
GM
14157 * wid-edit.el (widget-checklist-match-inline):
14158 Fix 2011-04-19 change. (Bug#8649)
14159
96479927
SM
141602011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14161
1dcf791f
SM
14162 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14163 Also allow singlespace after single-letter capitals followed by a dot.
14164
96479927
SM
14165 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14166 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14167
35fd0881
N
141682011-05-20 Nix <nix@esperi.org.uk>
14169
14170 * files.el (basic-save-buffer-2):
14171 Fix handling of break-hardlink-on-save with non-existent files.
14172
82745640
DD
141732011-05-19 Deniz Dogan <deniz@dogan.se>
14174
14175 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14176 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14177
4a720484
GM
141782011-05-19 Glenn Morris <rgm@gnu.org>
14179
d1f21341
GM
14180 * progmodes/f90.el (f90-type-def-re):
14181 Handle "type, bind(c)". (Bug#8691)
14182
4a720484
GM
14183 * emacs-lisp/autoload.el (batch-update-autoloads):
14184 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14185
2fb0a219
MA
141862011-05-18 Michael Albinus <michael.albinus@gmx.de>
14187
14188 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14189 property for the correct connection in case of multihops.
14190
e565dd37
GM
141912011-05-18 Glenn Morris <rgm@gnu.org>
14192
c2571358 14193 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14194 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14195
e565dd37
GM
14196 Rationalize calendar handling of day and month abbrev-arrays.
14197 * calendar/calendar.el (calendar-customized-p): New function.
14198 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14199 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14200 Add :set function.
14201 (calendar-abbrev-length, calendar-day-abbrev-array)
14202 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14203 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14204 Elements may no longer be nil.
14205 (calendar-day-name, calendar-month-name):
14206 Update for changed nature of abbrev arrays.
14207 * calendar/diary-lib.el (diary-name-pattern):
14208 Update for changed nature of abbrev arrays.
14209 (diary-mark-entries-1): Update calendar-make-alist calls.
14210 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14211 * calendar/cal-html.el (cal-html-day-abbrev-array):
14212 Simply inherit from calendar-day-abbrev-array.
14213
1d99a745
SM
142142011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14215
14216 * progmodes/grep.el (grep-mode): Disable default
14217 compilation-directory-matcher setting (bug#8684).
14218
7c1d9aa0
MA
142192011-05-17 Michael Albinus <michael.albinus@gmx.de>
14220
14221 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14222 instead of "head" and "tail". There were problems with SunOS 5.9,
14223 and it performs better.
14224
3952e9d8
GM
142252011-05-17 Glenn Morris <rgm@gnu.org>
14226
2dd12e7f
GM
14227 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14228
e4157b9c
GM
14229 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14230 Replace obsolete function.
14231
8e249bbd
GM
14232 * shell.el (pcomplete-parse-arguments-function): Declare.
14233
3952e9d8
GM
14234 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14235 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14236 (appt-check): Doc fixes.
14237 (appt-disp-window-function, appt-delete-window-function):
14238 Remove needless special case in custom :type.
14239 (appt-display-count): Default to 0, not nil.
14240 (appt-check): Reset appt-display-count to 0, not nil.
14241
c71a0d48 142422011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14243
c71a0d48
GM
14244 * progmodes/python.el (python-font-lock-keywords):
14245 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14246
31d55be9
SM
142472011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14248
14249 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14250
3bfacb2f
KR
142512011-05-16 Kevin Ryde <user42@zip.com.au>
14252
14253 * info-look.el (makefile-automake-mode): New setups, looking in
14254 automake manual, then makefile-mode.
14255 (makefile-mode): Remove automake manual, have it just in
14256 makefile-automake-mode since there's various things different or
14257 not relevant to plain make.
14258 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14259 believe a hypothetical automake-mode would go to makefile-mode,
14260 not the other way around.
14261
c8e83751
CY
142622011-05-15 Chong Yidong <cyd@stupidchicken.com>
14263
5e9e35cd
CY
14264 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14265 hunk-end tags (Bug#8672).
14266
c8e83751
CY
14267 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14268 vc-annotate-show-diff-revision-at-line (Bug#8671).
14269
50b23e5a
GM
142702011-05-14 Glenn Morris <rgm@gnu.org>
14271
7210a739
GM
14272 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14273 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14274 (change-log-font-lock-keywords): Also handle multiple author lines
14275 with leading tabs. (Bug#8644)
7210a739 14276
4691905a
GM
14277 * calendar/appt.el (appt-check): Rename some local variables.
14278 Some simplification/reordering.
14279
50b23e5a
GM
14280 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14281 (feedmail-sendmail-f-doesnt-sell-me-out)
14282 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14283 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14284 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14285 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14286 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14287 (feedmail-binmail-gnulinuxish-template):
14288 Rename from feedmail-binmail-linuxish-template.
14289 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14290 Use insert-buffer-substring.
14291
215cda7c
BC
142922011-05-14 Bill Carpenter <bill@carpenter.org>
14293
14294 * mail/feedmail.el (feedmail-patch-level): Increase.
14295 (feedmail-debug): New custom group.
14296 (feedmail-confirm-outgoing-timeout)
14297 (feedmail-sendmail-f-doesnt-sell-me-out)
14298 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14299 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14300 (feedmail-sender-line, feedmail-from-line)
14301 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14302 (feedmail-spray-this-address)
215cda7c
BC
14303 (feedmail-spray-address-fiddle-plex-list)
14304 (feedmail-queue-use-send-time-for-date)
14305 (feedmail-queue-use-send-time-for-message-id)
14306 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14307 (feedmail-buffer-eating-function):
14308 Doc fixes.
14309 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14310 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14311 (feedmail-message-action-scroll-down): New functions.
14312 (feedmail-queue-directory, feedmail-queue-draft-directory):
14313 Use expand-file-name.
14314 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14315 Remove C-v help entry.
14316 (feedmail-queue-buffer-file-name): New variable.
14317 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14318 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14319 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14320 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14321 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14322 (feedmail-message-action-toggle-spray)
14323 (feedmail-run-the-queue-no-prompts)
14324 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14325 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14326 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14327 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14328 (feedmail-envelope-deducer, feedmail-fiddle-from)
14329 (feedmail-fiddle-sender, feedmail-default-date-generator)
14330 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14331 (feedmail-fiddle-spray-address)
14332 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14333 (feedmail-fiddle-list-of-fiddle-plexes)
14334 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14335 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14336 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14337 Change default. Doc fix.
14338 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14339 (feedmail-binmail-linuxish-template): New constant.
14340 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14341 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14342 (feedmail-send-it): Add debug call.
14343 Use feedmail-queue-buffer-file-name, and
14344 feedmail-send-it-immediately-wrapper.
14345 (feedmail-message-action-send): Add debug call.
14346 Use feedmail-send-it-immediately-wrapper.
14347 (feedmail-queue-express-to-queue): Add debug call.
14348 Run feedmail-queue-express-hook.
14349 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14350 (feedmail-message-action-help-blat):
14351 Rename from feedmail-queue-send-edit-prompt-help-first.
14352 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14353 Check line-endings. Handle errors better.
14354 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14355 Doc fix. Add debug call.
14356 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14357 Use feedmail-queue-send-edit-prompt-inner.
14358 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14359 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14360 from feedmail-queue-send-edit-prompt.
14361 (feedmail-queue-send-edit-prompt-help)
14362 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14363 (feedmail-tidy-up-slug): Add debug call.
14364 Respect feedmail-queue-slug-suspect-regexp.
14365 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14366 (feedmail-dump-message-to-queue): Add debug call.
14367 Expand queue-directory.
14368 (feedmail-dump-message-to-queue): Change message slightly.
14369 Use feedmail-say-chatter.
14370 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14371 (feedmail-send-it-immediately-wrapper): New function.
14372 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14373 Insert empty string rather than newline. Handle full-frame case.
14374 Use catch/throw. Use feedmail-say-chatter.
14375 (feedmail-fiddle-from): Try mail-host-address.
14376 (feedmail-default-message-id-generator): Doc fix.
14377 Bind system-time-locale. Handle missing end.
14378 (feedmail-fiddle-x-mailer): Add debug call.
14379 Handle feedmail-x-mailer-line being nil.
14380 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14381 Add debug call. Use buffer-substring-no-properties.
14382 (feedmail-say-debug, feedmail-say-chatter): New functions.
14383 (feedmail-find-eoh): Give an explicit error.
14384
42c7e61e
UJ
143852011-05-13 Ulf Jasper <ulf.jasper@web.de>
14386
c2571358 14387 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14388 family from helvetica to sans.
c2571358 14389 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14390 etc/images/newsticker.
14391
c2571358 14392 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14393 family from helvetica to sans.
14394
14395 * net/newst-plainview.el (newsticker-new-item-face)
14396 (newsticker-old-item-face, newsticker-immortal-item-face)
14397 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14398 (newsticker-statistics-face): Change default family from
42c7e61e 14399 helvetica to sans.
c2571358 14400 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14401 etc/images/newsticker.
14402
5d3385a0
JB
14403 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14404 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14405 auto-marking.
14406
8497a297
DV
144072011-05-13 Didier Verna <didier@xemacs.org>
14408
14409 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14410 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14411 TODO entries.
8497a297
DV
14412 (lisp-lambda-list-keyword-parameter-indentation)
14413 (lisp-lambda-list-keyword-parameter-alignment)
14414 (lisp-lambda-list-keyword-alignment): New customizable user options.
14415 (lisp-indent-defun-method): Improve docstring.
14416 (extended-loop-p): Fix comment.
14417 (lisp-indent-lambda-list-keywords-regexp): New variable.
14418 (lisp-indent-lambda-list): New function.
14419 (lisp-indent-259): Use it.
14420 (lisp-indent-defmethod): Support for more than one
14421 method qualifier and properly indent methods lambda-lists.
14422 (defgeneric): Provide a missing common-lisp-indent-function property.
14423
f278f87f
SM
144242011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14425
14426 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14427 bounds for the empty string (bug#8667).
14428
5233edd7
GM
144292011-05-13 Glenn Morris <rgm@gnu.org>
14430
5237a44f
GM
14431 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14432
8340026c 14433 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14434 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14435
5233edd7 14436 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14437 (appt-time-msg-list): Doc fix.
a5464014 14438 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14439
92d10796
AS
144402011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14441
14442 * progmodes/ld-script.el (ld-script-keywords)
14443 (ld-script-builtins): Update keywords list.
14444
914a0ae1
SM
144452011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14446
c89be45f
SM
14447 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14448
914a0ae1
SM
14449 * shell.el (shell-completion-vars): New function.
14450 (shell-mode):
14451 * simple.el (read-shell-command): Use it.
14452 (blink-matching-open): No need for " [...]" in minibuffer-message.
14453
98dc3df3
GM
144542011-05-12 Glenn Morris <rgm@gnu.org>
14455
14456 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14457 (appt-check): Simplify.
14458
d2fc7e3d 144592011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14460
4d61f28d 14461 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14462 literal "/dev/null".
14463
d2fc7e3d 144642011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14465
14466 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14467 Fix typo.
14468
d2fc7e3d 144692011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14470
3f254caa
SM
14471 * progmodes/which-func.el (which-function):
14472 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14473 which might not be defined (Bug#8260).
14474
d45885f7
GM
144752011-05-12 Glenn Morris <rgm@gnu.org>
14476
14477 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14478 Let byte-compile-initial-macro-environment always take precedence.
14479
488086f4
SM
144802011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14481
14482 * net/rcirc.el: Add support for SSL/TLS connections.
14483 (rcirc-server-alist): New field `encryption'.
14484 (rcirc): Check `encryption' settings.
14485 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14486 Merge make-local-variable into `set'.
14487 (rcirc--connection-open-p): New function.
14488 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14489 the process is not a network process (e.g. running gnutls-cli).
14490 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14491 Make rcirc-(en|de)code-coding-system local here.
14492 (rcirc-mode): Merge make-local-variable into `set'.
14493 (rcirc-parent-buffer): Make permanent buffer-local.
14494 (rcirc-multiline-minor-mode): Don't do it here.
14495 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14496 there's no server buffer.
14497
7d3b9d44
GM
144982011-05-11 Glenn Morris <rgm@gnu.org>
14499
f64049c6
GM
14500 * newcomment.el (comment-kill): Prefix "unused" local.
14501
93c9df73
GM
14502 * term/w32console.el (get-screen-color): Declare.
14503
7d3b9d44
GM
14504 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14505 Handle symbol elements of byte-compile-initial-macro-environment.
14506
9e2dd53f
LL
145072011-05-10 Leo Liu <sdl.web@gmail.com>
14508
488086f4
SM
14509 * bookmark.el (bookmark-bmenu-mode-map):
14510 Bind bookmark-bmenu-search to `/'.
8b340240 14511
9e2dd53f 14512 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14513 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14514 (Footnote-unicode): New function.
14515 (footnote-style-alist): Add unicode style to the list.
14516 (footnote-style): Doc fix.
9e2dd53f 14517
79b70037
GM
145182011-05-10 Jim Meyering <meyering@redhat.com>
14519
14520 Fix doubled-word typos.
14521 * international/quail.el (quail-insert-kbd-layout): and and -> and
14522 * kermit.el: and and -> and
14523 * net/ldap.el (ldap-search-internal): to to -> to
14524 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14525 * progmodes/js.el (js-mode): and and -> and
14526 * textmodes/artist.el (artist-move-to-xy): at at -> at
14527 (artist-draw-region-trim-line-endings): if if -> if
14528 And Safetyc -> Safety.
14529 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14530
b8f82dc1 145312011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14532 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14533
14534 * files.el (hack-one-local-variable-eval-safep):
14535 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14536
4f99f44b
GM
145372011-05-10 Glenn Morris <rgm@gnu.org>
14538
14539 * calendar/diary-lib.el (diary-list-entries-hook)
14540 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14541 (diary-nongregorian-marking-hook, diary-list-entries)
14542 (diary-include-other-diary-files, diary-mark-entries)
14543 (diary-mark-included-diary-files): Doc fixes.
14544
84f29e6b
JB
145452011-05-09 Juanma Barranquero <lekktu@gmail.com>
14546
14547 * misc.el: Require tabulated-list.el during compilation.
14548
9bedd73a
CY
145492011-05-09 Chong Yidong <cyd@stupidchicken.com>
14550
488086f4
SM
14551 * progmodes/compile.el (compilation-start):
14552 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14553 (compilation-filter-hook): Doc fix.
14554
797c735c
DD
145552011-05-09 Deniz Dogan <deniz@dogan.se>
14556
14557 * wdired.el: Remove outdated installation comment. Fix usage
14558 comment.
14559
5f4b1dfe
JB
145602011-05-09 Juanma Barranquero <lekktu@gmail.com>
14561
14562 * misc.el: Implement new command `list-dynamic-libraries'.
14563 (list-dynamic-libraries--loaded-only-p): New variable.
14564 (list-dynamic-libraries--refresh): New function.
14565 (list-dynamic-libraries): New command.
14566
4c44026c
CY
145672011-05-09 Chong Yidong <cyd@stupidchicken.com>
14568
488086f4
SM
14569 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14570 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14571 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14572 higher priority to avoid clobbering by gnu.
14573
027f966d
CY
145742011-05-08 Chong Yidong <cyd@stupidchicken.com>
14575
14576 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14577 if the face has existing theme settings (Bug#8454).
14578
085f5d7d
CY
145792011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14580
488086f4
SM
14581 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14582 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14583
2a86a00c
RS
14584 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14585 special file names `.' and `..' (Bug#8259).
14586
d9c54a06
CY
145872011-05-08 Chong Yidong <cyd@stupidchicken.com>
14588
488086f4
SM
14589 * progmodes/grep.el (grep-mode-font-lock-keywords):
14590 Remove buffer-changing entries.
d9c54a06
CY
14591 (grep-filter): New function.
14592 (grep-mode): Add it to compilation-filter-hook.
14593
14594 * progmodes/compile.el (compilation-filter-hook)
14595 (compilation-filter-start): New defvars.
14596 (compilation-filter): Call compilation-filter-hook prior to
14597 updating the process mark.
14598
c4662635
SM
145992011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14602
b0512a1d
EZ
146032011-05-07 Eli Zaretskii <eliz@gnu.org>
14604
605c9376
EZ
14605 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14606 mailclient-send-it even if window-system is nil. (Bug#8595)
14607
c4662635
SM
14608 * term/w32console.el (terminal-init-w32console):
14609 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14610 background-mode. (Bug#8597)
14611
d1dc2cc2
SM
146122011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14613
14614 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14615 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14616 New functions.
14617 (defgeneric, eieio--defmethod): Use them.
14618 (eieio-defgeneric): Remove.
14619 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14620
915d1300
GM
146212011-05-07 Glenn Morris <rgm@gnu.org>
14622
a3961c3e
GM
14623 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14624 Use let rather than let*.
14625 (timeclock-find-discrep): Remove unused local.
14626
314347b9
GM
14627 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14628
915d1300
GM
14629 * calendar/appt.el (appt-time-msg-list): Doc fix.
14630
275b59b0
NF
146312011-05-06 Noah Friedman <friedman@splode.com>
14632
14633 * apropos.el (apropos-print-doc): Only use
14634 emacs-lisp-docstring-fill-column when it is bound to an integer,
14635 per that variable's documentation.
14636
6c19f744
SM
146372011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14638
14639 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14640 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14641
60f884b2
GM
146422011-05-06 Glenn Morris <rgm@gnu.org>
14643
5006e634
GM
14644 * calendar/appt.el (appt-message-warning-time): Doc fix.
14645 (appt-warning-time-regexp): New option.
14646 (appt-make-list): Respect appt-message-warning-time.
14647
548d0a63
GM
14648 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14649 New options.
14650 (diary-add-to-list): Strip comments from the displayed string.
14651 (diary-mode): Set comment-start and comment-end.
14652
60f884b2
GM
14653 * vc/diff-mode.el (smerge-refine-subst): Declare.
14654 (diff-refine-hunk): Don't require smerge-mode when compiling.
14655
989681bb
JB
146562011-05-06 Juanma Barranquero <lekktu@gmail.com>
14657
14658 * simple.el (list-processes): Return nil as the docstring says.
14659
a6bc05e1
MA
146602011-05-05 Michael Albinus <michael.albinus@gmx.de>
14661
14662 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14663 to "".
14664 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14665 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14666 determining of binary transfer. (Bug#7383)
14667
23c22e9a
MA
146682011-05-05 Michael Albinus <michael.albinus@gmx.de>
14669
c4662635
SM
14670 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14671 Fix port computation bug. (Bug#8618)
23c22e9a 14672
0bff894f
GM
146732011-05-05 Glenn Morris <rgm@gnu.org>
14674
b8296902
GM
14675 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14676
1f522ce8
GM
14677 * simple.el (shell-dynamic-complete-functions)
14678 (comint-dynamic-complete-functions): Declare.
14679
cf5bee67
GM
14680 * net/network-stream.el (gnutls-negotiate):
14681 * simple.el (tabulated-list-print): Fix declarations.
14682
14683 * progmodes/gud.el (syntax-symbol, syntax-point):
14684 Remove unnecessary and incorrect declarations.
14685
0bff894f
GM
14686 * emacs-lisp/check-declare.el (check-declare-scan):
14687 Handle byte-compile-initial-macro-environment in bytecomp.el
14688
9869b3ae
SM
146892011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 Fix earlier half-done eieio-defmethod change (bug#8338).
14692 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14693 Streamline and change calling convention.
14694 (defmethod): Adjust accordingly and simplify.
14695 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14696 new eieio--defmethod.
14697 (slot-boundp): Minor CSE simplification.
14698
9c1d5ac5
MZ
146992011-05-05 Milan Zamazal <pdm@zamazal.org>
14700
14701 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14702 (glasses-make-readable): Use glasses-separate-capital-groups.
14703
455c834e
JB
147042011-05-05 Juanma Barranquero <lekktu@gmail.com>
14705
14706 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14707 (warning-series): Doc fix.
14708 (display-warning): Don't try to create the buffer if we just found it.
14709
9ed7c8cb
CY
147102011-05-04 Chong Yidong <cyd@stupidchicken.com>
14711
14712 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14713 (autoload-find-generated-file): New function.
14714 (generate-file-autoloads): Bind generated-autoload-file to
14715 buffer-file-name.
9869b3ae
SM
14716 (update-file-autoloads, update-directory-autoloads):
14717 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14718 output file (Bug#7989).
14719 (batch-update-autoloads): Doc fix.
14720
0898ca10
JB
147212011-05-04 Juanma Barranquero <lekktu@gmail.com>
14722
14723 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14724
31dfb76c
GM
147252011-05-04 Glenn Morris <rgm@gnu.org>
14726
f330b642
GM
14727 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14728 function, so it follows changes in calendar-date-style.
14729 (diary-fancy-date-matcher): New function.
14730 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14731 (diary-fancy-font-lock-fontify-region-function):
14732 Use diary-fancy-date-pattern as a function.
14733
31dfb76c
GM
14734 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14735 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14736
48e79d6a
TZ
147372011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14738
14739 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14740 instead of positional arguments. Allow :keylist and :crlfiles
14741 arguments.
14742 (open-gnutls-stream): Call it.
14743
14744 * net/network-stream.el (network-stream-open-starttls): Adjust to
14745 call `gnutls-negotiate' with :process and :hostname arguments.
14746
dd5a5ee0
SM
147472011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14748
ef80fc09
SM
14749 * minibuffer.el (completion--message): New function.
14750 (completion--do-completion, minibuffer-complete)
14751 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14752 (completion--do-completion): Don't ignore completion-auto-help when in
14753 icomplete-mode.
14754
dd5a5ee0
SM
14755 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14756 internal encoding (e.g. tibetan zero is not whitespace).
14757 (global-whitespace-mode): Prefer save-current-buffer.
14758 (whitespace-trailing-regexp): Remove useless save-match-data.
14759 (whitespace-empty-at-bob-regexp): Minor simplification.
14760
b7d22a83
CY
147612011-05-03 Chong Yidong <cyd@stupidchicken.com>
14762
14763 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14764
5192af46
AM
147652011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14766
14767 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14768 Use `concat' to create string for insertion.
5192af46 14769
5767d190
SM
147702011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14771
14772 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14773 Avoid open-line which runs post-self-insert-hook.
14774 (bibtex-fill-entry): Remove unused `end' var.
14775
bf242939
AM
147762011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14777
5767d190
SM
14778 * textmodes/ispell.el (ispell-add-per-file-word-list):
14779 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14780
25666126
LL
147812011-05-03 Leo Liu <sdl.web@gmail.com>
14782
14783 * isearch.el (isearch-yank-pop): New command.
5767d190 14784 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14785 (isearch-forward): Mention it.
14786
52d3c2d0
SM
147872011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14788
1bcace58
SM
14789 * simple.el (minibuffer-complete-shell-command): Remove.
14790 (minibuffer-local-shell-command-map): Use completion-at-point.
14791 (read-shell-command): Setup completion vars here instead.
14792 (read-expression-map): Bind TAB to symbol completion.
14793
52d3c2d0
SM
14794 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14795 error directly rather via storing it into `results'.
14796
35813471
LL
147972011-05-02 Leo Liu <sdl.web@gmail.com>
14798
14799 * vc/diff.el: Fix description.
14800
e793a940
LMI
148012011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14802
14803 * server.el (server-eval-at): New function.
14804
8de66e05
LMI
148052011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14806
14807 * net/network-stream.el (open-network-stream): Take a :nowait
14808 parameter and pass it on to `make-network-process'.
14809 (network-stream-open-plain): Ditto.
14810
dcb79f20
AS
148112011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14812
14813 * faces.el (face-spec-set-match-display): Don't match toolkit
14814 options on terminal frames.
14815
14a7fbd8
SM
148162011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14817
7eabc1be
SM
14818 * progmodes/pascal.el: Use lexical binding.
14819 (pascal-mode-map): Remove author preferences.
14820
14a7fbd8
SM
14821 * pcomplete.el (pcomplete-std-complete): Don't abuse
14822 completion-at-point.
14823
50f84510
JB
148242011-04-28 Juanma Barranquero <lekktu@gmail.com>
14825
6e087a44
JB
14826 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14827 removing code that has been dead since 1991 or so.
14828
50f84510
JB
14829 * startup.el (command-line): When warning about "_emacs", use a
14830 delayed warning to allow the user to filter it out.
14831
0ba690bd
DD
148322011-04-28 Deniz Dogan <deniz@dogan.se>
14833
14834 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14835 user has not joined.
14836
08abfaad
SM
148372011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14838
14839 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14840 aren't any completions at point.
14841
638f053a
JB
148422011-04-28 Juanma Barranquero <lekktu@gmail.com>
14843
14844 * subr.el (display-delayed-warnings): New function.
14845 (delayed-warnings-hook): New variable.
14846
8fff8daa
SM
148472011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14848
08abfaad
SM
14849 * minibuffer.el (completion-at-point, completion-help-at-point):
14850 Don't presume that a given completion-at-point-function will always
14851 use the same calling convention.
14852
8fff8daa
SM
14853 * pcomplete.el (pcomplete-completions-at-point):
14854 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14855 pcomplete-seen is non-nil.
14856 (pcomplete-comint-setup): Also recognize the new comint/shell
14857 completion functions.
14858 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14859 pcomplete-seen is non-nil.
14860
841a1577 148612011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14862
841a1577 14863 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14864 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14865 the first character in the entry. This allows for code to add its
211ec907
UJ
14866 own uid to the entry.
14867 (icalendar--convert-float-to-ical): Add export of
14868 `diary-float'-entries save for those with the optional DAY
14869 argument.
14870
2a782793
DC
148712011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14872
14873 * subr.el (shell-quote-argument): Use alternate escaping strategy
14874 when we spot a variable reference in a string.
14875
0438ce91
DC
148762011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14877
14878 * cus-start.el (all): Define customization for debug-on-event.
14879
841a1577 148802011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14881
14882 * subr.el (shell-quote-argument): Escape correctly under Windows.
14883
d090ed6c
SM
148842011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14885
14886 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14887
bfd31217
MA
148882011-04-25 Michael Albinus <michael.albinus@gmx.de>
14889
d090ed6c
SM
14890 * net/tramp.el (tramp-process-actions): Add POS argument.
14891 Delete region between POS and (pos).
bfd31217 14892
d090ed6c
SM
14893 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14894 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14895 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14896
14897 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14898 position in `tramp-process-actions' call.
14899
14900 * net/trampver.el: Update release number.
14901
e92f3bd3
SM
149022011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14903
850256b5
SM
14904 * custom.el (defcustom): Obey lexical-binding.
14905
e92f3bd3
SM
14906 Fix octave-inf completion problems reported by Alexander Klimov.
14907 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14908 Inherit from octave-mode-syntax-table.
14909 (inferior-octave-mode): Set info-lookup-mode.
14910 (inferior-octave-completion-at-point): New function.
14911 (inferior-octave-complete): Use it and completion-in-region.
14912 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14913 comint-filename-completion.
14914 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14915 symbol elements which shouldn't be word elements.
14916 (octave-font-lock-keywords, octave-beginning-of-defun)
14917 (octave-function-header-regexp): Adjust regexps accordingly.
14918 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14919
cd22b309
JB
149202011-04-25 Juanma Barranquero <lekktu@gmail.com>
14921
14922 * net/gnutls.el (gnutls-errorp): Declare before first use.
14923
8b492194
TZ
149242011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14925
14926 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14927 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14928 default trustfile exists before going to use it. Add missing
5a5fa834 14929 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14930 Reported by Claudio Bley <claudio.bley@gmail.com>.
14931 (open-gnutls-stream): Add usage example.
14932
14933 * net/network-stream.el (network-stream-open-starttls): Give host
14934 parameter to `gnutls-negotiate'.
14935 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14936 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14937
841a1577 149382011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14939
cd22b309
JB
14940 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14941 Use correct match group (bug#8438).
05842630 14942
3ba7869c
CY
149432011-04-24 Chong Yidong <cyd@stupidchicken.com>
14944
512e3ae1
CY
14945 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14946 (package-menu--generate): New arg specifying packages to show.
14947 (package-menu-refresh, package-menu-execute, list-packages):
14948 Callers changed.
14949 (package-show-package-list): New function, replacing deleted
14950 package--list-packages (renamed because it is non-internal).
14951
14952 * finder.el (finder-list-matches): Use package-show-package-list
14953 instead of deleted package--list-packages.
14954
e92f3bd3
SM
14955 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14956 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14957 (vc-annotate-mode-map): Bind it to RET.
14958
7031be6d
UR
149592011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14960
14961 * progmodes/etags.el (next-file): Don't use set-buffer to change
14962 buffers (Bug#8478).
14963
4ef177aa
CY
149642011-04-24 Chong Yidong <cyd@stupidchicken.com>
14965
c8d173eb
CY
14966 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14967
4ef177aa
CY
14968 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14969 (apropos-accumulator): Doc fix.
14970 (apropos-function, apropos-macro, apropos-command)
14971 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14972 (apropos-plist): Add face property.
14973 (apropos-symbols-internal): Fix indentation.
14974 (apropos-print): Simplify help, and recognize apropos-multi-type.
14975 (apropos-print-doc): Use button-type-get to extract the button's
14976 face property. Fill docstring (Bug#8352).
14977
4ffd0d6b 149782011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14979
14980 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14981
c6c32125 14982 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14983 (mpuz-mode-map): Use mapc.
c6c32125
JB
14984 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14985 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14986 Fix typos in docstrings.
14987
58d468b4
JB
14988 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14989 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14990
6470c3c6
JB
14991 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14992
4ffd0d6b 149932011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14994
14995 * minibuffer.el (completion--do-completion): Avoid the "Next char
14996 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14997
3ad8bad0
CY
14998 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14999 mouse-2 into unread-command-events, it is interpreted correctly.
15000
71d73c9c 15001 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15002 (image-toggle-display): Doc fix.
71d73c9c 15003
841a1577 150042011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15005
4ffd0d6b
GM
15006 * textmodes/page.el (what-page): Use line-number-at-pos to
15007 calculate line number (Bug#6825).
6e1dbaa9 15008
c2fb1b60
JB
150092011-04-22 Juanma Barranquero <lekktu@gmail.com>
15010
15011 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15012 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15013 Pass argument NO-DEFAULT to `find-tag-interactive'.
15014
e02f48d7
JB
150152011-04-22 Juanma Barranquero <lekktu@gmail.com>
15016
15017 Lexical-binding cleanup.
15018
15019 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15020 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15021 * progmodes/ada-prj.el (ada-prj-initialize-values)
15022 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15023 (ada-prj-show-value):
15024 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15025 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15026 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15027 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15028 * progmodes/bug-reference.el (bug-reference-push-button):
15029 * progmodes/fortran.el (fortran-line-length):
15030 * progmodes/glasses.el (glasses-change):
15031 * progmodes/octave-mod.el (octave-fill-paragraph):
15032 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15033 (python-pdbtrack-grub-for-buffer, python-sentinel):
15034 * progmodes/sql.el (sql-save-connection):
15035 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15036 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15037 Mark unused parameters.
15038
15039 * progmodes/compile.el (compilation--flush-directory-cache)
15040 (compilation--flush-parse, compile-internal): Mark unused parameters.
15041 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15042 (compilation-next-error-function): Remove unused variable `timestamp'.
15043
15044 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15045 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15046
15047 * progmodes/dcl-mode.el (dcl-end-of-command):
15048 Remove unused variable `start'.
15049 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15050 (dcl-option-value-basic, dcl-option-value-offset)
15051 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15052 Mark unused parameters.
15053 (dcl-save-local-variable): Remove unused variable `val'.
15054 (mode): Declare.
15055
15056 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15057 Mark unused parameters.
15058 (delphi-ignore-changes): Move before first use.
15059 (delphi-charset-token-at): Remove unused variable `start'.
15060 (delphi-else-start): Remove unused variable `if-count'.
15061 (delphi-comment-block-start, delphi-comment-block-end):
15062 Remove unused variable `kind'.
15063 (delphi-indent-line): Remove unused variable `new-point'.
15064
15065 * progmodes/ebrowse.el (ebrowse-files-list)
15066 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15067 Mark unused parameters. Don't quote `lambda'.
15068 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15069 Don't quote `lambda'.
15070 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15071 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15072 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15073 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15074 Use `ignore-errors'.
15075 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15076 (ebrowse-view/find-file-and-search-pattern)
15077 (ebrowse-view/find-member-declaration/definition):
15078 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15079 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15080 Rename parameter PREFIX-ARG to PREFIX.
15081 (ebrowse-tags-read-name): Remove unused variables `start' and
15082 `member-info'.
15083 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15084 to `tags-file'.
15085
15086 * progmodes/etags.el (local-find-tag-hook): Declare.
15087 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15088 Mark unused parameters.
15089
15090 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15091 (executable-interpret): Mark unused parameter.
15092
15093 * progmodes/flymake.el (flymake-process-sentinel)
15094 (flymake-after-change-function)
15095 (flymake-create-temp-with-folder-structure)
15096 (flymake-get-include-dirs-dot): Mark unused parameters.
15097 (flymake-safe-delete-directory): Remove unused variable `err'.
15098
15099 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15100 (speedbar-timer-fn, speedbar-line-text)
15101 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15102 (speedbar-center-buffer-smartly): Declare functions.
15103 (gdb-find-watch-expression): Remove unused variable `array'.
15104 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15105 (gdb-starting): Mark unused parameters.
15106 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15107 (gdb-table-string): Remove unused variable `res'.
15108 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15109 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15110 (gdb-display-buffer): Remove unused variable `cur-size'.
15111
15112 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15113 allow lexical-binding compilation.
15114 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15115 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15116 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15117 Mark unused parameters.
15118 (gud-gdb-marker-filter): Remove unused variable `match'.
15119 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15120 lambda expressions and funcall them, instead of using `fset'.
15121
15122 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15123 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15124
15125 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15126 variable `header-beg'; use `let'.
15127
15128 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15129 `restart', `last-sexp' and `at-do'.
15130
15131 * progmodes/js.el (js--debug): Mark unused parameter.
15132 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15133 (js--splice-into-items): Remove unused variable `item'.
15134 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15135
15136 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15137 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15138 (makefile-complete): Remove unused variable `try'.
15139 (makefile-fill-paragraph, makefile-match-function-end):
15140 Mark unused parameters.
15141
15142 * progmodes/octave-inf.el (inferior-octave-complete):
15143 Remove unused variable `proc'.
15144 (inferior-octave-output-digest): Mark unused parameter.
15145
15146 * progmodes/perl-mode.el (perl-calculate-indent):
15147 Remove unused variable `err'.
15148
15149 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15150 (prolog-indent-line): Mark unused parameters.
15151 (prolog-indent-line): Remove unused variable `beg'.
15152
15153 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15154 (reporter-dont-compact-list): Declare.
15155
15156 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15157 Remove unused variable `char'.
15158 (sh-debug): Mark unused parameter.
15159 (sh-get-indent-info): Remove unused variable `start'.
15160 (sh-calculate-indent): Remove unused variable `var'.
15161
15162 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15163 (simula-electric-keyword): Remove unused variable `null'.
15164 (simula-search-backward, simula-search-forward): Remove unused
15165 variables `begin' and `end'.
15166
15167 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15168 Remove unused variable `pos'.
15169 (vera-electric-tab, vera-comment-uncomment-region):
15170 Mark unused parameters.
15171 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15172
7ede3b65
CY
151732011-04-22 Chong Yidong <cyd@stupidchicken.com>
15174
15175 * emacs-lisp/package.el (package--builtins, package-alist)
15176 (package-load-descriptor, package-built-in-p, package-activate)
15177 (define-package, package-installed-p)
15178 (package-compute-transaction, package-buffer-info)
15179 (package--push): Doc fix. Distinguish more clearly between
15180 version strings and version lists.
15181
121656e9
JB
151822011-04-21 Juanma Barranquero <lekktu@gmail.com>
15183
15184 Lexical-binding cleanup.
15185
15186 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15187 (5x5-make-mutate-best):
15188 * play/fortune.el (fortune-in-buffer):
15189 * play/gomoku.el (gomoku-init-display):
15190 * play/solitaire.el (solitaire, solitaire-do-check):
15191 * play/tetris.el (tetris-default-update-speed-function):
15192 Mark unused parameters.
15193
15194 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15195 (bubbles--shift): Remove unused variable `char-org'.
15196 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15197 (bubbles--show-images): Remove unused variable `char'.
15198
15199 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15200 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15201 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15202 (decipher-analyze-buffer): Use ?\s.
15203 (decipher-make-checkpoint): Remove unused variable `mapping'.
15204
15205 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15206
15207 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15208 Remove unused variable `result'; use `let'.
15209
15210 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15211 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15212 (gametree-children-shown-p, gametree-compute-reduced-score):
15213 Use `ignore-errors'.
15214
15215 * play/handwrite.el (ps-lpr-switches): Declare.
15216 (handwrite): Remove unused variables `pmin' and `lastp'.
15217
15218 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15219
15220 * play/landmark.el (landmark-init-display)
15221 (landmark-update-naught-weights): Mark unused parameters.
15222 (landmark-y): Remove unused variable `noise'. Simplify.
15223 (landmark-human-plays): Remove unused variable `score'.
15224
15225 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15226 (mpuz-try-proposal): Remove unused variable `game'.
15227
15228 * play/zone.el (life-patterns): Declare.
15229
80f499c7
JB
152302011-04-20 Juanma Barranquero <lekktu@gmail.com>
15231
15232 * vc/vc.el (ediff-vc-internal): Declare function.
15233
024ff170
SM
152342011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15235
c0a193ea
SM
15236 * shell.el: Use lexical-binding and std completion UI.
15237 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15238 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15239 comint-preoutput-filter-functions rather than on
15240 comint-output-filter-functions.
15241 (shell-command-completion, shell--command-completion-data)
15242 (shell-filename-completion, shell-environment-variable-completion)
15243 (shell-c-a-p-replace-by-expanded-directory): New functions.
15244 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15245 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15246 (shell-dynamic-complete-environment-variable): Use them.
15247 (shell-dynamic-complete-as-environment-variable)
15248 (shell-dynamic-complete-as-command): Remove.
15249 (shell-match-partial-variable): Match past point.
15250 * comint.el: Clean up use of completion-at-point-functions.
15251 (comint-completion-at-point): New function.
15252 (comint-mode): Use it completion-at-point-functions.
15253 (comint-dynamic-complete): Make it obsolete.
15254 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15255 (comint-c-a-p-replace-by-expanded-history): New function.
15256 (comint-dynamic-complete-functions)
15257 (comint-replace-by-expanded-history): Use it.
15258 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15259 termination strings. Try harder to avoid second try-completion.
15260 (completion-in-region-mode-map): Disable bindings that don't work yet.
15261
2dbaa080
SM
15262 * comint.el: Use lexical-binding. Require CL.
15263 (comint-dynamic-complete-functions): Use comint-filename-completion.
15264 (comint-completion-addsuffix): Tweak custom type.
15265 (comint-filename-completion, comint--common-suffix)
15266 (comint--common-quoted-suffix, comint--table-subvert)
15267 (comint--complete-file-name-data): New functions.
15268 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15269 (comint-dynamic-list-filename-completions): Use them.
15270 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15271
2dbaa080
SM
15272 * minibuffer.el (completion-in-region-mode):
15273 Keep completion-in-region-mode--predicate global.
15274 (completion-in-region--postch):
15275 Assume completion-in-region-mode--predicate is not null.
15276
c79a6f38
SM
15277 * progmodes/flymake.el (flymake-start-syntax-check-process):
15278 Obey `dir'. Simplify.
15279
024ff170
SM
15280 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15281 we're in VC after all.
15282
1c6c854e
CS
152832011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15284
15285 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15286 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15287 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15288
bed7f140
SM
152892011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15290
332e62ab
SM
15291 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15292 add sanity check.
15293
bed7f140
SM
15294 * obsolete/erc-hecomplete.el: Make obsolete.
15295 * obsolete/: Standardize obsolescence info in the header.
15296
f195c582
GM
152972011-04-20 Glenn Morris <rgm@gnu.org>
15298
15299 * calendar/solar.el (solar-horizontal-coordinates):
15300 Use the longitude argument rather than `calendar-longitude'.
15301 (solar-date-next-longitude): Remove unused locals.
15302
cb79b8c0
VJL
153032011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15304
15305 * whitespace.el: New version 13.2.1.
15306
153072011-04-20 felix <EmacsWiki> (tiny change)
15308
d8e4b68b 15309 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15310 switching between major modes on a file.
15311
602ea69d
SM
153122011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15313
15314 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15315 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15316 multi-line comments as well.
15317
06b60517
JB
153182011-04-19 Juanma Barranquero <lekktu@gmail.com>
15319
15320 Lexical-binding cleanup.
15321
15322 * arc-mode.el (archive-mode-revert):
15323 * cmuscheme.el (scheme-interactively-start-process):
15324 * custom.el (custom-initialize-delay):
15325 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15326 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15327 * emacs-lock.el (emacs-lock-clear-sentinel):
15328 * ezimage.el (defezimage):
15329 * follow.el (follow-avoid-tail-recenter):
15330 * fringe.el (set-fringe-mode-1):
15331 * generic-x.el (bat-generic-mode-compile):
15332 * help-mode.el (help-info-variable, help-do-xref)
15333 (help-mode-revert-buffer):
15334 * help.el (view-emacs-todo):
15335 * iswitchb.el (iswitchb-completion-help):
15336 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15337 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15338 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15339 * locate.el (locate-update):
15340 * longlines.el (longlines-encode-region)
15341 (longlines-after-change-function):
15342 * outline.el (outline-isearch-open-invisible):
15343 * ps-def.el (declare-function, charset-dimension, char-width)
15344 (encode-char):
15345 * ps-mule.el (ps-mule-plot-string):
15346 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15347 (recentf-edit-list-select, recentf-edit-list-validate)
15348 (recentf-open-files-action):
15349 * rect.el (delete-whitespace-rectangle-line)
15350 (rectangle-number-line-callback):
15351 * register.el (window-configuration-to-register)
15352 (frame-configuration-to-register):
15353 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15354 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15355 (xselect-convert-to-targets, xselect-convert-to-delete)
15356 (xselect-convert-to-filename, xselect-convert-to-charpos)
15357 (xselect-convert-to-lineno, xselect-convert-to-colno)
15358 (xselect-convert-to-os, xselect-convert-to-host)
15359 (xselect-convert-to-user, xselect-convert-to-class)
15360 (xselect-convert-to-name, xselect-convert-to-integer)
15361 (xselect-convert-to-atom, xselect-convert-to-identity):
15362 * subr.el (declare, ignore, process-kill-without-query)
15363 (text-clone-maintain):
15364 * terminal.el (te-get-char, te-tic-sentinel):
15365 * tool-bar.el (tool-bar-make-keymap):
15366 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15367 * type-break.el (type-break-mode, type-break-noninteractive-query):
15368 * view.el (View-back-to-mark):
15369 * wid-browse.el (widget-browse-action, widget-browse-widget)
15370 (widget-browse-widgets, widget-browse-sexp):
15371 * widget.el (define-widget-keywords):
15372 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15373 Mark unused parameters.
15374
15375 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15376 (align-areas): Remove unused variable `look'.
15377 (align-region): Remove unused variables `real-end' and `pos-list'.
15378
15379 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15380
15381 * bindings.el (mode-line-modified, mode-line-remote):
15382 Mark unused parameters.
15383 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15384
15385 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15386 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15387
15388 * comint.el (comint-history-isearch-pop-state)
15389 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15390 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15391 (comint-substitute-in-file-name): Doc fix.
15392
15393 * completion.el (cmpl-statistics-block): Mark unused parameter.
15394 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15395 (save-completions-to-file, load-completions-from-file):
15396 Remove unused local variable `e'.
15397
15398 * composite.el (compose-chars): Remove unused variable `len'.
15399 (lgstring-insert-glyph): Remove unused variable `g'.
15400 (compose-glyph-string): Remove unused variables `ascent',
15401 `descent', `lbearing' and `rbearing'.
15402 (compose-glyph-string-relative): Remove unused variables
15403 `lbearing', `rbearing' and `wadjust'.
15404 (compose-gstring-for-graphic): Remove unused variables `header',
15405 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15406 (compose-gstring-for-terminal): Remove unused variables `header'
15407 and `nchars'. Use `let', not `let*'.
15408
15409 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15410 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15411 (Custom-buffer-done, custom-buffer-create-internal)
15412 (custom-browse-visibility-action, custom-browse-group-tag-action)
15413 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15414 (widget-magic-mouse-down-action, custom-toggle-parent)
15415 (custom-add-parent-links, custom-toggle-hide-variable)
15416 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15417 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15418 (custom-face-menu-create, custom-variable-menu-create, get)
15419 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15420 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15421 (customize-apropos): Remove unused variable `tests'.
15422 (custom-group-value-create): Remove unused variable `hidden-p'.
15423 (sort-fold-case): Declare.
15424
15425 * cus-theme.el (custom-reset-standard-faces-list)
15426 (custom-reset-standard-variables-list): Declare.
15427 (customize-create-theme, custom-theme-revert, custom-theme-write)
15428 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15429 Mark unused parameters.
15430
15431 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15432
15433 * delim-col.el (delimit-columns-max): Move defvar before first use.
15434
15435 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15436 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15437
15438 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15439 (auto-insert): Declare.
15440 (desktop-restore-file-buffer): Rename desktop-* parameters;
15441 mark unused ones.
15442 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15443 (desktop-buffer): Rename desktop-* parameters.
15444
15445 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15446 (dframe-reposition-frame-xemacs, dframe-help-echo)
15447 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15448 Mark unused parameters.
15449
15450 * dired-aux.el (backup-extract-version-start, overwrite-query)
15451 (overwrite-backup-query, rename-regexp-query)
15452 (rename-non-directory-query): Declare.
15453 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15454 (dired-add-entry): Remove unused variable `orig-file-name'.
15455 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15456 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15457 `dired-copy-preserve-time' directly.
15458 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15459 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15460
15461 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15462 (dired-virtual-revert, dired-make-relative-symlink):
15463 Mark unused parameters.
15464 (manual-program): Declare.
15465 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15466 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15467 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15468
15469 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15470
15471 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15472
15473 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15474 Declare.
15475
15476 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15477
15478 * electric.el (Electric-command-loop): Rename parameter
15479 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15480
15481 * expand.el (expand-in-literal): Remove unused variable `here'.
15482
15483 * facemenu.el (facemenu-add-new-color):
15484 Remove unused variable `docstring'.
15485
15486 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15487 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15488 (face-attr-construct): Mark unused parameter. Doc fix.
15489 (read-color): Remove unused variable `hex-string'.
15490
15491 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15492 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15493 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15494 (display-buffer-other-frame): Remove unused variable `old-window'.
15495 (kill-buffer-hook): Declare.
15496 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15497 Mark unused parameters.
15498 (after-find-file): Pass 1 to `auto-save-mode', not t.
15499
15500 * files-x.el (auto-insert): Declare.
15501 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15502
15503 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15504 variable `buf'. Mark unused parameter.
06b60517
JB
15505 (find-lisp-insert-directory): Mark unused parameter.
15506
15507 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15508 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15509 (format-common-tail): Remove, unused.
15510 (format-deannotate-region): Remove unused variable `loc'.
15511 (format-annotate-region): Remove unused variable `p'.
15512 (format-annotate-single-property-change): Remove unused variables
15513 `default' and `tail'.
15514
15515 * forms.el (read-file-filter): Declare.
15516 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15517
15518 * frame.el (frame-creation-function-alist): Mark unused parameter.
15519 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15520
15521 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15522 Remove unused parameters.
15523 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15524 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15525
15526 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15527 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15528 (hfy-prepare-tag-map): Mark unused parameters.
15529 (htmlfontify-buffer): Use `called-interactively-p'.
15530
15531 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15532 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15533 (ibuffer-do-occur): Mark unused parameters.
15534 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15535 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15536
15537 * ibuffer.el: Don't quote `lambda'.
15538 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15539 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15540 Mark unused parameters.
15541
15542 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15543 (ido-completing-read): Mark unused parameters.
15544 (ido-copy-current-word): Mark unused parameters;
15545 remove unused variable `name'.
15546 (ido-sort-merged-list): Remove unused parameter `dirs'.
15547
15548 * ielm.el (ielm-input-sender): Mark unused parameter.
15549 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15550 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15551 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15552 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15553 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15554
15555 * image-dired.el (image-dired-display-thumbs): Remove unused
15556 variables `curr-file' and `count'.
15557 (image-dired-remove-tag): Remove unused variable `start'.
15558 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15559 variable `curr-file'
15560 (image-dired-rotate-original): Remove unused variable `temp-file'.
15561 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15562 Remove unused variable `file'.
15563 (image-dired-gallery-generate): Remove unused variable `curr'.
15564 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15565
15566 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15567
15568 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15569
15570 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15571
15572 * isearch.el (minibuffer-history-symbol): Declare.
15573 (isearch-edit-string): Remove unused variable `err'.
15574 (isearch-message-prefix, isearch-message-suffix):
15575 Mark unused parameters.
15576
15577 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15578
15579 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15580
15581 * makesum.el (double-column): Remove unused variable `cnt'.
15582
15583 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15584 (ido-ignore-item-temp-list): Declare.
15585
15586 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15587 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15588 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15589 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15590 `mouse-col-delta'.
15591
15592 * mouse-sel.el (mouse-extend-internal):
15593 Remove unused variable `orig-window-frame'.
15594
15595 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15596 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15597 Move declarations before first use.
15598 (pcomplete-opt): Mark unused parameters; doc fix.
15599
15600 * proced.el (proced-revert): Mark unused parameter.
15601 (proced-send-signal): Remove unused variable `err'.
15602
15603 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15604 Rename parameter PREFIX-ARG to ARG.
15605 (ps-basic-plot-string, ps-basic-plot-whitespace):
15606 Mark unused parameters.
15607
15608 * replace.el (replace-count): Define.
15609 (occur-revert-function): Mark unused parameters.
15610 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15611 (isearch-case-fold-search, isearch-string): Declare.
15612 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15613 bind `case-fold-search'. Remove unused variables `beg' and `end',
15614 and simplify.
15615 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15616 COUNT and bind `replace-count'.
15617 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15618 to COUNT.
15619
15620 * savehist.el (print-readably, print-string-length): Declare.
15621
15622 * shadowfile.el (shadow-expand-cluster-in-file-name):
15623 Remove unused variable `cluster'.
15624 (shadow-copy-file): Remove unused variable `i'.
15625 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15626 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15627 (shadow-define-literal-group, shadow-define-regexp-group)
15628 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15629
15630 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15631 (shell): Use `called-interactively-p'.
15632 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15633
15634 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15635 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15636 (delete-backward-char): Remove unused variable `ocol'.
15637 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15638 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15639 (event-apply-hyper-modifier, event-apply-shift-modifier)
15640 (event-apply-control-modifier, event-apply-meta-modifier):
15641 Mark unused parameters.
15642 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15643 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15644
15645 * speedbar.el (speedbar-ignored-directory-expressions)
15646 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15647 (speedbar-find-file, speedbar-dir-follow)
15648 (speedbar-directory-buttons-follow, speedbar-tag-find)
15649 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15650 (speedbar-buffers-line-directory, speedbar-buffer-click):
15651 Mark unused parameters.
15652 (speedbar-tag-file): Remove unused variable `mode'.
15653 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15654
15655 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15656
15657 * talk.el (talk): Remove unused variable `display'.
15658
15659 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15660 (tar-write-region-annotate): Mark unused parameter.
15661
15662 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15663 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15664 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15665 warning by another.
15666
15667 * time-stamp.el (time-stamp-string-preprocess):
15668 Remove unused variable `require-padding'.
15669
15670 * tree-widget.el (widget-glyph-enable): Declare.
15671 (tree-widget-action): Mark unused parameter.
15672
15673 * w32-fns.el (x-get-selection): Mark unused parameter.
15674 (autoload-make-program, generated-autoload-file): Declare.
15675
15676 * wdired.el (wdired-revert): Mark unused parameters.
15677 (wdired-xcase-word): Remove unused variable `err'.
15678
15679 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15680 (whitespace-help-scroll): Remove unused variable `data-help'.
15681
15682 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15683 (widget-image-insert, widget-after-change, default)
15684 (widget-default-format-handler, widget-default-notify)
15685 (widget-default-prompt-value, widget-info-link-action)
15686 (widget-url-link-action, widget-function-link-action)
15687 (widget-variable-link-action, widget-file-link-action)
15688 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15689 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15690 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15691 (widget-insert-button-action, widget-delete-button-action, visibility)
15692 (widget-documentation-link-action, widget-documentation-string-action)
15693 (widget-const-prompt-value, widget-regexp-match, symbol)
15694 (widget-coding-system-prompt-value)
15695 (widget-key-sequence-value-to-external, sexp)
15696 (widget-sexp-value-to-internal, character, vector, cons)
15697 (widget-choice-prompt-value, widget-boolean-prompt-value)
15698 (widget-color--choose-action): Mark unused parameters.
15699 (widget-item-match-inline, widget-choice-match-inline)
15700 (widget-checklist-match, widget-checklist-match-inline)
15701 (widget-group-match): Rename parameter VALUES to VALS.
15702 (widget-field-value-set): Remove unused variable `size'.
15703 (widget-color-action): Remove unused variables `value' and `start'.
15704
15705 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15706 variable `dir'. Doc fix.
06b60517
JB
15707 (windmove-find-other-window): Don't pass it.
15708
15709 * window.el (count-windows): Mark unused parameter.
15710 (bw-adjust-window): Remove unused variable `err'.
15711
15712 * woman.el (woman-file-name): Remove unused variable `default'.
15713 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15714 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15715 (global-font-lock-mode): Declare.
15716 (woman-decode-region): Mark unused parameter.
15717 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15718
15719 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15720 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15721 (x-dnd-handle-moz-url): Remove unused variable `title'.
15722 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15723
15724 * xml.el (xml-parse-tag, xml-parse-attlist):
15725 Remove unused variable `pos'.
15726
bc4f7f3d
GM
157272011-04-19 Glenn Morris <rgm@gnu.org>
15728
15729 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15730 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15731 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15732 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15733 * calendar/cal-html.el (cal-html-insert-minical):
15734 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15735 (calendar-mark-date-pattern):
15736 Prefix "unused" locals.
15737
15738 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15739 optional argument `style'.
15740
15741 * calendar/appt.el (appt-make-list):
15742 * calendar/cal-china.el (calendar-chinese-date-string):
15743 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15744 (diary-hebrew-yahrzeit):
15745 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15746 * calendar/calendar.el (calendar-generate-window):
15747 * calendar/time-date.el (time-to-days):
15748 Remove unused local variables.
15749
16a43933
CY
157502011-04-18 Chong Yidong <cyd@stupidchicken.com>
15751
15752 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15753 glyphless-char-display table.
15754 (tabulated-list-glyphless-char-display): New var.
15755
7eed1860
SS
157562011-04-18 Sam Steingold <sds@gnu.org>
15757
15758 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15759 to acknowledgments.
15760
4d2d1ccd
GM
157612011-04-17 Glenn Morris <rgm@gnu.org>
15762
15763 * calendar/diary-lib.el (diary-sexp-entry):
15764 * calendar/holidays.el (holiday-sexp):
15765 Set debug-on-error rather than the removed stack-trace-on-error.
15766
239da61d
GM
157672011-04-16 Glenn Morris <rgm@gnu.org>
15768
15769 * progmodes/f90.el: Use lexical-binding.
15770 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15771
8b05752a
SM
157722011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15773
daca8ba5
SM
15774 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15775 (mail-mode): Setup mailalias completion here instead.
15776 * mail/mailalias.el: Use lexical-binding.
15777 (pattern, mailalias-done): Declare dynamic.
15778 (mail-completion-at-point-function): New function, from mail-complete.
15779 (mail-complete): Use it.
15780 (mail-completion-expand): New function.
15781 (mail-get-names): Use it.
15782 (mail-directory, mail-directory-process, mail-directory-stream):
15783 Don't use `pattern' for lexically bound arg.
15784
6f542485
SM
15785 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15786
037e7c3f
SM
15787 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15788 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15789 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15790
8b05752a
SM
15791 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15792 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15793 (byte-interactive-p): Define them again, for use when inlining
15794 old code.
15795
49093f60
JB
157962011-04-15 Juanma Barranquero <lekktu@gmail.com>
15797
15798 * loadup.el: Use `string-to-number', not `string-to-int'.
15799
b5b8e7de
SM
158002011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15803 gud-gdb-complete-command.
15804 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15805 (gud-gdb-completion-at-point): New function.
15806 (gud-gdb-completions): Remove.
15807
f42efeb5
MA
158082011-04-14 Michael Albinus <michael.albinus@gmx.de>
15809
49093f60
JB
15810 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15811 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15812 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15813 whether `executable-find' is bound.
f42efeb5
MA
15814
15815 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15816
e240cc21
SM
158172011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15818
15819 * minibuffer.el (completion-in-region-mode-predicate)
15820 (completion-in-region-mode--predicate): New vars.
15821 (completion-in-region, completion-in-region--postch)
15822 (completion-in-region-mode): Use them.
15823 (completion--capf-wrapper): Also return the hook function.
15824 (completion-at-point, completion-help-at-point):
15825 Adjust and provide a predicate.
c2bd2ab0
SM
15826
15827 Preserve arg names for advice of subr and lexical functions (bug#8457).
15828 * help-fns.el (help-function-arglist): Consolidate the subr and
15829 new-byte-code cases. Add argument `preserve-names' to extract names
15830 from the docstring when needed.
15831 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15832 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15833 (ad-arglist): Use help-function-arglist's new arg.
15834 (ad-definition-type): Use cond.
15835
c183f693
JB
158362011-04-13 Juanma Barranquero <lekktu@gmail.com>
15837
06641a47
JB
15838 * autorevert.el (auto-revert-handler):
15839 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15840 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15841 Don't quote lambda.
15842
c183f693
JB
15843 * image-mode.el (image-transform-set-scale):
15844 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15845
1e3b6001
G
158462011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15847
15848 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15849 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15850 Upgrades via gnutls-cli are too slow to be done opportunistically.
15851
2d6af8dd
JB
158522011-04-12 Juanma Barranquero <lekktu@gmail.com>
15853
15854 * dframe.el (dframe-current-frame): Remove spurious quote.
15855
c0749a51
GM
158562011-04-12 Glenn Morris <rgm@gnu.org>
15857
088d0d61
GM
15858 * calendar/cal-tex.el (cal-tex-end-document):
15859 Try to automatically use latin1 input if needed.
15860
c0749a51
GM
15861 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15862 Don't try to cons a mark onto an empty element.
15863
5c90fde0
LL
158642011-04-11 Leo Liu <sdl.web@gmail.com>
15865
15866 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15867 buffers.
15868 (ido-kill-buffer-at-head): Support killing virtual buffers.
15869
369e974d
CY
158702011-04-10 Chong Yidong <cyd@stupidchicken.com>
15871
15872 * minibuffer.el (completion-show-inline-help): New var.
15873 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15874 (minibuffer-force-complete, minibuffer-complete-word):
15875 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15876
15877 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15878 to avoid interference from inline help (Bug#5849).
15879
37f1c930
LL
158802011-04-10 Leo Liu <sdl.web@gmail.com>
15881
099c39a4
JB
15882 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15883 Fix typo.
37f1c930 15884
a32d4040
CY
158852011-04-09 Chong Yidong <cyd@stupidchicken.com>
15886
15887 * image-mode.el (image-toggle-display-image): Signal an error if
15888 not in Image mode.
15889 (image-transform-mode, image-transform-resize)
15890 (image-transform-set-rotation): Doc fix.
daca8ba5 15891 (image-transform-set-resize): Delete.
a32d4040
CY
15892 (image-transform-set-scale, image-transform-fit-to-height)
15893 (image-transform-fit-to-width): Handle image-toggle-display-image
15894 and image-transform-resize directly.
15895
099c39a4 158962011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15897
15898 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15899 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15900 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15901 (doc-view-mode-map): Add bindings for the new functions.
15902
099c39a4 159032011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15904
4d61f28d 15905 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15906 Fix typo in docstring.
15907
3726838a
EZ
159082011-04-08 Eli Zaretskii <eliz@gnu.org>
15909
04f33f1e
EZ
15910 * files.el (file-size-human-readable): Produce one digit after
15911 decimal, like "ls -lh" does.
15912
15913 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15914 the file size representation.
15915
3726838a
EZ
15916 * simple.el (list-processes): If async subprocesses are not
15917 available, error out with a clear error message.
15918
cbb59342
CY
159192011-04-08 Chong Yidong <cyd@stupidchicken.com>
15920
15921 * help.el (help-form-show): New function, to be called from C.
15922 Put help-form output in a buffer named differently than *Help*.
15923
e3971c44
EZ
159242011-04-08 Eli Zaretskii <eliz@gnu.org>
15925
15926 * files.el (file-size-human-readable): New function.
15927
15928 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15929 computing the representation inline. Don't require `cl'.
15930
12544bbe
GM
159312011-04-08 Glenn Morris <rgm@gnu.org>
15932
a1de6c6a
GM
15933 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15934
3c4671f4
GM
15935 * net/browse-url.el (browse-url-firefox):
15936 Test system-type, not system-configuration.
15937
b605679c
GM
15938 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15939 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15940 Use log-edit-empty-buffer-p. (Bug#7598)
15941
56442f0c
GM
15942 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15943 (rlogin-mode-map): Initialize in the defvar.
15944 (rlogin): Use ignore-errors.
15945
12544bbe
GM
15946 * replace.el (occur-mode-map): Some fixes for menu items.
15947
eb237b0f
AH
159482011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15949
15950 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15951
7d668f2c
CY
159522011-04-06 Chong Yidong <cyd@stupidchicken.com>
15953
e67a13ab
CY
15954 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15955 issuing unused warnings.
15956
15957 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15958 macro directly.
15959
7d668f2c
CY
15960 * simple.el: Lisp reimplement of list-processes. Based on an
15961 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15962 (process-menu-mode): New major mode.
15963 (list-processes--refresh, list-processes):
15964 (process-menu-visit-buffer): New functions.
15965
15966 * files.el (save-buffers-kill-emacs): Don't assume any return
15967 value of list-processes, which is undocumented anyway.
15968
a83ec3c9
CY
159692011-04-06 Chong Yidong <cyd@stupidchicken.com>
15970
15971 * emacs-lisp/tabulated-list.el: New file.
15972
e91a96fe
CY
15973 * emacs-lisp/package.el: Use Tabulated List mode.
15974 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15975 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15976 table format using Tabulated List mode variables.
15977 (package--push): New macro, replacing package-list-maybe-add.
15978 (package-menu--generate): Use package--push. Renamed from
15979 package--generate-package-list.
15980 (package-menu-refresh, list-packages): Use it.
daca8ba5 15981 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15982 Return insertion data instead of inserting it directly.
099c39a4
JB
15983 (package-menu-describe-package, package-menu-execute):
15984 Use tabulated-list-get-id.
e91a96fe
CY
15985 (package-menu-mark-delete, package-menu-mark-install)
15986 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15987 (package-menu-mark-obsolete-for-deletion):
15988 Use tabulated-list-put-tag.
e91a96fe
CY
15989 (package--list-packages, package-menu-revert)
15990 (package-menu-get-package, package-menu-get-version)
15991 (package-menu-sort-by-column): Functions deleted.
15992 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15993 (package-menu--status-predicate, package-menu--version-predicate)
15994 (package-menu--name-predicate)
15995 (package-menu--description-predicate): Handle arguments in the
15996 Tabulated List format.
15997 (package-list-packages-no-fetch): Call list-packages.
15998
3e214b50
JB
159992011-04-06 Juanma Barranquero <lekktu@gmail.com>
16000
16001 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16002 (after-find-file): Don't bind it.
3e214b50
JB
16003 (revert-buffer-in-progress-p): New variable.
16004 (revert-buffer): Bind it.
16005 Pass nil for `after-find-file-from-revert-buffer'.
16006
16007 * saveplace.el (save-place-find-file-hook): Use new variable
16008 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16009
3f0f1700
GM
160102011-04-06 Glenn Morris <rgm@gnu.org>
16011
c0274801
GM
16012 * Makefile.in (AUTOGEN_VCS): New variable.
16013 (autoloads): Use $AUTOGEN_VCS.
16014
3f0f1700
GM
16015 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16016 * calendar/calendar.el (calendar-mode-map):
16017 Check for toolkit scroll bars. (Bug#8305)
16018
41ea9e48
CY
160192011-04-05 Chong Yidong <cyd@stupidchicken.com>
16020
16021 * minibuffer.el (completion-in-region--postch)
16022 (completion-in-region-mode): Remove unnecessary messages.
16023
6194c800
JB
160242011-04-05 Juanma Barranquero <lekktu@gmail.com>
16025
33256f14
JB
16026 * font-lock.el (font-lock-refresh-defaults):
16027 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16028 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16029
6194c800
JB
16030 * info.el (Info-directory-list, Info-read-node-name-2)
16031 (Info-split-parameter-string): Doc fixes.
16032 (Info-virtual-nodes): Reflow docstring.
16033 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16034 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16035 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16036 Fix typos in docstrings.
16037 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16038 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16039 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16040 (Info-restore-desktop-buffer): Mark unused parameters.
16041 (Info-directory-find-file, Info-directory-find-node)
16042 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16043 (Info-virtual-index-find-node, Info-apropos-find-file)
16044 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16045 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16046 (Info-virtual-index): Remove unused local variable `nodename'.
16047
b87a8200 160482011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16049
b87a8200
DD
16050 * net/rcirc.el: Update my e-mail address.
16051 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16052
3b2ff876
CY
160532011-04-05 Chong Yidong <cyd@stupidchicken.com>
16054
16055 * startup.el (command-line): Save the cursor's theme-face
16056 directly, instead of using face-override-spec.
16057
16058 * custom.el (load-theme): Minor optimization in assigning faces.
16059
8d17e7ca
JB
160602011-04-04 Juanma Barranquero <lekktu@gmail.com>
16061
16062 * help-fns.el (describe-variable): Complete all variables having
16063 documentation, including keywords.
16064 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16065
2fbc1934
JB
160662011-04-04 Juanma Barranquero <lekktu@gmail.com>
16067
16068 Convert to lexical-binding.
16069
16070 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16071 (bs--get-marked-string, bs--get-modified-string)
16072 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16073 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16074 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16075
16076 * ehelp.el (electric-help-execute-extended)
16077 (electric-help-ctrl-x-prefix):
16078 * hexl.el (hexl-revert-buffer-function):
16079 * linum.el (linum-after-change, linum-after-scroll):
16080 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16081
16082 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16083
74f50695
DU
160842011-04-04 Daiki Ueno <ueno@unixuser.org>
16085
16086 * epa-dired.el:
16087 * epa-mail.el:
16088 * epa-hook.el:
16089 * epa-file.el:
16090 * epa.el:
16091 * epg.el: Use lexical binding.
16092
c11325f7
CY
160932011-04-03 Chong Yidong <cyd@stupidchicken.com>
16094
0d9e9a12
CY
16095 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16096
c11325f7 16097 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16098 dictionary case for flyspell-mark-duplications-exceptions.
16099 Use regexp matching for languages.
c11325f7
CY
16100 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16101 default dictionary (Bug#7926).
16102
da91b5f2
CY
161032011-04-02 Chong Yidong <cyd@stupidchicken.com>
16104
099c39a4
JB
16105 * emacs-lisp/package.el (package--with-work-buffer):
16106 Recognize https URLs.
da91b5f2 16107
099c39a4
JB
16108 * net/network-stream.el: Move from gnus/proto-stream.el.
16109 Change prefix to network-stream throughout.
da91b5f2
CY
16110 (open-protocol-stream): Merge into open-network-stream, leaving
16111 open-protocol-stream as an alias. Handle nil BUFFER args.
16112
16113 * subr.el (open-network-stream): Move to net/network-stream.el.
16114
afa8e9f6
GM
161152011-04-02 Glenn Morris <rgm@gnu.org>
16116
1d2e369d
GM
16117 * find-dired.el (find-exec-terminator): New option.
16118 (find-ls-option): Test for -ls support.
16119 (find-ls-subdir-switches): Test for -b in find-ls-option.
16120 (find-dired, find-grep-dired): Doc fixes.
16121 (find-dired): Use find-exec-terminator.
16122
8abb7da8 16123 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16124 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16125 (find-name-arg): Remove purecopy.
8abb7da8 16126
f3ca7378
GM
16127 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16128 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16129 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16130 accordingly. Don't add the null-device if not needed.
16131
afa8e9f6
GM
16132 * files.el (save-some-buffers): Doc fix.
16133
35eae264
EZ
161342011-04-02 Eli Zaretskii <eliz@gnu.org>
16135
16136 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16137
26b51db5
JB
161382011-04-01 Juanma Barranquero <lekktu@gmail.com>
16139
16140 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16141 Use `dolist' rather than `mapcar'.
16142
7200d79c
SM
161432011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16144
03408648 16145 Add lexical binding.
7200d79c 16146
03408648
SM
16147 * subr.el (apply-partially): Use new closures rather than CL.
16148 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16149 (dolist, dotimes): Use slightly different expansion for lexical code.
16150 (functionp): Move to C.
16151 (letrec): New macro.
16152 (with-wrapper-hook): Use it and apply-partially instead of CL.
16153 (eval-after-load): Preserve lexical-binding.
16154 (save-window-excursion, with-output-to-temp-buffer): Turn them
16155 into macros.
7200d79c 16156
03408648
SM
16157 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16158
16159 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16160 than the arglist.
16161 (help-add-fundoc-usage): Don't add `Not documented'.
16162 (help-function-arglist): Handle closures, subroutines, and new
16163 byte-code-functions.
16164 (help-make-usage): Remove leading underscores.
16165 (describe-function-1): Handle closures.
16166 (describe-variable): Use special-variable-p for completion.
16167
16168 * files.el (lexical-binding): Declare safe.
f488fb65 16169
03408648
SM
16170 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16171 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16172 (pcase): Add `let' pattern.
16173 Change memoization so it actually works.
16174 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16175 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16176 <let>: New case.
f488fb65 16177
03408648
SM
16178 * emacs-lisp/macroexp.el: Use lexical binding.
16179 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16180 Don't convert ' to #' without checking that it's indeed quoting
16181 a lambda.
16182
16183 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16184 Use eval-sexp-add-defvars.
03408648
SM
16185 (eval-sexp-add-defvars): New fun.
16186
16187 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16188
16189 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16190 Don't autoload.
16191 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16192 than the internal `byte-compile-lambda'.
16193 (defmethod): Don't hide code under quotes.
16194 (eieio-defmethod): New `code' argument.
16195
16196 * emacs-lisp/eieio-comp.el: Remove.
16197
16198 * emacs-lisp/edebug.el (edebug-eval-defun)
16199 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16200 (edebug-toggle): Avoid `eval'.
16201
16202 * emacs-lisp/disass.el (disassemble-internal): Handle new
16203 `closure' objects.
16204 (disassemble-1): Handle new byte codes.
16205
16206 * emacs-lisp/cl.el (pushnew): Silence warning.
16207
16208 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16209 (cl-byte-compile-throw): Remove.
16210 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16211
16212 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16213 closures.
16214
16215 * emacs-lisp/cconv.el: New file.
16216
16217 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16218 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16219 (byte-compile-initial-macro-environment):
16220 Handle declare-function here.
16221 (byte-compile--lexical-environment): New var.
16222 (byte-stack-ref, byte-stack-set, byte-discardN)
16223 (byte-discardN-preserve-tos): New lap codes.
16224 (byte-interactive-p): Don't use any more.
16225 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16226 New macros.
16227 (byte-compile-lapcode): Use them and handle new lap codes.
16228 (byte-compile-obsolete): Remove.
16229 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16230 (byte-compile-arglist-warn): Check late def of inlinable funs.
16231 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16232 since they should have been expanded by now.
16233 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16234 (byte-compile-from-buffer): Remove unused second arg.
16235 (byte-compile-preprocess): New function.
16236 (byte-compile-toplevel-file-form): New function to distinguish
16237 file-form calls from outside from file-form calls from hunk-handlers.
16238 (byte-compile-file-form): Simplify.
16239 (byte-compile-file-form-defsubst): Remove.
16240 (byte-compile-file-form-defmumble): Simplify now that
16241 byte-compile-lambda always returns a byte-code-function.
16242 (byte-compile): Preprocess.
16243 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16244 Remove, not used any more.
16245 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16246 (byte-compile-make-args-desc): New funs.
16247 (byte-compile-lambda): Handle lexical functions. Always return
16248 a byte-code-function.
16249 (byte-compile-reserved-constants): New var, to make up room for
16250 closed-over variables.
16251 (byte-compile-constants-vector): Obey it.
16252 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16253 (byte-compile-macroexpand-declare-function): New function.
16254 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16255 byte-code-functions.
16256 (byte-compile-form): Check obsolescence here.
16257 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16258 (byte-compile-variable-ref): Remove.
16259 (byte-compile-dynamic-variable-op): New fun.
16260 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16261 (byte-compile-variable-set): New funs.
16262 (byte-compile-discard): Add 2 args.
16263 (byte-compile-stack-ref, byte-compile-stack-set)
16264 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16265 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16266 macroexpand-all instead.
16267 (byte-compile-quote-form): Remove.
16268 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16269 (byte-compile-bind, byte-compile-unbind): New funs.
16270 (byte-compile-let): Handle let* and lexical binding.
16271 (byte-compile-let*): Remove.
16272 (byte-compile-catch, byte-compile-unwind-protect)
16273 (byte-compile-track-mouse, byte-compile-condition-case):
16274 Handle a new :fun-body form, used for lexical scoping.
16275 (byte-compile-save-window-excursion)
16276 (byte-compile-with-output-to-temp-buffer): Remove.
16277 (byte-compile-defun): Simplify.
16278 (byte-compile-stack-adjustment): New fun.
16279 (byte-compile-out): Use it.
16280 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16281
16282 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16283 handler any more.
16284
16285 * emacs-lisp/byte-opt.el: Use lexical binding.
16286 (byte-inline-lapcode): Remove (to bytecomp).
16287 (byte-compile-inline-expand): Pay attention to inlining to/from
16288 lexically bound code.
16289 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16290 any more.
16291 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16292 any more and don't call compiler-macros.
16293 (byte-compile-splice-in-already-compiled-code): Remove.
16294 (byte-code): Don't inline any more.
16295 (disassemble-offset): Receive `bytes' as argument rather than via
16296 dynamic scoping.
16297 (byte-compile-tag-number): Declare before first use.
16298 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16299 `return' even if make-spliceable.
16300 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16301 obsolete interactive-p.
16302 (byte-optimize-lapcode): Optimize new lap-codes.
16303 Don't trip up on new form of `byte-constant' lap code.
16304
16305 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16306
16307 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16308
16309 * custom.el (custom-initialize-default, custom-declare-variable):
16310 Use `defvar'.
16311
16312 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16313 New variables.
16314 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16315 (COMPILE_FIRST): Add macroexp and cconv.
16316 * makefile.w32-in: Mirror changes in Makefile.in.
16317
16318 * vc/cvs-status.el:
16319 * vc/diff-mode.el:
16320 * vc/log-edit.el:
16321 * vc/log-view.el:
16322 * vc/smerge-mode.el:
16323 * textmodes/bibtex-style.el:
090bd7cb 16324 * textmodes/css-mode.el:
03408648
SM
16325 * startup.el:
16326 * uniquify.el:
da91b5f2
CY
16327 * minibuffer.el:
16328 * newcomment.el:
16329 * reveal.el:
16330 * server.el:
16331 * mpc.el:
16332 * emacs-lisp/smie.el:
16333 * doc-view.el:
16334 * dired.el:
03408648
SM
16335 * abbrev.el: Use lexical binding.
16336
0f0c1f27
EZ
163372011-04-01 Eli Zaretskii <eliz@gnu.org>
16338
16339 * info.el (info-display-manual): New function.
16340
c82b2579
SM
163412011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16342
16343 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16344
221ddf68
TH
163452011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16346
16347 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16348 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16349
cba6e77e
GM
163502011-03-31 Glenn Morris <rgm@gnu.org>
16351
e040639f
GM
16352 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16353
cba6e77e
GM
16354 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16355
6d0f1c9e
CS
163562011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16357
16358 * progmodes/python.el (python-default-interpreter)
16359 (python-python-command-args, python-jython-command-args)
16360 (python-which-shell, python-which-args, python-which-bufname)
16361 (python-file-queue, python-comint-output-filter-function)
16362 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16363 variables and functions.
16364
3e2d70fd
SM
163652011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16366
16367 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16368 (completion-in-region-mode): New minor mode.
16369 (completion-in-region): Use it.
16370 (completion-in-region--data, completion-in-region-mode-map): New vars.
16371 (completion-in-region--postch): New function.
16372 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16373 New vars.
16374 (completion--capf-wrapper): New function.
16375 (completion-at-point): Use it to track well-behavedness of
16376 hook functions.
16377 (completion-help-at-point): New command.
16378
f3e4086c
JM
163792011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16380
16381 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16382 syntax class to search for whitespace on a single line
16383 (Message-ID: <4D938140.4030905@redhat.com>).
16384
eb7ffc14
LL
163852011-03-30 Leo Liu <sdl.web@gmail.com>
16386
16387 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16388 New commands.
16389 (edit-abbrevs-map): Bind them here.
16390 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16391
d806ab68
KM
163922011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16393
16394 * allout.el (allout-hide-by-annotation, allout-flag-region):
16395 Reduce possibility of overlay leakage by making them volatile.
16396
16397 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16398 hash is not shared between buffers. Mode initialization is
16399 responsible for giving it a useful starting value.
16400 (allout-item-span): Reduce possibility of overlay leakage by
16401 making them volatile.
16402 (allout-widgets-count-buttons-in-region): Add diagnostic function
16403 for tracking down button overlay leaks.
16404
ea622834
LL
164052011-03-29 Leo Liu <sdl.web@gmail.com>
16406
16407 * ido.el (ido-read-internal): Use the default history var
16408 minibuffer-history if no HISTORY is specified.
16409
b62f8267
G
164102011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16411
03408648
SM
16412 * net/imap.el (imap-shell-open, imap-process-connection-type):
16413 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16414 Kerberos, SSL, other subprocesses.
16415
947b6566
LL
164162011-03-28 Leo Liu <sdl.web@gmail.com>
16417
16418 * abbrev.el (abbrev-table-empty-p): New function.
16419 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16420 nonempty ones. (Bug#5937)
16421
5ffb62aa
JD
164222011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16423
16424 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16425
7a097943
LL
164262011-03-27 Leo Liu <sdl.web@gmail.com>
16427
16428 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16429 for foreground and background colors.
16430 (ansi-color-make-color-map): Adapt.
16431
c5b40130
LL
164322011-03-25 Leo Liu <sdl.web@gmail.com>
16433
1f48f7d2
LL
16434 * midnight.el (midnight-time-float): Remove. Note it calculates
16435 the microsecond component incorrectly and seconds-to-time does the
16436 same job.
625897ec 16437 Remove redundant (require 'timer).
1f48f7d2 16438
c5b40130
LL
16439 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16440 (ido-completions): Remove unused arguments. (Bug#8329)
16441
d86d2721
SM
164422011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16443
16444 * minibuffer.el (completion--flush-all-sorted-completions):
16445 Remove itself from hook.
16446 (completion-at-point): Let the functions perform the completion
16447 immediately and return nil or t.
16448 * comint.el (comint-dynamic-complete-functions): Now identical to
16449 completion-at-point-functions.
16450 (comint-dynamic-list-input-ring): Remove unused var `index'.
16451 (comint--match-partial-filename, comint--unquote&expand-filename):
16452 New funs, split from comint-match-partial-filename.
16453 (comint-dynamic-complete): Use completion-at-point.
16454 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16455
e8974c48
DA
164562011-03-24 Drew Adams <drew.adams@oracle.com>
16457
16458 * thingatpt.el: Support `defun'.
16459
def71b5e
LL
164602011-03-23 Leo Liu <sdl.web@gmail.com>
16461
cb5af48e
LL
16462 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16463
def71b5e
LL
16464 * help-mode.el (help-mode-finish): Tweak regexp.
16465
927c53e7
GM
164662011-03-23 Glenn Morris <rgm@gnu.org>
16467
18d05bed
GM
16468 * eshell/esh-opt.el (eshell-eval-using-options):
16469 Do not bind unused local variable `eshell-option-stub'.
16470
927c53e7
GM
16471 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16472
9d0da923
JB
164732011-03-22 Juanma Barranquero <lekktu@gmail.com>
16474
16475 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16476 keymap variable in `with-no-warnings' to avoid a warning when the
16477 keymap has been already `defconst'ed.
16478
4b978a67
LL
164792011-03-22 Leo Liu <sdl.web@gmail.com>
16480
16481 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16482 encode all chars in abbrevs; otherwise use emacs-mule or
16483 utf-8-emacs. (Bug#8308)
16484
5fd62452
JB
164852011-03-22 Juanma Barranquero <lekktu@gmail.com>
16486
0b1596c6
JB
16487 * simple.el (backward-delete-char-untabify):
16488 Avoid warning about using `delete-backward-char'.
16489
5fd62452
JB
16490 * image.el (image-type-file-name-regexps): Make it variable.
16491 `imagemagick-register-types' modifies it, and the user may want
16492 to add new extensions for known image types.
16493 (imagemagick-register-types): Throw error if not using ImageMagick.
16494
0b4e93f1
LL
164952011-03-22 Leo Liu <sdl.web@gmail.com>
16496
16497 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16498 located before rcirc-prompt-end-marker.
16499 (rcirc-complete): Error if point is not after rcirc prompt.
16500 Handle the case when table is nil.
9882e214 16501 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16502
fccee4ab
CY
165032011-03-22 Chong Yidong <cyd@stupidchicken.com>
16504
16505 * custom.el (custom--inhibit-theme-enable): Make it affect only
16506 custom-theme-set-variables and custom-theme-set-faces.
16507 (provide-theme): Ignore custom--inhibit-theme-enable.
16508 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16509 (custom-enabling-themes): Delete variable.
d86d2721
SM
16510 (enable-theme): Accept only loaded themes as arguments.
16511 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16512 (custom-enabled-themes): Forbid themes from setting this.
16513 Eliminate use of custom-enabling-themes.
16514 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16515
af896da6
LL
165162011-03-21 Leo Liu <sdl.web@gmail.com>
16517
16518 * ido.el (ido-read-internal): Add ido-selected to history instead
16519 of user input.
16520
78f64af0
SM
165212011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * subr.el (deferred-action-list, deferred-action-function):
16524 Mark obsolete.
16525
b16ac1ec
LL
165262011-03-21 Leo Liu <sdl.web@gmail.com>
16527
810f7698
LL
16528 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16529 change on 2011-02-13 (bug#8309).
16530
b16ac1ec
LL
16531 * minibuffer.el (read-file-name-function): Change default value.
16532 (read-file-name--defaults): Rename from read-file-name-defaults.
16533 (read-file-name-default): Rename from read-file-name.
16534 (read-file-name): Call read-file-name-function.
16535
4e05e67e
GM
165362011-03-21 Glenn Morris <rgm@gnu.org>
16537
16538 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16539 Doc fixes.
16540
4359915b
CY
165412011-03-21 Chong Yidong <cyd@stupidchicken.com>
16542
16543 * cus-theme.el: Add missing provide statement.
16544 (customize-create-theme): Extract theme value correctly.
16545 (custom-theme-visit-theme): Autoload.
16546 (customize-create-theme): Prompt before inserting default faces.
16547
1fe275ee
JB
165482011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16549
16550 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16551 units and musical notes.
16552
cd394be1 165532011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16554
16555 * ido.el (ido-read-internal): Use completing-read-default.
16556 (ido-completing-read): Fix compatibility with completing-read.
16557
7d476bde
CO
165582011-03-20 Christian Ohler <ohler@gnu.org>
16559
16560 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16561 (ert-delete-all-tests): Use `called-interactively-p' rather than
16562 `interactive-p'.
16563 (ert--make-xrefs-region): Respect END.
16564
fe0fb33e
CY
165652011-03-19 Chong Yidong <cyd@stupidchicken.com>
16566
ff854b0b
CY
16567 * dired-aux.el (dired-create-directory): Signal an error if the
16568 directory already exists (Bug#8246).
16569
fe0fb33e
CY
16570 * facemenu.el (list-colors-display): Call list-faces-display
16571 inside with-help-window.
16572 (list-colors-print): Use display property to align the final
16573 column, instead of checking window-width.
16574
576bce32
EZ
165752011-03-19 Eli Zaretskii <eliz@gnu.org>
16576
4d61f28d 16577 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16578 windows-nt systems.
16579 (emerge-protect-metachars): Quote correctly for ms-dos and
16580 windows-nt systems.
16581
89c41d68 165822011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16583
16584 * info.el (info-initialize): Replace all uses of `:' with
16585 path-separator for compatibility with non-Unix systems.
16586 Cache quoting of path-separator. (Bug#8258)
16587
b14e3e21 165882011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16589
16590 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16591 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16592 (mouse-avoidance-mode): Fix typos in docstrings.
16593
4525ce3e
CY
165942011-03-19 Chong Yidong <cyd@stupidchicken.com>
16595
16596 * startup.el (package-subdirectory-regexp): Move from package.el.
16597 Omit \\` and \\', and let callers add them.
16598
16599 * emacs-lisp/package.el (package-strip-version)
16600 (package-load-all-descriptors): Add \\` and \\' to
16601 package-subdirectory-regexp before using it.
16602 (package-untar-buffer): New arg DIR; ensure that file untars only
16603 into this expected directory. Remove superfluous delete-region.
16604 (package-unpack): Caller changed.
16605 (package-tar-file-info): Use package-subdirectory-regexp.
16606
a904a09a 166072011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16608
a904a09a
SM
16609 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16610 diff-mode-shared-map (bug#8284).
16611 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16612
166132011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16614
16615 * calendar/time-date.el (format-seconds): Use assoc instead of
16616 assoc-string, since assoc-string doesn't exist in XEmacs.
16617
171fc304
JB
166182011-03-17 Juanma Barranquero <lekktu@gmail.com>
16619
16620 * custom.el (custom-known-themes): Reflow docstring.
16621 (custom-theme-load-path): Fix typo in docstring.
16622 (load-theme): Fix typo in error message.
16623 (custom-available-themes, custom-variable-theme-value):
16624 Use `let', not `let*'.
16625
d71990a1
JB
166262011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16627
16628 * calc/README: Mention inclusion of musical notes.
16629
16630 * calc/calc-units.el (calc-lu-quant): Rename from
16631 `calc-logunits-quantity'.
16632 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16633 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16634 (calc-db): Rename from `calc-dblevel'.
16635 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16636 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16637 (calc-np): Rename from `calc-nplevel'.
16638 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16639 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16640 (calc-lu-plus): Rename from `calc-logunits-add'.
16641 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16642 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16643 (calc-lu-minus): Rename from `calc-logunits-sub'.
16644 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16645 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16646 (calc-lu-times): Rename from `calc-logunits-mul'.
16647 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16648 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16649 (calc-lu-divide): Rename from `calc-logunits-div'.
16650 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16651 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16652
16653 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16654 functions being autoloaded.
16655
16656 * calc/calc.el (calc-lu-power-reference): Rename from
16657 `calc-logunits-power-reference'.
16658 (calc-lu-field-reference): Rename from
16659 `calc-logunits-field-reference'.
16660
7a71b18d
GM
16661 * calc/calc-help.el (calc-l-prefix-help):
16662 Mention musical note functions.
d71990a1 16663
40c2934b
SM
166642011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * minibuffer.el (completion-all-sorted-completions):
16667 Use :completion-cycle-penalty text property if present.
16668
b0911414
KM
166692011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16670
16671 * allout.el (allout-yank-processing): Adjust for new rebulleting
16672 regime so bullet being yanked is used without prompting the user
16673 for a choice.
16674
8a05b668
JB
166752011-03-16 Juanma Barranquero <lekktu@gmail.com>
16676
16677 * startup.el (command-line): Warn the user that _emacs is deprecated.
16678
5ba5fb81
JB
166792011-03-16 Juanma Barranquero <lekktu@gmail.com>
16680
16681 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16682 (delphi-verbose, delphi-comment-face, delphi-string-face)
16683 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16684 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16685 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16686 (delphi-new-comment-line, delphi-font-lock-defaults)
16687 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16688 Fix typos in docstrings.
16689
2dab465b
KM
166902011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16691
5ba5fb81 16692 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16693 Invert the roles of character and string values for INSTEAD, so a
16694 string is used for the more common case of a defaulting prompt.
16695
0adf5618
SM
166962011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16697
16698 * progmodes/ruby-mode.el (ruby-backward-sexp):
16699 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16700 * play/gamegrid.el (gamegrid-make-face):
16701 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16702 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16703 * notifications.el (notifications-notify):
16704 * net/xesam.el (xesam-search-engines):
16705 * net/quickurl.el (quickurl-list-insert):
16706 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16707
d72700e5
CY
167082011-03-15 Chong Yidong <cyd@stupidchicken.com>
16709
16710 * startup.el (command-line): Update package subdirectory regexp.
16711
49c5410a
SM
167122011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16713
c6eee9aa
SM
16714 * allout.el (allout-abbreviate-flattened-numbering)
16715 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16716
49c5410a
SM
16717 * subr.el (read-char-choice): Only show the cursor after the prompt,
16718 not after the answer.
16719
047b2bb9
KR
167202011-03-15 Kevin Ryde <user42@zip.com.au>
16721
16722 * help-fns.el (variable-at-point): Skip leading quotes, if any
16723 (bug#8253).
16724
0a57d256
SM
167252011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16726
16727 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16728 warning message.
16729
77c992bc
MA
167302011-03-14 Michael Albinus <michael.albinus@gmx.de>
16731
16732 * shell.el (shell): When called interactively, offer to change the
16733 shell file name on remote hosts.
16734
eebc475d
TZ
167352011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16736
16737 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16738 integration for LDAP parameters. The host, base, user or binddn,
16739 and secret tokens can be specified in a netrc file, for instance.
16740 This is optional because an `auth-source' parameter must be
16741 specified in the search attributes.
16742
9d05d1ba
JB
167432011-03-13 Juanma Barranquero <lekktu@gmail.com>
16744
16745 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16746
09d9db2c
GM
167472011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16748
16749 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16750 into declaration. Remove redundant and harmful binding.
16751
167522011-03-12 Eli Zaretskii <eliz@gnu.org>
16753
16754 * files.el (file-ownership-preserved-p): Pass `integer' as an
16755 explicit 2nd argument to `file-attributes'. If the file's owner
16756 is the Administrators group on Windows, and the current user is
16757 Administrator, consider that a match.
16758
16759 * server.el (server-ensure-safe-dir): Consider server directory
16760 safe on MS-Windows if its owner is the Administrators group while
16761 the current Emacs user is Administrator. Use `=' to compare
16762 numerical UIDs, since they could be integers or floats.
16763
219bd536
JB
167642011-03-12 Juanma Barranquero <lekktu@gmail.com>
16765
16766 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16767
f3afd36b
MA
167682011-03-12 Michael Albinus <michael.albinus@gmx.de>
16769
16770 Sync with Tramp 2.2.1.
16771
16772 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16773
16774 * net/trampver.el: Update release number.
16775
3aaaa6f1
SM
167762011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16777
94642599
SM
16778 * progmodes/compile.el (compilation--previous-directory): Fix up
16779 various nil/dead-marker mismatches (bug#8014).
16780 (compilation-directory-properties, compilation-error-properties):
16781 Don't call it at a position past the one we're about to change.
16782
3aaaa6f1
SM
16783 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16784 Disable obsolescence warnings in the file that declares it.
16785
14239447
KM
167862011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16787
099c39a4
JB
16788 * allout-widgets.el (allout-widgets-tally):
16789 Initialize allout-widgets-tally as a hash table rather than nil to
16790 prevent mode-line redisplay warnings. Also, clarify the module
16791 description and fix a comment typo.
14239447 16792
135e287c
JB
167932011-03-11 Juanma Barranquero <lekktu@gmail.com>
16794
16795 * help-fns.el (describe-variable): Don't complete keywords.
16796 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16797
ffbf300e
CY
167982011-03-10 Chong Yidong <cyd@stupidchicken.com>
16799
ba08b241
CY
16800 * emacs-lisp/package.el (package-version-join): Impose a standard
16801 string representation for pre/alpha/beta version lists.
16802 (package-unpack-single): Standardize the directory name by passing
16803 it through package-version-join.
16804 (package-strip-rcs-id): Accept any version string that does not
16805 signal an error in version-to-list.
ffbf300e 16806
f346fd6b
MA
168072011-03-10 Michael Albinus <michael.albinus@gmx.de>
16808
16809 * simple.el (delete-trailing-whitespace): Return nil for the
16810 benefit of `write-file-functions'.
16811
ccb55d27
GM
168122011-03-10 Glenn Morris <rgm@gnu.org>
16813
5ceaac0c
GM
16814 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16815
02da65ff
GM
16816 * vc/vc-git.el (vc-git-program): New option.
16817 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16818 (vc-git--call): Use it.
16819
b2f603cc
GM
16820 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16821
5772caab
GM
16822 * cus-edit.el (Custom-newline): If no button at point, look
16823 for a subgroup button at start-of-line. (Bug#2298)
16824
ccb55d27
GM
16825 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16826
ec6ecaed
JD
168272011-03-10 Julien Danjou <julien@danjou.info>
16828
16829 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16830 `cursor-type' is nil.
16831
9d5aa01d
JB
168322011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16833
16834 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16835
b6a5875b
KM
168362011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16837
7a71b18d 16838 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16839 preserves the existing header prefix, rebulleting it if necessary,
16840 rather than replacing it. This is necessary for proper operation
16841 of cooperative addons like allout-widgets.
1154d12e
JB
16842 (allout-make-topic-prefix, allout-rebullet-heading):
16843 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16844 value as alternate bullet to be used, instead of prompting the user
16845 for a bullet character.
b6a5875b 16846
ee545c35
MA
168472011-03-09 Michael Albinus <michael.albinus@gmx.de>
16848
d86d2721
SM
16849 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16850 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16851 `tramp-default-port'.
16852
c47971d7
DD
168532011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16854
16855 * net/rcirc.el (rcirc-handler-001): Remove useless
16856 with-rcirc-process-buffer.
16857 (rcirc-check-auth-status): Swap arguments to string-match.
16858
13522cb4
GM
168592011-03-09 Glenn Morris <rgm@gnu.org>
16860
0be6f4f1
GM
16861 * shell.el (shell-mode):
16862 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16863
13522cb4
GM
16864 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16865 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16866
515de2e3
CY
168672011-03-08 Chong Yidong <cyd@stupidchicken.com>
16868
16869 * emacs-lisp/package.el (package-refresh-contents)
16870 (package-menu-execute): Use condition-case-no-debug.
16871
b511b994
MA
168722011-03-08 Michael Albinus <michael.albinus@gmx.de>
16873
16874 * simple.el (shell-command-to-string): Use `process-file'.
16875
16876 * emacs-lisp/package.el (package-tar-file-info): Handle also
16877 remote files.
16878
d86d2721
SM
16879 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16880 Use `equal' for upload base check.
b511b994 16881
25bbfb31
AM
168822011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16883
16884 * textmodes/texinfo.el (texinfo-environments):
16885 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16886
be996521
GM
168872011-03-08 Glenn Morris <rgm@gnu.org>
16888
e9c8529f
GM
16889 * cus-start.el (cursor-in-non-selected-windows):
16890 Fix :set quoting oddness. (Bug#8192)
16891
be996521
GM
16892 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16893 in some setf expressions. (Bug#2159)
16894
2bb5649e
CY
168952011-03-08 Chong Yidong <cyd@stupidchicken.com>
16896
16897 * custom.el (custom-available-themes): Return themes in
16898 alphabetical order.
16899
33383987 16900See ChangeLog.15 for earlier changes.
e3d51b27
MR
16901
16902;; Local Variables:
16903;; coding: utf-8
e3d51b27
MR
16904;; End:
16905
acaf905b 16906 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16907
16908 This file is part of GNU Emacs.
16909
16910 GNU Emacs is free software: you can redistribute it and/or modify
16911 it under the terms of the GNU General Public License as published by
16912 the Free Software Foundation, either version 3 of the License, or
16913 (at your option) any later version.
16914
16915 GNU Emacs is distributed in the hope that it will be useful,
16916 but WITHOUT ANY WARRANTY; without even the implied warranty of
16917 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16918 GNU General Public License for more details.
16919
16920 You should have received a copy of the GNU General Public License
16921 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.