Fix --without-x build.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
aa81af71
FEG
12012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 Consistent completion in inferior python with emacs -nw.
4 * progmodes/python.el (inferior-python-mode): replace "<tab>"
5 binding in inferior-python-mode-map with "\t".
6 (python-shell-completion-complete-at-point)
7 (python-completion-complete-at-point): Remove interactive spec.
8
e827b1eb
JB
92012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10
11 * calc/calccomp.el (math-compose-expr): Undo previous change.
12
a90dfb95
FEG
132012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
14
15 * progmodes/python.el (python-mode-map): Added keybinding for
16 run-python.
17 (python-shell-make-comint): Fix pop-to-buffer call.
18 (run-python): Autoload. New arg SHOW.
19 (python-shell-get-or-create-process): Do not pop python process
20 buffer.
21
32770973 222012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
23
24 * notifications.el (notifications-on-action-signal)
25 (notifications-on-closed-signal): Use also the bus address for the map.
26 (notifications-notify, notifications-close-notification)
27 (notifications-get-capabilities): Add optional argument BUS.
28
86332df2
TH
292012-07-27 Tassilo Horn <tsdh@gnu.org>
30
31 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
32 support for the lstlisting and minted environments, and for the
33 ctable macro.
34 * textmodes/reftex.el (reftex-compile-variables): Also recognize
35 labels written in keyvals syntax.
36
ca1302a4
JB
372012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
38
39 * calc/calccomp.el (math-compose-expr): Use parentheses when
40 there is a product in the denominator of a fraction.
41
f8b91036
EZ
422012-07-26 Eli Zaretskii <eliz@gnu.org>
43
44 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
45 ($(lisp)/calendar/diary-loaddefs.el)
46 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
47 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
48 failures in parallel bootstrap because subdirs.el is being
49 rewritten while the autoload files are built at the same time,
50 which needs to load subdirs.el.
51
c8e5a42c
MR
522012-07-26 Martin Rudalics <rudalics@gmx.at>
53
54 * mouse.el (popup-menu): Fix doc-string and re-indent code.
55 (mouse-drag-line): Don't exit tracking when a switch-frame or
56 switch-window event occurs (Bug#12006).
57
670d85ea
SM
582012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * mouse.el (popup-menu): Fix last change.
61
7abaf5cc
SM
622012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 Autoload from Lisp with more care. Follow aliases when looking for
65 function properties.
66 * subr.el (autoloadp): New function.
67 (symbol-file): Use it.
68 (function-get): New function.
69 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
70 autoload-do-load.
71 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
72 (lisp-indent-function):
73 * emacs-lisp/gv.el (gv-get):
74 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
75 * emacs-lisp/byte-opt.el (byte-optimize-form):
76 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
77 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
78 Use function-get.
79 * emacs-lisp/cl.el: Don't propagate function properties any more.
80
81 * speedbar.el (speedbar-add-localized-speedbar-support):
82 * emacs-lisp/disass.el (disassemble-internal):
83 * desktop.el (desktop-load-file):
84 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
85 (describe-function-1):
86 * emacs-lisp/find-func.el (find-function-noselect):
87 * emacs-lisp/elp.el (elp-instrument-function):
88 * emacs-lisp/advice.el (ad-has-proper-definition):
89 * apropos.el (apropos-safe-documentation, apropos-macrop):
90 * emacs-lisp/debug.el (debug-on-entry):
91 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
92 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
93 * calc/calc.el (name): Use autoloadp & autoload-do-load.
94
b1364986
AA
952012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
96
97 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
98 function, not an obsolete variable (Bug#12046).
99
67ada220
AS
1002012-07-25 Andreas Schwab <schwab@linux-m68k.org>
101
102 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
103
f08088e3
CS
1042012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
105
106 * emacs-lisp/pp.el (pp-display-expression): Select old selected
107 window only if it is still live (Bug#12034).
108
8137e7b3
MR
1092012-07-25 Martin Rudalics <rudalics@gmx.at>
110
111 * subr.el (redirect-frame-focus): Add advertised calling
112 convention (Bug#12030).
113
09ae5da1
PE
1142012-07-25 Paul Eggert <eggert@cs.ucla.edu>
115
116 Prefer typical American spelling for "acknowledgment".
117 * vc/add-log.el (change-log-acknowledgment): Rename from
118 change-log-acknowledgement, with an alias for the old name.
119
3cc5a3a8
JB
1202012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
121
122 * calc-alg.el (math-simplify-divide): Don't cross multiply
123 in an equation when the lhs is a variable.
124
b7af7f62
JD
1252012-07-24 Julien Danjou <julien@danjou.info>
126
127 * net/netrc.el (netrc-find-service-number, netrc-store-data):
128 Remove, unused.
129
ec1b09b1
EZ
1302012-07-23 Eli Zaretskii <eliz@gnu.org>
131
132 * startup.el (command-line): Don't display an empty user name in
133 the error message about non-existent home directory, when
134 init-file-user was set to an empty string. See
135 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
136 for the details and context.
137
b525fd8a
VB
1382012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
139
140 * ses.el (ses-cell-formula-aset): New macro.
141 (ses-cell-references-aset): New macro.
142 (ses-cell-p): New function.
143 (ses-rename-cell): Do no longer rely on complex operations like
144 ses-cell-set-formula or ses-set-cell to change the cell and handle
145 the undo at the same time, but rather use lower level new macros
146 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
147 the undo directly. Refresh the mode line.
148
2c73e345
LL
1492012-07-21 Leo Liu <sdl.web@gmail.com>
150
670d85ea
SM
151 * progmodes/cc-cmds.el (c-defun-name):
152 Use match-string-no-properties instead for consistency.
2c73e345 153
542dfbde
LL
1542012-07-20 Leo Liu <sdl.web@gmail.com>
155
3646bcd6
LL
156 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
157 (Bug#7879)
158
542dfbde
LL
159 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
160
25721031
CY
1612012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
164 * progmodes/bug-reference.el, misearch.el: Provide themselves
165 (bug#11915).
166
167 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
168 of narrowed buffer (bug#11966).
169
316e68a7
VB
1702012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
171
172 * ses.el (ses-rename-cell): Set new name also in reference list of
173 cells of which the renamed cell depends.
174
bbf0e7d9
MY
1752012-07-20 Masatake YAMATO <yamato@redhat.com>
176
177 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
178 to check whether menu-bar is shown or not. If not shown,
179 show the menu-bar as a popup menu instead of using tmm.
180 * mouse.el (popup-menu): Accept `point' as `position' argument.
181
c28662a8
DG
1822012-07-20 Dmitry Gutov <dgutov@yandex.ru>
183
184 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
185 up inside string symbol literal (bug#11923).
186
87ab808f
EZ
1872012-07-20 Eli Zaretskii <eliz@gnu.org>
188
189 * startup.el (fancy-startup-text): Read the whole tutorial, not
190 just its first 256 bytes. Prevents gibberish in display of the
191 tutorial title.
192
89dea803
DA
1932012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
194
195 Drop idle buffer compaction due to an absence of the
196 proved efficiency.
197 * compact.el: Remove.
198
8a4e6db8
SS
1992012-07-19 Sam Steingold <sds@gnu.org>
200
201 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
202 vc-bzr-pull & vc-bzr-merge-branch.
203 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
204 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
205 for consistency with compilation-error-regexp-alist.
206 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
207 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
208 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
209 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
210
5db81e33
SM
2112012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * emacs-lisp/chart.el: Use lexical-binding.
214 (chart-emacs-storage): Don't hardcode the list of entries.
215
5b835e1d
DA
2162012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
217
218 Next round of tweaks caused by Fgarbage_collect changes.
219 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
220
9cd47b72
DA
2212012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
222
223 Compact buffers when idle.
224 * compact.el: New file.
225
1d6fc0df
SM
2262012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * subr.el (eventp): Presume that if it looks vaguely like an event,
229 it's an event (bug#10190).
230
1d29cc7d
FEG
2312012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
232
233 Enhancements to ppss related code (thanks Stefan).
234 * progmodes/python.el (python-indent-context)
235 (python-indent-calculate-indentation, python-indent-dedent-line)
236 (python-indent-electric-colon, python-nav-forward-block)
237 (python-mode-abbrev-table)
1d6fc0df 238 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
239 for ppss context.
240 (python-info-continuation-line-p): Cleanup.
241 (python-info-ppss-context): Do not catch 'quote.
242 (python-info-ppss-context-type)
243 (python-info-ppss-comment-or-string-p): Simplify.
244
d583cbe6
FEG
2452012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
246
247 * progmodes/python.el: Enhancements to eldoc support.
248 (python-info-current-symbol): New function.
249 (python-eldoc-at-point): Use python-info-current-symbol.
250 (python-info-current-defun): Fix cornercase on first defun scan.
251 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
252 and signal error when no inferior python process is available.
253
eceb6feb
DG
2542012-07-18 Dmitry Gutov <dgutov@yandex.ru>
255
256 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
257 assume it's always t.
258 (vc-git-registered): Remove caching, the function is only called
259 once.
260 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
261
4c8ff0fe
CY
2622012-07-18 Chong Yidong <cyd@gnu.org>
263
19fb7186
CY
264 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
265
9587c688
CY
266 * simple.el (count-words): Report on narrowing (Bug#9959).
267
0fe776a1
CY
268 * bindings.el: Bind M-= to count-words.
269
4c8ff0fe
CY
270 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
271
7f5331cc
MY
2722012-07-18 Masatake YAMATO <yamato@redhat.com>
273
274 * progmodes/sh-script.el (sh-imenu-generic-expression):
275 Capture a function with `function' keyword and without parentheses
276 like "function FOO" (bug#11856).
277
2dc2a609
TH
2782012-07-18 Tassilo Horn <tassilo@member.fsf.org>
279
280 * window.el (split-window-sensibly): Make WINDOW argument
281 optional.
282
439f7677
CY
2832012-07-18 Chong Yidong <cyd@gnu.org>
284
9aeb25a6
CY
285 * subr.el (keyboard-translate): Doc fix (Bug#7261).
286
439f7677
CY
287 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
288 and make C-x 8 RET exit isearch (Bug#11439).
289
290 * international/iso-transl.el: Move isearch-mode-map key
291 definitions to isearch.el.
292
12999ea8
SM
2932012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
296 (eieio-defclass): Use gv-define-setter when possible.
297
3ab6e069
DA
2982012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
299
300 Reflect recent changes in Fgarbage_collect.
301 * emacs-lisp/chart.el (chart-emacs-storage): Change to
302 reflect new format of data returned by Fgarbage_collect.
303
0a60bc10
FEG
3042012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
305
306 New utility functions + python-info-ppss-context fix (Bug#11910).
307 * progmodes/python.el (python-info-beginning-of-block-statement-p)
308 (python-info-ppss-comment-or-string-p): New functions.
309 (python-info-ppss-context): Small fix for string check.
310
6dafa0d5
JL
3112012-07-17 Juri Linkov <juri@jurta.org>
312
313 * dired-aux.el (dired-do-async-shell-command): Doc fix.
314 (dired-do-async-shell-command): Don't add `*' at the end of the
315 command (Bug#11815).
316 (dired-do-shell-command): Doc fix.
317 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
318 Join the individual commands using either "&" or ";" as the
319 separator depending on the values of these trailing characters.
320 At the end re-add the trailing "&". (Bug#10598)
321
322 * simple.el (async-shell-command): Sync the interactive spec with
323 `shell-command'. Doc fix.
324 (shell-command): Doc fix.
325
b19dd9d1
JL
3262012-07-17 Juri Linkov <juri@jurta.org>
327
328 * descr-text.el (describe-char): Fix format args. (Bug#10129)
329
bcdc27d7 3302012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 331
bcdc27d7 332 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
333 * progmodes/python.el (python-nav-beginning-of-statement):
334 Rename from python-nav-statement-start.
bcdc27d7
FEG
335 (python-nav-end-of-statement): Rename from
336 python-nav-statement-end.
337 (python-nav-beginning-of-block): Rename from
338 python-nav-block-start.
339 (python-nav-end-of-block): Rename from python-nav-block-end.
340
191da00e
FEG
3412012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
342
7f5331cc
MY
343 * progmodes/python.el (python-shell-send-string-no-output):
344 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
345 future interactions (Bug#11868).
346
4dc7c8d5 3472012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 348
88ecaf8f
SM
349 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
350
ef501ef0
SM
351 * emacs-lisp/elint.el (elint-find-args-in-code):
352 Use help-function-arglist, so as to handle lexical byte-code.
353
aa7aaf8f
SM
354 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
355 change (bug#11826).
356
45fd731c
SM
3572012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
358
2143fa32
SM
359 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
360 Avoid spuriously marking the buffer as modified because of c-is-sws.
361
efc26dbe
SM
362 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
363 as not-a-comment (bug#11946).
364
f5695c9a
SM
365 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
366 for uninterned vars.
367
368 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
369 Use read-event since we don't really want to read chars but bytes.
370
45fd731c
SM
371 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
372 $$..$$ but also $..$ using regexps (bug#11953).
373 Use tex-verbatim for \url and \path.
374 (tex-font-lock-keywords): Define as defconst like the others.
375 (tex-common-initialization): Don't use font-lock-syntax-table any more.
376
ddfc8813
RK
3772012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
378
379 * international/mule-cmds.el (ucs-insert): Make it an obsolete
380 alias for insert-char.
381
758e556a
FEG
3822012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
383
384 * progmodes/python.el: Simplified imenu implementation.
385 (python-nav-jump-to-defun): Remove command.
386 (python-mode-map): Use `imenu' instead.
387 (python-nav-list-defun-positions-cache)
388 (python-imenu-include-defun-type, python-imenu-make-tree)
389 (python-imenu-subtree-root-label, python-imenu-index-alist):
390 Remove vars.
391 (python-nav-list-defun-positions, python-nav-read-defun)
392 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
393 (python-imenu-make-tree, python-imenu-create-index):
394 Remove functions.
758e556a
FEG
395 (python-mode): Update to interact with imenu by setting
396 `imenu-extract-index-name-function' only.
397
032d23ab
FEG
3982012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
399
400 * progmodes/python.el: Enhancements to navigation commands.
401 (python-nav-backward-sentence)
402 (python-nav-forward-sentence): Remove.
403 (python-nav-backward-statement, python-nav-forward-statement)
404 (python-nav-statement-start, python-nav-statement-end)
405 (python-nav-backward-block, python-nav-forward-block)
406 (python-nav-block-start, python-nav-block-end)
407 (python-nav-forward-sexp-function)
408 (python-info-current-line-comment-p)
409 (python-info-current-line-empty-p): New functions.
410 (python-indent-context): Use `python-nav-statement-start'.
411
01795a1b
MA
4122012-07-16 Michael Albinus <michael.albinus@gmx.de>
413
9328d9aa
MA
414 * eshell/em-ls.el (eshell/ls): Use `apply'.
415
416 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
417 multi-hops, instead of Tramp internals.
418
01795a1b
MA
419 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
420
421 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
422 when F1 and F2 are located on different hosts.
423
63408057
CY
4242012-07-14 Chong Yidong <cyd@gnu.org>
425
426 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
427 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
428 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
429 (xterm-mouse--read-event-sequence-1000)
430 (xterm-mouse--read-event-sequence-1006): New functions. For old
431 mouse protocol, handle M-mouse-X events correctly.
432 (xterm-mouse-event): New arg specifying mouse protocol.
433 (turn-on-xterm-mouse-tracking-on-terminal)
434 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
435 sequence to toggle extended coordinates on newer XTerms.
436 This appears to be harmless on terminals which do not support this.
63408057 437
cd276f6e
LL
4382012-07-14 Leo Liu <sdl.web@gmail.com>
439
28ca98ac
LL
440 Add fringe bitmap indicators for flymake. (Bug#11253)
441 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
442 (flymake-make-overlay): New arg BITMAP.
443 (flymake-error-bitmap, flymake-warning-bitmap)
444 (flymake-fringe-indicator-position): New user variables.
445
cd276f6e
LL
446 * fringe.el: New bitmap exclamation-mark.
447
04408072
JD
4482012-07-14 Jan Djärv <jan.h.d@swipnet.se>
449
450 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
451 also (Bug#7879).
452
b5cf7fc4
CY
4532012-07-14 Chong Yidong <cyd@gnu.org>
454
455 * electric.el (electric-pair-post-self-insert-function): Fix pair
456 insertion in empty-region case (Bug#11520).
457
be755c79
RT
4582012-07-14 Chong Yidong <cyd@gnu.org>
459
45fd731c
SM
460 * bindings.el: Consolidate ctl-x-r-map bindings.
461 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
462
463 * rect.el, register.el: Move bindings to bindings.el.
464
4652012-07-14 Reuben Thomas <rrt@sc3d.org>
466
467 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
468
7f5b3198
AS
4692012-07-13 Andreas Schwab <schwab@linux-m68k.org>
470
471 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
472
97662200
JB
4732012-07-13 Juanma Barranquero <lekktu@gmail.com>
474
80185fed
JB
475 * bindings.el (top): Use `mapc' instead of `mapcar'.
476
97662200
JB
477 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
478
2bb1ae55
MA
4792012-07-13 Michael Albinus <michael.albinus@gmx.de>
480
481 * progmodes/sql.el (sql-comint): Suppress the check for program on
482 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
483 (Bug#11908)
484
dea31bd3
CY
4852012-07-13 Chong Yidong <cyd@gnu.org>
486
487 * bindings.el: Assign a non-nil permanent-local property to
488 per-buffer variables which lack a default value (Bug#11930).
489
490 * help-fns.el (describe-variable): In the "automatically becomes
491 local" notice, take note of permanent-local variables.
492
b68b3337
CY
4932012-07-13 Chong Yidong <cyd@gnu.org>
494
495 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
496 to allow printing the message when called from Lisp.
497
498 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
499 Remove toggle-read-only.
500
501 * bs.el (bs-toggle-readonly):
45fd731c
SM
502 * buff-menu.el (Buffer-menu-toggle-read-only):
503 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
504
505 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
506 Remove with-no-warnings around toggle-read-only.
507 (ffap-read-only, ffap-read-only-other-window)
508 (ffap-read-only-other-frame): Callers changed.
509
510 * help-mode.el: Don't require view package.
511 (help-mode-finish): Set buffer-read-only instead of calling
512 toggle-read-only.
513
514 * bindings.el (mode-line-toggle-read-only):
515 * dired.el (dired-toggle-read-only):
516 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
517 with non-nil second arg.
518
519 * emacs-lisp/eieio-custom.el (eieio-customize-object):
520 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
521 directly.
522
56bc1586
EZ
5232012-07-12 Eli Zaretskii <eliz@gnu.org>
524
525 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
526 not incf.
527
a464a6c7
SM
5282012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 More CL cleanups and reduction of use of cl.el.
531 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
532 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
533 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
534 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
535 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
536 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
537 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
538 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
539 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
540 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
541 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
542 * eshell/em-cmpl.el, eshell/em-banner.el:
543 * calendar/parse-time.el: Use cl-lib.
544 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
545 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
546 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
547 * term/ns-win.el, term.el, shell.el, ps-samp.el:
548 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
549 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
550 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
551 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
552 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
553 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
554 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
555 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
556 `lambda' rather than with `quote'.
557 (eshell-do-opt): Adjust accordingly.
558 (eshell-process-option): Simplify.
559 * eshell/esh-var.el:
560 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
561 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
562 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
563 to `pcase--dontcare'.
564 * emacs-lisp/cl.el (labels): Mark obsolete.
565 (cl--letf, letf): Move to cl-lib.
566 (cl--letf*, letf*): Remove.
567 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
568 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
569 (cl-progv): Rewrite.
570 (cl--letf, cl-letf): Move from cl.el.
571 (cl-letf*): New macro.
572 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
573
7ad4afe1
MA
5742012-07-11 Michael Albinus <michael.albinus@gmx.de>
575
576 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
577
9af57756
CY
5782012-07-11 Chong Yidong <cyd@gnu.org>
579
580 * vc/log-edit.el (log-edit-vc-backend): New variable.
581 (log-edit): Doc fix.
582
583 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
584 argument of log-edit to set up all local variables.
585 (vc-start-logentry): New optional arg specifying VC backend.
586
587 * vc/vc.el (vc-checkin): Use it.
588 (vc-deduce-fileset): Handle Log Edit buffers.
589 (vc-diff): Make first argument optional too.
590
591 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
592
8477cc7a
MA
5932012-07-10 Michael Albinus <michael.albinus@gmx.de>
594
595 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
596 command, just in case. The function is not needed anymore.
597 (eshell-external-command): Do not call `eshell-remote-command'.
598
19faa8e8
SM
5992012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
600
f58e0fd5
SM
601 Reduce use of (require 'cl).
602 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
603 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
604 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
605 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
606 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
607 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
608 * battery.el, avoid.el, abbrev.el: Use cl-lib.
609 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
610 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
611 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
612 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
613 * calculator.el, autorevert.el, apropos.el: Don't require CL.
614 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
615 (byte-compile-unfold-bcf, byte-compile-check-variable):
616 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
617 (byte-compile-nilconstp):
618 * emacs-lisp/autoload.el (make-autoload): Use pcase.
619 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
620
2519d43a
SM
621 * emacs-lisp/gv.el (cond): Make it a valid place.
622 (if): Simplify slightly.
623
19faa8e8
SM
624 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
625 (pcase--self-quoting-p): New function.
626 (pcase--u1): Use it.
627
c4907a5e
GM
6282012-07-10 Glenn Morris <rgm@gnu.org>
629
630 * emacs-lisp/authors.el (authors-fixed-entries):
631 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
632
c4444d16
PE
6332012-07-09 Paul Eggert <eggert@cs.ucla.edu>
634
635 Rename configure.in to configure.ac (Bug#11603).
636 * emacs-lisp/authors.el (authors-canonical-file-name):
637 * progmodes/autoconf.el (autoconf-mode):
638 Prefer configure.ac to configure.in.
639
d75be97d
CY
6402012-07-08 Chong Yidong <cyd@gnu.org>
641
01ac65bd
CY
642 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
643 Implement the mouse-1-click-follows-link handling properly.
644
645 * info.el (Info-link-keymap): Use follow-link mechanism for
646 header-line links (Bug#374).
647
d75be97d
CY
648 * simple.el (deactivate-mark): Do not set the primary selection
649 if another program has acquired it (Bug#11772).
650
87a92845 6512012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
652
653 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
654 (woman-decode-region): Replace escaped-escapes without destroying
655 bold or underline (Bug#11552).
87a92845 656 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 657
621b9d6c
CY
6582012-07-07 Chong Yidong <cyd@gnu.org>
659
660 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
661 (interprogram-cut-function, interprogram-paste-function):
662 Mention that we typically mean the clipboard.
621b9d6c 663
133a11fc
GM
6642012-07-06 Glenn Morris <rgm@gnu.org>
665
0d27a45e
GM
666 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
667
133a11fc
GM
668 * files.el (toggle-read-only): Restrict message to interactive use.
669
07b151f1
MA
6702012-07-06 Michael Albinus <michael.albinus@gmx.de>
671
672 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
673
674 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
675
211b896b
GM
6762012-07-06 Glenn Morris <rgm@gnu.org>
677
50394322
GM
678 * Makefile.in (compile-one-process): Rename from "recompile".
679
211b896b
GM
680 * Makefile.in (bzr-update): "compile" is the same as "recompile
681 autoloads", but parallelizable, so use that instead.
682
4737eec9
DG
6832012-07-06 Dmitry Gutov <dgutov@yandex.ru>
684
685 * window.el (quit-window): Always restore window height when
8137e7b3 686 it's saved in quit-restore parameter (Bug#11810).
4737eec9 687
226c3633 6882012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
689
690 * simple.el (kill-whole-line): Doc tweak.
691
226c3633 6922012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
693
694 * files.el (file-relative-name): Compare file names
695 case-insensitively if on MS-Windows or MS-DOS, or if
696 read-file-name-completion-ignore-case is non-nil. Don't use
697 case-fold-search for this purpose. (Bug#11827)
698
4dc7c8d5
SM
6992012-07-17 Andreas Schwab <schwab@linux-m68k.org>
700
701 * calendar/cal-dst.el (calendar-current-time-zone):
702 Return calendar-current-time-zone-cache if non-nil.
703
7042012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 7052012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 706
19faa8e8
SM
707 * calendar/cal-dst.el (calendar-current-time-zone):
708 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 709
60198fc9
GM
7102012-07-06 Glenn Morris <rgm@gnu.org>
711
712 * Makefile.in (cvs-update): Remove old alias.
713
957b3189
MA
7142012-07-05 Michael Albinus <michael.albinus@gmx.de>
715
716 Sync with Tramp 2.2.6-pre.
717
718 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
719 compatible declaration.
720
19faa8e8
SM
721 * net/tramp-cmds.el (tramp-append-tramp-buffers):
722 Protect `list-load-path-shadows' call.
957b3189
MA
723
724 * net/tramp-compat.el (top): Require packages, which aren't
725 autoloaded anymore for XEmacs. Protect call of
726 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
727 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
728 it hurts at least for SXEmacs.
729 (tramp-compat-temporary-file-directory): In XEmacs, there is no
730 standard-value for `temporary-file-directory'.
731
732 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
733 Redirect stderr to /dev/null.
734 (tramp-sh-handle-write-region): uid and gid can be floats.
735 Reported by Russell Sim <russell.sim@gmail.com>.
736 (tramp-sh-handle-vc-registered): Hide errors.
737 (tramp-vc-file-name-handler): Use dummy results for `process-file'
738 and `start-file-process'.
739 (tramp-maybe-open-connection): Check also whether `non-essential'
740 is bound.
741
566df3fc
CY
7422012-07-04 Chong Yidong <cyd@gnu.org>
743
744 * xml.el (xml--parse-buffer): Use xml-syntax-table.
745 (xml-parse-tag): Likewise, and avoid changing entity tables.
746 (xml-syntax-table): Define from scratch, making sure not to give
747 x2000 and other Unicode spaces whitespace syntax, since those are
748 not spaces in XML.
749 (xml-parse-fragment): Delete unused function.
750 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
751 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
752 (xml-entity-ref, xml-pe-reference-re)
753 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
754 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
755 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
756 (xml-entity-value-re): Use syntax references in regexps where
757 possible; no need to define inside a let-binding.
758 (xml-parse-dtd): Use xml-pe-reference-re.
759 (xml-entity-or-char-ref-re): New defconst.
760 (xml-parse-string, xml-substitute-special): Use it.
761
30eabd7a
SM
7622012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
763
0781098a
SM
764 * files.el (locate-dominating-file): Allow `name' to be a predicate.
765 (find-file--read-only): New function.
766 (find-file-read-only, find-file-read-only-other-window)
767 (find-file-read-only-other-frame): Use it.
768 (insert-file-contents-literally): Don't `fset'.
769 (get-free-disk-space): Use locate-dominating-file.
770
b5771c0d
SM
771 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
772 function is already compiled.
773
30eabd7a
SM
774 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
775
b4886f6e
MA
7762012-07-03 Michael Albinus <michael.albinus@gmx.de>
777
778 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
779 files on the same host.
780
b9d82339
AS
7812012-07-03 Andreas Schwab <schwab@linux-m68k.org>
782
783 * help-fns.el (describe-function-1): Only call
784 help-fns--autoloaded-p when we have a file name. (Bug#11848)
785
a76e6535
CY
7862012-07-03 Chong Yidong <cyd@gnu.org>
787
788 * xml.el: Protect parser against XML bombs.
789 (xml-entity-expansion-limit): New variable.
790 (xml-parse-string, xml-substitute-special): Use it.
791 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
792
b544fef2
GM
7932012-07-03 Glenn Morris <rgm@gnu.org>
794
795 * progmodes/bug-reference.el (bug-reference-bug-regexp):
796 Allow linking to specific messages in debbugs reports (eg 123#5).
797
a7aef6f5
CY
7982012-07-02 Chong Yidong <cyd@gnu.org>
799
800 * xml.el: Fix entity and character reference expansion, allowing
801 them to expand into markup as per XML spec.
802 (xml-default-ns): New variable.
803 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
804 (xml-parse-region): Make first two arguments optional.
805 Discard text properties.
806 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
807 All callers changed.
a7aef6f5
CY
808 (xml-parse-tag): Call xml-parse-tag-1. For backward
809 compatibility, this function should not modify buffer contents.
810 (xml-parse-tag-1): Fix opening-tag regexp.
811 (xml-parse-string): Rewrite, handling entity and character
812 references properly.
813 (xml--entity-replacement-text): Signal an error if a parameter
814 entity is undefined.
815
3df31c9f
SM
8162012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
817
2b5208f1
SM
818 * comint.el (comint-output-filter): Filter out repeated prompts.
819
3df31c9f
SM
820 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
821 and file-name-absolute-p.
822 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
823 internal calls.
824
e3ac1281
PE
8252012-07-02 Paul Eggert <eggert@cs.ucla.edu>
826
827 Spelling fixes.
828 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
829 Rename from byte-compile--refiy-function. All uses changed.
830
fbf2e7ad
CY
8312012-07-01 Chong Yidong <cyd@gnu.org>
832
833 * xml.el (xml--parse-buffer): New function. Move most of
834 xml-parse-region here.
835 (xml-parse-region): Copy region into a temporary buffer, since
836 parameter entity substitution requires changing buffer contents.
837 Use xml--parse-buffer.
838 (xml-parse-file): Use xml--parse-buffer.
839 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 840 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 841
9bf0aa15
GM
8422012-06-30 Glenn Morris <rgm@gnu.org>
843
bbce2853
GM
844 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
845
9bf0aa15
GM
846 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
847 Remove outdated and unnecessary dbus declarations.
848
0d23c240
EZ
8492012-06-30 Eli Zaretskii <eliz@gnu.org>
850
851 * emacs-lisp/timer.el (timer-until): Subtract results of
852 float-time, instead of taking float-time of the result of
853 time-subtract, since float-time signals an error for negative time
854 arguments.
855
b3218de1
CY
8562012-06-30 Chong Yidong <cyd@gnu.org>
857
858 * xml.el (xml-*-re): Convert defvars into defconsts, and
859 eval-and-compile them so eval-and-compile works on derivatives.
860 (xml--entity-replacement-text): Use eval-and-comple.
861
a40c87a0
MA
8622012-06-30 Michael Albinus <michael.albinus@gmx.de>
863
864 * vc/vc-git.el (vc-git-registered): Use cache property
865 `git-registered'.
866 (vc-git-mode-line-string): Call `vc-working-revision' instead of
867 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 868 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 869
ac87de97
DG
8702012-06-30 Dmitry Gutov <dgutov@yandex.ru>
871
872 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 873 removed (likely outside Emacs). (Bug#11757)
ac87de97 874
ac10fe06
SM
8752012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
876
3df31c9f 877 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 878
7f3fbd5d
CY
8792012-06-30 Chong Yidong <cyd@gnu.org>
880
881 * xml.el: Implement XML parameter entities.
882 (xml-parameter-entity-alist): New variable.
883 (xml-parse-region, xml-parse-fragment): Preserve previous values
884 of xml-entity-alist and xml-parameter-entity-alist, so that
885 repeated calls on different documents do not change them.
886 (xml-parse-tag): Fix doctype regexp.
887 (xml--entity-replacement-text): New function.
888 (xml-parse-dtd): Use it. Don't handle system entities; doing that
889 properly requires url retrieval which is unimplemented.
890 (xml-escape-string): Doc fix.
891
3cfbebba
SM
8922012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
893
894 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
895
2af3565e
DA
8962012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
897
898 * fringe.el (fringe-mode): Doc fix.
899
929df0e7
MA
9002012-06-29 Michael Albinus <michael.albinus@gmx.de>
901
902 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
903 is non-nil.
904 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
905 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
906
c8d3a25c 9072012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 908
c8d3a25c
GM
909 * calendar/cal-dst.el (calendar-current-time-zone):
910 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 911
c8d3a25c 9122012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
913
914 * progmodes/which-func.el (which-func-format):
915 Add mouse-face. (Bug#11698)
916
c8d3a25c
GM
9172012-06-29 Leo Liu <sdl.web@gmail.com>
918
919 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
920
9212012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * minibuffer.el (minibuffer-confirm-exit-commands):
924 Add completion-at-point (bug#11725).
925
9262012-06-29 Glenn Morris <rgm@gnu.org>
927
928 * progmodes/f90.el (f90-font-lock-keywords-2):
929 Add some preprocessor elements. (Bug#10499)
930
9312012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
932
933 * progmodes/cperl-mode.el (cperl-update-syntaxification):
934 Use syntax-propertize (bug#11739).
935
2badeec4
JB
9362012-06-28 Juanma Barranquero <lekktu@gmail.com>
937
938 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
939
ae4969c2
JD
9402012-06-28 Julien Danjou <julien@danjou.info>
941
942 * term.el (term-handle-colors-array): Use a set of new faces to
943 color the terminal. Also uses :inverse-video property.
944 (term-default-fg-color): Set to nil by default, deprecate in favor
945 of `term-face'.
946 (term-default-bg-color): Set to nil by default, deprecate in favor
947 of `term-face'.
948 (term-current-face): Use `term-face' by default.
949 (term-bold-attribute): Variable deleted.
950
1c9bd870
GM
9512012-06-28 Glenn Morris <rgm@gnu.org>
952
953 * simple.el (completion-list-mode-finish):
954 Don't use toggle-read-only. (Since completion-list-mode has
955 a special mode-class, it wasn't doing anything extra anyway.)
956
c207708c
SM
9572012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 Make inlining of other-mode interpreted functions work (bug#11799).
960 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
961 (byte-compile): Use it to fix compilation of lexical-binding closures.
962 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
963 function, if needed.
964
3fd56834
SM
9652012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
966
04901786
SM
967 * help-mode.el (help-make-xrefs): Don't just withstand
968 cyclic-variable-indirection but any error in documentation-property.
969
1ec4b7b2
SM
970 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
971 memory use.
972 * bindings.el (bindings--define-key): New function.
973 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
974 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
975 * bindings.el: Use it to purecopy define-key bindings.
976
e309e2a5
SM
977 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
978
d5c6faf9
SM
979 * emacs-lisp/cl.el (flet): Mark obsolete.
980 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
981 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
982 * progmodes/js.el (js-c-fill-paragraph):
983 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
984 (ebrowse-switch-member-buffer-to-derived-class):
985 * play/5x5.el (5x5-solver): Use cl-flet.
986
6e9590e2
SM
987 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
988 (cl--symbol-function): New macro.
989 (cl--letf, cl--letf*): Use it.
990
3fd56834
SM
991 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
992 Strip "toggle-" if any.
993
35ff222c
GM
9942012-06-27 Glenn Morris <rgm@gnu.org>
995
1ba6038a
GM
996 * info.el (Info-default-directory-list): Move here from paths.el.
997 * paths.el: Remove file, which is now empty.
998 * loadup.el: No longer load "paths".
999
0ea0e51b
GM
1000 * custom.el (custom-initialize-delay): Doc fix.
1001
35ff222c
GM
1002 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1003 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1004 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1005 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1006 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1007 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1008 * eshell/eshell.el (eshell-defgroup): Remove alias.
1009
c89926a5
CY
10102012-06-27 Chong Yidong <cyd@gnu.org>
1011
1012 * help.el (help-enable-auto-load): New variable.
1013
1014 * help-fns.el (help-fns--autoloaded-p): New function.
1015 (describe-function-1): Refer to a function as "autoloaded" if it
1016 was autoloaded at any time in the past. Perform autoloading if
1017 help-enable-auto-load is non-nil.
1018
cc06e7e7
EZ
10192012-06-26 Eli Zaretskii <eliz@gnu.org>
1020
1021 * makefile.w32-in (compile, compile-always): Depend on
1022 update-subdirs, not on subdirs.el. Otherwise, several different
1023 sub-targets of 'bootstrap' running in parallel could
1024 simultaneously write to subdirs.el, producing a garbled file.
1025
d2c32364
SS
10262012-06-26 Sam Steingold <sds@gnu.org>
1027
1028 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1029 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1030 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1031 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1032 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1033 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1034 * textmodes/tex-mode.el: Use it.
1035 Did not touch cedet and org because they are maintained elsewhere.
1036
5cf983b2
MR
10372012-06-26 Martin Rudalics <rudalics@gmx.at>
1038
1039 * calendar/calendar.el (calendar-exit): Don't try to delete or
1040 iconify last frame. See:
1041 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1042
8c4f2952
JD
10432012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1044
1045 * server.el (server-process-filter): Remember dir in the
1046 process's `server-client-directory' properties.
1047
772b2e2c
CY
10482012-06-24 Chong Yidong <cyd@gnu.org>
1049
1050 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1051 non-tag text.
1052
711b11e1
JB
10532012-06-23 Juanma Barranquero <lekktu@gmail.com>
1054
1055 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1056
dc5d230c
SM
10572012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * help-fns.el (describe-variable): Don't croak when doc is not found.
1060 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1061 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1062 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1063 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1064 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1065 ((lambda ..) ..).
1066 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1067
136e1c1d
CY
10682012-06-23 Chong Yidong <cyd@gnu.org>
1069
e8c1cabf
CY
1070 * info.el (Info-mouse-follow-link): Accept symbol values of
1071 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1072 (Info-fontify-node): Use Info-link-keymap for all navigation
1073 buttons, with link-args property to perform the desired action.
1074 (Info-link-keymap): Doc fix.
1075 (Info-next-link-keymap, Info-prev-link-keymap)
1076 (Info-up-link-keymap): Delete now-unused keymaps.
1077
0e9e6c6a
CY
10782012-06-23 Chong Yidong <cyd@gnu.org>
1079
05e89fea
CY
1080 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1081
0e9e6c6a
CY
1082 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1083 system abbrevs.
1084
1085 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1086
e33c6771
SM
10872012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1088
b68581e2
SM
1089 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1090 (bug#11719).
1091
e33c6771
SM
1092 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1093 the requote function doesn't work properly (bug#11714).
1094
7117e105
GM
10952012-06-23 Glenn Morris <rgm@gnu.org>
1096
1097 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1098
36cec983
SM
10992012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 Further GV/CL cleanups.
1102 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1103 gv-expander.
1104 (gv--defun-declaration): New function.
1105 (defun-declarations-alist): Use it.
1106 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1107 (gv-place): Autoload.
1108 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1109 original definition of dotimes and dolist.
1110 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1111 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1112 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1113 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1114 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1115 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1116 to the function's definition.
1117 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1118 * window.el:
1119 * files.el:
1120 * faces.el:
1121 * env.el: Don't use CL.
1122
d35af63c
PE
11232012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1124
1125 Support higher-resolution time stamps (Bug#9000).
1126
1127 * calendar/time-date.el (with-decoded-time-value): New arg
1128 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1129 (encode-time-value): New optional arg PICO. New type 3.
1130 (time-to-seconds) [!float-time]: Support the new picoseconds
1131 component if it's used.
1132 (seconds-to-time, time-subtract, time-add):
1133 Support ps-resolution time stamps as well.
1134
1135 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1136 (timerp): Timer vectors now have length 9, not 8.
1137 (timer--time): Support new-style (4-part) time stamps.
1138 (timer-next-integral-multiple-of-time): Time stamps now have
1139 picosecond resolution, so take a bit more care about rounding.
1140 (timer-relative-time, timer-inc-time): New optional arg psecs.
1141 (timer-set-time-with-usecs): Set psecs to 0.
1142 (timer--activate): Check psecs component, too.
1143
1144 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1145
ac77b21a
SM
11462012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1147
f143bfe3
SM
1148 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1149 Move the non-essential binding to the post/pre-command-hook where it is
1150 more obviously correct.
1151
ac77b21a
SM
1152 * subr.el (read-passwd): Don't use a history at all.
1153 * savehist.el (savehist-save): Remove password saved accidentally
1154 because of the above bug.
1155
76386c5a
BG
11562012-06-22 Bastien Guerry <bzg@gnu.org>
1157
1158 * files.el (toggle-read-only): Display a message telling whether
1159 the buffer is read-only or not (bug#11726).
1160
2ee3d7f0
SM
11612012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * emacs-lisp/gv.el: New file.
1164 * subr.el (push, pop): Extend to generalized variables.
1165 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1166 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1167 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1168 gv-define-simple-setter, and gv-define-expander.
1169 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1170 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1171 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1172 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1173 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1174 gv-letplace.
1175 (cl-defstruct): Don't define setf-method any more.
1176 * emacs-lisp/cl.el (flet): Don't autoload.
1177 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1178 (define-setf-expander, defsetf, define-modify-macro)
1179 (cl-struct-setf-expander): Move from cl-lib.el.
1180 * emacs-lisp/syntax.el:
1181 * emacs-lisp/ewoc.el:
1182 * emacs-lisp/smie.el:
1183 * emacs-lisp/cconv.el:
1184 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1185 (timer--time): Use gv-define-simple-setter.
1186 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1187 to avoid coding-system problems in subr.el. Adjust all users.
1188 (macroexp--maxsize, macroexp-small-p): New functions.
1189 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1190 * scroll-bar.el (scroll-bar-mode):
1191 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1192 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1193 * winner.el (winner-configuration, winner-make-point-alist)
1194 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1195 * files.el (locate-file-completion-table): Avoid list*.
1196
c5695d1d
CY
11972012-06-22 Chong Yidong <cyd@gnu.org>
1198
1199 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1200 (dired-create-files): Doc fix (Bug#11329).
1201 (dired-do-copy): Doc fix (Bug#11334).
1202 (dired-mark-read-string): Doc fix (Bug#11553).
1203
2ee3d7f0
SM
1204 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1205 Doc fix (Bug#11326).
c5695d1d
CY
1206 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1207 (dired-dwim-target): Doc fix.
1208
1209 * wdired.el (wdired-mode): Doc fix.
1210
89b5595a
GM
12112012-06-22 Glenn Morris <rgm@gnu.org>
1212
575db3f1
GM
1213 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1214 (pcmpl-rpm-cache-stamp-file): New constant.
1215 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1216 (pcmpl-rpm-packages): Optionally cache list of packages.
1217
a4c8dd51
GM
1218 * pcmpl-rpm.el (pcmpl-rpm): New group.
1219 (pcmpl-rpm-query-options): New option.
1220 (pcmpl-rpm-packages): No need to inline it.
1221 Use pcmpl-rpm-query-options.
1222
89b5595a
GM
1223 * calendar/calendar.el (calendar-in-read-only-buffer):
1224 Avoid some needless mode changes.
1225
e76f0800
CY
12262012-06-21 Chong Yidong <cyd@gnu.org>
1227
1228 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1229 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1230 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1231
297a8f1d
CY
12322012-06-20 Chong Yidong <cyd@gnu.org>
1233
1234 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1235
d34c18b1
DR
12362012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1237
1238 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1239 (bug#11201).
1240
32f7f28e
CY
12412012-06-20 Chong Yidong <cyd@gnu.org>
1242
1243 * term.el (term-window-width): Handle the case of a missing right
1244 fringe (Bug#8837).
1245 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1246 (term-mode): Use define-derived-mode. Minor cleanups.
1247 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1248 (term-move-columns, term-insert-char, term-emulate-terminal)
1249 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1250
493c6688
MA
12512012-06-20 Michael Albinus <michael.albinus@gmx.de>
1252
d34c18b1
DR
1253 * net/ange-ftp.el (ange-ftp-get-passwd):
1254 Bind `enable-recursive-minibuffers'.
493c6688
MA
1255 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1256
3f06ecf4
DR
12572012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1258
1259 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1260
68f12411
GM
12612012-06-19 Glenn Morris <rgm@gnu.org>
1262
1263 * progmodes/python.el (python-mode): Derive from prog-mode.
1264
b3820318
KG
12652012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1266
1267 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1268 (edt-user-menu-bar-update-buffers): New functions.
1269 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1270
c6bf3022
CY
12712012-06-19 Chong Yidong <cyd@gnu.org>
1272
1273 * subr.el (with-selected-window): Preserve the selected window's
1274 terminal's top-frame (Bug#4702).
1275
1276 * window.el (save-selected-window): Likewise.
1277
25f09295
SM
12782012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * progmodes/python.el (python-rx-constituents): Move backquote.
1281 (python-skeleton-define, python-define-auxiliary-skeleton):
1282 Use `declare'.
1283
6b11952a
MA
12842012-06-18 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * minibuffer.el (read-file-name-default): Revert the patch from
1287 2012-06-17.
1288
ee4b1330
SM
12892012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1292 (pcase--u1, pcase--q1): Don't use apply-partially.
1293
35647f79
GM
12942012-06-18 Glenn Morris <rgm@gnu.org>
1295
1296 * progmodes/python.el (python-proc, python-buffer)
1297 (python-send-receive, python-send-string): Fix obsolete versions.
1298
24b0cff0
MR
12992012-06-18 Martin Rudalics <rudalics@gmx.at>
1300
1301 * window.el (special-display-p): Completely remove stringp
1302 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1303
29855149
MA
13042012-06-17 Michael Albinus <michael.albinus@gmx.de>
1305
1306 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1307
1308 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1309
1310 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1311 * net/tramp-sh.el (tramp-maybe-open-connection):
1312 Throw if `non-essential' is non-nil.
1313
07463363
MR
13142012-06-17 Martin Rudalics <rudalics@gmx.at>
1315
1316 * window.el (special-display-p): Signal an error if BUFFER-NAME
1317 is not a string (Bug#11713).
1318
48d1354e
PE
13192012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1320
1321 * progmodes/python.el (python-info-beginning-of-backslash):
1322 Rename from python-info-beginning-of-backlash, as a spelling fix.
1323
eb4a8a9a
CY
13242012-06-17 Chong Yidong <cyd@gnu.org>
1325
1326 * term.el (term-emulate-terminal): If term-check-size is called,
1327 move point to the process mark without resetting point (Bug#4635).
1328
ddfbf826 13292012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1330
1331 * international/mule-cmds.el (mule-menu-keymap)
1332 (set-language-environment, set-locale-environment): Doc tweaks.
1333
9b0e3eba
AA
13342012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1335
1336 * cus-face.el (custom-face-attributes): Add wave-style underline
1337 attribute.
1338 * faces.el (set-face-attribute): Update docstring to describe
1339 wave-style underline attribute.
1340
771e3eae
CY
13412012-06-16 Chong Yidong <cyd@gnu.org>
1342
1343 * term/xterm.el (terminal-init-xterm): Discard input before
1344 querying background mode (Bug#10959).
1345
7ae2ea10
SM
13462012-06-16 Stefan Merten <smerten@oekonux.de>
1347
1348 * textmodes/rst.el: Added and corrected some comments.
1349 (rst-re-alist-def): Improve symbol syntax.
1350 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1351 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1352 (rst-official-version, rst-official-cvs-rev): Update version
1353 information.
7ae2ea10 1354
b6974efa
JB
13552012-06-15 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1358 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1359
8826d473
GM
13602012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1361
1362 * progmodes/python.el: New python.el merge.
1363 (python-guess-indent): Obsolete var.
1364 (python-indent-guess-indent-offset): New defcustom.
1365 (python-indent): Obsolete var.
1366 (python-indent-offset): New defcustom.
1367 (python-python-command, python-jython-command): Delete var.
1368 (python-shell-interpreter): New defcustom.
1369 (python-pdbtrack-do-tracking-p): Delete var.
1370 (python-pdbtrack-activate): New defcustom.
1371 (python-use-skeletons): Obsolete var.
1372 (python-skeleton-autoinsert): New defcustom.
1373 (inferior-python-filter-regexp, python-continuation-offset)
1374 (python-honour-comment-indentation, python-indent-string-contents)
1375 (python-jython-packages, python-mode-hook)
1376 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1377 (python-shell-prompt-alist)
1378 (python-source-modes): Delete defcustoms.
1379 (python-check-buffer-name, python-eldoc-setup-code)
1380 (python-eldoc-string-code, python-ffap-setup-code)
1381 (python-ffap-string-code, python-fill-comment-function)
1382 (python-fill-decorator-function, python-fill-paren-function)
1383 (python-fill-string-function, python-imenu-include-defun-type)
1384 (python-imenu-make-tree, python-imenu-subtree-root-label)
1385 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1386 (python-shell-compilation-regexp-alist)
1387 (python-shell-completion-module-string-code)
1388 (python-shell-completion-pdb-string-code)
1389 (python-shell-completion-setup-code)
1390 (python-shell-completion-string-code)
1391 (python-shell-enable-font-lock, python-shell-exec-path)
1392 (python-shell-extra-pythonpaths)
1393 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1394 (python-shell-process-environment)
1395 (python-shell-prompt-block-regexp)
1396 (python-shell-prompt-output-regexp)
1397 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1398 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1399 (python-shell-virtualenv-path): New defcustoms.
1400 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1401 (inferior-python-mode-syntax-table, python--prompt-regexp)
1402 (python-buffer, python-command python-python-command)
1403 (python-default-template, python-imports, python-indent-index)
1404 (python-indent-list, python-indent-list-length)
1405 (python-mode-running, python-pdbtrack-is-tracking-p)
1406 (python-preoutput-continuation, python-preoutput-leftover)
1407 (python-preoutput-result, python-preoutput-skip-next-prompt)
1408 (python-prev-dir/file, python-recursing)
1409 (python-saved-check-command, python-version-checked)
1410 (python-which-func-length-limit)
1411 (view-return-to-alist): Delete vars.
1412 (python-check-custom-command, python-dotty-syntax-table)
1413 (python-imenu-index-alist, python-indent-current-level)
1414 (python-indent-dedenters, python-indent-levels)
1415 (python-nav-beginning-of-defun-regexp)
1416 (python-nav-list-defun-positions-cache)
1417 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1418 (python-shell-internal-buffer)
1419 (python-skeleton-available): New vars.
1420 (def-python-skeleton): Delete macro.
1421 (python-skeleton-define): New macro.
1422 (python-define-auxiliary-skeleton, python-rx): New macros.
1423 (python-insert-class): Delete command.
1424 (python-skeleton-class): New command.
1425 (python-insert-def): Delete command.
1426 (python-skeleton-def): New command.
1427 (python-insert-for): Delete command.
1428 (python-skeleton-for): New command.
1429 (python-insert-if): Delete command.
1430 (python-skeleton-if): New command.
1431 (python-insert-try/except, python-insert-try/finally): Delete commands.
1432 (python-skeleton-try): New command.
1433 (python-insert-while): Delete command.
1434 (python-skeleton-while): New command.
1435 (python-backspace): Delete command.
1436 (python-indent-dedent-line-backspace): New command.
1437 (python-electric-colon): Delete command.
1438 (python-indent-electric-colon): New command.
1439 (python-guess-indent): Delete command.
1440 (python-indent-guess-indent-offset): New command.
1441 (python-shift-left): Delete command.
1442 (python-indent-shift-left): New command.
1443 (python-shift-right): Delete command.
1444 (python-indent-shift-right): New command.
1445 (python-find-function): Delete command.
1446 (python-nav-jump-to-defun): New command.
1447 (python-next-statement): Delete command.
1448 (python-nav-forward-sentence): New command.
1449 (python-previous-statement): Delete command.
1450 (python-nav-backward-sentence): New command.
1451 (python-fill-paragraph): Delete command.
1452 (python-fill-paragraph-function): New command.
1453 (python-send-buffer): Delete command.
1454 (python-shell-send-buffer): New command.
1455 (python-send-defun): Delete command.
1456 (python-shell-send-defun): New command.
1457 (python-send-region, python-send-region-and-go): Delete commands.
1458 (python-shell-send-region)
1459 (python-shell-switch-to-shell): New commands.
1460 (python-send-string): Delete command.
1461 (python-shell-send-string): New command.
1462 (python-switch-to-python): Delete command.
1463 (python-shell-switch-to-shell): New command.
1464 (python-describe-symbol): Delete command.
1465 (python-eldoc-at-point): New command.
1466 (python--set-prompt-regexp, python-args-to-list)
1467 (python-after-info-look, python-check-version)
1468 (python-check-comint-prompt, python-find-imports)
1469 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1470 (python-unload-function, python-expand-template)
1471 (python-maybe-jython, python-preoutput-filter)
1472 (python-pdbtrack-get-source-buffer)
1473 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1474 (python-pdbtrack-toggle-stack-tracking)
1475 (python-pdbtrack-track-stack-file, python-initial-text)
1476 (python-first-word, python-comment-line-p, python-send-command)
1477 (python-setup-brm, python-sentinel, python-set-proc)
1478 (python-skip-out, python-input-filter, python-outdent-p)
1479 (python-outline-level, python-backslash-continuation-line-p)
1480 (python-end-of-block, python-end-of-statement, python-mark-block)
1481 (python-beginning-of-block, python-beginning-of-statement)
1482 (python-blank-line-p, python-beginning-of-string)
1483 (python-open-block-statement-p): Delete functions.
1484 (python-indent-line, python-indent-line-1): Delete functions.
1485 (python-indent-line): New function.
1486 (python-indentation-levels): Delete function.
1487 (python-indent-calculate-levels): New function.
1488 (python-proc): Delete function.
1489 (python-shell-get-process): New function.
1490 (python-send-receive): Delete function.
1491 (python-shell-send-string-no-output): New function.
1492 (python-module-path): Delete function.
1493 (python-ffap-module-path): New function.
1494 (python-completion-at-point)
1495 (python-symbol-completions): Delete functions.
1496 (python-completion-complete-at-point): New function.
1497 (python-load-file): Delete function.
1498 (python-shell-send-file): New function.
1499 (python-calculate-indentation): Delete function.
1500 (python-indent-calculate-indentation): New function.
1501 (python-skip-comments/blanks): Delete function.
1502 (python-util-forward-comment): New function.
1503 (python-continuation-line-p): Delete function.
1504 (python-info-continuation-line-p): New function.
1505 (python-which-func, python-current-defun): Delete function.
1506 (python-info-current-defun): New function.
1507 (python-beginning-of-defun): Delete function.
1508 (python-nav-beginning-of-defun): New function.
1509 (python-close-block-statement-p)
1510 (python-block-end-p): Delete function.
1511 (python-info-closing-block): New function.
1512 (python-comint-output-filter-function)
1513 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1514 (python-fill-comment, python-fill-decorator, python-fill-paren)
1515 (python-fill-string, python-imenu-make-element-tree)
1516 (python-imenu-make-tree, python-imenu-tree-assoc)
1517 (python-indent-context, python-indent-dedent-line)
1518 (python-indent-line-function)
1519 (python-indent-post-self-insert-function)
1520 (python-indent-toggle-levels)
1521 (python-info-assignment-continuation-line-p)
1522 (python-info-beginning-of-backlash)
1523 (python-info-block-continuation-line-p)
1524 (python-info-closing-block-message)
1525 (python-info-line-ends-backslash-p)
1526 (python-info-looking-at-beginning-of-defun)
1527 (python-info-ppss-context, python-info-ppss-context-type)
1528 (python-nav-list-defun-positions, python-nav-read-defun)
1529 (python-nav-sentence-end, python-nav-sentence-start)
1530 (python-pdbtrack-comint-output-filter-function)
1531 (python-pdbtrack-set-tracked-buffer)
1532 (python-shell-calculate-exec-path)
1533 (python-shell-calculate-process-environment)
1534 (python-shell-completion--do-completion-at-point)
1535 (python-shell-completion--get-completions)
1536 (python-shell-completion-complete-at-point)
1537 (python-shell-completion-complete-or-indent)
1538 (python-shell-get-or-create-process)
1539 (python-shell-get-process-name)
1540 (python-shell-internal-get-or-create-process)
1541 (python-shell-internal-get-process-name)
1542 (python-shell-internal-send-string, python-shell-make-comint)
1543 (python-shell-parse-command, python-shell-send-setup-code)
1544 (python-skeleton-add-menu-items)
1545 (python-util-clone-local-variables, python-util-position)
1546 (run-python-internal, python-indentation-levels)
1547 (python-nav-beginning-of-defun)
1548 (python-completion-complete-at-point): New functions.
1549 (run-python): Change arguments. New API requirements.
1550
4302f5ba
SM
15512012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1552
f38ea36d
SM
1553 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1554 (bug#11649).
1555
1556 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1557 (macroexp--expand-all): Use it.
1558
4302f5ba
SM
1559 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1560 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1561 Use `cl-function' instead.
1562
33377562
JB
15632012-06-14 Juanma Barranquero <lekktu@gmail.com>
1564
1565 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1566 Suggested by Stefan Monnier while discussing bug#11657.
1567
54c5ba1a
SS
15682012-06-14 Sam Steingold <sds@gnu.org>
1569
1570 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1571
f9f1b1fe
AS
15722012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1573
1574 * play/doctor.el (doctor-doc): Remove parameter and use
1575 doctor-sent instead of sent.
1576 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1577
a81068ba
SM
15782012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1579
5a315f9c
SM
1580 * files.el: Require cl-lib.
1581 (file-name-non-special): Replace case -> cl-case.
1582
1583 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1584
a81068ba
SM
1585 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1586 mapping from #' to function*.
1587
8cca9703
CY
15882012-06-13 Chong Yidong <cyd@gnu.org>
1589
1590 * mouse.el (mouse-drag-track): Do not set the mark if the user
1591 releases the mouse without selecting anything (Bug#11588).
1592
a12ac9d7
SM
15932012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1594
ccf1dc18
SM
1595 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1596 as well (bug#11646).
1597
ef62b23d
SM
1598 * loadup.el: Count byte-code functions as well.
1599
c4c8444a
SM
1600 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1601 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1602
a12ac9d7
SM
1603 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1604 (bug#11649). Add cl-defun and cl-defmacro.
1605
87e6e64f
DA
16062012-06-13 Drew Adams <drew.adams@oracle.com>
1607
1608 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1609 Fix last change.
1610
682cefaf
MA
16112012-06-13 Michael Albinus <michael.albinus@gmx.de>
1612
1613 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1614 Otherwise, it blocks in batch mode.
1615
773e1f08
JB
16162012-06-13 Juanma Barranquero <lekktu@gmail.com>
1617
1618 * help-mode.el (bookmark-make-record-default): Declare.
1619
60057926
CY
16202012-06-13 Chong Yidong <cyd@gnu.org>
1621
1622 * emacs-lisp/package.el (list-packages): Compute a list of
1623 packages that are newly-available since the last list-packages
1624 invocation.
1625 (package-menu--new-package-list): New var.
1626 (package-menu--generate, package-menu--print-info)
1627 (package-menu--status-predicate, package-menu-mark-install):
1628 Handle new status label "new".
1629
ad4d226c
SM
16302012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1633 conversion to backquotes.
1634
f1a4e679
CY
16352012-06-12 Chong Yidong <cyd@gnu.org>
1636
1637 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1638 Rename from gud-inhibit-global-bindings.
1639
1640 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1641
1642 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1643 hook from nxml-glyph-set-hook.
1644
1645 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1646 declaration.
1647
1648 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1649
1650 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1651 Convert to defcustom.
1652
0c9e42b5
DA
16532012-06-12 Drew Adams <drew.adams@oracle.com>
1654
1655 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1656 New functions.
1657 (help-mode): Use them.
1658
09e06855
GM
16592012-06-11 Glenn Morris <rgm@gnu.org>
1660
1661 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1662 Use preprocessor face for directives.
1663 (fortran-directive-re): Doc fix.
1664
71adb94b
SM
16652012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1666
2eb87922
SM
1667 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1668 conversion to backquotes (bug#11652).
1669
71adb94b
SM
1670 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1671 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1672 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1673 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1674 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1675 (cl-ninth, cl-tenth): Mark them as inlinable.
1676 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1677 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1678 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1679 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1680 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1681 (cl-list*, cl-adjoin): Don't put an autoload manually.
1682 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1683 (cl--compiler-macro-list*): Add autoload cookie.
1684 (cl--compiler-macro-cXXr): New function.
2eb87922 1685
71adb94b
SM
1686 * help-fns.el (help-fns--compiler-macro): New function extracted from
1687 describe-function-1; follow aliases and use `compiler-macro' property.
1688 (describe-function-1): Use it.
1689
a6674402
CY
16902012-06-11 Chong Yidong <cyd@gnu.org>
1691
1692 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1693 is uninstalled, if imagemagick is installed.
1694
bb3faf5b
SM
16952012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * emacs-lisp/cl-lib.el: Use lexical-binding.
1698 (cl-map-extents, cl-maclisp-member): Remove.
1699 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1700 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1701 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1702 * emacs-lisp/cl-extra.el: Use lexical-binding.
1703 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1704 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1705 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1706 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1707 * emacs-lisp/cl-seq.el: Use lexical-binding.
1708 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1709 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1710 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1711 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1712 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1713 CL's internals.
1714
2fe4b125
MA
17152012-06-11 Michael Albinus <michael.albinus@gmx.de>
1716
1717 Sync with Tramp 2.2.6-pre.
1718
1719 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1720 `print-length' and `print-level' to nil, in order to avoid
1721 truncation. Reported by Christopher Schmidt
1722 <christopher@ristopher.com>.
1723
1724 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1725
1726 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1727 New defmacro.
1728 (tramp-compat-copy-directory): Add optional argument
1729 COPY-CONTENTS. It is not handled yet.
1730
1731 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1732 (tramp-ftp-file-name-p): Simplify.
1733
1734 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1735 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1736 connection vector.
1737
1738 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1739 (tramp-methods): Do not use `tramp-password-end-of-line'.
1740 (tramp-completion-function-alist-putty): Handle UNIX case.
1741 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1742 (tramp-do-file-attributes-with-stat)
1743 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1744 gid as real numbers. They could run out of integer range on cygwin.
1745 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1746 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1747 (tramp-open-connection-setup-interactive-shell):
1748 Use `tramp-cleanup'. Move check for busyboxes ...
1749 (tramp-find-shell): ... here. Simplify implementation.
1750 Set "remote-shell" property also for alternative shells.
1751 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1752 If failing, a regular file would be written otherwise.
1753 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1754 (tramp-find-inline-encoding): Cache the coding commands in the
1755 process cache. Apply test command on the remote side, if defined.
1756 (tramp-find-inline-compress): Cache the compress commands in the
1757 process cache.
1758 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1759 when requested. Handle hops.
1760 (tramp-current-connection): New defvar.
87e6e64f
DA
1761 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1762 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1763 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1764 (tramp-get-inline-compress, tramp-get-inline-coding):
1765 Read connection properties from the process cache.
2fe4b125
MA
1766
1767 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1768 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1769 New defconsts.
2fe4b125
MA
1770 (tramp-smb-prompt): Extend for powershell prompt.
1771 (tramp-smb-file-name-handler-alist): Add handlers for
1772 `process-file', `shell-command' and `start-file-process'.
1773 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1774 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1775 (tramp-smb-file-name-p): Simplify.
1776 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1777 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1778 (tramp-smb-shell-quote-argument): New defuns.
1779 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1780 Implement using "tar". By this, time-stamps are preserved.
1781 (tramp-smb-handle-copy-file): Handle also the case of directories.
1782 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1783 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1784 Use `tramp-get-connection-buffer').
2fe4b125
MA
1785 (tramp-smb-handle-rename-file): Use "rename", when source and
1786 target are on the same share.
87e6e64f
DA
1787 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1788 Use `tramp-smb-server-version'.
2fe4b125
MA
1789 (tramp-smb-wait-for-output): Remove prompt.
1790
1791 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1792 (tramp-methods, tramp-rsh-end-of-line):
1793 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1794 (tramp-save-ad-hoc-proxies): New defcustom.
1795 (tramp-completion-function-alist): Adapt docstring.
1796 (tramp-default-password-end-of-line): Remove defcustom.
1797 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1798 (tramp-user-regexp, tramp-file-name-regexp-unified)
1799 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1800 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1801 (tramp-remote-file-name-spec-regexp): New defconst.
1802 (tramp-file-name-structure): Extend structure for hops.
1803 (tramp-get-method-parameter): Move up.
1804 (tramp-file-name-p, tramp-dissect-file-name)
1805 (with-parsed-tramp-file-name): Handle hops.
1806 (tramp-file-name-hop): New defun.
1807 (tramp-make-tramp-file-name): New optional arg HOP.
1808 (tramp-message-show-progress-reporter-message): New defvar.
1809 (tramp-with-progress-reporter): Use it. We cannot use
1810 `tramp-message-show-message' here, because this suppresses also
1811 error buffers.
1812 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1813 `tramp-message-show-message' is nil.
1814 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1815 (tramp-cleanup): New defun.
1816 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1817 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1818 an error unchanged.
1819 (tramp-completion-handle-file-name-all-completions): Handle hops.
1820 Fix an error when called from ido.
1821 (tramp-completion-dissect-file-name): Use better local variable
1822 name. Add hop to the vector.
1823 (tramp-handle-insert-file-contents): Use progress-reporter for the
1824 whole scenario.
1825 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1826 to `t'.
1827 (tramp-check-for-regexp): Simplify search.
1828 (tramp-enter-password): Remove it. Move implementation ...
1829 (tramp-action-password): ... here.
1830 (tramp-mode-string-to-int, tramp-local-host-p)
1831 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1832 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1833 Set tramp-autoload cookie.
2fe4b125
MA
1834
1835 * net/trampver.el: Update release number.
1836
18372012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1838 Michael Albinus <michael.albinus@gmx.de>
1839
1840 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1841 (tramp-parse-group, tramp-parse-file)
1842 (tramp-parse-shostkeys-sknownhosts): New defuns.
1843 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1844 (tramp-parse-shosts-group, tramp-parse-sconfig)
1845 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1846 (tramp-parse-sknownhosts, tramp-parse-hosts)
1847 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1848 Use them.
1849 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1850 (tramp-parse-putty-group): Don't narrow.
1851 (tramp-parse-putty): Make a loop.
1852 (tramp-file-name-handler): Catch the `suppress' signal.
1853
72834e10
CY
18542012-06-11 Chong Yidong <cyd@gnu.org>
1855
1856 * image.el (imagemagick-register-types): Put the ImageMagick entry
1857 at the end of image-type-file-name-regexps.
1858
a4712e11
JB
18592012-06-11 Johan Bockgård <bojohan@gnu.org>
1860
1861 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1862 (pcase, pcase-let*, pcase-dolist): Use them.
1863
82ad98e3
SM
18642012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * emacs-lisp/pcase.el (pcase--let*): New function.
1867 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1868 (pcase--expand): Use macroexp-let².
1869
f80efb86
SM
18702012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1873 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1874 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1875 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1876 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1877 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1878
31ca4639 18792012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1880
31ca4639
CY
1881 * mail/rmail.el (rmail-yank-current-message): Leave point at
1882 correct position. (Bug#11660)
94f0aa34 1883
31ca4639 18842012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1885
31ca4639 1886 * allout-widgets.el: Fix code header.
9e1b8ec4 1887
31ca4639 18882012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1889
f80efb86
SM
1890 * cus-edit.el (customize-changed-options-previous-release):
1891 Bump to 24.1.
31ca4639 1892
642b6d30
AS
18932012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1894
1895 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1896
4f5d2ba1
CY
18972012-06-09 Chong Yidong <cyd@gnu.org>
1898
1899 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1900
e75852fd
MR
19012012-06-09 Martin Rudalics <rudalics@gmx.at>
1902
1903 * window.el (special-display-popup-frame): Don't use
1904 window--display-buffer (Bug#11651).
1905
1e48e282
EZ
19062012-06-09 Eli Zaretskii <eliz@gnu.org>
1907
8a26b487
EZ
1908 Fix parallel builds: make sure loaddefs.el is not being written
1909 while Lisp files are compiled.
1910 (compile): Don't depend on 'mh-autoloads'.
1911 (compile-CMD, compile-SH): Depend on 'autoloads'.
1912 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1913
1e48e282
EZ
1914 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1915
6175e34b
CY
19162012-06-09 Chong Yidong <cyd@gnu.org>
1917
1918 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1919 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1920 Doc fixes (Bug#11225).
1921
d9857e53
SM
19222012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1925 a function if there's a clear indication that it has a compiler-macro.
1926 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1927 (macro-declarations-alist): Add arglist to declaration functions.
1928 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1929 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1930 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1931 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1932 Also add autoload to find the compiler macro.
1933 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1934 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1935 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1936 (cl--compiler-macro-get): New functions, replacing calls to
1937 cl-define-compiler-macro.
1938 (cl-typep) [compiler-macro]: Use macroexp-let².
1939
f81298f8 19402012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1941
1942 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1943 string properly, fixes Bug#11473.
1944
4b56d0fe
CY
19452012-06-08 Chong Yidong <cyd@gnu.org>
1946
1947 * faces.el (set-face-attribute): Doc fix.
1948 (modify-face): Don't use :bold and :italic.
1949 (error, warning, success): Tweak definitions.
1950
1951 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1952 (custom-modified, custom-set, custom-changed, custom-themed)
1953 (custom-saved, custom-button, custom-button-mouse)
1954 (custom-button-pressed, custom-state, custom-comment-tag)
1955 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1956 (custom-group-subtitle): Use new-style face specs.
1957 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1958 (custom-set-face, custom-changed-face, custom-saved-face)
1959 (custom-button-face, custom-button-pressed-face)
1960 (custom-documentation-face, custom-state-face)
1961 (custom-comment-face, custom-comment-tag-face)
1962 (custom-variable-tag-face, custom-variable-button-face)
1963 (custom-face-tag-face, custom-group-tag-face-1)
1964 (custom-group-tag-face): Remove obsolete face alias.
1965
1966 * epa.el (epa-validity-high, epa-validity-medium)
1967 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1968 (epa-field-name, epa-field-body):
1969 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1970 (font-lock-keyword-face, font-lock-builtin-face)
1971 (font-lock-function-name-face, font-lock-variable-name-face)
1972 (font-lock-type-face, font-lock-constant-face):
1973 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1974 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1975 * speedbar.el (speedbar-button-face, speedbar-file-face)
1976 (speedbar-directory-face, speedbar-tag-face)
1977 (speedbar-selected-face, speedbar-highlight-face)
1978 (speedbar-separator-face):
1979 * whitespace.el (whitespace-newline, whitespace-space)
1980 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1981 (whitespace-line, whitespace-space-before-tab)
1982 (whitespace-space-after-tab, whitespace-indentation)
1983 (whitespace-empty):
1984 * emulation/cua-base.el (cua-global-mark):
1985 * eshell/em-prompt.el (eshell-prompt):
1986 * net/newst-plainview.el (newsticker-new-item-face)
1987 (newsticker-old-item-face, newsticker-immortal-item-face)
1988 (newsticker-obsolete-item-face, newsticker-date-face)
1989 (newsticker-statistics-face, newsticker-default-face):
1990 * net/newst-reader.el (newsticker-feed-face)
1991 (newsticker-extra-face, newsticker-enclosure-face):
1992 * net/newst-treeview.el (newsticker-treeview-face)
1993 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1994 (newsticker-treeview-immortal-face)
1995 (newsticker-treeview-obsolete-face)
1996 (newsticker-treeview-selection-face):
1997 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1998 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1999 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2000 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2001 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2002 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2003 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2004 (mpuz-text):
2005 * progmodes/vera-mode.el (vera-font-lock-number)
2006 (vera-font-lock-function, vera-font-lock-interface):
2007 * textmodes/table.el (table-cell): Use new-style face specs, and
2008 don't use the old :bold and :italic attributes.
2009
2010 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2011 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2012 (ebrowse-member-class, ebrowse-progress): Likewise.
2013 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2014 (ebrowse-file-name-face, ebrowse-default-face)
2015 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2016 (ebrowse-progress-face): Remove obsolete faces.
2017
2018 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2019 Inherit from error and warning faces respectively.
2020
2021 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2022 Likewise.
f80efb86
SM
2023 (flyspell-incorrect-face, flyspell-duplicate-face):
2024 Remove obsolete aliases.
4b56d0fe 2025
03310646
MA
20262012-06-08 Michael Albinus <michael.albinus@gmx.de>
2027
2028 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2029 Avoid infloop.
2030
513749ee
SM
20312012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * startup.el (argv, argi): Make lexically scoped.
2034 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2035 * emacs-lisp/cl-macs.el: Use lexical-binding.
2036 Rename cl-bind-* to cl--bind-*.
2037 * files.el: Don't require `cl' since it doesn't use it.
2038 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2039
595ef4ad
JB
20402012-06-08 Juanma Barranquero <lekktu@gmail.com>
2041
2042 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2043 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2044 instead of calling external sort utility.
2045 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2046
e9f66fcb
EZ
20472012-06-08 Eli Zaretskii <eliz@gnu.org>
2048
2049 * descr-text.el (describe-char): Mention how to insert the
2050 character, if the current input method doesn't support it.
2051 See the discussion in this thread for the details:
2052 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2053
3d10db47
SS
20542012-06-08 Sam Steingold <sds@gnu.org>
2055
2056 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2057 XF86Back to previous-buffer.
2058 (minibuffer-local-map): Bind them to next-history-element and
2059 previous-history-element respectively.
2060 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2061 help-go-back respectively.
2062 * info.el (Info-mode-map): Bind them to Info-history-forward and
2063 Info-history-back respectively.
2064 These are the keys next to Up on the ThinkPad keyboard.
2065
de7e2b36
SM
20662012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2069 * emacs-lisp/cl-macs.el: Provide itself.
2070 (cl--labels-convert-cache): New var.
2071 (cl--labels-convert): New function.
2072 (cl-flet, cl-labels): New implementation with new semantics, relying on
2073 lexical-binding.
2074 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2075 (cl-closure-vars, cl--function-convert-cache)
2076 (cl--function-convert): Move from cl-macs.el.
2077 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2078 rename by removing the "cl-" prefix.
2079 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2080
6fa6c4ae
SM
20812012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2084 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2085 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2086 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2087 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2088 (cl-hash-table-count): Add old compatibility aliases.
2089
2090 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2091 Use macroexpand-all-environment instead.
2092 (cl--old-macroexpand): New var.
2093 (cl--sm-macroexpand): New function.
2094 (cl-symbol-macrolet): Use it during macro expansion.
2095 (cl--function-convert-cache): New var.
2096 (cl--function-convert): New function, extracted from
2097 cl-macroexpand-all.
2098 (cl-lexical-let): Use it.
2099
2100 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2101 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2102 (cl-member): Remove old alias.
2103
2104 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2105 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2106 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2107 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2108 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2109 (cl-macroexpand-cmacs): Remove var.
2110 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2111 Use macroexpand-all instead.
2112
4dd1c416
SM
21132012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2116 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2117 (macroexp-copyable-p): New functions and macros.
2118 * emacs-lisp/edebug.el (edebug-unwrap):
2119 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2120 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2121 (pcase--let*): Remove.
2122 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2123 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2124 macroexp-const-p instead.
2125 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2126
2127 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2128 instead of "cl-" for internal definitions. Use macroexp-const-p.
2129 (cl-old-bc-file-form): Remove var.
2130 (cl-const-exprs-p): Remove fun.
2131 (cl-labels, cl-macrolet): Use backquote.
2132 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2133 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2134 (cl-define-setf-expander): Rename from cl-define-setf-method.
2135 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2136
2137 * international/mule-cmds.el: Don't require CL.
2138 (view-hello-file): Don't use `letf'.
2139
ed8bd4d7
SM
21402012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2141
7287f2f3
SM
2142 * tmm.el (tmm-prompt): Use string-prefix-p.
2143 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2144 (tmm-add-prompt): Use minibuffer-completion-help.
2145 (tmm-delete-map): Remove.
2146
ed8bd4d7
SM
2147 * subr.el (kbd): Make it its own function.
2148
7b4cdbf4
SM
21492012-06-07 Stefan Merten <smerten@oekonux.de>
2150
2151 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2152 Silence compiler warnings. Fix versions.
ed8bd4d7 2153 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2154 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2155 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2156 (rst-package-emacs-version-alist): Correct Emacs version to
2157 represent major merge with upstream.
ed8bd4d7 2158 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2159
2b48d721
GM
21602012-06-06 Glenn Morris <rgm@gnu.org>
2161
2162 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2163 Only print environment variables if set.
2164
fa779ab0
SM
21652012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2168 (macroexp--cons): Rename from maybe-cons.
2169 (macroexp--accumulate): Rename from macroexp-accumulate.
2170 (macroexp--all-forms): Rename from macroexpand-all-forms.
2171 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2172 (macroexp--expand-all): Rename from macroexpand-all-1.
2173
628299e0
SS
21742012-06-06 Sam Steingold <sds@gnu.org>
2175
2176 * calendar/calendar.el (calendar-in-read-only-buffer):
2177 Call `special-mode' to enable the standard read-only keybindings.
2178
b7bb5838
SM
21792012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2182 with "loading" messages (bug#11635).
2183
dfb308ba
MA
21842012-06-06 Michael Albinus <michael.albinus@gmx.de>
2185
2186 * files.el (enable-remote-dir-locals): New option.
2187 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2188
0372ee92
MA
2189 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2190 Ensure, that the temp directory is local.
2191
2192 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2193 `temporary-file-directory'.
2194
eed0bb91
MA
2195 * progmodes/python.el (python-send-region): Ensure, that the
2196 temporary file is created also in the remote case.
2197
7a58f64d
GM
21982012-06-06 Glenn Morris <rgm@gnu.org>
2199
f7dd4e98
GM
2200 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2201 (vc-rcs-update-changelog): Use it.
2202
090bd7cb 2203 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2204
7a58f64d
GM
2205 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2206 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2207 (vc-sccs-diff): Replace use of the external vcdiff script.
2208
daed4003
GM
22092012-06-05 Glenn Morris <rgm@gnu.org>
2210
2211 * ledit.el: Move to obsolete/.
2212
48c455c7
SS
22132012-06-05 Sam Steingold <sds@gnu.org>
2214
ed9265fc 2215 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2216 patch (Bug#11140).
2217
57a7d507
SM
22182012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2219
090bd7cb 2220 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2221
53aacf21
SM
2222 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2223 compiler-macro expansion.
2224
57a7d507
SM
2225 Add native compiler-macro support.
2226 * emacs-lisp/macroexp.el (macroexpand-all-1):
2227 Support compiler-macros directly. Properly follow aliases and apply
2228 the compiler macros more thoroughly.
2229 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2230 macroexpand now properly follows aliases.
2231 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2232 (cl-compiler-macroexpand): Use new prop.
2233 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2234
2235 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2236
51a5f9d8
MR
22372012-06-05 Martin Rudalics <rudalics@gmx.at>
2238
2239 * window.el (get-lru-window, get-mru-window, get-largest-window):
2240 New argument NOT-SELECTED to avoid picking the selected window.
2241 (window--display-buffer-1, window--display-buffer-2): Replace by
2242 new function window--display-buffer
2243 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2244 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2245 Use window--display-buffer.
51a5f9d8
MR
2246 (display-buffer-use-some-window): Remove temporary dedication
2247 hack by calling get-lru-window and get-largest-window with
2248 NOT-SELECTED argument non-nil. Call window--display-buffer.
2249
08f9f738
GM
22502012-06-05 Glenn Morris <rgm@gnu.org>
2251
2252 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2253 Replace external vcdiff script.
2254
e364a2b7
SM
22552012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2258
041df390
CY
22592012-06-04 Chong Yidong <cyd@gnu.org>
2260
e364a2b7
SM
2261 * image.el (imagemagick-types-inhibit): Revert last change.
2262 Add INFO and M.
47b36b94 2263 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2264
7c1898a7
SM
22652012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * emacs-lisp/cl-lib.el: Rename from cl.el.
2268 * emacs-lisp/cl.el: New compatibility file.
2269 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2270 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2271 to obey the "cl-" prefix.
2272 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2273
0c3461de
GM
22742012-06-03 Glenn Morris <rgm@gnu.org>
2275
1e266c88
GM
2276 * emacs-lisp/authors.el (authors-aliases): Addition.
2277
0c3461de
GM
2278 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2279 Fix :version.
2280
d8a52e15
SM
22812012-06-03 Stefan Merten <smerten@oekonux.de>
2282
2283 * textmodes/rst.el: Add comments.
2284 (rst-transition, rst-adornment): New faces.
2285 (rst-adornment-faces-alist): Make default safe to reevaluate.
2286 Fixes
2287 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2288 Improve customization tags.
2289 (rst-define-level-faces): Clarify meaning.
2290
5205d6f6
CY
22912012-06-03 Chong Yidong <cyd@gnu.org>
2292
2293 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2294 (compilation-mode-line-run, compilation-mode-line-exit):
2295 New faces.
5205d6f6
CY
2296 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2297
757ee657
JD
22982012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2299
7c1898a7
SM
2300 * progmodes/which-func.el (which-func-update-ediff-windows):
2301 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2302
5f2c76c6
CY
23032012-06-03 Chong Yidong <cyd@gnu.org>
2304
2305 * bindings.el: Remove explicit help text from format-mode-line.
2306 It is now supplied by mode-line-default-help-echo.
2307 (mode-line-front-space, mode-line-end-spaces)
2308 (mode-line-misc-info): New variables.
2309 (mode-line-modes, mode-line-position): Move the default value to
2310 the variable definition.
2311 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2312 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2313 (mode-line-modified-help-echo): New functions.
2314 (mode-line-mule-info, mode-line-modified): Use them.
2315 (mode-line-eol-desc, propertized-buffer-identification):
2316 Consistency fixes for help text.
cbe46e5f
CY
2317 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2318 set-buffer-file-coding-system (Bug#289).
2319 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2320
f2d6a3df
SM
23212012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * simple.el (execute-extended-command): Set real-this-command
2324 (bug#11506).
2325
37269466
CY
23262012-06-02 Chong Yidong <cyd@gnu.org>
2327
2328 Remove incorrect uses of "modeline" in comments, docstrings, and
2329 function/variable names (Bug#10329).
2330
2331 * cus-edit.el (mode-line):
2332 * dframe.el (dframe-mouse-hscroll):
2333 * emacs-lisp/re-builder.el:
2334 * emacs-lisp/easy-mmode.el (define-minor-mode):
2335 * frame.el (set-frame-name):
2336 * help.el (lookup-minor-mode-from-indicator):
2337 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2338 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2339 (c-toggle-hungry-state):
2340 * progmodes/antlr-mode.el (antlr-language-alist):
2341 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2342 * progmodes/vhdl-mode.el (vhdl-mode):
2343 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2344 * term/ns-win.el (ns-face-at-pos):
2345 * term/sup-mouse.el (sup-mouse-report):
2346 * textmodes/flyspell.el (flyspell-mode-line-string):
2347 * textmodes/ispell.el (ispell-highlight-face):
2348 * textmodes/reftex-global.el:
2349 * vc/vc-arch.el (vc-arch-mode-line-string):
2350 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2351 * vc/vc-git.el (vc-git-mode-line-string):
2352 * vc/vc-hooks.el (vc-display-status)
2353 (vc-default-mode-line-string):
2354 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2355
2356 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2357
2358 * dired.el (dired-sort-set-mode-line): Rename from
2359 dired-sort-set-modeline. All callers changed.
2360
2361 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2362 eshell-status-in-modeline.
2363
2364 * foldout.el (foldout-mode-line-string): Rename from
2365 foldout-modeline-string. All callers changed.
2366 (foldout-update-mode-line): Rename from foldout-update-modeline.
2367
2368 * subr.el (redraw-modeline): Make into obsolete alias.
2369
2370 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2371 timeclock-modeline-display. Make old name an alias.
2372 (timeclock-update-mode-line): Likewise. All callers changed.
2373 (timeclock-mode-line-display): No need to check before using
2374 add-hook.
2375 (timeclock-relative, timeclock-day-over-hook)
2376 (timeclock-use-elapsed, timeclock-mode-string)
2377 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2378
2379 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2380 crisp-mode-modeline-string.
2381
2382 * play/solitaire.el (solitaire-build-mode-line): Rename from
2383 solitaire-build-modeline. All callers changed.
2384
2385 * play/zone.el (zone-hiding-mode-line): Rename from
2386 zone-hiding-modeline. All callers changed.
2387 (zone): Remove unusued `modeline-hidden-level' property.
2388
2389 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2390 xscheme-modeline-initialize. All callers changed.
2391
2392 * strokes.el (strokes-lighter): Rename from
2393 strokes-modeline-string.
2394
2395 * textmodes/sgml-mode.el (html-face-tag-alist)
2396 (html-tag-face-alist): Use mode-line face instead of obsolete
2397 alias modeline.
2398
42152ee4
SM
23992012-06-02 Stefan Merten <smerten@oekonux.de>
2400
2401 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2402 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2403
95f520b5
CY
24042012-06-02 Chong Yidong <cyd@gnu.org>
2405
2406 * image.el (imagemagick-enabled-types): Rename from
2407 imagemagick-types-enable. Add many more types.
2408 (imagemagick-types-inhibit): Change default to nil.
2409 (imagemagick-filter-types): Caller changed.
2410
4a5f187a
SM
24112012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2412
03fef3e6
SM
2413 * emacs-lisp/cl-macs.el: Use backquotes.
2414 (cl-transform-function-property): Use eval-and-compile rather than
2415 abusing `require'.
2416 (defstruct): Use declare-function instead of with-no-warnings.
2417
4a5f187a
SM
2418 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2419 (byte-compile-output-docform): Re-add the print-circle bindings.
2420 (byte-compile-fix-header): Use #$ just because it's shorter.
2421 (byte-compile-output-file-form): Remove defun/defmacro.
2422
bd56924f
MR
24232012-06-01 Martin Rudalics <rudalics@gmx.at>
2424
2425 * simple.el (choose-completion): Remove now obsolete binding for
2426 owindow.
2427
046e38ce
MA
24282012-06-01 Michael Albinus <michael.albinus@gmx.de>
2429
2430 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2431 in order to avoid "Stack overflow in regexp matcher".
2432
32d72c2f
GM
24332012-05-31 Glenn Morris <rgm@gnu.org>
2434
2435 * image.el: For clarity, call imagemagick-register-types at
2436 top-level, rather than relying on a custom :initialize.
2437 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2438 (imagemagick-filter-types): New function. (Bug#7406)
2439 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2440 If disabling support, remove elements altogether rather
2441 than using an impossible regexp.
2442 (imagemagick-types-inhibit): Give it the default init function.
2443
dd41169b
SM
24442012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2445
4a5f187a
SM
2446 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2447 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2448
efc00ab1 24492012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2450
2451 * desktop.el (desktop-read): Clear previous and next buffers for
2452 all windows and bury *Messages* buffer (bug#11556).
2453
500fcedc
SM
24542012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 Add `declare' for `defun'. Align `defmacro's with it.
2457 * emacs-lisp/easy-mmode.el (define-minor-mode)
2458 (define-globalized-minor-mode): Don't autoload the var definitions.
2459 * emacs-lisp/byte-run.el: Use lexical-binding.
2460 (defun-declarations-alist, macro-declarations-alist): New vars.
2461 (defmacro, defun): Use them.
2462 (make-obsolete, define-obsolete-function-alias)
2463 (make-obsolete-variable, define-obsolete-variable-alias):
2464 Use `declare'.
2465 (macro-declaration-function): Mark obsolete.
2466 * emacs-lisp/autoload.el: Use lexical-binding.
2467 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2468
6e8a1786
AM
24692012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2470
2471 * textmodes/ispell.el (ispell-with-no-warnings):
2472 Define as a macro.
500fcedc
SM
2473 (ispell-kill-ispell, ispell-change-dictionary):
2474 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2475 `interactive-p'.
2476
61b108cc
SM
24772012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2480 (macro-declaration-function): Move var from C code.
2481 (macro-declaration-function): Define function with defalias.
2482 * emacs-lisp/macroexp.el (macroexpand-all-1):
2483 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2484 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2485 defun/defmacro any more.
2486 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2487 Provide fallback for unknown arglist.
2488 (byte-compile-arglist-warn): Change calling convention.
2489 (byte-compile-output-file-form): Move print-vars binding.
2490 (byte-compile-output-docform): Simplify accordingly.
2491 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2492 (byte-compile-defmacro-declaration): Remove.
2493 (byte-compile-file-form-defmumble): Generalize to defalias.
2494 (byte-compile-output-as-comment): Return byte-positions.
2495 Simplify callers accordingly.
2496 (byte-compile-lambda): Use `assert'.
2497 (byte-compile-defun, byte-compile-defmacro): Remove.
2498 (byte-compile-file-form-defalias):
2499 Use byte-compile-file-form-defmumble.
2500 (byte-compile-defalias-warn): Remove.
2501
6d3f7c2f
SM
25022012-05-29 Stefan Merten <smerten@oekonux.de>
2503
2504 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2505 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2506
2507 (rst-mode-abbrev-table): Merge definition.
2508 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2509 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2510
6dbaa1c7
UJ
25112012-05-29 Ulf Jasper <ulf.jasper@web.de>
2512
2513 * calendar/icalendar.el
2514 (icalendar-export-region): Export UID properly.
2515
d209e2fb 25162012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2517 * calendar/icalendar.el (icalendar-import-format):
2518 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2519 (icalendar-import-format-uid): New.
2520 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2521 Export UID.
2522
6876a58d
SM
25232012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2526 different alternative patterns.
2527 (pcase-codegen): Be more careful to preserve identity.
2528 (pcase--u1): Don't forget to mark vars as used.
2529
2530 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2531 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2532 (byte-compile-from-buffer): ...rather than here.
2533
2534 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2535 functions from byte-compile-function-environment.
2536
46b7967e
TN
25372012-05-29 Troels Nielsen <bn.troels@gmail.com>
2538
2539 * window.el (window-deletable-p): Avoid deleting the root window
2540 of a frame with an active minibuffer.
2541
69d565e2
MR
25422012-05-29 Martin Rudalics <rudalics@gmx.at>
2543
2544 * simple.el (choose-completion): Use quit-window (Bug#11567).
2545
a149fa51
CY
25462012-05-29 Chong Yidong <cyd@gnu.org>
2547
2548 * whitespace.el (whitespace-cleanup): Fix usage of
2549 whitespace-empty-at-bob-regexp (Bug#11492).
2550
2b311310
AH
25512012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2552
2553 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2554 revert (Bug#11488).
2555
b9cb2387
JL
25562012-05-29 Juri Linkov <juri@jurta.org>
2557
2558 * isearch.el (isearch-mode-map): Bind `M-s _' to
2559 `isearch-toggle-symbol'. Bind `M-s c' to
2560 `isearch-toggle-case-fold'.
2561 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2562 (isearch-forward): Add `M-s _' to the docstring.
2563 (isearch-forward-symbol, isearch-toggle-case-fold)
2564 (isearch-symbol-regexp): New functions. (Bug#11381)
2565
d5e61c1c
JL
25662012-05-29 Juri Linkov <juri@jurta.org>
2567
2568 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2569 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2570 a function, call it to get the regexp.
2571 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2572 property `isearch-message-prefix' instead of the string "word ".
2573 (isearch-search-fun-default): For the case of `isearch-word',
2574 return a lambda that calls re-search-forward/re-search-backward
2575 with a regexp returned by `word-search-regexp' or by the function
2576 in `isearch-word'.
2577
8cbd80f7
JL
25782012-05-29 Juri Linkov <juri@jurta.org>
2579
2580 * isearch.el (isearch-search-fun-default): New function.
2581 (isearch-search-fun): Move default part to the new function
2582 `isearch-search-fun-default'.
2583 (isearch-search-fun-function): Set the default value to
2584 `isearch-search-fun-default'. (Bug#11381)
2585
2586 * comint.el (comint-history-isearch-end):
2587 Use `isearch-search-fun-default'.
2588 (comint-history-isearch-search): Use `isearch-search-fun-default'
2589 and remove spacial case for `isearch-word'.
2590 (comint-history-isearch-wrap): Remove spacial case for
2591 `isearch-word'.
2592
2593 * hexl.el (hexl-isearch-search-function):
2594 Use `isearch-search-fun-default'.
2595
2596 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2597 Use `word-search-regexp' for `isearch-word'.
2598
2599 * misearch.el (multi-isearch-search-fun):
2600 Use `isearch-search-fun-default'.
2601
2602 * simple.el (minibuffer-history-isearch-search):
2603 Use `isearch-search-fun-default' and remove spacial case for
2604 `isearch-word'.
2605 (minibuffer-history-isearch-wrap): Remove spacial case for
2606 `isearch-word'.
2607
2608 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2609 Remove spacial case for `isearch-word'.
2610 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2611
85c8c5b6
AM
26122012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2613
2614 Decrease XEmacs incompatibilities.
2615 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2616 Use `string-match'.
2617 (flyspell-delete-region-overlays): Use alternative definition for
2618 XEmacs.
2619 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2620 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2621 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2622 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2623 `define-obsolete-face-alias' under XEmacs, but old method.
2624
2625 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2626 `with-no-warnings' definition or Emacs alias.
2627 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2628 (ispell-word): Do not use `region-p' if XEmacs.
2629
8cab9efc
AM
26302012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2631
2632 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2633 Check for `ispell-dictionary-base-alist' instead of full
2634 `ispell-dictionary-alist'.
2635 (ispell-init-process): Show spellchecker when starting new Ispell
2636 process.
2637
fda91268
RZ
26382012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2641 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2642
694ea8e3
JB
26432012-05-27 Juanma Barranquero <lekktu@gmail.com>
2644
2645 * version.el (motif-version-string, gtk-version-string)
2646 (ns-version-string): Declare.
2647
e4d4f539
JL
26482012-05-27 Juri Linkov <juri@jurta.org>
2649
2650 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2651 after the `eval-defun-1' specialcaseing
2652 like in `edebug-eval-defun' (bug#10181).
2653
2654 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2655 like in `eval-defun-1'.
2656
33017faf 26572012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2658
fda91268
RZ
2659 * mail/sendmail.el (mail-yank-region):
2660 Recognize rmail-yank-current-message in addition to insert-buffer.
2661 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2662 a *mail* buffer created through rmail-start-mail with sendmail as
2663 mail-user-agent.
2664
33017faf
GM
26652012-05-27 Chong Yidong <cyd@gnu.org>
2666
2667 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2668 Default to 256 (Bug#11267).
2669
2670 * help.el (describe-mode): Doc fix.
2671
04188bb9
GM
26722012-05-26 Glenn Morris <rgm@gnu.org>
2673
38264cc9
GM
2674 * w32-fns.el (w32-init-info): Remove.
2675 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2676
eb7afdad
GM
2677 * info.el (info-initialize): For self-contained NS builds, put the
2678 included info/ directory at the front. (Bug#2791)
2679
04188bb9
GM
2680 * paths.el (Info-default-directory-list): Make it a defcustom,
2681 mainly so that we can use custom-initialize-delay.
2682
a179e3f7
SM
26832012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2684
43416392
SM
2685 * subr.el (buffer-has-markers-at): Mark obsolete.
2686
a179e3f7 2687 * subr.el (lambda): Use declare.
43416392 2688
a179e3f7
SM
2689 * emacs-lisp/lisp-mode.el (lambda):
2690 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2691
34a008d9
AH
26922012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2693
2694 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2695
0a3b289f
GM
26962012-05-26 Glenn Morris <rgm@gnu.org>
2697
2698 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2699
758c81e8
GM
27002012-05-25 Glenn Morris <rgm@gnu.org>
2701
f9f334f0
GM
2702 * paths.el: Remove no-byte-compile.
2703 * loadup.el: No need to load paths.el uncompiled.
2704
87eb79c2
GM
2705 * image.el (imagemagick-types-inhibit): Doc fix.
2706
758c81e8
GM
2707 * version.el: Remove no-byte-compile and associated formatting.
2708 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2709 is ancient code from when there was an "inc-vers.el".
2710
e7e85dc0
SM
27112012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2712
2713 * progmodes/gdb-mi.el: Minor style changes.
2714 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2715 Turn into minor modes.
2716 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2717 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2718 (gdb-shell): Remove unneeded let-binding.
2719 (gdb-get-many-fields): Eliminate O(n²) behavior.
2720
f31237a4
EZ
27212012-05-25 Eli Zaretskii <eliz@gnu.org>
2722
2723 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2724 platforms that don't link in fontset.c.
2725
bc1b21bb
JL
27262012-05-25 Juri Linkov <juri@jurta.org>
2727
2728 Use the same diff color scheme as in modern VCSes (bug#10181).
2729
2730 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2731 to avoid confusion with `diff-added' that now uses green colors.
2732 (diff-removed): Use shades of red.
2733 (diff-added): Use shades of green.
2734 (diff-changed): Leave just the yellow color.
2735 (diff-use-changed-face): New variable.
2736 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2737 how to highlight context diff changes.
2738 (diff-refine-change): Use shades of yellow.
2739 (diff-refine-removed): New face that uses shades of red.
2740 (diff-refine-added): New face that uses shades of green.
2741 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2742 `diff-refine-removed' in the call to `smerge-refine-subst'
2743 depending on the value of `diff-use-changed-face'.
2744
2745 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2746 (smerge-other): Use shades of green.
2747 (smerge-base): Use shades of yellow.
2748 (smerge-refined-change): Empty face.
2749 (smerge-refined-removed): New face that uses shades of red.
2750 (smerge-refined-added): New face that uses shades of green.
2751 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2752 args `props-r' and `props-a', and use them. Doc fix.
2753 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2754 on its value use different faces `smerge-refined-change',
2755 `smerge-refined-removed', `smerge-refined-added' in the call to
2756 `smerge-refine-subst'.
2757
2758 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2759 Add face condition `min-colors 88' with shades of red.
2760 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2761 `min-colors 88' with shades of green.
2762 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2763 `min-colors 88' with shades of yellow.
2764
6df9112c
GM
27652012-05-24 Glenn Morris <rgm@gnu.org>
2766
ead5edc0
GM
2767 * paths.el (prune-directory-list, remote-shell-program): Move to...
2768 * files.el (prune-directory-list, remote-shell-program): ...here.
2769 For the latter, delay initialization, prefer ssh, just search PATH.
2770
f18b81e6
GM
2771 * paths.el (term-file-prefix): Move to faces.el (the only user).
2772 * faces.el (term-file-prefix): Move here, make it a defcustom.
2773
ee2f89a6
GM
2774 * paths.el (news-directory, news-path, news-inews-program):
2775 Move to gnus/nnspool.el.
61a583ca 2776
f8815e4c
GM
2777 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2778
c8f3b42c
GM
2779 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2780 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2781 Make the latter a defcustom, with a delayed initialization.
2782
6df9112c
GM
2783 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2784 These were deleted from Gnus itself late 2010.
2785
5dadff36
JB
27862012-05-22 Juanma Barranquero <lekktu@gmail.com>
2787
9e1701c6
JB
2788 * progmodes/which-func.el (which-func-ff-hook):
2789 Check against user-error, not error.
2790
bd7239f5 2791 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2792 cl-specs.el, which no longer exists.
2793
3290526d
GM
27942012-05-22 Glenn Morris <rgm@gnu.org>
2795
2796 * info.el (info-emacs-bug): New command.
2797 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2798 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2799
ff0c3cfb
GM
28002012-05-21 Glenn Morris <rgm@gnu.org>
2801
2802 * makefile.w32-in (update-subdirs-SH):
2803 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2804
5814f126
SM
28052012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2806
a52c0aa0
SM
2807 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2808
5814f126
SM
2809 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2810 Simplify Maven regexp, and make sure the file can't start with a space
2811 (bug#11517).
2812
b847032c
GM
28132012-05-21 Glenn Morris <rgm@gnu.org>
2814
2815 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2816 Scrap superfluous subshells.
2817
3858bfe7
SM
28182012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2821 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2822
d14b0029
JB
28232012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2824
2825 * calc/calc.el (calc-ensure-consistent-units): New variable.
2826
a52c0aa0
SM
2827 * calc/calc-units.el (math-consistent-units-p)
2828 (math-check-unit-consistency): New functions.
2829 (calc-quick-units, calc-convert-units):
2830 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2831 is non-nil.
d14b0029
JB
2832 (calc-extract-units): Fix typo.
2833
60c4db3a
SM
28342012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2835
77f3b62e
SM
2836 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2837
60c4db3a
SM
2838 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2839 (flyspell-default-deplacement-commands): Don't spell check after
2840 repeated window/frame switches (e.g. triggered by mouse-movement).
2841 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2842 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2843 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2844 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2845 Remove unused vars.
2846 (flyspell-get-casechars, flyspell-get-not-casechars):
2847 Simplify; Don't bother removing a ] just to add it back.
2848 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2849
d209e2fb 28502012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2851
2852 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2853 New functions.
bd7239f5 2854 (math-function-table): Add support for more C functions.
b1a10716 2855
3f1b25b5
AM
28562012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2857
090bd7cb
JB
2858 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2859 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2860 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2861
b581bb5c
SM
28622012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2865 their respective macro declarations.
2866 * skeleton.el (define-skeleton):
2867 * progmodes/compile.el (define-compilation-mode):
2868 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2869 (define-ibuffer-filter):
2870 * emacs-lisp/generic.el (define-generic-mode):
2871 * emacs-lisp/easy-mmode.el (define-minor-mode)
2872 (define-globalized-minor-mode):
2873 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2874 * emacs-lisp/byte-run.el (defsubst):
2875 * custom.el (deftheme): Add doc-string metadata.
2876
70b8ef8f
SM
28772012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2878
2879 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2880
b1198e17
SM
28812012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2882
9abdc45d
SM
2883 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2884
b1198e17
SM
2885 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2886 * emacs-lisp/cl-macs.el: Idem.
2887 * emacs-lisp/cl-specs.el: Remove.
2888
4735906a
SM
28892012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 Minor renaming of internal CL functions and variables.
2892 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2893 (cl--position): Rename from cl-position.
2894 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2895 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2896 (cl--random-state): Rename from *random-state*.
2897
ac348012
SM
28982012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2899
2900 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2901 parens around the arg list (bug#11499).
2902
a0a79cde
JL
29032012-05-17 Juri Linkov <juri@jurta.org>
2904
2905 * isearch.el (word-search-regexp, word-search-backward)
2906 (word-search-forward, word-search-backward-lax)
2907 (word-search-forward-lax): Move functions from search.c
2908 (bug#10145, bug#11381).
2909
65034a51
AM
29102012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2911
090bd7cb
JB
2912 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2913 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2914 Delay for otherchars as for normal word components.
65034a51 2915
1a72a195
SM
29162012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * minibuffer.el (completion--sifn-requote): Fix last change.
2919 (minibuffer-local-must-match-filename-map):
2920 Move define-obsolete-variable-alias before its var.
2921
fdb058c2
SM
29222012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2923
c41045e6
SM
2924 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2925
036dfb8b
SM
2926 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2927 behavior.
2928 (completion--string-equal-p): New function.
2929 (completion--twq-all): Use it to get better assertion failure data.
2930
2473256d
SM
2931 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2932 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2933 (shell--requote-argument): New functions.
2934 (shell-completion-vars): Use them.
2935 (shell--parse-pcomplete-arguments): Rename from
2936 shell-parse-pcomplete-arguments.
2937 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2938 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2939 Obey comint-file-name-quote-list.
2940
fdb058c2
SM
2941 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2942 (smie-indent-keyword): Use it.
2943
51fa99f1
SM
29442012-05-14 Stefan Merten <smerten@oekonux.de>
2945
2946 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2947
e18afed7 29482012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2949
2950 * net/rlogin.el (rlogin-mode-map): Fix last change.
2951
e18afed7 29522012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2953
2954 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2955 the following \r\n using a single `process-send-string', since the
2956 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2957 with two `process-send-string's (Bug#11444).
8633b1f4 2958
e18afed7 29592012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2960
fdb058c2
SM
2961 * shell.el (shell-parse-pcomplete-arguments):
2962 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2963
2d21d7f6
WJ
29642012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2965
e18afed7 2966 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2967 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2968 (image-transform-width, image-transform-fit-width): New functions.
2969 (image-transform-properties): Use them.
2970 (image-transform-check-size): New function.
2971 (image-toggle-display-image): Use it (for testing).
2972 (image-transform-set-rotation): Reduce angle mod 360.
2973 Delete obsolete comment.
2974
7102e6d0
WJ
29752012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2976
2977 * image-mode.el: Fix scaling (bug#11399).
2978 (image-transform-resize): Doc fix.
2979 (image-transform-properties): Default scale is 1 and height should
2980 be an integer.
2981
06bc5e6e
SM
29822012-05-13 Johan Bockgård <bojohan@gnu.org>
2983
2984 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2985 than hard-coding `car', to fix misbehavior when moving forward.
2986
0ae03b6a
CY
29872012-05-13 Chong Yidong <cyd@gnu.org>
2988
2989 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2990 (tabulated-list-entries, tabulated-list-padding)
2991 (tabulated-list-sort-key): Make permanent-local.
2992
2993 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2994 (electric-buffer-list): Put electric buffer menu
2995 command descriptions in this docstring, instead of the docstring
2996 of electric-buffer-menu-mode. Code cleanups.
2997 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2998 Electric-buffer-menu-mode.
2999 (electric-buffer-update-highlight): Minor code cleanup.
3000
205a7391
MA
30012012-05-13 Michael Albinus <michael.albinus@gmx.de>
3002
3003 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3004 (Bug#11447)
3005
e5bd0a28
SM
30062012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 Move define-obsolete-variable-alias before the var's definition.
3009 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3010 * tooltip.el (tooltip-hook):
3011 * textmodes/reftex-toc.el (reftex-toc-map):
3012 * textmodes/reftex-sel.el (reftex-select-label-map)
3013 (reftex-select-bib-map):
3014 * textmodes/reftex-index.el (reftex-index-map)
3015 (reftex-index-phrases-map):
3016 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3017 * progmodes/meta-mode.el (meta-mode-map):
3018 * novice.el (disabled-command-hook):
3019 * loadhist.el (unload-hook-features-list):
3020 * frame.el (blink-cursor):
3021 * files.el (find-file-not-found-hooks, write-file-hooks)
3022 (write-contents-hooks):
3023 * emulation/tpu-edt.el (GOLD-map):
3024 * emacs-lock.el (emacs-lock-from-exiting):
3025 * emacs-lisp/generic.el (generic-font-lock-defaults):
3026 * emacs-lisp/chart.el (chart-map):
3027 * dos-fns.el (register-name-alist):
3028 * dired-x.el (dired-omit-files-p):
3029 * desktop.el (desktop-enable):
3030 * cus-edit.el (custom-mode-hook):
3031 * buff-menu.el (buffer-menu-mode-hook):
3032 * bookmark.el (bookmark-read-annotation-text-func)
3033 (bookmark-exit-hooks):
3034 * allout.el (allout-mode-deactivate-hook)
3035 (allout-exposure-change-hook, allout-structure-added-hook)
3036 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3037 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3038 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3039 comes before the corresponding variable's definition.
3040
ac59c2f6
CY
30412012-05-12 Chong Yidong <cyd@gnu.org>
3042
3043 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3044 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3045 (Buffer-menu-mode-map): Bind it.
3046 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3047
dee6c9a3
SM
30482012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3049
2171cea5
SM
3050 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3051 (prolog-upper-case-string, prolog-lower-case-string)
3052 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3053 (prolog-use-smie, prolog-smie-grammar): New vars.
3054 (prolog-smie-forward-token, prolog-smie-backward-token)
3055 (prolog-smie-rules): New funs.
3056 (prolog-comment-indent): Remove.
3057 (prolog-mode-variables): Use default comment indentation instead.
3058 Setup SMIE.
3059 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3060 (prolog-mode): Don't call them any more.
3061 (prolog-electric-colon, prolog-electric-dash)
3062 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3063
aa0382bd
SM
3064 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3065
dbacb4bd
SM
3066 * minibuffer.el (completion--twq-all): Again, allow case differences.
3067
13bdd94c
SM
3068 * term.el: Move keymap initialization code to be more idiomatic.
3069 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3070 (term-terminal-menu): Move initialization into declaration.
3071 (term-escape-char): Let the user set it in her .emacs.
3072
ff46c759
SM
3073 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3074 Provide SMIE-based indentation (not enabled by default yet).
3075 (sh-mode-map): Don't bind electric keys.
3076 Use electric-pair-mode instead of skeleton-pair.
3077 (sh-assignment-regexp): Fit within 80 columns.
3078 (sh-indent-supported): Specify actual shell name instead of boolean.
3079 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3080 (sh-maybe-here-document): Use it. Make obsolete.
3081 (sh-electric-here-document-mode) New minor mode.
3082 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3083 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3084 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3085 (sh-smie-rc-grammar, sh-use-smie): New vars.
3086 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3087 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3088 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3089 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3090 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3091 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3092 (sh-set-shell): Use smie-setup if requested.
3093
dee6c9a3
SM
3094 * term.el (term-set-escape-char): Properly set term-escape-char.
3095 See http://stackoverflow.com/questions/10524656.
3096
9f9aa044
CY
30972012-05-10 Chong Yidong <cyd@gnu.org>
3098
3099 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3100 Use url-generic-parse-url, and handle host names and Windows
3101 filenames properly.
3102 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3103 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3104 URL schemes to work on.
3105 (ffap--toggle-read-only): New function.
3106 (ffap-read-only, ffap-read-only-other-window)
3107 (ffap-read-only-other-frame): Use it.
3108 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3109 necessary for ffap-url-unwrap-remote.
3110
836d29b3
DA
31112012-05-10 Dave Abrahams <dave@boostpro.com>
3112
3113 * cus-start.el (create-lockfiles): Add it.
3114
00fd78ed
CY
31152012-05-09 Chong Yidong <cyd@gnu.org>
3116
3117 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3118 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3119
666b903b 31202012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3121
3122 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3123
666b903b 31242012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3125
3126 * ansi-color.el (ansi-color-process-output): Check for validity of
3127 comint-last-output-start before using it. This avoids a bad
3128 interaction with gdb-mi's input/output buffer.
3129
666b903b 31302012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3131
3132 * files.el (dir-locals-read-from-file):
3133 Mention dir-locals in any error message.
3134
666b903b 31352012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3136
3137 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3138 package (Bug#11410).
3139
f677562b
CY
3140 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3141 variables into description.
3142
666b903b 31432012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3144
3145 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3146 shell-delimiter-argument-list (bug#11348).
3147 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3148
b499d8d0
JB
31492012-05-09 Juanma Barranquero <lekktu@gmail.com>
3150
8f6b6da8
JB
3151 * textmodes/rst.el: Silence byte-compiler warnings.
3152 (rst-re-alist, rst-reset-section-caches): Move around.
3153 (rst-re): Use `characterp', not `char-valid-p'.
3154 (font-lock-beg, font-lock-end): Declare.
3155
4824146a
JB
3156 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3157 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3158
b499d8d0
JB
3159 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3160
ad89bb83
GM
31612012-05-08 Glenn Morris <rgm@gnu.org>
3162
3163 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3164
8bba5a75
SM
31652012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3166
49ed9c8e
SM
3167 * vc/log-edit.el: Add GNU coding standards highlighting.
3168 (log-edit-font-lock-gnu-style)
3169 (log-edit-font-lock-gnu-keywords): New vars.
3170 (log-edit-font-lock-keywords): New fun.
3171 (log-edit-mode): Don't fold case in font-lock.
3172 (log-edit-font-lock-keywords): Do not assume case-folding.
3173
07d00b56
SM
3174 * imenu.el: Misc cleanup. Make docstrings out of comments.
3175 Use lexical-binding.
3176 (imenu--index-alist, imenu--last-menubar-index-alist)
3177 (imenu-menubar-modified-tick): Use defvar-local.
3178 (imenu--split-menu): Remove unused var.
3179 (imenu--cleanup-seen): Declare as global.
3180 (imenu--cleanup): Use dolist.
3181
8bba5a75
SM
3182 * subr.el (defvar-local): Add debug spec and doc-string position.
3183
5075bdb5
GM
31842012-05-08 Glenn Morris <rgm@gnu.org>
3185
090bd7cb 3186 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3187 * language/english.el, language/georgian.el, language/greek.el:
3188 * language/japanese.el, language/khmer.el, language/korean.el:
3189 * language/lao.el, language/misc-lang.el, language/romanian.el:
3190 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3191 * language/thai.el, language/utf-8-lang.el:
3192 Remove no-byte-compile setting.
3193
5075bdb5
GM
3194 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3195
06f679a7
AH
31962012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3197
3198 * progmodes/make-mode.el (makefile-browse):
3199 Remove unnecessary interactive. (Bug#11324)
3200
03794570
GM
32012012-05-07 Glenn Morris <rgm@gnu.org>
3202
af8630f4
GM
3203 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3204
03794570
GM
3205 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3206
f0809a9d
SM
32072012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3208
28be5ce7
SM
3209 * loadup.el: Preload newcomment.el.
3210 * newcomment.el: Move autoload-only code to toplevel.
3211
f0809a9d
SM
3212 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3213 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3214 Handle new :right-align column property.
3215 (tabulated-list-print-col): Idem, plus use `display' text-property to
3216 try and preserve alignment for variable pitch fonts.
3217
1241b724
CY
32182012-05-07 Chong Yidong <cyd@gnu.org>
3219
3220 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3221 (tabulated-list-use-header-line): New var.
3222 (tabulated-list-init-header): Use it.
3223 (tabulated-list-print-fake-header): New function.
3224 (tabulated-list-print): Use it.
3225 (tabulated-list-sort-button-map): Add non-header-line commands.
3226 (tabulated-list-init-header): Add column name property to basic
3227 labels as well.
3228 (tabulated-list-col-sort): Handle non-header-line button case.
3229 (tabulated-list--sort-by-column-name): Fix a corner case.
3230
f0809a9d
SM
3231 * buff-menu.el (list-buffers--refresh):
3232 Handle Buffer-menu-use-header-line.
1241b724 3233
e5f9458f
CY
32342012-05-06 Chong Yidong <cyd@gnu.org>
3235
3236 * buff-menu.el: Convert to Tabulated List mode.
3237 (Buffer-menu-buffer+size-width): Make obsolete.
3238 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3239 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3240 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3241 documentation into docstring of buffer-menu.
3242 (Buffer-menu-toggle-files-only): Add an informative message.
3243 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3244 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3245 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3246 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3247 (Buffer-menu-execute, Buffer-menu-select)
3248 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3249 (Buffer-menu-bury): Use Tabulated List machinery.
3250 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3251 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3252 Delete.
e5f9458f
CY
3253 (list-buffers--refresh): New function.
3254 (list-buffers-noselect): Use it.
3255 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3256 (Buffer-menu--pretty-file-name): New helper functions.
3257
3258 * loadup.el: Preload tabulated-list.
3259
3260 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3261 tabulated-list-sort-column.
3262 (tabulated-list-init-header): Add the initial aligning space even
3263 if tabulated-list-padding is zero.
3264
e129292c
CS
32652012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3266
3267 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3268 whose cdr is not a cons cell correctly (bug#11038).
3269
6632d361
CY
32702012-05-06 Chong Yidong <cyd@gnu.org>
3271
e129292c
CS
3272 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3273 Accept additional plist in column descriptors.
6632d361
CY
3274 (tabulated-list-init-header): Obey it.
3275 (tabulated-list-get-entry): New function.
3276 (tabulated-list-put-tag): Use it. Use string-width instead of
3277 length.
3278 (tabulated-list--column-number): New function.
3279 (tabulated-list-print): Use it.
e129292c
CS
3280 (tabulated-list-print-col): New function.
3281 Set `tabulated-list-column-name' property on each column's text.
6632d361 3282 (tabulated-list-print-entry): Use it.
e129292c
CS
3283 (tabulated-list-delete-entry, tabulated-list-set-col):
3284 New functions.
6632d361
CY
3285 (tabulated-list-sort-column): New command (Bug#11337).
3286
3cc99f68
CY
3287 * buff-menu.el (list-buffers): Move C-x C-b binding from
3288 buff-menu.el to bindings.el.
3289
3290 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3291 :advertised-binding feature.
3292
52b61776
TN
32932012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3294
3295 * progmodes/compile.el (compilation-internal-error-properties):
3296 Calculate start position correctly when end-col is set but
3297 end-line is not (Bug#11382).
3298
ebfe2597
WJ
32992012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3300
3301 * man.el (Man-unindent): Use text-property-default-nonsticky to
3302 prevent untabify from inheriting face properties (Bug#11408).
3303
6d3f7c2f
SM
33042012-05-05 Stefan Merten <smerten@oekonux.de>
3305
3306 * textmodes/rst.el: Major merge with upstream development up to
3307 Docutils SVN r7399 / rst.el V1.2.1.
3308
3309 Clarify maintainership and authors.
3310
3311 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3312 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3313 (rst-official-version, rst-official-cvs-rev, rst-version)
3314 (rst-package-emacs-version-alist): New functions and variables
3315 for version information.
3316
3317 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3318 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3319 (rst-mode-syntax-table, rst-mode): New and corrected functions
3320 and variables representing reStructuredText features.
3321
3322 (rst-re): New function for reStructuredText regexes. Use in
3323 many places.
3324
3325 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3326 (rst-mode-map): Rebind keys.
3327
3328 (rst-mode-lazy, rst-font-lock-keywords)
3329 (rst-font-lock-extend-region)
3330 (rst-font-lock-extend-region-internal)
3331 (rst-font-lock-extend-region-extend)
3332 (rst-font-lock-find-unindented-line-limit)
3333 (rst-font-lock-find-unindented-line-match)
3334 (rst-adornment-level, rst-font-lock-adornment-level)
3335 (rst-font-lock-adornment-match)
3336 (rst-font-lock-handle-adornment-pre-match-form)
3337 (rst-font-lock-handle-adornment-matcher): Major revision of
3338 font-locking. Integrate with other code. Use `jit-lock-mode'.
3339
3340 (rst-preferred-adornments, rst-adjust-hook)
3341 (rst-new-adornment-down, rst-preferred-bullets)
3342 (rst-preferred-bullets, rst-indent, rst-indent-width)
3343 (rst-indent-field, rst-indent-literal-normal)
3344 (rst-indent-literal-minimized, rst-indent-comment): Change,
3345 extend and improve customization.
3346
3347 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3348 (rst-normalize-cursor-position, rst-get-decoration)
3349 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3350 (rst-rstrip, rst-toc-insert-find-delete-contents)
3351 (rst-shift-fill-region, rst-compute-bullet-tabs)
3352 (rst-debug-print-tabs, rst-debug-mark-found)
3353 (rst-shift-region-guts, rst-shift-region-right)
3354 (rst-shift-region-left, rst-use-char-classes)
3355 (rst-font-lock-keywords-function)
3356 (rst-font-lock-indentation-point)
3357 (rst-font-lock-find-unindented-line-begin)
3358 (rst-font-lock-find-unindented-line-end)
3359 (rst-font-lock-find-unindented-line)
3360 (rst-font-lock-adornment-point, rst-font-lock-level)
3361 (rst-adornment-level-alist): Remove functions and variables.
3362
3363 (rst-compare-adornments, rst-get-adornment-match)
3364 (rst-suggest-new-adornment, rst-get-adornments-around)
3365 (rst-adornment-complete-p, rst-get-next-adornment)
3366 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3367 (rst-straighten-adornments): Standardize function names to
3368 use "adornment" instead of "decoration". Correct callers.
3369 Similar standardizing in many places.
3370
3371 (rst-update-section, rst-adjust, rst-promote-region)
3372 (rst-enumerate-region, rst-bullet-list-region)
3373 (rst-repeat-last-character): Correct use of `interactive'.
3374
3375 (rst-classify-adornment, rst-find-all-adornments)
3376 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3377 (rst-find-leftmost-column, rst-repeat-last-character):
3378 Refactor functions.
3379
3380 (rst-find-title-line, rst-reset-section-caches)
3381 (rst-get-adornments-around, rst-adjust-adornment-work)
3382 (rst-arabic-to-roman, rst-roman-to-arabic)
3383 (rst-insert-list-pos, rst-insert-list-new-item)
3384 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3385 New functions.
3386
3387 (rst-all-sections, rst-section-hierarchy)
3388 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3389 New variables.
3390
3391 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3392 configuration instead of only buffer. Change where necessary.
3393
3394 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3395 (rst-shift-region, rst-adaptive-fill): New functions for
3396 indentation and filling.
3397
3398 (rst-comment-line-break, rst-comment-indent)
3399 (rst-comment-insert-comment, rst-comment-region)
3400 (rst-uncomment-region): New functions for handling comments.
3401
3402 (rst-compile): Quote shell arguments.
3403
3404 (rst-compile-pdf-preview, rst-compile-slides-preview):
3405 Delete temporary files after use.
3406
a43f98b3
GM
34072012-05-05 Glenn Morris <rgm@gnu.org>
3408
48176e8b
GM
3409 * calendar/cal-html.el: Optionally include holidays in the output.
3410 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3411 (cal-html-holidays): New option.
3412 (cal-html-css-default): Add holiday entry.
3413 (holiday-in-range): Autoload it.
3414 (cal-html-htmlify-entry): Add optional class argument.
3415 (cal-html-htmlify-list): Add optional holidays argument.
3416 (cal-html-insert-agenda-days): Include holidays in the output.
3417 (cal-html-one-month): Maybe include holidays.
3418
a43f98b3
GM
3419 * calendar/holidays.el (holiday-in-range):
3420 Move here from cal-tex-list-holidays.
3421 * calendar/cal-tex.el (cal-tex-list-holidays):
3422 Make it an obsolete alias for holiday-in-range. Update all callers.
3423
fef9d149 34242012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3425
3426 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3427 Nextstep.
3428
248da2f4
RW
34292012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3430
3431 * files.el (file-auto-mode-skip): New var.
3432 (set-auto-mode-1): Use it.
3433
f95e9344
SM
34342012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3435
df96ab1e
SM
3436 * repeat.el: Use lexical-binding.
3437 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3438 (repeat-undo-count): Remove.
3439 (repeat):
3440 * progmodes/octave-mod.el (octave-abbrev-start):
3441 * progmodes/f90.el (f90-abbrev-start):
3442 * face-remap.el (text-scale-adjust):
3443 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3444
5342bb06
SM
3445 * emacs-lisp/pcase.el (pcase--let*): New function.
3446 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3447 a bit more.
3448 (pcase--split-pred): Be more clever about ruling out overlap between
3449 a predicate and some constant pattern.
3450 (pcase--q1): Use `null' instead of (eq foo nil).
3451
f95e9344
SM
3452 * subr.el (setq-local, defvar-local): New macros.
3453 (kbd): Redefine as an alias.
3454 (with-selected-window): Leave unrelated frames alone.
3455 (set-temporary-overlay-map): New function.
3456
71873e2b
SM
34572012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * subr.el (user-error): New function.
3460 * window.el (switch-to-buffer):
3461 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3462 (smerge-match-conflict):
3463 * simple.el (previous-matching-history-element)
3464 (next-matching-history-element, goto-history-element, undo-more)
3465 (undo-start):
3466 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3467 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3468 (next-file, tags-loop-scan, list-tags, complete-tag):
3469 * progmodes/compile.el (compilation-loop):
3470 * mouse.el (mouse-minibuffer-check):
3471 * man.el (Man-bgproc-sentinel, Man-goto-page):
3472 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3473 (Info-history-forward, Info-follow-reference, Info-menu)
3474 (Info-extract-menu-item, Info-extract-menu-counting)
3475 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3476 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3477 (Info-next-reference, Info-prev-reference, Info-index)
3478 (Info-index-next, Info-follow-nearest-node)
3479 (Info-copy-current-node-name):
3480 * imenu.el (imenu--make-index-alist)
3481 (imenu-default-create-index-function, imenu-add-to-menubar):
3482 * files.el (basic-save-buffer, recover-file):
3483 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3484 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3485 (checkdoc-message-text, checkdoc-defun):
3486 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3487 * cus-edit.el (customize-changed-options, customize-rogue)
3488 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3489 (custom-variable-mark-to-reset-standard)
3490 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3491 (custom-file):
3492 * completion.el (check-completion-length):
3493 * comint.el (comint-search-arg)
3494 (comint-previous-matching-input-string-position)
3495 (comint-previous-matching-input)
3496 (comint-replace-by-expanded-history-before-point, comint-send-input)
3497 (comint-copy-old-input, comint-backward-matching-input)
3498 (comint-goto-process-mark, comint-set-process-mark):
3499 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3500 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3501
8a61ee22
SM
35022012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3503
66408d1e
SM
3504 * dabbrev.el (dabbrev--ignore-case-p): New function.
3505 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3506 Use it.
3507
8a61ee22
SM
3508 * files.el (automount-dir-prefix): Mark as obsolete.
3509
3c74813a
GM
35102012-05-04 Glenn Morris <rgm@gnu.org>
3511
3512 * patcomp.el, play/bruce.el: Move to obsolete/.
3513
0bfcf5c5
PE
35142012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3515
3516 Fix minor Y10k bugs.
3517 * arc-mode.el (archive-unixdate):
3518 * autoinsert.el (auto-insert-alist):
3519 * calc/calc-forms.el (math-this-year):
3520 * emacs-lisp/copyright.el (copyright-current-year)
3521 (copyright-update-year, copyright):
3522 * tar-mode.el (tar-clip-time-string):
3523 * time.el (display-time-update):
3524 Don't assume years have 4 digits.
3525
78f3273a
CY
35262012-05-04 Chong Yidong <cyd@gnu.org>
3527
3528 * dos-w32.el (file-name-buffer-file-type-alist)
3529 (direct-print-region-use-command-dot-com):
3530 * ffap.el (ffap-menu-regexp):
3531 * find-file.el (ff-special-constructs):
3532 * follow.el (follow-debug):
3533 * forms.el (forms--debug):
3534 * iswitchb.el (iswitchb-all-frames):
3535 * ido.el (ido-all-frames):
3536 * emacs-lisp/timer.el (timer-max-repeats):
3537 * mail/feedmail.el (feedmail-mail-send-hook)
3538 (feedmail-mail-send-hook-queued):
3539 * mail/footnote.el (footnote-signature-separator):
3540 * mail/mailabbrev.el (mail-alias-separator-string)
3541 (mail-abbrev-mode-regexp):
3542 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3543 * progmodes/idlwave.el (idlwave-libinfo-file)
3544 (idlwave-default-completion-case-is-down)
3545 (idlwave-library-routines): Convert defvars to defcustoms.
3546
3547 * mail/rmail.el (rmail-decode-mime-charset):
3548 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3549 (idlwave-shell-fix-inserted-breaks)
3550 (idlwave-shell-activate-alt-keybindings)
3551 (idlwave-shell-use-breakpoint-glyph):
3552 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3553
f7ae6719
SM
35542012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3557
47086495
WS
35582012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3559
3560 * progmodes/verilog-mode.el (font-lock-keywords):
3561 Fix mis-highligting auto. Reported by Craig Barner.
3562 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3563 defines from global name space. Reported by Dan Dever.
3564 (verilog-auto-reset, verilog-auto-reset-widths)
3565 (verilog-auto-tieoff): Support using unbased numbers for
3566 AUTORESET and AUTOTIEOFF.
3567 (verilog-submit-bug-report): Update variable list.
3568 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3569 parenthesis from not matching. Reported by Michael Rytting.
3570 (verilog-auto-template-lint): Fix hash error when linting modules
3571 with no used templates.
3572 (verilog-warn, verilog-warn-error)
3573 (verilog-warn-fatal): When non-interactive report multiple
3574 warnings before exiting. Suggested by Brad Dobbie.
3575 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3576 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3577 to report unused template errors. Reported by Brad Dobbie.
3578 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3579 nets, bug438. Reported by Vns Blore.
3580 (verilog-auto-inout-module, verilog-auto-reg)
3581 (verilog-read-decls, verilog-read-sub-decls-sig)
3582 (verilog-signals-edit-wire-reg, verilog-signals-with):
3583 Fix passing of Verilog data types in ANSI input/output ports
3584 such as "output logic" into the AUTOs. Special case "wire" and
3585 "reg" for backwards compatibility presuming Verilog 2001.
3586 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3587 (verilog-preprocess): Fix replication of preprocess output.
3588 Reported by Brad Dobbie.
3589 (verilog-auto-inst-interfaced-ports):
3590 Create verilog-auto-inst-interfaced-ports, bug429.
3591 Reported by Julian Gorfajn.
3592 (verilog-after-save-font-hook)
3593 (verilog-before-save-font-hook): New variable.
3594 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3595 (verilog-save-font-mods): Wrap disabling fontification, reported
3596 by David Rogoff.
3597 (verilog-do-indent, verilog-pretty-declarations-auto)
3598 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3599 Reported by Pierre-David Pfister.
3600 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3601 of class declarations, bug292. Reported by Kevin Heilman.
3602 (verilog-read-decls): Fix 'parameter type' not appearing in
3603 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3604 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3605 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3606 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3607 Reported by David Kravitz.
3608
36092012-05-03 Michael McNamara <mac@mail.brushroad.com>
3610
3611 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3612 assignment with tests in ifs and for loops.
3613 (verilog-extended-complete-re, verilog-complete-reg): Change so
3614 that DPI inport functions don't look like fuction declarations.
3615 (verilog-pretty-expr): Don't line up assignment
3616 operations to the test and increment in if and for loops
3617 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3618 that DPI inport functions don't look like fuction declarations.
47086495 3619
2e51d4b5
KH
36202012-05-03 Kenichi Handa <handa@m17n.org>
3621
3622 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3623 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3624 (Bug#11282).
3625
2bd785a2
SM
36262012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * emacs-lisp/bytecomp.el
3629 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3630 since cconv.el might have introduced :fun-body, internal-make-closure,
3631 and friends for bytecomp to handle (bug#11391).
3632 * custom.el (defcustom): Avoid ((λ ..) ..).
3633
99d27583
SM
36342012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3637
55a71479
JB
36382012-05-02 Juanma Barranquero <lekktu@gmail.com>
3639
3640 * notifications.el (dbus-debug):
3641 * term/linux.el (gpm-mouse-enable):
3642 * term/screen.el (xterm-register-default-colors): Declare.
3643
7b97c764
CY
36442012-05-02 Chong Yidong <cyd@gnu.org>
3645
2bc356d7
CY
3646 * cus-start.el (gc-cons-percentage, exec-suffixes)
3647 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3648 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3649 (make-cursor-line-fully-visible, void-text-area-pointer)
3650 (font-list-limit): Add customization data.
3651
7b97c764
CY
3652 * allout.el (allout-exposure-change-functions)
3653 (allout-structure-added-functions)
3654 (allout-structure-deleted-functions)
3655 (allout-structure-shifted-functions): Rename abnormal hooks from
3656 *-hook, and convert to defcustoms.
5d3385a0
JB
3657 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3658 Convert to defcustoms.
7b97c764
CY
3659 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3660
3661 * allout-widgets.el: Hook callers changed.
3662
90207a15 36632012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3664
3665 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3666 the yanked message in preference to the default value of
3667 buffer-file-coding-system.
3668
90207a15 36692012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3670
5d3385a0
JB
3671 * window.el (display-buffer--action-function-custom-type):
3672 Fix entry.
d9558cad 3673
90207a15 36742012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3675
3676 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3677
d80ac57b
GM
36782012-05-01 Glenn Morris <rgm@gnu.org>
3679
976f7668
GM
3680 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3681
beb83b5a
GM
3682 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3683
d80ac57b
GM
3684 * cus-edit.el (custom-variable-documentation): Simplify with format.
3685
b593d6a9
AH
36862012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3687 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * simple.el (suggest-key-bindings, execute-extended-command):
3690 Move from keyboard.c.
3691
782fbf2a
CY
36922012-05-01 Chong Yidong <cyd@gnu.org>
3693
3694 * follow.el: Eliminate advice.
3695 (set-process-filter, process-filter, sit-for): Advice deleted.
3696 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3697 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3698 Vars deleted.
782fbf2a
CY
3699 (follow-auto): Use a :set function.
3700 (follow-mode): Rewritten. Don't advise process filters.
3701 (follow-switch-to-current-buffer-all, follow-scroll-up)
3702 (follow-scroll-down): Assume follow-mode is bound.
3703 (follow-comint-scroll-to-bottom)
3704 (follow-align-compilation-windows): New functions.
3705 (follow--window-sorter): New function.
3706 (follow-all-followers): Use it to explicitly sort windows by their
3707 positions; don't make assumptions about next-window order.
3708 (follow-windows-start-end, follow-delete-other-windows-and-split)
3709 (follow-calc-win-start): Doc fix.
3710 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3711 vertical-motion unnecessarily.
3712 (follow-adjust-window): New function.
3713 (follow-post-command-hook): Use it.
3714 (follow-call-set-process-filter, follow-call-process-filter)
3715 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3716 (follow-stop-intercept-process-output, follow-generic-filter):
3717 Functions deleted.
3718 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3719 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3720 New functions, replacing advice on scroll-bar-* commands.
87233a14 3721 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3722
3723 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3724 (comint-postoutput-scroll-to-bottom): Use it.
3725 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3726
290af740
GM
37272012-05-01 Glenn Morris <rgm@gnu.org>
3728
3729 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3730 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3731 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3732 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3733 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3734 Remove no-byte-compile setting.
3735
6eac8dc9
SM
37362012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3739 all-completions code to not return a number in the last cdr.
3740
9cc7819c
LL
37412012-04-30 Leo Liu <sdl.web@gmail.com>
3742
3743 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3744 read-only error.
3745
c93b886f
CY
37462012-04-29 Chong Yidong <cyd@gnu.org>
3747
3748 * follow.el (follow-calc-win-end): Rewrite to handle partial
3749 screen lines correctly (Bug#8390).
3750 (follow-avoid-tail-recenter): Minor cleanup.
3751
8b6c19f4
SM
37522012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 Avoid the obsolete `assoc' package.
3755 * speedbar.el (speedbar-refresh): Avoid adelete.
3756 (speedbar-file-lists): Simplify and avoid aput.
3757 * man.el (Man--sections, Man--refpages): New vars, replacing
3758 Man-sections-alist and Man-refpages-alist.
3759 (Man-build-section-alist, Man-build-references-alist):
3760 Use them; avoid aput.
3761 (Man--last-section, Man--last-refpage): New vars.
3762 (Man-follow-manual-reference): Use them.
3763 Use the `default' arg of completing-read.
3764 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3765
c5bb7569
CY
37662012-04-27 Chong Yidong <cyd@gnu.org>
3767
d1d2e2e8
CY
3768 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3769
15cd8efd
CY
3770 * startup.el (x-apply-session-resources): New function.
3771
3772 * term/ns-win.el (ns-initialize-window-system):
3773 * term/w32-win.el (w32-initialize-window-system):
3774 * term/x-win.el (x-initialize-window-system): Use it to properly
3775 set menu-bar-mode and other vars from X resources, even if the
3776 initial frame is not a window-system frame (Bug#2299).
3777
c5bb7569
CY
3778 * subr.el (read-key): Avoid running filter function when setting
3779 up temporary tool bar entries (Bug#9922).
3780
a8e7d6d7 37812012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3782
3783 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3784 (Bug#11344)
3785
a8e7d6d7 37862012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3787
3788 * select.el (xselect--encode-string): New function, split from
3789 xselect-convert-to-string.
3790 (xselect-convert-to-string): Use it.
3791 (xselect-convert-to-filename, xselect-convert-to-os)
3792 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3793 returned strings are properly encoded (Bug#11315).
3794
a8e7d6d7 37952012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3796
3797 * simple.el (delete-active-region): Move to killing custom group.
3798
a8e7d6d7 37992012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3800
3801 * progmodes/which-func.el (which-func-current): Quote %
3802 characters for mode-line processing.
3803
578c1d4b 38042012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3805
3806 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3807 reaching eob (Bug#11286).
3808
a8e7d6d7 38092012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3810
3811 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3812 (gdb): Make it buffer-local and init to zero.
3813 (gdb-control-commands-regexp): New variable.
3814 (gdb-send): Don't wrap in "-interpreter-exec console" if
3815 gdb-control-level is positive. Increment gdb-control-level
3816 whenever the command matches gdb-control-commands-regexp, and
3817 decrement it each time the command is "end". (Bug#11279)
3818
a8e7d6d7 38192012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3820
3821 * window.el (adjust-window-trailing-edge, enlarge-window)
3822 (shrink-window, window-resize):
3823 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3824 windows (Bug#11276).
3825
b3608390
CY
38262012-04-27 Chong Yidong <cyd@gnu.org>
3827
3828 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3829 fix "missing prefix" warning. All callers changed.
b3608390 3830
797e6e88
SM
38312012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * emacs-lisp/assoc.el: Move to obsolete/.
3834
e95a67dc
SM
38352012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3836
657c21e4 3837 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3838
3839 * term/ns-win.el (ns-define-service):
3840 * progmodes/pascal.el (pascal-goto-defun):
3841 * progmodes/js.el (js--read-tab):
3842 * progmodes/etags.el (tags-lazy-completion-table):
3843 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3844 * emacs-lisp/ewoc.el (ewoc--wrap):
3845 * emacs-lisp/assoc.el (aput, adelete, amake):
3846 * doc-view.el (doc-view-convert-current-doc):
3847 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3848
cb3e7ae0
CY
38492012-04-26 Chong Yidong <cyd@gnu.org>
3850
dce04f7f
CY
3851 * image.el (image-type-from-buffer): Only return supported image
3852 type (Bug#9045).
3853
cb3e7ae0
CY
3854 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3855 value, for symmetry with diff-end-of-hunk.
3856 (diff-split-hunk, diff-find-source-location)
3857 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3858 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3859 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3860 compute the relevant hunk or file properly (Bug#6005).
3861 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3862
0d42eb3e
SM
38632012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * vc/vc-mtn.el:
3866 * vc/vc-hg.el:
3867 * vc/vc-git.el:
3868 * vc/vc-dir.el:
3869 * vc/vc-cvs.el:
3870 * vc/vc-bzr.el:
3871 * vc/vc-arch.el:
3872 * vc/vc.el: Replace lexical-let by lexical-binding.
3873 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3874 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3875 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3876
f08ae1c9
CY
38772012-04-26 Chong Yidong <cyd@gnu.org>
3878
8b71081d
CY
3879 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3880 (diff-mode-shared-map): Bind it to / and [remap undo].
3881
f08ae1c9
CY
3882 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3883 (ediff-window-setup-function): Use it as the default, to set up
3884 windows based on whether the current frame is graphical (Bug#2138).
3885 (ediff-choose-window-setup-function-automatically): Make obsolete.
3886
3887 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3888
ef24141c
SM
38892012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3890
cc356a5d
SM
3891 * ffap.el: Remove old code for obsolete package.
3892 (ffap-complete-as-file-p): Remove.
3893
b4ff4f1f
SM
3894 Use completion-table-with-quoting for comint and pcomplete.
3895 * comint.el (comint--unquote&requote-argument)
3896 (comint--unquote-argument, comint--requote-argument): New functions.
3897 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3898 (comint-quote-filename): Use regexp-opt-charset.
3899 (comint--common-suffix, comint--common-quoted-suffix)
3900 (comint--table-subvert): Remove.
3901 (comint-unquote-function, comint-requote-function): New vars.
3902 (comint--complete-file-name-data): Use them with
3903 completion-table-with-quoting.
3904 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3905 * pcomplete.el (pcomplete-arg-quote-list)
3906 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3907 (pcomplete-unquote-argument-function): Default to non-nil.
3908 (pcomplete-unquote-argument): Simplify.
3909 (pcomplete--common-quoted-suffix): Remove.
3910 (pcomplete-requote-argument-function): New var.
3911 (pcomplete--common-suffix): New function.
3912 (pcomplete-completions-at-point): Use completion-table-with-quoting
3913 and completion-table-subvert.
3914
79c4eeb4
SM
3915 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3916 (minibuffer--double-dollars): Preserve properties.
3917 (completion--sifn-requote): New function.
3918 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3919
ef24141c
SM
3920 * minibuffer.el: Add support for completion of quoted/escaped data.
3921 (completion-table-with-quoting, completion-table-subvert): New funs.
3922 (completion--twq-try, completion--twq-all): New functions.
3923 (completion--nth-completion): New function.
3924 (completion-try-completion, completion-all-completions): Use it.
3925
784e7d6e
LL
39262012-04-25 Leo Liu <sdl.web@gmail.com>
3927
dd2ac746
SM
3928 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3929 Use compilation-message if available to find real filename.
784e7d6e 3930
07875ee7
CY
39312012-04-25 Chong Yidong <cyd@gnu.org>
3932
3933 * vc/diff-mode.el (diff-setup-whitespace): New function.
3934 (diff-mode): Use it.
3935
3936 * vc/diff.el (diff-sentinel):
3937 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3938 Whitespace mode variables based on diff style (Bug#8612).
3939
5055880d
LL
39402012-04-25 Leo Liu <sdl.web@gmail.com>
3941
daf75653
LL
3942 * progmodes/python.el (python-send-region): Add suffix .py to the
3943 temp file.
3944
5055880d
LL
3945 * files.el (auto-mode-alist): Use javascript-mode instead.
3946
db9b177b
AH
39472012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3948
ef24141c 3949 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3950
090bd7cb 3951 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3952 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3953 references, see Bug#9.
ef24141c 3954 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3955 when receiving a fault reply.
ef24141c 3956 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3957
090bd7cb 3958 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3959 (soap-inspect-simple-type): New function.
db9b177b 3960
090bd7cb 3961 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3962 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3963 (soap-decode-basic-type, soap-encode-basic-type):
3964 support unsignedInt and double basic types.
db9b177b 3965 (soap-resolve-references-for-simple-type)
ef24141c
SM
3966 (soap-parse-simple-type, soap-encode-simple-type): New function.
3967 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3968
090bd7cb 3969 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3970 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3971 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3972 the local name of "soapenc:Array".
3973 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3974 decoding integer, byte and anyURI xsd types.
3975
1fc6097b
CY
39762012-04-25 Chong Yidong <cyd@gnu.org>
3977
3978 * cus-edit.el (custom-buffer-create-internal): Update header text.
3979
afc6df87
EZ
39802012-04-25 Eli Zaretskii <eliz@gnu.org>
3981
3982 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3983 settings on 'system-type', not on 'window-system'. On MS-Windows,
3984 set interactive-mode on in GDB.
3985
dfbd787f
SM
39862012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3989 (ruby-syntax-propertize-regexp): Remove.
3990 (ruby-syntax-propertize-function): Split regexp into chunks.
3991 Match following code directly.
3992
85222d44
DG
39932012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3994
51a8ea2a
DG
3995 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3996 (ruby-syntax-propertize-regexp): New function.
3997 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3998 by a special keyword.
3999
85222d44
DG
4000 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4001 (ruby-syntax-general-delimiters-goto-beg)
4002 (ruby-syntax-propertize-general-delimiters): New functions.
4003 (ruby-syntax-propertize-function): Use them to handle GDL.
4004 (ruby-font-lock-keywords): Move old handling of GDL...
4005 (ruby-font-lock-syntactic-keywords): .. to here.
4006 (ruby-calculate-indent): Adjust indentation for GDL.
4007
b613912b
MA
40082012-04-24 Michael Albinus <michael.albinus@gmx.de>
4009
b5380639
MA
4010 * notifications.el (top): Remove unneeded declarations.
4011 (notifications-specification-version): Change to "1.2".
e43042fe 4012 (notifications-interface, notifications-notify-method)
b613912b
MA
4013 (notifications-close-notification-method): Fix docstring.
4014 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4015 (notifications-notify): Add :action-items, :resident and
4016 :transient hints. Change "image_data" to "image-data" and
4017 "image_path" to "image-path".
b613912b
MA
4018 (notifications-get-capabilities): New defun.
4019
257440aa
LL
40202012-04-24 Leo Liu <sdl.web@gmail.com>
4021
4022 * progmodes/python.el: Move hideshow setup to the end.
4023
b1bac16e
MR
40242012-04-24 Martin Rudalics <rudalics@gmx.at>
4025
4026 * window.el (handle-select-window): Clear echo area since this is
4027 no more done by read_char (Bug#11304).
4028
d81bd059
SM
40292012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4032 and `/ M' to filter-derived-mode.
4033 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4034 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4035 (ibuffer-mark-by-mode): Use default rather than initial-input.
4036 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4037
c4cf6d91
IA
40382012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4039
4040 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4041 (ibuffer-filter-by-derived-mode): New filter.
4042 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4043
7511ded8
CY
40442012-04-23 Andreas Politz <politza@fh-trier.de>
4045
4046 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4047
775c916b
CY
40482012-04-23 Chong Yidong <cyd@gnu.org>
4049
4050 * cus-edit.el (customize-apropos, customize-apropos-options):
4051 Disable matching of non-option variables (Bug#11176).
4052 (customize-option, customize-option-other-window)
4053 (customize-changed-options): Doc fix.
4054 (customize-apropos-options, customize-apropos-faces)
4055 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4056
4057 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4058 Fix word list splitting (Bug#11132).
46c71e23
CY
4059 (apropos-symbol, apropos-keybinding, apropos-label)
4060 (apropos-property, apropos-function-button)
4061 (apropos-variable-button, apropos-misc-button): New faces.
4062 (apropos-symbol-face, apropos-keybinding-face)
4063 (apropos-label-face, apropos-property-face, apropos-match-face):
4064 Variables removed (Bug#8396).
4065 (apropos-library-button, apropos-format-plist, apropos-print)
4066 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4067
2df41f9c
MA
40682012-04-23 Michael Albinus <michael.albinus@gmx.de>
4069
4070 * net/xesam.el (xesam-mode-map): Use let-bound map in
4071 initialization. (Bug#11292)
4072
da00640a
AM
40732012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4074
4075 Preserve ispell session localwords when switching back to
4076 original buffer.
4077
090bd7cb
JB
4078 * textmodes/ispell.el (ispell-buffer-session-localwords):
4079 New buffer-local variable to hold buffer session localwords.
ed9265fc 4080 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4081 localwords.
4082 (ispell-command-loop, ispell-change-dictionary)
4083 (ispell-buffer-local-words): Preserve session localwords when
4084 needed.
4085
090bd7cb
JB
4086 * textmodes/flyspell.el (flyspell-process-localwords)
4087 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4088
f621ccf5
AM
40892012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4090
090bd7cb
JB
4091 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4092 using obsolete `translation-table-for-input'.
ef24141c
SM
4093 (ispell-word, ispell-process-line, ispell-complete-word):
4094 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4095
c2d1019e
CY
40962012-04-22 Chong Yidong <cyd@gnu.org>
4097
4098 * cus-edit.el (custom-variable-menu)
4099 (custom-variable-reset-saved, custom-face-menu)
4100 (custom-face-reset-saved): If there is no saved value, make the
4101 "reset-saved" operation bring back the default (Bug#9509).
4102 (custom-face-state): Properly detect themed faces.
4103
eeddc531
CY
4104 * faces.el (face-spec-set): Stop supporting deprecated form of
4105 third arg.
4106
dcbf5805
MA
41072012-04-22 Michael Albinus <michael.albinus@gmx.de>
4108
4109 Move functions from C to Lisp. Make non-blocking method calls
4110 the default. Implement further D-Bus standard interfaces.
4111
ef24141c
SM
4112 * net/dbus.el (dbus-message-internal): Declare function.
4113 Remove unneeded function declarations.
dcbf5805
MA
4114 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4115 (dbus-message-type-method-return, dbus-message-type-error)
4116 (dbus-message-type-signal): Declare variables. Remove local
4117 definitions.
4118 (dbus-interface-dbus, dbus-interface-peer)
4119 (dbus-interface-introspectable, dbus-interface-properties)
4120 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4121 Adapt docstring.
4122 (dbus-interface-objectmanager): New defconst.
4123 (dbus-call-method, dbus-call-method-asynchronously)
4124 (dbus-send-signal, dbus-method-return-internal)
4125 (dbus-method-error-internal, dbus-register-service)
4126 (dbus-register-signal, dbus-register-method): New defuns, moved
4127 from dbusbind.c
4128 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4129 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4130 New defuns.
dcbf5805
MA
4131 (dbus-call-method-non-blocking): Make it an obsolete function.
4132 (dbus-unregister-object, dbus-unregister-service)
4133 (dbus-handle-event, dbus-register-property)
4134 (dbus-property-handler): Obey the new structure of
4135 `bus-registered-objects'.
4136 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4137 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4138 Use `dbus-call-method'.
4139
cf20dee0
CY
41402012-04-22 Chong Yidong <cyd@gnu.org>
4141
4142 * cus-edit.el (custom-commands, custom-reset-menu)
4143 (Custom-reset-standard): Tweak labels.
4144 (custom-reset-button-menu): Change default to t.
4145 (custom-buffer-create-internal): For the custom-reset-button-menu
4146 case, put the revert button first.
4147 (custom-group-subtitle): New face.
4148 (custom-group-value-create): Align docstring to a specific column.
4149
4150 * wid-edit.el (widget-documentation-link-add): Don't handle
4151 indentation in this function.
4152 (widget-documentation-string-indent-to): New function.
4153 (widget-documentation-string-value-create): Use it.
4154
4155 * autorevert.el (auto-revert):
4156 * epg-config.el (epg):
4157 * ibuffer.el (ibuffer):
4158 * mpc.el (mpc):
4159 * ses.el (ses):
4160 * eshell/eshell.el (eshell):
4161 * net/ange-ftp.el (ange-ftp):
4162 * progmodes/ebnf2ps.el (postscript):
4163 * progmodes/flymake.el (flymake):
4164 * progmodes/prolog.el (prolog):
4165 * progmodes/verilog-mode.el (verilog-mode):
4166 * progmodes/which-func.el (which-func):
4167 * term/xterm.el (xterm):
4168 * textmodes/picture.el (picture):
4169 * textmodes/tildify.el (tildify):
4170 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4171 customization buffers.
4172
583e23bd
AM
41732012-04-22 Alan Mackenzie <acm@muc.de>
4174
4175 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4176 Adding a ) can hide the resulting (..) from searches. Fix it.
4177 Bound the backward search to the position of the existing (.
4178
7dd51bf1
JB
41792012-04-21 Juanma Barranquero <lekktu@gmail.com>
4180
4181 * progmodes/verilog-mode.el (verilog-mode): Check whether
4182 which-func-modes is t before adding verilog-mode.
4183 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4184
d64a438f
LL
41852012-04-21 Leo Liu <sdl.web@gmail.com>
4186
7dd51bf1 4187 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4188
081e8d65
MV
41892012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4190
4191 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4192 filling of the last column of a table (Bug#5635).
4193 (woman-find-next-control-line): New arg, specifying an additional
4194 regexp component for the control line.
4195 (woman2-roff-buffer): Use it.
4196 (woman-break-table): New function.
4197 (woman2-TS): Use it.
4198
41992012-04-21 Chong Yidong <cyd@gnu.org>
4200
4201 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4202 (woman-horizontal-escapes, woman-negative-vertical-space)
4203 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4204 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4205
ed571ccb
SM
42062012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * minibuffer.el (completion-file-name-table): Complete user names.
4209
39773899
LL
42102012-04-20 Leo Liu <sdl.web@gmail.com>
4211
4212 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4213 and pcase-let*.
4214
de6ff46d
CY
42152012-04-20 Chong Yidong <cyd@gnu.org>
4216
4217 * server.el (server-execute): Respect initial-buffer-choice if it
4218 is a string and there are no files to open (Bug#2825).
4219 (server-create-window-system-frame, server-create-tty-frame):
4220 Don't switch buffers here.
2d0e8e61
CY
4221 (server-process-filter): Only try to open a window system frame if
4222 compiled with graphical support (Bug#8314).
de6ff46d 4223
54071013
DN
42242012-04-20 Dan Nicolaescu <dann@gnu.org>
4225
4226 * battery.el (battery-echo-area-format): Display remaining time
4227 for sysfs backend too (Bug#11269).
4228 (battery-linux-sysfs): Fix conditional for the charge.
4229
f30d612a
CY
42302012-04-20 Chong Yidong <cyd@gnu.org>
4231
c07a4c0b 4232 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4233 (gdb-inferior-io--init-proc): New function.
4234 (gdb-init-1): Use it.
4235 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4236 responsible for allocating a new pty and hooking it to gdb when
4237 the old pty gets an EIO due to process exit.
4238 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4239 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4240 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4241
2116e93c
EZ
42422012-04-20 Eli Zaretskii <eliz@gnu.org>
4243
4244 * window.el (window-min-size, window-sizable, window-min-delta)
4245 (window-max-delta, window--resizable, window-resizable)
4246 (window-total-size, window-full-height-p, window-full-width-p)
4247 (window-in-direction, window--resize-mini-window, window-resize)
4248 (window--resize-child-windows-normal)
4249 (window--resize-child-windows, window--resize-siblings)
4250 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4251 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4252
c07a4c0b 42532012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4254
ef24141c
SM
4255 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4256 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4257 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4258 pty process (Bug#11273).
4259 (gdb-update): New arg to suppress talking to the gdb process.
4260 (gdb-done-or-error): Use it.
4261 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4262 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4263 sentinel not being called.
4264
4265 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4266
d02766ab
CY
4267 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4268
c07a4c0b 42692012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4270
4271 * net/network-stream.el (open-network-stream): Doc fix.
4272
c07a4c0b 42732012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4274
4275 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4276
c07a4c0b 42772012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4278
4279 Ensure searching for keywords is case sensitive.
4280
4281 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4282 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4283 (c-defun-name, c-mark-function, c-cpp-define-name)
4284 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4285 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4286
ef24141c
SM
4287 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4288 Bind case-fold-search to nil.
f0f6bc35 4289
c07a4c0b 42902012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4291
4292 * mail/sendmail.el (mail-bury): Call return action with the right
4293 Rmail buffer (Bug#11242).
4294
9a864fa2
CY
4295 * server.el (server-process-filter): Handle corner case where both
4296 tty and nowait options are present (Bug#11102).
4297
539aa513
EZ
42982012-04-20 Eli Zaretskii <eliz@gnu.org>
4299
4300 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4301 (top level): Put into the executable the ident-style '$Id:' tag on
4302 windows-nt as well.
539aa513 4303
cfc7d5da
SM
43042012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * electric.el (electric-indent-post-self-insert-function): Check that
4307 electric-indent-mode is enabled in current buffer.
4308
5b01685c
JB
43092012-04-19 Juanma Barranquero <lekktu@gmail.com>
4310
4311 * imenu.el (imenu-progress-message): Restore; it is "used" in
4312 erc/erc-imenu.el and net/snmp-mode.el.
4313
4d6769e1
JB
43142012-04-19 Juanma Barranquero <lekktu@gmail.com>
4315
4316 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4317 (mouse-avoidance-nudge-mouse): Remove unused binding.
4318
4319 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4320
4321 * descr-text.el (describe-char):
4322 * progmodes/python.el (python-describe-symbol):
4323 Don't call `toggle-read-only', set `buffer-read-only'.
4324
4325 * imenu.el (imenu-default-goto-function): Mark unused args.
4326 (imenu-progress-message): Remove obsolete macro; all callers changed.
4327
4328 * subr.el (keymap-canonicalize): Remove unused binding.
4329 (read-passwd): Mark unused arg.
4330
4331 * tutorial.el (tutorial--display-changes): Remove unused binding.
4332 (tutorial--save-tutorial-to): Remove unused variable.
4333
4334 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4335 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4336 (package-generate-autoloads, package-menu--generate)
4337 (package-menu--find-upgrades): Remove unused bindings.
4338
4339 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4340 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4341 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4342 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4343 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4344 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4345 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4346 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4347 (cua-delete-char-rectangle): Mark unused args.
4348 (cua-align-rectangle): Remove unused binding.
4349
4350 * mail/rmail.el (compilation--message->loc)
4351 (epa--find-coding-system-for-mime-charset): Declare.
4352
4353 * net/dbus.el (dbus-register-service): Declare.
4354 (dbus-name-owner-changed-handler): Remove unused binding.
4355
4356 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4357 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4358 (nxml-scan-backward-within): Mark unused arg.
4359 (nxml-dynamic-markup-word): Remove unused binding.
4360
4361 * mouse.el (mouse-menu-major-mode-map):
4362 * emacs-lisp/authors.el (authors-scan-change-log)
4363 (authors-add-to-author-list):
4364 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4365 * emacs-lisp/smie.el (smie-auto-fill):
4366 * mail/sendmail.el (mail-bury):
4367 * mail/unrmail.el (unrmail):
4368 * net/tls.el (open-tls-stream):
4369 * textmodes/picture.el (picture-mouse-set-point):
4370 Remove unused bindings.
4371
8c8fc5df
MA
43722012-04-19 Michael Albinus <michael.albinus@gmx.de>
4373
4374 * net/tramp.el (tramp-action-password): Let-bind
4375 `enable-recursive-minibuffers' to t.
4376
a77b0ac9
SS
43772012-04-18 Sam Steingold <sds@gnu.org>
4378
4379 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4380 instead of 'string to accommodate values like [f11].
4381 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4382 * progmodes/gdb-mi.el: Likewise.
4383
12a106a9
LL
43842012-04-18 Leo Liu <sdl.web@gmail.com>
4385
4386 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4387 current buffer.
4388 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4389 LOCAL is nil.
4390
bc6494ef
CY
43912012-04-18 Chong Yidong <cyd@gnu.org>
4392
4393 * simple.el (line-move): Use forward-line if in batch mode
4394 (Bug#11053).
4395
c09c46b2
CS
43962012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4397
4398 * files.el (after-find-file): Do not try to add a final newline if
4399 the buffer is read-only (Bug#11156).
4400
5f6530ea
RS
44012012-04-17 Richard Stallman <rms@gnu.org>
4402
4403 * mail/rmail.el (rmail-start-mail):
4404 Pass (rmail-mail-return...) for the return-action.
4405 Pass (rmail-yank-current-message...) for the yank-action.
4406 (rmail-yank-current-message): New function.
4407 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4408 (rmail-reply): Likewise.
4409 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4410
4411 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4412 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4413 buffer, not newbuf.
4414
197b6f3c
JB
44152012-04-17 Juanma Barranquero <lekktu@gmail.com>
4416
4417 * server.el (server-ensure-safe-dir): Simplify.
4418
2311d8e5 44192012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4420
2311d8e5
GM
4421 * emacs-lisp/smie.el: Provide smarter auto-filling.
4422 (smie-auto-fill): New function.
4423 (smie-setup): Use it.
98fb480e 4424
2311d8e5
GM
4425 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4426
44272012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4428
4429 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4430 (comment-indent): Use it.
4431
2311d8e5 44322012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4433
4434 * ses.el: The overall change is to add cell renaming, that is
4435 setting fancy names for cell symbols other than name matching
4436 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4437 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4438 (ses-create-cell-variable): New defun.
2311d8e5 4439 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4440 (ses-relocate-formula): Relocate formulas only for cells the
4441 symbols of which are not renamed, i.e. symbols whose names do not
4442 match regexp "\\`[A-Z]+[0-9]+\\'".
4443 (ses-relocate-all): Relocate values only for cells the symbols of
4444 which are not renamed.
4445 (ses-load): Create cells variables as the (ses-cell ...) are read,
4446 in order to check row col consistency with cell symbol name only
4447 for cells that are not renamed.
4448 (ses-replace-name-in-formula): New defun.
4449 (ses-rename-cell): New defun.
4bdf2ad2 4450
fc72b15c
PO
44512012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4452
4453 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4454 New option (bug#11118).
4455 (perl-calculate-indent): Respect it.
4456
12e10e61
GM
44572012-04-17 Glenn Morris <rgm@gnu.org>
4458
4459 * dired-aux.el (dired-mark-read-string): Doc fix.
4460
30009afd
DA
44612012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4462
4463 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4464 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4465
41f03f4d
GM
44662012-04-17 Glenn Morris <rgm@gnu.org>
4467
4468 * mouse.el (mouse-drag-track):
4469 * speedbar.el (speedbar-frame-mode):
4470 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4471
f45f90f3
LL
44722012-04-16 Leo Liu <sdl.web@gmail.com>
4473
4474 * progmodes/python.el: Trivial cleanup.
4475
94ee8db5
GM
44762012-04-16 Glenn Morris <rgm@gnu.org>
4477
121b8917
GM
4478 * vc/vc.el (vc-string-prefix-p):
4479 * vc/pcvs-util.el (cvs-string-prefix-p):
4480 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4481 * mpc.el (mpc-string-prefix-p):
4482 Make all of these into obsolete aliases for string-prefix-p.
4483 Update callers.
4484 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4485
1197ecfa
GM
4486 * textmodes/two-column.el: Move custom options to the start.
4487 (frame-width): Remove compat definition.
4488 (2C-associate-buffer, 2C-dissociate):
4489 Use with-current-buffer rather than save-excursion.
4490 (2C-dissociate): Force a mode-line update.
4491 (2C-autoscroll): Use ignore-errors.
4492
099e7202
GM
4493 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4494 Autoload trivia.
4495
bf350d6a
GM
4496 * emacs-lisp/cl-extra.el (*random-state*):
4497 Remove unnecessary declaration.
4498
0e829eab
GM
4499 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4500
e3ad7552
GM
4501 * play/cookie1.el (cookie-snarf):
4502 Give an explicit error if input file cannot be read.
4503
68892d27
GM
4504 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4505
20f0c46d
GM
4506 * progmodes/perl-mode.el (c-macro-expand):
4507 Remove unnecessary autoload (it is in loaddefs.el).
4508
5a0978ce
GM
4509 * textmodes/picture.el (picture-desired-column)
4510 (picture-update-desired-column): Convert comments to doc-strings.
4511 (picture-substitute): Remove function.
4512 (picture-mode-map): Initialize in the defvar.
4513
6b955486
GM
4514 * woman.el: Remove eval-after-load for tar-mode.
4515 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4516 (woman-tar-extract-file): Autoload it.
4517
94ee8db5
GM
4518 * frame.el (automatic-hscrolling): Make this alias obsolete.
4519
177eca34
AM
45202012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4521
090bd7cb 4522 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4523 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4524 (ispell-dictionary-base-alist): Revert to original XEmacs
4525 friendly version for default. [:alpha:] will be added in
090bd7cb 4526 `ispell-set-spellchecker-params' if needed.
177eca34 4527
c505aaeb
CY
45282012-04-16 Chong Yidong <cyd@gnu.org>
4529
b19dd9d1 4530 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4531 (imagemagick-register-types): Use it.
4532 (imagemagick-types-inhibit): Add :set function. Allow new value
4533 of t to inhibit all types.
4534
4535 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4536 so we can preload it.
4537
4538 * loadup.el (fboundp): Preload regexp-opt, needed by
4539 imagemagick-register-types.
4540
60efac0f
CY
45412012-04-15 Chong Yidong <cyd@gnu.org>
4542
4543 * frame.el (scrolling): Remove nearly unused customization group.
4544
4545 * scroll-all.el (scroll-all-mode): Move to windows group.
4546
5dd1713e
CY
45472012-04-15 Chong Yidong <cyd@gnu.org>
4548
4549 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4550
e6fd457e
CY
45512012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4554 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4555
e153c136
GM
45562012-04-15 Glenn Morris <rgm@gnu.org>
4557
4558 * simple.el (process-file-side-effects): Doc fix.
4559
e6fd457e 45602012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4561
4562 * international/mule-cmds.el (set-language-environment): Doc fix.
4563
3603c3b1
JB
45642012-04-14 Juanma Barranquero <lekktu@gmail.com>
4565
4566 * server.el (server-auth-key, server-generate-key): Doc fixes.
4567 (server-get-auth-key): Doc fix. Use `string-match-p'.
4568 (server-start): Reflow docstring.
4569
e6de100c
LI
45702012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4571
4572 * server.el (server-generate-key): `called-interactively-p'
4573 requires a parameter.
4574
29734c21
MN
45752012-04-14 Michal Nazarewicz <mina86@mina86.com>
4576
4577 * server.el (server-auth-key): New variable.
75f1671a 4578 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4579 (server-start): Use the new variable and functions to allow
4580 setting a permanent server key (bug#9423).
4581
d65c9521
LL
45822012-04-14 Leo Liu <sdl.web@gmail.com>
4583
4584 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4585
5ae255c7
PE
45862012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4587
4588 Spelling fixes.
4589 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4590 Emacs uses American spelling.
4591
d5e6342e
JB
45922012-04-14 Juanma Barranquero <lekktu@gmail.com>
4593
4594 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4595 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4596 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4597 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4598
ab036cd7
SM
45992012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * progmodes/which-func.el (which-func-modes): Change default.
4602
35dc09a1 46032012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4604
4605 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4606 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4607
35dc09a1 46082012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4609
4610 * custom.el (custom-theme-set-variables): Doc fix.
4611
35dc09a1 46122012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4613
4614 * international/mule.el (set-auto-coding-for-load): Doc fix.
4615
35dc09a1 46162012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4617
35dc09a1
GM
4618 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4619 imenu work again for Objective C Mode. Correct the *-index values,
4620 these having been disturbed by a previous change in 2011-08.
57f845ee 4621
0de3da9f
AM
4622 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4623 Correct two search limits.
4624
35dc09a1 46252012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4626
4627 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4628
35dc09a1 46292012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4630
4631 * international/characters.el: Fix sorting.
4632
35dc09a1 46332012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4634
4635 * international/characters.el: Add more missing Latin case pairs.
4636
35dc09a1 46372012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4638
4639 * files.el (dir-locals-set-class-variables): Doc fix.
4640
35dc09a1 46412012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4642
3f1b5bf8
EZ
4643 * international/characters.el: Add set-case-syntax-pair call for
4644 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4645 counterpart. (Bug#11209)
4646
9f847f41
EZ
4647 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4648
35dc09a1 46492012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4650
4651 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4652
35dc09a1 46532012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4654
35dc09a1
GM
4655 * textmodes/ispell.el (ispell-dictionary-base-alist):
4656 Add data for Hebrew.
e2627d21 4657
35dc09a1 46582012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4659
35dc09a1
GM
4660 * net/rcirc.el (rcirc-cmd-quit):
4661 Revert 2012-03-18 change (Bug#11192).
5c14e333 4662
35dc09a1 46632012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4664
4665 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4666
35dc09a1 46672012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4668
4517fe3a
SM
4669 * minibuffer.el (completion-in-region-mode-map):
4670 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4671
b472a594
VD
46722012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4673
4674 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4675
09b95ce3
MY
46762012-04-13 Masatake YAMATO <yamato@redhat.com>
4677
4678 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4679 to allow `C-M-f' and `C-M-b' to move to the nearest path
4680 separator (bug#9511).
4681
4b63a9ca
LI
46822012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4683
4684 * avoid.el: Require cl when compiling. And also move the
4685 `provide' to the end.
4686
7b55b8bf
TV
46872012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4688
4689 * avoid.el (mouse-avoidance-banish-position): New variable.
4690 (mouse-avoidance-banish-destination): Use it (bug#10165).
4691
adedaa1f
LL
46922012-04-13 Leo Liu <sdl.web@gmail.com>
4693
4694 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4695
70e74021
KB
46962012-04-13 Ken Brown <kbrown@cornell.edu>
4697
4698 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4699 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4700 (browse-url-filename-alist): For the same reason, don't modify
4701 file:// URLs on Cygwin.
4702
e75e89ba
SM
47032012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4706 the region on shift if the binding is already shifted (bug#11221).
4707
82f289a4
GM
47082012-04-12 Glenn Morris <rgm@gnu.org>
4709
4710 * mail/mailpost.el: Move to obsolete/.
4711
d333dc4c
DA
47122012-04-12 Drew Adams <drew.adams@oracle.com>
4713
4714 * imenu.el (imenu--generic-function): Ignore invisible definitions
4715 (bug#10123).
4716
0d15b5ba
VD
47172012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4718
4719 * hexl.el (hexl-bits): New variable.
4720 (hexl-options): Mention the variable in the doc string.
75f1671a 4721 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4722 (hexl-mode): Mention the new variable.
75f1671a
JB
4723 (hexl-mode, hexl-current-address, hexl-current-address):
4724 Use the displen.
0d15b5ba
VD
4725 (hexl-ascii-start-column): New function.
4726 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4727 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4728
64a440db
AM
47292012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4730
4731 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4732 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4733 the encoding, as expected by hunspell.
4734
6decb6c2
SM
47352012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4736
4737 * battery.el (battery--linux-sysfs-regexp): New const.
4738 (battery-status-function): Use it. Remove yeeloong special case.
4739 (battery-yeeloong-sysfs): Remove.
4740 (battery-echo-area-format): Remove yeeloong special case.
4741
088be6fb
SM
47422012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4743
6622e416
SM
4744 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4745 Reported by Noah Friedman.
4746
088be6fb
SM
4747 * subr.el (read-passwd): Use read-string.
4748
b49f886e
LMI
47492012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4750
4751 * vcursor.el (vcursor-move): Increase the priority of the overlay
4752 (bug#9663).
4753
a63067fc
DD
47542012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4755
4756 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4757 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4758
ac3cf14a
WS
47592012-04-11 William Stevenson <yhvh2000@gmail.com>
4760
4761 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4762 define-minor-mode (bug#10760).
4763
c4fc691b 47642012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4765
4d6769e1 4766 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4767 that directories matching `grep-find-ignored-files' won't be
4768 pruned (bug#10351).
4769
af23e2e5
CY
47702012-04-11 Chong Yidong <cyd@gnu.org>
4771
4772 * startup.el (command-line): Remove support for long-obsolete
4773 variable font-lock-face-attributes.
4774
ab7ce8c1
GM
47752012-04-11 Glenn Morris <rgm@gnu.org>
4776
4777 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4778
de8c03dc
SM
47792012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * window.el (window--state-get-1): Obey window-point-insertion-type.
4782
050cc68b
LB
47832012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4784
4785 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4786 to previous function when point is on the first character of a
75f1671a 4787 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4788
a38c310c
GM
47892012-04-11 Glenn Morris <rgm@gnu.org>
4790
effed0c2
GM
4791 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4792 not just file-errors.
4793
a38c310c
GM
4794 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4795 (vc-bzr-sha1): Use internal sha1.
4796
0221e323
SM
47972012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4800
43956923
SG
48012012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4802
4803 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4804 that start in the middle of the line (bug#10496).
4805
6a8c9eaf
DN
48062012-04-10 Dan Nicolaescu <dann@gnu.org>
4807
4808 * battery.el (battery-linux-proc-acpi): Only one battery is
4809 discharged at a time, but that seems to confuse battery.el when
4810 computing `rate-type' for the battery not being discharged
4811 (bug#10332).
4812
1930bf5d
SM
48132012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4814
2a718f6f
SM
4815 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4816
599430d0
SM
4817 * international/quail.el: Use dolist and simplify.
4818 (quail-define-package, quail-update-keyboard-layout)
4819 (quail-define-rules): Use dolist.
4820 (quail-insert-kbd-layout, quail-get-translation): CSE.
4821
a2754b6c
SM
4822 * tmm.el: Use dolist, remove left over hook.
4823 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4824 Use dolist.
4825 (calendar-load-hook): Don't mess with it.
4826
1930bf5d
SM
4827 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4828 Use derived-mode-p. Run the diff asynchronously.
4829
9f67961c
LMI
48302012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4831
4832 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4833
2a8ce227
JB
48342012-04-10 Juanma Barranquero <lekktu@gmail.com>
4835
4836 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4837 (list-dynamic-libraries--loaded): New function.
4838 (list-dynamic-libraries--refresh): Use it.
4839
8f33b5f8
NW
48402012-04-10 Nathan Weizenbaum <nweiz@google.com>
4841
1930bf5d
SM
4842 * progmodes/python.el (python-fill-paragraph):
4843 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4844 disabled (bug#7018).
4845
b12f0439
L
48462012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4847
1930bf5d 4848 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4849 DOS/MS Windows for the Baltic languages. There are still plenty
4850 of texts written in this encoding/codepage (bug#6519).
b12f0439 4851
57c3bd01
GM
48522012-04-10 Glenn Morris <rgm@gnu.org>
4853
4854 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4855 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4856
6c3eab30
FA
48572012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4858
1930bf5d 4859 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4860 next-line "n" and previous-line "p" in order to make recentf more
4861 consistent with ibuffer, dired or org-mode (bug#9387).
4862
24d78a88
LMI
48632012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4864
bc72b5d9
LMI
4865 * image.el (put-image): Return the overlay created instead of the
4866 optional input string (bug#7834). Note that this may break code
4867 that is (for some reason or other) depending on `put-image'
4868 returning the string.
4869
bd2dba5a
LMI
4870 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4871
74beb59f
LMI
4872 * simple.el (zap-to-char): Allow zapping using input methods
4873 (bug#1580).
4874
24d78a88
LMI
4875 * textmodes/fill.el (fill-region): Leave point and mark where they
4876 were before filling (bug#5399).
4877
263f20cd
GM
48782012-04-09 Glenn Morris <rgm@gnu.org>
4879
4880 * version.el (emacs-bzr-get-version):
4881 Handle lightweight checkouts of local branches.
4882
58d1f797
AS
48832012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4884
263f20cd 4885 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4886
b4d3bc10
CY
48872012-04-09 Chong Yidong <cyd@gnu.org>
4888
4889 * custom.el (custom-variable-p): Return nil for non-symbol
4890 arguments instead of signaling an error.
4891 (user-variable-p): Obsolete alias for custom-variable-p.
4892
4893 * apropos.el (apropos-variable):
4894 * files-x.el (read-file-local-variable):
4895 * simple.el (set-variable):
4896 * woman.el (woman-mini-help):
4897 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4898
fd06db5d
GM
48992012-04-09 Glenn Morris <rgm@gnu.org>
4900
e5fcdb5e
GM
4901 * startup.el (normal-top-level): Don't look for leim-list.el
4902 in places where it will not be found. (Bug#910)
4903
fd06db5d
GM
4904 * international/mule-cmds.el (set-default-coding-systems):
4905 * files.el (normal-mode):
4906 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4907 This function was removed with ucs-tables.el in 2008.
4908
b39bb7e1
EZ
49092012-04-08 Eli Zaretskii <eliz@gnu.org>
4910
4911 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4912 ispell-encoding8-command to "-i", without a trailing space.
4913 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4914 separate command-line arguments, to specify the encoding, since
4915 that's how hunspell expects it.
4916
5c5b8e23
GM
49172012-04-08 Glenn Morris <rgm@gnu.org>
4918
4919 * loadup.el: Load bindings before cus-start.
4920 This reduces somewhat the number of "rogue" settings in emacs -Q.
4921
a1ed8b05
GM
49222012-04-07 Glenn Morris <rgm@gnu.org>
4923
4924 * version.el (emacs-bzr-get-version): New function.
dfae128a 4925 (emacs-bzr-version): New variable.
a1ed8b05
GM
4926 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4927 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4928
b142f158
EZ
49292012-04-07 Eli Zaretskii <eliz@gnu.org>
4930
dfae128a
GM
4931 * international/uni-bidi.el, international/uni-category.el:
4932 * international/uni-combining.el, international/uni-decimal.el:
4933 * international/uni-decomposition.el, international/uni-digit.el:
4934 * international/uni-lowercase.el, international/uni-mirrored.el:
4935 * international/uni-name.el, international/uni-numeric.el:
4936 * international/uni-titlecase.el, international/uni-uppercase.el:
4937 Update for Unicode 6.1.
b142f158 4938
9078ead6
EZ
49392012-04-07 Eli Zaretskii <eliz@gnu.org>
4940
4941 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4942
f23d2c7d
LMI
49432012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4944
4945 * window.el (shrink-window): Mention the `window-min-height'
4946 variable in the doc string.
4947
0a0a3573
BG
49482012-04-05 Bastien Guerry <bzg@altern.org>
4949
4950 * color.el (color-lighten-name): Fix typo.
4951
e5248ac9
SM
49522012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * server.el (server--on-display-p): New function.
4955 (server--on-display-p): Use it.
4956
b4243e22
GV
49572012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4958
4959 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4960 (bug#11145).
4961
305d9f44
SM
49622012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * comint.el (comint--common-quoted-suffix): Check string boundary
4965 before comparing (bug#11158).
4966 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4967
3d439cd1
CY
49682012-04-04 Chong Yidong <cyd@gnu.org>
4969
321cc491
CY
4970 * minibuffer.el (completion-extra-properties): Doc fix.
4971
3d439cd1
CY
4972 * subr.el (delayed-warnings-hook): Doc fix.
4973
2d562c0f
DU
49742012-04-04 Daiki Ueno <ueno@unixuser.org>
4975
4976 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4977 selection (Bug#11159).
4978 (epa-insert-keys): Inform that the default public key will be
4979 exported if no key is selected.
4980
4443f204
RS
49812012-04-04 Richard Stallman <rms@gnu.org>
4982
4983 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4984
529c06b6
CY
49852012-04-03 Chong Yidong <cyd@gnu.org>
4986
4987 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4988 mail-insert-file, not its obsolete alias mail-attach-file.
4989
66b907dc
MA
49902012-04-03 Michael Albinus <michael.albinus@gmx.de>
4991
4992 * notifications.el (notifications-notify): Fix docstring.
4993
c0ea195d
GM
49942012-04-02 Glenn Morris <rgm@gnu.org>
4995
4996 * emacs-lisp/authors.el (authors-aliases): Another addition.
4997
5ca64e00
MA
49982012-04-02 Michael Albinus <michael.albinus@gmx.de>
4999
5000 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5001 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5002 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5003
42ee526b
CY
50042012-04-01 Chong Yidong <cyd@gnu.org>
5005
5006 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5007 Handle root directory properly.
5008 (copy-directory): Caller changed.
5009
5010 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5011 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5012
0b021094
GM
50132012-03-31 Glenn Morris <rgm@gnu.org>
5014
40f86458
GM
5015 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5016
7019c177
GM
5017 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5018
a1daddd6
GM
5019 * calendar/calendar.el (calendar-window-list)
5020 (calendar-hide-window): Restore. (Bug#11140)
5021 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5022
0b021094
GM
5023 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5024
40311efc
TV
50252012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5026
5027 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5028 Check if file is a symlink (Bug#10489).
5029
5030 * files.el (copy-directory): Likewise.
5031
5319014e
CY
50322012-03-30 Chong Yidong <cyd@gnu.org>
5033
5034 * image.el (imagemagick-types-inhibit)
5035 (imagemagick-register-types): Doc fix.
5036
935d1290
AM
50372012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5038
090bd7cb 5039 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5040 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5041 and treats ~word as ordinary words in pipe mode.
935d1290 5042
61c6e8fd
GM
50432012-03-30 Glenn Morris <rgm@gnu.org>
5044
5045 * tutorial.el (help-with-tutorial): Ensure local variables don't
5046 happen to make the buffer read-only. (Bug#11127)
5047
81fdff00
SM
50482012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5051 (perl-calculate-indent): Return `noindent' in strings.
5052
6e7a6ec0
SS
50532012-03-28 Sam Steingold <sds@gnu.org>
5054
5055 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5056 instead of the broken adhockery which does not prevent calendar
5057 buffers from being displayed at random after exit.
5058 (calendar-window-list, calendar-hide-window): Remove the broken
5059 adhockery.
5060
fee88ca0
GM
50612012-03-28 Glenn Morris <rgm@gnu.org>
5062
5063 * replace.el (query-replace-map): Doc fix.
5064
38de3354
AS
50652012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5066
5067 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5068 contents. (Bug#11109)
5069
b973155e
SM
50702012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5071
5072 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5073 (bug#11077).
5074 (avl-tree--check, avl-tree--check-node): New funs.
5075
dcb6e7b3
MR
50762012-03-27 Martin Rudalics <rudalics@gmx.at>
5077
5078 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5079 (switch-to-prev-buffer, switch-to-next-buffer):
5080 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5081 showing a buffer already is done on the same frame.
5082
b4fa35fa
GM
50832012-03-27 Glenn Morris <rgm@gnu.org>
5084
5085 * startup.el (mail-host-address): Doc fix.
5086
f9210e18
SM
50872012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5090 than 197 variables.
5091
c0bf7753
AF
50922012-03-26 Ami Fischman <ami@fischman.org>
5093
5094 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5095
33da7b16
GM
50962012-03-26 Glenn Morris <rgm@gnu.org>
5097
02243d9d
GM
5098 * files.el (save-buffers-kill-emacs): Doc fix.
5099
33da7b16
GM
5100 * startup.el (normal-top-level, command-line, command-line-1):
5101 Give them doc strings.
5102
e5a69fd0
EZ
51032012-03-25 Eli Zaretskii <eliz@gnu.org>
5104
5105 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5106 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5107
9a69676a
CY
51082012-03-25 Chong Yidong <cyd@gnu.org>
5109
4125cb8b
CY
5110 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5111 theme if it was previously enabled before (Bug#11031).
5112
dd470960
CY
5113 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5114 spec with custom-face-get-current-spec if its :shown-value is not
5115 determined yet (Bug#9337).
4125cb8b 5116 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5117
9a69676a
CY
5118 * button.el (button-at): Minor addition to docstring.
5119
6e7e90fa
SL
51202012-03-24 Simon Leinen <simon.leinen@gmail.com>
5121
5122 * vc/vc.el (vc-merge): Fix a prompt.
5123
f06e2758
CY
51242012-03-24 Chong Yidong <cyd@gnu.org>
5125
5126 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5127 point (Bug#9623).
5128
6e7e90fa
SL
5129 * button.el (button-at): Minor addition to docstring.
5130
b9d0879b
SM
51312012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * newcomment.el (comment-choose-indent): No space after BOL.
5134
e71cebb3
SS
51352012-03-22 Sam Steingold <sds@gnu.org>
5136
5137 * window.el (switch-to-prev-buffer): Revert last patch because the
5138 bug turned out to be an advertised feature (Elisp manual 28.14).
5139
335aff35
GM
51402012-03-22 Glenn Morris <rgm@gnu.org>
5141
5142 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5143 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5144
c676576a
LMI
51452012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5146
5147 * net/network-stream.el (network-stream-open-starttls): Make error
5148 message under Windows be less misleading.
5149
126f3d39
LW
51502012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5151
5152 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5153 understands (bug#9942).
5154
64fee311
CY
51552012-03-22 Chong Yidong <cyd@gnu.org>
5156
5157 * simple.el (end-of-visible-line): Handle return value of
5158 next-single-property-change properly (Bug#9371).
5159
a640d29a
KH
51602012-03-22 Kenichi Handa <handa@m17n.org>
5161
5162 * international/quail.el (quail-insert-kbd-layout): Fix previous
5163 change. To avoid unwanted bidi reordering, use
5164 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5165
39675016
DG
51662012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5167
5168 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5169 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5170 (ruby-beginning-of-indent): Be more careful with the difference
5171 between word-boundary and symbol boundary.
5172 (ruby-mode-syntax-table): Make : a symbol constituent.
5173
0a6934fc 51742012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5175
3d008e4f
SM
5176 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5177
0a6934fc
SM
51782012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5179
af67c9d7
SM
5180 * progmodes/etags.el (tags-completion-at-point-function):
5181 Improve last fix.
5182
1acad97c
SM
5183 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5184
e298b5da
SS
51852012-03-21 Sam Steingold <sds@gnu.org>
5186
5187 * progmodes/etags.el (tags-completion-at-point-function):
5188 Avoid the error when point is inside the pattern.
5189
91d82a70
JY
51902012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5191
5192 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5193 line (Bug#10855).
5194
69188b79
CY
51952012-03-21 Drew Adams <drew.adams@oracle.com>
5196
5197 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5198
99fc91fe
AK
51992012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5200
5201 * ido.el (ido-set-current-directory, ido-read-internal)
5202 (ido-choose-completion-string, ido-completion-help): Handle nil
5203 value of ido-completion-buffer (Bug#11008).
5204
087bbb4c
SS
52052012-03-21 Sam Steingold <sds@gnu.org>
5206
5207 * window.el (switch-to-prev-buffer): Do not switch to a visible
5208 window previous buffer, just like with the frame previous buffers.
5209
fb5b8aca
CY
52102012-03-21 Chong Yidong <cyd@gnu.org>
5211
5212 * faces.el (make-face, make-empty-face, copy-face):
5213 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5214 Doc fixes.
5215
dc9924b8
SM
52162012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5219 (widget-complete): Remove broken use of it.
5220
f0bcceb9
CY
52212012-03-20 Chong Yidong <cyd@gnu.org>
5222
dc9924b8
SM
5223 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5224 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5225 characters.
5226
ee52ebf3
TH
52272012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5228
5229 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5230 to draw rectangles, not squares. (Regression introduced by revno
5231 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5232
4c5779ab
CY
52332012-03-18 Chong Yidong <cyd@gnu.org>
5234
5235 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5236 it is not yet defined (for temacs).
5237
15360934
LL
52382012-03-18 Leo Liu <sdl.web@gmail.com>
5239
dc9924b8 5240 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5241
d9a8eb66
EZ
52422012-03-17 Eli Zaretskii <eliz@gnu.org>
5243
5244 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5245 (ispell-choices-win-default-height, ispell-silently-savep)
5246 (ispell-dictionary-alist, ispell-encoding8-command)
5247 (ispell-check-version, ispell-aspell-find-dictionary)
5248 (ispell-valid-dictionary-list, ispell-words-keyword)
5249 (ispell-get-word, ispell-internal-change-dictionary)
5250 (ispell-region, ispell-skip-region-list)
5251 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5252 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5253 (ispell-message-text-end, ispell-message)
5254 (ispell-buffer-local-parsing): Doc fix.
5255
f02ff80d
J
52562012-03-13 Jambunathan K <kjambunathan@gmail.com>
5257
5258 * htmlfontify.el: Add support for code block fontification for ODT
5259 export (Bug #9914).
5260 (hfy-optimisations): Define new option
5261 `body-text-only'
5262 (hfy-fontify-buffer): Honor above setting.
5263 (hfy-begin-span, hfy-end-span): New routines factored out form
5264 `hfy-fontify-buffer'.
5265 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5266 that permit insertion of custom tags.
5267 (hfy-fontify-buffer): Use above handlers.
5268 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5269 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5270 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5271 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5272 bind a special variable `hfy-user-sheet-assoc'.
5273 (htmlfontify-string): New defun.
5274 (hfy-compile-face-map): Make sure that the last char in the
5275 buffer is correctly fontified.
5276 (hfy-face-resolve-face): Whitespace only change.
5277
9ac7a13f
EZ
52782012-03-17 Eli Zaretskii <eliz@gnu.org>
5279
5280 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5281 message more clear.
5282
e2b5bdd7
LL
52832012-03-16 Leo Liu <sdl.web@gmail.com>
5284
5285 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5286
2e492df3
AM
52872012-03-16 Alan Mackenzie <acm@muc.de>
5288
5289 Further optimise the handling of large macros.
5290
5291 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5292 limit to a call of `c-literal-limits'.
5293 (c-determine-+ve-limit): New function.
dc9924b8
SM
5294 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5295 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5296 In CASE 5B, restrict a search limit to 500.
5297 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5298
5299 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5300 Restrict macro bounds to +-500 from after-change's BEG END.
5301
50e94f0c
LL
53022012-03-16 Leo Liu <sdl.web@gmail.com>
5303
5304 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5305
6f09f6ed
AH
53062012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5307
5308 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5309 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5310
c7e73d51
GM
53112012-03-16 Glenn Morris <rgm@gnu.org>
5312
da986230
GM
5313 * view.el (view-buffer, view-buffer-other-window)
5314 (view-buffer-other-frame): Doc fixes re special mode-class.
5315
0835f01e
GM
5316 * subr.el (eval-after-load): If named feature is provided not from
5317 a file, run after-load forms. (Bug#10946)
5318
c7e73d51
GM
5319 * calendar/calendar.el (calendar-insert-at-column):
5320 Handle non-unit-width characters a bit better. (Bug#10978)
5321
3f2eafd1
CY
53222012-03-15 Chong Yidong <cyd@gnu.org>
5323
5324 * emacs-lisp/ring.el (ring-extend): New function.
5325 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5326
5327 * comint.el (comint-read-input-ring)
5328 (comint-add-to-input-history): Grow comint-input-ring lazily.
5329
103af3fe
SM
53302012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5331
663b1677
SM
5332 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5333 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5334
103af3fe
SM
5335 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5336 (imenu-add-to-menubar): Don't add a redundant index.
5337 (imenu-update-menubar): Handle a dynamically composed keymap.
5338
899cb7cb
KY
53392012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5340
5341 * mail/sendmail.el (mail-encode-header):
5342 Bind rfc2047-encode-encoded-words to nil.
5343
3809f91d
GM
53442012-03-13 Glenn Morris <rgm@gnu.org>
5345
5346 * calendar/calendar.el (calendar-string-spread):
5347 Handle non-unit-width characters a bit better. (Bug#10978)
5348
9e345a01
LL
53492012-03-13 Leo Liu <sdl.web@gmail.com>
5350
5351 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5352 directory and file as argument (Bug#10822).
5353
4a07df36
KS
53542012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5355
5356 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5357 For dynamically generated code, follow $PC.
5358 (gdb-disassembly-handler-custom): Handle no function name case.
5359
4aaa9356
TL
53602012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5361
5362 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5363 * emulation/ws-mode.el (ws-query-replace):
5364 * sort.el (sort-regexp-fields):
5365 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5366
225979da
SM
53672012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 * dabbrev.el: Fix cycle completion order (bug#10963).
5370 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5371 (dabbrev-completion): Don't use an obarray; provide
5372 a cycle-sort-function.
5373
e2f1fdab
LL
53742012-03-12 Leo Liu <sdl.web@gmail.com>
5375
dc9924b8 5376 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5377 (kill-do-not-save-duplicates): Doc fix.
5378
b19490ed
SM
53792012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * dabbrev.el: Fix cycle completion (bug#10963).
5382 Use lexical binding and wrap to 80 columns.
5383 (dabbrev-completion): Delay computing the list of completions.
5384
4b05d722
KH
53852012-03-12 Kenichi Handa <handa@m17n.org>
5386
5387 * international/quail.el (quail-insert-kbd-layout): Surround each
5388 row by LRO and PDF instead of inserting many LRMs. Pad the left
5389 and right of each non-spacing marks. Insert invisible space
5390 between lower and upper characters to prevent composition.
5391
dbbc2e69
SM
53922012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5393
5394 * minibuffer.el (minibuffer-complete): Don't get confused when the
5395 function is run twice via different commands (bug#10958).
5396 (complete-with-action): Fix docstring.
5397
292112ed
CY
53982012-03-12 Chong Yidong <cyd@gnu.org>
5399
5d1ac394
CY
5400 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5401 (nxml-completion-at-point-function): New function.
5402 (nxml-mode): Use it.
5403 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5404
292112ed
CY
5405 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5406 Load generated autoloads file before byte compiling (Bug#10970).
5407 (package--make-autoloads-and-compile): New helper fun.
5408
4098f8f7
CS
54092012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5410
5411 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5412
8f754691
MA
54132012-03-11 Michael Albinus <michael.albinus@gmx.de>
5414
5415 * autorevert.el (auto-revert-handler): Ensure, that
5416 file-readable-p is applied only for local files or in
5417 auto-revert-tail-mode.
5418
e29ab36b
AS
54192012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5420
dbbc2e69
SM
5421 * server.el (server-eval-at): Handle non-tcp connections.
5422 Decode result string.
ad0bf5b6 5423
e29ab36b
AS
5424 * server.el (server-msg-size): New constant.
5425 (server-reply-print): New function.
5426 (server-eval-and-print): Use it.
5427 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5428 Handle -print-nonl.
5429
de5939ba
CS
54302012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5431
5432 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5433 (Bug#10987).
5434
0c93eabf
CY
54352012-03-11 Chong Yidong <cyd@gnu.org>
5436
397a688f
CY
5437 * simple.el (goto-line): Doc fix (Bug#9938).
5438
2cc775f9
CY
5439 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5440
0c93eabf
CY
5441 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5442 when finished (Bug#10963).
5443
c491fa41
MR
54442012-03-11 Martin Rudalics <rudalics@gmx.at>
5445
5446 * window.el (split-window-below): Fix bug in case where
5447 split-window-keep-point is nil (Bug#10971).
5448
300e8fa5
JL
54492012-03-11 Juri Linkov <juri@jurta.org>
5450
5451 * replace.el (replace-highlight): Set isearch-word to nil
5452 unconditionally. (Bug#10887)
5453
dbf6c5a1
EZ
54542012-03-10 Eli Zaretskii <eliz@gnu.org>
5455
5456 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5457 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5458 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5459 (mairix-widget-create-query): Add usage information about mairix
5460 search forms: negating words, searching for substrings, etc.
5461
b9e501de
JP
54622012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5463
5464 * international/fontset.el (font-encoding-alist): Add an entry for
5465 ksx1001 (Bug#5667).
5466
92795c91
RS
54672012-03-10 Richard Stallman <rms@gnu.org>
5468
1694e6c1
RS
5469 * mail/sendmail.el (mail-encode-header):
5470 Set rfc2047-encode-encoded-words.
5471
607e8555
RS
5472 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5473
de3bc99a
RS
5474 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5475 view buffer means not swapped.
5476 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5477 (rmail-write-region-annotate): Error if real text has disappeared.
5478
92795c91
RS
5479 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5480
699bd04e
CY
54812012-03-10 Chong Yidong <cyd@gnu.org>
5482
5483 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5484 * emulation/cua-base.el (cua--init-keymaps):
5485 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5486
570a1714
MR
54872012-03-10 Martin Rudalics <rudalics@gmx.at>
5488
dbbc2e69
SM
5489 * speedbar.el (speedbar-unhighlight-one-tag-line):
5490 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5491
82dcf4e4
CY
54922012-03-10 Chong Yidong <cyd@gnu.org>
5493
7a2c7ca7
CY
5494 * minibuffer.el (completion-in-region, completion-help-at-point):
5495 Give the completion field overlay a high priority (Bug#6830).
5496
82dcf4e4
CY
5497 * dired.el (dired-goto-file): Recognize absolute file name
5498 listings (Bug#7126).
5499 (dired-goto-file-1): New helper function.
5500 (dired-toggle-read-only): Inhibit warnings.
5501
052e28ac
MA
55022012-03-09 Michael Albinus <michael.albinus@gmx.de>
5503
75f1671a 5504 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5505 there are no properties.
5506
95d5e396
LL
55072012-03-09 Leo Liu <sdl.web@gmail.com>
5508
5509 * savehist.el (savehist-printable): Stricter check for string
5510 value (Bug#10937).
5511
3f018d6d
EZ
55122012-03-09 Eli Zaretskii <eliz@gnu.org>
5513
dbbc2e69
SM
5514 * mail/smtpmail.el (smtpmail-send-it):
5515 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5516 valid mbox format.
5517
f7fd3d79
GM
55182012-03-09 Glenn Morris <rgm@gnu.org>
5519
5520 * files.el (dir-locals-find-file):
5521 Don't check result is regular, readable.
5522 (dir-locals-read-from-file): Demote errors.
5523
6ff6e72f
EZ
55242012-03-08 Eli Zaretskii <eliz@gnu.org>
5525
dbbc2e69
SM
5526 * international/quail.el (quail-insert-kbd-layout):
5527 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5528 layout cell, to prevent their reordering by bidi display engine.
5529 For details, see the discussion in
5530 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5531
9cec7834
AM
55322012-03-08 Alan Mackenzie <acm@muc.de>
5533
5534 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5535 the starting position; make it extend the marked region when
5536 invoked repeatedly - all under appropriate circumstances.
5537 Fixes bugs #5525, #10906.
5538
9a40b8d4
GM
55392012-03-08 Glenn Morris <rgm@gnu.org>
5540
5541 * files.el (locate-dominating-file, dir-locals-find-file):
5542 Undo 2012-03-06 change.
5543
7a08ed35
EZ
55442012-03-07 Eli Zaretskii <eliz@gnu.org>
5545
dbbc2e69
SM
5546 * international/quail.el (quail-help):
5547 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5548 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5549 for the reason.
5550
5aca4f71 55512012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5552
5553 Avoid superfluous registering of signals. (Bug#10807)
5554
5555 * notifications.el (notifications-on-action-object)
5556 (notifications-on-close-object): New defvars.
5557 (notifications-on-action-signal, notifications-on-closed-signal):
5558 Unregister the signal if not needed any longer.
5559 (notifications-notify): Register `notifications-action-signal' or
5560 `notifications-closed-signal', if :on-action or :on-close has been
5561 passed as argument.
5562
78e8b10a
CY
55632012-03-07 Chong Yidong <cyd@gnu.org>
5564
5565 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5566 non-X platforms.
5567
69481eb8
GM
55682012-03-06 Glenn Morris <rgm@gnu.org>
5569
5570 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5571 (x-disown-selection-internal, x-get-selection-internal):
5572 Doc fix (add arglist signatures). (Bug#10783)
5573
133b8e11
KS
55742012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5575
5576 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5577 Handle breakpoints with no "type".
5578
99a83064
GM
55792012-03-06 Glenn Morris <rgm@gnu.org>
5580
5581 * files.el (locate-dominating-file): Add optional predicate argument.
5582 (dir-locals-find-file): Make use of above change.
5583
17798e78
TTN
55842012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5585
5586 * info.el (Info-insert-dir): Also try "dir.gz".
5587
eb182446
GM
55882012-03-06 Glenn Morris <rgm@gnu.org>
5589
8f2114ee
GM
5590 * files.el (dir-locals-find-file):
5591 Ignore non-readable or non-regular files. (Bug#10928)
5592
eb182446
GM
5593 * files.el (locate-dominating-file): Doc fix.
5594
24679323
AS
55952012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5596
5597 * calendar/calendar.el (calendar-set-mode-line):
5598 `getenv' returns a string. (Bug#10951)
5599
01d972a9
LL
56002012-03-05 Leo Liu <sdl.web@gmail.com>
5601
109aa8a9
LL
5602 * simple.el (backward-delete-char-untabify): Constrain point to
5603 field (Bug#10939).
5604
01d972a9
LL
5605 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5606
10607bea
CY
56072012-03-05 Chong Yidong <cyd@gnu.org>
5608
5609 * simple.el (count-words): If called from Lisp, return the word
5610 count, for symmetry with `count-lines'. Arglist changed.
5611 (count-words--message): Args changed. Consolidate counting code
5612 from count-words and count-words-region.
5613 (count-words-region): Caller changed.
5614 (count-lines-region): Make it an obsolete alias.
5615
5dd11cfe
TH
56162012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5617
5618 * saveplace.el (save-place-to-alist)
5619 (save-place-ignore-files-regexp): Allow value nil to disable this
5620 feature.
5621
c349f4e6
CY
56222012-03-04 Chong Yidong <cyd@gnu.org>
5623
5624 * faces.el (face-spec-reset-face): For the default face, reset the
5625 attributes to default values (Bug#10748).
5626
e627be4c
LMI
56272012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5628
5629 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5630 previous patch: Check `message-send-mail-function', and not the
5631 default function (bug#10897).
5632
ebeabff4
MA
56332012-03-04 Michael Albinus <michael.albinus@gmx.de>
5634
a41a6cf4
MA
5635 * notifications.el (notifications-on-action-signal)
5636 (notifications-on-closed-signal): Check for unique service name of
5637 incoming event. Fix error in removing entry.
ebeabff4 5638 (top): Register for signals with wildcard service name.
a41a6cf4 5639 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5640
c1ca42b4
CY
56412012-03-04 Chong Yidong <cyd@gnu.org>
5642
dc9924b8 5643 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5644
ea16568d
GM
56452012-03-04 Glenn Morris <rgm@gnu.org>
5646
5647 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5648 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5649 (expand-abbrev, define-abbrev-table): Doc fixes.
5650
fbae4637
LMI
56512012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5652
5653 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5654 `message-default-send-mail-function' and not `send-mail-function'
5655 when doing the prompting for `sendmail-query-once' before sending
5656 in Message buffers (bug#10897).
5657
a1e7225c
LMI
5658 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5659 This is inconsistent with all the other stream functions, which leave
5660 the setting up to the higher levels (if so wanted) (bug#10931).
5661
56d093a9
AM
56622012-03-02 Alan Mackenzie <acm@muc.de>
5663
5664 Depessimize the handling of very large macros.
5665
5666 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5667 (c-macro-cache-syntactic): New variables to implement a one
5668 element macro cache.
5669 (c-invalidate-macro-cache): New function.
5670 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5671 Adapt to use the new cache.
5672 (c-state-safe-place): Use better the cache of safe positions.
5673 (c-state-semi-nonlit-pos-cache)
5674 (c-state-semi-nonlit-pos-cache-limit):
5675 New variables for...
5676 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5677 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5678 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5679 Use c-state-semi-safe-place.
56d093a9 5680
dbbc2e69
SM
5681 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5682 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5683
817e5c3d
MA
56842012-03-02 Michael Albinus <michael.albinus@gmx.de>
5685
dbbc2e69
SM
5686 * jka-compr.el (jka-compr-call-process):
5687 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5688 not remote.
5689
a032a702
MA
56902012-03-01 Michael Albinus <michael.albinus@gmx.de>
5691
5692 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5693 access of FILE2, if FILE1 does not exist.
5694
99a54f21
MA
5695 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5696 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5697
5698 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5699 Add "PAGER=" to `process-environment'.
5700
f6561e1f
MM
57012012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5702
5703 * progmodes/sql.el: Bug fix
5704 (sql-get-login-ext): Save login values in globals.
5705 (sql-get-login): Use new version of `sql-get-login-ext'.
5706 (sql-interactive-mode): Set global `sql-connection' to nil.
5707 (sql-connect): Set global values for connection.
5708 (sql-product-interactive): Save global values as buffer local.
5709
2d44d9cc
LL
57102012-02-29 Leo Liu <sdl.web@gmail.com>
5711
5712 * abbrev.el (define-abbrevs): Reset sys to nil.
5713
96b49301 57142012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5715
bf7f9bc5
JB
5716 * files.el (file-equal-p): Rename from `files-equal-p'.
5717 Return nil when one or both files don't exist.
96b49301 5718 (file-subdir-of-p): Now only top directory must exists,
5719 return nil if it doesn't.
bf7f9bc5
JB
5720 (copy-directory): No need to test with `file-subdir-of-p' after
5721 creating dir.
5722 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5723 to `file-equal-p'.
96b49301 5724
44e97401
GM
57252012-02-28 Glenn Morris <rgm@gnu.org>
5726
5727 * shell.el (shell-mode):
5728 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5729 * play/landmark.el (landmark-font-lock-face-O):
5730 * play/handwrite.el (handwrite):
5731 * play/gomoku.el (gomoku-O):
5732 * net/browse-url.el (browse-url-browser-display):
5733 * international/mule.el (define-charset):
5734 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5735 * filesets.el (filesets-find-file-delay):
5736 * eshell/em-xtra.el (eshell-xtra):
5737 * eshell/em-unix.el (eshell-grep):
5738 * emulation/viper.el (viper-mode):
5739 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5740 * emacs-lisp/easymenu.el (easy-menu-define):
5741 * calendar/timeclock.el (timeclock-use-display-time):
5742 * bs.el (bs-mode):
5743 * bookmark.el (bookmark-save-flag):
5744 Doc fix (standardize possessive apostrophe usage).
5745
c98c6276
CY
57462012-02-27 Chong Yidong <cyd@gnu.org>
5747
bf7f9bc5
JB
5748 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5749 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5750
c98c6276
CY
5751 * font-lock.el (font-lock-specified-p): Rename from
5752 font-lock-spec-present. Callers changed.
5753
9c62cd04 57542012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5755
bf7f9bc5
JB
5756 * emacs-lisp/package.el (package-compute-transaction):
5757 Handle holding a package version to t in package-load-list.
8ac9e529 5758
530739c9
MA
57592012-02-26 Michael Albinus <michael.albinus@gmx.de>
5760
5761 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5762 (tramp-get-inode, tramp-get-device): Use cached values.
5763
487915d7
AM
57642012-02-26 Alan Mackenzie <acm@muc.de>
5765
5766 Check there is a font-lock specification before doing initial
5767 fontification.
5768
5769 * font-core.el (font-lock-mode): Move the conditional from
5770 :after-hook to font-lock-initial-fontify.
5771 (font-lock-default-function): Move the check for a specification
5772 to font-lock-spec-present.
5773
dc9924b8 5774 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5775 (font-lock-spec-present): New function.
5776
4fd96557
JB
57772012-02-26 Jim Blandy <jimb@red-bean.com>
5778
5779 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5780 (gdb-send): Apply it to the operand of the '-interpreter-exec
5781 console' command, so that we can pass arguments with (say) quotes
5782 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5783
9a4888c0
CY
57842012-02-26 Chong Yidong <cyd@gnu.org>
5785
07498861
CY
5786 * help-fns.el (describe-function-1): Clarify description of
5787 remapping (Bug#10844).
5788
9a4888c0
CY
5789 * files.el (files-equal-p): Doc fix.
5790 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5791 and quit the loop once a mismatch is found.
5792
ea8fb88d
JB
57932012-02-25 Juanma Barranquero <lekktu@gmail.com>
5794
5795 * bs.el (bs--show-with-configuration): Don't throw an error
5796 if the window cannot be split; otherwise, subsequent calls to
5797 bs-show fail, restoring a stale window config. (Bug#10882)
5798
525795c1
JD
57992012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5800
5801 * term/ns-win.el (global-map): Bind ns-drag-file to
5802 ns-find-file (Bug#5855, Bug#10050).
5803
f008086f
AS
58042012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5805
5806 * calendar/parse-time.el (parse-time-string): Allow extractor to
5807 return nil.
5808
a3fcfa99
MA
58092012-02-25 Michael Albinus <michael.albinus@gmx.de>
5810
91027d08
JB
5811 * net/tramp.el (tramp-file-name-for-operation):
5812 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5813
5814 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5815 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5816 Add COPY-CONTENTS argument.
a3fcfa99 5817
67b0de11
CY
58182012-02-25 Chong Yidong <cyd@gnu.org>
5819
5820 Add custom groups for VC backends, for consistency with vc-bzr.
5821
5822 * vc/vc-arch.el (vc-arch):
5823 * vc/vc-cvs.el (vc-cvs):
5824 * vc/vc-git.el (vc-git):
5825 * vc/vc-hg.el (vc-hg):
5826 * vc/vc-mtn.el (vc-mtn):
5827 * vc/vc-rcs.el (vc-rcs):
5828 * vc/vc-sccs.el (vc-sccs):
5829 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5830 All relevant defcustoms reassigned.
5831
3c9dfce6
CY
58322012-02-25 Chong Yidong <cyd@gnu.org>
5833
1339bf43
CY
5834 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5835
3c9dfce6
CY
5836 * term/x-win.el (x-initialize-window-system): Reduce default for
5837 x-selection-timeout to 5 seconds (Bug#8869).
5838
25b2e303 58392012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5840
ec70a47d
GM
5841 * files.el (files-equal-p, file-subdir-of-p): New functions.
5842 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5843 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5844 * dired-aux.el (dired-copy-file-recursive): Same.
5845 (dired-create-files): Modify destination when source is equal to
5846 dest when copying files.
53a46cd0 5847 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5848
914260cd
MA
58492012-02-24 Michael Albinus <michael.albinus@gmx.de>
5850
5851 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5852 (Bug#10874)
5853
2cb228f7
AM
58542012-02-23 Alan Mackenzie <acm@muc.de>
5855
5856 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5857 parameter "after-hook:" to allow the expansion to run code after
5858 the execution of the mode hooks.
5859
5860 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5861 from font-lock-mode-internal.
2cb228f7 5862
91027d08 5863 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5864 :after-hook.
5865
8f0fde21
SM
58662012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5867
3e88618b
SM
5868 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5869 (completion--cache-all-sorted-completions): New function.
5870 (completion-all-sorted-completions): Use it.
5871 (completion--do-completion, minibuffer-force-complete):
5872 Use it to re-instate the flush hook.
5873
8f0fde21
SM
5874 * icomplete.el (icomplete-completions): Replace last fix with a better
5875 one (bug#10850).
5876
8e911f6f
DG
58772012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5878
5879 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5880 when it might call us back infinitely (bug#10797).
5881
49fe4321
GM
58822012-02-23 Glenn Morris <rgm@gnu.org>
5883
5884 * minibuffer.el (completion-category-overrides): Doc fix.
5885
b291b572
SM
58862012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5889 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5890
31a9ef2e
GM
58912012-02-23 Glenn Morris <rgm@gnu.org>
5892
5e6e6794 5893 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5894 (authors-obsolete-files-regexps, authors-ignored-files)
5895 (authors-ambiguous-files, authors-renamed-files-alist):
5896 Add more entries.
5897
0bd1e074
JL
58982012-02-23 Juri Linkov <juri@jurta.org>
5899
5900 * isearch.el (isearch-occur): Sync interactive spec with occur's
5901 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5902
b617673c
JL
5903 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5904
19e9789e
JL
59052012-02-22 Juri Linkov <juri@jurta.org>
5906
5907 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5908 (ucs-insert): Doc fix. Check for hex digits in the string.
5909 Don't display `nil' in the error message. (Bug#10857)
5910
f41ce09d
AM
59112012-02-22 Alan Mackenzie <acm@muc.de>
5912
7a71b18d 5913 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5914
ac2eceee
GM
59152012-02-22 Glenn Morris <rgm@gnu.org>
5916
5917 * ffap.el (ffap-c-path):
5918 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5919
abd1f678
CY
59202012-02-22 Chong Yidong <cyd@gnu.org>
5921
5922 * custom.el (load-theme): Doc fix.
5923
f25aef2e
GM
59242012-02-22 Glenn Morris <rgm@gnu.org>
5925
5926 * dired-x.el (dired-guess-shell-alist-default):
5927 Remove escape sequences from nroff output. (Bug#172)
5928
5f8dc2ca
GM
59292012-02-21 Glenn Morris <rgm@gnu.org>
5930
6ff86ec4
GM
5931 * vc/emerge.el (emerge-defvar-local):
5932 Set `permanent-local' property rather than unused `preserved'.
5933
be3223a3 5934 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5935 (picture-mode-map): Use it. (Bug#10860)
5936 (picture-mode): Doc fix.
5937
3fe58f4f
JB
59382012-02-21 Juanma Barranquero <lekktu@gmail.com>
5939
5940 * newcomment.el (uncomment-region-default): Remove unused binding.
5941
f9a998c3
GM
59422012-02-21 Glenn Morris <rgm@gnu.org>
5943
5944 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5945 (picture-self-insert, picture-tab-chars): Doc fix.
5946 (picture-mode-map): Fix C-a, C-e.
5947
c6029348
GM
59482012-02-20 Glenn Morris <rgm@gnu.org>
5949
5950 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5951
ab1ce9d7
LL
59522012-02-20 Leo Liu <sdl.web@gmail.com>
5953
5954 * icomplete.el (icomplete-completions): Check FROM arg before
5955 passing to substring (Bug#10850).
5956
0fd40f89
CY
59572012-02-19 Chong Yidong <cyd@gnu.org>
5958
5959 * comint.el: Require ansi-color.
5960 (comint-output-filter-functions): Add ansi-color-process-output.
5961
5962 * ansi-color.el: Don't set comint-output-filter-functions; it is
5963 now in the initial value defined in comint.el.
5964 (ansi-color-apply-face-function): New variable.
5965 (ansi-color-apply-on-region): Use it.
5966 (ansi-color-apply-overlay-face): New function.
5967
5968 * shell.el (shell): No need to require ansi-color.
5969 (shell-mode): Use ansi-color-apply-face-function to highlight
5970 color escapes using font-lock-face property (Bug#10835).
5971
20af2394
CY
59722012-02-19 Chong Yidong <cyd@gnu.org>
5973
5974 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5975 mode-line formats (Bug#10839).
5976
e23a3fbe
GM
59772012-02-18 Glenn Morris <rgm@gnu.org>
5978
b474519e
GM
5979 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5980
5981 * mail/undigest.el (unforward-rmail-message): Doc fix.
5982
e23a3fbe
GM
5983 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5984
57939ff4
EZ
59852012-02-18 Eli Zaretskii <eliz@gnu.org>
5986
5987 * international/characters.el (script-list): Sync with the latest
5988 Unicode Character Database.
5989
0c23686e
AS
59902012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5991
5992 * international/titdic-cnv.el: Remove duplicate coding tag.
5993 * language/cham.el: Likewise.
5994 * language/tai-viet.el: Likewise.
5995
6818b449
GM
59962012-02-18 Glenn Morris <rgm@gnu.org>
5997
5998 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5999 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6000 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6001 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6002 * calendar/holidays.el (holiday-bahai-holidays)
6003 (calendar-holidays, list-holidays):
6004 Use utf-8 Bahá'í in doc-strings, menus, etc.
6005
0311a3fc
TH
60062012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6007
6008 * saveplace.el (save-place-ignore-files-regexp): New variable
6009 allowing for excluding files from saving their location of point.
6010 The default value matches the temporary commit message editing
6011 files from Git, SVN, Bazaar, and Mercurial.
6012 (save-place-to-alist): Use it.
6013
d209e2fb 60142012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
6015 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * newcomment.el (uncomment-region-default): Don't leave extra space
6018 when an arg is provided (bug#8150).
6019
ee0ce425
TZ
60202012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6021
eb864a71 6022 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6023
95ddf442
GM
60242012-02-17 Glenn Morris <rgm@gnu.org>
6025
6026 * net/socks.el: Require network-stream. (Bug#10599)
6027
48dd1e39 60282012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6029
6030 * international/charprop.el:
6031 * international/uni-name.el:
6032 * international/uni-old-name.el:
6033 * international/uni-comment.el: Regenerate.
6034
d68cd087
GM
60352012-02-16 Glenn Morris <rgm@gnu.org>
6036
6037 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6038 Interactively in calendar buffer, give an error if not on a date.
6039
13932042
GM
60402012-02-15 Glenn Morris <rgm@gnu.org>
6041
6042 * shell.el (shell-delimiter-argument-list):
6043 Revert 2011-02-17 change. (Bug#8027)
6044
c3a70e2b
CY
60452012-02-15 Chong Yidong <cyd@gnu.org>
6046
60236b0d
CY
6047 * minibuffer.el (completion-at-point-functions): Doc fix.
6048
c3a70e2b
CY
6049 * custom.el (defcustom): Doc fix; note use of defvar.
6050
9f26dc24
GM
60512012-02-15 Glenn Morris <rgm@gnu.org>
6052
6053 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6054 Doc fixes.
6055
6546b134
GM
60562012-02-14 Glenn Morris <rgm@gnu.org>
6057
6058 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6059
d29b2b4c
LI
60602012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6061
6062 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6063 way the ports list is computed.
835bdcba
LI
6064 (smtpmail-query-smtp-server): Prompt the user for a port number if
6065 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6066
08dcdbc9
TZ
60672012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6068
6069 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6070
2605051a
GM
60712012-02-13 Glenn Morris <rgm@gnu.org>
6072
6073 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6074
7ee99f32
TZ
60752012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6076
6077 * net/gnutls.el (gnutls-trustfiles): New variable.
6078 (gnutls-negotiate): Use it.
6079
5f0af64f
LI
60802012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6081
6082 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6083 does its stuff if Gnus is running.
6084
c14fcc95
AM
60852012-02-13 Alan Mackenzie <acm@muc.de>
6086
6087 Fix a loop in c-set-fl-decl-start.
6088
7a71b18d 6089 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6090 c-backward-syntactic-ws actually moves backwards.
6091
142b4d90
LL
60922012-02-13 Leo Liu <sdl.web@gmail.com>
6093
6094 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6095 beginning so that all \C-o chars are removed.
6096
fa9958a6
TZ
60972012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6098
dc9924b8 6099 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6100
0bc5886a
AM
61012012-02-12 Alan Mackenzie <acm@muc.de>
6102
6103 Fix infinite loop with long macros.
4d6769e1 6104 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6105
d4bd55e7
CY
61062012-02-12 Chong Yidong <cyd@gnu.org>
6107
6108 * window.el (display-buffer): Doc fix (Bug#10785).
6109
66f3fe22
GM
61102012-02-12 Glenn Morris <rgm@gnu.org>
6111
bd7da63e
GM
6112 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6113 (x-disown-selection-internal, x-get-selection-internal):
6114 Sync docs with the xselect.c versions.
6115
66f3fe22
GM
6116 * allout-widgets.el: Add missing license notice.
6117
3e0d2fa7
GM
61182012-02-11 Glenn Morris <rgm@gnu.org>
6119
cfecdf09
GM
6120 * select.el (x-get-selection-internal, x-own-selection-internal)
6121 (x-disown-selection-internal):
6122 * x-dnd.el (x-get-selection-internal): Update declarations.
6123
6d216d7f
GM
6124 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6125
2bed3f04
GM
6126 * window.el (window-sides-slots):
6127 * tool-bar.el (tool-bar-position):
6128 * term/xterm.el (xterm-extra-capabilities):
6129 * ses.el (ses-self-reference-early-detection):
6130 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6131 (verilog-auto-wire-type)
6132 (verilog-auto-delete-trailing-whitespace)
6133 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6134 (verilog-auto-tieoff-declaration):
6135 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6136 (sql-oracle-statement-starters, sql-oracle-scan-on):
6137 * progmodes/prolog.el (prolog-align-comments-flag)
6138 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6139 (prolog-left-indent-regexp, prolog-paren-indent-p)
6140 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6141 (prolog-types, prolog-mode-specificators)
6142 (prolog-determinism-specificators, prolog-directives)
6143 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6144 (prolog-electric-dot-flag)
6145 (prolog-electric-dot-full-predicate-template)
6146 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6147 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6148 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6149 (prolog-program-switches, prolog-prompt-regexp)
6150 (prolog-debug-on-string, prolog-debug-off-string)
6151 (prolog-trace-on-string, prolog-trace-off-string)
6152 (prolog-zip-on-string, prolog-zip-off-string)
6153 (prolog-use-standard-consult-compile-method-flag)
6154 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6155 (prolog-imenu-max-lines, prolog-info-predicate-index)
6156 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6157 (prolog-char-quote-workaround):
6158 * progmodes/cc-vars.el (c-defun-tactic):
6159 * net/tramp.el (tramp-encoding-command-interactive)
6160 (tramp-local-end-of-line):
6161 * net/soap-client.el (soap-client):
6162 * net/netrc.el (netrc-file):
6163 * net/gnutls.el (gnutls):
6164 * minibuffer.el (completion-category-overrides)
6165 (completion-cycle-threshold)
6166 (completion-pcm-complete-word-inserts-delimiters):
6167 * man.el (Man-name-local-regexp):
6168 * mail/feedmail.el (feedmail-display-full-frame):
6169 * international/characters.el (glyphless-char-display-control):
6170 * eshell/em-ls.el (eshell-ls-date-format):
6171 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6172 (lisp-lambda-list-keyword-parameter-indentation)
6173 (lisp-lambda-list-keyword-parameter-alignment):
6174 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6175 * dired-x.el (dired-omit-verbose):
6176 * cus-theme.el (custom-theme-allow-multiple-selections):
6177 * calc/calc.el (calc-highlight-selections-with-faces)
6178 (calc-lu-field-reference, calc-lu-power-reference)
6179 (calc-note-threshold):
6180 * battery.el (battery-mode-line-limit):
6181 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6182 (archive-7z-update):
6183 * allout.el (allout-prefixed-keybindings)
6184 (allout-unprefixed-keybindings)
6185 (allout-inhibit-auto-fill-on-headline)
6186 (allout-flattened-numbering-abbreviation):
6187 * allout-widgets.el (allout-widgets-auto-activation)
6188 (allout-widgets-icons-dark-subdir)
6189 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6190 (allout-widgets-theme-dark-background)
6191 (allout-widgets-theme-light-background)
6192 (allout-widgets-item-image-properties-emacs)
6193 (allout-widgets-item-image-properties-xemacs)
6194 (allout-widgets-run-unit-tests-on-load)
6195 (allout-widgets-time-decoration-activity)
6196 (allout-widgets-hook-error-post-time)
6197 (allout-widgets-track-decoration):
6198 Add missing :version tags to new defcustoms and defgroups.
6199
5fec1b8e
GM
6200 * progmodes/sql.el (sql-ansi-statement-starters)
6201 (sql-oracle-statement-starters): Add custom type.
6202
3e0d2fa7
GM
6203 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6204 (prolog-system-version): Give it a type.
6205
90b671e2
EZ
62062012-02-11 Eli Zaretskii <eliz@gnu.org>
6207
6208 * term/pc-win.el (x-select-text, x-selection-owner-p)
6209 (x-own-selection-internal, x-disown-selection-internal)
6210 (x-get-selection-internal): Sync doc strings and argument lists
6211 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6212
5eac0c02
LL
62132012-02-11 Leo Liu <sdl.web@gmail.com>
6214
6215 * progmodes/python.el (python-end-of-statement): Fix infinite
6216 loop. (Bug#10788)
6217
f82cb659
GM
62182012-02-10 Glenn Morris <rgm@gnu.org>
6219
6220 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6221 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6222
cc26d239
LI
62232012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6224
6225 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6226 about SMTP before checking the From header.
6227
91027d08 6228 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6229 into own function for reuse by emacsbug.el.
6230
1be3ca5a
LL
62312012-02-10 Leo Liu <sdl.web@gmail.com>
6232
6233 * subr.el (condition-case-unless-debug): Rename from
6234 condition-case-no-debug. All callers changed.
6235 (with-demoted-errors): Fix caller.
6236
6237 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6238 * nxml/rng-valid.el (rng-do-some-validation):
6239 * emacs-lisp/package.el (package-refresh-contents)
6240 (package-menu-execute):
6241 * desktop.el (desktop-create-buffer):
91027d08 6242 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6243
b011fbfe
GM
62442012-02-10 Glenn Morris <rgm@gnu.org>
6245
b2096d72
GM
6246 * textmodes/bibtex.el:
6247 Add missing :version tags for new/changed defcustoms.
6248
b011fbfe
GM
6249 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6250
4c7e65bf
LI
62512012-02-09 Lars Ingebrigtsen <larsi@rusty>
6252
6253 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6254 (smtpmail-via-smtp): Use it, or fall back on the From address.
6255 (smtpmail-send-it): Ditto.
6256
f3934f6f
SM
62572012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6258
6259 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6260 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6261 (byte-compile-tmp-var): New const.
6262 (byte-compile-defvar): Use it to minimize .elc size.
6263 Just use `defvar' rather than simulate it (bug#10761).
6264
a075a2c5
GM
62652012-02-09 Glenn Morris <rgm@gnu.org>
6266
cf3aa21b
GM
6267 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6268
354998cd
GM
6269 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6270 Add :version tags.
6271
dc9924b8
SM
6272 * progmodes/compile.el (compilation-error-screen-columns)
6273 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6274
dab3703d
GM
6275 * vc/log-view.el (log-view-toggle-entry-display):
6276 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6277
3f88cd72
GM
6278 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6279 (report-emacs-bug-can-use-xdg-email):
6280 (report-emacs-bug-insert-to-mailer): Doc fixes.
6281 (report-emacs-bug): Message fix.
6282
d95b247d
GM
6283 * net/browse-url.el (browse-url-can-use-xdg-open)
6284 (browse-url-xdg-open): Doc fixes.
6285
a075a2c5
GM
6286 * electric.el (electric-indent-mode, electric-pair-mode)
6287 (electric-layout-rules, electric-layout-mode): Doc fixes.
6288 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6289
ffb6157e
MR
62902012-02-08 Martin Rudalics <rudalics@gmx.at>
6291
6292 * server.el (server-unselect-display): Don't inadvertently kill
6293 the current buffer. (Bug#10729)
6294
e1ac4066
GM
62952012-02-08 Glenn Morris <rgm@gnu.org>
6296
34e8a2da
GM
6297 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6298 (sql-list-table): Doc fixes.
6299
b4ac6e8c
GM
6300 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6301 Comment out (does nothing).
6302
e1ac4066
GM
6303 * completion.el (dynamic-completion-mode):
6304 * dirtrack.el (dirtrack-debug-mode):
6305 * electric.el (electric-layout-mode):
6306 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6307 * face-remap.el (text-scale-mode, buffer-face-mode):
6308 * iimage.el (iimage-mode):
6309 * image-mode.el (image-transform-mode):
6310 * minibuffer.el (completion-in-region-mode):
6311 * scroll-lock.el (scroll-lock-mode):
6312 * simple.el (next-error-follow-minor-mode):
6313 * tar-mode.el (tar-subfile-mode):
6314 * tooltip.el (tooltip-mode):
6315 * vcursor.el (vcursor-use-vcursor-map):
6316 * wid-browse.el (widget-minor-mode):
6317 * emulation/tpu-edt.el (tpu-edt-mode):
6318 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6319 * international/iso-ascii.el (iso-ascii-mode):
6320 * language/thai-util.el (thai-word-mode):
6321 * mail/supercite.el (sc-minor-mode):
6322 * net/goto-addr.el (goto-address-mode):
6323 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6324 * progmodes/cwarn.el (cwarn-mode):
6325 * progmodes/flymake.el (flymake-mode):
6326 * progmodes/glasses.el (glasses-mode):
6327 * progmodes/hideshow.el (hs-minor-mode):
6328 * progmodes/pascal.el (pascal-outline-mode):
6329 * textmodes/enriched.el (enriched-mode):
6330 * vc/smerge-mode.el (smerge-mode):
6331 Doc fixes (minor mode argument).
6332
5e0d957f
EZ
63332012-02-07 Eli Zaretskii <eliz@gnu.org>
6334
6335 * ls-lisp.el (ls-lisp-sanitize): New function.
6336 (ls-lisp-insert-directory): Use it to fix or remove any elements
6337 in file-alist with missing attributes. (Bug#4673)
6338
98d7371e
AM
63392012-02-07 Alan Mackenzie <acm@muc.de>
6340
6341 Fix spurious recognition of c-in-knr-argdecl.
6342
6343 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6344 putative K&R region.
6345
667ced3a
AM
63462012-02-07 Alan Mackenzie <acm@muc.de>
6347
eb864a71
LM
6348 * progmodes/cc-engine.el (c-forward-objc-directive):
6349 Prevent looping in "#pragma mark @implementation".
667ced3a 6350
5b77774d
MA
63512012-02-07 Michael Albinus <michael.albinus@gmx.de>
6352
6353 * notifications.el (notifications-on-closed-signal): Make `reason'
6354 optional. (Bug#10744)
6355
af008560
GM
63562012-02-07 Glenn Morris <rgm@gnu.org>
6357
60d47423
GM
6358 * emacs-lisp/easy-mmode.el (define-minor-mode):
6359 Doc fixes for the macro and the mode it defines.
6360
dd605cc4
GM
6361 * image.el (imagemagick-types-inhibit): Doc fix.
6362
af008560
GM
6363 * cus-start.el (imagemagick-render-type): Add it.
6364
5cc59a37
LI
63652012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6366
4d6769e1
JB
6367 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6368 Set the default at load time, too, so that `font-lock-fontify-buffer'
6369 can be called without setting up the entire mode first. This fixes
6370 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6371
9a6dd747
CY
63722012-02-06 Chong Yidong <cyd@gnu.org>
6373
2d16b285
CY
6374 * simple.el (list-processes--refresh): Delete exited processes
6375 (Bug#8094).
6376
171e9b6e
CY
6377 * comint.el (comint-next-prompt): next-single-char-property-change
6378 and prev-single-char-property-change never return nil (Bug#8657).
6379
9a6dd747
CY
6380 * custom.el (defcustom): Doc fix (Bug#9711).
6381
aa4589a7
CY
63822012-02-05 Chong Yidong <cyd@gnu.org>
6383
5c2a252f
CY
6384 * cus-edit.el (custom-variable-reset-backup): Quote the value
6385 before storing it in the customized-value property (Bug#6712).
4aab9006 6386 (custom-display): Add a customization type tag.
983b9602 6387 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6388
aa4589a7
CY
6389 * wid-edit.el (widget-field-value-get): New optional arg to
6390 suppress trailing whitespace truncation.
6391 (character): Use it (Bug#2689).
6392
1ff980ae
AS
63932012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6394
6395 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6396 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6397
03988c98
CY
63982012-02-05 Chong Yidong <cyd@gnu.org>
6399
eeb6cc88
CY
6400 * cus-edit.el (custom-variable-value-create): For mismatched
6401 types, show the current value (Bug#7600).
6402
03988c98
CY
6403 * custom.el (defcustom): Doc fix.
6404
f8cdeef0
GM
64052012-02-05 Glenn Morris <rgm@gnu.org>
6406
6407 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6408
0696d255
JB
64092012-02-05 Juanma Barranquero <lekktu@gmail.com>
6410
6411 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6412 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6413 (pp-last-sexp): Use `looking-at-p'.
6414
34c99998
GM
64152012-02-04 Glenn Morris <rgm@gnu.org>
6416
8f05da42
GM
6417 * files.el (revert-buffer):
6418 Doc fix (mention revert-buffer-in-progress-p).
6419
f160676e
GM
6420 * emacs-lisp/ert-x.el (ert-simulate-command):
6421 Check deferred-action-list (which is obsolete) is bound.
6422
c7291ad9
GM
6423 * subr.el (with-wrapper-hook): Doc fixes.
6424
34c99998
GM
6425 * simple.el (filter-buffer-substring-functions)
6426 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6427
6283a7d3
LL
64282012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6429
6430 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6431 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6432
e96e3013
LL
64332012-02-04 Leo Liu <sdl.web@gmail.com>
6434
6435 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6436
8ded50f2
GM
64372012-02-04 Glenn Morris <rgm@gnu.org>
6438
82ff1d13
GM
6439 * image.el (image-extension-data): Add obsolete alias.
6440
987a0a16
GM
6441 * isearch.el (isearch-update): Doc fix.
6442
ea32ef46
GM
6443 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6444
8ded50f2
GM
6445 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6446
eea14f31
GM
64472012-02-03 Glenn Morris <rgm@gnu.org>
6448
6449 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6450 (image-animate-timeout): Doc fix.
6451
6452 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6453
12f381b7
GM
64542012-02-02 Glenn Morris <rgm@gnu.org>
6455
953cebf5
GM
6456 * server.el (server-auth-dir): Doc fix.
6457 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6458
12f381b7
GM
6459 * subr.el (run-mode-hooks): Doc fix.
6460
953a8c3b
JL
64612012-02-02 Juri Linkov <juri@jurta.org>
6462
6463 * image-mode.el (image-toggle-display-image): Remove tautological
6464 `major-mode' from the `derived-mode-p' test.
6465
c5d3843c
KH
64662012-02-02 Kenichi Handa <handa@m17n.org>
6467
9f6e692e 6468 * composite.el (compose-region): Cancel previous change.
c5d3843c 6469
159462d4 64702012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6471
6472 * composite.el (compose-region, compose-string): Signal error for
6473 a null string component (Bug#6988).
6474
9f562668
CY
64752012-02-01 Chong Yidong <cyd@gnu.org>
6476
e2cef717
CY
6477 * view.el (view-buffer-other-window, view-buffer-other-frame):
6478 Handle special modes like view-buffer (Bug#10650).
6479 (view-buffer): Simplify.
6480
9f562668
CY
6481 * frame.el (set-frame-font): Tweak meaning of third argument.
6482
9f6e692e
JB
6483 * dynamic-setting.el (font-setting-change-default-font):
6484 Use set-frame-font (Bug#9982).
9f562668 6485
781acb9f
GM
64862012-02-01 Glenn Morris <rgm@gnu.org>
6487
6035be52
GM
6488 * progmodes/compile.el (compilation-internal-error-properties):
6489 Respect compilation-first-column in the "*compilation*" buffer.
6490
781acb9f
GM
6491 * emacs-lisp/easy-mmode.el (define-minor-mode):
6492 Relax :variable's test for a named function.
6493
abbceb00
AM
64942012-01-31 Alan Mackenzie <acm@muc.de>
6495
6496 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6497 off by one error.
6498
fce3fdeb
CY
64992012-01-31 Chong Yidong <cyd@gnu.org>
6500
6501 * frame.el (set-frame-font): New arg ALL-FRAMES.
6502
6503 * menu-bar.el (menu-set-font): Use set-frame-font.
6504
6505 * faces.el (face-spec-reset-face): Don't apply unspecified
6506 attribute values to the default face.
6507
47893581
JB
65082012-01-31 Juanma Barranquero <lekktu@gmail.com>
6509
6510 * progmodes/cwarn.el (cwarn): Remove dead link.
6511 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6512 Remove * from defcustom docstrings.
6513 (turn-on-cwarn-mode): Make obsolete.
6514 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6515 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6516
e58e988a
GM
65172012-01-31 Glenn Morris <rgm@gnu.org>
6518
60dc2671 6519 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6520 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6521 Allow named functions to be used as the cdr of :variable.
e58e988a 6522
7a3f511d
GM
65232012-01-30 Glenn Morris <rgm@gnu.org>
6524
6525 * emacs-lisp/authors.el (authors-fixed-entries):
6526 Remove reference to deleted file rnewspost.el.
6527
cb882333
JB
65282012-01-29 Juanma Barranquero <lekktu@gmail.com>
6529
6530 * window.el (window-with-parameter): Remove unused variable `windows'.
6531 (window--side-check): Remove unused variable `code'.
6532 (window--resize-siblings): Remove unused variable `first'.
6533 (adjust-window-trailing-edge): Remove unused variable `failed'.
6534 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6535 Use `let', not `let*'.
6536 (balance-windows-2): Remove unused variable `found'.
6537 (window--state-put-2): Remove unused variable `splits'.
6538 (window-state-put): Remove unused variable `selected'.
6539 (same-window-p): Use `string-match-p'.
6540 (display-buffer-assq-regexp): Remove unused variable `value'.
6541 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6542 Mark argument ALIST as ignored.
6543 (pop-to-buffer): Remove unused variable `old-window'.
6544
907201af
EZ
65452012-01-29 Eli Zaretskii <eliz@gnu.org>
6546
6547 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6548 and .lzma compressed files.
6549
ea162670
CY
65502012-01-29 Chong Yidong <cyd@gnu.org>
6551
5b95ee8a
CY
6552 * frame.el (window-system-default-frame-alist): Doc fix.
6553
ea162670
CY
6554 * dynamic-setting.el (font-setting-change-default-font): Don't
6555 change the default face if SET-FONT argument is non-nil (Bug#9982).
6556
d6e6f4b1
SB
65572012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6558
6559 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6560
0f29fa41 65612012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6562
6563 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6564 breakpoints in files outside current directory (Bug#6098).
6565
db174434
CY
65662012-01-29 Chong Yidong <cyd@gnu.org>
6567
6b25e4e2
SE
6568 * progmodes/python.el: Require ansi-color at top-level.
6569
6df6ae42
JB
6570 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6571 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6572 (lisp-mode-abbrev-table): Add doc.
6573 (lisp-mode-variables): Don't set local-abbrev-table.
6574 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6575
e70ee681
RW
65762012-01-28 Roland Winkler <winkler@gnu.org>
6577
6578 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6579
ace88aa2
RW
65802012-01-28 Roland Winkler <winkler@gnu.org>
6581
6582 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6583 (bibtex-set-dialect): Use it. Either set global values of
6584 dialect-dependent variables or bind these variables buffer-locally
6585 (Bug#10254).
6586 (bibtex-mode): Call bibtex-set-dialect via
6587 hack-local-variables-hook.
eb864a71
LM
6588 (bibtex-dialect): Update docstring.
6589 Add safe-local-variable predicate.
ace88aa2
RW
6590 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6591 bibtex-set-dialect.
6592 (bibtex-mode-map): Define menu for each dialect.
6593 (bibtex-entry): Fix docstring.
6594
93376c5b
CY
65952012-01-28 Chong Yidong <cyd@gnu.org>
6596
6597 * eshell/esh-arg.el (eshell-quote-argument): New function.
6598
6599 * eshell/esh-ext.el (eshell-invoke-batch-file):
6600 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6601 first arg to eshell-parse-command (Bug#10523).
6602
4372494f
DA
66032012-01-28 Drew Adams <drew.adams@oracle.com>
6604
6605 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6606 `default-directory' is non-nil.
6607
4d4ec1f8
EZ
66082012-01-28 Eli Zaretskii <eliz@gnu.org>
6609
6610 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6611 line that displays system-configuration-options. (Bug#9924)
6612
7c188927
DA
66132012-01-28 Drew Adams <drew.adams@oracle.com>
6614
6615 * descr-text.el (describe-char): Show information about POS, in
6616 addition to information about the character at POS. Improve and
6617 update the doc string. Change "code point" to "code point in
6618 charset", to avoid confusion with the character's Unicode code
6619 point shown above that. (Bug#10129)
6620
e0da685a
EZ
66212012-01-28 Eli Zaretskii <eliz@gnu.org>
6622
6623 * descr-text.el (describe-char): Show the raw character, not only
6624 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6625 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6626 for the reasons.
6627
70550acf
PH
66282012-01-28 Phil Hagelberg <phil@hagelb.org>
6629
eb864a71
LM
6630 * emacs-lisp/package.el (package-install):
6631 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6632
0ce8e868
CY
66332012-01-28 Chong Yidong <cyd@gnu.org>
6634
cb882333
JB
6635 * emacs-lisp/package.el (package-maybe-load-descriptor):
6636 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6637 (package-maybe-load-descriptor): Use it.
6638 (package-download-transaction): Fully load required packages
6639 inside the loop, so that `require' calls work (Bug#10593).
6640 (package-install): No need to call package-initialize now.
6641
2e7f3bea
CY
66422012-01-28 Chong Yidong <cyd@gnu.org>
6643
6e9bad14
CY
6644 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6645
f823b8ca
CY
6646 * tooltip.el (tooltip-mode): Doc fix.
6647 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6648
2680c309
CY
6649 * frame.el (set-cursor-color): Doc fix (Bug#352).
6650
d7a9e63b
CY
6651 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6652 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6653
2e7f3bea
CY
6654 * cus-edit.el (custom-buffer-create-internal): Fix search button
6655 action (Bug#10542).
2ae01800 6656 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6657
fc4f7a23
EW
66582012-01-27 Eduard Wiebe <usenet@pusto.de>
6659
6660 * dired.el (dired-mark-files-regexp):
6661 Include any subdirectory components. (Bug#10445)
6662
7dd37071
ML
66632012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6664
6665 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6666 Handle [host]:port syntax. (Bug#10533)
6667
a268160b
AH
66682012-01-27 Alex Harsanyi <harsanyi@mac.com>
6669
6670 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6671
e43273ef
GM
66722012-01-26 Glenn Morris <rgm@gnu.org>
6673
6674 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6675 * term.el (term-raw-escape-map): Use Control-X-prefix.
6676 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6677
1edf595d
MR
66782012-01-25 Martin Rudalics <rudalics@gmx.at>
6679
6680 * window.el (window-state-get, window--state-get-1): Don't deal
6681 with fixed-sizeness of windows. Simplify code.
6682
fa8eafef
JC
66832012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6684
6df6ae42
JB
6685 * window.el (window--state-get-1, window--state-put-2):
6686 Don't save and restore the mark.
fa8eafef 6687
0b21c100
CY
66882012-01-25 Chong Yidong <cyd@gnu.org>
6689
6690 * custom.el (custom-variable-p): Doc fix.
6691
5ae1a6c8
GM
66922012-01-25 Glenn Morris <rgm@gnu.org>
6693
40047858
GM
6694 * dired.el (dired-goto-file): Handle some of the more common
6695 characters that `ls -b' escapes. (Bug#10596)
6696
5ddce96c
GM
6697 * progmodes/compile.el (compilation-next-error-function):
6698 Respect compilation-first-column in the "*compilation*" buffer.
6699 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6700
5ae1a6c8
GM
6701 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6702
b559f1a9
GM
67032012-01-24 Glenn Morris <rgm@gnu.org>
6704
6705 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6706
6725d21a
JD
67072012-01-24 Julien Danjou <julien@danjou.info>
6708
6709 * color.el (color-rgb-to-hsl): Fix value computing.
6710 (color-hue-to-rgb): New function.
6711 (color-hsl-to-rgb): New function.
6712 (color-clamp, color-saturate-hsl, color-saturate-name)
6713 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6714 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6715
70df4bbe
GM
67162012-01-24 Glenn Morris <rgm@gnu.org>
6717
6718 * vc/vc-rcs.el (vc-rcs-create-tag):
6719 * vc/vc-sccs.el (vc-sccs-create-tag):
6720 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6721
802a2ae2
ML
67222012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6723
6724 * eshell/esh-util.el (eshell-read-hosts-file):
6725 Skip comment lines. (Bug#10549)
6726
d7128bb1
ML
6727 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6728
d1a5c3b4
JB
67292012-01-23 Juanma Barranquero <lekktu@gmail.com>
6730
2724d9c7
JB
6731 * subr.el (display-delayed-warnings): Doc fix.
6732 (collapse-delayed-warnings): New function to collapse identical
6733 adjacent warnings.
6734 (delayed-warnings-hook): Add it.
d1a5c3b4 6735
a5509865
MA
67362012-01-22 Michael Albinus <michael.albinus@gmx.de>
6737
6738 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6739
a5509865
MA
6740 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6741 (tramp-default-user-alist): Don't add "pscp".
6742 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6743 property "login-as", if set. (Bug#10530)
6744
cc6d5805
MA
67452012-01-21 Michael Albinus <michael.albinus@gmx.de>
6746
6747 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6748 "plink1" and "psftp". (Bug#10530)
6749
67502012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6751
6752 * international/mule-cmds.el (prefer-coding-system): Show a
6753 warning message if the default value of file-name-coding-system
6754 was not changed.
6755
f0960428
JC
67562012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6757
cb882333
JB
6758 * windmove.el (windmove-reference-loc):
6759 Fix windmove-reference-loc miscalculation.
f0960428 6760
dd6f2a63
JB
67612012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6762
6763 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6764 default unit.
6765
7b447e9b
GM
67662012-01-21 Glenn Morris <rgm@gnu.org>
6767
117a9ea1
GM
6768 * international/mule.el (auto-coding-alist): Add .tbz.
6769
7b447e9b
GM
6770 * files.el (local-enable-local-variables): Doc fix.
6771 (inhibit-local-variables-regexps): Rename from
6772 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6773 Doc fix. Add some extensions from auto-coding-alist.
6774 (inhibit-local-variables-suffixes):
6775 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6776 (inhibit-local-variables-p):
6777 New function, extracted from set-auto-mode-1.
6778 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6779 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6780 (hack-local-variables): Doc fix. Make the mode-only case
6781 respect enable-local-variables and friends.
6782 Respect inhibit-local-variables-regexps for file-locals, but
6783 not for directory-locals.
6784 (set-visited-file-name):
6785 Take account of inhibit-local-variables-regexps.
6786 Whether it applies may change as the file name is changed.
6787 * jka-cmpr-hook.el (jka-compr-install):
6788 * jka-compr.el (jka-compr-uninstall):
6789 Update for inhibit-first-line-modes-suffixes name change.
6790
dd6e3cdd
MR
67912012-01-20 Martin Rudalics <rudalics@gmx.at>
6792
6793 * help-macro.el (make-help-screen): Temporarily restore original
6794 binding for minor-mode-map-alist (Bug#10454).
6795
0d0deb38
JD
67962012-01-19 Julien Danjou <julien@danjou.info>
6797
6798 * color.el (color-name-to-rgb): Use the white color to find the max
6799 color component value and return correctly computed values.
6800 (color-name-to-rgb): Add missing float conversion for max value.
6801
34a02f46
MR
68022012-01-19 Martin Rudalics <rudalics@gmx.at>
6803
6804 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6805 special state value for window-persistent-parameters.
6806 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6807 (window--state-put-2): Reset all window parameters to nil before
6808 assigning values of persistent parameters.
6809
606c44c4
AM
68102012-01-18 Alan Mackenzie <acm@muc.de>
6811
6812 Eliminate sluggishness and hangs in fontification of "semicolon
6813 deserts".
6814
cb882333
JB
6815 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6816 Change value 10000 -> 3000.
606c44c4
AM
6817 (c-state-safe-place): Reformulate so it doesn't stack up an
6818 infinite number of wrong entries in c-state-nonlit-pos-cache.
6819 (c-determine-limit-get-base, c-determine-limit): New functions to
6820 determine backward search limits disregarding literals.
6821 (c-find-decl-spots): Amend commenting.
6822 (c-cheap-inside-bracelist-p): New function which detects "={".
6823
6824 * progmodes/cc-fonts.el
6825 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6826 backward search.
6827 (c-font-lock-declarations): Fix an occurrence of point being
6828 undefined. Check additionally for point being in a bracelist or
6829 near a macro invocation without a semicolon so as to avoid a
6830 fruitless time consuming search for a declarator. Give a more
6831 precise search limit for declarators using the new
6832 c-determine-limit.
6833
f3860cea
GM
68342012-01-18 Glenn Morris <rgm@gnu.org>
6835
6836 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6837 (set-auto-mode): Doc fixes.
6838
1db03b16
GM
68392012-01-17 Glenn Morris <rgm@gnu.org>
6840
0e6038be
GM
6841 * isearch.el (search-nonincremental-instead): Fix doc typo.
6842
1db03b16
GM
6843 * dired.el (dired-insert-directory): Handle newlines in directory name.
6844 (dired-build-subdir-alist): Unescape newlines in directory name.
6845
4cb0aa75
MA
68462012-01-17 Michael Albinus <michael.albinus@gmx.de>
6847
6848 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6849 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6850 (tramp-action-terminal): Use it. (Bug#10530)
6851
1d00653d
SM
68522012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6855
6a6ee00d
MR
68562012-01-16 Martin Rudalics <rudalics@gmx.at>
6857
6858 * window.el (window-state-ignored-parameters): Remove variable.
6859 (window--state-get-1): Rename argument MARKERS to IGNORE.
6860 Handle persistent window parameters. Make copy of clone-of
6861 parameter only if requested. (Bug#10348)
6862 (window--state-put-2): Install a window parameter only if it has
6863 a non-nil value or an existing parameter shall be overwritten.
6864
97912def
MA
68652012-01-15 Michael Albinus <michael.albinus@gmx.de>
6866
6867 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6868
688070a5
EZ
68692012-01-14 Eli Zaretskii <eliz@gnu.org>
6870
6871 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6872 don't pass the (nil) value of `upnode' to string-match.
6873
301afadc
CY
68742012-01-14 Chong Yidong <cyd@gnu.org>
6875
6876 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6877 Fix values recognized by the cursorBlink resource.
301afadc 6878
9e5788aa
PE
68792012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6880
6881 * epg.el (epg--make-temp-file): Avoid permission race condition
6882 when running on old Emacs versions (bug#10403).
6883
3cdb7f5a
GM
68842012-01-14 Glenn Morris <rgm@gnu.org>
6885
6886 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6887
8c82b1b4
AM
68882012-01-13 Alan Mackenzie <acm@muc.de>
6889
6890 Fix filling for when filladapt mode is enabled.
6891
6892 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6893 c-mask-paragraph, pass in `fill-paragraph' rather than
6894 `fill-region-as-paragraph'. (This is a reversion of a previous
6895 change.)
eb864a71
LM
6896 * progmodes/cc-mode.el (c-basic-common-init):
6897 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6898
e517eda4
GM
68992012-01-13 Glenn Morris <rgm@gnu.org>
6900
1498536e
GM
6901 * dired.el (dired-switches-escape-p): New function.
6902 (dired-insert-directory): Use dired-switches-escape-p.
6903 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6904
e517eda4
GM
6905 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6906
328f984d
GM
69072012-01-12 Glenn Morris <rgm@gnu.org>
6908
6909 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6910 changes in adaptive-fill-regexp. (Bug#10276)
6911
2cc769a8
AM
69122012-01-11 Alan Mackenzie <acm@muc.de>
6913
6914 Fix Emacs bug #10463 - put `widen's around the critical spots.
6915
1d00653d 6916 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6917 widen around each invocation of c-state-pp-to-literal. Remove an
6918 unused let variable.
6919
e52c37fa
GM
69202012-01-11 Glenn Morris <rgm@gnu.org>
6921
6922 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6923 Doc fix.
e52c37fa 6924
96f8741e
CY
69252012-01-10 Chong Yidong <cyd@gnu.org>
6926
1d00653d
SM
6927 * net/network-stream.el (network-stream-open-starttls):
6928 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6929 response to the capability command.
6930
b09a806e
GM
69312012-01-10 Glenn Morris <rgm@gnu.org>
6932
6933 * mail/unrmail.el (unrmail): Tweak previous change.
6934
7655cb66
CY
69352012-01-09 Chong Yidong <cyd@gnu.org>
6936
6937 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6938
9d5a8f0b
AM
69392012-01-08 Alan Mackenzie <acm@muc.de>
6940
6941 Optimise font locking in long enum definitions.
6942
6943 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6944 arm to a cond form to handle enums.
6945 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6946 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6947
9a0115ab 69482012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6949
6950 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6951 (Bug#10401)
6bb72cbd 6952
f186bb95
LMI
69532012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6954
29232a68
LMI
6955 * faces.el (set-face-attribute): Clarify the meaning of the nil
6956 frame (bug#10294).
6957
4e5d086d
LMI
6958 * subr.el (with-selected-frame): Mention that the selected frame
6959 is restored (bug#9980).
6960
8e66aebe
LMI
6961 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6962 (bug#9759).
6963
cd394be1 6964 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6965 (password-read): Don't autoload unused function.
6966
adf4e762
JB
69672012-01-07 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * progmodes/which-func.el (which-func-mode): Turn into a
6970 non-interactive function and mark as obsolete (bug#10428).
6971
89bd9ccd
CY
69722012-01-06 Chong Yidong <cyd@gnu.org>
6973
6974 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6975 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6976 functions, along with 1 and -1.
6977
4afee9d5
EZ
69782012-01-06 Eli Zaretskii <eliz@gnu.org>
6979
6980 * time.el (display-time-load-average)
6981 (display-time-default-load-average): Doc fixes. See the thread
6982 starting at
6983 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6984 for the details.
6985
536aea70
GM
69862012-01-06 Glenn Morris <rgm@gnu.org>
6987
665ae865
GM
6988 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6989 has no messages. (Bug#10377)
6990
c869783d
GM
6991 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6992 than Info-edit. (Bug#10385)
6993
2bb4227e
GM
6994 * time.el (display-time-load-average, display-time-next-load-average):
6995 Doc fixes.
6996
7d5944b9
GM
6997 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6998 local setting of buffer-read-only to the input buffer. (Bug#10419)
6999
536aea70
GM
7000 * calendar/calendar.el (calendar-mode):
7001 Locally set scroll-margin to 0. (Bug#10379)
7002
7dccca16
UM
70032012-01-06 Ulrich Mueller <ulm@gentoo.org>
7004
7005 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7006
afbb7930
GM
70072012-01-05 Glenn Morris <rgm@gnu.org>
7008
7009 * eshell/em-unix.el (diff-no-select): Autoload it.
7010 (eshell/diff): Use diff-no-select. (Bug#10420)
7011
04482335
CY
70122012-01-05 Chong Yidong <cyd@gnu.org>
7013
7baca3bc
CY
7014 * shell.el (shell-dynamic-complete-functions): Revert last change.
7015 (shell-command-completion-function): New function.
7016 (shell-completion-vars): Use it to implement
7017 shell-completion-execonly (Bug#10417).
7018
04482335
CY
7019 * custom.el (enable-theme): Don't set custom-safe-themes.
7020
1d00653d
SM
7021 * cus-theme.el (custom-theme-merge-theme):
7022 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7023
bb5aa5d6
MM
70242012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7025
7026 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7027 first prompt in `sql-interacive-mode'.
7028 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7029 keywords.
6df6ae42 7030 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7031 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7032 context of original buffer. Invoke `sql-login-hook'.
7033
a7183d7c
EZ
70342012-01-04 Eli Zaretskii <eliz@gnu.org>
7035
7036 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7037 letters in cite-prefix.
7038
a1eacd1e
LMI
70392012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7040
7041 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7042
787cdb34
CY
70432012-01-03 Chong Yidong <cyd@gnu.org>
7044
1d00653d
SM
7045 * shell.el (shell-dynamic-complete-functions):
7046 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7047 comint-filename-completion first (Bug#10417).
7048
30710442
RS
70492012-01-02 Richard Stallman <rms@gnu.org>
7050
7051 * battery.el (battery-status-function):
7052 Detect when to use battery-yeeloong-sysfs.
7053 (battery-echo-area-format): Add string for Yeeloong.
7054 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7055 (battery-yeeloong-sysfs): New function.
7056
f75bfc33
CY
70572012-01-02 Chong Yidong <cyd@gnu.org>
7058
7059 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7060 (dirtrack): Merge code for handling relative filenames in prompt
7061 from shell-dir-cookie-watcher.
7062 (dirtrack-debug-message): New arg to avoid excess format calls.
7063
7064 * shell.el (shell-dir-cookie-re): Variable deleted.
7065 (shell-dir-cookie-watcher): Function deleted.
7066 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7067 with dirtrack-mode.
7068
651e947e
EZ
70692012-01-01 Eli Zaretskii <eliz@gnu.org>
7070
1d00653d
SM
7071 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7072 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7073 libgnutls-26.dll.
7074
94d4c7dc
AS
70752011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7076
7077 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7078
8d43f3cd
EZ
70792011-12-31 Eli Zaretskii <eliz@gnu.org>
7080
7081 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7082 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7083
98c8795a
MA
70842011-12-29 Michael Albinus <michael.albinus@gmx.de>
7085
7086 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7087 also for alternative shells.
7088 (tramp-open-connection-setup-interactive-shell): Check, whether
7089 the shell is a busybox.
7090 (tramp-send-command): Don't suppress multiple prompts for
7091 busyboxes, it hurts.
7092
51281b32
CY
70932011-12-28 Chong Yidong <cyd@gnu.org>
7094
7095 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7096 (gdb-get-source-file): Move mode line update to
7097 gdb-get-source-file (Bug#10087).
7098
2170cb53
CY
70992011-12-25 Chong Yidong <cyd@gnu.org>
7100
7101 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7102 gud-gdb-marker-filter without taking it as an argument.
7103 (gud-gdb-run-command-fetch-lines): Caller changed.
7104 (gud-gdb-completion-function): New variable.
7105 (gud-gdb-completion-at-point): Use it.
7106 (gud-gdb-completions-1): Split from gud-gdb-completions.
7107
7108 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7109 function as separate arguments.
7110 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7111 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7112 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7113 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7114 (gdb-stopped, def-gdb-auto-update-trigger)
7115 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7116 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7117 Callers changed.
2170cb53
CY
7118 (gud-gdbmi-completions): New function.
7119 (gdb): Use it for generating the completion table.
7120
be8b11bb
AM
71212011-12-24 Alan Mackenzie <acm@muc.de>
7122
7123 Introduce a mechanism to widen the region used in context font
1d00653d 7124 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7125
1d00653d
SM
7126 * progmodes/cc-langs.el (c-before-font-lock-functions):
7127 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7128 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7129 functions to be run just before context (etc.) font locking.
7130
7131 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7132 New, functionality extracted from
be8b11bb 7133 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7134 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7135 (c-after-change): Set c-in-after-change-fontification.
7136 (c-set-fl-decl-start): Rejig its interface, so it can be called
7137 from both after-change and context fontifying.
b81d40f0
JB
7138 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7139 New functions.
7140 (c-standard-font-lock-fontify-region-function): New variable.
7141 (c-font-lock-fontify-region): New function.
be8b11bb 7142
341cf6ac
JL
71432011-12-24 Juri Linkov <juri@jurta.org>
7144
7145 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7146 (Bug#10348)
7147
bffcee0a
MA
71482011-12-23 Michael Albinus <michael.albinus@gmx.de>
7149
7150 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7151 existence of source file. (Bug#10325)
7152
cb5e207c
AM
71532011-12-23 Alan Mackenzie <acm@muc.de>
7154
7155 Fix unstable fontification inside templates.
7156
b81d40f0
JB
7157 * progmodes/cc-langs.el (c-before-font-lock-functions):
7158 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7159 additionally has c-set-fl-decl-start. The other languages (apart
7160 from AWK) have that as a single entry.
7161
b81d40f0
JB
7162 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7163 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7164 c-set-fl-decl-start.
7165
b81d40f0
JB
7166 * progmodes/cc-mode.el (c-common-init, c-after-change):
7167 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7168 (c-set-fl-decl-start): New function, extracted from
7169 c-font-lock-enclosing-decls and enhanced.
7170
60ff536c
JB
71712011-12-23 Juanma Barranquero <lekktu@gmail.com>
7172
7173 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7174
1c4757d6
JL
71752011-12-22 Juri Linkov <juri@jurta.org>
7176
7177 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7178
d031f2c7
CY
71792011-12-22 Chong Yidong <cyd@gnu.org>
7180
7181 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7182
bace743a
DA
71832011-12-21 Drew Adams <drew.adams@oracle.com>
7184
7185 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7186
728a1f2b
JC
71872011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7188
7189 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7190
0d373f73
TZ
71912011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7192
fec0aaa4
TZ
7193 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7194 highlighting and support. Fix up comments for capitalization.
7195 (cfengine-mode-debug): New var.
7196 (cfengine3-mode): Change the modeline indicator to "CFE3".
7197 (cfengine3-font-lock-keywords): Improve defun highlighting.
7198 (cfengine2-actions): Rename from `cfengine-actions'.
7199 (cfengine2-font-lock-keywords): Rename from
7200 `cfengine-font-lock-keywords'.
7201 (cfengine2-imenu-expression): Rename from
7202 `cfengine-imenu-expression'.
7203 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7204 (cfengine2-beginning-of-defun): Rename from
7205 `cfengine-beginning-of-defun'.
7206 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7207 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7208 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7209 modeline indicator to "CFE2".
7210 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7211 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7212
bc86f573
CY
72132011-12-21 Chong Yidong <cyd@gnu.org>
7214
7215 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7216 filename argument.
7217
d45ba96b
MR
72182011-12-20 Martin Rudalics <rudalics@gmx.at>
7219
7220 * window.el (window-normalize-buffer-to-display): Remove.
7221 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7222
a6198c90
CY
72232011-12-19 Chong Yidong <cyd@gnu.org>
7224
7225 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7226 Don't signal an error in a predicate function; return non-nil.
7227 (vc-dir-mark-file): Move the error here.
7228 (vc-dir-mark-unmark): If acting on the region, keep going if one
7229 of the entries cannot be marked/unmarked.
7230 (vc-dir-mark-all-files): If current entry is a directory, mark
7231 only child files, as documented.
7232
34c5fb55
VB
72332011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7234
7235 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7236 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7237 addition.
7238
c803b2b7
JD
72392011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7240
7241 * term/ns-win.el (ns-get-selection-internal)
7242 (ns-store-selection-internal): Declare.
1154d12e
JB
7243 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7244 Declare as obsolete.
7245 (ns-get-pasteboard, ns-paste-secondary):
7246 Use ns-get-selection-internal.
7247 (ns-set-pasteboard, ns-copy-including-secondary):
7248 Use ns-store-selection-internal.
c803b2b7 7249
9cff91f8 72502011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7251
7252 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7253 (vc-deduce-fileset): Doc fix.
99a289d9 7254
f16c898a
AS
72552011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7256
7257 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7258
763237c4
SS
72592011-12-13 Sam Steingold <sds@gnu.org>
7260
7261 * man.el (Man-getpage-in-background): When running under a
7262 window-system, ignore $MANWIDTH and $COLUMNS.
7263
5fc1c122
KH
72642011-12-15 Kenichi Handa <handa@m17n.org>
7265
7266 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7267 (setup-ethiopic-environment-internal): Comment out key-binding for
7268 ethio-toggle-punctuation.
7269
13d49cbb
AM
72702011-12-13 Alan Mackenzie <acm@muc.de>
7271
898169a2
AM
7272 Add the switch statement to AWK Mode.
7273
7a71b18d 7274 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7275 "default" to the keywords regexp.
7276
7a71b18d 7277 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7278 expression as the rest.
1d00653d
SM
7279 (c-nonlabel-token-key): Allow string literals for AWK.
7280 Refactor for the other modes.
898169a2 7281
13d49cbb 7282 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7283 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7284 routines. Limit backward searching in c-font-lock-enclosing.decl.
7285
7286 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7287 pp-state and literal type in addition to the limits.
1d00653d 7288 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7289 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7290 (c-slow-in-literal, c-fast-in-literal): Remove.
7291 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7292
7293 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7294 being in a literal. Add a limit for backward searching.
7295
7296 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7297 c-slow-in-literal.
7298
15e0efc7
SM
72992011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7300
7301 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7302
454592a6
MR
73032011-12-13 Martin Rudalics <rudalics@gmx.at>
7304
7305 * window.el (delete-other-windows): Use correct frame in call to
7306 window-with-parameter.
7307
87393f26
DP
73082011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7309
7310 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7311 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7312 (makefile-gmake-statements, makefile-makepp-statements):
7313 Use it and add new makepp keywords.
7314 (makefile-makepp-font-lock-keywords): Add new patterns.
7315 (makefile-match-function-end): Match new [...] and [[...]].
7316
11636b22
JB
73172011-12-11 Juanma Barranquero <lekktu@gmail.com>
7318
7319 * ses.el (ses-call-printer-return, ses-cell-property-get)
7320 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7321 (ses-create-cell-variable, ses-reset-header-string)
7322 (ses-cell-set-formula, ses-repair-cell-reference-all)
7323 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7324 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7325 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7326 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7327 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7328 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7329 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7330 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7331 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7332 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7333 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7334 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7335
cf018193
VB
73362011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7337
7338 * ses.el: The overall change is to add cell renaming, that is
7339 setting fancy names for cell symbols other than name matching
7340 "\\`[A-Z]+[0-9]+\\'" regexp .
7341 (ses-create-cell-variable): New defun.
7342 (ses-relocate-formula): Relocate formulas only for cells the
7343 symbols of which are not renamed, i.e. symbols whose names do not
7344 match regexp "\\`[A-Z]+[0-9]+\\'".
7345 (ses-relocate-all): Relocate values only for cells the symbols of
7346 which are not renamed.
7347 (ses-load): Create cells variables as the (ses-cell ...) are read,
7348 in order to check row col consistency with cell symbol name only
7349 for cells that are not renamed.
7350 (ses-replace-name-in-formula): New defun.
7351 (ses-rename-cell): New defun.
7352
ee957461
CY
73532011-12-11 Chong Yidong <cyd@gnu.org>
7354
7355 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7356 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7357
9a9e9ef0
MR
73582011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7359
7360 * window.el (other-window): Fix docstring.
7361
92a8eba5
EZ
73622011-12-10 Eli Zaretskii <eliz@gnu.org>
7363
7364 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7365 `from' or `to' address before taking its substring.
7366 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7367 encoded name is chopped in the middle of the encoded string, and
7368 thus displayed encoded.
7369
e152e577
JB
73702011-12-10 Juanma Barranquero <lekktu@gmail.com>
7371
7372 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7373
e5d84bfe
EZ
73742011-12-10 Eli Zaretskii <eliz@gnu.org>
7375
7376 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7377 to use texinfo-update-node and commands that call it if the
7378 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7379 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7380 (texinfo-all-menus-update, texinfo-master-menu)
7381 (texinfo-update-node, texinfo-every-node-update)
7382 (texinfo-multiple-files-update): Doc fix. Warn against updating
7383 all the @node lines.
7384 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7385 argument is numeric. Explain better in the doc string what the
7386 function really does.
7387 (texinfo-insert-master-menu-list): Improve the error message
7388 displayed if there's no menu in the Top node.
7389 (Bug#2975) See also this thread:
e5d84bfe
EZ
7390 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7391
1d84e9bb
MG
73922011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7393
7394 * speedbar.el (speedbar-supported-extension-expressions):
7395 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7396
382c953b
JB
73972011-12-09 Juanma Barranquero <lekktu@gmail.com>
7398
7399 * printing.el (pr-mode-alist):
7400 * simple.el (filter-buffer-substring-functions)
7401 (completion-list-insert-choice-function):
7402 * window.el (window-with-parameter, window-atom-root)
7403 (window-sides-slots, window-size-fixed, window-min-delta)
7404 (window-max-delta, window--resize-mini-window)
7405 (window--resize-child-windows-normal, window-tree)
7406 (delete-other-windows, quit-window, split-window)
7407 (display-buffer-record-window, special-display-buffer-names)
7408 (special-display-regexps, special-display-popup-frame)
7409 (same-window-p, split-window-sensibly)
7410 (display-buffer-overriding-action, display-buffer-alist)
7411 (display-buffer-base-action, display-buffer, switch-to-buffer)
7412 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7413 (fit-window-to-buffer, recenter-positions)
7414 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7415 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7416 and remove unneeded backslashes in docstrings.
7417
39c9faef
SM
74182011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7419
98449af8
SM
7420 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7421
39c9faef
SM
7422 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7423 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7424 end in ".mk".
7425 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7426 when reading the makefile (bug#10116).
7427
86ed9fdc
SM
74282011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7431 (bug#10116).
7432
5580f89d
GM
74332011-12-06 Glenn Morris <rgm@gnu.org>
7434
7435 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7436
28d3917c
CY
74372011-12-06 Chong Yidong <cyd@gnu.org>
7438
7439 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7440
a98edce9
JB
74412011-12-06 Juanma Barranquero <lekktu@gmail.com>
7442
7443 * textmodes/table.el (table-shorten-cell): Fix typo.
7444
e65adfac
CG
74452011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7446
7447 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7448
71cc0b74
EZ
74492011-12-05 Eli Zaretskii <eliz@gnu.org>
7450
7451 * descr-text.el (describe-char): Fix display of strong
7452 right-to-left characters and directional embeddings and overrides.
7453
7454 * simple.el (what-cursor-position): Fix display of codepoints of
7455 strong right-to-left characters.
7456
315bc30d
CY
74572011-12-05 Chong Yidong <cyd@gnu.org>
7458
7459 * faces.el (read-color): Doc fix.
7460
58a70b94
GM
74612011-12-05 Glenn Morris <rgm@gnu.org>
7462
7463 * align.el (align--set-marker): Add doc-string.
7464 Don't try to move something that is not a marker. (Bug#10216)
7465
5158face
GM
74662011-12-04 Glenn Morris <rgm@gnu.org>
7467
7468 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7469 overly zealous deletion of trailing whitespace.
7470
520fca41
JB
74712011-12-04 Juanma Barranquero <lekktu@gmail.com>
7472
7473 * server.el (server-delete-client): On Windows, do not try to delete
7474 the only terminal.
7475 (server-process-filter): On Windows, treat requests for a tty frame as
7476 if they were for a GUI frame if the running server is in GUI mode.
7477
5e605a2e
GM
74782011-12-03 Glenn Morris <rgm@gnu.org>
7479
7480 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7481
5c3fe83f
SM
74822011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7483
6f5e57e7
SM
7484 * electric.el: Streamline electric-indent's hook.
7485 (electric-indent-chars): Revert to simple list.
7486 (electric-indent-functions): New var.
7487 (electric-indent-post-self-insert-function): Use it.
7488
5c3fe83f
SM
7489 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7490 there's no inferior buffer (bug#10196).
7491 (prolog-consult-compile): Don't use toggle-read-only.
7492
6bdac736
MA
74932011-12-02 Michael Albinus <michael.albinus@gmx.de>
7494
7495 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7496 interrupt. (Bug#10187)
7497
6131ba7f
SM
74982011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7499
99c79fee
SM
7500 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7501 (bug#9160).
7502
6131ba7f
SM
7503 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7504 (bug#10191).
7505
cb0a02ea
JL
75062011-12-02 Juri Linkov <juri@jurta.org>
7507
7508 * info.el (Info-search): Display "end of manual" when Isearch
7509 reaches the end of single-file Info manual. (Bug#9918)
7510
66e0570c
EZ
75112011-12-02 Eli Zaretskii <eliz@gnu.org>
7512
7513 * isearch.el (isearch-message-prefix): Run the input method part
7514 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7515
02b16839
JL
75162011-12-02 Juri Linkov <juri@jurta.org>
7517
7518 * isearch.el (isearch-occur): Use `word-search-regexp' for
7519 `isearch-word'.
7520 (isearch-search-and-update): Add condition for `isearch-word' and
7521 call `word-search-regexp'. (Bug#10145)
7522
0b950688
GM
75232011-12-01 Glenn Morris <rgm@gnu.org>
7524
7525 * eshell/em-hist.el (eshell-hist-initialize):
7526 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7527 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7528
9505c3c7
SM
75292011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7532
1bbe96b2 75332011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7534
a1beca85
SM
7535 * progmodes/verilog-mode.el (verilog-pretty-expr):
7536 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7537 verilog, such as += *= and the like.
7538 (verilog-assignment-operator-re): Regular expression to find the
7539 assigment operator in a verilog assignment.
7540 (verilog-assignment-operation-re): Regular expression to find an
7541 assignment statement for pretty-expr.
7542 (verilog-in-attribute-p): Query returns true if point is in an
7543 attribute context; used to skip these for expression line up from
7544 pretty-expr.
7545 (verilog-in-parameter-p): Query returns true if point is in an
7546 parameter definition context; used to skip these for expression
7547 line up from pretty-expr.
7548 (verilog-in-parenthesis-p): Query returns true if point is in a
7549 parenthetical expression, specifically ( ) but not [ ] or { };
7550 used by pretty-expr.
7551 (verilog-just-one-space): If there is no space, don't add one.
7552 (verilog-get-lineup-indent-2): Specifically skip just attribute
7553 contexts for expression lineup, rather than skipping all
7554 parenthetical expressions.
7555 (verilog-calculate-indent): Fix comment, and fix indent.
7556 (verilog-do-indent): Indent declarations in lists (suggested by
7557 Joachim Lechner).
7558 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7559 skeleton items.
7560 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7561 by Alain Mellan).
7562
1bbe96b2 75632011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7564
7565 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7566 parameters with embedded comments. Reported by Ray Stevens.
7567 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7568 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7569 Reported by Tim Holt.
7570 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7571 instantiated by upper module causing wrong expansion until AUTOed a
7572 second time. Reported by K C Buckenmaier.
7573 (verilog-diff-auto): Fix showing .* as a difference when
7574 `verilog-auto-star-save' off. Reported by Dan Dever.
7575 (verilog-auto-reset, verilog-read-always-signals)
7576 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7577 temporary signals in reset list if
7578 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7579 style to each signal's assignment type, bug381.
7580 Reported by Thomas Esposito.
6288f0ca
WS
7581 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7582 (verilog-uvm-statement-re): Support UVM indentation and
7583 highlighting, with old OVM keywords only.
a1beca85 7584 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7585 Support AUTOTIEOFF creating non-wire data types.
7586 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7587 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7588 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7589 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7590 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7591 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7592 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7593 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7594 non-numeric vector width. Reported by Alex Reed.
7595 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7596 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7597 (verilog-auto-delete-trailing-whitespace):
7598 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7599 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7600 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7601 Fix verilog-scan-cache corruption when running user AUTO expansion
7602 hooks that call indentation routines.
7603 (verilog-simplify-range-expression): Fix typo ignoring lower case
7604 identifiers.
7605 (verilog-delete-auto): Fix delete-autos to also remove user created
7606 automatics, as long as they start with AUTO.
7607 (verilog-batch-diff-auto, verilog-diff-auto)
7608 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7609 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7610 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7611 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7612 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7613 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7614 is disabled and its cache will get corrupt, causing AUTOS not to
7615 expand. Instead use only -quick functions.
7616 (verilog-scan-region): Fix scanning over escaped quotes.
7617 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7618 (verilog-re-search-backward-quick)
7619 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7620 related functions now ignore strings, to fix misparsing of strings
7621 with magic comments embedded in them.
a1beca85
SM
7622 (verilog-read-auto-template):
7623 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7624 Reported by Brad Dobbie.
7625 (verilog-read-auto-template):
7626 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7627 Reported by Brad Dobbie.
6288f0ca
WS
7628 (verilog-auto-inst, verilog-auto-inst-param)
7629 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7630 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7631 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7632 debugging templates without merge conflicts, bug357.
7633 Reported by Brad Dobbie.
7634 (verilog-read-auto-template):
7635 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7636 Reported by Brad Dobbie.
7637 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7638 abbrevs so user won't be asked to save.
7639 (verilog-read-auto-lisp-present): Fix to start at beginning of
7640 buffer in case called outside of verilog-auto.
7641 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7642 to "X-2". Reported by Matthew Myers.
7643 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7644 all inputs from module templates. Reported by Leith Johnson.
7645 (verilog-module-inside-filename-p): Fix locating programs as with
7646 modules.
7647 (verilog-auto-inst-port): Fix vl-width expressions when using
7648 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7649 (verilog-decls-get-regs, verilog-decls-get-signals,
7650 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7651 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7652 verilog-read-decls): Combine reg and wire structures into one var
7653 structure to represent SystemVerilog concepts.
7654 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7655 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7656 (verilog-auto-wire-type, verilog-insert-definition):
7657 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7658 SystemVerilog "logic" keyword instead of "wire"/"reg".
7659 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7660 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7661 ifdef or generate if so there's not a driver conflict).
7662 Reported by Matthew Myers.
7663 (verilog-auto-declare-nettype, verilog-insert-definition):
7664 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7665 `default_nettype none. Reported by Julian Gorfajn.
7666 (verilog-read-always-signals-recurse, verilog-read-decls)
7667 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7668 malformed end statement, bug325. Reported by Joshua Wise and
7669 Andrew Drake.
7670 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7671 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7672 when expanding .* in interfaces, bug320.
7673 Reported by Pierre-David Pfister.
6288f0ca 7674 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7675 name and open parenthesis, bug317.
7676 Reported by Pierre-David Pfister.
6288f0ca
WS
7677 (verilog-simplify-range-expression): Fix simplification of
7678 multiplications inside AUTOWIRE connections, bug303.
7679 (verilog-auto-inst-port): Support parameter expansion in
7680 multidimensional arrays.
7681 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7682 after "assert property". Reported by Julian Gorfajn.
7683 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7684 with multiplication, bug303.
7685 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7686 Reported by Jan Frode Lonnum.
7687
1bbe96b2
GM
76882011-11-30 Juanma Barranquero <lekktu@gmail.com>
7689
7690 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7691 (hfy-shell-file-name, hfy-shell):
7692 * international/fontset.el (x-decompose-font-name): Fix typos.
7693
76942011-11-29 Ken Brown <kbrown@cornell.edu>
7695
7696 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7697 (gdb-version): Remove defvar.
7698 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7699 (gdb-gud-context-command, gdb-non-stop-handler)
7700 (gdb-current-context-command, gdb-stopped): Use it.
7701 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7702 (gdb-non-stop-handler): Don't enable pretty-printing here.
7703 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7704 non-stop mode. Use the following.
7705 (gdb-check-target-async): New defun.
7706 (gud-watch, gdb-stopped): Fix whitespace.
7707 (gdb-get-source-file): Don't try to display the source file if
7708 `gdb-main-file' is nil.
7709
77102011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * align.el: Try to generate fewer markers (bug#10047).
7713 (align--set-marker): New macro.
7714 (align-region): Use it.
7715
c935221f
SM
77162011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7719
e70b5064
CY
77202011-11-29 Chong Yidong <cyd@gnu.org>
7721
7722 * indent.el (indent-for-tab-command, indent-according-to-mode):
7723 Doc fix.
7724 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7725
f3af92b7
MA
77262011-11-29 Michael Albinus <michael.albinus@gmx.de>
7727
7728 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7729 aware of remote file names. (Bug#10124)
7730
ed472be9
CY
77312011-11-29 Chong Yidong <cyd@gnu.org>
7732
7733 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7734
24510c22
SM
77352011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * files.el (find-file): Don't use force-same-window (bug#10144).
7738 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7739 use pop-to-buffer if the selected window can't be used.
7740 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7741
c60c3703
EZ
77422011-11-28 Eli Zaretskii <eliz@gnu.org>
7743
7744 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7745 special-mode-map.
7746
e95def75
CY
77472011-11-28 Chong Yidong <cyd@gnu.org>
7748
7749 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7750
c3f1c606
NR
77512011-11-27 Nick Roberts <nickrob@snap.net.nz>
7752
7753 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7754 gdb-get-source-file-list on gdb-create-source-file-list.
7755
00db469c
EZ
77562011-11-26 Eli Zaretskii <eliz@gnu.org>
7757
7758 * whitespace.el (whitespace-newline): Use a different foreground
7759 color for 16-color light-background displays.
7760
4ad3bc2a
CY
77612011-11-24 Chong Yidong <cyd@gnu.org>
7762
7763 * window.el (display-buffer--special-action): Doc fix.
7764
e9fce1ac
JB
77652011-11-25 Juanma Barranquero <lekktu@gmail.com>
7766
7767 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7768 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7769 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7770 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7771 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7772 (avl-tree-stack-first):
7773 * emacs-lisp/cconv.el (cconv--analyse-use):
7774 * net/gnutls.el (gnutls-negotiate): Fix typos.
7775
cb825e5d
GM
77762011-11-24 Glenn Morris <rgm@gnu.org>
7777
3adbe224
GM
7778 * lpr.el (lpr-windows-system, lpr-lp-system):
7779 * mail/binhex.el (binhex-begin-line):
7780 * progmodes/grep.el (grep-history, grep-find-history):
7781 * textmodes/flyspell.el:
7782 * vc/pcvs-defs.el (cvs-global-menu):
7783 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7784 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7785 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7786
321decc8
GM
7787 * net/tls.el: Fix case of "GnuTLS".
7788
420b63ad
GM
7789 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7790
cb825e5d
GM
7791 * version.el (emacs-build-system): Give it a doc-string.
7792
a0649f08
JL
77932011-11-24 Juri Linkov <juri@jurta.org>
7794
7795 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7796
c0bc0fd4
GM
77972011-11-24 Glenn Morris <rgm@gnu.org>
7798
7799 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7800 if called on a non-mime message just toggle the headers. (Bug#8006)
7801
20db1522
JB
78022011-11-24 Juanma Barranquero <lekktu@gmail.com>
7803
7804 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7805 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7806 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7807 (allout-rebullet-heading, allout-open-sibtopic)
7808 (allout-toggle-current-subtree-encryption)
7809 (allout-toggle-subtree-encryption, allout-encrypt-string)
7810 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7811 (allout-distinctive-bullets-string, allout-auto-activation):
7812 * window.el (window-normalize-buffer-to-display):
7813 * progmodes/verilog-mode.el (verilog-batch-indent):
7814 * textmodes/bibtex.el (bibtex-field-braces-opt)
7815 (bibtex-field-strings-opt):
7816 * vc/cvs-status.el (cvs-tree-merge):
7817 Fix typos.
7818
7262a87c
MA
78192011-11-23 Michael Albinus <michael.albinus@gmx.de>
7820
7821 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7822 `non-essential' to t, in order to avoid remote connections.
7823
283430a1
EZ
78242011-11-23 Eli Zaretskii <eliz@gnu.org>
7825
a1beca85
SM
7826 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7827 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7828 case-insensitively.
7829
d2992a38
ML
78302011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7831
7832 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7833
50419064
GM
78342011-11-23 Glenn Morris <rgm@gnu.org>
7835
da94eca1
GM
7836 * paths.el (rmail-file-name): Reformat the doc-string so that it
7837 is picked up.
7838
9aac4de2
GM
7839 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7840 (rmail-auto-file): Ignore case in the "special" field names,
7841 as mail-fetch-field does for all others.
7842
8038d2d2
GM
7843 * mail/rmail.el (rmail-forward):
7844 * mail/rmailkwd.el (rmail-set-label):
7845 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7846 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7847
f3fe222a
GM
7848 * mail/rmail.el (rmail-current-message): Doc fix.
7849
50419064
GM
7850 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7851
28109f49
SM
78522011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7853
7854 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7855
394c65f1
GM
78562011-11-22 Glenn Morris <rgm@gnu.org>
7857
7858 * mail/rmailmm.el (test-rmail-mime-handler)
7859 (test-rmail-mime-bulk-handler)
7860 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7861
f2a0aa3a
JL
78622011-11-21 Juri Linkov <juri@jurta.org>
7863
1154d12e
JB
7864 * calc/calc.el (calc-read-key-sequence):
7865 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7866
9c34a344
LMI
78672011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7868
7869 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7870 Tell the caller that the next line needs recomputation, even
7871 though it doesn't start a sexp (bug#10094).
7872
f04a3be9
SM
78732011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7876
7978747f
SM
78772011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7878
f04a3be9
SM
7879 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7880 Use force-same-window.
7978747f 7881
fe7a3057
JB
78822011-11-20 Juanma Barranquero <lekktu@gmail.com>
7883
7884 * descr-text.el (describe-char-unicode-data):
7885 * json.el (json-string-escape):
7886 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7887 (Footnote-unicode, Footnote-style-p):
7888 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7889
24901d61
CY
78902011-11-20 Chong Yidong <cyd@gnu.org>
7891
7892 * window.el (replace-buffer-in-windows): Restore interactive spec.
7893
bac7ff22
SM
78942011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7895
24f3d7b9
SM
7896 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7897
bac7ff22
SM
7898 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7899 (byte-compile-global-not-obsolete-vars): New var.
7900 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7901 Use it.
7902 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7903
cd1181db
JB
79042011-11-20 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7907 * progmodes/pascal.el (electric-pascal-equal):
7908 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7909 * xml.el (xml-substitute-special): Fix typos.
7910
7fb18e9e
GM
79112011-11-20 Glenn Morris <rgm@gnu.org>
7912
7913 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7914 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7915 Doc fixes.
7916 (rmail-decode-mime-charset): Mark as obsolete.
7917
7918 * mail/rmailsum.el (rmail-message-regexp-p-1):
7919 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7920 Before using mime functions, check they are set. (Bug#10077)
7921
d5a6b3ba
JL
79222011-11-19 Juri Linkov <juri@jurta.org>
7923
7924 * info.el (Info-finder-find-node): Use `package--builtins' instead
7925 of `package-alist'. Use node names formed by the pattern "Keyword "
7926 and the keyword name.
7927
e981b61f
AS
79282011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7929
1d00653d 7930 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7931
3ffbc301
JL
79322011-11-19 Juri Linkov <juri@jurta.org>
7933
7934 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7935 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7936 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7937 `old-history', `old-history-forward'. Add let-binding
7938 `window-selected'. Remove calls to `kill-buffer',
7939 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7940 before calling `Info-find-node', so `Info-find-node-2' will reread
7941 the Info file. Restore window positions only when `window-selected'
7942 is non-nil.
7943
30c62133
JL
79442011-11-19 Juri Linkov <juri@jurta.org>
7945
7946 * isearch.el (isearch-lazy-highlight-new-loop):
7947 Remove condition `(not isearch-error)'. (Bug#9918)
7948
7949 * misearch.el (multi-isearch-search-fun): Add condition
7950 `(not bound)' to ignore lazy-highlighting search.
7951 Add the search-failed message "end of multi" when the end of
7952 multi-sequence is reached. Uncapitalize the search-failed
7953 message "Repeat for next buffer".
7954
7955 * info.el (Info-search): Add the search-failed message
7956 "end of the manual" when the end of the manual is reached
7957 in Isearch mode.
7958
645ca9cf
JL
79592011-11-19 Juri Linkov <juri@jurta.org>
7960
7961 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7962 Use non-destructive `remove' instead of `delete' because
7963 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7964 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7965
df754f66
JL
79662011-11-19 Juri Linkov <juri@jurta.org>
7967
7968 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7969 to nil instead of binding `search-ring' and `regexp-search-ring'.
7970 (Bug#9185)
7971
0e23d96a
EZ
79722011-11-19 Eli Zaretskii <eliz@gnu.org>
7973
7974 * simple.el (line-move): Force movement by logical lines for any
7975 hscrolled window, not only when auto-hscroll-mode is on.
7976 (line-move-visual): Update doc string to that effect. (Bug#10076)
7977
8a6ccb66
AS
79782011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7979
7980 * language/european.el (macintosh): Define as alias for mac-roman.
7981
49ae5b39
EZ
79822011-11-19 Eli Zaretskii <eliz@gnu.org>
7983
7984 * mail/rmailmm.el (rmail-mime-display-header)
7985 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7986 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7987 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7988 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7989 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7990 of a raw aref.
7991 (rmail-mime-entity-segment): To get past the tagline, move forward
7992 2 more lines, to account for the 2 empty lines that precede and
7993 follow the line with the buttons.
7994 (rmail-mime-update-tagline): Move one more line, to get past the
7995 empty line that follows the buttons in the tagline. (Bug#9520)
7996
c56cad4a
MR
79972011-11-19 Martin Rudalics <rudalics@gmx.at>
7998
7999 * window.el (window-max-delta-1, window-min-delta-1)
8000 (window-min-size-1, window-state-get-1, window-state-put-1)
8001 (window-state-put-2): Use "window--" prefix.
8002
cbe71af3
SM
80032011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8004
2ad52c60
SM
8005 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8006 (smie-warning-count): New var.
8007 (smie-set-prec2tab): Use it.
8008 (smie-bnf->prec2): Improve warnings. Add docstring.
8009 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8010 (smie-bnf--set-class): New function.
8011 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8012 corner case.
8013
6944dbc1
SM
8014 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8015 (compilation-error-properties, compilation-move-to-column):
8016 Handle compilation-first-column while in the target buffer.
8017
c400c4d7
SM
8018 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8019 Don't hardcode point-min==1.
8020
6dbe3e96
SM
8021 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8022 (eshell-rewrite-for-command): Remove workaround.
8023 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8024 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8025 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8026
cbe71af3
SM
8027 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8028
a8e1496d
GM
80292011-11-17 Glenn Morris <rgm@gnu.org>
8030
8031 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8032 Ignore buffer-local generated-autoload-file if it is the same
8033 as the global value. (Bug#10049)
8034
df85d315
JB
80352011-11-17 Juanma Barranquero <lekktu@gmail.com>
8036
8037 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8038 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8039 (reftex-toc-previous-heading, reftex-toc-max-level)
8040 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8041 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8042 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8043 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8044 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8045 (reftex-toc-rename-label, reftex-toc-visit-location)
8046 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8047 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8048 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8049 leaving "*toc*" only for references to the buffer.
8050
a0c2d0ae
MR
80512011-11-17 Martin Rudalics <rudalics@gmx.at>
8052
8053 * window.el (window-resize, delete-window, split-window):
8054 Replace window-splits by window-combination-resize.
1d00653d 8055 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8056
35c0bac8
GM
80572011-11-17 Glenn Morris <rgm@gnu.org>
8058
8059 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8060 Make bash entry derive from sh entry, not shell entry.
8061
d0c8fc8a
MA
80622011-11-16 Michael Albinus <michael.albinus@gmx.de>
8063
7262a87c
MA
8064 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8065 local file name.
8066
7877f373
JB
80672011-11-16 Juanma Barranquero <lekktu@gmail.com>
8068
8069 * menu-bar.el (menu-bar-file-menu):
8070 * printing.el (pr-ps-utility):
8071 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8072 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8073 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8074 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8075 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8076 (icalendar--convert-cyclic-to-ical)
8077 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8078 (icalendar--convert-ical-to-diary)
8079 (icalendar--convert-recurring-to-diary)
8080 (icalendar--convert-non-recurring-all-day-to-diary)
8081 (icalendar-import-format-sample):
8082 * progmodes/idlw-shell.el (idlwave-shell-mode):
8083 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8084 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8085 (vhdl-ps-print-init): Fix typos.
8086
10649b82
KM
80872011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8088
9d0cfcd6
GM
8089 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8090 FSF and collapse date sequence, obscure author/maintainer email address
8091 better, remove extra version line, track relocation of author's webpage.
10649b82 8092
9d0cfcd6
GM
8093 * progmodes/python.el (python-pdbtrack-input-prompt)
8094 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8095 regular python pdb prompts. Adjustments shamelessly taken exactly as
8096 suggested in EmacsWiki page (tiny change):
8097 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8098
58179cce
JB
80992011-11-16 Juanma Barranquero <lekktu@gmail.com>
8100
8101 * expand.el (expand-pos, expand-index, expand-point):
8102 Remove redundant info from docstring.
8103 (expand-add-abbrevs): Doc fix.
8104 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8105 (expand-sample-perl-mode-expand-list): Fix typos.
8106
8107 * net/dbus.el (dbus-event-member-name):
8108 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8109 * term/pc-win.el (msdos-create-frame-with-faces):
8110 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8111
b6f67890
MR
81122011-11-16 Martin Rudalics <rudalics@gmx.at>
8113
8114 * window.el (split-window, window-state-get-1)
8115 (window-state-put-1, window-state-put-2): Rename occurrences of
8116 window-nest to window-combination-limit.
1d00653d 8117 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8118
ce7ddba0
CY
81192011-11-16 Chong Yidong <cyd@gnu.org>
8120
8121 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8122 regexp (Bug#10033).
8123
3ae704f4
SM
81242011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8127 `completing-read' will remove *Completions* and will preserve
8128 current-buffer for us.
8129 (tmm-add-prompt): Users of *Completions* will always (re)set its
8130 major mode.
8131 (tmm-old-comp-map): Remove.
8132
6ad1cdde
GM
81332011-11-16 Glenn Morris <rgm@gnu.org>
8134
8135 * mail/rmailedit.el: Require rmailmm when compiling.
8136 (rmail-old-mime-state): New declaration.
8137 (rmail-edit-current-message): If editing a mime message,
8138 edit the "raw" message from the mbox buffer.
8139 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8140
d20faa20
GM
81412011-11-15 Glenn Morris <rgm@gnu.org>
8142
8143 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8144 which wasn't being used. Add optional arg to force given state.
8145 (rmail-mime): Add optional arg to force given state.
8146
c7015153
JB
81472011-11-15 Juanma Barranquero <lekktu@gmail.com>
8148
8149 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8150 * frame.el (display-mm-dimensions-alist):
8151 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8152 (outline-move-subtree-down):
8153 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8154 (newsticker--treeview-do-get-node):
8155 * net/quickurl.el (quickurl-list-buffer-name):
8156 * progmodes/dcl-mode.el (dcl-mode):
8157 * progmodes/gdb-mi.el (gdb-mapcar*):
8158 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8159
45261b50
GM
81602011-11-15 Glenn Morris <rgm@gnu.org>
8161
8162 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8163 in a boolean sense, so just make it a boolean, and fix the doc.
8164 (rmail-show-mime-function, rmail-mime-feature)
8165 (rmail-require-mime-maybe): Doc fixes.
8166 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8167
8168 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8169
0d26e0b6
JB
81702011-11-15 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8173 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8174 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8175 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8176
447f30f6
GM
81772011-11-15 Glenn Morris <rgm@gnu.org>
8178
672b871d
GM
8179 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8180 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8181 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8182 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8183 (rmail-mime, rmail-show-mime): Doc fixes.
8184
f6aa5bb1
GM
8185 * term/ns-win.el (mode-line-frame-identification):
8186 Leave it alone. (Bug#10051)
8187
947cd66b
GM
8188 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8189
447f30f6
GM
8190 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8191 Handle empty buffers. (Bug#9978)
8192
0b381c7e
JB
81932011-11-14 Juanma Barranquero <lekktu@gmail.com>
8194
8195 * international/mule.el (define-charset):
8196 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8197 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8198 * progmodes/verilog-mode.el (verilog-backward-token):
8199 * textmodes/ispell.el (lookup-words):
8200 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8201
71e027ac
GM
82022011-11-14 Glenn Morris <rgm@gnu.org>
8203
56632ce4
GM
8204 * progmodes/executable.el
8205 (executable-make-buffer-file-executable-if-script-p):
8206 Handle file-modes returning nil.
8207
40500957
GM
8208 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8209 message - not necessary, and causes problems. (Bug#9831)
8210
071c2340
GM
8211 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8212
d3cfca60
GM
8213 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8214
71e027ac
GM
8215 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8216 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8217 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8218
89d61221
MR
82192011-11-12 Martin Rudalics <rudalics@gmx.at>
8220
8221 * window.el (window-resize, delete-window): Use window-splits
8222 variable instead of function.
8223 (window-state-get-1, window-state-put-2, window-state-put):
8224 Don't deal with windows' splits status.
8225
98282f6f
GM
82262011-11-12 Glenn Morris <rgm@gnu.org>
8227
8228 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8229 (apropos-documentation): Doc fixes.
8230
40a8bdf6
JB
82312011-11-11 Juanma Barranquero <lekktu@gmail.com>
8232
8233 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8234 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8235
65bd19ff
SM
82362011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * electric.el (electric-indent-post-self-insert-function): Make it
8239 possible for a char to only indent in some circumstances.
8240 (electric-indent-mode): Simplify.
8241
54f9154c
MR
82422011-11-11 Martin Rudalics <rudalics@gmx.at>
8243
8244 * window.el (windows-with-parameter): Remove unused function.
8245 (windows-at-side): Rename to window-at-side-list.
8246 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8247 (window-side-check, window-size-ignore, window-size-fixed-1)
8248 (window-in-direction-2): Prefix with "window--".
8249 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8250
68cbc58b
GM
82512011-11-11 Glenn Morris <rgm@gnu.org>
8252
8253 * subr.el (eval-after-load): If FILE is already loaded,
8254 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8255
b2621720
GM
82562011-11-10 Glenn Morris <rgm@gnu.org>
8257
9a4de110
GM
8258 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8259 Call svn via vc-svn-command rather than vc-do-command.
8260 (vc-svn-command): Add --non-interactive. (Bug#9993)
8261 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8262
b2621720
GM
8263 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8264 Add toggle-read-only. (Bug#7292)
8265 * files.el (toggle-read-only): Mention that it should only
8266 be used interactively. (Bug#10006)
8267
1dce7193
SM
82682011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8269
d9ac1a1e
SM
8270 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8271 Adjust regexp for OCaml warnings.
8272
0c325082
SM
8273 * electric.el (electric-pair-post-self-insert-function): Let user
8274 turn it off buffer-locally (bug#9932).
8275
90132c14
SM
8276 * progmodes/python.el (python-beginning-of-statement):
8277 Rewrite (bug#2703).
8278
1dce7193
SM
8279 * progmodes/compile.el: Better handle TABs (bug#9749).
8280 (compilation-internal-error-properties)
8281 (compilation-next-error-function): Obey the target buffer's
8282 compilation-error-screen-columns.
8283
c4e7c63a
JB
82842011-11-09 Juanma Barranquero <lekktu@gmail.com>
8285
8286 * progmodes/meta-mode.el: Remove obsolete comments.
8287 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8288 Fix typos in docstrings.
8289
2cffd681
MR
82902011-11-09 Martin Rudalics <rudalics@gmx.at>
8291
8292 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8293 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8294 (window--resizable): New function. Make all callers of
8295 window-resizable call window--resizable instead.
8296 (window-resizable): Rewrite in terms of window--resizable.
8297
0edcba87
GM
82982011-11-08 Glenn Morris <rgm@gnu.org>
8299
8300 * progmodes/delphi.el (delphi-mode-syntax-table):
8301 Let define-derived-mode define a proper syntax table. (Bug#9994)
8302
4b0d61e3
SM
83032011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * window.el: Stay away from defsubst.
8306 (window-list-no-nils): Remove.
8307 (window-state-get-1, window-state-get): Use backquote instead.
8308
cd394be1 83092011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8310
4b0d61e3 8311 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8312 Fix incorrect use of default argument in `completing-read'.
8313
e1c2c6f2
MR
83142011-11-08 Martin Rudalics <rudalics@gmx.at>
8315
8316 * window.el (display-buffer-function, special-display-function):
8317 Mention display-buffer-record-window but do not mention
8318 help-setup parameter in doc-strings.
b3f4a882 8319 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8320
105216ed
CY
83212011-11-08 Chong Yidong <cyd@gnu.org>
8322
8323 * window.el (window-total-height, window-total-width): Doc fix.
8324 (window-body-size): Move from C.
8325 (window-body-height, window-body-width): Move to C.
8326
0a9f9ab5
SM
83272011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8328
8329 * window.el: Make special-display like display-buffer-alist (bug#9532).
8330 (display-buffer--special-action): New function, morphed
8331 from display-buffer--special.
8332 (display-buffer): Use it to handle special-display-buffers at higher
8333 priority (just after display-buffer-alist).
8334 (display-buffer-fallback-action, display-buffer--other-frame-action)
8335 (pop-to-buffer-same-window): Remove display-buffer--special.
8336
a769dd15
GM
83372011-11-07 Glenn Morris <rgm@gnu.org>
8338
8339 * calendar/cal-menu.el (cal-menu-set-date-title):
8340 Do nothing if not in a calendar. (Bug#9976)
8341
05a61ee3
SM
83422011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * files.el (find-file): Always use selected-window.
8345
be7f5545
MR
83462011-11-07 Martin Rudalics <rudalics@gmx.at>
8347
8348 * window.el (window-combinations): Make WINDOW argument
8349 mandatory. Rewrite doc-string.
8350 (walk-window-subtree, window-atom-check, window-min-delta)
8351 (window-max-delta, window--resize-this-window)
8352 (window--resize-root-window-vertically, window-tree)
8353 (balance-windows, window-state-put): Rewrite doc-strings as to
8354 not mention the term "subwindow".
8355 (window--resize-subwindows-skip-p): Rename to
8356 window--resize-child-windows-skip-p.
8357 (window--resize-subwindows-normal): Rename to
8358 window--resize-child-windows-normal.
8359 (window--resize-subwindows): Rename to
8360 window--resize-child-windows.
8361 (window-or-subwindow-p): Rename to window--in-subtree-p.
8362
3c6702ef
ML
83632011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8364
8365 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8366 Ensure that mbox format messages end in two newlines (Bug#9974).
8367
49745b39
CY
83682011-11-06 Chong Yidong <cyd@gnu.org>
8369
8370 * window.el (window-combination-p): Function deleted; its
8371 side-effect is not used in any existing code.
8372 (window-combinations, window-combined-p): Call window-*-child
8373 directly.
8374
24300f5f
CY
83752011-11-05 Chong Yidong <cyd@gnu.org>
8376
8377 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8378 (window-size-ignore, window-state-get): Callers changed.
8379 (window-normalize-window): Rename from window-normalize-any-window.
8380 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8381 (window-normalize-live-window): Delete.
447f16b8
CY
8382 (window-combination-p, window-combined-p, window-combinations)
8383 (walk-window-subtree, window-atom-root, window-min-size)
8384 (window-sizable, window-sizable-p, window-size-fixed-p)
8385 (window-min-delta, window-max-delta, window-resizable)
8386 (window-resizable-p, window-full-height-p, window-full-width-p)
8387 (window-current-scroll-bars, window-point-1, set-window-point-1)
8388 (window-at-side-p, window-in-direction, window-resize)
8389 (adjust-window-trailing-edge, maximize-window, minimize-window)
8390 (window-deletable-p, delete-window, delete-other-windows)
8391 (record-window-buffer, unrecord-window-buffer)
8392 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8393 (quit-window, split-window, window-state-put)
8394 (set-window-text-height, fit-window-to-buffer)
8395 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8396
89bd5ee1
EZ
83972011-11-04 Eli Zaretskii <eliz@gnu.org>
8398
53479029
EZ
8399 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8400 rfc2047-decode-string.
8401 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8402 warnings.
8403
89bd5ee1
EZ
8404 * window.el (window-body-height, window-body-width): Mention in
8405 the doc string that the return values are in frame's canonical
8406 units. (Bug#9949)
8407
bd17fdee
AM
84082011-11-03 Alan Mackenzie <acm@muc.de>
8409
8410 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8411 change in cc-engine.el.
8412
acc825c5
SM
84132011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8416
1885e5b8
MR
84172011-11-02 Martin Rudalics <rudalics@gmx.at>
8418
8419 * window.el (quit-window): Call unrecord-window-buffer after
8420 showing another buffer in the window. (Bug#9937)
acc825c5 8421 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8422
ebe06da9
JB
84232011-11-02 Juanma Barranquero <lekktu@gmail.com>
8424
8425 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8426 Accept status with more than 9 shelves. (Bug#9935)
8427 Reported by Colin D Bennett <colin@gibibit.com>.
8428
4ee88440
MR
84292011-11-01 Martin Rudalics <rudalics@gmx.at>
8430
8431 * help.el (with-help-window): Don't reference
8432 temp-buffer-show-specifiers in doc-string.
8433
08e1d82c
AS
84342011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8435
8436 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8437 menu-item.
8438
84bd6e9e
VJL
84392011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8440
8441 * whitespace.el: New version 13.2.2.
8442 (whitespace-newline-mode): Disable properly. Reported by Sarah
8443 <EmacsWiki>.
8444
dba0634a
UJ
84452011-10-30 Ulf Jasper <ulf.jasper@web.de>
8446
8447 * net/newst-treeview.el: Remove "Time-stamp".
8448 (newsticker--group-manage-orphan-feeds): Do not call
8449 newsticker--treeview-tree-update.
db22a3c2
JB
8450 (newsticker-treeview-update, newsticker-treeview):
8451 Call newsticker--treeview-tree-update if necessary.
dba0634a 8452
3d8daefe
MR
84532011-10-30 Martin Rudalics <rudalics@gmx.at>
8454
8455 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8456 (window-iso-combinations): Remove "iso-" infix.
8457 Suggested by Chong Yidong.
3d8daefe
MR
8458 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8459 (window-max-delta-1, window-resize, window--resize-siblings)
8460 (window--resize-this-window, adjust-window-trailing-edge)
8461 (split-window, balance-windows-1)
8462 (shrink-window-if-larger-than-buffer):
8463 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8464 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8465
1bc4c3ae
SM
84662011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8469 in place (bug#9907).
8470 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8471 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8472 (eshell-structure-basic-command, eshell-rewrite-while-command)
8473 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8474 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8475 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8476 (eshell-do-pipelines-synchronously, eshell-eval-command):
8477 Use backquotes and prefer setq to set.
8478 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8479 (eshell-macrop): Use functionp.
c1e2f5fa 8480 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8481
30b65d9c
CY
84822011-10-30 Chong Yidong <cyd@gnu.org>
8483
8484 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8485 instead of set-mark (Bug#9810).
8486
2d197ffb
CY
84872011-10-30 Chong Yidong <cyd@gnu.org>
8488
8489 * window.el (split-window-below, split-window-right): Rename from
8490 split-window-above-each-other and split-window-side-by-side
8491 respectively. All callers changed.
8492 (split-window-sensibly, split-window-sensibly): Use them.
8493 (split-window-keep-point): Doc fix.
8494
8495 * isearch.el: Add isearch-scroll property to split-window-below
8496 and split-window-right.
8497
8498 * follow.el (follow-mode):
8499 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8500 * progmodes/ada-xref.el (ada-gdb-application):
8501 * emulation/vip.el (vip-buffer-in-two-windows):
8502 * image-dired.el (image-dired-dired-with-window-configuration):
8503 * dired-x.el (dired-do-find-marked-files):
8504 * dired.el (dired-pop-to-buffer):
8505 * bs.el (bs--show-with-configuration):
8506 * vc/emerge.el (emerge-setup-windows):
8507 * textmodes/two-column.el (2C-two-columns):
8508 * textmodes/reftex-toc.el (reftex-toc):
8509 * progmodes/gdb-mi.el (gdb-setup-windows):
8510 * progmodes/fortran.el (fortran-window-create):
8511 * net/newst-treeview.el (newsticker--treeview-window-init):
8512 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8513 * emulation/tpu-edt.el (tpu-gold-map):
8514 * emulation/crisp.el (crisp-mode-map):
8515 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8516
38bb2ca8
CY
85172011-10-29 Chong Yidong <cyd@gnu.org>
8518
aa4de341
CY
8519 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8520
e1eb5385
CY
8521 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8522
5d2ece3c
CY
8523 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8524 forged Ispell output (Bug#7904).
8525
38bb2ca8
CY
8526 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8527
d0af9f77
SM
85282011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * doc-view.el: Avoid ugly errors about not finding nil.
8531 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8532 (doc-view-dvipdf-program, doc-view-unoconv-program)
8533 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8534 Avoid nil or absolute file name as default value.
8535 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8536
52bedd34
AM
85372011-10-28 Alan Mackenzie <acm@muc.de>
8538
db22a3c2 8539 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8540
7e43cfa5
AM
85412011-10-28 Alan Mackenzie <acm@muc.de>
8542
8543 Amend the handling of c-beginning/end-of-defun in nested declaration
8544 scopes.
8545
52bedd34
AM
8546 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8547 cc-langs.el. Change it to a defcustom.
7e43cfa5 8548
52bedd34
AM
8549 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8550 cc-vars.el.
7e43cfa5 8551
d0af9f77
SM
8552 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8553 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8554
52bedd34 8555 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8556 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8557 (c-widen-to-enclosing-decl-scope): New function.
8558 (c-while-widening-to-decl-block): New macro.
8559 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8560 outward for defun boundaries, and correspondingly change symbol
8561 `respect-enclosure' to `go-outward'.
8562 (c-declaration-limits): Change algorithm to report only the "innermost"
8563 defun's boundaries.
8564
1a2ce9ee
DD
85652011-10-28 Deniz Dogan <deniz@dogan.se>
8566
8567 * net/rcirc.el (rcirc-mode): Use hard newlines.
8568
bc97a826
AM
85692011-10-28 Alan Mackenzie <acm@muc.de>
8570
8571 Amend to indent and fontify macros "which include their own semicolon"
8572 correctly, using the "virtual semicolon" mechanism.
8573
52bedd34 8574 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8575
d0af9f77 8576 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8577 Recode to scan one line at a time rather than having \n and \r
58179cce 8578 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8579 (c-forward-label): Amend for virtual semicolons.
58179cce 8580 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8581
52bedd34
AM
8582 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8583 of the new C macros.
bc97a826 8584
52bedd34 8585 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8586 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8587 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8588 (c-opt-cpp-macro-define): Make into a full language variable.
8589 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8590 AWK Mode (including \n, \r) removed, no longer needed.
8591
d0af9f77
SM
8592 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8593 Invoke c-make-macro-with-semi-re.
bc97a826 8594
52bedd34
AM
8595 * progmodes/cc-vars.el (c-macro-with-semi-re):
8596 (c-macro-names-with-semicolon): New variables.
58179cce 8597 (c-make-macro-with-semi-re): New function.
bc97a826 8598
7a6c0941
SM
85992011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * vc/log-edit.el: Fill empty field rather than adding new one.
8602 (log-edit-add-field): New function.
8603 (log-edit-insert-changelog): Use it.
8604
b0c4cdcf
ML
86052011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8606
8607 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8608
ee1f1da9
SM
86092011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8610
8611 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8612 (gdb--check-interpreter): New function.
8613 (gdb): Use it.
8614
51bc5f8b
GM
86152011-10-27 Glenn Morris <rgm@gnu.org>
8616
416a2c45
GM
8617 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8618 (least-positive-float, least-negative-float)
8619 (least-positive-normalized-float, least-negative-normalized-float)
8620 (float-epsilon, float-negative-epsilon):
8621 Remove unnecessary declarations.
8622
8623 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8624 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8625 (least-positive-float, least-negative-float)
8626 (least-positive-normalized-float, least-negative-normalized-float)
8627 (float-epsilon, float-negative-epsilon): Add doc-strings,
8628 based on those in cl.texi.
8629
51bc5f8b
GM
8630 * files.el (set-visited-file-name): If the major-mode changed,
8631 reload the local variables. (Bug#9796)
8632
15de15c6
CY
86332011-10-27 Chong Yidong <cyd@gnu.org>
8634
8635 * subr.el (change-major-mode-after-body-hook): New hook.
8636 (run-mode-hooks): Run it.
8637
ee1f1da9
SM
8638 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8639 Use change-major-mode-before-body-hook.
15de15c6
CY
8640
8641 * simple.el (fundamental-mode):
8642 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8643 change introducing fundamental-mode-hook.
8644
5430d399
JB
86452011-10-26 Juanma Barranquero <lekktu@gmail.com>
8646
acc825c5 8647 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8648
ad74a69e
MA
86492011-10-26 Michael Albinus <michael.albinus@gmx.de>
8650
8651 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8652 tramp.el explicitly. (Bug#7583)
ad74a69e 8653
71d4c2a5
SM
86542011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * progmodes/octave-mod.el:
8657 * progmodes/octave-inf.el: Update maintainer.
8658
b1f6fa26
CY
86592011-10-26 Chong Yidong <cyd@gnu.org>
8660
8661 * subr.el (with-wrapper-hook): Rewrite doc.
8662
3f04efd6
MA
86632011-10-25 Michael Albinus <michael.albinus@gmx.de>
8664
8665 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8666 filenames "/method:foo:". (Bug#9793)
3f04efd6 8667
410488d3
SM
86682011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8671 (bug#9865).
8672
c1ebb47e
GM
86732011-10-24 Glenn Morris <rgm@gnu.org>
8674
8675 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8676
7f5c46c7
MA
86772011-10-24 Michael Albinus <michael.albinus@gmx.de>
8678
8679 * notifications.el: Add the requirement of a running D-Bus session
8680 bus to the Commentary.
8681
db2440b6
JL
86822011-10-24 Juri Linkov <juri@jurta.org>
8683
8684 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8685 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8686 (Bug#9364)
8687
feecf435
JL
86882011-10-24 Juri Linkov <juri@jurta.org>
8689
8690 * info.el (Info-following-node-name-re): Add newline to the list
8691 of allowed characters for leading space. (Bug#9824)
8692
a3839de2
SM
86932011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8694
acc825c5
SM
8695 * progmodes/octave-inf.el (inferior-octave-mode-map):
8696 Fix C-c C-h binding.
a3839de2
SM
8697 * progmodes/octave-mod.el (octave-help): Remove.
8698
09388e76
MA
86992011-10-23 Michael Albinus <michael.albinus@gmx.de>
8700
8701 Sync with Tramp 2.2.3.
8702
8703 * net/tramp-cache.el (top): Pacify byte-compiler using
8704 `init-file-user' and `site-run-file'.
8705
8706 * net/trampver.el: Update release number.
8707
86c60681
CY
87082011-10-23 Chong Yidong <cyd@gnu.org>
8709
8710 * files.el (toggle-read-only): Remove obsolete comment about
8711 version control.
8712
8713 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8714 for toggle-read-only. Note that this hasn't called vc-next-action
8715 since 2008-05-02, though it wasn't documented at the time.
8716
a3839de2
SM
8717 * vc/ediff-init.el (ediff-toggle-read-only-function):
8718 Use toggle-read-only.
86c60681 8719
cd5495ff
AM
87202011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8721
8722 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8723 of c-parse-state.
8724
00b77525 8725 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8726 correct faulty logical expression.
cd5495ff
AM
8727 (c-parse-state-state, c-record-parse-state-state):
8728 (c-replay-parse-state-state): New defvar/defuns.
8729 (c-debug-parse-state): Use new functions.
8730
42ee24ed
MR
87312011-10-22 Martin Rudalics <rudalics@gmx.at>
8732
8733 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8734 last fix. Use window-in-direction correctly.
42ee24ed 8735
a7dee7e7
CY
87362011-10-21 Chong Yidong <cyd@gnu.org>
8737
8738 * progmodes/idlwave.el (idlwave-mode):
8739 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8740 require-final-newline; that's done in prog-mode.
8741 Suggested by Stefan Monnier.
a7dee7e7 8742
e07b9a6d
MR
87432011-10-21 Martin Rudalics <rudalics@gmx.at>
8744
8745 * mouse.el (mouse-drag-window-above)
8746 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8747 (mouse-drag-mode-line-1, mouse-drag-header-line)
8748 (mouse-drag-vertical-line-rightward-window): Remove.
8749 (mouse-drag-line): New function.
8750 (mouse-drag-mode-line, mouse-drag-header-line)
8751 (mouse-drag-vertical-line): Call mouse-drag-line.
8752 * window.el (window-at-side-p, windows-at-side): New functions.
8753
7e1361d9
UM
87542011-10-21 Ulrich Mueller <ulm@gentoo.org>
8755
8756 * tar-mode.el (tar-grind-file-mode):
8757 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8758
30fcaf3a
CY
87592011-10-21 Chong Yidong <cyd@gnu.org>
8760
8761 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8762 * progmodes/vera-mode.el (vera-mode):
8763 Use mode-require-final-newline.
30fcaf3a 8764
516eddb0
GM
87652011-10-20 Glenn Morris <rgm@gnu.org>
8766
db22a3c2 8767 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8768
10d5f513
CS
87692011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8770
8771 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8772
ac6c8639
CY
87732011-10-20 Chong Yidong <cyd@gnu.org>
8774
8775 * emulation/cua-base.el (cua-mode):
8776 * mail/footnote.el (footnote-mode):
8777 * mail/mailabbrev.el (mail-abbrevs-mode):
8778 * net/xesam.el (xesam-minor-mode):
8779 * progmodes/bug-reference.el (bug-reference-mode):
8780 * progmodes/cap-words.el (capitalized-words-mode):
8781 * progmodes/compile.el (compilation-minor-mode)
8782 (compilation-shell-minor-mode):
8783 * progmodes/gud.el (gud-tooltip-mode):
8784 * progmodes/hideif.el (hide-ifdef-mode):
8785 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8786 * progmodes/subword.el (subword-mode):
8787 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8788 * progmodes/which-func.el (which-function-mode):
8789 * term/tvi970.el (tvi970-set-keypad-mode):
8790 * term/vt100.el (vt100-wide-mode):
8791 * textmodes/flyspell.el (flyspell-mode):
8792 * textmodes/ispell.el (ispell-minor-mode):
8793 * textmodes/nroff-mode.el (nroff-electric-mode):
8794 * textmodes/paragraphs.el (use-hard-newlines):
8795 * textmodes/refill.el (refill-mode):
8796 * textmodes/reftex.el (reftex-mode):
8797 * textmodes/rst.el (rst-minor-mode):
8798 * textmodes/sgml-mode.el (html-autoview-mode)
8799 (sgml-electric-tag-pair-mode):
8800 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8801 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8802 * emulation/crisp.el (crisp-mode):
8803 * emacs-lisp/eldoc.el (eldoc-mode):
8804 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8805 minor mode behavior.
8806
aa42ab43
JL
88072011-10-19 Juri Linkov <juri@jurta.org>
8808
8809 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8810 the list of hard-coded chars with escape-glyph face.
8811
89400f1d
SM
88122011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8813
8814 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8815
305c07f6
MA
88162011-10-19 Michael Albinus <michael.albinus@gmx.de>
8817
8818 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8819 running process.
8820
13754b54
GM
88212011-10-19 Glenn Morris <rgm@gnu.org>
8822
8823 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8824 Ignore ignored files. (Bug#9726)
8825
06e21633
CY
88262011-10-19 Chong Yidong <cyd@gnu.org>
8827
8828 Doc fix for minor modes, stating that an omitted argument enables
8829 the mode unconditionally when called from Lisp.
8830
8831 * abbrev.el (abbrev-mode):
8832 * allout.el (allout-mode):
8833 * autoinsert.el (auto-insert-mode):
8834 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8835 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8836 (global-auto-revert-mode):
8837 * battery.el (display-battery-mode):
8838 * composite.el (global-auto-composition-mode)
8839 (auto-composition-mode):
8840 * delsel.el (delete-selection-mode):
8841 * desktop.el (desktop-save-mode):
8842 * dired-x.el (dired-omit-mode):
8843 * dirtrack.el (dirtrack-mode):
8844 * doc-view.el (doc-view-minor-mode):
8845 * double.el (double-mode):
8846 * electric.el (electric-indent-mode, electric-pair-mode):
8847 * emacs-lock.el (emacs-lock-mode):
8848 * epa-hook.el (auto-encryption-mode):
8849 * follow.el (follow-mode):
8850 * font-core.el (font-lock-mode):
8851 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8852 * help.el (temp-buffer-resize-mode):
8853 * hilit-chg.el (highlight-changes-mode)
8854 (highlight-changes-visible-mode):
8855 * hi-lock.el (hi-lock-mode):
8856 * hl-line.el (hl-line-mode, global-hl-line-mode):
8857 * icomplete.el (icomplete-mode):
8858 * ido.el (ido-everywhere):
8859 * image-file.el (auto-image-file-mode):
8860 * image-mode.el (image-minor-mode):
8861 * iswitchb.el (iswitchb-mode):
8862 * jka-cmpr-hook.el (auto-compression-mode):
8863 * linum.el (linum-mode):
8864 * longlines.el (longlines-mode):
8865 * master.el (master-mode):
8866 * mb-depth.el (minibuffer-depth-indicate-mode):
8867 * menu-bar.el (menu-bar-mode):
8868 * minibuf-eldef.el (minibuffer-electric-default-mode):
8869 * mouse-sel.el (mouse-sel-mode):
8870 * msb.el (msb-mode):
8871 * mwheel.el (mouse-wheel-mode):
8872 * outline.el (outline-minor-mode):
8873 * paren.el (show-paren-mode):
8874 * recentf.el (recentf-mode):
8875 * reveal.el (reveal-mode, global-reveal-mode):
8876 * rfn-eshadow.el (file-name-shadow-mode):
8877 * ruler-mode.el (ruler-mode):
8878 * savehist.el (savehist-mode):
8879 * scroll-all.el (scroll-all-mode):
8880 * scroll-bar.el (scroll-bar-mode):
8881 * server.el (server-mode):
8882 * shell.el (shell-dirtrack-mode):
8883 * simple.el (auto-fill-mode, transient-mark-mode)
8884 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8885 (line-number-mode, column-number-mode, size-indication-mode)
8886 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8887 * strokes.el (strokes-mode):
8888 * time.el (display-time-mode):
8889 * t-mouse.el (gpm-mouse-mode):
8890 * tool-bar.el (tool-bar-mode):
8891 * tooltip.el (tooltip-mode):
8892 * type-break.el (type-break-mode-line-message-mode)
8893 (type-break-query-mode):
8894 * view.el (view-mode):
8895 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8896 (global-whitespace-mode, global-whitespace-newline-mode):
8897 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8898
a3839de2
SM
8899 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8900 Fix autogenerated docstring.
06e21633 8901
5214e501
JL
89022011-10-19 Juri Linkov <juri@jurta.org>
8903
8904 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8905 by checking environment variables "DESKTOP_SESSION" and
8906 "XDG_CURRENT_DESKTOP". (Bug#9779)
8907
195f8db9
JL
89082011-10-19 Juri Linkov <juri@jurta.org>
8909
8910 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8911 (browse-url-chromium-program, browse-url-chromium-arguments):
8912 New defcustoms.
8913 (browse-url-default-browser): Check for `browse-url-chromium' and
8914 call `browse-url-chromium-program'.
8915 (browse-url-chromium): New command. (Bug#9779)
8916
343a34ff
JB
89172011-10-18 Juanma Barranquero <lekktu@gmail.com>
8918
8919 * facemenu.el (list-colors-duplicates): On Windows, detect more
8920 duplicates by assuming that only colors matching "^System" are
8921 special "system colors". (Bug#9722)
8922
6978a151
SM
89232011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8926 to distinguish the author from the committer.
8927
6a80b297
MA
89282011-10-18 Michael Albinus <michael.albinus@gmx.de>
8929
8930 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8931
b31a5677
JK
89322011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8933
8934 * international/mule.el (sgml-html-meta-auto-coding-function):
8935 Add support for detecting encoding in HTML5 specified only as
8936 <meta charset="UTF-8">. Implementation just makes http-equiv and
8937 content-type parts from HTML4 encoding string optional. (Bug#9716)
8938
80c6d77f
GM
89392011-10-18 Glenn Morris <rgm@gnu.org>
8940
8941 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8942
08b0fee8
CY
89432011-10-18 Chong Yidong <cyd@gnu.org>
8944
8945 * faces.el (cursor): Doc fix.
8946
67e729a5
CY
89472011-10-17 Chong Yidong <cyd@gnu.org>
8948
8949 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8950
343a34ff 89512011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8952
8953 * dirtrack.el (dirtrack): Support shell buffers with path
8954 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8955
0bc06380
TZ
89562011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8957
8958 * json.el: Bump version to 1.3 and note change in History.
8959 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8960
8b79f3e0
SM
89612011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8962
5a7c536b
SM
8963 * comint.el (comint-insert-input, comint-send-input)
8964 (comint-get-old-input-default, comint-backward-matching-input)
8965 (comint-next-prompt): Use nil instead of `input' for field property of
8966 past user input (bug#114).
8967
96a8a0df
SM
8968 * minibuffer.el (completion--replace): Inherit surrounding properties
8969 (bug#114).
8970 (minibuffer-complete-and-exit): Use it.
8971
8b79f3e0
SM
8972 * comint.el (comint--table-subvert): Quote the all-completions output
8973 (bug#9160).
8974
b8f7ff0d
MR
89752011-10-17 Martin Rudalics <rudalics@gmx.at>
8976
8b79f3e0 8977 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8978
b8f7ff0d 8979 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8980 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8981 entries and separate them from frame entries.
8982
c235b555
GM
89832011-10-15 Glenn Morris <rgm@gnu.org>
8984
8985 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8986 Doc fixes.
8987
6bbfa6e1
CY
89882011-10-15 Chong Yidong <cyd@stupidchicken.com>
8989
8b79f3e0
SM
8990 * net/network-stream.el (network-stream-open-starttls):
8991 Improve detection of failure due to lack of TLS support.
ec5c990d 8992
6bbfa6e1
CY
8993 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8994 putting the input text in front and in bold.
8995
98488977
SM
89962011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8997
3d1337be
SM
8998 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8999
ee0b45e4
SM
9000 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9001 empty buffer.
9002
98488977
SM
9003 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9004 unread-command-events rather than pushing yet-another event.
9005
186f4720
EZ
90062011-10-14 Eli Zaretskii <eliz@gnu.org>
9007
9008 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9009 the explanation of the possible choices. Make the options passed
9010 to completing-read shorter.
9011
8b7a997c
AM
90122011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9013
9014 * textmodes/flyspell.el (flyspell-large-region): Make sure
9015 extended character mode is used if defined (Bug#1339).
9016
12587bbb
EZ
90172011-10-13 Eli Zaretskii <eliz@gnu.org>
9018
9019 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9020 character info for LRE, LRO, RLE, and RLO characters by appending
9021 an invisible PDF.
12587bbb 9022
bad41229
SM
90232011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9026 even in case of error; add debug spec; simplify data flow.
9027 (with-timeout-handler): Remove.
9028
28dbc92f
MA
90292011-10-12 Michael Albinus <michael.albinus@gmx.de>
9030
9031 Fix Bug#6019, Bug#9315.
9032
9033 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9034 complete `buffer-file-name', the local file name part could look
9035 remotely (for example on VMS).
9036
9037 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9038 `tramp-run-real-handler'.
9039 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9040 already quoted by '"'.
9041
9042 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9043 Let `file-name-handler-alist' be nil, the local file name part
9044 could look remotely (for example on VMS).
9045
e1b0b23a
SM
90462011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9049 from here...
9050 (flyspell-post-command-hook): ...to here.
9051
a120bde9
SM
90522011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9055 if not needed.
9056 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9057 using completion. Protect against "slow" callers.
9058 Remove the "message hack".
9059
7ce7717b
JL
90602011-10-11 Juri Linkov <juri@jurta.org>
9061
9062 * isearch.el (isearch-lazy-highlight-word): New variable.
9063 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9064 Use it. (Bug#9727)
9065
c02ee9d6
GM
90662011-10-11 Glenn Morris <rgm@gnu.org>
9067
9068 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9069 like f90-previous-statement does.
9070
93e616fd 90712011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9072
1f190e73 9073 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9074 only in interactive use, to avoid error.
9075
af7b6078
SM
90762011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * minibuffer.el (completion-file-name-table): Fix last change,
9079 i.e. ignore normal errors but not the other ones.
9080
0563dae9
MR
90812011-10-10 Martin Rudalics <rudalics@gmx.at>
9082
9083 * window.el (special-display-buffer-names)
9084 (special-display-regexps): Remove some remnants of earlier
9085 changes from doc-strings.
366ca7f3
MR
9086 (quit-windows-on): New function.
9087
9088 * vc/vc.el (vc-revert, vc-rollback):
9089 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9090 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9091 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9092
49677495
MR
90932011-10-09 Martin Rudalics <rudalics@gmx.at>
9094
9095 * window.el (frame-auto-hide-function): Add version tag.
9096 (Bug#9699)
9097
56f2d1e1
MA
90982011-10-09 Michael Albinus <michael.albinus@gmx.de>
9099
9100 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9101 condition.
9102
112a6592
LL
91032011-10-09 Leo Liu <sdl.web@gmail.com>
9104
9105 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9106 (Bug#9701)
9107
0812589b
GM
91082011-10-08 Glenn Morris <rgm@gnu.org>
9109
9110 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9111 before the first code statement zero indent. (Bug#9690)
9112
b2b0776e
CY
91132011-10-08 Chong Yidong <cyd@stupidchicken.com>
9114
9115 * simple.el (count-words-region): Always count in the region.
9116 Report the number of lines and characters too.
9117 (count-words): New command, which counts in the buffer if the
9118 region is inactive, as count-words-region used to.
9119 (count-words--message): New function. Handle plurals.
9120 (count-lines-region): Make it an alias for count-words-region.
9121
9122 * bindings.el (esc-map): Replace count-lines-region with
9123 count-words-region.
9124
c557cd6b
MR
91252011-10-08 Martin Rudalics <rudalics@gmx.at>
9126
9127 * window.el (window--delete): Delete dedicated frame
9128 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9129 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9130
61a57ef4 91312011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9132
3a7d293b 9133 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9134
c3833279
CY
91352011-10-07 Chong Yidong <cyd@stupidchicken.com>
9136
9137 * bindings.el ([M-left],[M-right]): Bind to left-word and
9138 right-word respectively.
9139
21ce8245
GM
91402011-10-07 Glenn Morris <rgm@gnu.org>
9141
9142 * cus-start.el (debug-on-quit): Fix custom type.
9143
6d823bb2
LMI
91442011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9145
0181e193
LMI
9146 * subr.el (define-key-after): Clarify that the function is not
9147 useful for non-menu keymaps.
9148
6d823bb2
LMI
9149 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9150
8e3459ce 91512011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9152
21ce8245 9153 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9154 in current minibuffer (Fix bug with recursive minibuffers).
9155
a1c2d21e
CY
91562011-10-06 Chong Yidong <cyd@stupidchicken.com>
9157
9158 * progmodes/gdb-mi.el (gdb): Doc fix.
9159
5a4cf282
MR
91602011-10-05 Martin Rudalics <rudalics@gmx.at>
9161
9162 * window.el (frame-auto-hide-function): New option replacing
9163 frame-auto-delete. Suggested by Stefan Monnier.
9164 (window--delete): Call frame-auto-hide-function instead of
9165 investigating frame-auto-delete.
c96111ea
MR
9166 (window-point-1, set-window-point-1): New functions.
9167 (window-in-direction, record-window-buffer, window-state-get-1)
9168 (display-buffer-record-window): Use window-point-1 instead of
9169 window-point.
9170 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9171
9854542e
SM
91722011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9175
8943cfb0
GM
91762011-10-05 Glenn Morris <rgm@gnu.org>
9177
9178 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9179 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9180
647ab967
LL
91812011-10-05 Leo Liu <sdl.web@gmail.com>
9182
9183 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9184 works with buffer object.
9185
3ddfbced
SM
91862011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * mpc.el (mpc-tool-bar-map): Add labels.
9189
bdfa5dd2
GM
91902011-10-04 Glenn Morris <rgm@gnu.org>
9191
9192 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9193
0e2070b5
MR
91942011-10-04 Martin Rudalics <rudalics@gmx.at>
9195
9196 * window.el (window--delete): New function.
9197 (frame-auto-delete): Resuscitate option.
9198 (bury-buffer, replace-buffer-in-windows)
9199 (quit-window): Rewrite using window--delete.
9200 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9201 Pass display-buffer-mark-dedicated to window--display-buffer-2
9202 (Bug#9639).
9203
3dc61a09
SM
92042011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9205
915a9b64
SM
9206 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9207 returns a list (bug#9554). Add remote file name completion.
9208 * comint.el (comint--table-subvert): Curry and get quote&unquote
9209 functions as arguments.
9210 (comint--complete-file-name-data): Adjust call accordingly.
9211 * pcomplete.el (pcomplete--table-subvert): Remove.
9212 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9213
3dc61a09
SM
9214 * minibuffer.el (completion-table-case-fold): Use currying.
9215 (completion--styles-type, completion--cycling-threshold-type):
9216 New constants.
9217 (completion-styles, completion-category-overrides)
9218 (completion-cycle-threshold): Use them.
9219 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9220 completion-table-case-fold.
9221
8ea0a993
SB
92222011-10-03 Stephen Berman <stephen.berman@gmx.net>
9223
9224 * minibuffer.el (completion-category-overrides): Fix type of styles
9225 and add more user friendly tags (bug#9660).
9226
8c24b7f6
SM
92272011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9230 (mule-input-method-string): New widget.
9231 (default-input-method, language-info-custom-alist): Use it.
9232
428fe61a
SM
92332011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9234
32c1fffd
SM
9235 * pcomplete.el: Require comint.
9236 (pcomplete--common-suffix): Remove.
9237 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9238 (pcomplete--table-subvert): Sync with comint--table-subvert.
9239 (pcomplete--entries): Use comint-completion-file-name-table.
9240 * comint.el (comint-unquote-filename): Simplify.
9241 (comint-completion-file-name-table): New function (bug#9616).
9242 (comint--complete-file-name-data): Use it.
9243
428fe61a
SM
9244 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9245 (pcmpl-gnu-tar-buffer): Remove.
9246 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9247 around. Make sure pcomplete-suffix-list is only changed temporarily.
9248 Don't look inside the tar's file if it's too large.
428fe61a 9249
04c52e2f
CY
92502011-10-01 Chong Yidong <cyd@stupidchicken.com>
9251
ce3cefcc
CY
9252 * cus-edit.el (custom-mode-map):
9253 * epa.el (epa-key-list-mode-map):
9254 * man.el (Man-mode-map):
9255 * startup.el (splash-screen-keymap):
9256 * simple.el (special-mode-map): Use scroll-up-command and
9257 scroll-down-command.
9258
9259 * progmodes/idlw-help.el (idlwave-help-mode-map):
9260 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9261 * net/newst-plainview.el (newsticker-mode-map):
9262 * emulation/ws-mode.el (wordstar-mode-map):
9263 * emulation/vi.el (vi-com-map):
9264 * calc/calc-graph.el (calc-graph-show-dumb):
9265 * term/sun.el (terminal-init-sun):
9266 * term/ns-win.el (global-map):
9267 * progmodes/grep.el (grep-mode-map):
9268 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9269 * mail/rmail.el (rmail-mode-map):
9270 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9271
04c52e2f
CY
9272 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9273 custom-safe-themes as special.
9274
79adf8c8
JD
92752011-10-01 Julien Danjou <julien@danjou.info>
9276
9277 * notifications.el (notifications-notify): Fix docstring.
9278
63bd50d3
PS
92792011-10-01 Per Starbäck <per@starback.se>
9280
9281 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9282
199e4c7e
MR
92832011-09-30 Martin Rudalics <rudalics@gmx.at>
9284
9285 * startup.el (command-line-1): Fix last fix by inserting
9286 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9287 (Bug#9605) and (Bug#9636)
199e4c7e 9288
fe5f08dd
EZ
92892011-09-29 Eli Zaretskii <eliz@gnu.org>
9290
9291 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9292 window is hscrolled, move by logical lines. (Bug#9607)
9293 (line-move-visual): Update the doc string to the above effect.
9294
b5516bbd
MR
92952011-09-29 Martin Rudalics <rudalics@gmx.at>
9296
ccee00c0
MR
9297 * window.el (display-buffer-record-window): When WINDOW is the
9298 selected window use `point' instead of `window-point'. (Bug#9626)
9299
b5516bbd
MR
9300 * startup.el (command-line-1): Use insert-before-markers when
9301 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9302
b5516bbd
MR
9303 * help.el (help-window): Remove variable.
9304
52aa0014
GM
93052011-09-29 Glenn Morris <rgm@gnu.org>
9306
9307 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9308
df9a7357
JB
93092011-09-29 Juanma Barranquero <lekktu@gmail.com>
9310
9311 * descr-text.el (describe-char-categories): Accept category
9312 descriptions more than one line long.
9313
a8406c20
SM
93142011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9315
88d9610c
SM
9316 * simple.el (delete-trailing-whitespace): Fix last change.
9317
a5daf810
SM
9318 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9319 Don't confuse "y => 3" as the beginning of a `y' operation.
9320
a8406c20
SM
9321 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9322 object has more than 4 slots (bug#9613).
9323
a239d4e9
JB
93242011-09-28 Juanma Barranquero <lekktu@gmail.com>
9325
9326 * subr.el (with-output-to-temp-buffer):
9327 * net/quickurl.el (quickurl, quickurl-browse-url):
9328 Fix typos in docstrings.
9329
693fbdb6
EZ
93302011-09-27 Eli Zaretskii <eliz@gnu.org>
9331
9332 * minibuffer.el (completion-styles)
9333 (completion-category-overrides): Cross reference each other in doc
9334 strings.
9335
8b457e28
GM
93362011-09-27 Glenn Morris <rgm@gnu.org>
9337
9338 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9339 to split-string. (Bug#9606)
9340
85a16208
LMI
93412011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9342
9343 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9344 (bug#9615).
9345
502f9ebd
CY
93462011-09-27 Chong Yidong <cyd@stupidchicken.com>
9347
9348 * emacs-lisp/package.el (list-packages): Fix echo area message.
9349
7690bdea
LL
93502011-09-27 Leo Liu <sdl.web@gmail.com>
9351
9352 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9353
e2ee6f30
MA
93542011-09-25 Michael Albinus <michael.albinus@gmx.de>
9355
9356 * net/dbus.el (dbus-unregister-object): Don't release services for
9357 registered signals. (Bug#9581)
9358
f3f98342
TZ
93592011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9360
9361 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9362 function that picks between cfengine 2 and 3 support
9363 automatically. Update docs accordingly.
9364
dd7aa8dd
KH
93652011-09-22 Kenichi Handa <handa@m17n.org>
9366
9367 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9368 ZERO.
9369 (indian-itrans-v5-table-for-tamil): New variable.
9370 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9371
3f2b07f8
KM
93722011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9373
9374 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9375 that's true if the current command involved collapsing of text.
9376 It's reset to false at the beginning of the next command.
9377 (allout-post-command-business): Move the cursor to the beginning
9378 of entry if the cursor is hidden and collapsing activity just
9379 happened.
9380
371d6a61
CY
93812011-09-24 Chong Yidong <cyd@stupidchicken.com>
9382
9383 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9384 tracking (Bug#9541).
9385
2ac2721a
UJ
93862011-09-24 Ulf Jasper <ulf.jasper@web.de>
9387
9388 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9389 (newsticker-show-news): Automatically load html rendering package
9390 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9391 because w3m-fill-column is let-bound" and the error "Symbol's value
9392 as variable is void: w3m-fill-column".
2ac2721a 9393
fac7ae53
MA
93942011-09-24 Michael Albinus <michael.albinus@gmx.de>
9395
9396 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9397 Release services only if they are defined. (Bug#9581)
9398
e08b633b
RS
93992011-09-23 Richard Stallman <rms@gnu.org>
9400
e488d29c
RS
9401 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9402 distinguish start of paragraph from start of its text.
9403
19c38752
RS
9404 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9405
e08b633b
RS
9406 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9407 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9408 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9409
0a39f27e
AS
94102011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9411
9412 * international/mule-diag.el (mule-diag): Insert a newline after
9413 each fontset description.
9414
db4e950d
SM
94152011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 * simple.el (delete-trailing-whitespace):
9418 Document last change; simplify.
9419
eca3f3ea
PW
94202011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9421
d68e189a
PW
9422 * simple.el (delete-trailing-whitespace): Also delete
9423 extra newlines at the end of the buffer.
9424
eca3f3ea
PW
9425 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9426 (picture-newline): Use forward-line so as to ignore fields.
9427
01c157cc
SM
94282011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * subr.el (with-wrapper-hook): Fix edebug spec.
9431
022de23e
LMI
94322011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9433
9434 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9435 (bug#4538).
9436
91683089
MA
94372011-09-23 Michael Albinus <michael.albinus@gmx.de>
9438
eca3f3ea
PW
9439 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9440 Fix nasty bug using wrong cached values.
91683089 9441
5bdd6fa4
AM
94422011-09-23 Alan Mackenzie <acm@muc.de>
9443
9444 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9445
97adfb97
CY
94462011-09-23 Chong Yidong <cyd@stupidchicken.com>
9447
9448 * window.el (pop-to-buffer): Ensure right window is selected if we
9449 chose another frame.
9450
d4ef2b50
EZ
94512011-09-22 Eli Zaretskii <eliz@gnu.org>
9452
9453 * simple.el (what-cursor-position): Use get-char-property-change
9454 and next-single-char-property-change, to be able to show display
9455 properties that come from overlays as well as text properties.
9456
72258fe5
CY
94572011-09-22 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9460
9461 * cmuscheme.el (run-scheme, switch-to-scheme):
9462 * cus-edit.el (customize-group, custom-buffer-create)
9463 (customize-browse):
9464 * info.el (info):
9465 * shell.el (shell):
9466 * mail/sendmail.el (mail):
9467 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9468
8f098516
RS
94692011-09-22 Richard Stallman <rms@gnu.org>
9470
9471 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9472 move back only to line beg, don't move back over blank lines.
9473
e74f1bb6
MA
94742011-09-22 Michael Albinus <michael.albinus@gmx.de>
9475
9476 * files.el (copy-directory): Set directory attributes only in case
9477 they could be retrieved from the source directory. (Bug#9565)
9478
bfeef8b6
DK
94792011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9480
9481 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9482 (hs-find-block-beginning, hs-hide-level-recursive):
9483 Ignore strings as well as comments. (Bug#9502)
9484
7e423bb8
AS
94852011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9486
9487 * progmodes/sql.el (sql-comint-postgres):
9488 Convert port number to a string. (Bug#9566)
9489
b4d72fcf
MR
94902011-09-22 Martin Rudalics <rudalics@gmx.at>
9491
9492 * window.el (quit-window): Undedicate window when switching to
9493 previous buffer. Reported by Thierry Volpiatto
9494 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9495 (special-display-popup-frame): When popping up a new frame reset
9496 its previous buffers to nil. Simplify code.
b4d72fcf 9497
a7b88dc6
MA
94982011-09-21 Michael Albinus <michael.albinus@gmx.de>
9499
9500 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9501 and process filter, as done also in `shell-command'.
9502
cf4eacfd
MR
95032011-09-21 Martin Rudalics <rudalics@gmx.at>
9504
eca3f3ea 9505 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9506 Call set-window-start with NOFORCE argument t.
9507 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9508 (quit-window): Reword doc-string. Handle new format of
9509 quit-restore parameter. Don't delete window if it has a
9510 previous buffer we can show instead of the present one.
9511 (display-buffer-record-window): Rewrite using a new format for
9512 the quit-restore window parameter
9513 (special-display-popup-frame, display-buffer-same-window)
9514 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9515 (display-buffer-pop-up-window, display-buffer-use-some-window):
9516 Adapt symbol passed to display-buffer-record-window.
9517 * help.el (help-window-setup): Handle new format of quit-restore
9518 parameter.
9519
8d28cb95
SM
95202011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9521
94ab793f
SM
9522 * faces.el (face-list): Fix docstring (bug#9564).
9523
8d28cb95
SM
9524 * window.el (display-buffer--action-function-custom-type):
9525 Don't include internal functions in the Custom interface.
9526
3820edeb
JL
95272011-09-20 Juri Linkov <juri@jurta.org>
9528
9529 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9530 (Info-forward-node, Info-backward-node, Info-next-preorder)
9531 (Info-last-preorder): Use it. (Bug#9528)
9532
5147931d
JL
95332011-09-20 Juri Linkov <juri@jurta.org>
9534
9535 * info.el (Info-last-preorder): Visit last menu item only when
9536 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9537
cf499a1a
JD
95382011-09-20 Julien Danjou <julien@danjou.info>
9539
9540 * password-cache.el (password-cache-remove): Remove entries even if the
9541 value is nil, so that password with a nil value (negative caching) is
9542 possible to invalidate.
9543
f84e2fe2
LM
95442011-09-20 Lawrence Mitchell <wence@gmx.li>
9545
9546 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9547 all whitespace around breakpoint. (Bug#9553)
9548 (f90-find-breakpoint): Only break at whitespace inside a comment.
9549
78054a46
SM
95502011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * minibuffer.el (completion-file-name-table): Keep track of errors.
9553 (completion-table-with-predicate): Handle the case where pred1 is nil.
9554 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9555
345083b2
SM
95562011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9557
e24e27be
SM
9558 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9559 (debugger-return-value): Signal an error if the debugging context does
9560 not await any return value.
9561
345083b2
SM
9562 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9563 * image-mode.el (image-toggle-display-text)
9564 (image-toggle-display-image): Stay away from evil `intangible'.
9565
08d355e3
LL
95662011-09-19 Leo Liu <sdl.web@gmail.com>
9567
9568 * replace.el (occur-revert-arguments): Make it permanent-local.
9569 (occur-mode): Don't call font-lock-defontify.
9570
f01da43f
CY
95712011-09-19 Chong Yidong <cyd@stupidchicken.com>
9572
9573 * net/ldap.el (ldap-search-internal): Don't push empty search
9574 result (Bug#9508).
9575
b6072fa6
SM
95762011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9579
443d6696
MA
95802011-09-19 Michael Albinus <michael.albinus@gmx.de>
9581
9582 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9583 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9584
7cc6e154
JL
95852011-09-18 Juri Linkov <juri@jurta.org>
9586
9587 * buff-menu.el (Buffer-menu-mode-map):
9588 * dired.el (dired-mode-map):
9589 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9590 (lisp-interaction-mode-map):
9591 * emacs-lisp/package.el (package-menu-mode-map):
9592 * epa.el (epa-key-list-mode-map):
9593 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9594 (menu-bar-options-menu):
9595 * outline.el (outline-mode-menu-bar-map):
9596 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9597 * vc/vc-dir.el (vc-dir-menu-map):
9598 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9599 Capitalize non-function content words in menu item strings.
9600
9601 * dired.el (dired-mode-map): Add menu item for
9602 `image-dired-dired-toggle-marked-thumbs'.
9603
80302a81
JL
96042011-09-18 Juri Linkov <juri@jurta.org>
9605
9606 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9607 to `isearch-case-fold-search' and restore its original value
9608 after the `isearch-mode' call.
9609
46c5cf66
JL
96102011-09-18 Juri Linkov <juri@jurta.org>
9611
9612 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9613 because `zgrep' returns 1 for successful matches (bug#9226).
9614
d18b513b
JL
96152011-09-18 Juri Linkov <juri@jurta.org>
9616
9617 * info.el (Info-extract-menu-node-name): Check the second match
9618 for empty string (second test-case of bug#9528).
9619 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9620 intermediate nodes to the history (first test-case of bug#9528).
9621
72753f87
JL
96222011-09-18 Juri Linkov <juri@jurta.org>
9623
9624 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9625 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9626
c9384295
JL
96272011-09-18 Juri Linkov <juri@jurta.org>
9628
1154d12e
JB
9629 * info.el (Info-file-supports-index-cookies):
9630 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9631 outputs one more line for long file names (bug#4142).
c9384295 9632
d473dce8
CY
96332011-09-18 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * newcomment.el (comment-normalize-vars): If prompting for
9636 comment-start, set comment-start-skip too (Bug#8424).
9637
2176854d
JB
96382011-09-18 Johan Bockgård <bojohan@gnu.org>
9639
9640 * icomplete.el: Fix previous fix of Bug#5849.
9641 (icomplete-mode): Don't set completion-show-inline-help.
9642 (icomplete-minibuffer-setup): Set completion-show-inline-help
9643 locally during icompletion.
9644
3aace4e4
CY
96452011-09-18 Chong Yidong <cyd@stupidchicken.com>
9646
c940224f
CY
9647 * woman.el (woman2-process-escapes): Don't delete unrecognized
9648 escapes (Bug#7843).
9649
3aace4e4
CY
9650 * files.el (inhibit-first-line-modes-regexps): Add image files.
9651 (hack-local-variables-prop-line): Return nil for malformed
9652 prop-lines (Bug#9044).
9653
710dec63
MA
96542011-09-18 Michael Albinus <michael.albinus@gmx.de>
9655
9656 * net/tramp.el (top): Don't require 'shell.
9657 (tramp-methods): Fix docstring.
9658 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9659 Return complete remote file name. Handle "smb" case.
9660 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9661 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9662
9663 * net/tramp-compat.el (top): Require 'shell.
9664
9665 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9666 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9667 `tramp-current-host'.
9668 (tramp-get-remote-tmpdir): Remove.
9669
9670 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9671 `tramp-tmpdir' entries.
9672 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9673 (tramp-smb-handle-file-attributes): Ignore errors.
9674 (tramp-smb-wait-for-output): Check also for process end.
9675
5d5ac8ec
LMI
96762011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9677
9678 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9679 when sending QUIT (bug#9312).
9680
8c0f49f0
CY
96812011-09-17 Chong Yidong <cyd@stupidchicken.com>
9682
9683 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9684 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9685 occur-mode-display-occurrence.
9686 (occur-edit-mode): Add usage message.
9687 (occur-cease-edit): New command.
9688 (occur-after-change-function): Use text properties to find the
9689 position of the prefix text.
9690 (occur-engine): Set stickiness of prefix text properties.
9691
8f1383f7
GM
96922011-09-17 Glenn Morris <rgm@gnu.org>
9693
9694 * progmodes/etags.el (complete-tag):
9695 Fix call to completion-in-region. (Bug#9526)
9696
744ba0e3
JL
96972011-09-17 Juri Linkov <juri@jurta.org>
9698
9699 * textmodes/ispell.el (ispell-word): Add to the error message
9700 the word, ispell program name and current dictionary (bug#9121).
9701 (ispell-tex-arg-end): Capitalize "error" in the error message.
9702
d9bbf400
AS
97032011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9704
9705 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9706 check. (Bug#4251)
9707
8da11505
JL
97082011-09-17 Juri Linkov <juri@jurta.org>
9709
9710 * window.el (window-safe-min-height, window-safe-min-width):
9711 Fix typos (followup to bug#9522).
9712
a91adc7e
SJ
97132011-09-17 Sven Joachim <svenjoac@gmx.de>
9714
9715 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9716
064f328a
EZ
97172011-09-16 Eli Zaretskii <eliz@gnu.org>
9718
9719 * simple.el (line-move): If goal-column is set, move by logical
9720 lines, not by display lines. (Bug#971)
9721 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9722 to reflect the above change.
9723
e69df516
SM
97242011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * image.el (imagemagick-register-types): Use regexp-opt.
9727
cbb0f9ab
CY
97282011-09-15 Chong Yidong <cyd@stupidchicken.com>
9729
9730 * window.el (display-buffer-base-action): Rename from
9731 display-buffer-default-action. Make default value empty.
9732 (display-buffer-overriding-action): Convert to defvar.
9733 (display-buffer-fallback-action): New var.
9734
25322144
CY
97352011-09-15 Chong Yidong <cyd@stupidchicken.com>
9736
9737 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9738 declaration.
9739 (package--add-to-archive-contents): If there is a duplicate entry
9740 with an older version, remove it.
9741 (package-menu-mark-delete, package-menu-mark-install)
9742 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9743 (package-menu-mark-obsolete-for-deletion):
9744 Use package-menu-get-status instead of a regexp search.
25322144
CY
9745 (package-menu-get-status): Use tabulated-list-entry.
9746 (package-menu-mark-upgrades): New command.
d770725a 9747 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9748 (package-menu-execute): Do installation before deletion.
9749 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9750 instead of checking major-mode.
9751 (package-menu--find-upgrades): New function.
9752
7520339c
LMI
97532011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9754
9755 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9756 passwords in the log buffer.
65a046c4
LMI
9757 (smtpmail-process-filter): Update the process marker so that the
9758 "broken by peer" status message is inserted in the right place.
7520339c 9759
d3c30954
SM
97602011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9761
3fe48822
SM
9762 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9763 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9764 bibtex-completion-at-point-function.
9765 (bibtex-completion-at-point-function): Use them.
9766
1b8b3954
SM
9767 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9768
d3c30954
SM
9769 * mpc.el (mpc-constraints-tag-lookup): New function.
9770 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9771 also to browser "album|playlist".
9772
72779976
JL
97732011-09-14 Juri Linkov <juri@jurta.org>
9774
9775 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9776 (isearch-edit-string): Use length of `isearch-string' when
9777 `isearch-fail-pos' returns nil.
9778 (isearch-message): Remove duplicate code and call
9779 `isearch-fail-pos' with arg `t'.
9780
a0bf2bcd
CY
97812011-09-14 Chong Yidong <cyd@stupidchicken.com>
9782
17bb0a2d
CY
9783 * replace.el (occur-mode-goto-occurrence): Don't force using other
9784 window (Bug#9499).
9785
a0bf2bcd
CY
9786 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9787
f678e0b6
MR
97882011-09-14 Martin Rudalics <rudalics@gmx.at>
9789
9790 * window.el (display-buffer-window): Remove.
9791 (display-buffer-record-window): Use help-setup window parameter
9792 instead of variable display-buffer-window.
9793 (display-buffer-function, special-display-buffer-names)
9794 (special-display-function): Mention help-setup parameter instead
9795 of display-buffer-window in doc-string.
d3c30954
SM
9796 * help.el (help-window-setup): New argument help-window.
9797 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9798 Reword some messages.
9799 (with-help-window): Pass window used for displaying the buffer
9800 to help-window-setup. Don't set display-buffer-window.
9801
8e39b2e8
GM
98022011-09-13 Glenn Morris <rgm@gnu.org>
9803
9804 * emacs-lisp/debug.el (debugger-make-xrefs):
9805 Preserve point. (Bug#9462)
9806
85e9c04b
CY
98072011-09-13 Chong Yidong <cyd@stupidchicken.com>
9808
9809 * window.el (window-deletable-p): Use next-frame.
9810
1b36ed6a
MR
98112011-09-13 Martin Rudalics <rudalics@gmx.at>
9812
9813 * window.el (window-auto-delete): Remove.
9814 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9815 dedication and previous buffers.
1b36ed6a
MR
9816 (switch-to-prev-buffer): Don't delete window.
9817 (delete-windows-on): Delete a window's frame if and only if the
9818 window is dedicated.
9819 (replace-buffer-in-windows): Delete buffer's window or frame if
9820 and only if window is dedicated.
9821 (quit-window): Handle quit-restore as before last change.
4d61f28d 9822 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9823
ef8ef9fb
CY
98242011-09-13 Chong Yidong <cyd@stupidchicken.com>
9825
9826 * window.el (window-deletable-p): Never delete the last frame on a
9827 given terminal.
9828
b2cba41e
GM
98292011-09-13 Glenn Morris <rgm@gnu.org>
9830
9831 * help.el (describe-key-briefly): Copy previous standard-output change.
9832
51553db6 98332011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9834
9835 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9836
b7556719
GM
98372011-09-13 Glenn Morris <rgm@gnu.org>
9838
9839 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9840 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9841
64b51947
CY
98422011-09-12 Chong Yidong <cyd@stupidchicken.com>
9843
9844 * dired-aux.el (dired-mark-read-string): Don't return default
9845 value on empty input (Bug#9361).
9846 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9847 Omit initial minibuffer contents.
9848 (dired-do-chmod): Signal an error on empty input.
9849 (dired-mark-read-string): Don't return default on empty input.
9850
9851 * files.el (file-modes-symbolic-to-number): Doc fix.
9852
393a301e
SM
98532011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9854
9855 * international/mule-cmds.el (ucs-completions): Remove.
9856 (read-char-by-name): Use complete-with-action instead; add metadata.
9857
fa5660f9
CY
98582011-09-11 Chong Yidong <cyd@stupidchicken.com>
9859
9860 * window.el (display-buffer--action-function-custom-type)
9861 (display-buffer--action-custom-type): New vars.
9862 (display-buffer-alist, display-buffer-default-action)
9863 (display-buffer-overriding-action): Add defcustom types.
9864
4a592f66
CY
9865 * frame.el (delete-other-frames): Doc fix (Bug#276).
9866
73d56dbd
LMI
98672011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9868
9869 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9870
37ac18a3
CY
98712011-09-11 Chong Yidong <cyd@stupidchicken.com>
9872
9873 Change modes that used same-window-* vars to use switch-to-buffer.
9874
9875 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9876 Use switch-to-buffer.
9877
9878 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9879 (customize-browse, custom-buffer-create-other-window):
9880 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9881
9882 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9883 (Info-prev, Info-up, Info-speedbar-goto-node)
9884 (info-display-manual): Use switch-to-buffer.
9885 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9886
9887 * mail/sendmail.el (mail): Use switch-to-buffer.
9888 (mail-recover): Use switch-to-buffer-other-window.
9889
9890 * cmuscheme.el (run-scheme, switch-to-scheme):
9891 * ielm.el (ielm):
9892 * shell.el (shell):
9893 * net/rlogin.el (rlogin):
9894 * net/telnet.el (telnet, rsh):
9895 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9896
10195bd6
AS
98972011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9898
9899 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9900
b322f63a
LMI
99012011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9902
39d7fed6
LMI
9903 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9904 so don't mention it (bug#9301).
ba5a81f1 9905 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9906
ee0e9f11
LMI
9907 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9908 match `x', `w32' and `ns', like the manual says (bug#9029).
9909
0b1c89c1 9910 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9911 (process-kill-buffer-query-function): Mention the buffer name in
9912 the query.
0b1c89c1 9913
77549ea8
LMI
9914 * image-mode.el (image-next-line): The line parameter is mandatory
9915 (bug#9258).
9916
803ef892
LMI
9917 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9918 which can be useful (bug#9301).
9919
12980837
LMI
9920 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9921
91054f8f
LMI
9922 * subr.el (match-string): Mention that the current buffer should
9923 be the same as the search was done in (bug#9282).
9924
b322f63a
LMI
9925 * facemenu.el: Disable the remove-* commands if the mark isn't
9926 active (bug#9162).
9927
3199b96f
CY
99282011-09-10 Chong Yidong <cyd@stupidchicken.com>
9929
9930 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9931 of display-buffer.
9932 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9933
9934 * replace.el (occur-mode-goto-occurrence)
9935 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9936 and display-buffer.
9937
9938 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9939 display-buffer.
9940
9941 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9942 special-display and same-window variables.
9943 (mail-other-window): Use switch-to-buffer-other-window.
9944 (mail-other-frame): USe switch-to-buffer-other-frame.
9945
393a301e
SM
9946 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9947 Use display-buffer-other-frame.
3199b96f
CY
9948 (gdb-display-gdb-buffer): Use pop-to-buffer.
9949
9950 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9951
9952 * progmodes/python.el: Don't set same-window-buffer-names.
9953
9954 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9955
9956 * window.el (display-buffer-alist): Add *Python*.
9957
8319e0bf
CY
99582011-09-10 Chong Yidong <cyd@stupidchicken.com>
9959
9960 * window.el (display-buffer-alist): Add entry for buffers
9961 previously handled same-window-*.
9962 (display-buffer-alist, display-buffer-default-action)
9963 (display-buffer-overriding-action): Mark as risky.
9964 (display-buffer-alist): Document action function changes.
9965 (display-buffer--same-window-action)
9966 (display-buffer--other-frame-action): New variables.
9967 (switch-to-buffer, display-buffer-other-frame): Use them.
9968 (display-buffer): Rename reuse-frame entry to reusable-frames.
9969 (display-buffer-reuse-selected-window): Function deleted.
9970 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9971 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9972 (display-buffer-special): New function.
9973 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9974 display-buffer-reuse-or-pop-window. Split off special-display
9975 part into display-buffer-special.
9976 (display-buffer-use-some-window): Don't perform any special
9977 pop-up-frames handling.
9978 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9979 (display-buffer--maybe-same-window): Rename from
0d3ff375 9980 display-buffer-maybe-same-window.
8319e0bf 9981
919a69aa
CY
9982 * info.el: Don't set same-window-regexps.
9983 (info-setup): New function.
9984 (info-other-window, info): Call it.
9985
9986 * cus-edit.el: Don't set same-window-regexps.
9987 (customize-group): New argument.
9988 (customize-group-other-window): Use it.
9989 (customize-face, customize-face-other-window): Likewise.
9990 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9991
8319e0bf
CY
9992 * net/rlogin.el:
9993 * net/telnet.el:
9994 * progmodes/gud.el: Don't set same-window-regexps.
9995
9996 * cmuscheme.el:
9997 * ielm.el:
9998 * shell.el:
9999 * mail/sendmail.el:
10000 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10001
25173000
JL
100022011-09-10 Juri Linkov <juri@jurta.org>
10003
10004 * isearch.el (isearch-edit-string): Remove obsolete mention of
10005 `C-w' (`isearch-yank-word-or-char') from docstring.
10006 (isearch-query-replace): Fix typo in docstring (bug#9466).
10007
056e44ef
JL
100082011-09-10 Juri Linkov <juri@jurta.org>
10009
10010 * paren.el (show-paren-function): Don't show escaped parens.
10011 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10012
c3760c17
EZ
100132011-09-10 Eli Zaretskii <eliz@gnu.org>
10014
10015 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10016 (mm-default-file-encoding): Remove autoload forms, they are
10017 replaced with autoload cookies in mml.el and mm-encode.el.
10018 (mail-add-attachment): New command.
10019 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10020 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10021 the doc string.
10022 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10023
fece895e
RT
100242011-09-10 Reuben Thomas <rrt@sc3d.org>
10025
e69df516
SM
10026 * simple.el (count-words-region): Use buffer if there's no region
10027 (bug#9429).
fece895e 10028
5e68ce4a
JL
100292011-09-09 Juri Linkov <juri@jurta.org>
10030
10031 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10032 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10033 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10034
0a6b9622
AM
100352011-09-09 Alan Mackenzie <acm@muc.de>
10036
10037 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10038 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10039
14a29deb
EZ
100402011-09-09 Eli Zaretskii <eliz@gnu.org>
10041
10042 Fix for Savannah bug#9392.
10043 * simple.el (mail-encode-mml): New defvar.
10044
10045 * mail/rmail.el (mail-encode-mml): Add a defvar.
10046 (rmail-enable-mime-composing): Default to t.
10047 (rmail-forward): Use MIME method of forwarding only if both
10048 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10049 Set mail-encode-mml non-nil if the MIME method was used.
10050
10051 * mail/sendmail.el (mml-to-mime): Add autoload form.
10052 (mail-encode-mml): Add a defvar.
10053 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10054 to nil.
10055 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10056 message through mml-to-mime, and reset mail-encode-mml to nil.
10057
28c45130
GM
100582011-09-09 Glenn Morris <rgm@gnu.org>
10059
10060 * woman.el (woman-if-body): When processing an .el block,
10061 do not delete the next .el block as well. (Bug#9447)
69f4b618 10062 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10063
9b1c252e
MR
100642011-09-08 Martin Rudalics <rudalics@gmx.at>
10065
10066 * window.el (window-deletable-p): Make sure window is live before
10067 invoking window-prev-buffers.
10068
567457e3
LL
100692011-09-08 Leo Liu <sdl.web@gmail.com>
10070
10071 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10072
97f05794
JL
100732011-09-08 Juri Linkov <juri@jurta.org>
10074
10075 * progmodes/compile.el (compilation-environment): Make it
10076 a defcustom (bug#8340).
10077
8b0874b5
MR
100782011-09-08 Martin Rudalics <rudalics@gmx.at>
10079
10080 * window.el (frame-auto-delete): Rename to window-auto-delete.
10081 Make it control auto-deletion of windows and/or frames.
10082 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10083 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10084 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10085 Rewrite handling of case when window/frame can be deleted.
10086 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10087 argument t. (Bug#9456)
8b0874b5 10088
4feb6e73
CY
100892011-09-07 Chong Yidong <cyd@stupidchicken.com>
10090
10091 * help-mode.el (help-mode): Restore autoload.
10092
91ab9c13
JL
100932011-09-07 Juri Linkov <juri@jurta.org>
10094
10095 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10096 `compilation-environment'. Set buffer-local
10097 `compilation-environment' to `thisenv' later after (funcall mode).
10098 (Bug#8340)
10099
10100 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10101 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10102 instead of replacing its value. (Bug#8340)
10103
0527e251
JL
101042011-09-07 Juri Linkov <juri@jurta.org>
10105
10106 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10107 based on text properties put by `grep-filter' instead of matching
10108 escape sequences.
10109 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10110 to the value of `grep-error-screen-columns' (bug#9438).
10111
249f792c
JL
101122011-09-07 Juri Linkov <juri@jurta.org>
10113
10114 * simple.el (next-error-highlight, next-error-highlight-no-select):
10115 Doc fix (bug#9432).
10116
ff7271b9
OT
101172011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10118
10119 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10120 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10121
183fc730
LL
101222011-09-07 Leo Liu <sdl.web@gmail.com>
10123
10124 * net/rcirc.el (rcirc-mode): Conditionally initialize
10125 rcirc-input-ring.
10126
77694924
SM
101272011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * emacs-lisp/find-func.el (find-function-C-source): Only set
10130 find-function-C-source-directory after checking that we found a source
10131 file there (bug#9440).
10132
d809b8eb
AM
101332011-09-06 Alan Mackenzie <acm@muc.de>
10134
10135 * isearch.el (isearch-other-meta-char): Wherever a key list is
10136 unread, "unread" the prefix arg, too. This fixes bug #8901.
10137
453de99f
OG
101382011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10139
10140 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10141
90439906
JL
101422011-09-05 Juri Linkov <juri@jurta.org>
10143
10144 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10145
f62bd846
JL
101462011-09-05 Juri Linkov <juri@jurta.org>
10147
10148 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10149 keeping point where processing of grep matches begins, and
10150 continue to delete remaining escape sequences from the same point.
10151 (grep-filter): Make leading zero optional in "0?1;31m" because
10152 git-grep emits "\033[1;31m" escape sequences unlike expected
10153 "\033[01;31m" as GNU Grep does (bug#9408).
10154 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10155
045820ec
JL
101562011-09-05 Juri Linkov <juri@jurta.org>
10157
10158 * subr.el (y-or-n-p): Capitalize "yes".
10159
f5e29b9b
MA
101602011-09-04 Michael Albinus <michael.albinus@gmx.de>
10161
10162 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10163 `tramp-cache-unload-hook' where appropriate.
10164 (tramp-methods): Rename `tramp-remote-sh' to
10165 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10166 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10167
10168 * net/tramp-sh.el (top): Don't require 'shell.
10169 (tramp-methods): Add `tramp-remote-shell' and
10170 `tramp-remote-shell-args' entries.
10171 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10172 (tramp-sh-handle-shell-command): Remove.
10173 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10174 Use `tramp-remote-shell'.
10175
2784c434
CY
101762011-09-03 Chong Yidong <cyd@stupidchicken.com>
10177
393a301e 10178 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10179 (sendmail-query-once): Save directly to send-mail-function.
10180 Update message-send-mail-function too.
10181
10182 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10183
464cdf56
CS
101842011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10185
10186 * progmodes/python.el (python-mode-map): Use correct function to
10187 start python interpreter from menu-bar (as reported by Geert
10188 Kloosterman).
10189 (inferior-python-mode-map): Fix typo.
393a301e 10190 (python-shell-map): Remove.
464cdf56 10191
d37e5c87
DD
101922011-09-03 Deniz Dogan <deniz@dogan.se>
10193
10194 * net/rcirc.el (rcirc-print): Simplify code for
10195 rcirc-scroll-show-maximum-output. There is no need to walk
10196 through all windows to find the right one.
10197
f3ada0ee
CS
101982011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10199
10200 * help.el (help-return-method): Doc fix.
10201
1f3c99ca
MR
102022011-09-03 Martin Rudalics <rudalics@gmx.at>
10203
10204 * window.el (window-deletable-p): Don't return a non-nil value
10205 when there's a buffer that was shown in the window before.
10206 (Bug#9419)
393a301e
SM
10207 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10208 Set window's previous buffers to nil.
1f3c99ca 10209
a3cf097f
EZ
102102011-09-03 Eli Zaretskii <eliz@gnu.org>
10211
10212 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10213 newline before and after the tag line, so it doesn't interfere
10214 with determining the paragraph direction of bidirectional text.
10215
3d03de90
LL
102162011-09-03 Leo Liu <sdl.web@gmail.com>
10217
10218 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10219
c3313451
CY
102202011-09-02 Chong Yidong <cyd@stupidchicken.com>
10221
393a301e 10222 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10223 (pop-to-buffer): Change interactive spec. Pass second argument
10224 directly to display-buffer.
10225 (display-buffer): Fix interactive spec. Use functionp to
10226 distinguish between a function and a list of functions.
10227
10228 * abbrev.el (edit-abbrevs):
10229 * arc-mode.el (archive-extract):
10230 * autoinsert.el (auto-insert):
10231 * bookmark.el (bookmark-bmenu-list):
10232 * files.el (find-file):
10233 * view.el (view-buffer):
10234 * progmodes/compile.el (compilation-goto-locus):
10235 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10236
89894cd8
CY
102372011-09-02 Chong Yidong <cyd@stupidchicken.com>
10238
10239 * window.el (display-buffer-alist): Doc fix.
10240 (display-buffer): Add docstring. Don't treat
10241 display-buffer-default specially.
10242 (display-buffer-reuse-selected-window)
10243 (display-buffer-same-window, display-buffer-maybe-same-window)
10244 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10245 (display-buffer-pop-up-window)
10246 (display-buffer-reuse-or-pop-window)
10247 (display-buffer-use-some-window): New functions.
10248 (display-buffer-default-action): Use them.
393a301e 10249 (display-buffer-default): Delete.
89894cd8
CY
10250 (pop-to-buffer-1): Fix choice of actions.
10251
ae0bc9fb
SM
102522011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * minibuffer.el (completion--insert-strings): Don't get confused by
10255 completion entries that end with an LF char.
10256
e9d90883
EZ
102572011-09-01 Eli Zaretskii <eliz@gnu.org>
10258
10259 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10260
437014c8
CY
102612011-09-01 Chong Yidong <cyd@stupidchicken.com>
10262
10263 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10264 (display-buffer-same-window, display-buffer-other-window):
10265 New functions.
437014c8
CY
10266 (pop-to-buffer-1): New function. Use the above.
10267 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10268 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10269
10270 * view.el (view-buffer-other-window, view-buffer-other-frame):
10271 Just use pop-to-buffer.
10272
a5e063d5
TV
102732011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10274
10275 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10276
793d32bb
WH
102772011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10278
10279 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10280
d65e4c15
RS
102812011-08-31 Richard Stallman <rms@gnu.org>
10282
10283 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10284 of the separation of rmail-view-buffer from rmail-buffer.
10285 If you say no to "replace original", the decrypt is in the
10286 view buffer. If you say yes, the decrypt goes into the
10287 rmail buffer also.
10288
f818cd2a
MR
102892011-08-31 Martin Rudalics <rudalics@gmx.at>
10290
10291 * window.el (display-buffer-window): Rewrite doc-string.
10292 (display-buffer-record-window): New function.
10293 (display-buffer-macro-specifiers)
10294 (display-buffer-even-window-sizes, display-buffer-set-height)
10295 (display-buffer-set-width, display-buffer-in-window)
10296 (display-buffer-reuse-window, display-buffer-split-specifiers)
10297 (display-buffer-side-specifiers, display-buffer-split-window-1)
10298 (display-buffer-split-window, display-buffer-split-atom-window)
10299 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10300 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10301 (display-buffer-other-window-means-other-frame)
10302 (display-buffer-normalize-special)
10303 (display-buffer-normalize-default)
10304 (display-buffer-normalize-argument)
10305 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10306 (display-buffer-normalize-specifiers, display-buffer-frame)
10307 (display-buffer-same-window, display-buffer-same-frame)
10308 (display-buffer-other-window)
10309 (display-buffer-same-frame-other-window)
10310 (display-buffer-other-frame, pop-to-buffer-same-window)
10311 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10312 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10313 (switch-to-buffer-same-frame)
10314 (switch-to-buffer-other-window-same-frame)
10315 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10316 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10317 (display-buffer-alist-set): Remove.
10318 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10319 (special-display-regexps, special-display-function):
10320 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10321 parameter.
10322 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10323 (special-display-frame-alist, special-display-popup-frame)
10324 (same-window-buffer-names, same-window-regexps, same-window-p)
10325 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10326 (split-window-preferred-function, split-height-threshold)
10327 (split-width-threshold, window-splittable-p)
10328 (split-window-sensibly, window--try-to-split-window)
10329 (window--frame-usable-p, even-window-heights)
10330 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10331 (window--display-buffer-2, display-buffer-other-frame):
10332 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10333 (display-buffer-default, display-buffer-assq-regexp): New functions.
10334 (display-buffer-alist): Rewrite doc-string.
10335 (display-buffer-default-action)
10336 (display-buffer-overriding-action): New variables.
10337 (display-buffer, switch-to-buffer): Rewrite.
10338 (pop-to-buffer): Restore Emacs 23 behavior but use
10339 window-normalize-buffer-to-display.
10340 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10341 Restore Emacs 23 behavior but use
10342 window-normalize-buffer-to-switch-to.
10343 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10344 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10345 Rewrite using Emacs 23 options.
f818cd2a 10346
5bc3b51d
MA
103472011-08-31 Michael Albinus <michael.albinus@gmx.de>
10348
10349 * net/tramp.el (tramp-root-regexp): Remove.
10350 (tramp-completion-file-name-regexp-unified)
10351 (tramp-completion-file-name-regexp-separate)
10352 (tramp-completion-file-name-regexp-url): Don't use leading volume
10353 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10354 (tramp-drop-volume-letter): Simplify definition.
10355 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10356
b1a4f8e1
SM
103572011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10358
10359 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10360 (bug#9356).
10361
5664fa7b
RT
103622011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10363
b1a4f8e1 10364 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10365
9a45d6c3
JL
103662011-08-29 Juri Linkov <juri@jurta.org>
10367
10368 * isearch.el (isearch-done): Don't display message "Mark saved"
10369 when arg `edit' is non-nil to prevent its flicker in the echo area.
10370
fb87e0fb
CY
103712011-08-28 Chong Yidong <cyd@stupidchicken.com>
10372
10373 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10374 obsolete packages for deletion.
10375
09ac1c2a
CS
103762011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10377
10378 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10379 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10380 view-mode from help-mode.
10381 (help-xref-override-view-map): Remove.
10382 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10383 view-mode is not used anymore.
10384
7a1ff57f
CY
103852011-08-28 Chong Yidong <cyd@stupidchicken.com>
10386
10387 * server.el (server-port): Doc fix.
10388
b9696605
CY
10389 * cus-theme.el (custom-theme-choose-mode): Inherit from
10390 special-mode (Bug#9124).
10391 (custom-theme-choose-mode-map): Add special-mode to parent.
10392
ef8cdf8c
AM
103932011-08-28 Alan Mackenzie <acm@muc.de>
10394
10395 * progmodes/cc-fonts.el
10396 (c-make-font-lock-BO-decl-search-function): New function.
10397 (c-basic-matchers-after - "Fontify the clauses after various
10398 keywords"): Extract the three keyword lists for the 3 erroneous
10399 constructs from the list of four, and use the new function above
10400 in place of an old one.
10401
27de4e20
DD
104022011-08-28 Deniz Dogan <deniz@dogan.se>
10403
10404 * net/rcirc.el (rcirc-insert-prev-input)
10405 (rcirc-insert-next-input): Remove unused argument.
10406
356a3681
SM
104072011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10410
3fc9b218
AM
104112011-08-27 Alan Mackenzie <acm@muc.de>
10412
10413 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10414 handle function pointer parameters properly.
10415
538a061c
MR
104162011-08-27 Martin Rudalics <rudalics@gmx.at>
10417
10418 * window.el (display-buffer-reuse-window): Fix case where
10419 selected window was reused with non-nil OTHER-WINDOW argument.
10420 (Bug#9381)
10421
35b1c40c
DD
104222011-08-27 Deniz Dogan <deniz@dogan.se>
10423
10424 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10425 oftc's NickServ messages.
10426
2f6a3e79
GM
104272011-08-27 Glenn Morris <rgm@gnu.org>
10428
10429 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10430
7254299e
CY
104312011-08-26 Chong Yidong <cyd@stupidchicken.com>
10432
10433 * emacs-lisp/package.el (package-install): Call package-initialize
10434 if called interactively.
10435
f8ccf167
LL
104362011-08-26 Leo Liu <sdl.web@gmail.com>
10437
10438 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10439
3e8cd5ce
JL
104402011-08-25 Juri Linkov <juri@jurta.org>
10441
10442 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10443 `search-whitespace-regexp' (bug#9364).
10444
93eb7113
JL
104452011-08-25 Juri Linkov <juri@jurta.org>
10446
10447 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10448 `regexp-search-ring' to their global values to protect from
10449 updating by `read-from-minibuffer' (bug#9185).
10450
f65d1611
JL
104512011-08-25 Juri Linkov <juri@jurta.org>
10452
10453 * textmodes/ispell.el (ispell-command-loop): Add newline
10454 at the end of the "Use option `i'..." line.
10455
f1cf7a31
JL
104562011-08-25 Juri Linkov <juri@jurta.org>
10457
10458 * battery.el (display-battery-mode): If `battery-status-function'
10459 or `battery-mode-line-format' is nil, display the message and set
10460 `display-battery-mode' to nil (bug#9363).
10461
0c95fcf7
EZ
104622011-08-25 Eli Zaretskii <eliz@gnu.org>
10463
10464 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10465 bidi-string-mark-left-to-right; they are unnecessary now.
10466
a2ebe600
DD
104672011-08-25 Deniz Dogan <deniz@dogan.se>
10468
10469 * net/quickurl.el: Documentation typo fixes.
10470
e4ed06f1
CY
104712011-08-25 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10474
e5f1c99e
GM
104752011-08-25 Glenn Morris <rgm@gnu.org>
10476
b2948976
GM
10477 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10478
e5f1c99e
GM
10479 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10480 (smtpmail-via-smtp): Handle nil response from smtp.
10481
f22f4808
JL
104822011-08-24 Juri Linkov <juri@jurta.org>
10483
10484 * proced.el (proced-marked): Inherit from `error' instead of
10485 `font-lock-warning-face'.
10486
10487 * ibuffer.el (ibuffer-marked-face): Change default face from
10488 `font-lock-warning-face' to `warning'.
10489 (ibuffer-deletion-face): Change default face from
10490 `font-lock-type-face' to `error'.
10491
10492 * battery.el (battery-update): Use the face `error' instead of
10493 `font-lock-warning-face' (bug#6117).
10494
6a93965e
JL
104952011-08-24 Juri Linkov <juri@jurta.org>
10496
10497 * faces.el (success): Change face color from "Green3" to
10498 "ForestGreen" on light background (bug#9353).
10499
1ed43b09
CY
105002011-08-24 Chong Yidong <cyd@stupidchicken.com>
10501
5664fa7b
RT
10502 * window.el (quit-window): Rename from quit-restore-window.
10503 Use same arglist as old quit-window.
1ed43b09
CY
10504 (frame-auto-delete): Doc fix.
10505
10506 * view.el (view-mode-exit): Use quit-window.
10507
11dcdbb2
JL
105082011-08-24 Juri Linkov <juri@jurta.org>
10509
10510 * isearch.el (isearch-ring-adjust1): Start visiting previous
10511 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10512 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10513 for empty search string (when the last search string is reused
10514 automatically) to adjust the isearch ring to the last element and
10515 prepare the correct index for further M-p commands (bug#9185).
10516
de62b4df
KH
105172011-08-24 Kenichi Handa <handa@m17n.org>
10518
10519 * international/ucs-normalize.el: If decomposition property of
10520 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10521 nil.
10522 (nfd, nfkd): Likewise.
10523
963b492b
SM
105242011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10527 from process filters aren't reliably transmitted to the surrounding
10528 accept-process-output.
10529 (mpc-proc-check): New function.
10530 (mpc-proc-sync): Use it (bug#8293)
10531
93b6b5e1
SM
105322011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10533
10534 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10535 Add compatibility functions (bug#9313).
10536
bca633fb
EZ
105372011-08-23 Eli Zaretskii <eliz@gnu.org>
10538
b177498a
EZ
10539 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10540
6df6ae42 10541 * international/uni-bidi.el: Regenerate.
bca633fb 10542
0902a04e
KH
105432011-08-23 Kenichi Handa <handa@m17n.org>
10544
10545 * international/charprop.el:
10546 * international/uni-bidi.el:
10547 * international/uni-category.el:
10548 * international/uni-combining.el:
10549 * international/uni-comment.el:
10550 * international/uni-decimal.el:
10551 * international/uni-decomposition.el:
10552 * international/uni-digit.el:
10553 * international/uni-lowercase.el:
10554 * international/uni-mirrored.el:
10555 * international/uni-name.el:
10556 * international/uni-numeric.el:
10557 * international/uni-old-name.el:
10558 * international/uni-titlecase.el:
10559 * international/uni-uppercase.el: Regenerate.
10560
3bbf23bc
MR
105612011-08-23 Martin Rudalics <rudalics@gmx.at>
10562
10563 * help.el (help-window-setup): Fix message displayed when other
10564 window is reused. (Bug#9341)
10565
b3fd59bd
SM
105662011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10567
1802e444
SM
10568 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10569 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10570
b3fd59bd
SM
10571 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10572 Mark obsolete.
10573 * shell.el (shell-parse-pcomplete-arguments): New function.
10574 (shell-completion-vars): Use it instead (bug#9160).
10575
4eb61348
SM
105762011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10577
867cab74
SM
10578 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10579 strings and comments (bug#9333).
10580
4eb61348
SM
10581 * emacs-lisp/debug.el (debug-arglist): New function.
10582 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10583 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10584
262a1439
JL
105852011-08-22 Juri Linkov <juri@jurta.org>
10586
56ee679c
JL
10587 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10588 Revert regexp that highlights output switches to its old
10589 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10590
262a1439
JL
10591 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10592 to check for empty output (bug#9226).
10593
f13f86fb
CY
105942011-08-22 Chong Yidong <cyd@stupidchicken.com>
10595
10596 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10597 symbol-constituent as the default, as that stops font-lock from
10598 working properly (Bug#8843).
10599
c65c9622
LMI
106002011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10601
10602 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10603 `coding-system-for-*' around the process open call to avoid
10604 auth-source side effects.
e7f2c178 10605 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10606 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10607 probe hangs.
c65c9622 10608
23a8a5ab
CY
106092011-08-21 Chong Yidong <cyd@stupidchicken.com>
10610
ff98b2dd
CY
10611 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10612
23a8a5ab
CY
10613 * emacs-lisp/find-func.el (find-function-noselect): New arg
10614 lisp-only.
10615
10616 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10617 signal an error for built-in functions (Bug#6664).
10618
f5e3c598
LMI
106192011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10620
10621 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10622 (smtpmail-try-auth-methods): Use it.
10623
a3f2468a
CY
106242011-08-21 Chong Yidong <cyd@stupidchicken.com>
10625
2c34e8da
CY
10626 * font-lock.el (font-lock-fontify-region)
10627 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10628 (font-lock-default-unfontify-buffer)
10629 (font-lock-default-fontify-region)
10630 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10631
b3fd59bd
SM
10632 * progmodes/compile.el (compilation-error-properties):
10633 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10634 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10635 `ant' regexp.
ee31aabc 10636
a3f2468a
CY
10637 * net/browse-url.el (browse-url-firefox): Don't call
10638 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10639
8e999f70
GM
106402011-08-20 Glenn Morris <rgm@gnu.org>
10641
c21a496a
GM
10642 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10643
59ee0542
GM
10644 * tutorial.el (tutorial--default-keys): Update some default bindings.
10645
8e999f70
GM
10646 * files.el (hack-local-variables): Fully ignore case for "mode:".
10647
e3715033
AM
106482011-08-20 Alan Mackenzie <acm@muc.de>
10649
10650 Resolve invalid use of a regexp in regexp-opt.
10651
4d61f28d
JB
10652 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10653 detection for a java annotation.
e3715033 10654
4d61f28d 10655 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10656 detection for a java annotation.
10657
4d61f28d
JB
10658 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10659 handling for java.
e3715033
AM
10660 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10661
04ed2e9c
CY
106622011-08-20 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10665 (Bug#9274).
10666
826cee64
AM
106672011-08-20 Alan Mackenzie <acm@muc.de>
10668
58179cce 10669 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10670 such a construct. Mainly for when jit-lock etc. starts a chunk
10671 here.
10672
58179cce 10673 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10674 variable.
58179cce 10675 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10676 c-make-font-lock-search-function.
10677 (c-make-font-lock-search-function): Use the above function.
10678 (c-make-font-lock-context-search-function): New function.
10679 (c-cpp-matchers): Enhance the preprocessor expression case with
10680 the above function
10681 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10682 which takes an expression.
10683
10684 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10685
13009bd8
MR
106862011-08-20 Martin Rudalics <rudalics@gmx.at>
10687
10688 * window.el (display-buffer-reuse-window)
10689 (display-buffer-pop-up-window): Don't reuse or split a side
10690 window.
10691
9234ff7f
GM
106922011-08-19 Glenn Morris <rgm@gnu.org>
10693
10694 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10695 Downcase "Mode:". (Bug#9331)
9234ff7f 10696
f635daa1
CY
106972011-08-18 Chong Yidong <cyd@stupidchicken.com>
10698
10699 * international/characters.el: Add L and R categories.
10700
10701 * subr.el (bidi-string-mark-left-to-right): Rename from
10702 string-mark-left-to-right. Use category search.
10703
10704 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10705
bc987f8b
JL
107062011-08-18 Juri Linkov <juri@jurta.org>
10707
10708 * faces.el (error, warning, success): New faces with definitions
10709 copied from old default values of `font-lock-warning-face',
10710 `compilation-warning', `compilation-info' (bug#6117).
10711
10712 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10713
10714 * progmodes/compile.el (compilation-error): Inherit from `error'.
10715 (compilation-warning): Inherit from `warning'.
10716 (compilation-info): Inherit from `success'.
10717
10718 * dired.el (dired-marked): Inherit from `warning'.
10719 (dired-flagged): Inherit from `error'.
10720
57173b96
LMI
107212011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10722
3e79eb87
LMI
10723 * mail/smtpmail.el (auth-source): Require to avoid problems with
10724 binding variables (bug#9298). Also clean up some unused
10725 autoloads.
10726
b3fd59bd
SM
10727 * net/network-stream.el (network-stream-open-starttls):
10728 Support using starttls.el without using gnutls-cli.
57173b96 10729
02b404de
JL
107302011-08-17 Juri Linkov <juri@jurta.org>
10731
10732 * progmodes/grep.el (rgrep): Handle the case when
10733 `grep-find-command' is a cons cell (bug#9278).
10734
8c9177f2
MR
107352011-08-17 Martin Rudalics <rudalics@gmx.at>
10736
10737 * window.el (display-buffer-pop-up-frame): Run frame creation
10738 function with BUFFER current (as special-display-popup-frame
10739 does). Reported by Drew Adams.
10740
3644a0ab
DU
107412011-08-17 Daiki Ueno <ueno@unixuser.org>
10742
10743 * epa-mail.el: Simplify GnuPG group expansion using
10744 epg-expand-group.
10745 (epa-mail-group-alist, epa-mail-group-modtime)
10746 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10747 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10748 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10749 Remove.
10750
5e617bc2 107512011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10752
10753 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10754
9c4aeabf
AM
107552011-08-16 Alan Mackenzie <acm@muc.de>
10756
10757 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10758 Correct, to avoid the inside of macros.
10759
3a99bf64
RS
107602011-08-16 Richard Stallman <rms@gnu.org>
10761
04963aa8
RS
10762 * epa-mail.el: Handle GnuPG group definitions.
10763 (epa-mail-group-alist, epa-mail-group-modtime)
10764 (epa-mail-gnupg-conf-file): New variables.
10765 (epa-mail-parse-groups, epa-mail-sync-groups)
10766 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10767 (epa-mail-expand-recipients): New functions.
10768 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10769
177549d0
RS
10770 * mail/rmail.el (rmail-epa-decrypt): New command.
10771
fe38beef
RS
10772 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10773 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10774 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10775 (epa-decrypt-armor-in-region): Make error message clearer.
10776
934eacb9
SM
107772011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10778
10779 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10780 and "a2b" to "ab" for `prefix'.
10781
d024fb4e
CY
107822011-08-14 Chong Yidong <cyd@stupidchicken.com>
10783
10784 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10785 filter groups.
de148fee
CY
10786 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10787 Fourquet (Bug#8804).
d024fb4e 10788
62f1ca49
JB
107892011-08-12 Juanma Barranquero <lekktu@gmail.com>
10790
10791 * startup.el (argi): Declare as global variable (bug#9275).
10792
9ccaaa4b
CY
107932011-08-12 Chong Yidong <cyd@stupidchicken.com>
10794
10795 * subr.el (string-mark-left-to-right): Search the entire string
10796 for RTL script, not just the terminating character. Doc fix.
10797
a3dae87a
SM
107982011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10799
6cd18349
SM
10800 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10801 New function.
10802 (js--regexp-literal, js-syntax-propertize-function): Remove.
10803 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10804 (js-mode-map): Don't rebind electric keys.
10805 (js-insert-and-indent): Remove.
10806 (js-mode): Setup electric-layout and electric-indent instead.
10807
a3dae87a
SM
10808 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10809
9d5cb631
DU
108102011-08-12 Daiki Ueno <ueno@unixuser.org>
10811
10812 * epa.el (epa-progress-callback-function): Fix the logic of
10813 displaying progress.
10814 * epa-file.el (epa-file-insert-file-contents): Make progress
10815 display more user-friendly.
10816 (epa-file-write-region): Ditto.
10817
3e26a4a2
CY
108182011-08-10 Chong Yidong <cyd@stupidchicken.com>
10819
10820 * subr.el (string-mark-left-to-right): New function.
10821
10822 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10823 Use string-mark-left-to-right.
10824 (list-buffers-noselect): Caller changed.
10825
a3dae87a
SM
10826 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10827 Use string-mark-left-to-right.
3e26a4a2
CY
10828 (tabulated-list-print): Recenter after moving point.
10829
ac8cf6e6
JL
108302011-08-10 Juri Linkov <juri@jurta.org>
10831
10832 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10833 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10834 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10835
8d96c9a4
CY
108362011-08-09 Chong Yidong <cyd@stupidchicken.com>
10837
10838 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10839 (Bug#7554).
10840
7be1c708 108412011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10842
10843 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10844 character. (Bug#6594)
10845
37e11a63
CY
108462011-08-08 Chong Yidong <cyd@stupidchicken.com>
10847
839dde57
CY
10848 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10849 (image-dired--with-db-file): New macro.
10850 (image-dired-write-tags, image-dired-remove-tag)
10851 (image-dired-create-gallery-lists, image-dired-write-comments)
10852 (image-dired-get-comment, image-dired-mark-tagged-files)
10853 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10854 (image-dired-gallery-generate): Use insert-file-contents.
10855
37e11a63
CY
10856 * time.el (display-time-world-list, display-time-world-display):
10857 * time-stamp.el (time-stamp-string):
10858 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10859 set-time-zone-rule (Bug#7337).
10860
0b4946c4
DU
108612011-08-08 Daiki Ueno <ueno@unixuser.org>
10862
10863 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10864 (epg-error-to-string, epg-errors-to-string): New function.
10865 (epg-wait-for-completion): Reverse errors list.
10866 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10867 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10868 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10869 (epg-sign-keys, epg-generate-key-from-file)
10870 (epg-generate-key-from-string): Format errors by using
10871 epg-errors-to-string (bug#9255).
10872 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10873
75bfc667
JL
108742011-08-07 Juri Linkov <juri@jurta.org>
10875
10876 * faces.el (list-faces-display): Remove extra angle bracket
10877 from `help-mode-map'.
10878
10879 * info.el (Info-history-toc-nodes): Doc fix.
10880
10881 * longlines.el (longlines-mode): Doc fix.
10882
673e08bb
SM
108832011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10884
4640dd88
SM
10885 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10886 of statements and in a few more cases (bug#9183).
10887
673e08bb
SM
10888 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10889 New functions.
10890 (cl-transform-lambda): Use them (bug#9239).
10891
89b3f019
MR
108922011-08-05 Martin Rudalics <rudalics@gmx.at>
10893
10894 * window.el (display-buffer-same-window)
10895 (display-buffer-same-frame, display-buffer-other-window)
10896 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10897 (pop-to-buffer-other-window)
10898 (pop-to-buffer-same-frame-other-window)
10899 (pop-to-buffer-other-frame): Make them defuns.
10900 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10901
640c8776
SM
109022011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * subr.el (make-composed-keymap): Move from C. Change calling
10905 convention, and improve docstring to bring attention to a subtle point.
10906 * minibuffer.el (completing-read-default): Adjust accordingly.
10907
63648a95
MA
109082011-08-03 Michael Albinus <michael.albinus@gmx.de>
10909
10910 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10911 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10912
10913 * net/trampver.el: Update release number.
10914
b796c9b7
SM
109152011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10916
10917 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10918 "in" (bug#9190).
10919
2239d7d5
LMI
109202011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10921
e07dd7c3
LMI
10922 * mail/sendmail.el (sendmail-query-once): Restore the current
10923 buffer after querying (bug#9074).
10924
0e6a2bd7
LMI
10925 * dired.el (dired-flagged): Use different faces for marked and
10926 flagged files (bug#6117).
10927
ce887515
LMI
10928 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10929 (bug#4433).
10930
92f2affc
LMI
10931 * ido.el (ido-mode): Switch off the message if called
10932 non-interactively.
10933
57d5aff0
LMI
10934 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10935 before 587, since it appears that that's more likely to work for
10936 more people.
10937
98cd6c18 10938 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10939 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10940 exist.
10941
b96dec83
LMI
10942 * info.el: Remove the `Info-beginning-of-buffer' function
10943 (bug#8325).
10944
b796c9b7
SM
10945 * net/network-stream.el (network-stream-open-starttls):
10946 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10947
d90e2ea0
MR
109482011-08-01 Martin Rudalics <rudalics@gmx.at>
10949
10950 * window.el (display-buffer-in-window): Don't set dedicated status
10951 of window here (Bug#9215).
10952 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10953 (display-buffer-pop-up-side-window)
b796c9b7 10954 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10955
cca09170
SM
109562011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10959 before binding generated-autoload-file.
10960
027b979c
DD
109612011-08-01 Deniz Dogan <deniz@dogan.se>
10962
10963 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10964
3c7ee4f3
MA
109652011-07-30 Michael Albinus <michael.albinus@gmx.de>
10966
10967 Sync with Tramp 2.2.2.
10968
10969 * net/trampver.el: Update release number.
10970
2cc8e51a
JL
109712011-07-30 Juri Linkov <juri@jurta.org>
10972
10973 * dired-aux.el (dired-touch-initial): Remove function.
10974 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10975 current time, and `default' to the last modification time of the
10976 current marked file (bug#6887).
10977
a514d856
JM
109782011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10979
10980 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10981 numeric argument to read-number (bug#9163).
a514d856 10982
8a7eddd7
MA
109832011-07-27 Michael Albinus <michael.albinus@gmx.de>
10984
10985 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10986 connection process, it could be nil.
10987
1ddd96f5
LL
109882011-07-27 Leo Liu <sdl.web@gmail.com>
10989
10990 Simplify url handling in rcirc-mode.
10991
10992 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10993 (rcirc-browse-url-at-mouse): Remove.
10994 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10995
b248a85d
AM
109962011-07-26 Alan Mackenzie <acm@muc.de>
10997
10998 Fontify bitfield declarations properly.
10999
11000 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11001 (c-symbol-chars): Now exported as a lang variable.
11002 (c-not-primitive-type-keywords): New lang variable.
11003
11004 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11005 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11006 parsed as a bitfield declaration.
b248a85d 11007
b796c9b7
SM
11008 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11009 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11010 (c-punctuation-in): New function.
11011 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11012 declarations properly.
11013
68575ab0
UJ
110142011-07-26 Ulf Jasper <ulf.jasper@web.de>
11015
11016 * calendar/icalendar.el (icalendar--all-events): Take care of
11017 multiple vcalendars in a single file.
b796c9b7 11018 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11019
0f0a88b9
DD
110202011-07-25 Deniz Dogan <deniz@dogan.se>
11021
11022 * image.el (insert-image): Clarifying docstring.
11023
0b3f36df
MA
110242011-07-24 Michael Albinus <michael.albinus@gmx.de>
11025
11026 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11027 `tramp-send-command-and-check' if there is no error.
11028 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11029
a9901f61
AM
110302011-07-22 Alan Mackenzie <acm@muc.de>
11031
11032 Prevent cc-langs.elc being loaded at run time.
11033
11034 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11035 cc-langs.
11036
4d61f28d 11037 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11038 "(require 'cc-langs)". Quote a form so it will evaluate at
11039 (cc-mode's) compilation time.
11040
11d074b2
MA
110412011-07-22 Michael Albinus <michael.albinus@gmx.de>
11042
11043 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11044 loading. (Bug#9114)
11045
938b94c8
MR
110462011-07-21 Martin Rudalics <rudalics@gmx.at>
11047
11048 * window.el (display-buffer-pop-up-window)
11049 (display-buffer-pop-up-side-window)
11050 (display-buffer-in-side-window): Call display-buffer-set-height
11051 and display-buffer-set-width after setting the new window's
b796c9b7 11052 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11053
bfa4f190
SS
110542011-07-20 Sam Steingold <sds@gnu.org>
11055
11056 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11057 (etags-tags-included-tables): Call `convert-standard-filename' on
11058 the file names contained in TAGS so that windows Emacs can handle
11059 TAGS files created by cygwin ctags.
11060
8ca42262
LMI
110612011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11062
11063 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11064 which apparently didn't work.
11065
5db2afd2 110662011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11067
5db2afd2
RW
11068 * proced.el (proced-send-signal): For *Marked Processes* buffer
11069 put point at beginning of buffer.
11070
92e15d10
SB
110712011-07-19 Stephen Berman <stephen.berman@gmx.net>
11072
11073 * proced.el (proced-format): Make header lines align with the text
11074 (bug#1779).
11075
1bfd59e5
LMI
110762011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11077
11078 * view.el (view-buffer): Allow running in `special' modes if we're
11079 visiting a file (bug#8615).
11080
f5aae37c
MR
110812011-07-19 Martin Rudalics <rudalics@gmx.at>
11082
11083 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11084 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11085 New functions.
f5aae37c
MR
11086 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11087 more accurately.
11088
bf2c1571
AM
110892011-07-18 Alan Mackenzie <acm@muc.de>
11090
11091 Fontify declarators properly when, e.g., a jit-lock chunk begins
11092 inside a declaration.
11093
11094 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11095
b796c9b7
SM
11096 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11097 New function.
bf2c1571
AM
11098 (c-complex-decl-matchers): Insert reference to
11099 c-font-lock-enclosing-decls.
11100
11101 * progmodes/cc-engine.el (c-backward-single-comment):
11102 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11103 to nil around calls to (forward-comment -1).
11104
4e190b80
LMI
111052011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11106
12dc863d
LMI
11107 * image.el (put-image): Doc typo fix.
11108
a762e966
LMI
11109 * progmodes/etags.el (tags-search): Doc typo fix.
11110
4e190b80
LMI
11111 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11112 password if we get errors 550 to 554.
11113
f019fb21
LMI
111142011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11115
b796c9b7 11116 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11117
81746738
LMI
11118 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11119 indentation character (bug#6380).
11120
3ee3a1b5
LMI
11121 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11122
c82f64de
LMI
11123 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11124 to clarify what the problem is (bug#4291).
11125
f019fb21
LMI
11126 * simple.el (current-kill): Clarify what
11127 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11128 (auto-fill-mode): Document `auto-fill-function' in relation to
11129 `auto-fill-mode' (bug#2470).
f019fb21 11130
0794775d
LM
111312011-07-16 Lawrence Mitchell <wence@gmx.li>
11132
11133 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11134 method if slot is read-only (bug#9035).
11135
be39b8cc
MR
111362011-07-16 Martin Rudalics <rudalics@gmx.at>
11137
b796c9b7 11138 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11139 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11140 selected before, see discussion of (Bug#8615), (Bug#6954).
11141 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11142
6ccf7859
GM
111432011-07-15 Glenn Morris <rgm@gnu.org>
11144
11145 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11146 Respect help-form.
6ccf7859 11147
87e86684
LM
111482011-07-09 Lawrence Mitchell <wence@gmx.li>
11149
11150 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11151 (gnutls-negotiate): Use it.
11152
d6066239
LMI
111532011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11154
b796c9b7
SM
11155 * net/gnutls.el (gnutls-negotiate):
11156 Upcase `gnutls-algorithm-priority'.
d6066239 11157
bd23ebc0
GM
111582011-07-15 Glenn Morris <rgm@gnu.org>
11159
c65bca65
GM
11160 * jka-compr.el (jka-compr-verbose): Move from here...
11161 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11162 Add missing :version tag.
11163 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11164
478615cc
LMI
111652011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11166
7b41decb
LMI
11167 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11168 (gnutls-negotiate): Use it.
11169
dbc44fcd
LMI
11170 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11171
06789f97
LMI
11172 * info.el (Info-beginning-of-buffer): New command.
11173 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11174 announcing `b' as the key (bug#8325).
ab896c37 11175 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11176
c39da690
LMI
11177 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11178
3aa5f34b
LMI
11179 * international/mule-cmds.el
11180 (describe-specified-language-support): Make the error message
11181 clearer (bug#8905).
11182
4bf0979f
LMI
11183 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11184
478615cc
LMI
11185 * isearch.el (isearch-barrier): Add a doc string, since it's
11186 mentioned in a function doc string (bug#8678).
11187
75c68aa1
MR
111882011-07-15 Martin Rudalics <rudalics@gmx.at>
11189
11190 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11191 buffer argument (Bug#9083) and self-identifying label argument.
11192
a7c33da2
GM
111932011-07-15 Glenn Morris <rgm@gnu.org>
11194
11195 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11196
2f5c6024
LMI
111972011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11198
11199 * man.el (Man-fontify-manpage): Fix message when formatting the
11200 man page (bug#7929).
11201
0bb23927 112022011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11203
11204 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11205 argument LRM; if non-nil, append an invisible LRM character to the
11206 buffer name.
11207 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11208 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11209 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11210 paragraph direction.
cce4b0a7 11211
621ef9ab
LMI
112122011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11213
d1583c48
LMI
11214 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11215 the man page name (bug#7929).
11216
6a57fb5f
LMI
11217 * image.el (put-image): Mention the `put-image' overlay property
11218 (bug#7834).
11219
d7956b14
LMI
11220 * scroll-bar.el (set-scroll-bar-mode): Mention that
11221 `scroll-bar-mode' lists the values (bug#7772).
11222
5b2d4a66
LMI
11223 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11224 command (bug#7729).
11225
7509a874
LMI
11226 * rect.el (apply-on-rectangle): Return the point after the last
11227 operation.
11228 (string-rectangle): Go to the point after the last operation
11229 (bug#7522).
11230
4fe74b19
LMI
11231 * printing.el (pr-toggle-region): Clarify the documentation
11232 slightly (bug#7493).
11233
b796c9b7
SM
11234 * time.el (display-time-update):
11235 Allow `display-time-mail-function' to return nil (bug#7158).
11236 Fix suggested by Detlev Zundel.
ab283561 11237
fc233c9d
LMI
11238 * vc/diff.el (diff): Clarify the order the file names are read
11239 (bug#7111).
11240
43f5740b
LMI
11241 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11242 the doc string (bug#7015).
11243
f2182a76
LMI
11244 * font-lock.el (font-lock-maximum-decoration): Mention what
11245 numeric levels mean (bug#6935).
11246
621ef9ab
LMI
11247 * startup.el (initial-buffer-choice): Don't mention the `none'
11248 selection, which is against policy.
11249
adc47434
MR
112502011-07-14 Martin Rudalics <rudalics@gmx.at>
11251
b796c9b7
SM
11252 * window.el (display-buffer-normalize-special):
11253 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11254
7e5bfb8f
EZ
112552011-07-14 Eli Zaretskii <eliz@gnu.org>
11256
11257 * subr.el (version<, version<=, version=): Mention "-CVS" and
11258 "-12345" alpha version numbers.
11259
27fa387a
CY
112602011-07-14 Chong Yidong <cyd@stupidchicken.com>
11261
11262 * bindings.el: Add advertised binding for set-mark-command
11263 (Bug#5772).
11264
8bdfa064
CY
112652011-07-14 Chong Yidong <cyd@stupidchicken.com>
11266
11267 * bindings.el (mode-line-other-buffer):
11268 * bookmark.el (bookmark-bmenu-2-window):
11269 * bs.el (bs-cycle-next, bs-cycle-previous):
11270 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11271 switch-to-buffer.
11272
11273 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11274 Delete.
8bdfa064 11275
5eba16a3
JB
112762011-07-14 Juanma Barranquero <lekktu@gmail.com>
11277
11278 * follow.el (follow-debug-message, follow-redisplay):
11279 * jka-cmpr-hook.el (with-auto-compression-mode):
11280 Fix typos in docstrings.
11281
15853710
LMI
112822011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11283
a28e4607
LMI
11284 * subr.el (with-silent-modifications): Clarify somewhat what the
11285 macro inhibits (bug#6525).
11286
15853710
LMI
11287 * simple.el (eval-expression): Note what it does if called
11288 interactively (bug#6495).
11289
bee0fcef
CY
112902011-07-13 Chong Yidong <cyd@stupidchicken.com>
11291
b796c9b7
SM
11292 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11293 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11294
11295 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11296 Remove switch-to-buffer.
11297
58274504
LMI
112982011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11299
bd2fcc8d
LMI
11300 * files.el (make-directory): Clarify that an error will be raised
11301 if there's an error (bug#6397).
11302
0f04b32c
LMI
11303 * startup.el (initial-buffer-choice): Add `none' as a choice
11304 (bug#6234).
11305
465c5fc8
LMI
11306 * subr.el (add-hook): Clarify section about buffer-local hooks
11307 (bug#6218).
11308
58274504
LMI
11309 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11310
bead9a43
JB
113112011-07-13 Juanma Barranquero <lekktu@gmail.com>
11312
11313 * tabify.el (untabify): Preserve the current column so that point
11314 doesn't move (bug#6032).
11315
3af98a7b
LMI
113162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11317
b796c9b7
SM
11318 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11319 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11320
6240145a
GM
113212011-07-13 Glenn Morris <rgm@gnu.org>
11322
11323 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11324 (dired-insert-directory): Give a message the first time
11325 if ls is found not to support --dired.
11326
1d8c2ccc
LMI
113272011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11328
11329 * simple.el (toggle-truncate-lines): Clarify what is toggled
11330 (bug#5580). Text by Drew Adams.
11331
5fc4038e
CY
113322011-07-13 Chong Yidong <cyd@stupidchicken.com>
11333
11334 * simple.el (blink-matching-open): Make the error message from the
11335 last change less verbose.
11336
bf6012e5
DN
113372011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11338
11339 * font-lock.el (font-lock-comment-face): Use the high contrast
11340 "yellow" color for font-lock-comment-face on low color terminals
11341 using a dark background color (bug#4221).
11342
343c3b5a
LMI
113432011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11344
7e9505c5
LMI
11345 * dired.el (dired-insert-set-properties): Make the doc string
11346 reflect what it does now (bug#5325).
11347
c26fdcf5
LMI
11348 * simple.el (blink-matching-open): Say that we were unable to find
11349 the match within the limit, if we're limited (bug#5122).
11350
bb388cc5
LMI
11351 * international/mule-cmds.el (prefer-coding-system): Add an
11352 example (bug#4869).
11353
343c3b5a
LMI
11354 * progmodes/etags.el (tags-search): Document `file-list-form'
11355 (bug#4731).
11356
2a517d45
LM
113572011-07-13 Lawrence Mitchell <wence@gmx.li>
11358
11359 * net/browse-url.el (browse-url-default-browser)
11360 (browse-url-browser-function): Make the default browser choice a
11361 bit more logical (bug#4300). Also clean up the doc string.
11362
b6c78ef2
JB
113632011-07-13 Juanma Barranquero <lekktu@gmail.com>
11364
11365 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11366 binary endings (bug#4440).
11367
1c4dd947
LMI
113682011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11369
a2014063
LMI
11370 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11371 which can be pretty annoying (bug#8971).
11372
9c9c2d88
LMI
11373 * jka-compr.el (jka-compr-verbose): New variable, and use
11374 throughout (bug#8971).
11375
1c4dd947
LMI
11376 * info.el (Info-find-file): Fall back on the installation
11377 directory if we can't find the info node anywhere else.
11378
a1c9f41b
SO
113792011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11380
11381 * vc/vc.el (vc-revert-file):
11382 Don't set file time-stamp in the past. (Bug#5181)
11383
536f3d36
LMI
113842011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11385
7152b011
LMI
11386 * files.el (after-find-file): Give a better error message when
11387 trying to find a symlink that points to a file that doesn't exist
11388 (bug#4398).
11389
536f3d36
LMI
11390 * progmodes/cc-vars.el: Remove (probably) misleading comment
11391 (bug#4396).
11392
460c0fba
JB
113932011-07-12 Johan Bockgård <bojohan@gnu.org>
11394
11395 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11396
7a6bda45
CY
113972011-07-12 Chong Yidong <cyd@stupidchicken.com>
11398
11399 * mouse-sel.el: Hack restoring functionality, while keeping
11400 compatibility with 2010-07-03 changes to mouse selection.
11401 (mouse-sel-primary-overlay): New var.
11402 (mouse-sel-selection-alist): Use it.
11403 (mouse-sel-mode): Doc fix; remove points that are default features
11404 of mouse.el.
11405
c79598ef
JB
114062011-07-12 Johan Bockgård <bojohan@gnu.org>
11407
11408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11409 Fix previous fix (bug#2490).
11410
ff8be6ef
RW
114112011-07-12 Roland Winkler <winkler@gnu.org>
11412
b796c9b7
SM
11413 * textmodes/bibtex.el (bibtex-initialize):
11414 Use pop-to-buffer-same-window.
ff8be6ef
RW
11415 (bibtex-search-entries): Fix interactive call.
11416
296ba3ee
LMI
114172011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11418
f5242a02 11419 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11420 Fontise bytecomp Error lines more correctly (bug#2490).
11421 Fix suggested by Johan Bockgård.
f5242a02 11422
296ba3ee
LMI
11423 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11424
11425 * dired-x.el (dired-guess-default): Use `delete-dups'.
11426
f69fd0d2
CY
114272011-07-12 Chong Yidong <cyd@stupidchicken.com>
11428
11429 * dired.el (dired-mark-prompt):
11430 * dired-aux.el (dired-read-shell-command): Doc fix.
11431
eab5dc07
LMI
114322011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11433
b796c9b7
SM
11434 * mail/sendmail.el (sendmail-query-once):
11435 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11436 emacs -Q.
11437
11438 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11439
eab5dc07
LMI
11440 * cus-edit.el (custom-file): Take an optional no-error variable.
11441 (customize-save-variable): Set the variable, and give a warning if
11442 running under "emacs -q".
11443
a1e65d42
JB
114442011-07-11 Juanma Barranquero <lekktu@gmail.com>
11445
11446 * loadhist.el (unload-feature-special-hooks):
11447 Add `auto-coding-functions', `fill-nobreak-predicate' and
11448 `find-directory-functions' (bug#5327).
11449
1d52da10
LMI
114502011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11451
be958f1d
LMI
11452 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11453
5bedb26c
LMI
11454 * cus-edit.el (custom-guess-name-alist): -alist variables should
11455 use the `alist' type (bug#3120). Suggested by Drew Adams.
11456
1d52da10
LMI
11457 * printing.el: Add documentation to all the `pr-toggle-' commands.
11458
cd394be1 114592011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11460
11461 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11462 backends where it makes sense (bug#2623).
11463
dcc88d8a
LMI
114642011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11465
c3de9feb
LMI
11466 * dired-x.el (dired-guess-default): Remove duplicate shell command
11467 entries (bug#2028).
8a93078b 11468 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11469 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11470
dcc88d8a
LMI
11471 * subr.el (remove-duplicates): New conveniency function.
11472
505e3645
LMI
114732011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11474
11475 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11476 (bug#1526).
11477
114782011-07-10 Martin Rudalics <rudalics@gmx.at>
11479
11480 * window.el (display-buffer-normalize-default): Don't invert
11481 meaning of even-window-heights. Reported by Eli Zaretskii
11482 <eliz@gnu.org>.
11483
455e4fa1
BR
114842011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11485
11486 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11487
8e0bc3e9
CY
114882011-07-10 Chong Yidong <cyd@stupidchicken.com>
11489
11490 * window.el (display-buffer): Fix arguments to
11491 display-buffer-reuse-window in last change.
11492
fa7c3228
CY
11493 * faces.el (link): Use a less saturated blue on light backgrounds.
11494
11495 * startup.el (fancy-startup-text, fancy-about-text)
11496 (fancy-startup-tail): Use font-lock faces, for background safety.
11497
c0a7f300
BN
114982011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11499
b796c9b7
SM
11500 * emulation/viper-cmd.el (viper-change-state-to-vi):
11501 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11502
4dc2a129
MR
115032011-07-09 Martin Rudalics <rudalics@gmx.at>
11504
11505 * window.el (display-buffer-default-specifiers): Remove.
11506 (display-buffer-macro-specifiers): Remove default specifiers.
11507 (display-buffer-alist): Default to nil.
b796c9b7 11508 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11509 (display-buffer-pop-up-window): Allow splitting internal
11510 windows. Check whether a live window was created.
11511 (display-buffer-other-window-means-other-frame)
11512 (display-buffer-normalize-arguments): Rename to
11513 display-buffer-normalize-argument and rewrite. Set the
11514 other-window specifier.
11515 (display-buffer-normalize-special): New function.
11516 (display-buffer-normalize-options): Rename to
11517 display-buffer-normalize-default and rewrite.
11518 (display-buffer-normalize-options-inhibit): Remove.
11519 (display-buffer-normalize-specifiers): Rewrite.
11520 (display-buffer): Process other-window specifier and call
11521 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11522 more faithfully.
b796c9b7 11523 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11524 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11525 (display-buffer-in-window, display-buffer-alist-set):
11526 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11527 <tassilo@member.fsf.org>.
11528
2d43b8c9
LL
115292011-07-09 Leo Liu <sdl.web@gmail.com>
11530
11531 * register.el (insert-register): Restore accidental change on
11532 2011-06-26. (Bug#9028)
11533
7f9b7c53
GM
115342011-07-09 Glenn Morris <rgm@gnu.org>
11535
11536 * subr.el (remq): Handle the empty list. (Bug#9024)
11537
f042cfd8
AS
115382011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11539
11540 * mail/sendmail.el (send-mail-function): No longer delay custom
11541 initialization.
11542 * custom.el (custom-initialize-delay): Doc fix.
11543
856b2f11
SM
115442011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11547
afae1d68
MA
115482011-07-08 Michael Albinus <michael.albinus@gmx.de>
11549
11550 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11551 human-friendly prompt.
11552
0757af94
SM
115532011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11554
11555 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11556 provided by a particular plugin.
11557
d760b731
LMI
115582011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11559
11560 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11561 save customizations (with "emacs -Q"), just set the variable
11562 instead of erroring out.
11563
11564 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11565
cd79ce90
JL
115662011-07-08 Juri Linkov <juri@jurta.org>
11567
11568 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11569 (archive-zip-update-case): Use 7z if found by `executable-find'.
11570 The order of searching the available programs is the same as in
11571 `archive-zip-extract' (bug#8968).
11572
14cc04aa
CY
115732011-07-07 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11576 (menu-bar-options-menu): Tweak descriptions.
11577
0a1848ec
LMI
115782011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11579
11580 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11581 menu items into verb phrases (bug#1421). Also refill to fit under
11582 80 columns.
11583
f5bd0689
CY
115842011-07-07 Chong Yidong <cyd@stupidchicken.com>
11585
538e85c6
CY
11586 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11587 (Info-read-node-name): Doc fix (Bug#1084).
11588
f5bd0689
CY
11589 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11590 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11591 (end-of-sexp, beginning-of-sexp)
11592 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11593 (forward-symbol, forward-same-syntax, word-at-point)
11594 (sentence-at-point): Doc fix (Bug#1144).
11595
56ec5115
LMI
115962011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11597
f3f8e37f
LMI
11598 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11599 should cover it (bug#1281).
11600
0757af94 11601 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11602
e9fce1ac 11603 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11604 negotiation fails, then possibly try again with a non-encrypted
11605 connection (bug#9017).
11606
56ec5115
LMI
11607 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11608 be used.
11609
c2f9aec8
RS
116102011-07-07 Richard Stallman <rms@gnu.org>
11611
11612 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11613 property, and handle its changed format.
11614 Look for the correct line number.
11615 Use file's line contents (but not past first =) to find
11616 correct line in message.
11617
ef7b981d 116182011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11619
11620 * international/characters.el (build-unicode-category-table):
11621 Delete it.
0757af94 11622 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11623
0757af94 11624 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11625 to src/chartab.c.
11626 (get-char-code-property): Call unicode-property-table-internal to
11627 load a file. Call get-unicode-property-internal where necessary.
11628 (put-char-code-property): Call unicode-property-table-internal to
11629 load a file. Call put-unicode-property-internal where necessary.
11630 put-unicode-property-internal where necessary.
0757af94
SM
11631 (char-code-property-description):
11632 Call unicode-property-table-internal to load a file.
c805dec0
KH
11633
11634 * international/charprop.el:
11635 * international/uni-bidi.el:
11636 * international/uni-category.el:
11637 * international/uni-combining.el:
11638 * international/uni-comment.el:
11639 * international/uni-decimal.el:
11640 * international/uni-decomposition.el:
11641 * international/uni-digit.el:
11642 * international/uni-lowercase.el:
11643 * international/uni-mirrored.el:
11644 * international/uni-name.el:
11645 * international/uni-numeric.el:
11646 * international/uni-old-name.el:
11647 * international/uni-titlecase.el:
11648 * international/uni-uppercase.el: Regenerate.
11649
11650 * loadup.el: Load international/charprop.el before
11651 international/characters.
11652
e14b388a
CY
116532011-07-07 Chong Yidong <cyd@stupidchicken.com>
11654
11655 * window.el (next-buffer, previous-buffer): Signal an error if
11656 called from a minibuffer window.
11657
11658 * bindings.el: Revert 2011-07-04 change.
11659
354cf0ba
RS
116602011-07-06 Richard Stallman <rms@gnu.org>
11661
11662 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11663 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11664 Treat markers like ints.
11665 (rmail-mime-entity): Doc fix.
11666
a48868a7
LMI
116672011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11668
4906cd3d
LMI
11669 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11670 defcustom again for backwards compatibility.
11671
e0457abe
LMI
11672 * simple.el (shell-command-on-region): Fill.
11673
d67f7e1f
LMI
11674 * dired-aux.el (dired-kill-line): Add a doc string.
11675
fe204702
LMI
11676 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11677 to "\\sw\\|\\s_" (bug#358).
11678
a48868a7
LMI
11679 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11680 (dired-unmark-backward): Ditto.
11681 (dired-flag-backup-files): Ditto.
11682
11683 * dired-x.el (dired-mark-sexp): Ditto.
11684
aa8a705c
RS
116852011-07-06 Richard Stallman <rms@gnu.org>
11686
11687 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11688 (rmail-mime-entity): New arg TRUNCATED.
11689 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11690 New functions.
11691 (rmail-mime-save): Warn if entity is truncated.
11692 (rmail-mime-toggle-hidden): Likewise, for showing.
11693 (rmail-mime-process-multipart): Record when an entity is truncated.
11694
a9a936b9
RS
11695 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11696 if ENTITY is a string.
11697
1f2b92cb
LMI
116982011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11699
f4f73198 11700 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11701 of faces when `M-C-x'-ing their definitions (bug#8378).
11702 Also clean up the code slightly.
f4f73198 11703
12b16734 11704 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11705 because that makes the colors go away.
12b16734 11706
f0691d22
LMI
11707 * mail/sendmail.el (send-mail-function): Change the default to
11708 `sendmail-query-once'.
9e87df06 11709 (sendmail-query-once): Add an autoload cookie.
f0691d22 11710
1f2b92cb
LMI
11711 * net/network-stream.el (network-stream-open-starttls): Try using
11712 a plain connection even if the server offered STARTTLS, and we
11713 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11714 capability. This should make smtpmail.el work in slightly more
11715 configurations.
11716
1cdd2a1b
MA
117172011-07-06 Michael Albinus <michael.albinus@gmx.de>
11718
11719 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11720 New defun.
11721 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11722
fbcc67e2
MM
117232011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11724
11725 * progmodes/sql.el: Version 3.0
0757af94 11726 (sql-product-alist): Add product :completion-object,
fbcc67e2 11727 :completion-column, and :statement attributes.
0757af94 11728 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11729 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11730 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11731 ansi keywords.
11732 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11733 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11734 (sql-oracle-show-reserved-words): New function for development.
11735 (sql-product-font-lock): Simplify for source code buffers.
11736 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11737 New functions.
11738 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11739 (sql-mode-map): Add statement movement functions.
11740 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11741 New variable.
fbcc67e2
MM
11742 (sql-statement-regexp, sql-beginning-of-statement)
11743 (sql-end-of-statement, sql-signum): New functions.
0757af94 11744 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11745 (sql-show-sqli-buffer): Bug fix.
11746 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11747 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11748 with sql-interactive-mode.
11749 (sql-save-connection): Save buffer local settings.
0757af94 11750 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11751 (sql-product-interactive): Bug fix.
11752 (sql-preoutput-hold): New variable.
11753 (sql-interactive-remove-continuation-prompt): Bug fixes.
11754 (sql-debug-redirect): New variable.
11755 (sql-str-literal): New function.
11756 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11757 Redesign.
fbcc67e2
MM
11758 (sql-oracle-save-settings, sql-oracle-restore-settings)
11759 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11760 (sql-completion-object, sql-completion-column)
11761 (sql-completion-sqlbuf): New variables.
11762 (sql-build-completions-1, sql-build-completions)
11763 (sql-try-completion): New functions.
11764 (sql-read-table-name): Use them.
11765 (sql-contains-names): New buffer local variable.
11766 (sql-list-all, sql-list-table): Use it.
11767 (sql-oracle-completion-types): New variable.
11768 (sql-oracle-completion-object, sql-sqlite-completion-object)
11769 (sql-postgres-completion-object): New functions.
11770
d4eaeab1
GM
117712011-07-06 Glenn Morris <rgm@gnu.org>
11772
11773 * window.el (pop-to-buffer): Doc fix.
11774
322b7dab 117752011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11776
11777 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11778
322b7dab 117792011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11780
322b7dab 11781 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11782
322b7dab 11783 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11784
605dd5bf
CY
117852011-07-05 Chong Yidong <cyd@stupidchicken.com>
11786
11787 * button.el (button): Inherit from link face. Suggested by Dan
11788 Nicolaescu.
11789
7dbfa719
SM
117902011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11791
3db614b0
SM
11792 * progmodes/gdb-mi.el: Fit in 80 columns.
11793 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11794 switch-to-buffer.
11795
7dbfa719
SM
11796 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11797 if imenu is simply not configured (bug#8941).
11798
919d884a
KM
117992011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11800
11801 * allout.el (allout-post-undo-hook): New allout outline-change
11802 event hook to signal undo activity.
11803 (allout-post-command-business): Run allout-post-undo-hook if an
11804 undo just occurred.
7dbfa719
SM
11805 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11806 * allout-widgets.el (allout-widgets-after-undo-function):
11807 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11808 in the vicinity of an undo.
11809 (allout-widgets-mode): Include allout-widgets-after-undo-function
11810 on the new allout-post-undo-hook.
11811
450a0f09
SM
118122011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11815 Let define-derived-mode define it.
11816 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11817 cycles of abbrev-table inheritance (bug#8998).
11818
2de69e00
RW
118192011-07-05 Roland Winkler <winkler@gnu.org>
11820
11821 * textmodes/bibtex.el: Add support for biblatex.
11822 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11823 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11824 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11825 (bibtex-entry-alist, bibtex-field-alist): New variables.
11826 (bibtex-entry-field-alist): Obsolete alias for
11827 bibtex-BibTeX-entry-alist.
11828 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11829 (bibtex-set-dialect): New command.
11830 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11831 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11832 Bind via bibtex-set-dialect.
2de69e00
RW
11833 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11834 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11835 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11836 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11837 Define via bibtex-set-dialect.
450a0f09
SM
11838 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11839 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11840 (bibtex-vec-push, bibtex-vec-incr): New functions.
11841 (bibtex-format-entry, bibtex-field-list)
11842 (bibtex-print-help-message, bibtex-validate)
11843 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11844
2dcdbdd9
SM
118452011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * progmodes/compile.el (compilation-goto-locus):
11848 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11849 * bs.el (bs-cycle-next, bs-cycle-previous):
11850 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11851 * bindings.el (mode-line-other-buffer):
11852 * autoinsert.el (auto-insert):
11853 * arc-mode.el (archive-extract):
11854 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11855
b27640fe
JB
118562011-07-05 Juanma Barranquero <lekktu@gmail.com>
11857
11858 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11859 Fix check of `emacs-lock-unlockable-modes'.
11860 Coerce true values of `emacs-lock--try-unlocking' to t.
11861
53bbe3ad
JB
118622011-07-05 Juanma Barranquero <lekktu@gmail.com>
11863
11864 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11865 * emacs-lock.el: New file.
11866
1d3cdbc7
JD
118672011-07-05 Julien Danjou <julien@danjou.info>
11868
11869 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11870 than `boundp' to check if face is set.
11871
9173deec
JB
118722011-07-05 Juanma Barranquero <lekktu@gmail.com>
11873
11874 * register.el (registerv-make):
11875 * window.el (window-min-height): Fix typos in docstrings.
11876
869795d6
JD
118772011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11878
9173deec 11879 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11880 Update doc string.
11881
b768cdcd
JB
118822011-07-04 Juanma Barranquero <lekktu@gmail.com>
11883
11884 * server.el (server-execute): Catch quit and call
11885 `server-return-error' to pass the error back to emacsclient and
11886 close the connection (bug#8942).
11887
13aa217b
KM
118882011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11889
11890 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11891 insecure exception for current topic. Also note that auto-saves
11892 are handled differently.
11893
5d3385a0 11894 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11895 State variables for tracking auto-save inhibition situation.
11896
11897 (allout-write-contents-hook-handler): Rename from
11898 'allout-write-file-hook-handler', and describe how it depends on
11899 write-contents-functions sensitivity to non-nil value to prevent
11900 file write.
11901
11902 (allout-auto-save-hook-handler): Remove. auto-save does not check
11903 this in individual buffers, only in the starting buffer, so this
11904 is not the right way for us to inhibit auto-save in a buffer
11905 according to its condition.
11906
11907 (allout-mode): Use new allout-write-contents-hook-handler, and
11908 only with write-contents-functions. Remove auto-save provisions -
11909 they're implemented elsewhere.
11910
11911 (allout-before-change-handler): If undo is in progress, note that
11912 for attention of allout-post-command-business.
11913
11914 (allout-post-command-business): If the command we're following was
11915 an undo, check for change in the status of encrypted items and
11916 adjust auto-save inhibitions accordingly.
11917
11918 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11919 according to whether there are or aren't any plain-text topics
11920 pending encryption.
11921
2dcdbdd9 11922 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11923 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11924 if there are plain-text topics pending encryption.
13aa217b
KM
11925
11926 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11927 buffer-saved-size and some allout state to not inhibit auto-saves
11928 if there are no longer any plain-text topics pending encryption.
11929
0757af94
SM
11930 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11931 No longer provide for exemption of the current topic.
13aa217b 11932
ac89b32c
JL
119332011-07-04 Juri Linkov <juri@jurta.org>
11934
11935 Add 7z operations to delete and save changed members (bug#8968).
11936 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11937 New defcustoms.
11938 (archive-7z-write-file-member): New function.
11939 (archive-7z-summarize): Fix the number of dashes in the
11940 listing output.
11941
8fa39615
SM
119422011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11943
11944 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11945 (bug#8958).
11946
2f11b3f1
CY
119472011-07-04 Chong Yidong <cyd@stupidchicken.com>
11948
d66fef2b
CY
11949 * bindings.el: Ignore next-buffer and previous-buffer in
11950 minibuffer-local-map.
11951
2f11b3f1
CY
11952 * font-lock.el (font-lock-builtin-face): Change light background
11953 color to dark slate blue (Bug#6693).
11954
f932a347
WD
119552011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11956
11957 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11958
c8af70e1
SM
119592011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11960
11961 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11962 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11963 Add switch-to-buffer.
11964
f158badc
LMI
119652011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11966
11967 * isearch.el (isearch-search-fun-function): Clarify further the
11968 meaning of the function returned.
11969
6d95bd46
MA
119702011-07-04 Michael Albinus <michael.albinus@gmx.de>
11971
11972 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11973
11974 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11975 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11976 Use it.
11977 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11978 `tramp-default-remote-path' does not exist.
11979 (tramp-send-command-and-read): New optional argument NOERROR.
11980 (tramp-open-connection-setup-interactive-shell)
11981 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11982 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11983 (tramp-process-sentinel): Flush also process' connection property.
11984 (tramp-sh-handle-start-file-process): Do not set process
11985 sentinel. It is done now ...
11986 (tramp-maybe-open-connection): ... here. (Bug#8929)
11987
909e6b67
MK
119882011-07-04 MON KEY <monkey@sandpframing.com>
11989
11990 * play/animate.el (animate-string): Doc fixes and allow changing
11991 the buffer name (bug#5417).
11992
119932011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11994
c8af70e1 11995 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11996
f34755dc
PE
119972011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11998
396cec72
PE
11999 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12000 This is simpler and helps future-proof the code.
12001 (timer-until): Use time-subtract and float-time.
08235028 12002 (timer--time-less-p): Use time-less-p.
f34755dc 12003
56e6cc31
JB
120042011-07-04 Juanma Barranquero <lekktu@gmail.com>
12005
3abb79e5
JB
12006 * type-break.el (timep): Use the value of `float-time' to avoid a
12007 byte-compiler warning.
12008
56e6cc31
JB
12009 * server.el (server-eval-and-print): Return any result, even nil.
12010
7b9430b4
PE
120112011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12012
12013 * type-break.el: Accept time formats that the builtins accept.
12014 (timep, type-break-time-difference): Accept any format that
12015 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12016 This is simpler and helps future-proof the code.
12017 (type-break-time-difference): Round rather than ignoring
12018 subseconds components.
12019
3034e9e7
LMI
120202011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12021
12022 * info.el (Info-apropos-matches): Make non-interactive, since it
12023 doesn't seem to do anything useful as a command (bug#8829).
12024
1485f4c0
CY
120252011-07-03 Chong Yidong <cyd@stupidchicken.com>
12026
12027 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12028 Move from faces.el.
1485f4c0
CY
12029 (frame-default-terminal-background): New function.
12030
12031 * custom.el (custom-push-theme): Don't record faces in `changed'
12032 theme; this doesn't work correctly for per-frame face settings.
12033 (disable-theme): Use face-set-after-frame-default to reset faces.
12034 (custom--frame-color-default): New function.
12035
9fa3dd45
LMI
120362011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12037
c8af70e1 12038 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12039 (bug#8769).
12040
6cbbc20c
KR
120412011-03-29 Kevin Ryde <user42@zip.com.au>
12042
12043 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12044 `perl-Test2' extend to match possible "fail #N" rep count
12045 (bug#8377).
12046
c7f98048
LMI
120472011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12048
65676592
LMI
12049 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12050 `smtpmail-via-smtp' now returns the error instead of nil.
12051
c7f98048
LMI
12052 * isearch.el (isearch-search-fun-function): Clarify the doc string
12053 (bug#8101).
12054
56e6cc31 120552011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12056
12057 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12058 unnecessary spaces (bug#8987).
12059
2b216704
LMI
120602011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12061
12062 * net/network-stream.el (open-network-stream): Use the
12063 :end-of-capability command thoughout.
12064
120652011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12066
12067 * net/network-stream.el (open-network-stream): Add the
12068 :end-of-capability command parameter, used by pop3.el.
12069
36adf6ce
LMI
120702011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12071
1ca0da0e
LMI
12072 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12073
fc00f69c
LMI
12074 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12075 for list)" (bug#6475).
12076
28fd8759 12077 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12078 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12079 an error (bug#6297).
12080
0dd8b6da
LMI
12081 * man.el (Man-reference-regexp): Allow matching possible
12082 word-wrapped references (bug#6289).
12083
ce1438d6
LMI
12084 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12085 for consistency with the other vc buffers (bug#6197).
12086 (vc-checkin): Ditto.
12087
12088 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12089
36adf6ce
LMI
12090 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12091
e83cc1f7
LMI
120922011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12093
8a20ca4c
LMI
12094 * custom.el (defcustom): Clarify that :set is only used in the
12095 Customize user interface (bug#6089).
12096
83319045
LMI
12097 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12098 associated with a file, refuse to run instead of erroring out
12099 (bug#6084).
12100
a8392169
LMI
12101 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12102 the doc string, since it appears that using `fill-column' always
12103 controls the width (bug#7845).
12104
e83cc1f7
LMI
12105 * simple.el (shell-command-on-region): Say where the error output
12106 went if `shell-command-default-error-buffer' is set (bug#6857).
12107
e47ca23b
KM
121082011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12109
12110 * allout.el (allout-yank-processing): Adjust cursor position for
12111 backwards-deleted space.
12112
12113 (allout-rebullet-heading): Register changes with
12114 allout-exposure-changed-hook, so the modified topic is properly
12115 decorated.
12116
5cf56143
LMI
121172011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12118
08549772
LMI
12119 * minibuffer.el (completion-in-region): Document PREDICATE
12120 (bug#7136).
12121
48e96771
LMI
12122 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12123 of keyword/argument pairs (bug#6904).
12124
c8af70e1
SM
12125 * replace.el (multi-occur):
12126 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12127
e17d05e2
LMI
121282011-07-02 Drew Adams <drew.adams@oracle.com>
12129
12130 * dired.el (dired-mark-if): Make the message about whether it's
12131 marking or unmarking clearer (bug#8523).
12132
063b0e45
LMI
121332011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12134
12135 * disp-table.el (display-table-print-array): New function.
12136 (describe-display-table): Use it to print the vectors more pretty
12137 (Bug#8859).
12138
28545e04
MR
121392011-07-02 Martin Rudalics <rudalics@gmx.at>
12140
12141 * window.el (window-state-get-1): Don't assign clone numbers.
12142 Add clone-of item to list of window parameters.
12143 (window-state-put-2): Don't process clone numbers.
12144 (display-buffer-alist): Fix doc-string.
12145
3349e122
SM
121462011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * subr.el (remq): Don't allocate if it's not needed.
12149 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12150 (keymap--merge-bindings): New functions.
12151 (keymap-canonicalize): Use them to refine the canonicalization.
12152 * minibuffer.el (minibuffer-local-completion-map)
12153 (minibuffer-local-must-match-map): Move initialization from C.
12154 (minibuffer-local-filename-completion-map): Move initialization from C;
12155 don't inherit from anything here.
12156 (minibuffer-local-filename-must-match-map): Make obsolete.
12157 (completing-read-default): Use make-composed-keymap to combine
12158 minibuffer-local-filename-completion-map with either
12159 minibuffer-local-must-match-map or
12160 minibuffer-local-filename-completion-map.
12161
d224ac83
GM
121622011-07-01 Glenn Morris <rgm@gnu.org>
12163
3de63bf8
GM
12164 * type-break.el (type-break-time-sum): Use dolist.
12165
d224ac83
GM
12166 * textmodes/flyspell.el (flyspell-word-search-backward):
12167 Replace CL function.
12168
1a1e3f32
SM
121692011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12170
fe3f64d5
SM
12171 * mouse.el (mouse--strip-first-event): New function.
12172 (function-key-map): Use it to map fringe clicks to normal clicks
12173 by default.
12174
eb604e34
SM
12175 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12176 (vc-bzr-revision-completion-table): Add support for annotate and date.
12177
1a1e3f32
SM
12178 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12179 inherit from parent.
12180
5bd35902
LMI
121812011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12182
ace6c69c 12183 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12184 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12185
191e2bed
LMI
12186 * dired.el (dired-mode): Fix up the doc string as suggested by
12187 Drew Adams (bug#8817).
12188
5bd35902
LMI
12189 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12190 cookie, since the manual says that it should be possible to add
12191 this function to `find-file-hook' (bug#8709).
12192
eee8207a
TZ
121932011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12194
12195 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12196 here. Noted Ted Zlatanov as the maintainer.
12197 (cfengine-common-settings, cfengine-common-syntax): New functions
12198 to set up common things between `cfengine-mode' and
12199 `cfengine3-mode'.
12200 (cfengine3-mode): New mode.
12201 (cfengine3-defuns cfengine3-defuns-regex
12202 (cfengine3-class-selector-regex cfengine3-category-regex)
12203 (cfengine3-vartypes cfengine3-font-lock-keywords)
12204 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12205 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12206
36b148cf
MA
122072011-07-01 Michael Albinus <michael.albinus@gmx.de>
12208
12209 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12210
12211 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12212
0bf4ba9a
MR
122132011-07-01 Martin Rudalics <rudalics@gmx.at>
12214
12215 * window.el (same-window-buffer-names, same-window-regexps)
12216 (same-window-p, special-display-frame-alist)
12217 (special-display-popup-frame, special-display-function)
12218 (special-display-buffer-names, special-display-regexps)
12219 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12220 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12221 (split-window-preferred-function, split-height-threshold)
12222 (split-width-threshold, even-window-heights)
12223 (display-buffer-mark-dedicated, window-splittable-p)
12224 (split-window-sensibly, window-safely-shrinkable-p):
12225 Un-obsolete.
12226 (display-buffer): Don't spread args with function specifier
12227 because special-display-popup-frame won't like it.
12228
35837f51
PE
122292011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12230
d0672f86
PE
12231 Time-stamp simplifications and fixes.
12232 These improve accuracy slightly, and future-proof the code
12233 against some potential changes to current-time format.
12234
b9444d97
PE
12235 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12236 by using time-since and float-time.
12237
0ef923dc
PE
12238 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12239 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12240 + NNN microseconds".
12241
2f81380d
PE
12242 * type-break.el (type-break-time-sum): Rewrite using time-add.
12243
845b5c3e
PE
12244 * play/hanoi.el (hanoi-current-time-float): Remove.
12245 All uses replaced by float-time.
12246
ee6f1be0
PE
12247 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12248 This yields a more-accurate answer.
12249 (rng-time-to-float): Remove; no longer needed.
12250
fe955043
PE
12251 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12252
5777162a
PE
12253 * calendar/timeclock.el (timeclock-seconds-to-time):
12254 Defalias to seconds-to-time, since they're the same thing.
12255
3103f8b6 12256 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12257 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12258 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12259
0e61a35f
SM
122602011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * window.el (bury-buffer): Don't iconify the only frame.
12263 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12264 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12265
ddd63a1e
CY
122662011-07-01 Chong Yidong <cyd@stupidchicken.com>
12267
0e61a35f
SM
12268 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12269 Add mouse-yank-primary.
ddd63a1e 12270
055f4923
TZ
122712011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12272
12273 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12274
6a2fb145
SM
122752011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12278 (find-library-name): Use it to find relative load names when provided
12279 absolute file name (bug#8803).
12280
fd4983f2
LMI
122812011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12282
887d14ad
LMI
12283 * textmodes/flyspell.el (flyspell-word): Consider words that
12284 differ only in case as potential doublons (bug#5687).
12285
c53dc7fc
LMI
12286 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12287 Remove two rather uninteresting debugging-like messages to make
12288 debbugs.el more silent.
12289
fd4983f2
LMI
12290 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12291 a password-like phrase.
12292
7a71b18d 122932011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12294
12295 * progmodes/cc-guess.el: New file.
12296
6a2fb145 12297 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12298
12299 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12300 derived from `c-basic-common-init'.
12301
12302 * progmodes/cc-mode.el (top-level): Require cc-guess.
12303 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12304
1fa280a3
LM
123052011-06-30 Lawrence Mitchell <wence@gmx.li>
12306
12307 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12308
e6597158
AM
123092011-06-30 Alan Mackenzie <acm@muc.de>
12310
1fa280a3
LM
12311 * progmodes/cc-engine.el (c-guess-continued-construct):
12312 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12313 lock is disabled. Name this case as "CASE G".
12314
68ba37fb
KM
123152011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12316
12317 * allout.el (allout-yank-processing): Fix injection of extra space
12318 between bullet and non-whitespace character in first topic when
12319 pasting, ensuring that the actual spacing in the pasted topic
12320 following the bullet char is preserved. This extra space was
12321 causing pasted encrypted topics to get a decrypted status even
12322 when the content was actually still encrypted. Now the decryption
12323 status from before the paste is preserved.
12324
12325 (allout-flag-region): Set all allout overlays so they evaporate
12326 when reduced to zero length (evanescent), to prevent overlay
12327 leakage.
12328
887a0b34
GM
123292011-06-30 Glenn Morris <rgm@gnu.org>
12330
94b9acce
GM
12331 * w32-fns.el (w32-charset-info-alist): Declare.
12332
1d9b46d4
GM
12333 * find-dired.el (find-grep-options): Simplify.
12334
cc232200
GM
12335 * term/ns-win.el (ns-set-resource): Declare.
12336
28e77c46
GM
12337 * ses.el (row, col): Declare dynamic variables honestly.
12338
887a0b34
GM
12339 * textmodes/reftex-parse.el (index-tags): Declare.
12340
658d8eb8
CY
123412011-06-30 Chong Yidong <cyd@stupidchicken.com>
12342
12343 * cus-edit.el (customize-push-and-save): New function.
12344
12345 * files.el (hack-local-variables-confirm): Use it.
12346
1fa280a3
LM
12347 * custom.el (load-theme): New arg NO-CONFIRM.
12348 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12349 (custom-enabled-themes): Doc fix.
12350
12351 * cus-theme.el (customize-create-theme)
12352 (custom-theme-merge-theme): Callers to load-theme changed.
12353
bb617717
LMI
123542011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12355
d61bdd5d
LMI
12356 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12357 short URLs have at least one dot in them (bug #7614).
12358
bb617717
LMI
12359 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12360 nil, because using a pty is apparently too slow (bug #895).
12361
2f31f37a
LMI
123622011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12363
12364 * mail/sendmail.el (sendmail-query-once): New function.
12365 (sendmail-query-once-function): New variable.
12366
3076b24e
GM
123672011-06-29 Glenn Morris <rgm@gnu.org>
12368
faf2a174
GM
12369 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12370
3076b24e
GM
12371 * ses.el (top-level): Require cl when compiling.
12372 (ses-set-localvars): Fix error statement.
12373 Call it at compile time to silence a storm of warnings.
12374
5386012d
MR
123752011-06-29 Martin Rudalics <rudalics@gmx.at>
12376
12377 * window.el (normalize-live-buffer): Rename to
12378 window-normalize-buffer.
12379 (normalize-live-frame): Rename to window-normalize-frame.
12380 (normalize-any-window): Rename to window-normalize-any-window.
12381 (normalize-live-window): Rename to window-normalize-live-window.
12382 (make-window-atom): Rename to window-make-atom.
12383 (window-resize-reset): Rename to window--resize-reset.
12384 (window-resize-reset-1): Rename to window--resize-reset-1.
12385 (resize-mini-window): Rename to window--resize-mini-window.
12386 (resize-subwindows-skip-p): Rename to
12387 window--resize-subwindows-skip-p.
12388 (resize-subwindows-normal): Rename to
12389 window--resize-subwindows-normal.
12390 (resize-subwindows): Rename to window--resize-subwindows.
12391 (resize-other-windows): Rename to window--resize-siblings.
12392 (resize-this-window): Rename to window--resize-this-window.
12393 (resize-root-window): Rename to window--resize-root-window.
12394 (resize-root-window-vertically): Rename to
12395 window--resize-root-window-vertically.
12396 (normalize-buffer-to-display): Rename to
12397 window-normalize-buffer-to-display.
12398 (normalize-buffer-to-switch-to): Rename to
12399 window-normalize-buffer-to-switch-to.
12400 Correspondingly update all callers of the functions listed
12401 above.
12402 (display-buffer-alist, display-buffer-normalize-arguments)
12403 (display-buffer-normalize-options, display-buffer)
12404 (display-buffer-alist-set): Use "function" instead of
12405 "fun-with-args".
12406
1176868d
CY
124072011-06-28 Chong Yidong <cyd@stupidchicken.com>
12408
12409 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12410 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12411 debbugs.gnu.org. Mention acknowledgment email.
12412
20a7a65f
LMI
124132011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12414
12415 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12416 buffer multibyteness, since it shouldn't matter.
12417
5f45cca5
MR
124182011-06-28 Martin Rudalics <rudalics@gmx.at>
12419
12420 * window.el (display-buffer-in-side-window): Handle dedicated
12421 windows as in display-buffer-reuse-window.
12422 (display-buffer-normalize-alist): Use value of override
12423 specifier.
12424 (display-buffer-normalize-specifiers): Use value of
12425 other-window-means-other-frame specifier.
12426 (display-buffer-alist): Rewrite some texts in widgets.
12427 (display-buffer): Spread arguments when calling function
12428 specified by fun-with-args.
12429
ad85fe1f
DD
124302011-06-28 Deniz Dogan <deniz@dogan.se>
12431
1fa280a3
LM
12432 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12433 Unnest `let'.
da68c4c8 12434
ad85fe1f
DD
12435 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12436 selectors (Bug#5732).
ec49bd31 12437 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12438
a08cc025
JA
124392011-06-27 Jari Aalto <jari.aalto@cante.net>
12440
12441 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12442 (eshell-ls-date-format): New defcustom.
12443 (eshell-ls-file): Use it.
12444
e2b551c5
SM
124452011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12448
8982b231
KY
124492011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12450
12451 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12452 (ange-ftp-make-tmp-name): New arg.
12453 (ange-ftp-file-local-copy): Use it.
12454
36c9fa27
J
124552011-06-27 Jambunathan K <kjambunathan@gmail.com>
12456
12457 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12458 no-conversion (Bug#8870).
12459
d68443dc
MR
124602011-06-27 Martin Rudalics <rudalics@gmx.at>
12461
12462 * window.el (window-right, window-left, window-child)
12463 (window-child-count, window-last-child)
12464 (window-iso-combination-p, walk-window-tree-1)
12465 (window-atom-check-1, window-tree-1, delete-window)
12466 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12467 new naming conventions - window-vchild, window-hchild,
12468 window-next and window-prev are now called window-top-child,
12469 window-left-child, window-next-sibling and window-prev-sibling
12470 respectively.
d615d6d2
MR
12471 (resize-window-reset): Rename to window-resize-reset.
12472 (resize-window-reset-1): Rename to window-resize-reset-1.
12473 (resize-window): Rename to window-resize.
12474 (window-min-height, window-min-width)
12475 (resize-mini-window, resize-this-window, resize-root-window)
12476 (resize-root-window-vertically, adjust-window-trailing-edge)
12477 (enlarge-window, shrink-window, maximize-window)
12478 (minimize-window, delete-window, quit-restore-window)
12479 (split-window, balance-windows, balance-windows-area-adjust)
12480 (balance-windows-area, window-state-put-2)
12481 (display-buffer-even-window-sizes, display-buffer-set-height)
12482 (display-buffer-set-width, set-window-text-height)
12483 (fit-window-to-buffer): Rename all "resize-window" prefixed
12484 calls to use the "window-resize" prefix convention.
12485 (display-buffer-alist): Fix symbol for label specifier.
12486 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12487 corresponding specifier.
12488 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12489
b6458526
VB
124902011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12491
12492 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12493 convention.
12494 (ses-call-printer): Does not pass an empty string to formatter when the
12495 cell is empty to keep from barking printer Calc math-format-value.
12496
d31fd9ac
RS
124972011-06-27 Richard Stallman <rms@gnu.org>
12498
43d5bf84
RS
12499 * battery.el (battery-mode-line-limit): New variable.
12500 (battery-update): Handle it.
12501
d31fd9ac
RS
12502 * mail/rmailmm.el (rmail-mime-process-multipart):
12503 Handle truncated messages.
12504
819a6054
GM
125052011-06-27 Glenn Morris <rgm@gnu.org>
12506
12507 * progmodes/flymake.el (flymake-err-line-patterns):
12508 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12509
cedc73f2
VB
125102011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12511
819a6054 12512 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12513 (ses--clean-!, ses--clean-_): New functions.
12514 (ses-range): Add configurability of readout order, and conversion
12515 to Calc vector.
12516
5e5d49b6
VB
12517 * ses.el (ses-repair-cell-reference-all): New function.
12518 (ses-cell-symbol): Set macro as safe, so that it can be used in
12519 formulas.
12520
56e6cc31 12521 * ses.el: Update cycle detection algorithm.
90ca8b49 12522 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12523 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12524 (ses-set-localvars): New function.
12525 (ses-make-cell): Add property-list as a cell element.
12526 (ses-cell-property-get-fun, ses-cell-property-get)
12527 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12528 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12529 New functions.
90ca8b49
VB
12530 (ses-cell-property-set, ses-cell-property-pop)
12531 (ses-cell-property-get-handle): New macro.
12532 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12533 New aliases, used for code readability.
12534 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12535 cycle detection.
12536 (ses-self-reference-early-detection): New defcustom.
fac916bf 12537 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12538 (ses-mode): Use ses-set-localvars.
12539 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12540 before lauching the update processing.
12541 (ses-initialize-Dijkstra-attempt): New function.
12542 (ses-recalculate-cell): Update for cycle detection based on
12543 Dijkstra algorithm.
12544
2bb63e81
VB
12545 * ses.el: Fix commenting and indenting convention.
12546
c9d29fb8
SM
125472011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12548
12549 * bs.el (bs-cycle-next): Complete last change.
12550
d8e4b68b
JB
125512011-06-27 Drew Adams <drew.adams@oracle.com>
12552
12553 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12554
40098786
LMI
125552011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12556
c9d29fb8
SM
12557 * net/network-stream.el (network-stream-open-starttls):
12558 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12559 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12560
40098786
LMI
12561 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12562 to binary to possibly avoid line encoding issues on Windows (among
12563 other things).
12564
468d09d4
LMI
125652011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12566
12567 * net/network-stream.el (open-network-stream): Return an :error
12568 saying what the problem was, if possible.
12569
12570 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12571 server.
12572
12573 * net/network-stream.el (network-stream-open-starttls): If we
12574 wanted to use STARTTLS, and the server offered it, but we weren't
12575 able to because we had no STARTTLS support, then close the connection.
12576 (open-network-stream): Return an :error element, if present.
12577
16f07dd7
CY
125782011-06-26 Chong Yidong <cyd@stupidchicken.com>
12579
88821ca0
CY
12580 * hl-line.el (hl-line-sticky-flag): Doc fix.
12581 (global-hl-line-sticky-flag): New option (Bug#8323).
12582 (global-hl-line-highlight): Obey it.
12583
16f07dd7
CY
12584 * vc/vc.el (vc-revert-show-diff): Default to t.
12585
6b5ccddf
KM
125862011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12587
c9d29fb8
SM
12588 * allout-widgets.el (allout-widgets-post-command-business):
12589 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12590 undecorated when an isearch is continued past, and isearch
12591 automatically collapses them. This leads to "widget leaks", where
12592 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12593 hidden widgets can slow down cursor travel, substantially.
12594 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12595 so we're doing without this nicety.
12596
12597 (allout-widgets-tally-string): Don't try to do a hash-table-count
12598 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12599 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12600 *Messages* when allout-widgets-maintain-tally is t.
12601
355f2e07
MR
126022011-06-26 Martin Rudalics <rudalics@gmx.at>
12603
12604 * window.el (display-buffer-normalize-argument): Rename to
12605 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12606 LABEL argument. Respect special-display-function when popping up
12607 a new frame. Fix code searching for a window showing the buffer
12608 on another frame.
c9d29fb8
SM
12609 (display-buffer-normalize-specifiers):
12610 Call display-buffer-normalize-arguments.
355f2e07
MR
12611 (display-buffer-in-window): Don't undedicate the window if its
12612 buffer remains the same.
12613 Reported by Drew Adams <drew.adams@oracle.com>.
12614 (display-buffer-alist): Add choice for same-window macro
12615 specfier.
12616 (display-buffer): Mention special meaning of LABEL argument in
12617 doc-string. Fix quoting. Don't pop up a new frame even as
12618 fallback.
12619
7ca8fc42
JB
126202011-06-26 Juanma Barranquero <lekktu@gmail.com>
12621
12622 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12623 avoid deleting the current window in some cases (bug#8911).
12624
bc312254
AS
126252011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12626
12627 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12628 (Bug#8934)
12629
2db18f3f
LMI
126302011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12631
c9d29fb8
SM
12632 * net/network-stream.el (network-stream-open-starttls):
12633 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12634 (network-stream-open-tls): Ditto.
12635
6302e0d3
LL
126362011-06-26 Leo Liu <sdl.web@gmail.com>
12637
12638 * register.el (registerv): New struct.
12639 (registerv-make): New function.
c9d29fb8
SM
12640 (jump-to-register, describe-register-1, insert-register):
12641 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12642 struct. (Bug#8415)
12643
5fdd4046
CY
126442011-06-26 Chong Yidong <cyd@stupidchicken.com>
12645
2afef60a
CY
12646 * vc/vc.el (vc-revert-show-diff): New defcustom.
12647 (vc-diff-internal): New arg specifying diff buffer.
12648 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12649 reuse an existing *vc-diff* buffer (Bug#8927).
12650
5fdd4046
CY
12651 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12652
e93db24a
GM
126532011-06-26 Glenn Morris <rgm@gnu.org>
12654
12655 * progmodes/f90.el (f90-critical-indent): New option.
12656 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12657 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12658 (f90-mode): Doc fix.
12659 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12660 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12661 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12662 (f90-match-end): Handle block, critical.
12663
eefff499
GM
126642011-06-25 Glenn Morris <rgm@gnu.org>
12665
f6ba4cc9
GM
12666 * calendar/diary-lib.el (diary-included-files): Doc fix.
12667 (diary-include-files): New function, extracted from
12668 diary-include-other-diary-files and diary-mark-included-diary-files.
12669 (diary-include-other-diary-files, diary-mark-included-diary-files):
12670 Just call diary-include-files.
12671 (diary-mark-entries): Reset diary-included-files on first call.
12672
16712304
GM
12673 * calendar/diary-lib.el (diary-mark-entries)
12674 (diary-mark-included-diary-files):
12675 Visit included diary-files in temp buffers.
12676
5d8e0d43
GM
12677 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12678 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12679 (f90-start-block-re, f90-imenu-generic-expression)
12680 (f90-looking-at-program-block-start, f90-no-block-limit):
12681 Add support for submodules.
12682
ccf7a5d5
GM
12683 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12684 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12685
11fdef7d 126862011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12687
12688 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12689 buffer-file-type before setting its value, to avoid disastrous
eefff499 12690 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12691
74f53697
JB
126922011-06-25 Juanma Barranquero <lekktu@gmail.com>
12693
12694 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12695
12696 * ses.el (ses-unload-function):
12697 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12698
12699 * proced.el (proced-unload-function):
12700 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12701
18a4ce5e
AR
127022011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12703
12704 * server.el (server-create-window-system-frame): Add parameters arg.
12705 (server-process-filter): Doc fix. Handle frame-parameters.
12706
519d22cc
JB
127072011-06-25 Juanma Barranquero <lekktu@gmail.com>
12708
12709 Fix bug#8730, bug#8781.
12710
12711 * loadhist.el (unload--set-major-mode): New function.
12712 (unload-feature): Use it.
12713
12714 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12715 (python-unload-function): New function.
12716
c206f5b0
SM
127172011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12718
12719 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12720
f9ad64f3
GS
127212011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12722
12723 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12724 the candidates list.
12725
7d0da90e
JB
127262011-06-24 Juanma Barranquero <lekktu@gmail.com>
12727
12728 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12729
14b4e83d
RS
127302011-06-23 Richard Stallman <rms@gnu.org>
12731
12732 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12733 (rmail-variables): Set next-error-move-function.
12734 (rmail-what-message): Take argument POS.
12735 (rmail-next-error-move): New function.
12736
273d2baf
SM
127372011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12740 messages for adjacent non-terminals.
12741
56c2cc9a
RS
127422011-06-23 Richard Stallman <rms@gnu.org>
12743
12744 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12745 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12746 (rmail-start-mail): Don't specify use of rmail-mail-return;
12747 that's done by mail-bury now.
12748 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12749
d59eb518
MA
127502011-06-23 Michael Albinus <michael.albinus@gmx.de>
12751
12752 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12753 SIZE is a number.
12754
02cfc6d6
MR
127552011-06-23 Martin Rudalics <rudalics@gmx.at>
12756
12757 * window.el (get-lru-window, get-mru-window)
12758 (get-largest-window): Never return a minibuffer window.
12759 (display-buffer-pop-up-window): Fix a bug that could lead to
12760 reusing the minibuffer window.
12761 (display-buffer): Pass original specifier argument to
12762 display-buffer-function instead of the normalized one.
12763 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12764
4e323265
LL
127652011-06-22 Leo Liu <sdl.web@gmail.com>
12766
12767 * minibuffer.el (completing-read-function)
12768 (completing-read-default): Move from minibuf.c
12769
7a70468f
RS
127702011-06-22 Richard Stallman <rms@gnu.org>
12771
50718fc2
RS
12772 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12773 to Rmail even if not started by a special Rmail command.
12774
7a70468f
RS
12775 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12776 Copy the buffer currently showing just one message.
12777
297dde5a
RW
127782011-06-22 Roland Winkler <winkler@gnu.org>
12779
12780 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12781 (bibtex-clean-entry): First delete the old key so that a
12782 customized algorithm for generating the new key does not get
12783 confused by the old key.
12784 (bibtex-url): Obey regexp of first step.
12785 (bibtex-search-entries): Do not use add-to-list with local
12786 list-var.
12787
97bb1093
LMI
127882011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12789
12790 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12791 stored a user name, then query for the password first, instead of
12792 waiting for SMTP to give an error message and the trying again.
12793
1c0f1a19
JD
127942011-06-22 Lawrence Mitchell <wence@gmx.li>
12795
12796 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12797 BUFFER in call-process.
12798
396f7c9d
LMI
127992011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12800
12801 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12802 QUIT twice.
ddb7ffee
LMI
12803 (smtpmail-try-auth-methods): Require user name and password from
12804 auth-source.
396f7c9d 12805
8998d1b3
MR
128062011-06-22 Martin Rudalics <rudalics@gmx.at>
12807
12808 * window.el (display-buffer-default-specifiers)
12809 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12810 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12811 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12812
12813 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12814 (special-display-frame-alist, special-display-popup-frame):
12815 Remove duplicate declarations. These are now in window.el.
12816
4ea31e07
LMI
128172011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12818
c9d29fb8
SM
12819 * mail/smtpmail.el (smtpmail-via-smtp):
12820 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12821 server supports it. SMTP servers that support STARTTLS commonly
12822 require it.
12823
12824 * net/network-stream.el (network-stream-open-starttls): Support
12825 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12826 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12827
95f41d9a
LMI
12828 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12829 upgrades with `open-network-stream', and rely solely on
12830 auth-source for all credentials. Big changes throughout the file,
12831 but in particular:
c9d29fb8
SM
12832 (smtpmail-auth-credentials): Remove.
12833 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12834 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12835 MAIL FROM, too.
95f41d9a 12836
c9d29fb8
SM
12837 * net/network-stream.el (network-stream-open-starttls):
12838 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12839 STARTTLS.
12840 (auth-source): Require.
12841 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12842 (network-stream-certificate): Change cert-cert to cert and
12843 cert-key to key.
4ea31e07 12844
065ec2c7
MA
128452011-06-21 Michael Albinus <michael.albinus@gmx.de>
12846
12847 * net/tramp-cache.el (top): Don't load the persistency file when
12848 "emacs -Q" has been called.
12849
cd93b359
DR
128502011-06-21 Tim Harper <timcharper@gmail.com>
12851
d8e4b68b
JB
12852 * term/ns-win.el (ns-initialize-window-system):
12853 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12854 resource to NO as it is not yet supported by the NS port.
12855
ae9c0411
JB
128562011-06-21 Juanma Barranquero <lekktu@gmail.com>
12857
12858 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12859 (list-dynamic-libraries): ...not here.
12860
7f3f739f
LL
128612011-06-21 Leo Liu <sdl.web@gmail.com>
12862
12863 * subr.el (sha1): Implement sha1 using secure-hash.
12864
327c8fb1
MR
128652011-06-21 Martin Rudalics <rudalics@gmx.at>
12866
12867 * window.el (display-buffer-alist): In default value do not
12868 enforce searching a window on any but the selected frame.
12869 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12870 (display-buffer-select-window): Remove function.
12871 (display-buffer-in-window): When a window on another frame gets
12872 reused, do not select it any more but just raise its frame if
12873 necessary (Bug#8851) and (Bug#8856).
12874 (display-buffer-normalize-options): Handle pop-up-frames related
12875 options more faithfully.
12876 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12877 window if it is on another frame.
c9d29fb8
SM
12878 (display-buffer-alist, display-buffer-default-specifiers):
12879 Don't make new frame unsplittable by default.
9e9de014
MR
12880 (display-buffer-normalize-argument): Fix doc-string typo and use
12881 'same-frame-other-window instead of 'other-window when associating
12882 with display-buffer-macro-specifiers.
327c8fb1 12883
7cf3f556
VB
128842011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12885
12886 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12887 New functions.
12888 (5x5-mode-map, 5x5-mode-menu): Bind them.
12889 (5x5-draw-grid): Tweak the solver's rendering.
12890
60a406cf
SM
128912011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12892
12893 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12894 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12895
d8e4b68b 128962011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12897
12898 * menu-bar.el: Use function variable instead of switch-to-buffer.
12899 (menu-bar-select-buffer-function): New variable.
60a406cf 12900 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12901
478d6f95
SM
129022011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12905 variable's status.
12906
ca530739
JD
129072011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12908
12909 * x-dnd.el (x-dnd-version-from-flags)
12910 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12911 and long as number (Bug#8899).
12912 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12913
bcd70d97
SM
129142011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12915
60a406cf 12916 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12917 (completion-try-completion, completion-all-completions): Compute the
12918 metadata argument if it's missing; make it optional (bug#8795).
12919
60a406cf 12920 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12921 (widget-complete): Use new :completion-function property.
12922 (widget-completions-at-point): New function.
12923 (default): Use :completion-function instead of :complete.
60a406cf
SM
12924 (widget-default-completions): Rename from widget-default-complete;
12925 Rewrite.
bcd70d97
SM
12926 (widget-string-complete, widget-file-complete, widget-color-complete):
12927 Remove functions.
12928 (file, symbol, function, variable, coding-system, color):
12929 * international/mule-cmds.el (default-input-method, charset)
12930 (language-info-custom-alist):
12931 * cus-edit.el (face): Use new property :completions.
12932
12933 * progmodes/pascal.el (pascal-completions-at-point): New function.
12934 (pascal-mode): Use it.
12935 (pascal-mode-map): Use completion-at-point.
12936 (pascal-toggle-completions): Make obsolete.
12937 (pascal-complete-word, pascal-show-completions):
12938 * progmodes/octave-mod.el (octave-complete-symbol):
12939 Redefine as obsolete alias.
12940 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12941 Signal absence of completion info for old Octave,
12942 (inferior-octave-complete): Redefine as obsolete alias.
12943 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12944 (meta-completions-at-point): Rename from meta-complete-symbol and
12945 adapt it for use on completion-at-point-functions.
12946 (meta-common-mode): Use it.
12947 (meta-looking-at-backward, meta-match-buffer): Remove.
12948 (meta-complete-symbol): Redefine as obsolete alias.
12949 (meta-common-mode-map): Use completion-at-point.
12950 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12951 (makefile-mode-map): Use completion-at-point.
12952 (makefile-completions-at-point): Rename from makefile-complete and
12953 adapt it for use on completion-at-point-functions.
12954 (makefile-mode): Use it.
12955 (makefile-complete): Redefine as obsolete alias.
12956
aebf69c8
DD
129572011-06-20 Deniz Dogan <deniz@dogan.se>
12958
12959 * net/rcirc.el: Delete trailing whitespaces once and for all.
12960
bfbbb27d
DC
129612011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12962
12963 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12964
d264a46b
CY
129652011-06-19 Chong Yidong <cyd@stupidchicken.com>
12966
4ca009e5
CY
12967 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12968
d264a46b
CY
12969 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12970
fbf5b3ce
MR
129712011-06-19 Martin Rudalics <rudalics@gmx.at>
12972
12973 * window.el (display-buffer-other-window-means-other-frame):
12974 Call display-buffer-normalize-alist.
12975 (display-buffer-normalize-specifiers-1): Rename to
12976 display-buffer-normalize-argument. New argument other-frame.
12977 Rewrite.
12978 (display-buffer-normalize-specifiers-2): Rename to
12979 display-buffer-normalize-options.
12980 (display-buffer-normalize-alist-1): New function.
12981 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12982 display-buffer-normalize-alist.
12983 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12984 (display-buffer-normalize-options-inhibit): New variable.
12985 (display-buffer-normalize-specifiers): Rewrite calling
12986 display-buffer-normalize-alist,
12987 display-buffer-normalize-argument, and
12988 display-buffer-normalize-options. Don't call the latter if
12989 display-buffer-normalize-options-inhibit is non-nil.
12990 (frame-auto-delete): New option.
12991 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12992 (window-list-no-nils, window-state-ignored-parameters)
12993 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12994 (window-state-put-1, window-state-put-2, window-state-put):
12995 New functions.
9a028c23
MR
12996 (display-buffer-normalize-options): Move special-display-p group
12997 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12998
6d10d800
CY
129992011-06-18 Chong Yidong <cyd@stupidchicken.com>
13000
6420d28b
CY
13001 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13002 groups (Bug#8776).
13003 (rx-submatch-n): New function.
13004 (rx): Document it.
13005
ddb8b596
CY
13006 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13007 (Bug#8768).
13008
13009 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13010
77080289
CY
13011 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13012
61dfb316
CY
13013 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13014 anytime existing face settings are present (Bug#8889).
13015
6d10d800
CY
13016 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13017 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13018 Remove unused argument.
13019
be3fb2b8
MR
130202011-06-18 Martin Rudalics <rudalics@gmx.at>
13021
bcd70d97
SM
13022 * window.el (display-buffer-default-specifiers):
13023 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13024 pop-up-window-min-width, and another reuse-window specifier
13025 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13026 (display-buffer-normalize-specifiers-2):
13027 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13028 pop-up-windows is unset. Add a reuse-window specifier for the
13029 case popping up a new window fails.
13030 (special-display-popup-frame): Remove double quoting.
28dec25a 13031 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13032
1c6d8c76
SM
130332011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13034
13035 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13036 according to comint-completion-addsuffix.
13037
13038 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13039 (pcomplete-suffix-list): Mark as obsolete.
13040 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13041 pcomplete-seen in the closure.
13042 (pcomplete-comint-setup): Setup completion-at-point as well.
13043 (pcomplete--entries): New function.
13044 (pcomplete--env-regexp): New var.
13045 (pcomplete-entries): Rewrite to work with partial-completion and
13046 without relying on pcomplete-suffix-list.
13047 (pcomplete-pare-list): Remove, unused.
13048
25aef8b8
MR
130492011-06-17 Martin Rudalics <rudalics@gmx.at>
13050
13051 * window.el (display-buffer-alist): Set pop-up-window-min-height
13052 and pop-up-window-min-width in default value. Reported by
13053 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13054 other-window-means-other-frame.
13055 (display-buffer-macro-specifiers): Comment out entry for
13056 other-window specifier.
13057 (display-buffer-other-window-means-other-frame): New function.
13058 (display-buffer-normalize-specifiers-1): New arguments
13059 buffer-name and label. Treat other-window case specially.
13060 (display-buffer-normalize-specifiers-2): Treat other-window case
13061 specially.
13062 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13063 (display-buffer-normalize-specifiers):
13064 Call display-buffer-normalize-specifiers-3.
25aef8b8 13065
dbad4f69
MR
130662011-06-17 Martin Rudalics <rudalics@gmx.at>
13067
13068 * window.el (same-window-p): Fix two typos introduced when
13069 adding with-no-warnings.
d1067961
MR
13070 (display-buffer-normalize-specifiers-1): Don't check
13071 pop-up-frames for 'unset initialization.
13072 (display-buffer-normalize-specifiers-2): Major rewrite using
13073 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13074 (pop-up-frames, display-buffer-reuse-frames)
13075 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13076 Suggested by David Engster <deng@randomsample.de>.
13077 (even-window-heights): Initialize to 'unset.
13078 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13079 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13080 other window case.
dbad4f69 13081
9b9c9e3a
MR
130822011-06-16 Martin Rudalics <rudalics@gmx.at>
13083
bcd70d97
SM
13084 * window.el (display-buffer-normalize-specifiers-1):
13085 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13086 second argument of display-buffer (Bug#8865).
981d5c09
MR
13087 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13088 (switch-to-buffer-other-window-same-frame)
13089 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13090 Adams (Bug#8875).
9c2755e9
MR
13091 (display-buffer): Don't check noninteractive when calling
13092 display-buffer-pop-up-frame.
13093 (display-buffer-pop-up-frame): Never pop up a frame in
13094 noninteractive mode (Bug#8857).
67222e1d
MR
13095 (enlarge-window, shrink-window): Don't report an error when the
13096 window can't be resized as requested (Bug#8862).
9b9c9e3a 13097
2b75be67
SM
130982011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13099
9ffdd3ba
SM
13100 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13101
cb581a67
SM
13102 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13103
2b75be67
SM
13104 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13105
8c0e3589
AM
131062011-06-15 Alan Mackenzie <acm@muc.de>
13107
cb581a67
SM
13108 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13109 for declarators, disable knr checking to speed up for normal files.
13110 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13111
b96e6cde
LMI
131122011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13113
4bba86e6
LMI
13114 * net/network-stream.el (open-network-stream): Add the keyword
13115 :always-query-capabilities for the case where you want to force a
13116 `plain' network connection, but the protocol still requires the
13117 capabilitiy command (i.e., SMTP and EHLO).
13118
2b75be67 13119 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13120 consistency with other `-live-p' functions.
13121
efdcdbf8
SM
131222011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * window.el (same-window-buffer-names, same-window-regexps)
13125 (special-display-frame-alist, special-display-popup-frame)
13126 (special-display-function, special-display-buffer-names)
13127 (special-display-regexps, pop-up-frame-alist)
13128 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13129 (pop-up-windows, split-window-preferred-function)
13130 (split-height-threshold, split-width-threshold, even-window-heights)
13131 (display-buffer-mark-dedicated): Don't encourage the use of
13132 display-buffer-alist from Elisp code.
13133
c5cde042
DN
131342011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13135
13136 * progmodes/python.el (python-mode): Derive from prog-mode.
13137 * progmodes/ps-mode.el (ps-mode):
13138 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13139 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13140 * progmodes/ld-script.el (ld-script-mode): Likewise.
13141
baa1c9ab
MR
131422011-06-15 Martin Rudalics <rudalics@gmx.at>
13143
13144 * window.el (display-buffer-alist): Trim default value to avoid
13145 popping up a new frame (Bug#8857) or reusing an arbitrary window
13146 on another frame.
13147 (display-buffer): Do not fall back on popping up a new frame in
13148 batch mode (Bug#8857).
13149
c5dd5a51
CY
131502011-06-14 Chong Yidong <cyd@stupidchicken.com>
13151
13152 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13153 (custom-theme-summary): New function.
13154 (customize-themes): Use it.
13155
d647b7c4
GM
131562011-06-13 Glenn Morris <rgm@gnu.org>
13157
13158 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13159
9481c002
MR
131602011-06-13 Martin Rudalics <rudalics@gmx.at>
13161
357f93d2
MR
13162 * help.el (help-window): Remove variable.
13163 (help-window-point-marker, temp-buffer-max-height)
13164 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13165 (help-print-return-message): Don't set help-window.
13166 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13167 (help-window-setup-finish): Remove.
13168 (help-window-display-message, help-window-setup)
13169 (with-help-window): Major rewrite based on new
13170 display-buffer-window variable.
13171
13172 * help-mode.el (help-mode-finish): Remove help-window related
13173 code.
13174
13175 * view.el (view-exits-all-viewing-windows): Remove reference to
13176 view-return-to-alist in doc-string.
13177 (view-return-to-alist): Make obsolete.
13178 (view-buffer): Call pop-to-buffer-same-window and remove
13179 undo-window code.
13180 (view-buffer-other-window): Call pop-to-buffer-other-window and
13181 simplify code. Ignore second argument.
13182 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13183 simplify code. Ignore second argument.
13184 (view-return-to-alist-update): Make obsolete.
13185 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13186 Rewrite using quit-restore window parameters.
2b75be67
SM
13187 (view-mode-exit): Rename second argument to EXIT-ONLY.
13188 Rewrite using quit-restore-window.
357f93d2
MR
13189 (View-exit, View-exit-and-edit, View-leave, View-quit)
13190 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13191 appropriate arguments.
13192 (view-end-message): Use quit-restore window parameter.
13193
9481c002
MR
13194 * window.el (display-buffer-function): Rewrite doc-string.
13195 (display-buffer-window, display-buffer-alist): New variables.
13196 (display-buffer-split-specifiers)
13197 (display-buffer-side-specifiers)
13198 (display-buffer-macro-specifiers): New constants.
13199 (display-buffer-even-window-sizes, display-buffer-set-height)
13200 (display-buffer-set-width, display-buffer-select-window)
13201 (display-buffer-in-window, display-buffer-reuse-window)
13202 (display-buffer-split-window-1, display-buffer-split-window)
13203 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13204 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13205 (display-buffer-in-side-window, normalize-buffer-to-display)
13206 (display-buffer-normalize-specifiers-1)
13207 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13208 (display-buffer-normalize-specifiers, display-buffer-frame):
13209 New functions.
9481c002
MR
13210 (display-buffer): Major rewrite.
13211 (display-buffer-other-window, display-buffer-other-frame)
13212 (pop-to-buffer, switch-to-buffer-other-window)
13213 (switch-to-buffer-other-frame): Rewrite.
13214 (display-buffer-same-window, display-buffer-same-frame)
13215 (display-buffer-same-frame-other-window)
13216 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13217 (pop-to-buffer-other-window)
13218 (pop-to-buffer-same-frame-other-window)
13219 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13220 (switch-to-buffer-other-window-same-frame): New functions.
13221 (same-window-p, special-display-p): Rewrite disabling warnings.
13222 Make obsolete.
13223 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13224 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13225 Make obsolete
13226 (same-window-buffer-names, same-window-regexps)
13227 (special-display-frame-alist, special-display-popup-frame)
13228 (special-display-function, special-display-buffer-names)
13229 (special-display-regexps, pop-up-frame-alist)
13230 (pop-up-frame-function, split-window-preferred-function)
13231 (split-height-threshold, split-width-threshold)
13232 (even-window-heights): Make obsolete.
13233
9db51aca
GM
132342011-06-12 Glenn Morris <rgm@gnu.org>
13235
13236 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13237 Misc simplifications.
9db51aca 13238
39cffb44
MR
132392011-06-12 Martin Rudalics <rudalics@gmx.at>
13240
13241 * window.el (window-safely-shrinkable-p): Restore function which
13242 was inadvertently removed in change from 2011-06-11. Declare as
13243 obsolete.
13244
2b75be67
SM
13245 * calendar/calendar.el (calendar-generate-window):
13246 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13247 window-safely-shrinkable-p.
13248
a8955be7
GM
132492011-06-12 Glenn Morris <rgm@gnu.org>
13250
13251 * progmodes/fortran.el (fortran-mode-syntax-table):
13252 * progmodes/f90.el (f90-mode-syntax-table):
13253 Set % to punctuation. (Bug#8820)
13254 (f90-find-tag-default): Remove, no longer needed.
13255
f0d4059d
DC
132562011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13257
13258 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13259
1100a63c
CY
132602011-06-11 Chong Yidong <cyd@stupidchicken.com>
13261
13262 * image.el (image-animated-p): Return animation delay in seconds.
13263 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13264 (image-animate-timeout): Remove DELAY argument. Don't assume
13265 every subimage has the same delay; get it from image-animated-p.
13266 (image-animate): Caller changed.
13267
def722bf
MA
132682011-06-11 Michael Albinus <michael.albinus@gmx.de>
13269
13270 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13271 to ignored backtrace functions.
13272
0a2bb1a9
GM
132732011-06-11 Glenn Morris <rgm@gnu.org>
13274
13275 * calendar/appt.el (appt-disp-window-function): Doc fix.
13276 (appt-check): Handle overlapping appointments. (Bug#8337)
13277
6198ccd0
MR
132782011-06-11 Martin Rudalics <rudalics@gmx.at>
13279
13280 * window.el (window-tree-1, window-tree): New functions, moving
13281 the latter to window.el.
13282 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13283 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13284 (bw-refresh-edges): Remove.
13285 (balance-windows-1, balance-windows-2): New functions.
13286 (balance-windows): Rewrite in terms of window tree functions,
13287 balance-windows-1 and balance-windows-2.
13288 (bw-adjust-window): Remove.
13289 (balance-windows-area-adjust): New function with functionality of
13290 bw-adjust-window but using resize-window.
2b75be67
SM
13291 (set-window-text-height): Rewrite doc-string.
13292 Use normalize-live-window and resize-window.
13293 (enlarge-window-horizontally, shrink-window-horizontally):
13294 Rename argument to DELTA.
6198ccd0
MR
13295 (window-buffer-height): New function.
13296 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13297 Rewrite using new window resize routines.
2b75be67
SM
13298 (kill-buffer-and-window, mouse-autoselect-window-select):
13299 Use ignore-errors instead of condition-case.
6198ccd0
MR
13300 (quit-window): Call delete-frame instead of delete-windows-on
13301 for the only buffer on frame.
13302
9397e56f
MR
133032011-06-10 Martin Rudalics <rudalics@gmx.at>
13304
13305 * loadup.el (top-level): Load window before files for the sake
13306 of replace-buffer-in-windows.
13307
13308 * files.el (read-buffer-to-switch)
13309 (switch-to-buffer-other-window)
2b75be67
SM
13310 (switch-to-buffer-other-frame, display-buffer-other-frame):
13311 Move to window.el.
9397e56f
MR
13312
13313 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13314 (previous-buffer): Move to window.el.
13315
13316 * bindings.el (unbury-buffer): Move to window.el.
13317
13318 * window.el (delete-other-windows-vertically): Move after
13319 definition of delete-other-windows.
13320 (other-window, delete-windows-on, replace-buffer-in-windows):
13321 Move here from window.c.
13322 (record-window-buffer, unrecord-window-buffer)
13323 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13324 (switch-to-next-buffer): New functions.
13325 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13326 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13327 (previous-buffer): Move here from simple.el.
13328 Call switch-to-prev-buffer.
9397e56f
MR
13329 (bury-buffer): Move here from buffer.c. Switch to previous
13330 buffer when window cannot be deleted.
13331 (unbury-buffer): Move here from bindings.el.
13332 (ctl-x-map): Move binding for other-window from window.c to
13333 here.
13334 (read-buffer-to-switch, switch-to-buffer-other-window)
13335 (switch-to-buffer-other-frame): Move here from files.el.
13336 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13337 (switch-to-buffer): Move here from buffer.c.
13338 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13339
562dd5e9
MR
133402011-06-10 Martin Rudalics <rudalics@gmx.at>
13341
13342 * window.el (window-min-height, window-min-width): Move here
13343 from window.c. Add defcustoms and rewrite doc-strings.
13344 (resize-mini-window, resize-window): New functions.
13345 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13346 Move here from window.c.
13347 (maximize-window, minimize-window): New functions.
13348 (delete-window, delete-other-windows, split-window): Move here
13349 from window.c.
13350 (window-split-min-size): New function.
13351 (split-window-keep-point): Mention split-window-above-each-other
13352 instead of split-window-vertically.
2b75be67 13353 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13354 Rename split-window-vertically to split-window-above-each-other
13355 and provide defalias for old definition.
13356 (split-window-side-by-side, split-window-horizontally):
13357 Rename split-window-horizontally to split-window-side-by-side
13358 and provide defalias for the old definition.
562dd5e9
MR
13359 (ctl-x-map): Move bindings for delete-window,
13360 delete-other-windows and enlarge-window here from window.c.
13361 Replace bindings for split-window-vertically and
13362 split-window-horizontally by bindings for
13363 split-window-above-each-other and split-window-side-by-side.
13364
13365 * cus-start.el (all): Remove entries for window-min-height and
13366 window-min-width. Add entries for window-splits and
13367 window-nest.
13368
f0da764a
GM
133692011-06-09 Glenn Morris <rgm@gnu.org>
13370
80675c21
GM
13371 * calendar/appt.el (appt-mode-line): New function.
13372 (appt-check, appt-disp-window): Use it.
13373
f0da764a
GM
13374 * files.el (hack-one-local-variable-eval-safep):
13375 Allow minor-modes with explicit +/-1 arguments.
13376
59f623b7
TZ
133772011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13378
13379 * term/xterm.el (xterm): Add defgroup.
13380 (xterm-extra-capabilities): Add defcustom to supply known xterm
13381 capabilities, skip querying them, or query them (default).
13382 (terminal-init-xterm): Use it.
13383 (terminal-init-xterm-modify-other-keys): New function to set up
13384 modifyOtherKeys support to simplify `terminal-init-xterm'.
13385
9aab8e0d
MR
133862011-06-09 Martin Rudalics <rudalics@gmx.at>
13387
13388 * window.el (resize-window-reset, resize-window-reset-1)
13389 (resize-subwindows-skip-p, resize-subwindows-normal)
13390 (resize-subwindows, resize-other-windows, resize-this-window)
13391 (resize-root-window, resize-root-window-vertically)
13392 (window-deletable-p, window-or-subwindow-p)
13393 (frame-root-window-p): New functions.
13394
e8b08aee
GM
133952011-06-09 Glenn Morris <rgm@gnu.org>
13396
13397 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13398 (ange-ftp-get-files): Use it.
13399
254c37a5
AK
134002011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13401
13402 * mail/sendmail.el (mail-recover-1, mail-recover):
13403 * files.el (recover-file, recover-session):
13404 Handle dired-listing-switches not being just a single short option.
13405
35d7dbd3
GM
134062011-06-09 Glenn Morris <rgm@gnu.org>
13407
13408 * calendar/appt.el (appt-display-message, appt-disp-window):
13409 Handle lists of appointments.
13410
387522b2
MR
134112011-06-08 Martin Rudalics <rudalics@gmx.at>
13412
2b75be67
SM
13413 * window.el (one-window-p): Move down in code.
13414 Rewrite doc-string.
13415 (window-current-scroll-bars): Rewrite doc-string.
13416 Normalize live window argument.
387522b2
MR
13417 (walk-windows, get-window-with-predicate, count-windows):
13418 Rewrite doc-string. Use window-list-1.
13419 (window-in-direction-2, window-in-direction, get-mru-window):
13420 New functions.
13421
d8e4b68b 134222011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13423
13424 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13425 Doc fix (Bug#8713).
13426
134272011-06-08 Chong Yidong <cyd@stupidchicken.com>
13428
13429 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13430
134312011-06-08 Juanma Barranquero <lekktu@gmail.com>
13432
13433 * loadhist.el (unload-feature-special-hooks):
13434 Add `comint-output-filter-functions'.
13435
0de12c52
IK
134362011-06-08 Ivan Kanis <gnu@kanis.fr>
13437
13438 * calendar/appt.el (appt-check): Move some initializations into the let.
13439
f3d1777e
MR
134402011-06-08 Martin Rudalics <rudalics@gmx.at>
13441
13442 * window.el (window-height): Defalias to window-total-height.
13443 (window-width): Defalias to window-body-width.
13444
18af70d0
CY
134452011-06-07 Chong Yidong <cyd@stupidchicken.com>
13446
13447 * image-mode.el (image-toggle-animation): New command.
13448 (image-mode-map): Bind it to RET.
13449 (image-mode): Update message.
13450 (image-toggle-display-image): Avoid a spurious cache flush.
13451 (image-transform-rotation): Doc fix.
13452 (image-transform-properties): Return quickly in the normal case.
13453 (image-animate-loop): Rename from image-animate-max-time.
13454
2b75be67 13455 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13456 (create-animated-image): Remove unnecessary function.
13457 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13458 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13459 (image-animate-timer): Use car-safe.
13460 (image-animate-timeout): Rename argument.
13461
190b47e6
MR
134622011-06-07 Martin Rudalics <rudalics@gmx.at>
13463
13464 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13465 window.c. Rename first argument to ALL-FRAMES.
13466 Rephrase doc-strings.
13467 (get-buffer-window-list): Rewrite using window-list-1.
13468 Rephrase doc-string.
a1511caf
MR
13469 (window-safe-min-height, window-safe-min-width): New constants.
13470 (window-size-ignore, window-min-size, window-min-size-1)
13471 (window-sizable, window-sizable-p, window-size-fixed-1)
13472 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13473 (window-max-delta-1, window-max-delta, window-resizable)
13474 (window-resizable-p, window-total-height, window-total-width)
13475 (window-body-width): New functions.
13476 (window-full-height-p, window-full-width-p): Rewrite using
13477 window-total-size.
13478 (window-body-height): Rewrite using window-body-size.
190b47e6 13479
85cc1f11
MR
134802011-06-06 Martin Rudalics <rudalics@gmx.at>
13481
13482 * window.el (window-right, window-left, window-child)
13483 (window-child-count, window-last-child, window-any-p)
13484 (normalize-live-buffer, normalize-live-frame)
13485 (normalize-any-window, normalize-live-window)
13486 (window-iso-combination-p, window-iso-combined-p)
13487 (window-iso-combinations)
13488 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13489 (windows-with-parameter, window-with-parameter)
13490 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13491 (window-atom-check, window-side-check, window-check):
13492 New functions.
85cc1f11
MR
13493 (ignore-window-parameters, window-sides, window-sides-vertical)
13494 (window-sides-slots): New variables.
13495 (window-size-fixed): Move down in code. Minor doc-string fix.
13496
e7156492
AS
134972011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13498
13499 * comint.el (comint-dynamic-complete-as-filename)
13500 (comint-dynamic-complete-filename): Correctly call
13501 completion-in-region.
13502
7e821d0d
DD
135032011-06-05 Deniz Dogan <deniz@dogan.se>
13504
13505 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13506 in last change.
13507
ac09b8a1
DD
135082011-06-05 Deniz Dogan <deniz@dogan.se>
13509
13510 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13511 (rcirc): Use it to prompt for encryption.
13512
34699b85
RW
135132011-06-05 Roland Winkler <winkler@gnu.org>
13514
13515 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13516 (bibtex-search-entries): New command bound to C-c C-a.
13517 (bibtex-display-entries): New function.
13518
004dedd3
RW
135192011-06-05 Roland Winkler <winkler@gnu.org>
13520
13521 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13522 (bibtex-insert-kill): After yanking insert newline if necessary.
13523 (bibtex-initialize): Call bibtex-string-files-init only once.
13524 (bibtex-mode): Do not call easy-menu-add.
13525 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13526 (bibtex-yank): Set arg properly if nil.
13527
022fe7ce
RW
135282011-06-05 Roland Winkler <winkler@gnu.org>
13529
2b75be67
SM
13530 * textmodes/bibtex.el (bibtex-search-entry-globally):
13531 New variable.
022fe7ce
RW
13532 (bibtex-search-entry): Use it.
13533
b7c3692a
RW
135342011-06-05 Roland Winkler <winkler@gnu.org>
13535
13536 * textmodes/bibtex.el (bibtex-entry-format): New option
13537 sort-fields.
13538 (bibtex-format-entry, bibtex-reformat): Honor this option.
13539 (bibtex-parse-entry): Return fields in proper order.
13540
8eda563d
JB
135412011-06-05 Juanma Barranquero <lekktu@gmail.com>
13542
13543 * doc-view.el (doc-view-remove-if): Move computation of result out
13544 of `dolist' to silence misleading lexical-binding warning.
13545
7dbe3dbc
CY
135462011-06-04 Chong Yidong <cyd@stupidchicken.com>
13547
13548 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13549 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13550
0c33dd17
MA
135512011-06-04 Michael Albinus <michael.albinus@gmx.de>
13552
13553 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13554 "SunOS 5.10".
13555
f8f91c2b
MA
135562011-06-04 Michael Albinus <michael.albinus@gmx.de>
13557
13558 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13559 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13560 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13561 (tramp-parse-putty):
13562 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13563 (tramp-completion-function-alist-ssh)
13564 (tramp-completion-function-alist-telnet)
13565 (tramp-completion-function-alist-su)
13566 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13567 cookie.
13568
13569 * net/tramp-ftp.el:
13570 * net/tramp-sh.el:
13571 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13572 load "tramp.el" `tramp-set-completion-function'.
13573
e17d9003
SM
135742011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * shell.el: Require and use pcomplete.
13577 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13578 (shell-completion-vars): Set pcomplete-default-completion-function.
13579
6c4cab03
DD
135802011-06-04 Deniz Dogan <deniz@dogan.se>
13581
13582 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13583 `memq' (Bug#8799).
13584
ea9fafe0
SM
135852011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13586
13587 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13588
b3e945d3
JB
135892011-06-02 Juanma Barranquero <lekktu@gmail.com>
13590
13591 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13592 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13593 * vc/log-view.el (log-view-beginning-of-defun):
13594 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13595 (smerge-refine-forward, smerge-refine-chopup-region):
13596 Silence warning for unused `dotimes' counter variables.
13597
7d520089
SM
135982011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13599
13600 * net/tramp.el (tramp-with-progress-reporter): Rename from
13601 with-progress-reporter. Use `declare'.
13602 * net/tramp-smb.el:
13603 * net/tramp-sh.el:
13604 * net/tramp-gvfs.el: Update all uses.
13605
a1c2400f
JB
136062011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13607
13608 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13609 buffer isn't killed before making it current.
13610
2403c841
SM
136112011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 Silence various byte-compiler warnings.
13614 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13615 `access-type' and new obsolescence format.
13616 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13617 new format.
13618 (byte-compile-check-variable): New `access-type' argument.
13619 Only warn if the access-type is obsolete.
13620 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13621 (byte-compile-variable-set): Adjust callers.
13622 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13623 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13624 setting it as obsolete.
13625 * simple.el (minibuffer-completing-symbol):
13626 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13627 access as obsolete.
13628 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13629 obsolete yet.
13630 * international/quail.el (quail-mouse-choose-completion): Remove unused
13631 code referring to obsolete var.
13632 (quail-choose-completion-string): Remove.
13633 * server.el (server-clients-with, server-kill-buffer-query-function)
13634 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13635 * proced.el (proced-send-signal):
13636 * emacs-lisp/lisp.el (lisp-complete-symbol):
13637 Replace completion-annotate-function with completion-extra-properties.
13638
2462470b
SM
136392011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13640
fb5b2591
SM
13641 * simple.el (goto-line): Use read-number.
13642 (overriding-map-is-bound): Remove.
13643 (saved-overriding-map): Change default.
13644 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13645 Take the map as argument.
13646 (universal-argument, negative-argument, digit-argument): Use it.
13647 (restore-overriding-map): Adjust.
13648 (do-auto-fill): Use fill-forward-paragraph.
13649 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13650
fd6fa53f
SM
13651 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13652 (minibuffer-inactive-mode): New major mode.
13653 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13654 the *Messages* buffer" hack.
13655 (mouse-popup-menubar): Don't burp if the event is a normal key.
13656
2462470b
SM
13657 Miscellaneous tweaks.
13658 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13659 lexical scoping as in subr.el's dolist and dotimes.
13660 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13661 Silence compiler warning.
13662 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13663 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13664 * international/ccl.el (ccl-compile): Trivial simplification.
13665 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13666 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13667 `printflag' argument.
13668 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13669 Purecopy the whole obsolescence data.
13670
108bf785
LL
136712011-06-01 Leo Liu <sdl.web@gmail.com>
13672
13673 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13674 improve doc-string as suggested by Marco Pessotto
13675 <melmothx@gmail.com>.
13676 (rcirc-print): Fix last change.
13677
30a23501
SM
136782011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * minibuffer.el (complete-with-action): Return nil for the metadata and
13681 boundaries of non-functional tables.
13682 (completion-table-dynamic): Return nil for the metadata.
13683 (completion-table-with-terminator): Add default case, using
13684 complete-with-action.
13685 (completion--metadata): New function.
13686 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13687 to try and avoid pathological performance problems.
13688 (completion--embedded-envvar-table): Return `category' metadata.
13689
bcd54f83
LMI
136902011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13691
13692 * subr.el (process-alive-p): New tiny convenience function.
13693
e227544d
SM
136942011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13695
13696 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13697 content but also its previous major mode.
13698
e8296fdc
HE
136992011-05-31 Helmut Eller <eller.helmut@gmail.com>
13700
4d61f28d 13701 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13702 *Backtrace* buffer when we exit with C-M-c.
13703
620c53a6
SM
137042011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13705
13706 * minibuffer.el: Add metadata method to completion tables.
13707 (completion-category-overrides): New defcustom.
13708 (completion-metadata, completion--field-metadata)
13709 (completion-metadata-get, completion--styles)
13710 (completion--cycle-threshold): New functions.
13711 (completion-try-completion, completion-all-completions):
13712 Add `metadata' argument to choose completion-styles.
13713 (completion--do-completion): Use metadata to choose cycling.
13714 (completion-all-sorted-completions): Use metadata for sorting.
13715 Remove :completion-cycle-penalty which is not needed any more.
13716 (completion--try-word-completion): Add `metadata' argument.
13717 (minibuffer-completion-help): Check metadata for annotation function
13718 and sorting.
13719 (completion-file-name-table): Return `category' metadata.
13720 (minibuffer-completing-file-name): Make obsolete.
13721 * simple.el (minibuffer-completing-symbol): Make obsolete.
13722 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13723 completion-try-completion.
13724
1257e755
SM
137252011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13728
3767e706
LL
137292011-05-30 Leo Liu <sdl.web@gmail.com>
13730
13731 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13732 (rcirc-print): Decode all incoming messages (bug#8744).
13733 (rcirc-decode-coding-system): Allow value nil for automatic coding
13734 system detection.
3767e706 13735
d1a5d56a
GM
137362011-06-01 Glenn Morris <rgm@gnu.org>
13737
13738 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13739
e8cbec34
CY
137402011-05-29 Chong Yidong <cyd@stupidchicken.com>
13741
13742 * image.el (image-animate-max-time): Allow nil and t values.
13743 Default to nil.
13744 (create-animated-image): Doc fix.
13745 (image-animate-start): Remove second arg; just use
13746 image-animate-max-time.
13747 (image-animate-timeout): Doc fix. Args changed.
13748
13749 * image-mode.el (image-toggle-display-image): Ensure that the
13750 image spec passed to the animate timer is the same object as in
58179cce 13751 the buffer's display property (Bug#6981).
e8cbec34
CY
13752 (image-transform-properties): Doc fix.
13753
13754 * image.el (image-animate-max-time): Default to nil.
13755
159daf87
MR
137562011-05-29 Martin Rudalics <rudalics@gmx.at>
13757
13758 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13759 entire buffer list (Bug#8184).
13760
d66c4c7c
CY
137612011-05-29 Chong Yidong <cyd@stupidchicken.com>
13762
13763 * image.el (imagemagick-types-inhibit)
13764 (imagemagick-register-types): Doc fix.
13765
80aec780
DD
137662011-05-29 Deniz Dogan <deniz@dogan.se>
13767
13768 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13769 default.
13770
1dd3c2d9
CY
137712011-05-29 Chong Yidong <cyd@stupidchicken.com>
13772
13773 * select.el: Don't perform clipboard-manager saving in hooks;
13774 leave the hooks empty.
13775
60e56523
LL
137762011-05-28 Leo Liu <sdl.web@gmail.com>
13777
13778 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13779 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13780 (occur-edit-mode): New major mode (Bug#8463).
13781 (occur-after-change-function): New function.
13782 (occur-engine): Give Occur tags a read-only property.
13783
2b1e1a22
KR
137842011-05-28 Kevin Ryde <user42@zip.com.au>
13785
13786 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13787
5d344e88
CY
137882011-05-28 Chong Yidong <cyd@stupidchicken.com>
13789
8e6ca83d
CY
13790 * bindings.el (help-echo): Make the initial non-indicator dash
13791 empty on graphical terminals (Bug#7295).
13792
5d344e88
CY
13793 * files.el (auto-mode-alist): Move config rule after the
13794 in-stripping one (Bug#8547).
13795
bfbbace7
CY
13796 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13797
fbeba6e2
CY
13798 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13799 setting (Bug#8740).
13800
60ed8c72
AA
138012011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13802
4ac619f0
AA
13803 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13804 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13805 (Bug#8539).
60ed8c72 13806
23db196e
CY
138072011-05-28 Chong Yidong <cyd@stupidchicken.com>
13808
13809 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13810
5012f24c
DK
138112011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13812
13813 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13814 (hs-hide-block-at-point, hs-find-block-beginning)
13815 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13816 (Bug#8279).
13817
6a639b16
GM
138182011-05-28 Glenn Morris <rgm@gnu.org>
13819
13820 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13821
d43eaf2c
CY
138222011-05-28 Chong Yidong <cyd@stupidchicken.com>
13823
5199bde1
CY
13824 * help-fns.el (describe-function-1): If the function is a derived
13825 major mode, print the parent mode.
13826
d43eaf2c
CY
13827 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13828 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13829
423428a8
SM
138302011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13831
0ff8e1ba 13832 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13833 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13834 * progmodes/etags.el (tags-completion-at-point-function):
13835 * info-look.el (info-lookup-completions-at-point): Mark as
13836 non-exclusive.
13837 (info-complete): Adjust accordingly.
13838
423428a8
SM
13839 * info-look.el: Convert to lexical-binding and completion-at-point.
13840 (info-lookup-completions-at-point): New function.
13841 (info-complete): Use it and completion-in-region.
13842
b74aa22b
DA
138432011-05-28 Drew Adams <drew.adams@oracle.com>
13844
13845 * isearch.el: Let M-e start with point at the first mismatched char.
13846 (isearch-fail-pos): New function.
13847 (isearch-edit-string): Use it.
13848
66e2e71d
DK
138492011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13850
13851 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13852
b1890b0f 138532011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13854
13855 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13856 traversal functions for avl-trees.
13857 (avl-tree--stack): New struct.
13858 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13859 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13860 (avl-tree--do-enter): Add optional `updatefun' arg.
13861 Change return value.
eb95d01d 13862 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13863 (avl-tree--do-delete): Add `test' and `nilflag' args.
13864 Change return value.
eb95d01d
TC
13865 (avl-tree-member): Add optional `nilflag'
13866 (avl-tree-member-p): New function.
13867 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13868 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13869 (avl-tree-stack-empty-p): New functions.
13870
3769ddcf
TC
13871 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13872 avl-tree--del-balance1 and make it work both ways.
13873 (avl-tree--del-balance2): Remove.
13874 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13875 make it work both ways.
13876 (avl-tree--enter-balance2): Remove.
13877 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13878 New macros.
13879 (avl-tree--mapc, avl-tree-map): Add direction argument.
13880
eb95d01d 138812011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13882
13883 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13884
a9f737ee
CY
138852011-05-27 Chong Yidong <cyd@stupidchicken.com>
13886
13887 * select.el: Support clipboard managers with built-in function
13888 x-clipboard-manager-save, via delete-frame-functions and
13889 kill-emacs-hook.
13890 (xselect-convert-to-targets): Add MULTIPLE target to list.
13891 (xselect-convert-to-save-targets): New function.
13892
c92a1e54
KH
138932011-05-27 Kenichi Handa <handa@m17n.org>
13894
13895 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13896 let-binding rfc2047-encode-encoded-words to nil.
13897
e145f188
GM
138982011-05-27 Glenn Morris <rgm@gnu.org>
13899
5ec8a862
GM
13900 * mail/emacsbug.el: Don't require url-util.
13901
4b29d9fb
GM
13902 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13903
e145f188
GM
13904 * files.el (set-auto-mode):
13905 Also respect mode: entries at the end of the file. (Bug#8586)
13906
7d15102b
GM
139072011-05-26 Glenn Morris <rgm@gnu.org>
13908
98f593b8
GM
13909 * files.el (hack-local-variables-prop-line, hack-local-variables):
13910 Downcase mode names, as seems to be traditional.
27b48e63 13911 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13912
7d15102b
GM
13913 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13914 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13915
51d5b4ec
JD
139162011-05-25 Julien Danjou <julien@danjou.info>
13917
13918 * textmodes/rst.el (rst-define-level-faces): Do not define face
13919 symbol if it is already defined.
13920
91513f63
VB
139212011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13922
13923 * play/5x5.el (5x5-new-game, 5x5-randomize):
13924 Reset 5x5-solver-output to nil when a new grid is cast.
13925 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13926 these debugging traces, as defmacro breaks the compiled code.
13927
4d90d6d0
DK
139282011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13929
13930 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13931
e1b90ef6
LL
139322011-05-24 Leo Liu <sdl.web@gmail.com>
13933
13934 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13935 (vc-bzr-sha1): Adapt.
13936
d8e4b68b 13937 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13938
13939 * bindings.el: Provide sha1 feature.
13940
db0406bb 139412011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13942
13943 * mail/sendmail.el: Require `rfc2047'.
13944 (mail-insert-from-field): Do not perform RFC2047 encoding.
13945 (mail-encode-header): New function.
13946 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13947 buffer to the return value of select-message-coding-system.
13948 Call mail-encode-header.
b8d747b9
KH
13949
13950 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13951
db0406bb 139522011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13953
4d90d6d0
DK
13954 * mail/supercite.el (sc-default-cite-frame):
13955 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13956
eb8a5e9b
GM
139572011-05-24 Glenn Morris <rgm@gnu.org>
13958
f8630703
GM
13959 * progmodes/python.el (brm-menu): Declare.
13960
8831bbed
GM
13961 * emulation/viper.el (viper-set-hooks): Declare.
13962
eb8a5e9b
GM
13963 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13964 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13965 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13966 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13967 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13968 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13969
a2a25d24
SM
139702011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13971
13972 Add an :exit-function for completion-at-point.
13973
13974 * minibuffer.el (completion--done): New fun.
13975 (completion--do-completion): Use it. New arg `expect-exact'.
13976 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13977 since completion--do-completion does it for us now.
13978 (minibuffer-force-complete): Use completion--done and
13979 completion--replace. Handle sole-completion case with more care.
13980 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13981 (completion-extra-properties): New var.
13982 (completion-annotate-function): Make obsolete.
13983 (minibuffer-completion-help): Adjust accordingly.
13984 Use completion-list-insert-choice-function.
13985 (completion-at-point, completion-help-at-point):
13986 Bind completion-extra-properties.
13987 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13988 * simple.el (completion-list-insert-choice-function): New var.
13989 (completion-setup-function): Preserve it.
13990 (choose-completion): Pay attention to it, shuffle the code a bit.
13991 (choose-completion-string): New arg `insert-function'.
13992
13993 * textmodes/bibtex.el: Convert to lexical binding.
13994 (bibtex-mode-map): Use completion-at-point.
13995 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13996 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13997 (bibtex-complete): Define as obsolete alias.
13998 (bibtex-complete-internal): Remove.
13999 (bibtex-format-entry): Remove unused sub-group in regexp.
14000 * shell.el (shell--command-completion-data)
14001 (shell-environment-variable-completion):
14002 * pcomplete.el (pcomplete-completions-at-point):
14003 * comint.el (comint--complete-file-name-data): Use :exit-function
14004 instead of completion-table-with-terminator so it also works for
14005 choose-completion.
14006
e44e373d
SM
140072011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14008
4f91a816
SM
14009 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14010
782fc819
SM
14011 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14012 (bug#8710).
14013
e44e373d
SM
14014 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14015
381987c3
KM
140162011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14017
14018 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14019 customization variable and implement: If non-nil, auto-fill will
14020 be inhibited while on topic's header line.
14021
b776bc70
VB
140222011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14023
14024 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14025 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14026 always have a solution in grid size = 5 cases.
14027 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14028 (5x5-solver-output, 5x5-log-buffer): New vars.
14029 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14030 Make these variables buffer local to achieve 5x5 multi-session-ness.
14031 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14032 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14033 (5x5-solve-suggest): New funs.
14034 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14035 randomize a grid so that we ensure that there is always a solution.
14036 (5x5-make-random-grid): Allow other movement than flipping.
14037
7de88b6e
KR
140382011-05-23 Kevin Ryde <user42@zip.com.au>
14039
14040 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14041 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14042 advice and passes PREDICATE.
14043
b1ef1257
SM
140442011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14045
bbca48fe
SM
14046 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14047 byte-compile-lambda if it's actually a lambda.
14048
b1ef1257
SM
14049 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14050 Fix function quoting. Use backquote better.
14051
92a9cc65
YS
140522011-05-22 Yuanle Song <sylecn@gmail.com>
14053
14054 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14055 matching (Bug#8516).
14056
f0fb8059
JA
140572011-01-22 Jari Aalto <jari.aalto@cante.net>
14058
14059 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14060 different face (Bug#8178).
14061
d5b44c93
CY
140622011-05-22 Chong Yidong <cyd@stupidchicken.com>
14063
14064 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14065 defface (Bug#8144).
14066
79106a44
SM
140672011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14068
9c848d8a
SM
14069 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14070 funcall as well (bug#8712). Warn when performing those conversions.
14071 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14072
79106a44
SM
14073 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14074
88dfa756
GM
140752011-05-22 Glenn Morris <rgm@gnu.org>
14076
14077 * files.el (hack-local-variables-prop-line): Small simplifications.
14078 (hack-local-variables, hack-local-variables-prop-line):
14079 If MODE-ONLY, return the mode, rather than just `t'.
14080
b7cf2c79
SM
140812011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14084
3f1a8558
GM
140852011-05-21 Glenn Morris <rgm@gnu.org>
14086
7e4ccca3
GM
14087 * files.el (hack-local-variables-prop-line, hack-local-variables):
14088 If only interested in the mode, don't bother doing the other stuff.
14089
637d46ca
GM
14090 * image-mode.el (image-after-revert-hook):
14091 Redraw all frames on which the image is visible. (Bug#8567)
14092
973d955b
GM
14093 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14094
3f1a8558
GM
14095 * wid-edit.el (widget-checklist-match-inline):
14096 Fix 2011-04-19 change. (Bug#8649)
14097
96479927
SM
140982011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14099
1dcf791f
SM
14100 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14101 Also allow singlespace after single-letter capitals followed by a dot.
14102
96479927
SM
14103 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14104 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14105
35fd0881
N
141062011-05-20 Nix <nix@esperi.org.uk>
14107
14108 * files.el (basic-save-buffer-2):
14109 Fix handling of break-hardlink-on-save with non-existent files.
14110
82745640
DD
141112011-05-19 Deniz Dogan <deniz@dogan.se>
14112
14113 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14114 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14115
4a720484
GM
141162011-05-19 Glenn Morris <rgm@gnu.org>
14117
d1f21341
GM
14118 * progmodes/f90.el (f90-type-def-re):
14119 Handle "type, bind(c)". (Bug#8691)
14120
4a720484
GM
14121 * emacs-lisp/autoload.el (batch-update-autoloads):
14122 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14123
2fb0a219
MA
141242011-05-18 Michael Albinus <michael.albinus@gmx.de>
14125
14126 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14127 property for the correct connection in case of multihops.
14128
e565dd37
GM
141292011-05-18 Glenn Morris <rgm@gnu.org>
14130
c2571358 14131 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14132 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14133
e565dd37
GM
14134 Rationalize calendar handling of day and month abbrev-arrays.
14135 * calendar/calendar.el (calendar-customized-p): New function.
14136 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14137 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14138 Add :set function.
14139 (calendar-abbrev-length, calendar-day-abbrev-array)
14140 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14141 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14142 Elements may no longer be nil.
14143 (calendar-day-name, calendar-month-name):
14144 Update for changed nature of abbrev arrays.
14145 * calendar/diary-lib.el (diary-name-pattern):
14146 Update for changed nature of abbrev arrays.
14147 (diary-mark-entries-1): Update calendar-make-alist calls.
14148 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14149 * calendar/cal-html.el (cal-html-day-abbrev-array):
14150 Simply inherit from calendar-day-abbrev-array.
14151
1d99a745
SM
141522011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14153
14154 * progmodes/grep.el (grep-mode): Disable default
14155 compilation-directory-matcher setting (bug#8684).
14156
7c1d9aa0
MA
141572011-05-17 Michael Albinus <michael.albinus@gmx.de>
14158
14159 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14160 instead of "head" and "tail". There were problems with SunOS 5.9,
14161 and it performs better.
14162
3952e9d8
GM
141632011-05-17 Glenn Morris <rgm@gnu.org>
14164
2dd12e7f
GM
14165 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14166
e4157b9c
GM
14167 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14168 Replace obsolete function.
14169
8e249bbd
GM
14170 * shell.el (pcomplete-parse-arguments-function): Declare.
14171
3952e9d8
GM
14172 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14173 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14174 (appt-check): Doc fixes.
14175 (appt-disp-window-function, appt-delete-window-function):
14176 Remove needless special case in custom :type.
14177 (appt-display-count): Default to 0, not nil.
14178 (appt-check): Reset appt-display-count to 0, not nil.
14179
c71a0d48 141802011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14181
c71a0d48
GM
14182 * progmodes/python.el (python-font-lock-keywords):
14183 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14184
31d55be9
SM
141852011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14186
14187 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14188
3bfacb2f
KR
141892011-05-16 Kevin Ryde <user42@zip.com.au>
14190
14191 * info-look.el (makefile-automake-mode): New setups, looking in
14192 automake manual, then makefile-mode.
14193 (makefile-mode): Remove automake manual, have it just in
14194 makefile-automake-mode since there's various things different or
14195 not relevant to plain make.
14196 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14197 believe a hypothetical automake-mode would go to makefile-mode,
14198 not the other way around.
14199
c8e83751
CY
142002011-05-15 Chong Yidong <cyd@stupidchicken.com>
14201
5e9e35cd
CY
14202 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14203 hunk-end tags (Bug#8672).
14204
c8e83751
CY
14205 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14206 vc-annotate-show-diff-revision-at-line (Bug#8671).
14207
50b23e5a
GM
142082011-05-14 Glenn Morris <rgm@gnu.org>
14209
7210a739
GM
14210 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14211 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14212 (change-log-font-lock-keywords): Also handle multiple author lines
14213 with leading tabs. (Bug#8644)
7210a739 14214
4691905a
GM
14215 * calendar/appt.el (appt-check): Rename some local variables.
14216 Some simplification/reordering.
14217
50b23e5a
GM
14218 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14219 (feedmail-sendmail-f-doesnt-sell-me-out)
14220 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14221 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14222 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14223 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14224 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14225 (feedmail-binmail-gnulinuxish-template):
14226 Rename from feedmail-binmail-linuxish-template.
14227 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14228 Use insert-buffer-substring.
14229
215cda7c
BC
142302011-05-14 Bill Carpenter <bill@carpenter.org>
14231
14232 * mail/feedmail.el (feedmail-patch-level): Increase.
14233 (feedmail-debug): New custom group.
14234 (feedmail-confirm-outgoing-timeout)
14235 (feedmail-sendmail-f-doesnt-sell-me-out)
14236 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14237 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14238 (feedmail-sender-line, feedmail-from-line)
14239 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14240 (feedmail-spray-this-address)
215cda7c
BC
14241 (feedmail-spray-address-fiddle-plex-list)
14242 (feedmail-queue-use-send-time-for-date)
14243 (feedmail-queue-use-send-time-for-message-id)
14244 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14245 (feedmail-buffer-eating-function):
14246 Doc fixes.
14247 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14248 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14249 (feedmail-message-action-scroll-down): New functions.
14250 (feedmail-queue-directory, feedmail-queue-draft-directory):
14251 Use expand-file-name.
14252 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14253 Remove C-v help entry.
14254 (feedmail-queue-buffer-file-name): New variable.
14255 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14256 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14257 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14258 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14259 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14260 (feedmail-message-action-toggle-spray)
14261 (feedmail-run-the-queue-no-prompts)
14262 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14263 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14264 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14265 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14266 (feedmail-envelope-deducer, feedmail-fiddle-from)
14267 (feedmail-fiddle-sender, feedmail-default-date-generator)
14268 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14269 (feedmail-fiddle-spray-address)
14270 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14271 (feedmail-fiddle-list-of-fiddle-plexes)
14272 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14273 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14274 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14275 Change default. Doc fix.
14276 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14277 (feedmail-binmail-linuxish-template): New constant.
14278 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14279 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14280 (feedmail-send-it): Add debug call.
14281 Use feedmail-queue-buffer-file-name, and
14282 feedmail-send-it-immediately-wrapper.
14283 (feedmail-message-action-send): Add debug call.
14284 Use feedmail-send-it-immediately-wrapper.
14285 (feedmail-queue-express-to-queue): Add debug call.
14286 Run feedmail-queue-express-hook.
14287 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14288 (feedmail-message-action-help-blat):
14289 Rename from feedmail-queue-send-edit-prompt-help-first.
14290 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14291 Check line-endings. Handle errors better.
14292 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14293 Doc fix. Add debug call.
14294 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14295 Use feedmail-queue-send-edit-prompt-inner.
14296 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14297 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14298 from feedmail-queue-send-edit-prompt.
14299 (feedmail-queue-send-edit-prompt-help)
14300 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14301 (feedmail-tidy-up-slug): Add debug call.
14302 Respect feedmail-queue-slug-suspect-regexp.
14303 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14304 (feedmail-dump-message-to-queue): Add debug call.
14305 Expand queue-directory.
14306 (feedmail-dump-message-to-queue): Change message slightly.
14307 Use feedmail-say-chatter.
14308 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14309 (feedmail-send-it-immediately-wrapper): New function.
14310 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14311 Insert empty string rather than newline. Handle full-frame case.
14312 Use catch/throw. Use feedmail-say-chatter.
14313 (feedmail-fiddle-from): Try mail-host-address.
14314 (feedmail-default-message-id-generator): Doc fix.
14315 Bind system-time-locale. Handle missing end.
14316 (feedmail-fiddle-x-mailer): Add debug call.
14317 Handle feedmail-x-mailer-line being nil.
14318 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14319 Add debug call. Use buffer-substring-no-properties.
14320 (feedmail-say-debug, feedmail-say-chatter): New functions.
14321 (feedmail-find-eoh): Give an explicit error.
14322
42c7e61e
UJ
143232011-05-13 Ulf Jasper <ulf.jasper@web.de>
14324
c2571358 14325 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14326 family from helvetica to sans.
c2571358 14327 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14328 etc/images/newsticker.
14329
c2571358 14330 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14331 family from helvetica to sans.
14332
14333 * net/newst-plainview.el (newsticker-new-item-face)
14334 (newsticker-old-item-face, newsticker-immortal-item-face)
14335 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14336 (newsticker-statistics-face): Change default family from
42c7e61e 14337 helvetica to sans.
c2571358 14338 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14339 etc/images/newsticker.
14340
5d3385a0
JB
14341 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14342 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14343 auto-marking.
14344
8497a297
DV
143452011-05-13 Didier Verna <didier@xemacs.org>
14346
14347 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14348 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14349 TODO entries.
8497a297
DV
14350 (lisp-lambda-list-keyword-parameter-indentation)
14351 (lisp-lambda-list-keyword-parameter-alignment)
14352 (lisp-lambda-list-keyword-alignment): New customizable user options.
14353 (lisp-indent-defun-method): Improve docstring.
14354 (extended-loop-p): Fix comment.
14355 (lisp-indent-lambda-list-keywords-regexp): New variable.
14356 (lisp-indent-lambda-list): New function.
14357 (lisp-indent-259): Use it.
14358 (lisp-indent-defmethod): Support for more than one
14359 method qualifier and properly indent methods lambda-lists.
14360 (defgeneric): Provide a missing common-lisp-indent-function property.
14361
f278f87f
SM
143622011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14363
14364 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14365 bounds for the empty string (bug#8667).
14366
5233edd7
GM
143672011-05-13 Glenn Morris <rgm@gnu.org>
14368
5237a44f
GM
14369 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14370
8340026c 14371 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14372 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14373
5233edd7 14374 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14375 (appt-time-msg-list): Doc fix.
a5464014 14376 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14377
92d10796
AS
143782011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14379
14380 * progmodes/ld-script.el (ld-script-keywords)
14381 (ld-script-builtins): Update keywords list.
14382
914a0ae1
SM
143832011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14384
c89be45f
SM
14385 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14386
914a0ae1
SM
14387 * shell.el (shell-completion-vars): New function.
14388 (shell-mode):
14389 * simple.el (read-shell-command): Use it.
14390 (blink-matching-open): No need for " [...]" in minibuffer-message.
14391
98dc3df3
GM
143922011-05-12 Glenn Morris <rgm@gnu.org>
14393
14394 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14395 (appt-check): Simplify.
14396
d2fc7e3d 143972011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14398
4d61f28d 14399 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14400 literal "/dev/null".
14401
d2fc7e3d 144022011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14403
14404 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14405 Fix typo.
14406
d2fc7e3d 144072011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14408
3f254caa
SM
14409 * progmodes/which-func.el (which-function):
14410 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14411 which might not be defined (Bug#8260).
14412
d45885f7
GM
144132011-05-12 Glenn Morris <rgm@gnu.org>
14414
14415 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14416 Let byte-compile-initial-macro-environment always take precedence.
14417
488086f4
SM
144182011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * net/rcirc.el: Add support for SSL/TLS connections.
14421 (rcirc-server-alist): New field `encryption'.
14422 (rcirc): Check `encryption' settings.
14423 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14424 Merge make-local-variable into `set'.
14425 (rcirc--connection-open-p): New function.
14426 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14427 the process is not a network process (e.g. running gnutls-cli).
14428 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14429 Make rcirc-(en|de)code-coding-system local here.
14430 (rcirc-mode): Merge make-local-variable into `set'.
14431 (rcirc-parent-buffer): Make permanent buffer-local.
14432 (rcirc-multiline-minor-mode): Don't do it here.
14433 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14434 there's no server buffer.
14435
7d3b9d44
GM
144362011-05-11 Glenn Morris <rgm@gnu.org>
14437
f64049c6
GM
14438 * newcomment.el (comment-kill): Prefix "unused" local.
14439
93c9df73
GM
14440 * term/w32console.el (get-screen-color): Declare.
14441
7d3b9d44
GM
14442 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14443 Handle symbol elements of byte-compile-initial-macro-environment.
14444
9e2dd53f
LL
144452011-05-10 Leo Liu <sdl.web@gmail.com>
14446
488086f4
SM
14447 * bookmark.el (bookmark-bmenu-mode-map):
14448 Bind bookmark-bmenu-search to `/'.
8b340240 14449
9e2dd53f 14450 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14451 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14452 (Footnote-unicode): New function.
14453 (footnote-style-alist): Add unicode style to the list.
14454 (footnote-style): Doc fix.
9e2dd53f 14455
79b70037
GM
144562011-05-10 Jim Meyering <meyering@redhat.com>
14457
14458 Fix doubled-word typos.
14459 * international/quail.el (quail-insert-kbd-layout): and and -> and
14460 * kermit.el: and and -> and
14461 * net/ldap.el (ldap-search-internal): to to -> to
14462 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14463 * progmodes/js.el (js-mode): and and -> and
14464 * textmodes/artist.el (artist-move-to-xy): at at -> at
14465 (artist-draw-region-trim-line-endings): if if -> if
14466 And Safetyc -> Safety.
14467 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14468
b8f82dc1 144692011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14470 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14471
14472 * files.el (hack-one-local-variable-eval-safep):
14473 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14474
4f99f44b
GM
144752011-05-10 Glenn Morris <rgm@gnu.org>
14476
14477 * calendar/diary-lib.el (diary-list-entries-hook)
14478 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14479 (diary-nongregorian-marking-hook, diary-list-entries)
14480 (diary-include-other-diary-files, diary-mark-entries)
14481 (diary-mark-included-diary-files): Doc fixes.
14482
84f29e6b
JB
144832011-05-09 Juanma Barranquero <lekktu@gmail.com>
14484
14485 * misc.el: Require tabulated-list.el during compilation.
14486
9bedd73a
CY
144872011-05-09 Chong Yidong <cyd@stupidchicken.com>
14488
488086f4
SM
14489 * progmodes/compile.el (compilation-start):
14490 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14491 (compilation-filter-hook): Doc fix.
14492
797c735c
DD
144932011-05-09 Deniz Dogan <deniz@dogan.se>
14494
14495 * wdired.el: Remove outdated installation comment. Fix usage
14496 comment.
14497
5f4b1dfe
JB
144982011-05-09 Juanma Barranquero <lekktu@gmail.com>
14499
14500 * misc.el: Implement new command `list-dynamic-libraries'.
14501 (list-dynamic-libraries--loaded-only-p): New variable.
14502 (list-dynamic-libraries--refresh): New function.
14503 (list-dynamic-libraries): New command.
14504
4c44026c
CY
145052011-05-09 Chong Yidong <cyd@stupidchicken.com>
14506
488086f4
SM
14507 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14508 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14509 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14510 higher priority to avoid clobbering by gnu.
14511
027f966d
CY
145122011-05-08 Chong Yidong <cyd@stupidchicken.com>
14513
14514 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14515 if the face has existing theme settings (Bug#8454).
14516
085f5d7d
CY
145172011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14518
488086f4
SM
14519 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14520 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14521
2a86a00c
RS
14522 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14523 special file names `.' and `..' (Bug#8259).
14524
d9c54a06
CY
145252011-05-08 Chong Yidong <cyd@stupidchicken.com>
14526
488086f4
SM
14527 * progmodes/grep.el (grep-mode-font-lock-keywords):
14528 Remove buffer-changing entries.
d9c54a06
CY
14529 (grep-filter): New function.
14530 (grep-mode): Add it to compilation-filter-hook.
14531
14532 * progmodes/compile.el (compilation-filter-hook)
14533 (compilation-filter-start): New defvars.
14534 (compilation-filter): Call compilation-filter-hook prior to
14535 updating the process mark.
14536
c4662635
SM
145372011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14538
14539 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14540
b0512a1d
EZ
145412011-05-07 Eli Zaretskii <eliz@gnu.org>
14542
605c9376
EZ
14543 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14544 mailclient-send-it even if window-system is nil. (Bug#8595)
14545
c4662635
SM
14546 * term/w32console.el (terminal-init-w32console):
14547 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14548 background-mode. (Bug#8597)
14549
d1dc2cc2
SM
145502011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14553 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14554 New functions.
14555 (defgeneric, eieio--defmethod): Use them.
14556 (eieio-defgeneric): Remove.
14557 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14558
915d1300
GM
145592011-05-07 Glenn Morris <rgm@gnu.org>
14560
a3961c3e
GM
14561 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14562 Use let rather than let*.
14563 (timeclock-find-discrep): Remove unused local.
14564
314347b9
GM
14565 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14566
915d1300
GM
14567 * calendar/appt.el (appt-time-msg-list): Doc fix.
14568
275b59b0
NF
145692011-05-06 Noah Friedman <friedman@splode.com>
14570
14571 * apropos.el (apropos-print-doc): Only use
14572 emacs-lisp-docstring-fill-column when it is bound to an integer,
14573 per that variable's documentation.
14574
6c19f744
SM
145752011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14576
14577 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14578 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14579
60f884b2
GM
145802011-05-06 Glenn Morris <rgm@gnu.org>
14581
5006e634
GM
14582 * calendar/appt.el (appt-message-warning-time): Doc fix.
14583 (appt-warning-time-regexp): New option.
14584 (appt-make-list): Respect appt-message-warning-time.
14585
548d0a63
GM
14586 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14587 New options.
14588 (diary-add-to-list): Strip comments from the displayed string.
14589 (diary-mode): Set comment-start and comment-end.
14590
60f884b2
GM
14591 * vc/diff-mode.el (smerge-refine-subst): Declare.
14592 (diff-refine-hunk): Don't require smerge-mode when compiling.
14593
989681bb
JB
145942011-05-06 Juanma Barranquero <lekktu@gmail.com>
14595
14596 * simple.el (list-processes): Return nil as the docstring says.
14597
a6bc05e1
MA
145982011-05-05 Michael Albinus <michael.albinus@gmx.de>
14599
14600 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14601 to "".
14602 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14603 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14604 determining of binary transfer. (Bug#7383)
14605
23c22e9a
MA
146062011-05-05 Michael Albinus <michael.albinus@gmx.de>
14607
c4662635
SM
14608 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14609 Fix port computation bug. (Bug#8618)
23c22e9a 14610
0bff894f
GM
146112011-05-05 Glenn Morris <rgm@gnu.org>
14612
b8296902
GM
14613 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14614
1f522ce8
GM
14615 * simple.el (shell-dynamic-complete-functions)
14616 (comint-dynamic-complete-functions): Declare.
14617
cf5bee67
GM
14618 * net/network-stream.el (gnutls-negotiate):
14619 * simple.el (tabulated-list-print): Fix declarations.
14620
14621 * progmodes/gud.el (syntax-symbol, syntax-point):
14622 Remove unnecessary and incorrect declarations.
14623
0bff894f
GM
14624 * emacs-lisp/check-declare.el (check-declare-scan):
14625 Handle byte-compile-initial-macro-environment in bytecomp.el
14626
9869b3ae
SM
146272011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 Fix earlier half-done eieio-defmethod change (bug#8338).
14630 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14631 Streamline and change calling convention.
14632 (defmethod): Adjust accordingly and simplify.
14633 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14634 new eieio--defmethod.
14635 (slot-boundp): Minor CSE simplification.
14636
9c1d5ac5
MZ
146372011-05-05 Milan Zamazal <pdm@zamazal.org>
14638
14639 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14640 (glasses-make-readable): Use glasses-separate-capital-groups.
14641
455c834e
JB
146422011-05-05 Juanma Barranquero <lekktu@gmail.com>
14643
14644 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14645 (warning-series): Doc fix.
14646 (display-warning): Don't try to create the buffer if we just found it.
14647
9ed7c8cb
CY
146482011-05-04 Chong Yidong <cyd@stupidchicken.com>
14649
14650 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14651 (autoload-find-generated-file): New function.
14652 (generate-file-autoloads): Bind generated-autoload-file to
14653 buffer-file-name.
9869b3ae
SM
14654 (update-file-autoloads, update-directory-autoloads):
14655 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14656 output file (Bug#7989).
14657 (batch-update-autoloads): Doc fix.
14658
0898ca10
JB
146592011-05-04 Juanma Barranquero <lekktu@gmail.com>
14660
14661 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14662
31dfb76c
GM
146632011-05-04 Glenn Morris <rgm@gnu.org>
14664
f330b642
GM
14665 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14666 function, so it follows changes in calendar-date-style.
14667 (diary-fancy-date-matcher): New function.
14668 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14669 (diary-fancy-font-lock-fontify-region-function):
14670 Use diary-fancy-date-pattern as a function.
14671
31dfb76c
GM
14672 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14673 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14674
48e79d6a
TZ
146752011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14676
14677 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14678 instead of positional arguments. Allow :keylist and :crlfiles
14679 arguments.
14680 (open-gnutls-stream): Call it.
14681
14682 * net/network-stream.el (network-stream-open-starttls): Adjust to
14683 call `gnutls-negotiate' with :process and :hostname arguments.
14684
dd5a5ee0
SM
146852011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14686
ef80fc09
SM
14687 * minibuffer.el (completion--message): New function.
14688 (completion--do-completion, minibuffer-complete)
14689 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14690 (completion--do-completion): Don't ignore completion-auto-help when in
14691 icomplete-mode.
14692
dd5a5ee0
SM
14693 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14694 internal encoding (e.g. tibetan zero is not whitespace).
14695 (global-whitespace-mode): Prefer save-current-buffer.
14696 (whitespace-trailing-regexp): Remove useless save-match-data.
14697 (whitespace-empty-at-bob-regexp): Minor simplification.
14698
b7d22a83
CY
146992011-05-03 Chong Yidong <cyd@stupidchicken.com>
14700
14701 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14702
5192af46
AM
147032011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14704
14705 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14706 Use `concat' to create string for insertion.
5192af46 14707
5767d190
SM
147082011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14709
14710 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14711 Avoid open-line which runs post-self-insert-hook.
14712 (bibtex-fill-entry): Remove unused `end' var.
14713
bf242939
AM
147142011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14715
5767d190
SM
14716 * textmodes/ispell.el (ispell-add-per-file-word-list):
14717 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14718
25666126
LL
147192011-05-03 Leo Liu <sdl.web@gmail.com>
14720
14721 * isearch.el (isearch-yank-pop): New command.
5767d190 14722 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14723 (isearch-forward): Mention it.
14724
52d3c2d0
SM
147252011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14726
1bcace58
SM
14727 * simple.el (minibuffer-complete-shell-command): Remove.
14728 (minibuffer-local-shell-command-map): Use completion-at-point.
14729 (read-shell-command): Setup completion vars here instead.
14730 (read-expression-map): Bind TAB to symbol completion.
14731
52d3c2d0
SM
14732 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14733 error directly rather via storing it into `results'.
14734
35813471
LL
147352011-05-02 Leo Liu <sdl.web@gmail.com>
14736
14737 * vc/diff.el: Fix description.
14738
e793a940
LMI
147392011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14740
14741 * server.el (server-eval-at): New function.
14742
8de66e05
LMI
147432011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14744
14745 * net/network-stream.el (open-network-stream): Take a :nowait
14746 parameter and pass it on to `make-network-process'.
14747 (network-stream-open-plain): Ditto.
14748
dcb79f20
AS
147492011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14750
14751 * faces.el (face-spec-set-match-display): Don't match toolkit
14752 options on terminal frames.
14753
14a7fbd8
SM
147542011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14755
7eabc1be
SM
14756 * progmodes/pascal.el: Use lexical binding.
14757 (pascal-mode-map): Remove author preferences.
14758
14a7fbd8
SM
14759 * pcomplete.el (pcomplete-std-complete): Don't abuse
14760 completion-at-point.
14761
50f84510
JB
147622011-04-28 Juanma Barranquero <lekktu@gmail.com>
14763
6e087a44
JB
14764 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14765 removing code that has been dead since 1991 or so.
14766
50f84510
JB
14767 * startup.el (command-line): When warning about "_emacs", use a
14768 delayed warning to allow the user to filter it out.
14769
0ba690bd
DD
147702011-04-28 Deniz Dogan <deniz@dogan.se>
14771
14772 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14773 user has not joined.
14774
08abfaad
SM
147752011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14776
14777 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14778 aren't any completions at point.
14779
638f053a
JB
147802011-04-28 Juanma Barranquero <lekktu@gmail.com>
14781
14782 * subr.el (display-delayed-warnings): New function.
14783 (delayed-warnings-hook): New variable.
14784
8fff8daa
SM
147852011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14786
08abfaad
SM
14787 * minibuffer.el (completion-at-point, completion-help-at-point):
14788 Don't presume that a given completion-at-point-function will always
14789 use the same calling convention.
14790
8fff8daa
SM
14791 * pcomplete.el (pcomplete-completions-at-point):
14792 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14793 pcomplete-seen is non-nil.
14794 (pcomplete-comint-setup): Also recognize the new comint/shell
14795 completion functions.
14796 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14797 pcomplete-seen is non-nil.
14798
841a1577 147992011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14800
841a1577 14801 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14802 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14803 the first character in the entry. This allows for code to add its
211ec907
UJ
14804 own uid to the entry.
14805 (icalendar--convert-float-to-ical): Add export of
14806 `diary-float'-entries save for those with the optional DAY
14807 argument.
14808
2a782793
DC
148092011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14810
14811 * subr.el (shell-quote-argument): Use alternate escaping strategy
14812 when we spot a variable reference in a string.
14813
0438ce91
DC
148142011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14815
14816 * cus-start.el (all): Define customization for debug-on-event.
14817
841a1577 148182011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14819
14820 * subr.el (shell-quote-argument): Escape correctly under Windows.
14821
d090ed6c
SM
148222011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14823
14824 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14825
bfd31217
MA
148262011-04-25 Michael Albinus <michael.albinus@gmx.de>
14827
d090ed6c
SM
14828 * net/tramp.el (tramp-process-actions): Add POS argument.
14829 Delete region between POS and (pos).
bfd31217 14830
d090ed6c
SM
14831 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14832 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14833 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14834
14835 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14836 position in `tramp-process-actions' call.
14837
14838 * net/trampver.el: Update release number.
14839
e92f3bd3
SM
148402011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14841
850256b5
SM
14842 * custom.el (defcustom): Obey lexical-binding.
14843
e92f3bd3
SM
14844 Fix octave-inf completion problems reported by Alexander Klimov.
14845 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14846 Inherit from octave-mode-syntax-table.
14847 (inferior-octave-mode): Set info-lookup-mode.
14848 (inferior-octave-completion-at-point): New function.
14849 (inferior-octave-complete): Use it and completion-in-region.
14850 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14851 comint-filename-completion.
14852 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14853 symbol elements which shouldn't be word elements.
14854 (octave-font-lock-keywords, octave-beginning-of-defun)
14855 (octave-function-header-regexp): Adjust regexps accordingly.
14856 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14857
cd22b309
JB
148582011-04-25 Juanma Barranquero <lekktu@gmail.com>
14859
14860 * net/gnutls.el (gnutls-errorp): Declare before first use.
14861
8b492194
TZ
148622011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14863
14864 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14865 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14866 default trustfile exists before going to use it. Add missing
5a5fa834 14867 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14868 Reported by Claudio Bley <claudio.bley@gmail.com>.
14869 (open-gnutls-stream): Add usage example.
14870
14871 * net/network-stream.el (network-stream-open-starttls): Give host
14872 parameter to `gnutls-negotiate'.
14873 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14874 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14875
841a1577 148762011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14877
cd22b309
JB
14878 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14879 Use correct match group (bug#8438).
05842630 14880
3ba7869c
CY
148812011-04-24 Chong Yidong <cyd@stupidchicken.com>
14882
512e3ae1
CY
14883 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14884 (package-menu--generate): New arg specifying packages to show.
14885 (package-menu-refresh, package-menu-execute, list-packages):
14886 Callers changed.
14887 (package-show-package-list): New function, replacing deleted
14888 package--list-packages (renamed because it is non-internal).
14889
14890 * finder.el (finder-list-matches): Use package-show-package-list
14891 instead of deleted package--list-packages.
14892
e92f3bd3
SM
14893 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14894 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14895 (vc-annotate-mode-map): Bind it to RET.
14896
7031be6d
UR
148972011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14898
14899 * progmodes/etags.el (next-file): Don't use set-buffer to change
14900 buffers (Bug#8478).
14901
4ef177aa
CY
149022011-04-24 Chong Yidong <cyd@stupidchicken.com>
14903
c8d173eb
CY
14904 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14905
4ef177aa
CY
14906 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14907 (apropos-accumulator): Doc fix.
14908 (apropos-function, apropos-macro, apropos-command)
14909 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14910 (apropos-plist): Add face property.
14911 (apropos-symbols-internal): Fix indentation.
14912 (apropos-print): Simplify help, and recognize apropos-multi-type.
14913 (apropos-print-doc): Use button-type-get to extract the button's
14914 face property. Fill docstring (Bug#8352).
14915
4ffd0d6b 149162011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14917
14918 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14919
c6c32125 14920 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14921 (mpuz-mode-map): Use mapc.
c6c32125
JB
14922 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14923 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14924 Fix typos in docstrings.
14925
58d468b4
JB
14926 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14927 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14928
6470c3c6
JB
14929 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14930
4ffd0d6b 149312011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14932
14933 * minibuffer.el (completion--do-completion): Avoid the "Next char
14934 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14935
3ad8bad0
CY
14936 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14937 mouse-2 into unread-command-events, it is interpreted correctly.
14938
71d73c9c 14939 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14940 (image-toggle-display): Doc fix.
71d73c9c 14941
841a1577 149422011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14943
4ffd0d6b
GM
14944 * textmodes/page.el (what-page): Use line-number-at-pos to
14945 calculate line number (Bug#6825).
6e1dbaa9 14946
c2fb1b60
JB
149472011-04-22 Juanma Barranquero <lekktu@gmail.com>
14948
14949 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14950 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14951 Pass argument NO-DEFAULT to `find-tag-interactive'.
14952
e02f48d7
JB
149532011-04-22 Juanma Barranquero <lekktu@gmail.com>
14954
14955 Lexical-binding cleanup.
14956
14957 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14958 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14959 * progmodes/ada-prj.el (ada-prj-initialize-values)
14960 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14961 (ada-prj-show-value):
14962 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14963 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14964 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14965 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14966 * progmodes/bug-reference.el (bug-reference-push-button):
14967 * progmodes/fortran.el (fortran-line-length):
14968 * progmodes/glasses.el (glasses-change):
14969 * progmodes/octave-mod.el (octave-fill-paragraph):
14970 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14971 (python-pdbtrack-grub-for-buffer, python-sentinel):
14972 * progmodes/sql.el (sql-save-connection):
14973 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14974 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14975 Mark unused parameters.
14976
14977 * progmodes/compile.el (compilation--flush-directory-cache)
14978 (compilation--flush-parse, compile-internal): Mark unused parameters.
14979 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14980 (compilation-next-error-function): Remove unused variable `timestamp'.
14981
14982 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14983 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14984
14985 * progmodes/dcl-mode.el (dcl-end-of-command):
14986 Remove unused variable `start'.
14987 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14988 (dcl-option-value-basic, dcl-option-value-offset)
14989 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14990 Mark unused parameters.
14991 (dcl-save-local-variable): Remove unused variable `val'.
14992 (mode): Declare.
14993
14994 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14995 Mark unused parameters.
14996 (delphi-ignore-changes): Move before first use.
14997 (delphi-charset-token-at): Remove unused variable `start'.
14998 (delphi-else-start): Remove unused variable `if-count'.
14999 (delphi-comment-block-start, delphi-comment-block-end):
15000 Remove unused variable `kind'.
15001 (delphi-indent-line): Remove unused variable `new-point'.
15002
15003 * progmodes/ebrowse.el (ebrowse-files-list)
15004 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15005 Mark unused parameters. Don't quote `lambda'.
15006 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15007 Don't quote `lambda'.
15008 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15009 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15010 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15011 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15012 Use `ignore-errors'.
15013 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15014 (ebrowse-view/find-file-and-search-pattern)
15015 (ebrowse-view/find-member-declaration/definition):
15016 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15017 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15018 Rename parameter PREFIX-ARG to PREFIX.
15019 (ebrowse-tags-read-name): Remove unused variables `start' and
15020 `member-info'.
15021 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15022 to `tags-file'.
15023
15024 * progmodes/etags.el (local-find-tag-hook): Declare.
15025 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15026 Mark unused parameters.
15027
15028 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15029 (executable-interpret): Mark unused parameter.
15030
15031 * progmodes/flymake.el (flymake-process-sentinel)
15032 (flymake-after-change-function)
15033 (flymake-create-temp-with-folder-structure)
15034 (flymake-get-include-dirs-dot): Mark unused parameters.
15035 (flymake-safe-delete-directory): Remove unused variable `err'.
15036
15037 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15038 (speedbar-timer-fn, speedbar-line-text)
15039 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15040 (speedbar-center-buffer-smartly): Declare functions.
15041 (gdb-find-watch-expression): Remove unused variable `array'.
15042 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15043 (gdb-starting): Mark unused parameters.
15044 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15045 (gdb-table-string): Remove unused variable `res'.
15046 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15047 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15048 (gdb-display-buffer): Remove unused variable `cur-size'.
15049
15050 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15051 allow lexical-binding compilation.
15052 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15053 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15054 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15055 Mark unused parameters.
15056 (gud-gdb-marker-filter): Remove unused variable `match'.
15057 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15058 lambda expressions and funcall them, instead of using `fset'.
15059
15060 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15061 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15062
15063 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15064 variable `header-beg'; use `let'.
15065
15066 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15067 `restart', `last-sexp' and `at-do'.
15068
15069 * progmodes/js.el (js--debug): Mark unused parameter.
15070 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15071 (js--splice-into-items): Remove unused variable `item'.
15072 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15073
15074 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15075 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15076 (makefile-complete): Remove unused variable `try'.
15077 (makefile-fill-paragraph, makefile-match-function-end):
15078 Mark unused parameters.
15079
15080 * progmodes/octave-inf.el (inferior-octave-complete):
15081 Remove unused variable `proc'.
15082 (inferior-octave-output-digest): Mark unused parameter.
15083
15084 * progmodes/perl-mode.el (perl-calculate-indent):
15085 Remove unused variable `err'.
15086
15087 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15088 (prolog-indent-line): Mark unused parameters.
15089 (prolog-indent-line): Remove unused variable `beg'.
15090
15091 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15092 (reporter-dont-compact-list): Declare.
15093
15094 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15095 Remove unused variable `char'.
15096 (sh-debug): Mark unused parameter.
15097 (sh-get-indent-info): Remove unused variable `start'.
15098 (sh-calculate-indent): Remove unused variable `var'.
15099
15100 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15101 (simula-electric-keyword): Remove unused variable `null'.
15102 (simula-search-backward, simula-search-forward): Remove unused
15103 variables `begin' and `end'.
15104
15105 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15106 Remove unused variable `pos'.
15107 (vera-electric-tab, vera-comment-uncomment-region):
15108 Mark unused parameters.
15109 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15110
7ede3b65
CY
151112011-04-22 Chong Yidong <cyd@stupidchicken.com>
15112
15113 * emacs-lisp/package.el (package--builtins, package-alist)
15114 (package-load-descriptor, package-built-in-p, package-activate)
15115 (define-package, package-installed-p)
15116 (package-compute-transaction, package-buffer-info)
15117 (package--push): Doc fix. Distinguish more clearly between
15118 version strings and version lists.
15119
121656e9
JB
151202011-04-21 Juanma Barranquero <lekktu@gmail.com>
15121
15122 Lexical-binding cleanup.
15123
15124 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15125 (5x5-make-mutate-best):
15126 * play/fortune.el (fortune-in-buffer):
15127 * play/gomoku.el (gomoku-init-display):
15128 * play/solitaire.el (solitaire, solitaire-do-check):
15129 * play/tetris.el (tetris-default-update-speed-function):
15130 Mark unused parameters.
15131
15132 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15133 (bubbles--shift): Remove unused variable `char-org'.
15134 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15135 (bubbles--show-images): Remove unused variable `char'.
15136
15137 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15138 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15139 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15140 (decipher-analyze-buffer): Use ?\s.
15141 (decipher-make-checkpoint): Remove unused variable `mapping'.
15142
15143 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15144
15145 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15146 Remove unused variable `result'; use `let'.
15147
15148 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15149 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15150 (gametree-children-shown-p, gametree-compute-reduced-score):
15151 Use `ignore-errors'.
15152
15153 * play/handwrite.el (ps-lpr-switches): Declare.
15154 (handwrite): Remove unused variables `pmin' and `lastp'.
15155
15156 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15157
15158 * play/landmark.el (landmark-init-display)
15159 (landmark-update-naught-weights): Mark unused parameters.
15160 (landmark-y): Remove unused variable `noise'. Simplify.
15161 (landmark-human-plays): Remove unused variable `score'.
15162
15163 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15164 (mpuz-try-proposal): Remove unused variable `game'.
15165
15166 * play/zone.el (life-patterns): Declare.
15167
80f499c7
JB
151682011-04-20 Juanma Barranquero <lekktu@gmail.com>
15169
15170 * vc/vc.el (ediff-vc-internal): Declare function.
15171
024ff170
SM
151722011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15173
c0a193ea
SM
15174 * shell.el: Use lexical-binding and std completion UI.
15175 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15176 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15177 comint-preoutput-filter-functions rather than on
15178 comint-output-filter-functions.
15179 (shell-command-completion, shell--command-completion-data)
15180 (shell-filename-completion, shell-environment-variable-completion)
15181 (shell-c-a-p-replace-by-expanded-directory): New functions.
15182 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15183 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15184 (shell-dynamic-complete-environment-variable): Use them.
15185 (shell-dynamic-complete-as-environment-variable)
15186 (shell-dynamic-complete-as-command): Remove.
15187 (shell-match-partial-variable): Match past point.
15188 * comint.el: Clean up use of completion-at-point-functions.
15189 (comint-completion-at-point): New function.
15190 (comint-mode): Use it completion-at-point-functions.
15191 (comint-dynamic-complete): Make it obsolete.
15192 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15193 (comint-c-a-p-replace-by-expanded-history): New function.
15194 (comint-dynamic-complete-functions)
15195 (comint-replace-by-expanded-history): Use it.
15196 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15197 termination strings. Try harder to avoid second try-completion.
15198 (completion-in-region-mode-map): Disable bindings that don't work yet.
15199
2dbaa080
SM
15200 * comint.el: Use lexical-binding. Require CL.
15201 (comint-dynamic-complete-functions): Use comint-filename-completion.
15202 (comint-completion-addsuffix): Tweak custom type.
15203 (comint-filename-completion, comint--common-suffix)
15204 (comint--common-quoted-suffix, comint--table-subvert)
15205 (comint--complete-file-name-data): New functions.
15206 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15207 (comint-dynamic-list-filename-completions): Use them.
15208 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15209
2dbaa080
SM
15210 * minibuffer.el (completion-in-region-mode):
15211 Keep completion-in-region-mode--predicate global.
15212 (completion-in-region--postch):
15213 Assume completion-in-region-mode--predicate is not null.
15214
c79a6f38
SM
15215 * progmodes/flymake.el (flymake-start-syntax-check-process):
15216 Obey `dir'. Simplify.
15217
024ff170
SM
15218 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15219 we're in VC after all.
15220
1c6c854e
CS
152212011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15222
15223 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15224 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15225 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15226
bed7f140
SM
152272011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15228
332e62ab
SM
15229 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15230 add sanity check.
15231
bed7f140
SM
15232 * obsolete/erc-hecomplete.el: Make obsolete.
15233 * obsolete/: Standardize obsolescence info in the header.
15234
f195c582
GM
152352011-04-20 Glenn Morris <rgm@gnu.org>
15236
15237 * calendar/solar.el (solar-horizontal-coordinates):
15238 Use the longitude argument rather than `calendar-longitude'.
15239 (solar-date-next-longitude): Remove unused locals.
15240
cb79b8c0
VJL
152412011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15242
15243 * whitespace.el: New version 13.2.1.
15244
152452011-04-20 felix <EmacsWiki> (tiny change)
15246
d8e4b68b 15247 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15248 switching between major modes on a file.
15249
602ea69d
SM
152502011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15251
15252 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15253 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15254 multi-line comments as well.
15255
06b60517
JB
152562011-04-19 Juanma Barranquero <lekktu@gmail.com>
15257
15258 Lexical-binding cleanup.
15259
15260 * arc-mode.el (archive-mode-revert):
15261 * cmuscheme.el (scheme-interactively-start-process):
15262 * custom.el (custom-initialize-delay):
15263 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15264 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15265 * emacs-lock.el (emacs-lock-clear-sentinel):
15266 * ezimage.el (defezimage):
15267 * follow.el (follow-avoid-tail-recenter):
15268 * fringe.el (set-fringe-mode-1):
15269 * generic-x.el (bat-generic-mode-compile):
15270 * help-mode.el (help-info-variable, help-do-xref)
15271 (help-mode-revert-buffer):
15272 * help.el (view-emacs-todo):
15273 * iswitchb.el (iswitchb-completion-help):
15274 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15275 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15276 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15277 * locate.el (locate-update):
15278 * longlines.el (longlines-encode-region)
15279 (longlines-after-change-function):
15280 * outline.el (outline-isearch-open-invisible):
15281 * ps-def.el (declare-function, charset-dimension, char-width)
15282 (encode-char):
15283 * ps-mule.el (ps-mule-plot-string):
15284 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15285 (recentf-edit-list-select, recentf-edit-list-validate)
15286 (recentf-open-files-action):
15287 * rect.el (delete-whitespace-rectangle-line)
15288 (rectangle-number-line-callback):
15289 * register.el (window-configuration-to-register)
15290 (frame-configuration-to-register):
15291 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15292 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15293 (xselect-convert-to-targets, xselect-convert-to-delete)
15294 (xselect-convert-to-filename, xselect-convert-to-charpos)
15295 (xselect-convert-to-lineno, xselect-convert-to-colno)
15296 (xselect-convert-to-os, xselect-convert-to-host)
15297 (xselect-convert-to-user, xselect-convert-to-class)
15298 (xselect-convert-to-name, xselect-convert-to-integer)
15299 (xselect-convert-to-atom, xselect-convert-to-identity):
15300 * subr.el (declare, ignore, process-kill-without-query)
15301 (text-clone-maintain):
15302 * terminal.el (te-get-char, te-tic-sentinel):
15303 * tool-bar.el (tool-bar-make-keymap):
15304 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15305 * type-break.el (type-break-mode, type-break-noninteractive-query):
15306 * view.el (View-back-to-mark):
15307 * wid-browse.el (widget-browse-action, widget-browse-widget)
15308 (widget-browse-widgets, widget-browse-sexp):
15309 * widget.el (define-widget-keywords):
15310 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15311 Mark unused parameters.
15312
15313 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15314 (align-areas): Remove unused variable `look'.
15315 (align-region): Remove unused variables `real-end' and `pos-list'.
15316
15317 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15318
15319 * bindings.el (mode-line-modified, mode-line-remote):
15320 Mark unused parameters.
15321 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15322
15323 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15324 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15325
15326 * comint.el (comint-history-isearch-pop-state)
15327 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15328 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15329 (comint-substitute-in-file-name): Doc fix.
15330
15331 * completion.el (cmpl-statistics-block): Mark unused parameter.
15332 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15333 (save-completions-to-file, load-completions-from-file):
15334 Remove unused local variable `e'.
15335
15336 * composite.el (compose-chars): Remove unused variable `len'.
15337 (lgstring-insert-glyph): Remove unused variable `g'.
15338 (compose-glyph-string): Remove unused variables `ascent',
15339 `descent', `lbearing' and `rbearing'.
15340 (compose-glyph-string-relative): Remove unused variables
15341 `lbearing', `rbearing' and `wadjust'.
15342 (compose-gstring-for-graphic): Remove unused variables `header',
15343 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15344 (compose-gstring-for-terminal): Remove unused variables `header'
15345 and `nchars'. Use `let', not `let*'.
15346
15347 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15348 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15349 (Custom-buffer-done, custom-buffer-create-internal)
15350 (custom-browse-visibility-action, custom-browse-group-tag-action)
15351 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15352 (widget-magic-mouse-down-action, custom-toggle-parent)
15353 (custom-add-parent-links, custom-toggle-hide-variable)
15354 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15355 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15356 (custom-face-menu-create, custom-variable-menu-create, get)
15357 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15358 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15359 (customize-apropos): Remove unused variable `tests'.
15360 (custom-group-value-create): Remove unused variable `hidden-p'.
15361 (sort-fold-case): Declare.
15362
15363 * cus-theme.el (custom-reset-standard-faces-list)
15364 (custom-reset-standard-variables-list): Declare.
15365 (customize-create-theme, custom-theme-revert, custom-theme-write)
15366 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15367 Mark unused parameters.
15368
15369 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15370
15371 * delim-col.el (delimit-columns-max): Move defvar before first use.
15372
15373 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15374 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15375
15376 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15377 (auto-insert): Declare.
15378 (desktop-restore-file-buffer): Rename desktop-* parameters;
15379 mark unused ones.
15380 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15381 (desktop-buffer): Rename desktop-* parameters.
15382
15383 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15384 (dframe-reposition-frame-xemacs, dframe-help-echo)
15385 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15386 Mark unused parameters.
15387
15388 * dired-aux.el (backup-extract-version-start, overwrite-query)
15389 (overwrite-backup-query, rename-regexp-query)
15390 (rename-non-directory-query): Declare.
15391 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15392 (dired-add-entry): Remove unused variable `orig-file-name'.
15393 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15394 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15395 `dired-copy-preserve-time' directly.
15396 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15397 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15398
15399 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15400 (dired-virtual-revert, dired-make-relative-symlink):
15401 Mark unused parameters.
15402 (manual-program): Declare.
15403 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15404 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15405 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15406
15407 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15408
15409 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15410
15411 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15412 Declare.
15413
15414 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15415
15416 * electric.el (Electric-command-loop): Rename parameter
15417 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15418
15419 * expand.el (expand-in-literal): Remove unused variable `here'.
15420
15421 * facemenu.el (facemenu-add-new-color):
15422 Remove unused variable `docstring'.
15423
15424 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15425 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15426 (face-attr-construct): Mark unused parameter. Doc fix.
15427 (read-color): Remove unused variable `hex-string'.
15428
15429 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15430 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15431 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15432 (display-buffer-other-frame): Remove unused variable `old-window'.
15433 (kill-buffer-hook): Declare.
15434 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15435 Mark unused parameters.
15436 (after-find-file): Pass 1 to `auto-save-mode', not t.
15437
15438 * files-x.el (auto-insert): Declare.
15439 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15440
15441 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15442 variable `buf'. Mark unused parameter.
06b60517
JB
15443 (find-lisp-insert-directory): Mark unused parameter.
15444
15445 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15446 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15447 (format-common-tail): Remove, unused.
15448 (format-deannotate-region): Remove unused variable `loc'.
15449 (format-annotate-region): Remove unused variable `p'.
15450 (format-annotate-single-property-change): Remove unused variables
15451 `default' and `tail'.
15452
15453 * forms.el (read-file-filter): Declare.
15454 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15455
15456 * frame.el (frame-creation-function-alist): Mark unused parameter.
15457 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15458
15459 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15460 Remove unused parameters.
15461 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15462 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15463
15464 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15465 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15466 (hfy-prepare-tag-map): Mark unused parameters.
15467 (htmlfontify-buffer): Use `called-interactively-p'.
15468
15469 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15470 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15471 (ibuffer-do-occur): Mark unused parameters.
15472 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15473 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15474
15475 * ibuffer.el: Don't quote `lambda'.
15476 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15477 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15478 Mark unused parameters.
15479
15480 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15481 (ido-completing-read): Mark unused parameters.
15482 (ido-copy-current-word): Mark unused parameters;
15483 remove unused variable `name'.
15484 (ido-sort-merged-list): Remove unused parameter `dirs'.
15485
15486 * ielm.el (ielm-input-sender): Mark unused parameter.
15487 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15488 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15489 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15490 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15491 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15492
15493 * image-dired.el (image-dired-display-thumbs): Remove unused
15494 variables `curr-file' and `count'.
15495 (image-dired-remove-tag): Remove unused variable `start'.
15496 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15497 variable `curr-file'
15498 (image-dired-rotate-original): Remove unused variable `temp-file'.
15499 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15500 Remove unused variable `file'.
15501 (image-dired-gallery-generate): Remove unused variable `curr'.
15502 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15503
15504 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15505
15506 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15507
15508 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15509
15510 * isearch.el (minibuffer-history-symbol): Declare.
15511 (isearch-edit-string): Remove unused variable `err'.
15512 (isearch-message-prefix, isearch-message-suffix):
15513 Mark unused parameters.
15514
15515 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15516
15517 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15518
15519 * makesum.el (double-column): Remove unused variable `cnt'.
15520
15521 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15522 (ido-ignore-item-temp-list): Declare.
15523
15524 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15525 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15526 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15527 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15528 `mouse-col-delta'.
15529
15530 * mouse-sel.el (mouse-extend-internal):
15531 Remove unused variable `orig-window-frame'.
15532
15533 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15534 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15535 Move declarations before first use.
15536 (pcomplete-opt): Mark unused parameters; doc fix.
15537
15538 * proced.el (proced-revert): Mark unused parameter.
15539 (proced-send-signal): Remove unused variable `err'.
15540
15541 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15542 Rename parameter PREFIX-ARG to ARG.
15543 (ps-basic-plot-string, ps-basic-plot-whitespace):
15544 Mark unused parameters.
15545
15546 * replace.el (replace-count): Define.
15547 (occur-revert-function): Mark unused parameters.
15548 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15549 (isearch-case-fold-search, isearch-string): Declare.
15550 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15551 bind `case-fold-search'. Remove unused variables `beg' and `end',
15552 and simplify.
15553 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15554 COUNT and bind `replace-count'.
15555 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15556 to COUNT.
15557
15558 * savehist.el (print-readably, print-string-length): Declare.
15559
15560 * shadowfile.el (shadow-expand-cluster-in-file-name):
15561 Remove unused variable `cluster'.
15562 (shadow-copy-file): Remove unused variable `i'.
15563 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15564 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15565 (shadow-define-literal-group, shadow-define-regexp-group)
15566 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15567
15568 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15569 (shell): Use `called-interactively-p'.
15570 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15571
15572 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15573 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15574 (delete-backward-char): Remove unused variable `ocol'.
15575 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15576 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15577 (event-apply-hyper-modifier, event-apply-shift-modifier)
15578 (event-apply-control-modifier, event-apply-meta-modifier):
15579 Mark unused parameters.
15580 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15581 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15582
15583 * speedbar.el (speedbar-ignored-directory-expressions)
15584 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15585 (speedbar-find-file, speedbar-dir-follow)
15586 (speedbar-directory-buttons-follow, speedbar-tag-find)
15587 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15588 (speedbar-buffers-line-directory, speedbar-buffer-click):
15589 Mark unused parameters.
15590 (speedbar-tag-file): Remove unused variable `mode'.
15591 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15592
15593 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15594
15595 * talk.el (talk): Remove unused variable `display'.
15596
15597 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15598 (tar-write-region-annotate): Mark unused parameter.
15599
15600 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15601 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15602 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15603 warning by another.
15604
15605 * time-stamp.el (time-stamp-string-preprocess):
15606 Remove unused variable `require-padding'.
15607
15608 * tree-widget.el (widget-glyph-enable): Declare.
15609 (tree-widget-action): Mark unused parameter.
15610
15611 * w32-fns.el (x-get-selection): Mark unused parameter.
15612 (autoload-make-program, generated-autoload-file): Declare.
15613
15614 * wdired.el (wdired-revert): Mark unused parameters.
15615 (wdired-xcase-word): Remove unused variable `err'.
15616
15617 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15618 (whitespace-help-scroll): Remove unused variable `data-help'.
15619
15620 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15621 (widget-image-insert, widget-after-change, default)
15622 (widget-default-format-handler, widget-default-notify)
15623 (widget-default-prompt-value, widget-info-link-action)
15624 (widget-url-link-action, widget-function-link-action)
15625 (widget-variable-link-action, widget-file-link-action)
15626 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15627 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15628 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15629 (widget-insert-button-action, widget-delete-button-action, visibility)
15630 (widget-documentation-link-action, widget-documentation-string-action)
15631 (widget-const-prompt-value, widget-regexp-match, symbol)
15632 (widget-coding-system-prompt-value)
15633 (widget-key-sequence-value-to-external, sexp)
15634 (widget-sexp-value-to-internal, character, vector, cons)
15635 (widget-choice-prompt-value, widget-boolean-prompt-value)
15636 (widget-color--choose-action): Mark unused parameters.
15637 (widget-item-match-inline, widget-choice-match-inline)
15638 (widget-checklist-match, widget-checklist-match-inline)
15639 (widget-group-match): Rename parameter VALUES to VALS.
15640 (widget-field-value-set): Remove unused variable `size'.
15641 (widget-color-action): Remove unused variables `value' and `start'.
15642
15643 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15644 variable `dir'. Doc fix.
06b60517
JB
15645 (windmove-find-other-window): Don't pass it.
15646
15647 * window.el (count-windows): Mark unused parameter.
15648 (bw-adjust-window): Remove unused variable `err'.
15649
15650 * woman.el (woman-file-name): Remove unused variable `default'.
15651 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15652 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15653 (global-font-lock-mode): Declare.
15654 (woman-decode-region): Mark unused parameter.
15655 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15656
15657 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15658 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15659 (x-dnd-handle-moz-url): Remove unused variable `title'.
15660 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15661
15662 * xml.el (xml-parse-tag, xml-parse-attlist):
15663 Remove unused variable `pos'.
15664
bc4f7f3d
GM
156652011-04-19 Glenn Morris <rgm@gnu.org>
15666
15667 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15668 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15669 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15670 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15671 * calendar/cal-html.el (cal-html-insert-minical):
15672 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15673 (calendar-mark-date-pattern):
15674 Prefix "unused" locals.
15675
15676 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15677 optional argument `style'.
15678
15679 * calendar/appt.el (appt-make-list):
15680 * calendar/cal-china.el (calendar-chinese-date-string):
15681 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15682 (diary-hebrew-yahrzeit):
15683 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15684 * calendar/calendar.el (calendar-generate-window):
15685 * calendar/time-date.el (time-to-days):
15686 Remove unused local variables.
15687
16a43933
CY
156882011-04-18 Chong Yidong <cyd@stupidchicken.com>
15689
15690 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15691 glyphless-char-display table.
15692 (tabulated-list-glyphless-char-display): New var.
15693
7eed1860
SS
156942011-04-18 Sam Steingold <sds@gnu.org>
15695
15696 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15697 to acknowledgments.
15698
4d2d1ccd
GM
156992011-04-17 Glenn Morris <rgm@gnu.org>
15700
15701 * calendar/diary-lib.el (diary-sexp-entry):
15702 * calendar/holidays.el (holiday-sexp):
15703 Set debug-on-error rather than the removed stack-trace-on-error.
15704
239da61d
GM
157052011-04-16 Glenn Morris <rgm@gnu.org>
15706
15707 * progmodes/f90.el: Use lexical-binding.
15708 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15709
8b05752a
SM
157102011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15711
daca8ba5
SM
15712 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15713 (mail-mode): Setup mailalias completion here instead.
15714 * mail/mailalias.el: Use lexical-binding.
15715 (pattern, mailalias-done): Declare dynamic.
15716 (mail-completion-at-point-function): New function, from mail-complete.
15717 (mail-complete): Use it.
15718 (mail-completion-expand): New function.
15719 (mail-get-names): Use it.
15720 (mail-directory, mail-directory-process, mail-directory-stream):
15721 Don't use `pattern' for lexically bound arg.
15722
6f542485
SM
15723 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15724
037e7c3f
SM
15725 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15726 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15727 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15728
8b05752a
SM
15729 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15730 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15731 (byte-interactive-p): Define them again, for use when inlining
15732 old code.
15733
49093f60
JB
157342011-04-15 Juanma Barranquero <lekktu@gmail.com>
15735
15736 * loadup.el: Use `string-to-number', not `string-to-int'.
15737
b5b8e7de
SM
157382011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15739
15740 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15741 gud-gdb-complete-command.
15742 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15743 (gud-gdb-completion-at-point): New function.
15744 (gud-gdb-completions): Remove.
15745
f42efeb5
MA
157462011-04-14 Michael Albinus <michael.albinus@gmx.de>
15747
49093f60
JB
15748 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15749 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15750 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15751 whether `executable-find' is bound.
f42efeb5
MA
15752
15753 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15754
e240cc21
SM
157552011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * minibuffer.el (completion-in-region-mode-predicate)
15758 (completion-in-region-mode--predicate): New vars.
15759 (completion-in-region, completion-in-region--postch)
15760 (completion-in-region-mode): Use them.
15761 (completion--capf-wrapper): Also return the hook function.
15762 (completion-at-point, completion-help-at-point):
15763 Adjust and provide a predicate.
c2bd2ab0
SM
15764
15765 Preserve arg names for advice of subr and lexical functions (bug#8457).
15766 * help-fns.el (help-function-arglist): Consolidate the subr and
15767 new-byte-code cases. Add argument `preserve-names' to extract names
15768 from the docstring when needed.
15769 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15770 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15771 (ad-arglist): Use help-function-arglist's new arg.
15772 (ad-definition-type): Use cond.
15773
c183f693
JB
157742011-04-13 Juanma Barranquero <lekktu@gmail.com>
15775
06641a47
JB
15776 * autorevert.el (auto-revert-handler):
15777 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15778 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15779 Don't quote lambda.
15780
c183f693
JB
15781 * image-mode.el (image-transform-set-scale):
15782 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15783
1e3b6001
G
157842011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15785
15786 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15787 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15788 Upgrades via gnutls-cli are too slow to be done opportunistically.
15789
2d6af8dd
JB
157902011-04-12 Juanma Barranquero <lekktu@gmail.com>
15791
15792 * dframe.el (dframe-current-frame): Remove spurious quote.
15793
c0749a51
GM
157942011-04-12 Glenn Morris <rgm@gnu.org>
15795
088d0d61
GM
15796 * calendar/cal-tex.el (cal-tex-end-document):
15797 Try to automatically use latin1 input if needed.
15798
c0749a51
GM
15799 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15800 Don't try to cons a mark onto an empty element.
15801
5c90fde0
LL
158022011-04-11 Leo Liu <sdl.web@gmail.com>
15803
15804 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15805 buffers.
15806 (ido-kill-buffer-at-head): Support killing virtual buffers.
15807
369e974d
CY
158082011-04-10 Chong Yidong <cyd@stupidchicken.com>
15809
15810 * minibuffer.el (completion-show-inline-help): New var.
15811 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15812 (minibuffer-force-complete, minibuffer-complete-word):
15813 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15814
15815 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15816 to avoid interference from inline help (Bug#5849).
15817
37f1c930
LL
158182011-04-10 Leo Liu <sdl.web@gmail.com>
15819
099c39a4
JB
15820 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15821 Fix typo.
37f1c930 15822
a32d4040
CY
158232011-04-09 Chong Yidong <cyd@stupidchicken.com>
15824
15825 * image-mode.el (image-toggle-display-image): Signal an error if
15826 not in Image mode.
15827 (image-transform-mode, image-transform-resize)
15828 (image-transform-set-rotation): Doc fix.
daca8ba5 15829 (image-transform-set-resize): Delete.
a32d4040
CY
15830 (image-transform-set-scale, image-transform-fit-to-height)
15831 (image-transform-fit-to-width): Handle image-toggle-display-image
15832 and image-transform-resize directly.
15833
099c39a4 158342011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15835
15836 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15837 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15838 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15839 (doc-view-mode-map): Add bindings for the new functions.
15840
099c39a4 158412011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15842
4d61f28d 15843 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15844 Fix typo in docstring.
15845
3726838a
EZ
158462011-04-08 Eli Zaretskii <eliz@gnu.org>
15847
04f33f1e
EZ
15848 * files.el (file-size-human-readable): Produce one digit after
15849 decimal, like "ls -lh" does.
15850
15851 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15852 the file size representation.
15853
3726838a
EZ
15854 * simple.el (list-processes): If async subprocesses are not
15855 available, error out with a clear error message.
15856
cbb59342
CY
158572011-04-08 Chong Yidong <cyd@stupidchicken.com>
15858
15859 * help.el (help-form-show): New function, to be called from C.
15860 Put help-form output in a buffer named differently than *Help*.
15861
e3971c44
EZ
158622011-04-08 Eli Zaretskii <eliz@gnu.org>
15863
15864 * files.el (file-size-human-readable): New function.
15865
15866 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15867 computing the representation inline. Don't require `cl'.
15868
12544bbe
GM
158692011-04-08 Glenn Morris <rgm@gnu.org>
15870
a1de6c6a
GM
15871 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15872
3c4671f4
GM
15873 * net/browse-url.el (browse-url-firefox):
15874 Test system-type, not system-configuration.
15875
b605679c
GM
15876 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15877 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15878 Use log-edit-empty-buffer-p. (Bug#7598)
15879
56442f0c
GM
15880 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15881 (rlogin-mode-map): Initialize in the defvar.
15882 (rlogin): Use ignore-errors.
15883
12544bbe
GM
15884 * replace.el (occur-mode-map): Some fixes for menu items.
15885
eb237b0f
AH
158862011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15887
15888 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15889
7d668f2c
CY
158902011-04-06 Chong Yidong <cyd@stupidchicken.com>
15891
e67a13ab
CY
15892 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15893 issuing unused warnings.
15894
15895 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15896 macro directly.
15897
7d668f2c
CY
15898 * simple.el: Lisp reimplement of list-processes. Based on an
15899 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15900 (process-menu-mode): New major mode.
15901 (list-processes--refresh, list-processes):
15902 (process-menu-visit-buffer): New functions.
15903
15904 * files.el (save-buffers-kill-emacs): Don't assume any return
15905 value of list-processes, which is undocumented anyway.
15906
a83ec3c9
CY
159072011-04-06 Chong Yidong <cyd@stupidchicken.com>
15908
15909 * emacs-lisp/tabulated-list.el: New file.
15910
e91a96fe
CY
15911 * emacs-lisp/package.el: Use Tabulated List mode.
15912 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15913 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15914 table format using Tabulated List mode variables.
15915 (package--push): New macro, replacing package-list-maybe-add.
15916 (package-menu--generate): Use package--push. Renamed from
15917 package--generate-package-list.
15918 (package-menu-refresh, list-packages): Use it.
daca8ba5 15919 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15920 Return insertion data instead of inserting it directly.
099c39a4
JB
15921 (package-menu-describe-package, package-menu-execute):
15922 Use tabulated-list-get-id.
e91a96fe
CY
15923 (package-menu-mark-delete, package-menu-mark-install)
15924 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15925 (package-menu-mark-obsolete-for-deletion):
15926 Use tabulated-list-put-tag.
e91a96fe
CY
15927 (package--list-packages, package-menu-revert)
15928 (package-menu-get-package, package-menu-get-version)
15929 (package-menu-sort-by-column): Functions deleted.
15930 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15931 (package-menu--status-predicate, package-menu--version-predicate)
15932 (package-menu--name-predicate)
15933 (package-menu--description-predicate): Handle arguments in the
15934 Tabulated List format.
15935 (package-list-packages-no-fetch): Call list-packages.
15936
3e214b50
JB
159372011-04-06 Juanma Barranquero <lekktu@gmail.com>
15938
15939 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15940 (after-find-file): Don't bind it.
3e214b50
JB
15941 (revert-buffer-in-progress-p): New variable.
15942 (revert-buffer): Bind it.
15943 Pass nil for `after-find-file-from-revert-buffer'.
15944
15945 * saveplace.el (save-place-find-file-hook): Use new variable
15946 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15947
3f0f1700
GM
159482011-04-06 Glenn Morris <rgm@gnu.org>
15949
c0274801
GM
15950 * Makefile.in (AUTOGEN_VCS): New variable.
15951 (autoloads): Use $AUTOGEN_VCS.
15952
3f0f1700
GM
15953 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15954 * calendar/calendar.el (calendar-mode-map):
15955 Check for toolkit scroll bars. (Bug#8305)
15956
41ea9e48
CY
159572011-04-05 Chong Yidong <cyd@stupidchicken.com>
15958
15959 * minibuffer.el (completion-in-region--postch)
15960 (completion-in-region-mode): Remove unnecessary messages.
15961
6194c800
JB
159622011-04-05 Juanma Barranquero <lekktu@gmail.com>
15963
33256f14
JB
15964 * font-lock.el (font-lock-refresh-defaults):
15965 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15966 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15967
6194c800
JB
15968 * info.el (Info-directory-list, Info-read-node-name-2)
15969 (Info-split-parameter-string): Doc fixes.
15970 (Info-virtual-nodes): Reflow docstring.
15971 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15972 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15973 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15974 Fix typos in docstrings.
15975 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15976 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15977 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15978 (Info-restore-desktop-buffer): Mark unused parameters.
15979 (Info-directory-find-file, Info-directory-find-node)
15980 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15981 (Info-virtual-index-find-node, Info-apropos-find-file)
15982 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15983 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15984 (Info-virtual-index): Remove unused local variable `nodename'.
15985
b87a8200 159862011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15987
b87a8200
DD
15988 * net/rcirc.el: Update my e-mail address.
15989 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15990
3b2ff876
CY
159912011-04-05 Chong Yidong <cyd@stupidchicken.com>
15992
15993 * startup.el (command-line): Save the cursor's theme-face
15994 directly, instead of using face-override-spec.
15995
15996 * custom.el (load-theme): Minor optimization in assigning faces.
15997
8d17e7ca
JB
159982011-04-04 Juanma Barranquero <lekktu@gmail.com>
15999
16000 * help-fns.el (describe-variable): Complete all variables having
16001 documentation, including keywords.
16002 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16003
2fbc1934
JB
160042011-04-04 Juanma Barranquero <lekktu@gmail.com>
16005
16006 Convert to lexical-binding.
16007
16008 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16009 (bs--get-marked-string, bs--get-modified-string)
16010 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16011 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16012 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16013
16014 * ehelp.el (electric-help-execute-extended)
16015 (electric-help-ctrl-x-prefix):
16016 * hexl.el (hexl-revert-buffer-function):
16017 * linum.el (linum-after-change, linum-after-scroll):
16018 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16019
16020 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16021
74f50695
DU
160222011-04-04 Daiki Ueno <ueno@unixuser.org>
16023
16024 * epa-dired.el:
16025 * epa-mail.el:
16026 * epa-hook.el:
16027 * epa-file.el:
16028 * epa.el:
16029 * epg.el: Use lexical binding.
16030
c11325f7
CY
160312011-04-03 Chong Yidong <cyd@stupidchicken.com>
16032
0d9e9a12
CY
16033 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16034
c11325f7 16035 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16036 dictionary case for flyspell-mark-duplications-exceptions.
16037 Use regexp matching for languages.
c11325f7
CY
16038 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16039 default dictionary (Bug#7926).
16040
da91b5f2
CY
160412011-04-02 Chong Yidong <cyd@stupidchicken.com>
16042
099c39a4
JB
16043 * emacs-lisp/package.el (package--with-work-buffer):
16044 Recognize https URLs.
da91b5f2 16045
099c39a4
JB
16046 * net/network-stream.el: Move from gnus/proto-stream.el.
16047 Change prefix to network-stream throughout.
da91b5f2
CY
16048 (open-protocol-stream): Merge into open-network-stream, leaving
16049 open-protocol-stream as an alias. Handle nil BUFFER args.
16050
16051 * subr.el (open-network-stream): Move to net/network-stream.el.
16052
afa8e9f6
GM
160532011-04-02 Glenn Morris <rgm@gnu.org>
16054
1d2e369d
GM
16055 * find-dired.el (find-exec-terminator): New option.
16056 (find-ls-option): Test for -ls support.
16057 (find-ls-subdir-switches): Test for -b in find-ls-option.
16058 (find-dired, find-grep-dired): Doc fixes.
16059 (find-dired): Use find-exec-terminator.
16060
8abb7da8 16061 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16062 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16063 (find-name-arg): Remove purecopy.
8abb7da8 16064
f3ca7378
GM
16065 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16066 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16067 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16068 accordingly. Don't add the null-device if not needed.
16069
afa8e9f6
GM
16070 * files.el (save-some-buffers): Doc fix.
16071
35eae264
EZ
160722011-04-02 Eli Zaretskii <eliz@gnu.org>
16073
16074 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16075
26b51db5
JB
160762011-04-01 Juanma Barranquero <lekktu@gmail.com>
16077
16078 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16079 Use `dolist' rather than `mapcar'.
16080
7200d79c
SM
160812011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16082
03408648 16083 Add lexical binding.
7200d79c 16084
03408648
SM
16085 * subr.el (apply-partially): Use new closures rather than CL.
16086 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16087 (dolist, dotimes): Use slightly different expansion for lexical code.
16088 (functionp): Move to C.
16089 (letrec): New macro.
16090 (with-wrapper-hook): Use it and apply-partially instead of CL.
16091 (eval-after-load): Preserve lexical-binding.
16092 (save-window-excursion, with-output-to-temp-buffer): Turn them
16093 into macros.
7200d79c 16094
03408648
SM
16095 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16096
16097 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16098 than the arglist.
16099 (help-add-fundoc-usage): Don't add `Not documented'.
16100 (help-function-arglist): Handle closures, subroutines, and new
16101 byte-code-functions.
16102 (help-make-usage): Remove leading underscores.
16103 (describe-function-1): Handle closures.
16104 (describe-variable): Use special-variable-p for completion.
16105
16106 * files.el (lexical-binding): Declare safe.
f488fb65 16107
03408648
SM
16108 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16109 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16110 (pcase): Add `let' pattern.
16111 Change memoization so it actually works.
16112 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16113 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16114 <let>: New case.
f488fb65 16115
03408648
SM
16116 * emacs-lisp/macroexp.el: Use lexical binding.
16117 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16118 Don't convert ' to #' without checking that it's indeed quoting
16119 a lambda.
16120
16121 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16122 Use eval-sexp-add-defvars.
03408648
SM
16123 (eval-sexp-add-defvars): New fun.
16124
16125 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16126
16127 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16128 Don't autoload.
16129 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16130 than the internal `byte-compile-lambda'.
16131 (defmethod): Don't hide code under quotes.
16132 (eieio-defmethod): New `code' argument.
16133
16134 * emacs-lisp/eieio-comp.el: Remove.
16135
16136 * emacs-lisp/edebug.el (edebug-eval-defun)
16137 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16138 (edebug-toggle): Avoid `eval'.
16139
16140 * emacs-lisp/disass.el (disassemble-internal): Handle new
16141 `closure' objects.
16142 (disassemble-1): Handle new byte codes.
16143
16144 * emacs-lisp/cl.el (pushnew): Silence warning.
16145
16146 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16147 (cl-byte-compile-throw): Remove.
16148 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16149
16150 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16151 closures.
16152
16153 * emacs-lisp/cconv.el: New file.
16154
16155 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16156 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16157 (byte-compile-initial-macro-environment):
16158 Handle declare-function here.
16159 (byte-compile--lexical-environment): New var.
16160 (byte-stack-ref, byte-stack-set, byte-discardN)
16161 (byte-discardN-preserve-tos): New lap codes.
16162 (byte-interactive-p): Don't use any more.
16163 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16164 New macros.
16165 (byte-compile-lapcode): Use them and handle new lap codes.
16166 (byte-compile-obsolete): Remove.
16167 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16168 (byte-compile-arglist-warn): Check late def of inlinable funs.
16169 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16170 since they should have been expanded by now.
16171 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16172 (byte-compile-from-buffer): Remove unused second arg.
16173 (byte-compile-preprocess): New function.
16174 (byte-compile-toplevel-file-form): New function to distinguish
16175 file-form calls from outside from file-form calls from hunk-handlers.
16176 (byte-compile-file-form): Simplify.
16177 (byte-compile-file-form-defsubst): Remove.
16178 (byte-compile-file-form-defmumble): Simplify now that
16179 byte-compile-lambda always returns a byte-code-function.
16180 (byte-compile): Preprocess.
16181 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16182 Remove, not used any more.
16183 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16184 (byte-compile-make-args-desc): New funs.
16185 (byte-compile-lambda): Handle lexical functions. Always return
16186 a byte-code-function.
16187 (byte-compile-reserved-constants): New var, to make up room for
16188 closed-over variables.
16189 (byte-compile-constants-vector): Obey it.
16190 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16191 (byte-compile-macroexpand-declare-function): New function.
16192 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16193 byte-code-functions.
16194 (byte-compile-form): Check obsolescence here.
16195 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16196 (byte-compile-variable-ref): Remove.
16197 (byte-compile-dynamic-variable-op): New fun.
16198 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16199 (byte-compile-variable-set): New funs.
16200 (byte-compile-discard): Add 2 args.
16201 (byte-compile-stack-ref, byte-compile-stack-set)
16202 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16203 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16204 macroexpand-all instead.
16205 (byte-compile-quote-form): Remove.
16206 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16207 (byte-compile-bind, byte-compile-unbind): New funs.
16208 (byte-compile-let): Handle let* and lexical binding.
16209 (byte-compile-let*): Remove.
16210 (byte-compile-catch, byte-compile-unwind-protect)
16211 (byte-compile-track-mouse, byte-compile-condition-case):
16212 Handle a new :fun-body form, used for lexical scoping.
16213 (byte-compile-save-window-excursion)
16214 (byte-compile-with-output-to-temp-buffer): Remove.
16215 (byte-compile-defun): Simplify.
16216 (byte-compile-stack-adjustment): New fun.
16217 (byte-compile-out): Use it.
16218 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16219
16220 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16221 handler any more.
16222
16223 * emacs-lisp/byte-opt.el: Use lexical binding.
16224 (byte-inline-lapcode): Remove (to bytecomp).
16225 (byte-compile-inline-expand): Pay attention to inlining to/from
16226 lexically bound code.
16227 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16228 any more.
16229 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16230 any more and don't call compiler-macros.
16231 (byte-compile-splice-in-already-compiled-code): Remove.
16232 (byte-code): Don't inline any more.
16233 (disassemble-offset): Receive `bytes' as argument rather than via
16234 dynamic scoping.
16235 (byte-compile-tag-number): Declare before first use.
16236 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16237 `return' even if make-spliceable.
16238 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16239 obsolete interactive-p.
16240 (byte-optimize-lapcode): Optimize new lap-codes.
16241 Don't trip up on new form of `byte-constant' lap code.
16242
16243 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16244
16245 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16246
16247 * custom.el (custom-initialize-default, custom-declare-variable):
16248 Use `defvar'.
16249
16250 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16251 New variables.
16252 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16253 (COMPILE_FIRST): Add macroexp and cconv.
16254 * makefile.w32-in: Mirror changes in Makefile.in.
16255
16256 * vc/cvs-status.el:
16257 * vc/diff-mode.el:
16258 * vc/log-edit.el:
16259 * vc/log-view.el:
16260 * vc/smerge-mode.el:
16261 * textmodes/bibtex-style.el:
090bd7cb 16262 * textmodes/css-mode.el:
03408648
SM
16263 * startup.el:
16264 * uniquify.el:
da91b5f2
CY
16265 * minibuffer.el:
16266 * newcomment.el:
16267 * reveal.el:
16268 * server.el:
16269 * mpc.el:
16270 * emacs-lisp/smie.el:
16271 * doc-view.el:
16272 * dired.el:
03408648
SM
16273 * abbrev.el: Use lexical binding.
16274
0f0c1f27
EZ
162752011-04-01 Eli Zaretskii <eliz@gnu.org>
16276
16277 * info.el (info-display-manual): New function.
16278
c82b2579
SM
162792011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16280
16281 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16282
221ddf68
TH
162832011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16284
16285 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16286 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16287
cba6e77e
GM
162882011-03-31 Glenn Morris <rgm@gnu.org>
16289
e040639f
GM
16290 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16291
cba6e77e
GM
16292 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16293
6d0f1c9e
CS
162942011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16295
16296 * progmodes/python.el (python-default-interpreter)
16297 (python-python-command-args, python-jython-command-args)
16298 (python-which-shell, python-which-args, python-which-bufname)
16299 (python-file-queue, python-comint-output-filter-function)
16300 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16301 variables and functions.
16302
3e2d70fd
SM
163032011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16304
16305 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16306 (completion-in-region-mode): New minor mode.
16307 (completion-in-region): Use it.
16308 (completion-in-region--data, completion-in-region-mode-map): New vars.
16309 (completion-in-region--postch): New function.
16310 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16311 New vars.
16312 (completion--capf-wrapper): New function.
16313 (completion-at-point): Use it to track well-behavedness of
16314 hook functions.
16315 (completion-help-at-point): New command.
16316
f3e4086c
JM
163172011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16318
16319 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16320 syntax class to search for whitespace on a single line
16321 (Message-ID: <4D938140.4030905@redhat.com>).
16322
eb7ffc14
LL
163232011-03-30 Leo Liu <sdl.web@gmail.com>
16324
16325 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16326 New commands.
16327 (edit-abbrevs-map): Bind them here.
16328 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16329
d806ab68
KM
163302011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16331
16332 * allout.el (allout-hide-by-annotation, allout-flag-region):
16333 Reduce possibility of overlay leakage by making them volatile.
16334
16335 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16336 hash is not shared between buffers. Mode initialization is
16337 responsible for giving it a useful starting value.
16338 (allout-item-span): Reduce possibility of overlay leakage by
16339 making them volatile.
16340 (allout-widgets-count-buttons-in-region): Add diagnostic function
16341 for tracking down button overlay leaks.
16342
ea622834
LL
163432011-03-29 Leo Liu <sdl.web@gmail.com>
16344
16345 * ido.el (ido-read-internal): Use the default history var
16346 minibuffer-history if no HISTORY is specified.
16347
b62f8267
G
163482011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16349
03408648
SM
16350 * net/imap.el (imap-shell-open, imap-process-connection-type):
16351 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16352 Kerberos, SSL, other subprocesses.
16353
947b6566
LL
163542011-03-28 Leo Liu <sdl.web@gmail.com>
16355
16356 * abbrev.el (abbrev-table-empty-p): New function.
16357 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16358 nonempty ones. (Bug#5937)
16359
5ffb62aa
JD
163602011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16361
16362 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16363
7a097943
LL
163642011-03-27 Leo Liu <sdl.web@gmail.com>
16365
16366 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16367 for foreground and background colors.
16368 (ansi-color-make-color-map): Adapt.
16369
c5b40130
LL
163702011-03-25 Leo Liu <sdl.web@gmail.com>
16371
1f48f7d2
LL
16372 * midnight.el (midnight-time-float): Remove. Note it calculates
16373 the microsecond component incorrectly and seconds-to-time does the
16374 same job.
625897ec 16375 Remove redundant (require 'timer).
1f48f7d2 16376
c5b40130
LL
16377 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16378 (ido-completions): Remove unused arguments. (Bug#8329)
16379
d86d2721
SM
163802011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16381
16382 * minibuffer.el (completion--flush-all-sorted-completions):
16383 Remove itself from hook.
16384 (completion-at-point): Let the functions perform the completion
16385 immediately and return nil or t.
16386 * comint.el (comint-dynamic-complete-functions): Now identical to
16387 completion-at-point-functions.
16388 (comint-dynamic-list-input-ring): Remove unused var `index'.
16389 (comint--match-partial-filename, comint--unquote&expand-filename):
16390 New funs, split from comint-match-partial-filename.
16391 (comint-dynamic-complete): Use completion-at-point.
16392 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16393
e8974c48
DA
163942011-03-24 Drew Adams <drew.adams@oracle.com>
16395
16396 * thingatpt.el: Support `defun'.
16397
def71b5e
LL
163982011-03-23 Leo Liu <sdl.web@gmail.com>
16399
cb5af48e
LL
16400 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16401
def71b5e
LL
16402 * help-mode.el (help-mode-finish): Tweak regexp.
16403
927c53e7
GM
164042011-03-23 Glenn Morris <rgm@gnu.org>
16405
18d05bed
GM
16406 * eshell/esh-opt.el (eshell-eval-using-options):
16407 Do not bind unused local variable `eshell-option-stub'.
16408
927c53e7
GM
16409 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16410
9d0da923
JB
164112011-03-22 Juanma Barranquero <lekktu@gmail.com>
16412
16413 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16414 keymap variable in `with-no-warnings' to avoid a warning when the
16415 keymap has been already `defconst'ed.
16416
4b978a67
LL
164172011-03-22 Leo Liu <sdl.web@gmail.com>
16418
16419 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16420 encode all chars in abbrevs; otherwise use emacs-mule or
16421 utf-8-emacs. (Bug#8308)
16422
5fd62452
JB
164232011-03-22 Juanma Barranquero <lekktu@gmail.com>
16424
0b1596c6
JB
16425 * simple.el (backward-delete-char-untabify):
16426 Avoid warning about using `delete-backward-char'.
16427
5fd62452
JB
16428 * image.el (image-type-file-name-regexps): Make it variable.
16429 `imagemagick-register-types' modifies it, and the user may want
16430 to add new extensions for known image types.
16431 (imagemagick-register-types): Throw error if not using ImageMagick.
16432
0b4e93f1
LL
164332011-03-22 Leo Liu <sdl.web@gmail.com>
16434
16435 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16436 located before rcirc-prompt-end-marker.
16437 (rcirc-complete): Error if point is not after rcirc prompt.
16438 Handle the case when table is nil.
9882e214 16439 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16440
fccee4ab
CY
164412011-03-22 Chong Yidong <cyd@stupidchicken.com>
16442
16443 * custom.el (custom--inhibit-theme-enable): Make it affect only
16444 custom-theme-set-variables and custom-theme-set-faces.
16445 (provide-theme): Ignore custom--inhibit-theme-enable.
16446 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16447 (custom-enabling-themes): Delete variable.
d86d2721
SM
16448 (enable-theme): Accept only loaded themes as arguments.
16449 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16450 (custom-enabled-themes): Forbid themes from setting this.
16451 Eliminate use of custom-enabling-themes.
16452 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16453
af896da6
LL
164542011-03-21 Leo Liu <sdl.web@gmail.com>
16455
16456 * ido.el (ido-read-internal): Add ido-selected to history instead
16457 of user input.
16458
78f64af0
SM
164592011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16460
16461 * subr.el (deferred-action-list, deferred-action-function):
16462 Mark obsolete.
16463
b16ac1ec
LL
164642011-03-21 Leo Liu <sdl.web@gmail.com>
16465
810f7698
LL
16466 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16467 change on 2011-02-13 (bug#8309).
16468
b16ac1ec
LL
16469 * minibuffer.el (read-file-name-function): Change default value.
16470 (read-file-name--defaults): Rename from read-file-name-defaults.
16471 (read-file-name-default): Rename from read-file-name.
16472 (read-file-name): Call read-file-name-function.
16473
4e05e67e
GM
164742011-03-21 Glenn Morris <rgm@gnu.org>
16475
16476 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16477 Doc fixes.
16478
4359915b
CY
164792011-03-21 Chong Yidong <cyd@stupidchicken.com>
16480
16481 * cus-theme.el: Add missing provide statement.
16482 (customize-create-theme): Extract theme value correctly.
16483 (custom-theme-visit-theme): Autoload.
16484 (customize-create-theme): Prompt before inserting default faces.
16485
1fe275ee
JB
164862011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16487
16488 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16489 units and musical notes.
16490
cd394be1 164912011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16492
16493 * ido.el (ido-read-internal): Use completing-read-default.
16494 (ido-completing-read): Fix compatibility with completing-read.
16495
7d476bde
CO
164962011-03-20 Christian Ohler <ohler@gnu.org>
16497
16498 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16499 (ert-delete-all-tests): Use `called-interactively-p' rather than
16500 `interactive-p'.
16501 (ert--make-xrefs-region): Respect END.
16502
fe0fb33e
CY
165032011-03-19 Chong Yidong <cyd@stupidchicken.com>
16504
ff854b0b
CY
16505 * dired-aux.el (dired-create-directory): Signal an error if the
16506 directory already exists (Bug#8246).
16507
fe0fb33e
CY
16508 * facemenu.el (list-colors-display): Call list-faces-display
16509 inside with-help-window.
16510 (list-colors-print): Use display property to align the final
16511 column, instead of checking window-width.
16512
576bce32
EZ
165132011-03-19 Eli Zaretskii <eliz@gnu.org>
16514
4d61f28d 16515 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16516 windows-nt systems.
16517 (emerge-protect-metachars): Quote correctly for ms-dos and
16518 windows-nt systems.
16519
89c41d68 165202011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16521
16522 * info.el (info-initialize): Replace all uses of `:' with
16523 path-separator for compatibility with non-Unix systems.
16524 Cache quoting of path-separator. (Bug#8258)
16525
b14e3e21 165262011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16527
16528 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16529 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16530 (mouse-avoidance-mode): Fix typos in docstrings.
16531
4525ce3e
CY
165322011-03-19 Chong Yidong <cyd@stupidchicken.com>
16533
16534 * startup.el (package-subdirectory-regexp): Move from package.el.
16535 Omit \\` and \\', and let callers add them.
16536
16537 * emacs-lisp/package.el (package-strip-version)
16538 (package-load-all-descriptors): Add \\` and \\' to
16539 package-subdirectory-regexp before using it.
16540 (package-untar-buffer): New arg DIR; ensure that file untars only
16541 into this expected directory. Remove superfluous delete-region.
16542 (package-unpack): Caller changed.
16543 (package-tar-file-info): Use package-subdirectory-regexp.
16544
a904a09a 165452011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16546
a904a09a
SM
16547 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16548 diff-mode-shared-map (bug#8284).
16549 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16550
165512011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16552
16553 * calendar/time-date.el (format-seconds): Use assoc instead of
16554 assoc-string, since assoc-string doesn't exist in XEmacs.
16555
171fc304
JB
165562011-03-17 Juanma Barranquero <lekktu@gmail.com>
16557
16558 * custom.el (custom-known-themes): Reflow docstring.
16559 (custom-theme-load-path): Fix typo in docstring.
16560 (load-theme): Fix typo in error message.
16561 (custom-available-themes, custom-variable-theme-value):
16562 Use `let', not `let*'.
16563
d71990a1
JB
165642011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16565
16566 * calc/README: Mention inclusion of musical notes.
16567
16568 * calc/calc-units.el (calc-lu-quant): Rename from
16569 `calc-logunits-quantity'.
16570 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16571 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16572 (calc-db): Rename from `calc-dblevel'.
16573 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16574 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16575 (calc-np): Rename from `calc-nplevel'.
16576 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16577 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16578 (calc-lu-plus): Rename from `calc-logunits-add'.
16579 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16580 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16581 (calc-lu-minus): Rename from `calc-logunits-sub'.
16582 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16583 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16584 (calc-lu-times): Rename from `calc-logunits-mul'.
16585 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16586 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16587 (calc-lu-divide): Rename from `calc-logunits-div'.
16588 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16589 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16590
16591 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16592 functions being autoloaded.
16593
16594 * calc/calc.el (calc-lu-power-reference): Rename from
16595 `calc-logunits-power-reference'.
16596 (calc-lu-field-reference): Rename from
16597 `calc-logunits-field-reference'.
16598
7a71b18d
GM
16599 * calc/calc-help.el (calc-l-prefix-help):
16600 Mention musical note functions.
d71990a1 16601
40c2934b
SM
166022011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * minibuffer.el (completion-all-sorted-completions):
16605 Use :completion-cycle-penalty text property if present.
16606
b0911414
KM
166072011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16608
16609 * allout.el (allout-yank-processing): Adjust for new rebulleting
16610 regime so bullet being yanked is used without prompting the user
16611 for a choice.
16612
8a05b668
JB
166132011-03-16 Juanma Barranquero <lekktu@gmail.com>
16614
16615 * startup.el (command-line): Warn the user that _emacs is deprecated.
16616
5ba5fb81
JB
166172011-03-16 Juanma Barranquero <lekktu@gmail.com>
16618
16619 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16620 (delphi-verbose, delphi-comment-face, delphi-string-face)
16621 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16622 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16623 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16624 (delphi-new-comment-line, delphi-font-lock-defaults)
16625 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16626 Fix typos in docstrings.
16627
2dab465b
KM
166282011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16629
5ba5fb81 16630 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16631 Invert the roles of character and string values for INSTEAD, so a
16632 string is used for the more common case of a defaulting prompt.
16633
0adf5618
SM
166342011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16635
16636 * progmodes/ruby-mode.el (ruby-backward-sexp):
16637 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16638 * play/gamegrid.el (gamegrid-make-face):
16639 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16640 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16641 * notifications.el (notifications-notify):
16642 * net/xesam.el (xesam-search-engines):
16643 * net/quickurl.el (quickurl-list-insert):
16644 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16645
d72700e5
CY
166462011-03-15 Chong Yidong <cyd@stupidchicken.com>
16647
16648 * startup.el (command-line): Update package subdirectory regexp.
16649
49c5410a
SM
166502011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16651
c6eee9aa
SM
16652 * allout.el (allout-abbreviate-flattened-numbering)
16653 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16654
49c5410a
SM
16655 * subr.el (read-char-choice): Only show the cursor after the prompt,
16656 not after the answer.
16657
047b2bb9
KR
166582011-03-15 Kevin Ryde <user42@zip.com.au>
16659
16660 * help-fns.el (variable-at-point): Skip leading quotes, if any
16661 (bug#8253).
16662
0a57d256
SM
166632011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16664
16665 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16666 warning message.
16667
77c992bc
MA
166682011-03-14 Michael Albinus <michael.albinus@gmx.de>
16669
16670 * shell.el (shell): When called interactively, offer to change the
16671 shell file name on remote hosts.
16672
eebc475d
TZ
166732011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16674
16675 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16676 integration for LDAP parameters. The host, base, user or binddn,
16677 and secret tokens can be specified in a netrc file, for instance.
16678 This is optional because an `auth-source' parameter must be
16679 specified in the search attributes.
16680
9d05d1ba
JB
166812011-03-13 Juanma Barranquero <lekktu@gmail.com>
16682
16683 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16684
09d9db2c
GM
166852011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16686
16687 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16688 into declaration. Remove redundant and harmful binding.
16689
166902011-03-12 Eli Zaretskii <eliz@gnu.org>
16691
16692 * files.el (file-ownership-preserved-p): Pass `integer' as an
16693 explicit 2nd argument to `file-attributes'. If the file's owner
16694 is the Administrators group on Windows, and the current user is
16695 Administrator, consider that a match.
16696
16697 * server.el (server-ensure-safe-dir): Consider server directory
16698 safe on MS-Windows if its owner is the Administrators group while
16699 the current Emacs user is Administrator. Use `=' to compare
16700 numerical UIDs, since they could be integers or floats.
16701
219bd536
JB
167022011-03-12 Juanma Barranquero <lekktu@gmail.com>
16703
16704 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16705
f3afd36b
MA
167062011-03-12 Michael Albinus <michael.albinus@gmx.de>
16707
16708 Sync with Tramp 2.2.1.
16709
16710 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16711
16712 * net/trampver.el: Update release number.
16713
3aaaa6f1
SM
167142011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16715
94642599
SM
16716 * progmodes/compile.el (compilation--previous-directory): Fix up
16717 various nil/dead-marker mismatches (bug#8014).
16718 (compilation-directory-properties, compilation-error-properties):
16719 Don't call it at a position past the one we're about to change.
16720
3aaaa6f1
SM
16721 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16722 Disable obsolescence warnings in the file that declares it.
16723
14239447
KM
167242011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16725
099c39a4
JB
16726 * allout-widgets.el (allout-widgets-tally):
16727 Initialize allout-widgets-tally as a hash table rather than nil to
16728 prevent mode-line redisplay warnings. Also, clarify the module
16729 description and fix a comment typo.
14239447 16730
135e287c
JB
167312011-03-11 Juanma Barranquero <lekktu@gmail.com>
16732
16733 * help-fns.el (describe-variable): Don't complete keywords.
16734 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16735
ffbf300e
CY
167362011-03-10 Chong Yidong <cyd@stupidchicken.com>
16737
ba08b241
CY
16738 * emacs-lisp/package.el (package-version-join): Impose a standard
16739 string representation for pre/alpha/beta version lists.
16740 (package-unpack-single): Standardize the directory name by passing
16741 it through package-version-join.
16742 (package-strip-rcs-id): Accept any version string that does not
16743 signal an error in version-to-list.
ffbf300e 16744
f346fd6b
MA
167452011-03-10 Michael Albinus <michael.albinus@gmx.de>
16746
16747 * simple.el (delete-trailing-whitespace): Return nil for the
16748 benefit of `write-file-functions'.
16749
ccb55d27
GM
167502011-03-10 Glenn Morris <rgm@gnu.org>
16751
5ceaac0c
GM
16752 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16753
02da65ff
GM
16754 * vc/vc-git.el (vc-git-program): New option.
16755 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16756 (vc-git--call): Use it.
16757
b2f603cc
GM
16758 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16759
5772caab
GM
16760 * cus-edit.el (Custom-newline): If no button at point, look
16761 for a subgroup button at start-of-line. (Bug#2298)
16762
ccb55d27
GM
16763 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16764
ec6ecaed
JD
167652011-03-10 Julien Danjou <julien@danjou.info>
16766
16767 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16768 `cursor-type' is nil.
16769
9d5aa01d
JB
167702011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16771
16772 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16773
b6a5875b
KM
167742011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16775
7a71b18d 16776 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16777 preserves the existing header prefix, rebulleting it if necessary,
16778 rather than replacing it. This is necessary for proper operation
16779 of cooperative addons like allout-widgets.
1154d12e
JB
16780 (allout-make-topic-prefix, allout-rebullet-heading):
16781 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16782 value as alternate bullet to be used, instead of prompting the user
16783 for a bullet character.
b6a5875b 16784
ee545c35
MA
167852011-03-09 Michael Albinus <michael.albinus@gmx.de>
16786
d86d2721
SM
16787 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16788 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16789 `tramp-default-port'.
16790
c47971d7
DD
167912011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16792
16793 * net/rcirc.el (rcirc-handler-001): Remove useless
16794 with-rcirc-process-buffer.
16795 (rcirc-check-auth-status): Swap arguments to string-match.
16796
13522cb4
GM
167972011-03-09 Glenn Morris <rgm@gnu.org>
16798
0be6f4f1
GM
16799 * shell.el (shell-mode):
16800 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16801
13522cb4
GM
16802 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16803 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16804
515de2e3
CY
168052011-03-08 Chong Yidong <cyd@stupidchicken.com>
16806
16807 * emacs-lisp/package.el (package-refresh-contents)
16808 (package-menu-execute): Use condition-case-no-debug.
16809
b511b994
MA
168102011-03-08 Michael Albinus <michael.albinus@gmx.de>
16811
16812 * simple.el (shell-command-to-string): Use `process-file'.
16813
16814 * emacs-lisp/package.el (package-tar-file-info): Handle also
16815 remote files.
16816
d86d2721
SM
16817 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16818 Use `equal' for upload base check.
b511b994 16819
25bbfb31
AM
168202011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16821
16822 * textmodes/texinfo.el (texinfo-environments):
16823 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16824
be996521
GM
168252011-03-08 Glenn Morris <rgm@gnu.org>
16826
e9c8529f
GM
16827 * cus-start.el (cursor-in-non-selected-windows):
16828 Fix :set quoting oddness. (Bug#8192)
16829
be996521
GM
16830 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16831 in some setf expressions. (Bug#2159)
16832
2bb5649e
CY
168332011-03-08 Chong Yidong <cyd@stupidchicken.com>
16834
16835 * custom.el (custom-available-themes): Return themes in
16836 alphabetical order.
16837
33383987 16838See ChangeLog.15 for earlier changes.
e3d51b27
MR
16839
16840;; Local Variables:
16841;; coding: utf-8
e3d51b27
MR
16842;; End:
16843
acaf905b 16844 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16845
16846 This file is part of GNU Emacs.
16847
16848 GNU Emacs is free software: you can redistribute it and/or modify
16849 it under the terms of the GNU General Public License as published by
16850 the Free Software Foundation, either version 3 of the License, or
16851 (at your option) any later version.
16852
16853 GNU Emacs is distributed in the hope that it will be useful,
16854 but WITHOUT ANY WARRANTY; without even the implied warranty of
16855 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16856 GNU General Public License for more details.
16857
16858 You should have received a copy of the GNU General Public License
16859 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.