Update .PHONY listings in makefiles.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0aee6912
PE
12012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2
3 Update .PHONY listings in makefiles.
4 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
5 autoloads, update-subdirs, updates, bzr-update, update-authors,
6 compile-onefile, compile-calc, backup-compiled-files,
7 compile-after-backup, compile-one-process, mh-autoloads,
8 bootstrap-clean, distclean, maintainer-clean.
9
9052f9f0
JB
102012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11
1823ac5a
JB
12 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
13 (calc-set-mode-line): Don't display "AlgSimp ".
14
15 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
16 (calc-lim-simplify-mode): New function.
17 (calc-set-simplify-mode): Default to 'alg.
18 (calc-default-simplify-mode): Make algebraic simplifications
19 the default.
20
21 * calc/calc-ext.el (calc-init-extensions): Remove binding for
22 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
23
4b337409
JB
24 * calc/calc-help (calc-m-prefix-help): Change messages to
25 indicate new simplification modes.
26
1823ac5a
JB
27 * calc/README: Mention new default simplification mode.
28
9052f9f0
JB
29 * calc/calc.el (math-normalize-error): New variable.
30 (math-normalize): Set `math-normalize-error' to t
31 when there's an error.
32
33 * calc/calc-alg.el (math-simplify): Don't simplify when
34 `math-normalize' returns an error.
35
20ba0cb4
EZ
362012-07-29 Eli Zaretskii <eliz@gnu.org>
37
38 * international/mule-cmds.el (set-locale-environment): Revert last
39 change, since display-graphic-p returns nil when this function is
40 called during startup. Instead...
41
42 * term/w32console.el (terminal-init-w32console): ...setup the
43 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
44
a5dcc929
JL
452012-07-29 Juri Linkov <juri@jurta.org>
46
47 * simple.el (goto-line): Don't display default line number in the
48 prompt because it should be displayed by `read-number' (bug#9952).
49 Add the current line number to the defaults of `goto-line' to
50 allow its easier modification by users with `M-n' (bug#9201).
51
52 * subr.el (read-number): Support multiple default values like in
53 other minibuffer reading functions. Replace `read' with
54 `string-to-number' for consistency with `number-to-string'.
55
72b255c7
PE
562012-07-29 Paul Eggert <eggert@cs.ucla.edu>
57
58 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
59 * emulation/viper-init.el (viper-deactivate-input-method-action):
60 Rename from viper-inactivate-input-method-action.
61 (viper-deactivate-input-method):
62 Rename from viper-inactivate-input-method.
63 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
64 * international/mule-cmds.el (deactivate-input-method):
65 Rename from inactivate-input-method.
66 Also run input-method-deactivate-hook.
67 (deactivate-current-input-method-function):
68 Rename from inactivate-current-input-method-function.
69 (input-method-deactivate-hook): New hook.
70 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
71 (inactivate-input-method): Mark obsolete.
72
72b255c7
PE
73 * international/quail.el (quail-activate):
74 Also run quail-deactivate-hook.
75 (quail-deactivate): Rename from quail-inactivate.
76 * international/robin.el (robin-activate):
77 Also run robin-deactivate-hook.
78 (robin-deactivate): Rename from robin-inactivate.
79
2549c068
CY
802012-07-29 Chong Yidong <cyd@gnu.org>
81
82 * simple.el (indicate-copied-region): New function.
83 (kill-ring-save): Split off from here.
84
85 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
86 (kill-rectangle): Set deactivate-mark to t on read-only error.
87
88 * register.el (copy-to-register, copy-rectangle-to-register):
89 Deactivate the mark, and use indicate-copied-region (Bug#10056).
90 (append-to-register, prepend-to-register): Call
91
17711ed9
JL
922012-07-29 Juri Linkov <juri@jurta.org>
93
94 * simple.el (async-shell-command-buffer): New defcustom.
95 (shell-command): Use it. (Bug#4719)
96
01bd1b0d
EZ
972012-07-28 Eli Zaretskii <eliz@gnu.org>
98
99 * international/mule-cmds.el (set-locale-environment): In a
100 console session on MS-Windows, set up keyboard and terminal
101 encoding from the OEM codepage, not the ANSI codepage.
102 (Bug#12055)
103
a55739d3
CY
1042012-07-28 Chong Yidong <cyd@gnu.org>
105
106 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
107 gdb-get-location.
108
9a0f8f2e
LL
1092012-07-25 Leo Liu <sdl.web@gmail.com>
110
111 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
112 the alist (bug#12029).
113
20329d73
EZ
1142012-07-28 Eli Zaretskii <eliz@gnu.org>
115
116 * makefile.w32-in (custom-deps, finder-data, updates, compile)
117 (compile-always, compile-first)
118 ($(lisp)/calendar/cal-loaddefs.el)
119 ($(lisp)/calendar/diary-loaddefs.el)
120 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
121 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
122 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
123 instead of on update-subdirs.
124 (bootstrap-clean): Delete $(lisp)/subdirs.el.
125
345a2258
CY
1262012-07-28 Chong Yidong <cyd@gnu.org>
127
1eee6341
CY
128 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
129 directory if vc-deduce-backend returns nil (Bug#7350).
130
345a2258
CY
131 * simple.el (delete-trailing-lines): New option.
132 (delete-trailing-whitespace): Obey it (Bug#11879).
133
049a0936
DE
1342012-07-28 David Engster <deng@randomsample.de>
135
136 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
137 Explanation of new 'symbol-qnames feature in doc-strings.
138 (xml-maybe-do-ns): Return expanded names as plain symbols if
139 'symbol-qnames was provided in XML-NS argument (Bug#11916).
140 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
141
aa81af71
FEG
1422012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
143
144 Consistent completion in inferior python with emacs -nw.
145 * progmodes/python.el (inferior-python-mode): replace "<tab>"
146 binding in inferior-python-mode-map with "\t".
147 (python-shell-completion-complete-at-point)
148 (python-completion-complete-at-point): Remove interactive spec.
149
e827b1eb
JB
1502012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
151
152 * calc/calccomp.el (math-compose-expr): Undo previous change.
153
a90dfb95
FEG
1542012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
155
156 * progmodes/python.el (python-mode-map): Added keybinding for
157 run-python.
158 (python-shell-make-comint): Fix pop-to-buffer call.
159 (run-python): Autoload. New arg SHOW.
160 (python-shell-get-or-create-process): Do not pop python process
161 buffer.
162
32770973 1632012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
164
165 * notifications.el (notifications-on-action-signal)
166 (notifications-on-closed-signal): Use also the bus address for the map.
167 (notifications-notify, notifications-close-notification)
168 (notifications-get-capabilities): Add optional argument BUS.
169
86332df2
TH
1702012-07-27 Tassilo Horn <tsdh@gnu.org>
171
172 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
173 support for the lstlisting and minted environments, and for the
174 ctable macro.
175 * textmodes/reftex.el (reftex-compile-variables): Also recognize
176 labels written in keyvals syntax.
177
ca1302a4
JB
1782012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
179
180 * calc/calccomp.el (math-compose-expr): Use parentheses when
181 there is a product in the denominator of a fraction.
182
f8b91036
EZ
1832012-07-26 Eli Zaretskii <eliz@gnu.org>
184
185 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
186 ($(lisp)/calendar/diary-loaddefs.el)
187 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
188 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
189 failures in parallel bootstrap because subdirs.el is being
190 rewritten while the autoload files are built at the same time,
191 which needs to load subdirs.el.
192
c8e5a42c
MR
1932012-07-26 Martin Rudalics <rudalics@gmx.at>
194
195 * mouse.el (popup-menu): Fix doc-string and re-indent code.
196 (mouse-drag-line): Don't exit tracking when a switch-frame or
197 switch-window event occurs (Bug#12006).
198
670d85ea
SM
1992012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * mouse.el (popup-menu): Fix last change.
202
7abaf5cc
SM
2032012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 Autoload from Lisp with more care. Follow aliases when looking for
206 function properties.
207 * subr.el (autoloadp): New function.
208 (symbol-file): Use it.
209 (function-get): New function.
210 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
211 autoload-do-load.
212 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
213 (lisp-indent-function):
214 * emacs-lisp/gv.el (gv-get):
215 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
216 * emacs-lisp/byte-opt.el (byte-optimize-form):
217 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
218 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
219 Use function-get.
220 * emacs-lisp/cl.el: Don't propagate function properties any more.
221
222 * speedbar.el (speedbar-add-localized-speedbar-support):
223 * emacs-lisp/disass.el (disassemble-internal):
224 * desktop.el (desktop-load-file):
225 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
226 (describe-function-1):
227 * emacs-lisp/find-func.el (find-function-noselect):
228 * emacs-lisp/elp.el (elp-instrument-function):
229 * emacs-lisp/advice.el (ad-has-proper-definition):
230 * apropos.el (apropos-safe-documentation, apropos-macrop):
231 * emacs-lisp/debug.el (debug-on-entry):
232 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
233 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
234 * calc/calc.el (name): Use autoloadp & autoload-do-load.
235
b1364986
AA
2362012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
237
238 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
239 function, not an obsolete variable (Bug#12046).
240
67ada220
AS
2412012-07-25 Andreas Schwab <schwab@linux-m68k.org>
242
243 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
244
f08088e3
CS
2452012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
246
247 * emacs-lisp/pp.el (pp-display-expression): Select old selected
248 window only if it is still live (Bug#12034).
249
8137e7b3
MR
2502012-07-25 Martin Rudalics <rudalics@gmx.at>
251
252 * subr.el (redirect-frame-focus): Add advertised calling
253 convention (Bug#12030).
254
09ae5da1
PE
2552012-07-25 Paul Eggert <eggert@cs.ucla.edu>
256
257 Prefer typical American spelling for "acknowledgment".
258 * vc/add-log.el (change-log-acknowledgment): Rename from
259 change-log-acknowledgement, with an alias for the old name.
260
3cc5a3a8
JB
2612012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
262
263 * calc-alg.el (math-simplify-divide): Don't cross multiply
264 in an equation when the lhs is a variable.
265
b7af7f62
JD
2662012-07-24 Julien Danjou <julien@danjou.info>
267
268 * net/netrc.el (netrc-find-service-number, netrc-store-data):
269 Remove, unused.
270
ec1b09b1
EZ
2712012-07-23 Eli Zaretskii <eliz@gnu.org>
272
273 * startup.el (command-line): Don't display an empty user name in
274 the error message about non-existent home directory, when
275 init-file-user was set to an empty string. See
276 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
277 for the details and context.
278
b525fd8a
VB
2792012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
280
281 * ses.el (ses-cell-formula-aset): New macro.
282 (ses-cell-references-aset): New macro.
283 (ses-cell-p): New function.
284 (ses-rename-cell): Do no longer rely on complex operations like
285 ses-cell-set-formula or ses-set-cell to change the cell and handle
286 the undo at the same time, but rather use lower level new macros
287 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
288 the undo directly. Refresh the mode line.
289
2c73e345
LL
2902012-07-21 Leo Liu <sdl.web@gmail.com>
291
670d85ea
SM
292 * progmodes/cc-cmds.el (c-defun-name):
293 Use match-string-no-properties instead for consistency.
2c73e345 294
542dfbde
LL
2952012-07-20 Leo Liu <sdl.web@gmail.com>
296
3646bcd6
LL
297 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
298 (Bug#7879)
299
542dfbde
LL
300 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
301
25721031
CY
3022012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
305 * progmodes/bug-reference.el, misearch.el: Provide themselves
306 (bug#11915).
307
308 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
309 of narrowed buffer (bug#11966).
310
316e68a7
VB
3112012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
312
313 * ses.el (ses-rename-cell): Set new name also in reference list of
314 cells of which the renamed cell depends.
315
bbf0e7d9
MY
3162012-07-20 Masatake YAMATO <yamato@redhat.com>
317
318 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
319 to check whether menu-bar is shown or not. If not shown,
320 show the menu-bar as a popup menu instead of using tmm.
321 * mouse.el (popup-menu): Accept `point' as `position' argument.
322
c28662a8
DG
3232012-07-20 Dmitry Gutov <dgutov@yandex.ru>
324
325 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
326 up inside string symbol literal (bug#11923).
327
87ab808f
EZ
3282012-07-20 Eli Zaretskii <eliz@gnu.org>
329
330 * startup.el (fancy-startup-text): Read the whole tutorial, not
331 just its first 256 bytes. Prevents gibberish in display of the
332 tutorial title.
333
89dea803
DA
3342012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
335
336 Drop idle buffer compaction due to an absence of the
337 proved efficiency.
338 * compact.el: Remove.
339
8a4e6db8
SS
3402012-07-19 Sam Steingold <sds@gnu.org>
341
342 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
343 vc-bzr-pull & vc-bzr-merge-branch.
344 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
345 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
346 for consistency with compilation-error-regexp-alist.
347 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
348 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
349 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
350 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
351
5db81e33
SM
3522012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * emacs-lisp/chart.el: Use lexical-binding.
355 (chart-emacs-storage): Don't hardcode the list of entries.
356
5b835e1d
DA
3572012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
358
359 Next round of tweaks caused by Fgarbage_collect changes.
360 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
361
9cd47b72
DA
3622012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
363
364 Compact buffers when idle.
365 * compact.el: New file.
366
1d6fc0df
SM
3672012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
368
369 * subr.el (eventp): Presume that if it looks vaguely like an event,
370 it's an event (bug#10190).
371
1d29cc7d
FEG
3722012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
373
374 Enhancements to ppss related code (thanks Stefan).
375 * progmodes/python.el (python-indent-context)
376 (python-indent-calculate-indentation, python-indent-dedent-line)
377 (python-indent-electric-colon, python-nav-forward-block)
378 (python-mode-abbrev-table)
1d6fc0df 379 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
380 for ppss context.
381 (python-info-continuation-line-p): Cleanup.
382 (python-info-ppss-context): Do not catch 'quote.
383 (python-info-ppss-context-type)
384 (python-info-ppss-comment-or-string-p): Simplify.
385
d583cbe6
FEG
3862012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
387
388 * progmodes/python.el: Enhancements to eldoc support.
389 (python-info-current-symbol): New function.
390 (python-eldoc-at-point): Use python-info-current-symbol.
391 (python-info-current-defun): Fix cornercase on first defun scan.
392 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
393 and signal error when no inferior python process is available.
394
eceb6feb
DG
3952012-07-18 Dmitry Gutov <dgutov@yandex.ru>
396
397 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
398 assume it's always t.
399 (vc-git-registered): Remove caching, the function is only called
400 once.
401 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
402
4c8ff0fe
CY
4032012-07-18 Chong Yidong <cyd@gnu.org>
404
19fb7186
CY
405 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
406
9587c688
CY
407 * simple.el (count-words): Report on narrowing (Bug#9959).
408
0fe776a1
CY
409 * bindings.el: Bind M-= to count-words.
410
4c8ff0fe
CY
411 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
412
7f5331cc
MY
4132012-07-18 Masatake YAMATO <yamato@redhat.com>
414
415 * progmodes/sh-script.el (sh-imenu-generic-expression):
416 Capture a function with `function' keyword and without parentheses
417 like "function FOO" (bug#11856).
418
2dc2a609
TH
4192012-07-18 Tassilo Horn <tassilo@member.fsf.org>
420
421 * window.el (split-window-sensibly): Make WINDOW argument
422 optional.
423
439f7677
CY
4242012-07-18 Chong Yidong <cyd@gnu.org>
425
9aeb25a6
CY
426 * subr.el (keyboard-translate): Doc fix (Bug#7261).
427
439f7677
CY
428 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
429 and make C-x 8 RET exit isearch (Bug#11439).
430
431 * international/iso-transl.el: Move isearch-mode-map key
432 definitions to isearch.el.
433
12999ea8
SM
4342012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
437 (eieio-defclass): Use gv-define-setter when possible.
438
3ab6e069
DA
4392012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
440
441 Reflect recent changes in Fgarbage_collect.
442 * emacs-lisp/chart.el (chart-emacs-storage): Change to
443 reflect new format of data returned by Fgarbage_collect.
444
0a60bc10
FEG
4452012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
446
447 New utility functions + python-info-ppss-context fix (Bug#11910).
448 * progmodes/python.el (python-info-beginning-of-block-statement-p)
449 (python-info-ppss-comment-or-string-p): New functions.
450 (python-info-ppss-context): Small fix for string check.
451
6dafa0d5
JL
4522012-07-17 Juri Linkov <juri@jurta.org>
453
454 * dired-aux.el (dired-do-async-shell-command): Doc fix.
455 (dired-do-async-shell-command): Don't add `*' at the end of the
456 command (Bug#11815).
457 (dired-do-shell-command): Doc fix.
458 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
459 Join the individual commands using either "&" or ";" as the
460 separator depending on the values of these trailing characters.
461 At the end re-add the trailing "&". (Bug#10598)
462
463 * simple.el (async-shell-command): Sync the interactive spec with
464 `shell-command'. Doc fix.
465 (shell-command): Doc fix.
466
b19dd9d1
JL
4672012-07-17 Juri Linkov <juri@jurta.org>
468
469 * descr-text.el (describe-char): Fix format args. (Bug#10129)
470
bcdc27d7 4712012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 472
bcdc27d7 473 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
474 * progmodes/python.el (python-nav-beginning-of-statement):
475 Rename from python-nav-statement-start.
bcdc27d7
FEG
476 (python-nav-end-of-statement): Rename from
477 python-nav-statement-end.
478 (python-nav-beginning-of-block): Rename from
479 python-nav-block-start.
480 (python-nav-end-of-block): Rename from python-nav-block-end.
481
191da00e
FEG
4822012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
483
7f5331cc
MY
484 * progmodes/python.el (python-shell-send-string-no-output):
485 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
486 future interactions (Bug#11868).
487
4dc7c8d5 4882012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 489
88ecaf8f
SM
490 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
491
ef501ef0
SM
492 * emacs-lisp/elint.el (elint-find-args-in-code):
493 Use help-function-arglist, so as to handle lexical byte-code.
494
aa7aaf8f
SM
495 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
496 change (bug#11826).
497
45fd731c
SM
4982012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
499
2143fa32
SM
500 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
501 Avoid spuriously marking the buffer as modified because of c-is-sws.
502
efc26dbe
SM
503 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
504 as not-a-comment (bug#11946).
505
f5695c9a
SM
506 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
507 for uninterned vars.
508
509 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
510 Use read-event since we don't really want to read chars but bytes.
511
45fd731c
SM
512 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
513 $$..$$ but also $..$ using regexps (bug#11953).
514 Use tex-verbatim for \url and \path.
515 (tex-font-lock-keywords): Define as defconst like the others.
516 (tex-common-initialization): Don't use font-lock-syntax-table any more.
517
ddfc8813
RK
5182012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
519
520 * international/mule-cmds.el (ucs-insert): Make it an obsolete
521 alias for insert-char.
522
758e556a
FEG
5232012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
524
525 * progmodes/python.el: Simplified imenu implementation.
526 (python-nav-jump-to-defun): Remove command.
527 (python-mode-map): Use `imenu' instead.
528 (python-nav-list-defun-positions-cache)
529 (python-imenu-include-defun-type, python-imenu-make-tree)
530 (python-imenu-subtree-root-label, python-imenu-index-alist):
531 Remove vars.
532 (python-nav-list-defun-positions, python-nav-read-defun)
533 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
534 (python-imenu-make-tree, python-imenu-create-index):
535 Remove functions.
758e556a
FEG
536 (python-mode): Update to interact with imenu by setting
537 `imenu-extract-index-name-function' only.
538
032d23ab
FEG
5392012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
540
541 * progmodes/python.el: Enhancements to navigation commands.
542 (python-nav-backward-sentence)
543 (python-nav-forward-sentence): Remove.
544 (python-nav-backward-statement, python-nav-forward-statement)
545 (python-nav-statement-start, python-nav-statement-end)
546 (python-nav-backward-block, python-nav-forward-block)
547 (python-nav-block-start, python-nav-block-end)
548 (python-nav-forward-sexp-function)
549 (python-info-current-line-comment-p)
550 (python-info-current-line-empty-p): New functions.
551 (python-indent-context): Use `python-nav-statement-start'.
552
01795a1b
MA
5532012-07-16 Michael Albinus <michael.albinus@gmx.de>
554
9328d9aa
MA
555 * eshell/em-ls.el (eshell/ls): Use `apply'.
556
557 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
558 multi-hops, instead of Tramp internals.
559
01795a1b
MA
560 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
561
562 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
563 when F1 and F2 are located on different hosts.
564
63408057
CY
5652012-07-14 Chong Yidong <cyd@gnu.org>
566
567 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
568 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
569 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
570 (xterm-mouse--read-event-sequence-1000)
571 (xterm-mouse--read-event-sequence-1006): New functions. For old
572 mouse protocol, handle M-mouse-X events correctly.
573 (xterm-mouse-event): New arg specifying mouse protocol.
574 (turn-on-xterm-mouse-tracking-on-terminal)
575 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
576 sequence to toggle extended coordinates on newer XTerms.
577 This appears to be harmless on terminals which do not support this.
63408057 578
cd276f6e
LL
5792012-07-14 Leo Liu <sdl.web@gmail.com>
580
28ca98ac
LL
581 Add fringe bitmap indicators for flymake. (Bug#11253)
582 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
583 (flymake-make-overlay): New arg BITMAP.
584 (flymake-error-bitmap, flymake-warning-bitmap)
585 (flymake-fringe-indicator-position): New user variables.
586
cd276f6e
LL
587 * fringe.el: New bitmap exclamation-mark.
588
04408072
JD
5892012-07-14 Jan Djärv <jan.h.d@swipnet.se>
590
591 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
592 also (Bug#7879).
593
b5cf7fc4
CY
5942012-07-14 Chong Yidong <cyd@gnu.org>
595
596 * electric.el (electric-pair-post-self-insert-function): Fix pair
597 insertion in empty-region case (Bug#11520).
598
be755c79
RT
5992012-07-14 Chong Yidong <cyd@gnu.org>
600
45fd731c
SM
601 * bindings.el: Consolidate ctl-x-r-map bindings.
602 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
603
604 * rect.el, register.el: Move bindings to bindings.el.
605
6062012-07-14 Reuben Thomas <rrt@sc3d.org>
607
608 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
609
7f5b3198
AS
6102012-07-13 Andreas Schwab <schwab@linux-m68k.org>
611
612 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
613
97662200
JB
6142012-07-13 Juanma Barranquero <lekktu@gmail.com>
615
80185fed
JB
616 * bindings.el (top): Use `mapc' instead of `mapcar'.
617
97662200
JB
618 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
619
2bb1ae55
MA
6202012-07-13 Michael Albinus <michael.albinus@gmx.de>
621
622 * progmodes/sql.el (sql-comint): Suppress the check for program on
623 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
624 (Bug#11908)
625
dea31bd3
CY
6262012-07-13 Chong Yidong <cyd@gnu.org>
627
628 * bindings.el: Assign a non-nil permanent-local property to
629 per-buffer variables which lack a default value (Bug#11930).
630
631 * help-fns.el (describe-variable): In the "automatically becomes
632 local" notice, take note of permanent-local variables.
633
b68b3337
CY
6342012-07-13 Chong Yidong <cyd@gnu.org>
635
636 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
637 to allow printing the message when called from Lisp.
638
639 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
640 Remove toggle-read-only.
641
642 * bs.el (bs-toggle-readonly):
45fd731c
SM
643 * buff-menu.el (Buffer-menu-toggle-read-only):
644 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
645
646 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
647 Remove with-no-warnings around toggle-read-only.
648 (ffap-read-only, ffap-read-only-other-window)
649 (ffap-read-only-other-frame): Callers changed.
650
651 * help-mode.el: Don't require view package.
652 (help-mode-finish): Set buffer-read-only instead of calling
653 toggle-read-only.
654
655 * bindings.el (mode-line-toggle-read-only):
656 * dired.el (dired-toggle-read-only):
657 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
658 with non-nil second arg.
659
660 * emacs-lisp/eieio-custom.el (eieio-customize-object):
661 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
662 directly.
663
56bc1586
EZ
6642012-07-12 Eli Zaretskii <eliz@gnu.org>
665
666 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
667 not incf.
668
a464a6c7
SM
6692012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 More CL cleanups and reduction of use of cl.el.
672 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
673 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
674 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
675 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
676 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
677 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
678 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
679 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
680 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
681 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
682 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
683 * eshell/em-cmpl.el, eshell/em-banner.el:
684 * calendar/parse-time.el: Use cl-lib.
685 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
686 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
687 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
688 * term/ns-win.el, term.el, shell.el, ps-samp.el:
689 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
690 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
691 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
692 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
693 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
694 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
695 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
696 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
697 `lambda' rather than with `quote'.
698 (eshell-do-opt): Adjust accordingly.
699 (eshell-process-option): Simplify.
700 * eshell/esh-var.el:
701 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
702 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
703 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
704 to `pcase--dontcare'.
705 * emacs-lisp/cl.el (labels): Mark obsolete.
706 (cl--letf, letf): Move to cl-lib.
707 (cl--letf*, letf*): Remove.
708 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
709 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
710 (cl-progv): Rewrite.
711 (cl--letf, cl-letf): Move from cl.el.
712 (cl-letf*): New macro.
713 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
714
7ad4afe1
MA
7152012-07-11 Michael Albinus <michael.albinus@gmx.de>
716
717 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
718
9af57756
CY
7192012-07-11 Chong Yidong <cyd@gnu.org>
720
721 * vc/log-edit.el (log-edit-vc-backend): New variable.
722 (log-edit): Doc fix.
723
724 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
725 argument of log-edit to set up all local variables.
726 (vc-start-logentry): New optional arg specifying VC backend.
727
728 * vc/vc.el (vc-checkin): Use it.
729 (vc-deduce-fileset): Handle Log Edit buffers.
730 (vc-diff): Make first argument optional too.
731
732 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
733
8477cc7a
MA
7342012-07-10 Michael Albinus <michael.albinus@gmx.de>
735
736 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
737 command, just in case. The function is not needed anymore.
738 (eshell-external-command): Do not call `eshell-remote-command'.
739
19faa8e8
SM
7402012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
741
f58e0fd5
SM
742 Reduce use of (require 'cl).
743 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
744 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
745 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
746 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
747 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
748 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
749 * battery.el, avoid.el, abbrev.el: Use cl-lib.
750 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
751 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
752 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
753 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
754 * calculator.el, autorevert.el, apropos.el: Don't require CL.
755 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
756 (byte-compile-unfold-bcf, byte-compile-check-variable):
757 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
758 (byte-compile-nilconstp):
759 * emacs-lisp/autoload.el (make-autoload): Use pcase.
760 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
761
2519d43a
SM
762 * emacs-lisp/gv.el (cond): Make it a valid place.
763 (if): Simplify slightly.
764
19faa8e8
SM
765 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
766 (pcase--self-quoting-p): New function.
767 (pcase--u1): Use it.
768
c4907a5e
GM
7692012-07-10 Glenn Morris <rgm@gnu.org>
770
771 * emacs-lisp/authors.el (authors-fixed-entries):
772 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
773
c4444d16
PE
7742012-07-09 Paul Eggert <eggert@cs.ucla.edu>
775
776 Rename configure.in to configure.ac (Bug#11603).
777 * emacs-lisp/authors.el (authors-canonical-file-name):
778 * progmodes/autoconf.el (autoconf-mode):
779 Prefer configure.ac to configure.in.
780
d75be97d
CY
7812012-07-08 Chong Yidong <cyd@gnu.org>
782
01ac65bd
CY
783 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
784 Implement the mouse-1-click-follows-link handling properly.
785
786 * info.el (Info-link-keymap): Use follow-link mechanism for
787 header-line links (Bug#374).
788
d75be97d
CY
789 * simple.el (deactivate-mark): Do not set the primary selection
790 if another program has acquired it (Bug#11772).
791
87a92845 7922012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
793
794 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
795 (woman-decode-region): Replace escaped-escapes without destroying
796 bold or underline (Bug#11552).
87a92845 797 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 798
621b9d6c
CY
7992012-07-07 Chong Yidong <cyd@gnu.org>
800
801 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
802 (interprogram-cut-function, interprogram-paste-function):
803 Mention that we typically mean the clipboard.
621b9d6c 804
133a11fc
GM
8052012-07-06 Glenn Morris <rgm@gnu.org>
806
0d27a45e
GM
807 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
808
133a11fc
GM
809 * files.el (toggle-read-only): Restrict message to interactive use.
810
07b151f1
MA
8112012-07-06 Michael Albinus <michael.albinus@gmx.de>
812
813 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
814
815 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
816
211b896b
GM
8172012-07-06 Glenn Morris <rgm@gnu.org>
818
50394322
GM
819 * Makefile.in (compile-one-process): Rename from "recompile".
820
211b896b
GM
821 * Makefile.in (bzr-update): "compile" is the same as "recompile
822 autoloads", but parallelizable, so use that instead.
823
4737eec9
DG
8242012-07-06 Dmitry Gutov <dgutov@yandex.ru>
825
826 * window.el (quit-window): Always restore window height when
8137e7b3 827 it's saved in quit-restore parameter (Bug#11810).
4737eec9 828
226c3633 8292012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
830
831 * simple.el (kill-whole-line): Doc tweak.
832
226c3633 8332012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
834
835 * files.el (file-relative-name): Compare file names
836 case-insensitively if on MS-Windows or MS-DOS, or if
837 read-file-name-completion-ignore-case is non-nil. Don't use
838 case-fold-search for this purpose. (Bug#11827)
839
4dc7c8d5
SM
8402012-07-17 Andreas Schwab <schwab@linux-m68k.org>
841
842 * calendar/cal-dst.el (calendar-current-time-zone):
843 Return calendar-current-time-zone-cache if non-nil.
844
8452012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 8462012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 847
19faa8e8
SM
848 * calendar/cal-dst.el (calendar-current-time-zone):
849 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 850
60198fc9
GM
8512012-07-06 Glenn Morris <rgm@gnu.org>
852
853 * Makefile.in (cvs-update): Remove old alias.
854
957b3189
MA
8552012-07-05 Michael Albinus <michael.albinus@gmx.de>
856
857 Sync with Tramp 2.2.6-pre.
858
859 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
860 compatible declaration.
861
19faa8e8
SM
862 * net/tramp-cmds.el (tramp-append-tramp-buffers):
863 Protect `list-load-path-shadows' call.
957b3189
MA
864
865 * net/tramp-compat.el (top): Require packages, which aren't
866 autoloaded anymore for XEmacs. Protect call of
867 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
868 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
869 it hurts at least for SXEmacs.
870 (tramp-compat-temporary-file-directory): In XEmacs, there is no
871 standard-value for `temporary-file-directory'.
872
873 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
874 Redirect stderr to /dev/null.
875 (tramp-sh-handle-write-region): uid and gid can be floats.
876 Reported by Russell Sim <russell.sim@gmail.com>.
877 (tramp-sh-handle-vc-registered): Hide errors.
878 (tramp-vc-file-name-handler): Use dummy results for `process-file'
879 and `start-file-process'.
880 (tramp-maybe-open-connection): Check also whether `non-essential'
881 is bound.
882
566df3fc
CY
8832012-07-04 Chong Yidong <cyd@gnu.org>
884
885 * xml.el (xml--parse-buffer): Use xml-syntax-table.
886 (xml-parse-tag): Likewise, and avoid changing entity tables.
887 (xml-syntax-table): Define from scratch, making sure not to give
888 x2000 and other Unicode spaces whitespace syntax, since those are
889 not spaces in XML.
890 (xml-parse-fragment): Delete unused function.
891 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
892 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
893 (xml-entity-ref, xml-pe-reference-re)
894 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
895 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
896 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
897 (xml-entity-value-re): Use syntax references in regexps where
898 possible; no need to define inside a let-binding.
899 (xml-parse-dtd): Use xml-pe-reference-re.
900 (xml-entity-or-char-ref-re): New defconst.
901 (xml-parse-string, xml-substitute-special): Use it.
902
30eabd7a
SM
9032012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
904
0781098a
SM
905 * files.el (locate-dominating-file): Allow `name' to be a predicate.
906 (find-file--read-only): New function.
907 (find-file-read-only, find-file-read-only-other-window)
908 (find-file-read-only-other-frame): Use it.
909 (insert-file-contents-literally): Don't `fset'.
910 (get-free-disk-space): Use locate-dominating-file.
911
b5771c0d
SM
912 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
913 function is already compiled.
914
30eabd7a
SM
915 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
916
b4886f6e
MA
9172012-07-03 Michael Albinus <michael.albinus@gmx.de>
918
919 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
920 files on the same host.
921
b9d82339
AS
9222012-07-03 Andreas Schwab <schwab@linux-m68k.org>
923
924 * help-fns.el (describe-function-1): Only call
925 help-fns--autoloaded-p when we have a file name. (Bug#11848)
926
a76e6535
CY
9272012-07-03 Chong Yidong <cyd@gnu.org>
928
929 * xml.el: Protect parser against XML bombs.
930 (xml-entity-expansion-limit): New variable.
931 (xml-parse-string, xml-substitute-special): Use it.
932 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
933
b544fef2
GM
9342012-07-03 Glenn Morris <rgm@gnu.org>
935
936 * progmodes/bug-reference.el (bug-reference-bug-regexp):
937 Allow linking to specific messages in debbugs reports (eg 123#5).
938
a7aef6f5
CY
9392012-07-02 Chong Yidong <cyd@gnu.org>
940
941 * xml.el: Fix entity and character reference expansion, allowing
942 them to expand into markup as per XML spec.
943 (xml-default-ns): New variable.
944 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
945 (xml-parse-region): Make first two arguments optional.
946 Discard text properties.
947 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
948 All callers changed.
a7aef6f5
CY
949 (xml-parse-tag): Call xml-parse-tag-1. For backward
950 compatibility, this function should not modify buffer contents.
951 (xml-parse-tag-1): Fix opening-tag regexp.
952 (xml-parse-string): Rewrite, handling entity and character
953 references properly.
954 (xml--entity-replacement-text): Signal an error if a parameter
955 entity is undefined.
956
3df31c9f
SM
9572012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
958
2b5208f1
SM
959 * comint.el (comint-output-filter): Filter out repeated prompts.
960
3df31c9f
SM
961 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
962 and file-name-absolute-p.
963 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
964 internal calls.
965
e3ac1281
PE
9662012-07-02 Paul Eggert <eggert@cs.ucla.edu>
967
968 Spelling fixes.
969 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
970 Rename from byte-compile--refiy-function. All uses changed.
971
fbf2e7ad
CY
9722012-07-01 Chong Yidong <cyd@gnu.org>
973
974 * xml.el (xml--parse-buffer): New function. Move most of
975 xml-parse-region here.
976 (xml-parse-region): Copy region into a temporary buffer, since
977 parameter entity substitution requires changing buffer contents.
978 Use xml--parse-buffer.
979 (xml-parse-file): Use xml--parse-buffer.
980 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 981 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 982
9bf0aa15
GM
9832012-06-30 Glenn Morris <rgm@gnu.org>
984
bbce2853
GM
985 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
986
9bf0aa15
GM
987 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
988 Remove outdated and unnecessary dbus declarations.
989
0d23c240
EZ
9902012-06-30 Eli Zaretskii <eliz@gnu.org>
991
992 * emacs-lisp/timer.el (timer-until): Subtract results of
993 float-time, instead of taking float-time of the result of
994 time-subtract, since float-time signals an error for negative time
995 arguments.
996
b3218de1
CY
9972012-06-30 Chong Yidong <cyd@gnu.org>
998
999 * xml.el (xml-*-re): Convert defvars into defconsts, and
1000 eval-and-compile them so eval-and-compile works on derivatives.
1001 (xml--entity-replacement-text): Use eval-and-comple.
1002
a40c87a0
MA
10032012-06-30 Michael Albinus <michael.albinus@gmx.de>
1004
1005 * vc/vc-git.el (vc-git-registered): Use cache property
1006 `git-registered'.
1007 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1008 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1009 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1010
ac87de97
DG
10112012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1012
1013 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1014 removed (likely outside Emacs). (Bug#11757)
ac87de97 1015
ac10fe06
SM
10162012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1017
3df31c9f 1018 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1019
7f3fbd5d
CY
10202012-06-30 Chong Yidong <cyd@gnu.org>
1021
1022 * xml.el: Implement XML parameter entities.
1023 (xml-parameter-entity-alist): New variable.
1024 (xml-parse-region, xml-parse-fragment): Preserve previous values
1025 of xml-entity-alist and xml-parameter-entity-alist, so that
1026 repeated calls on different documents do not change them.
1027 (xml-parse-tag): Fix doctype regexp.
1028 (xml--entity-replacement-text): New function.
1029 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1030 properly requires url retrieval which is unimplemented.
1031 (xml-escape-string): Doc fix.
1032
3cfbebba
SM
10332012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1036
2af3565e
DA
10372012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1038
1039 * fringe.el (fringe-mode): Doc fix.
1040
929df0e7
MA
10412012-06-29 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1044 is non-nil.
1045 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1046 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1047
c8d3a25c 10482012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1049
c8d3a25c
GM
1050 * calendar/cal-dst.el (calendar-current-time-zone):
1051 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1052
c8d3a25c 10532012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1054
1055 * progmodes/which-func.el (which-func-format):
1056 Add mouse-face. (Bug#11698)
1057
c8d3a25c
GM
10582012-06-29 Leo Liu <sdl.web@gmail.com>
1059
1060 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1061
10622012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * minibuffer.el (minibuffer-confirm-exit-commands):
1065 Add completion-at-point (bug#11725).
1066
10672012-06-29 Glenn Morris <rgm@gnu.org>
1068
1069 * progmodes/f90.el (f90-font-lock-keywords-2):
1070 Add some preprocessor elements. (Bug#10499)
1071
10722012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1075 Use syntax-propertize (bug#11739).
1076
2badeec4
JB
10772012-06-28 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1080
ae4969c2
JD
10812012-06-28 Julien Danjou <julien@danjou.info>
1082
1083 * term.el (term-handle-colors-array): Use a set of new faces to
1084 color the terminal. Also uses :inverse-video property.
1085 (term-default-fg-color): Set to nil by default, deprecate in favor
1086 of `term-face'.
1087 (term-default-bg-color): Set to nil by default, deprecate in favor
1088 of `term-face'.
1089 (term-current-face): Use `term-face' by default.
1090 (term-bold-attribute): Variable deleted.
1091
1c9bd870
GM
10922012-06-28 Glenn Morris <rgm@gnu.org>
1093
1094 * simple.el (completion-list-mode-finish):
1095 Don't use toggle-read-only. (Since completion-list-mode has
1096 a special mode-class, it wasn't doing anything extra anyway.)
1097
c207708c
SM
10982012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 Make inlining of other-mode interpreted functions work (bug#11799).
1101 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1102 (byte-compile): Use it to fix compilation of lexical-binding closures.
1103 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1104 function, if needed.
1105
3fd56834
SM
11062012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1107
04901786
SM
1108 * help-mode.el (help-make-xrefs): Don't just withstand
1109 cyclic-variable-indirection but any error in documentation-property.
1110
1ec4b7b2
SM
1111 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1112 memory use.
1113 * bindings.el (bindings--define-key): New function.
1114 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1115 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1116 * bindings.el: Use it to purecopy define-key bindings.
1117
e309e2a5
SM
1118 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1119
d5c6faf9
SM
1120 * emacs-lisp/cl.el (flet): Mark obsolete.
1121 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1122 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1123 * progmodes/js.el (js-c-fill-paragraph):
1124 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1125 (ebrowse-switch-member-buffer-to-derived-class):
1126 * play/5x5.el (5x5-solver): Use cl-flet.
1127
6e9590e2
SM
1128 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1129 (cl--symbol-function): New macro.
1130 (cl--letf, cl--letf*): Use it.
1131
3fd56834
SM
1132 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1133 Strip "toggle-" if any.
1134
35ff222c
GM
11352012-06-27 Glenn Morris <rgm@gnu.org>
1136
1ba6038a
GM
1137 * info.el (Info-default-directory-list): Move here from paths.el.
1138 * paths.el: Remove file, which is now empty.
1139 * loadup.el: No longer load "paths".
1140
0ea0e51b
GM
1141 * custom.el (custom-initialize-delay): Doc fix.
1142
35ff222c
GM
1143 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1144 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1145 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1146 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1147 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1148 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1149 * eshell/eshell.el (eshell-defgroup): Remove alias.
1150
c89926a5
CY
11512012-06-27 Chong Yidong <cyd@gnu.org>
1152
1153 * help.el (help-enable-auto-load): New variable.
1154
1155 * help-fns.el (help-fns--autoloaded-p): New function.
1156 (describe-function-1): Refer to a function as "autoloaded" if it
1157 was autoloaded at any time in the past. Perform autoloading if
1158 help-enable-auto-load is non-nil.
1159
cc06e7e7
EZ
11602012-06-26 Eli Zaretskii <eliz@gnu.org>
1161
1162 * makefile.w32-in (compile, compile-always): Depend on
1163 update-subdirs, not on subdirs.el. Otherwise, several different
1164 sub-targets of 'bootstrap' running in parallel could
1165 simultaneously write to subdirs.el, producing a garbled file.
1166
d2c32364
SS
11672012-06-26 Sam Steingold <sds@gnu.org>
1168
1169 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1170 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1171 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1172 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1173 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1174 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1175 * textmodes/tex-mode.el: Use it.
1176 Did not touch cedet and org because they are maintained elsewhere.
1177
5cf983b2
MR
11782012-06-26 Martin Rudalics <rudalics@gmx.at>
1179
1180 * calendar/calendar.el (calendar-exit): Don't try to delete or
1181 iconify last frame. See:
1182 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1183
8c4f2952
JD
11842012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1185
1186 * server.el (server-process-filter): Remember dir in the
1187 process's `server-client-directory' properties.
1188
772b2e2c
CY
11892012-06-24 Chong Yidong <cyd@gnu.org>
1190
1191 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1192 non-tag text.
1193
711b11e1
JB
11942012-06-23 Juanma Barranquero <lekktu@gmail.com>
1195
1196 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1197
dc5d230c
SM
11982012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * help-fns.el (describe-variable): Don't croak when doc is not found.
1201 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1202 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1203 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1204 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1205 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1206 ((lambda ..) ..).
1207 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1208
136e1c1d
CY
12092012-06-23 Chong Yidong <cyd@gnu.org>
1210
e8c1cabf
CY
1211 * info.el (Info-mouse-follow-link): Accept symbol values of
1212 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1213 (Info-fontify-node): Use Info-link-keymap for all navigation
1214 buttons, with link-args property to perform the desired action.
1215 (Info-link-keymap): Doc fix.
1216 (Info-next-link-keymap, Info-prev-link-keymap)
1217 (Info-up-link-keymap): Delete now-unused keymaps.
1218
0e9e6c6a
CY
12192012-06-23 Chong Yidong <cyd@gnu.org>
1220
05e89fea
CY
1221 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1222
0e9e6c6a
CY
1223 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1224 system abbrevs.
1225
1226 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1227
e33c6771
SM
12282012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1229
b68581e2
SM
1230 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1231 (bug#11719).
1232
e33c6771
SM
1233 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1234 the requote function doesn't work properly (bug#11714).
1235
7117e105
GM
12362012-06-23 Glenn Morris <rgm@gnu.org>
1237
1238 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1239
36cec983
SM
12402012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 Further GV/CL cleanups.
1243 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1244 gv-expander.
1245 (gv--defun-declaration): New function.
1246 (defun-declarations-alist): Use it.
1247 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1248 (gv-place): Autoload.
1249 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1250 original definition of dotimes and dolist.
1251 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1252 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1253 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1254 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1255 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1256 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1257 to the function's definition.
1258 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1259 * window.el:
1260 * files.el:
1261 * faces.el:
1262 * env.el: Don't use CL.
1263
d35af63c
PE
12642012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1265
1266 Support higher-resolution time stamps (Bug#9000).
1267
1268 * calendar/time-date.el (with-decoded-time-value): New arg
1269 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1270 (encode-time-value): New optional arg PICO. New type 3.
1271 (time-to-seconds) [!float-time]: Support the new picoseconds
1272 component if it's used.
1273 (seconds-to-time, time-subtract, time-add):
1274 Support ps-resolution time stamps as well.
1275
1276 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1277 (timerp): Timer vectors now have length 9, not 8.
1278 (timer--time): Support new-style (4-part) time stamps.
1279 (timer-next-integral-multiple-of-time): Time stamps now have
1280 picosecond resolution, so take a bit more care about rounding.
1281 (timer-relative-time, timer-inc-time): New optional arg psecs.
1282 (timer-set-time-with-usecs): Set psecs to 0.
1283 (timer--activate): Check psecs component, too.
1284
1285 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1286
ac77b21a
SM
12872012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1288
f143bfe3
SM
1289 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1290 Move the non-essential binding to the post/pre-command-hook where it is
1291 more obviously correct.
1292
ac77b21a
SM
1293 * subr.el (read-passwd): Don't use a history at all.
1294 * savehist.el (savehist-save): Remove password saved accidentally
1295 because of the above bug.
1296
76386c5a
BG
12972012-06-22 Bastien Guerry <bzg@gnu.org>
1298
1299 * files.el (toggle-read-only): Display a message telling whether
1300 the buffer is read-only or not (bug#11726).
1301
2ee3d7f0
SM
13022012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * emacs-lisp/gv.el: New file.
1305 * subr.el (push, pop): Extend to generalized variables.
1306 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1307 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1308 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1309 gv-define-simple-setter, and gv-define-expander.
1310 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1311 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1312 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1313 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1314 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1315 gv-letplace.
1316 (cl-defstruct): Don't define setf-method any more.
1317 * emacs-lisp/cl.el (flet): Don't autoload.
1318 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1319 (define-setf-expander, defsetf, define-modify-macro)
1320 (cl-struct-setf-expander): Move from cl-lib.el.
1321 * emacs-lisp/syntax.el:
1322 * emacs-lisp/ewoc.el:
1323 * emacs-lisp/smie.el:
1324 * emacs-lisp/cconv.el:
1325 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1326 (timer--time): Use gv-define-simple-setter.
1327 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1328 to avoid coding-system problems in subr.el. Adjust all users.
1329 (macroexp--maxsize, macroexp-small-p): New functions.
1330 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1331 * scroll-bar.el (scroll-bar-mode):
1332 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1333 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1334 * winner.el (winner-configuration, winner-make-point-alist)
1335 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1336 * files.el (locate-file-completion-table): Avoid list*.
1337
c5695d1d
CY
13382012-06-22 Chong Yidong <cyd@gnu.org>
1339
1340 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1341 (dired-create-files): Doc fix (Bug#11329).
1342 (dired-do-copy): Doc fix (Bug#11334).
1343 (dired-mark-read-string): Doc fix (Bug#11553).
1344
2ee3d7f0
SM
1345 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1346 Doc fix (Bug#11326).
c5695d1d
CY
1347 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1348 (dired-dwim-target): Doc fix.
1349
1350 * wdired.el (wdired-mode): Doc fix.
1351
89b5595a
GM
13522012-06-22 Glenn Morris <rgm@gnu.org>
1353
575db3f1
GM
1354 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1355 (pcmpl-rpm-cache-stamp-file): New constant.
1356 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1357 (pcmpl-rpm-packages): Optionally cache list of packages.
1358
a4c8dd51
GM
1359 * pcmpl-rpm.el (pcmpl-rpm): New group.
1360 (pcmpl-rpm-query-options): New option.
1361 (pcmpl-rpm-packages): No need to inline it.
1362 Use pcmpl-rpm-query-options.
1363
89b5595a
GM
1364 * calendar/calendar.el (calendar-in-read-only-buffer):
1365 Avoid some needless mode changes.
1366
e76f0800
CY
13672012-06-21 Chong Yidong <cyd@gnu.org>
1368
1369 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1370 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1371 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1372
297a8f1d
CY
13732012-06-20 Chong Yidong <cyd@gnu.org>
1374
1375 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1376
d34c18b1
DR
13772012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1378
1379 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1380 (bug#11201).
1381
32f7f28e
CY
13822012-06-20 Chong Yidong <cyd@gnu.org>
1383
1384 * term.el (term-window-width): Handle the case of a missing right
1385 fringe (Bug#8837).
1386 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1387 (term-mode): Use define-derived-mode. Minor cleanups.
1388 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1389 (term-move-columns, term-insert-char, term-emulate-terminal)
1390 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1391
493c6688
MA
13922012-06-20 Michael Albinus <michael.albinus@gmx.de>
1393
d34c18b1
DR
1394 * net/ange-ftp.el (ange-ftp-get-passwd):
1395 Bind `enable-recursive-minibuffers'.
493c6688
MA
1396 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1397
3f06ecf4
DR
13982012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1399
1400 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1401
68f12411
GM
14022012-06-19 Glenn Morris <rgm@gnu.org>
1403
1404 * progmodes/python.el (python-mode): Derive from prog-mode.
1405
b3820318
KG
14062012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1407
1408 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1409 (edt-user-menu-bar-update-buffers): New functions.
1410 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1411
c6bf3022
CY
14122012-06-19 Chong Yidong <cyd@gnu.org>
1413
1414 * subr.el (with-selected-window): Preserve the selected window's
1415 terminal's top-frame (Bug#4702).
1416
1417 * window.el (save-selected-window): Likewise.
1418
25f09295
SM
14192012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1420
1421 * progmodes/python.el (python-rx-constituents): Move backquote.
1422 (python-skeleton-define, python-define-auxiliary-skeleton):
1423 Use `declare'.
1424
6b11952a
MA
14252012-06-18 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * minibuffer.el (read-file-name-default): Revert the patch from
1428 2012-06-17.
1429
ee4b1330
SM
14302012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1433 (pcase--u1, pcase--q1): Don't use apply-partially.
1434
35647f79
GM
14352012-06-18 Glenn Morris <rgm@gnu.org>
1436
1437 * progmodes/python.el (python-proc, python-buffer)
1438 (python-send-receive, python-send-string): Fix obsolete versions.
1439
24b0cff0
MR
14402012-06-18 Martin Rudalics <rudalics@gmx.at>
1441
1442 * window.el (special-display-p): Completely remove stringp
1443 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1444
29855149
MA
14452012-06-17 Michael Albinus <michael.albinus@gmx.de>
1446
1447 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1448
1449 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1450
1451 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1452 * net/tramp-sh.el (tramp-maybe-open-connection):
1453 Throw if `non-essential' is non-nil.
1454
07463363
MR
14552012-06-17 Martin Rudalics <rudalics@gmx.at>
1456
1457 * window.el (special-display-p): Signal an error if BUFFER-NAME
1458 is not a string (Bug#11713).
1459
48d1354e
PE
14602012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1461
1462 * progmodes/python.el (python-info-beginning-of-backslash):
1463 Rename from python-info-beginning-of-backlash, as a spelling fix.
1464
eb4a8a9a
CY
14652012-06-17 Chong Yidong <cyd@gnu.org>
1466
1467 * term.el (term-emulate-terminal): If term-check-size is called,
1468 move point to the process mark without resetting point (Bug#4635).
1469
ddfbf826 14702012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1471
1472 * international/mule-cmds.el (mule-menu-keymap)
1473 (set-language-environment, set-locale-environment): Doc tweaks.
1474
9b0e3eba
AA
14752012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1476
1477 * cus-face.el (custom-face-attributes): Add wave-style underline
1478 attribute.
1479 * faces.el (set-face-attribute): Update docstring to describe
1480 wave-style underline attribute.
1481
771e3eae
CY
14822012-06-16 Chong Yidong <cyd@gnu.org>
1483
1484 * term/xterm.el (terminal-init-xterm): Discard input before
1485 querying background mode (Bug#10959).
1486
7ae2ea10
SM
14872012-06-16 Stefan Merten <smerten@oekonux.de>
1488
1489 * textmodes/rst.el: Added and corrected some comments.
1490 (rst-re-alist-def): Improve symbol syntax.
1491 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1492 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1493 (rst-official-version, rst-official-cvs-rev): Update version
1494 information.
7ae2ea10 1495
b6974efa
JB
14962012-06-15 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1499 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1500
8826d473
GM
15012012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1502
1503 * progmodes/python.el: New python.el merge.
1504 (python-guess-indent): Obsolete var.
1505 (python-indent-guess-indent-offset): New defcustom.
1506 (python-indent): Obsolete var.
1507 (python-indent-offset): New defcustom.
1508 (python-python-command, python-jython-command): Delete var.
1509 (python-shell-interpreter): New defcustom.
1510 (python-pdbtrack-do-tracking-p): Delete var.
1511 (python-pdbtrack-activate): New defcustom.
1512 (python-use-skeletons): Obsolete var.
1513 (python-skeleton-autoinsert): New defcustom.
1514 (inferior-python-filter-regexp, python-continuation-offset)
1515 (python-honour-comment-indentation, python-indent-string-contents)
1516 (python-jython-packages, python-mode-hook)
1517 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1518 (python-shell-prompt-alist)
1519 (python-source-modes): Delete defcustoms.
1520 (python-check-buffer-name, python-eldoc-setup-code)
1521 (python-eldoc-string-code, python-ffap-setup-code)
1522 (python-ffap-string-code, python-fill-comment-function)
1523 (python-fill-decorator-function, python-fill-paren-function)
1524 (python-fill-string-function, python-imenu-include-defun-type)
1525 (python-imenu-make-tree, python-imenu-subtree-root-label)
1526 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1527 (python-shell-compilation-regexp-alist)
1528 (python-shell-completion-module-string-code)
1529 (python-shell-completion-pdb-string-code)
1530 (python-shell-completion-setup-code)
1531 (python-shell-completion-string-code)
1532 (python-shell-enable-font-lock, python-shell-exec-path)
1533 (python-shell-extra-pythonpaths)
1534 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1535 (python-shell-process-environment)
1536 (python-shell-prompt-block-regexp)
1537 (python-shell-prompt-output-regexp)
1538 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1539 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1540 (python-shell-virtualenv-path): New defcustoms.
1541 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1542 (inferior-python-mode-syntax-table, python--prompt-regexp)
1543 (python-buffer, python-command python-python-command)
1544 (python-default-template, python-imports, python-indent-index)
1545 (python-indent-list, python-indent-list-length)
1546 (python-mode-running, python-pdbtrack-is-tracking-p)
1547 (python-preoutput-continuation, python-preoutput-leftover)
1548 (python-preoutput-result, python-preoutput-skip-next-prompt)
1549 (python-prev-dir/file, python-recursing)
1550 (python-saved-check-command, python-version-checked)
1551 (python-which-func-length-limit)
1552 (view-return-to-alist): Delete vars.
1553 (python-check-custom-command, python-dotty-syntax-table)
1554 (python-imenu-index-alist, python-indent-current-level)
1555 (python-indent-dedenters, python-indent-levels)
1556 (python-nav-beginning-of-defun-regexp)
1557 (python-nav-list-defun-positions-cache)
1558 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1559 (python-shell-internal-buffer)
1560 (python-skeleton-available): New vars.
1561 (def-python-skeleton): Delete macro.
1562 (python-skeleton-define): New macro.
1563 (python-define-auxiliary-skeleton, python-rx): New macros.
1564 (python-insert-class): Delete command.
1565 (python-skeleton-class): New command.
1566 (python-insert-def): Delete command.
1567 (python-skeleton-def): New command.
1568 (python-insert-for): Delete command.
1569 (python-skeleton-for): New command.
1570 (python-insert-if): Delete command.
1571 (python-skeleton-if): New command.
1572 (python-insert-try/except, python-insert-try/finally): Delete commands.
1573 (python-skeleton-try): New command.
1574 (python-insert-while): Delete command.
1575 (python-skeleton-while): New command.
1576 (python-backspace): Delete command.
1577 (python-indent-dedent-line-backspace): New command.
1578 (python-electric-colon): Delete command.
1579 (python-indent-electric-colon): New command.
1580 (python-guess-indent): Delete command.
1581 (python-indent-guess-indent-offset): New command.
1582 (python-shift-left): Delete command.
1583 (python-indent-shift-left): New command.
1584 (python-shift-right): Delete command.
1585 (python-indent-shift-right): New command.
1586 (python-find-function): Delete command.
1587 (python-nav-jump-to-defun): New command.
1588 (python-next-statement): Delete command.
1589 (python-nav-forward-sentence): New command.
1590 (python-previous-statement): Delete command.
1591 (python-nav-backward-sentence): New command.
1592 (python-fill-paragraph): Delete command.
1593 (python-fill-paragraph-function): New command.
1594 (python-send-buffer): Delete command.
1595 (python-shell-send-buffer): New command.
1596 (python-send-defun): Delete command.
1597 (python-shell-send-defun): New command.
1598 (python-send-region, python-send-region-and-go): Delete commands.
1599 (python-shell-send-region)
1600 (python-shell-switch-to-shell): New commands.
1601 (python-send-string): Delete command.
1602 (python-shell-send-string): New command.
1603 (python-switch-to-python): Delete command.
1604 (python-shell-switch-to-shell): New command.
1605 (python-describe-symbol): Delete command.
1606 (python-eldoc-at-point): New command.
1607 (python--set-prompt-regexp, python-args-to-list)
1608 (python-after-info-look, python-check-version)
1609 (python-check-comint-prompt, python-find-imports)
1610 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1611 (python-unload-function, python-expand-template)
1612 (python-maybe-jython, python-preoutput-filter)
1613 (python-pdbtrack-get-source-buffer)
1614 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1615 (python-pdbtrack-toggle-stack-tracking)
1616 (python-pdbtrack-track-stack-file, python-initial-text)
1617 (python-first-word, python-comment-line-p, python-send-command)
1618 (python-setup-brm, python-sentinel, python-set-proc)
1619 (python-skip-out, python-input-filter, python-outdent-p)
1620 (python-outline-level, python-backslash-continuation-line-p)
1621 (python-end-of-block, python-end-of-statement, python-mark-block)
1622 (python-beginning-of-block, python-beginning-of-statement)
1623 (python-blank-line-p, python-beginning-of-string)
1624 (python-open-block-statement-p): Delete functions.
1625 (python-indent-line, python-indent-line-1): Delete functions.
1626 (python-indent-line): New function.
1627 (python-indentation-levels): Delete function.
1628 (python-indent-calculate-levels): New function.
1629 (python-proc): Delete function.
1630 (python-shell-get-process): New function.
1631 (python-send-receive): Delete function.
1632 (python-shell-send-string-no-output): New function.
1633 (python-module-path): Delete function.
1634 (python-ffap-module-path): New function.
1635 (python-completion-at-point)
1636 (python-symbol-completions): Delete functions.
1637 (python-completion-complete-at-point): New function.
1638 (python-load-file): Delete function.
1639 (python-shell-send-file): New function.
1640 (python-calculate-indentation): Delete function.
1641 (python-indent-calculate-indentation): New function.
1642 (python-skip-comments/blanks): Delete function.
1643 (python-util-forward-comment): New function.
1644 (python-continuation-line-p): Delete function.
1645 (python-info-continuation-line-p): New function.
1646 (python-which-func, python-current-defun): Delete function.
1647 (python-info-current-defun): New function.
1648 (python-beginning-of-defun): Delete function.
1649 (python-nav-beginning-of-defun): New function.
1650 (python-close-block-statement-p)
1651 (python-block-end-p): Delete function.
1652 (python-info-closing-block): New function.
1653 (python-comint-output-filter-function)
1654 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1655 (python-fill-comment, python-fill-decorator, python-fill-paren)
1656 (python-fill-string, python-imenu-make-element-tree)
1657 (python-imenu-make-tree, python-imenu-tree-assoc)
1658 (python-indent-context, python-indent-dedent-line)
1659 (python-indent-line-function)
1660 (python-indent-post-self-insert-function)
1661 (python-indent-toggle-levels)
1662 (python-info-assignment-continuation-line-p)
1663 (python-info-beginning-of-backlash)
1664 (python-info-block-continuation-line-p)
1665 (python-info-closing-block-message)
1666 (python-info-line-ends-backslash-p)
1667 (python-info-looking-at-beginning-of-defun)
1668 (python-info-ppss-context, python-info-ppss-context-type)
1669 (python-nav-list-defun-positions, python-nav-read-defun)
1670 (python-nav-sentence-end, python-nav-sentence-start)
1671 (python-pdbtrack-comint-output-filter-function)
1672 (python-pdbtrack-set-tracked-buffer)
1673 (python-shell-calculate-exec-path)
1674 (python-shell-calculate-process-environment)
1675 (python-shell-completion--do-completion-at-point)
1676 (python-shell-completion--get-completions)
1677 (python-shell-completion-complete-at-point)
1678 (python-shell-completion-complete-or-indent)
1679 (python-shell-get-or-create-process)
1680 (python-shell-get-process-name)
1681 (python-shell-internal-get-or-create-process)
1682 (python-shell-internal-get-process-name)
1683 (python-shell-internal-send-string, python-shell-make-comint)
1684 (python-shell-parse-command, python-shell-send-setup-code)
1685 (python-skeleton-add-menu-items)
1686 (python-util-clone-local-variables, python-util-position)
1687 (run-python-internal, python-indentation-levels)
1688 (python-nav-beginning-of-defun)
1689 (python-completion-complete-at-point): New functions.
1690 (run-python): Change arguments. New API requirements.
1691
4302f5ba
SM
16922012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1693
f38ea36d
SM
1694 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1695 (bug#11649).
1696
1697 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1698 (macroexp--expand-all): Use it.
1699
4302f5ba
SM
1700 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1701 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1702 Use `cl-function' instead.
1703
33377562
JB
17042012-06-14 Juanma Barranquero <lekktu@gmail.com>
1705
1706 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1707 Suggested by Stefan Monnier while discussing bug#11657.
1708
54c5ba1a
SS
17092012-06-14 Sam Steingold <sds@gnu.org>
1710
1711 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1712
f9f1b1fe
AS
17132012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1714
1715 * play/doctor.el (doctor-doc): Remove parameter and use
1716 doctor-sent instead of sent.
1717 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1718
a81068ba
SM
17192012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1720
5a315f9c
SM
1721 * files.el: Require cl-lib.
1722 (file-name-non-special): Replace case -> cl-case.
1723
1724 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1725
a81068ba
SM
1726 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1727 mapping from #' to function*.
1728
8cca9703
CY
17292012-06-13 Chong Yidong <cyd@gnu.org>
1730
1731 * mouse.el (mouse-drag-track): Do not set the mark if the user
1732 releases the mouse without selecting anything (Bug#11588).
1733
a12ac9d7
SM
17342012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1735
ccf1dc18
SM
1736 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1737 as well (bug#11646).
1738
ef62b23d
SM
1739 * loadup.el: Count byte-code functions as well.
1740
c4c8444a
SM
1741 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1742 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1743
a12ac9d7
SM
1744 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1745 (bug#11649). Add cl-defun and cl-defmacro.
1746
87e6e64f
DA
17472012-06-13 Drew Adams <drew.adams@oracle.com>
1748
1749 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1750 Fix last change.
1751
682cefaf
MA
17522012-06-13 Michael Albinus <michael.albinus@gmx.de>
1753
1754 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1755 Otherwise, it blocks in batch mode.
1756
773e1f08
JB
17572012-06-13 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * help-mode.el (bookmark-make-record-default): Declare.
1760
60057926
CY
17612012-06-13 Chong Yidong <cyd@gnu.org>
1762
1763 * emacs-lisp/package.el (list-packages): Compute a list of
1764 packages that are newly-available since the last list-packages
1765 invocation.
1766 (package-menu--new-package-list): New var.
1767 (package-menu--generate, package-menu--print-info)
1768 (package-menu--status-predicate, package-menu-mark-install):
1769 Handle new status label "new".
1770
ad4d226c
SM
17712012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1772
1773 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1774 conversion to backquotes.
1775
f1a4e679
CY
17762012-06-12 Chong Yidong <cyd@gnu.org>
1777
1778 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1779 Rename from gud-inhibit-global-bindings.
1780
1781 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1782
1783 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1784 hook from nxml-glyph-set-hook.
1785
1786 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1787 declaration.
1788
1789 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1790
1791 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1792 Convert to defcustom.
1793
0c9e42b5
DA
17942012-06-12 Drew Adams <drew.adams@oracle.com>
1795
1796 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1797 New functions.
1798 (help-mode): Use them.
1799
09e06855
GM
18002012-06-11 Glenn Morris <rgm@gnu.org>
1801
1802 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1803 Use preprocessor face for directives.
1804 (fortran-directive-re): Doc fix.
1805
71adb94b
SM
18062012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1807
2eb87922
SM
1808 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1809 conversion to backquotes (bug#11652).
1810
71adb94b
SM
1811 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1812 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1813 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1814 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1815 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1816 (cl-ninth, cl-tenth): Mark them as inlinable.
1817 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1818 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1819 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1820 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1821 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1822 (cl-list*, cl-adjoin): Don't put an autoload manually.
1823 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1824 (cl--compiler-macro-list*): Add autoload cookie.
1825 (cl--compiler-macro-cXXr): New function.
2eb87922 1826
71adb94b
SM
1827 * help-fns.el (help-fns--compiler-macro): New function extracted from
1828 describe-function-1; follow aliases and use `compiler-macro' property.
1829 (describe-function-1): Use it.
1830
a6674402
CY
18312012-06-11 Chong Yidong <cyd@gnu.org>
1832
1833 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1834 is uninstalled, if imagemagick is installed.
1835
bb3faf5b
SM
18362012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * emacs-lisp/cl-lib.el: Use lexical-binding.
1839 (cl-map-extents, cl-maclisp-member): Remove.
1840 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1841 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1842 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1843 * emacs-lisp/cl-extra.el: Use lexical-binding.
1844 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1845 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1846 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1847 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1848 * emacs-lisp/cl-seq.el: Use lexical-binding.
1849 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1850 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1851 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1852 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1853 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1854 CL's internals.
1855
2fe4b125
MA
18562012-06-11 Michael Albinus <michael.albinus@gmx.de>
1857
1858 Sync with Tramp 2.2.6-pre.
1859
1860 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1861 `print-length' and `print-level' to nil, in order to avoid
1862 truncation. Reported by Christopher Schmidt
1863 <christopher@ristopher.com>.
1864
1865 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1866
1867 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1868 New defmacro.
1869 (tramp-compat-copy-directory): Add optional argument
1870 COPY-CONTENTS. It is not handled yet.
1871
1872 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1873 (tramp-ftp-file-name-p): Simplify.
1874
1875 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1876 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1877 connection vector.
1878
1879 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1880 (tramp-methods): Do not use `tramp-password-end-of-line'.
1881 (tramp-completion-function-alist-putty): Handle UNIX case.
1882 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1883 (tramp-do-file-attributes-with-stat)
1884 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1885 gid as real numbers. They could run out of integer range on cygwin.
1886 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1887 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1888 (tramp-open-connection-setup-interactive-shell):
1889 Use `tramp-cleanup'. Move check for busyboxes ...
1890 (tramp-find-shell): ... here. Simplify implementation.
1891 Set "remote-shell" property also for alternative shells.
1892 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1893 If failing, a regular file would be written otherwise.
1894 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1895 (tramp-find-inline-encoding): Cache the coding commands in the
1896 process cache. Apply test command on the remote side, if defined.
1897 (tramp-find-inline-compress): Cache the compress commands in the
1898 process cache.
1899 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1900 when requested. Handle hops.
1901 (tramp-current-connection): New defvar.
87e6e64f
DA
1902 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1903 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1904 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1905 (tramp-get-inline-compress, tramp-get-inline-coding):
1906 Read connection properties from the process cache.
2fe4b125
MA
1907
1908 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1909 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1910 New defconsts.
2fe4b125
MA
1911 (tramp-smb-prompt): Extend for powershell prompt.
1912 (tramp-smb-file-name-handler-alist): Add handlers for
1913 `process-file', `shell-command' and `start-file-process'.
1914 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1915 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1916 (tramp-smb-file-name-p): Simplify.
1917 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1918 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1919 (tramp-smb-shell-quote-argument): New defuns.
1920 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1921 Implement using "tar". By this, time-stamps are preserved.
1922 (tramp-smb-handle-copy-file): Handle also the case of directories.
1923 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1924 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1925 Use `tramp-get-connection-buffer').
2fe4b125
MA
1926 (tramp-smb-handle-rename-file): Use "rename", when source and
1927 target are on the same share.
87e6e64f
DA
1928 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1929 Use `tramp-smb-server-version'.
2fe4b125
MA
1930 (tramp-smb-wait-for-output): Remove prompt.
1931
1932 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1933 (tramp-methods, tramp-rsh-end-of-line):
1934 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1935 (tramp-save-ad-hoc-proxies): New defcustom.
1936 (tramp-completion-function-alist): Adapt docstring.
1937 (tramp-default-password-end-of-line): Remove defcustom.
1938 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1939 (tramp-user-regexp, tramp-file-name-regexp-unified)
1940 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1941 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1942 (tramp-remote-file-name-spec-regexp): New defconst.
1943 (tramp-file-name-structure): Extend structure for hops.
1944 (tramp-get-method-parameter): Move up.
1945 (tramp-file-name-p, tramp-dissect-file-name)
1946 (with-parsed-tramp-file-name): Handle hops.
1947 (tramp-file-name-hop): New defun.
1948 (tramp-make-tramp-file-name): New optional arg HOP.
1949 (tramp-message-show-progress-reporter-message): New defvar.
1950 (tramp-with-progress-reporter): Use it. We cannot use
1951 `tramp-message-show-message' here, because this suppresses also
1952 error buffers.
1953 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1954 `tramp-message-show-message' is nil.
1955 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1956 (tramp-cleanup): New defun.
1957 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1958 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1959 an error unchanged.
1960 (tramp-completion-handle-file-name-all-completions): Handle hops.
1961 Fix an error when called from ido.
1962 (tramp-completion-dissect-file-name): Use better local variable
1963 name. Add hop to the vector.
1964 (tramp-handle-insert-file-contents): Use progress-reporter for the
1965 whole scenario.
1966 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1967 to `t'.
1968 (tramp-check-for-regexp): Simplify search.
1969 (tramp-enter-password): Remove it. Move implementation ...
1970 (tramp-action-password): ... here.
1971 (tramp-mode-string-to-int, tramp-local-host-p)
1972 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1973 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1974 Set tramp-autoload cookie.
2fe4b125
MA
1975
1976 * net/trampver.el: Update release number.
1977
19782012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1979 Michael Albinus <michael.albinus@gmx.de>
1980
1981 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1982 (tramp-parse-group, tramp-parse-file)
1983 (tramp-parse-shostkeys-sknownhosts): New defuns.
1984 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1985 (tramp-parse-shosts-group, tramp-parse-sconfig)
1986 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1987 (tramp-parse-sknownhosts, tramp-parse-hosts)
1988 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1989 Use them.
1990 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1991 (tramp-parse-putty-group): Don't narrow.
1992 (tramp-parse-putty): Make a loop.
1993 (tramp-file-name-handler): Catch the `suppress' signal.
1994
72834e10
CY
19952012-06-11 Chong Yidong <cyd@gnu.org>
1996
1997 * image.el (imagemagick-register-types): Put the ImageMagick entry
1998 at the end of image-type-file-name-regexps.
1999
a4712e11
JB
20002012-06-11 Johan Bockgård <bojohan@gnu.org>
2001
2002 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2003 (pcase, pcase-let*, pcase-dolist): Use them.
2004
82ad98e3
SM
20052012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * emacs-lisp/pcase.el (pcase--let*): New function.
2008 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2009 (pcase--expand): Use macroexp-let².
2010
f80efb86
SM
20112012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2014 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2015 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2016 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2017 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2018 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2019
31ca4639 20202012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2021
31ca4639
CY
2022 * mail/rmail.el (rmail-yank-current-message): Leave point at
2023 correct position. (Bug#11660)
94f0aa34 2024
31ca4639 20252012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2026
31ca4639 2027 * allout-widgets.el: Fix code header.
9e1b8ec4 2028
31ca4639 20292012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2030
f80efb86
SM
2031 * cus-edit.el (customize-changed-options-previous-release):
2032 Bump to 24.1.
31ca4639 2033
642b6d30
AS
20342012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2035
2036 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2037
4f5d2ba1
CY
20382012-06-09 Chong Yidong <cyd@gnu.org>
2039
2040 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2041
e75852fd
MR
20422012-06-09 Martin Rudalics <rudalics@gmx.at>
2043
2044 * window.el (special-display-popup-frame): Don't use
2045 window--display-buffer (Bug#11651).
2046
1e48e282
EZ
20472012-06-09 Eli Zaretskii <eliz@gnu.org>
2048
8a26b487
EZ
2049 Fix parallel builds: make sure loaddefs.el is not being written
2050 while Lisp files are compiled.
2051 (compile): Don't depend on 'mh-autoloads'.
2052 (compile-CMD, compile-SH): Depend on 'autoloads'.
2053 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2054
1e48e282
EZ
2055 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2056
6175e34b
CY
20572012-06-09 Chong Yidong <cyd@gnu.org>
2058
2059 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2060 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2061 Doc fixes (Bug#11225).
2062
d9857e53
SM
20632012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2066 a function if there's a clear indication that it has a compiler-macro.
2067 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2068 (macro-declarations-alist): Add arglist to declaration functions.
2069 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2070 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2071 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2072 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2073 Also add autoload to find the compiler macro.
2074 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2075 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2076 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2077 (cl--compiler-macro-get): New functions, replacing calls to
2078 cl-define-compiler-macro.
2079 (cl-typep) [compiler-macro]: Use macroexp-let².
2080
f81298f8 20812012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2082
2083 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2084 string properly, fixes Bug#11473.
2085
4b56d0fe
CY
20862012-06-08 Chong Yidong <cyd@gnu.org>
2087
2088 * faces.el (set-face-attribute): Doc fix.
2089 (modify-face): Don't use :bold and :italic.
2090 (error, warning, success): Tweak definitions.
2091
2092 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2093 (custom-modified, custom-set, custom-changed, custom-themed)
2094 (custom-saved, custom-button, custom-button-mouse)
2095 (custom-button-pressed, custom-state, custom-comment-tag)
2096 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2097 (custom-group-subtitle): Use new-style face specs.
2098 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2099 (custom-set-face, custom-changed-face, custom-saved-face)
2100 (custom-button-face, custom-button-pressed-face)
2101 (custom-documentation-face, custom-state-face)
2102 (custom-comment-face, custom-comment-tag-face)
2103 (custom-variable-tag-face, custom-variable-button-face)
2104 (custom-face-tag-face, custom-group-tag-face-1)
2105 (custom-group-tag-face): Remove obsolete face alias.
2106
2107 * epa.el (epa-validity-high, epa-validity-medium)
2108 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2109 (epa-field-name, epa-field-body):
2110 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2111 (font-lock-keyword-face, font-lock-builtin-face)
2112 (font-lock-function-name-face, font-lock-variable-name-face)
2113 (font-lock-type-face, font-lock-constant-face):
2114 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2115 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2116 * speedbar.el (speedbar-button-face, speedbar-file-face)
2117 (speedbar-directory-face, speedbar-tag-face)
2118 (speedbar-selected-face, speedbar-highlight-face)
2119 (speedbar-separator-face):
2120 * whitespace.el (whitespace-newline, whitespace-space)
2121 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2122 (whitespace-line, whitespace-space-before-tab)
2123 (whitespace-space-after-tab, whitespace-indentation)
2124 (whitespace-empty):
2125 * emulation/cua-base.el (cua-global-mark):
2126 * eshell/em-prompt.el (eshell-prompt):
2127 * net/newst-plainview.el (newsticker-new-item-face)
2128 (newsticker-old-item-face, newsticker-immortal-item-face)
2129 (newsticker-obsolete-item-face, newsticker-date-face)
2130 (newsticker-statistics-face, newsticker-default-face):
2131 * net/newst-reader.el (newsticker-feed-face)
2132 (newsticker-extra-face, newsticker-enclosure-face):
2133 * net/newst-treeview.el (newsticker-treeview-face)
2134 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2135 (newsticker-treeview-immortal-face)
2136 (newsticker-treeview-obsolete-face)
2137 (newsticker-treeview-selection-face):
2138 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2139 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2140 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2141 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2142 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2143 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2144 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2145 (mpuz-text):
2146 * progmodes/vera-mode.el (vera-font-lock-number)
2147 (vera-font-lock-function, vera-font-lock-interface):
2148 * textmodes/table.el (table-cell): Use new-style face specs, and
2149 don't use the old :bold and :italic attributes.
2150
2151 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2152 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2153 (ebrowse-member-class, ebrowse-progress): Likewise.
2154 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2155 (ebrowse-file-name-face, ebrowse-default-face)
2156 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2157 (ebrowse-progress-face): Remove obsolete faces.
2158
2159 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2160 Inherit from error and warning faces respectively.
2161
2162 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2163 Likewise.
f80efb86
SM
2164 (flyspell-incorrect-face, flyspell-duplicate-face):
2165 Remove obsolete aliases.
4b56d0fe 2166
03310646
MA
21672012-06-08 Michael Albinus <michael.albinus@gmx.de>
2168
2169 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2170 Avoid infloop.
2171
513749ee
SM
21722012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * startup.el (argv, argi): Make lexically scoped.
2175 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2176 * emacs-lisp/cl-macs.el: Use lexical-binding.
2177 Rename cl-bind-* to cl--bind-*.
2178 * files.el: Don't require `cl' since it doesn't use it.
2179 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2180
595ef4ad
JB
21812012-06-08 Juanma Barranquero <lekktu@gmail.com>
2182
2183 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2184 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2185 instead of calling external sort utility.
2186 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2187
e9f66fcb
EZ
21882012-06-08 Eli Zaretskii <eliz@gnu.org>
2189
2190 * descr-text.el (describe-char): Mention how to insert the
2191 character, if the current input method doesn't support it.
2192 See the discussion in this thread for the details:
2193 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2194
3d10db47
SS
21952012-06-08 Sam Steingold <sds@gnu.org>
2196
2197 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2198 XF86Back to previous-buffer.
2199 (minibuffer-local-map): Bind them to next-history-element and
2200 previous-history-element respectively.
2201 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2202 help-go-back respectively.
2203 * info.el (Info-mode-map): Bind them to Info-history-forward and
2204 Info-history-back respectively.
2205 These are the keys next to Up on the ThinkPad keyboard.
2206
de7e2b36
SM
22072012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2210 * emacs-lisp/cl-macs.el: Provide itself.
2211 (cl--labels-convert-cache): New var.
2212 (cl--labels-convert): New function.
2213 (cl-flet, cl-labels): New implementation with new semantics, relying on
2214 lexical-binding.
2215 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2216 (cl-closure-vars, cl--function-convert-cache)
2217 (cl--function-convert): Move from cl-macs.el.
2218 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2219 rename by removing the "cl-" prefix.
2220 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2221
6fa6c4ae
SM
22222012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2225 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2226 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2227 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2228 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2229 (cl-hash-table-count): Add old compatibility aliases.
2230
2231 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2232 Use macroexpand-all-environment instead.
2233 (cl--old-macroexpand): New var.
2234 (cl--sm-macroexpand): New function.
2235 (cl-symbol-macrolet): Use it during macro expansion.
2236 (cl--function-convert-cache): New var.
2237 (cl--function-convert): New function, extracted from
2238 cl-macroexpand-all.
2239 (cl-lexical-let): Use it.
2240
2241 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2242 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2243 (cl-member): Remove old alias.
2244
2245 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2246 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2247 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2248 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2249 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2250 (cl-macroexpand-cmacs): Remove var.
2251 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2252 Use macroexpand-all instead.
2253
4dd1c416
SM
22542012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2257 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2258 (macroexp-copyable-p): New functions and macros.
2259 * emacs-lisp/edebug.el (edebug-unwrap):
2260 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2261 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2262 (pcase--let*): Remove.
2263 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2264 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2265 macroexp-const-p instead.
2266 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2267
2268 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2269 instead of "cl-" for internal definitions. Use macroexp-const-p.
2270 (cl-old-bc-file-form): Remove var.
2271 (cl-const-exprs-p): Remove fun.
2272 (cl-labels, cl-macrolet): Use backquote.
2273 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2274 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2275 (cl-define-setf-expander): Rename from cl-define-setf-method.
2276 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2277
2278 * international/mule-cmds.el: Don't require CL.
2279 (view-hello-file): Don't use `letf'.
2280
ed8bd4d7
SM
22812012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2282
7287f2f3
SM
2283 * tmm.el (tmm-prompt): Use string-prefix-p.
2284 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2285 (tmm-add-prompt): Use minibuffer-completion-help.
2286 (tmm-delete-map): Remove.
2287
ed8bd4d7
SM
2288 * subr.el (kbd): Make it its own function.
2289
7b4cdbf4
SM
22902012-06-07 Stefan Merten <smerten@oekonux.de>
2291
2292 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2293 Silence compiler warnings. Fix versions.
ed8bd4d7 2294 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2295 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2296 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2297 (rst-package-emacs-version-alist): Correct Emacs version to
2298 represent major merge with upstream.
ed8bd4d7 2299 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2300
2b48d721
GM
23012012-06-06 Glenn Morris <rgm@gnu.org>
2302
2303 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2304 Only print environment variables if set.
2305
fa779ab0
SM
23062012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2309 (macroexp--cons): Rename from maybe-cons.
2310 (macroexp--accumulate): Rename from macroexp-accumulate.
2311 (macroexp--all-forms): Rename from macroexpand-all-forms.
2312 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2313 (macroexp--expand-all): Rename from macroexpand-all-1.
2314
628299e0
SS
23152012-06-06 Sam Steingold <sds@gnu.org>
2316
2317 * calendar/calendar.el (calendar-in-read-only-buffer):
2318 Call `special-mode' to enable the standard read-only keybindings.
2319
b7bb5838
SM
23202012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2323 with "loading" messages (bug#11635).
2324
dfb308ba
MA
23252012-06-06 Michael Albinus <michael.albinus@gmx.de>
2326
2327 * files.el (enable-remote-dir-locals): New option.
2328 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2329
0372ee92
MA
2330 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2331 Ensure, that the temp directory is local.
2332
2333 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2334 `temporary-file-directory'.
2335
eed0bb91
MA
2336 * progmodes/python.el (python-send-region): Ensure, that the
2337 temporary file is created also in the remote case.
2338
7a58f64d
GM
23392012-06-06 Glenn Morris <rgm@gnu.org>
2340
f7dd4e98
GM
2341 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2342 (vc-rcs-update-changelog): Use it.
2343
090bd7cb 2344 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2345
7a58f64d
GM
2346 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2347 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2348 (vc-sccs-diff): Replace use of the external vcdiff script.
2349
daed4003
GM
23502012-06-05 Glenn Morris <rgm@gnu.org>
2351
2352 * ledit.el: Move to obsolete/.
2353
48c455c7
SS
23542012-06-05 Sam Steingold <sds@gnu.org>
2355
ed9265fc 2356 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2357 patch (Bug#11140).
2358
57a7d507
SM
23592012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2360
090bd7cb 2361 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2362
53aacf21
SM
2363 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2364 compiler-macro expansion.
2365
57a7d507
SM
2366 Add native compiler-macro support.
2367 * emacs-lisp/macroexp.el (macroexpand-all-1):
2368 Support compiler-macros directly. Properly follow aliases and apply
2369 the compiler macros more thoroughly.
2370 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2371 macroexpand now properly follows aliases.
2372 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2373 (cl-compiler-macroexpand): Use new prop.
2374 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2375
2376 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2377
51a5f9d8
MR
23782012-06-05 Martin Rudalics <rudalics@gmx.at>
2379
2380 * window.el (get-lru-window, get-mru-window, get-largest-window):
2381 New argument NOT-SELECTED to avoid picking the selected window.
2382 (window--display-buffer-1, window--display-buffer-2): Replace by
2383 new function window--display-buffer
2384 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2385 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2386 Use window--display-buffer.
51a5f9d8
MR
2387 (display-buffer-use-some-window): Remove temporary dedication
2388 hack by calling get-lru-window and get-largest-window with
2389 NOT-SELECTED argument non-nil. Call window--display-buffer.
2390
08f9f738
GM
23912012-06-05 Glenn Morris <rgm@gnu.org>
2392
2393 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2394 Replace external vcdiff script.
2395
e364a2b7
SM
23962012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2399
041df390
CY
24002012-06-04 Chong Yidong <cyd@gnu.org>
2401
e364a2b7
SM
2402 * image.el (imagemagick-types-inhibit): Revert last change.
2403 Add INFO and M.
47b36b94 2404 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2405
7c1898a7
SM
24062012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * emacs-lisp/cl-lib.el: Rename from cl.el.
2409 * emacs-lisp/cl.el: New compatibility file.
2410 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2411 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2412 to obey the "cl-" prefix.
2413 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2414
0c3461de
GM
24152012-06-03 Glenn Morris <rgm@gnu.org>
2416
1e266c88
GM
2417 * emacs-lisp/authors.el (authors-aliases): Addition.
2418
0c3461de
GM
2419 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2420 Fix :version.
2421
d8a52e15
SM
24222012-06-03 Stefan Merten <smerten@oekonux.de>
2423
2424 * textmodes/rst.el: Add comments.
2425 (rst-transition, rst-adornment): New faces.
2426 (rst-adornment-faces-alist): Make default safe to reevaluate.
2427 Fixes
2428 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2429 Improve customization tags.
2430 (rst-define-level-faces): Clarify meaning.
2431
5205d6f6
CY
24322012-06-03 Chong Yidong <cyd@gnu.org>
2433
2434 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2435 (compilation-mode-line-run, compilation-mode-line-exit):
2436 New faces.
5205d6f6
CY
2437 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2438
757ee657
JD
24392012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2440
7c1898a7
SM
2441 * progmodes/which-func.el (which-func-update-ediff-windows):
2442 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2443
5f2c76c6
CY
24442012-06-03 Chong Yidong <cyd@gnu.org>
2445
2446 * bindings.el: Remove explicit help text from format-mode-line.
2447 It is now supplied by mode-line-default-help-echo.
2448 (mode-line-front-space, mode-line-end-spaces)
2449 (mode-line-misc-info): New variables.
2450 (mode-line-modes, mode-line-position): Move the default value to
2451 the variable definition.
2452 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2453 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2454 (mode-line-modified-help-echo): New functions.
2455 (mode-line-mule-info, mode-line-modified): Use them.
2456 (mode-line-eol-desc, propertized-buffer-identification):
2457 Consistency fixes for help text.
cbe46e5f
CY
2458 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2459 set-buffer-file-coding-system (Bug#289).
2460 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2461
f2d6a3df
SM
24622012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * simple.el (execute-extended-command): Set real-this-command
2465 (bug#11506).
2466
37269466
CY
24672012-06-02 Chong Yidong <cyd@gnu.org>
2468
2469 Remove incorrect uses of "modeline" in comments, docstrings, and
2470 function/variable names (Bug#10329).
2471
2472 * cus-edit.el (mode-line):
2473 * dframe.el (dframe-mouse-hscroll):
2474 * emacs-lisp/re-builder.el:
2475 * emacs-lisp/easy-mmode.el (define-minor-mode):
2476 * frame.el (set-frame-name):
2477 * help.el (lookup-minor-mode-from-indicator):
2478 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2479 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2480 (c-toggle-hungry-state):
2481 * progmodes/antlr-mode.el (antlr-language-alist):
2482 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2483 * progmodes/vhdl-mode.el (vhdl-mode):
2484 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2485 * term/ns-win.el (ns-face-at-pos):
2486 * term/sup-mouse.el (sup-mouse-report):
2487 * textmodes/flyspell.el (flyspell-mode-line-string):
2488 * textmodes/ispell.el (ispell-highlight-face):
2489 * textmodes/reftex-global.el:
2490 * vc/vc-arch.el (vc-arch-mode-line-string):
2491 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2492 * vc/vc-git.el (vc-git-mode-line-string):
2493 * vc/vc-hooks.el (vc-display-status)
2494 (vc-default-mode-line-string):
2495 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2496
2497 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2498
2499 * dired.el (dired-sort-set-mode-line): Rename from
2500 dired-sort-set-modeline. All callers changed.
2501
2502 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2503 eshell-status-in-modeline.
2504
2505 * foldout.el (foldout-mode-line-string): Rename from
2506 foldout-modeline-string. All callers changed.
2507 (foldout-update-mode-line): Rename from foldout-update-modeline.
2508
2509 * subr.el (redraw-modeline): Make into obsolete alias.
2510
2511 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2512 timeclock-modeline-display. Make old name an alias.
2513 (timeclock-update-mode-line): Likewise. All callers changed.
2514 (timeclock-mode-line-display): No need to check before using
2515 add-hook.
2516 (timeclock-relative, timeclock-day-over-hook)
2517 (timeclock-use-elapsed, timeclock-mode-string)
2518 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2519
2520 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2521 crisp-mode-modeline-string.
2522
2523 * play/solitaire.el (solitaire-build-mode-line): Rename from
2524 solitaire-build-modeline. All callers changed.
2525
2526 * play/zone.el (zone-hiding-mode-line): Rename from
2527 zone-hiding-modeline. All callers changed.
2528 (zone): Remove unusued `modeline-hidden-level' property.
2529
2530 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2531 xscheme-modeline-initialize. All callers changed.
2532
2533 * strokes.el (strokes-lighter): Rename from
2534 strokes-modeline-string.
2535
2536 * textmodes/sgml-mode.el (html-face-tag-alist)
2537 (html-tag-face-alist): Use mode-line face instead of obsolete
2538 alias modeline.
2539
42152ee4
SM
25402012-06-02 Stefan Merten <smerten@oekonux.de>
2541
2542 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2543 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2544
95f520b5
CY
25452012-06-02 Chong Yidong <cyd@gnu.org>
2546
2547 * image.el (imagemagick-enabled-types): Rename from
2548 imagemagick-types-enable. Add many more types.
2549 (imagemagick-types-inhibit): Change default to nil.
2550 (imagemagick-filter-types): Caller changed.
2551
4a5f187a
SM
25522012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2553
03fef3e6
SM
2554 * emacs-lisp/cl-macs.el: Use backquotes.
2555 (cl-transform-function-property): Use eval-and-compile rather than
2556 abusing `require'.
2557 (defstruct): Use declare-function instead of with-no-warnings.
2558
4a5f187a
SM
2559 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2560 (byte-compile-output-docform): Re-add the print-circle bindings.
2561 (byte-compile-fix-header): Use #$ just because it's shorter.
2562 (byte-compile-output-file-form): Remove defun/defmacro.
2563
bd56924f
MR
25642012-06-01 Martin Rudalics <rudalics@gmx.at>
2565
2566 * simple.el (choose-completion): Remove now obsolete binding for
2567 owindow.
2568
046e38ce
MA
25692012-06-01 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2572 in order to avoid "Stack overflow in regexp matcher".
2573
32d72c2f
GM
25742012-05-31 Glenn Morris <rgm@gnu.org>
2575
2576 * image.el: For clarity, call imagemagick-register-types at
2577 top-level, rather than relying on a custom :initialize.
2578 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2579 (imagemagick-filter-types): New function. (Bug#7406)
2580 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2581 If disabling support, remove elements altogether rather
2582 than using an impossible regexp.
2583 (imagemagick-types-inhibit): Give it the default init function.
2584
dd41169b
SM
25852012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2586
4a5f187a
SM
2587 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2588 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2589
efc00ab1 25902012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2591
2592 * desktop.el (desktop-read): Clear previous and next buffers for
2593 all windows and bury *Messages* buffer (bug#11556).
2594
500fcedc
SM
25952012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 Add `declare' for `defun'. Align `defmacro's with it.
2598 * emacs-lisp/easy-mmode.el (define-minor-mode)
2599 (define-globalized-minor-mode): Don't autoload the var definitions.
2600 * emacs-lisp/byte-run.el: Use lexical-binding.
2601 (defun-declarations-alist, macro-declarations-alist): New vars.
2602 (defmacro, defun): Use them.
2603 (make-obsolete, define-obsolete-function-alias)
2604 (make-obsolete-variable, define-obsolete-variable-alias):
2605 Use `declare'.
2606 (macro-declaration-function): Mark obsolete.
2607 * emacs-lisp/autoload.el: Use lexical-binding.
2608 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2609
6e8a1786
AM
26102012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2611
2612 * textmodes/ispell.el (ispell-with-no-warnings):
2613 Define as a macro.
500fcedc
SM
2614 (ispell-kill-ispell, ispell-change-dictionary):
2615 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2616 `interactive-p'.
2617
61b108cc
SM
26182012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2621 (macro-declaration-function): Move var from C code.
2622 (macro-declaration-function): Define function with defalias.
2623 * emacs-lisp/macroexp.el (macroexpand-all-1):
2624 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2625 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2626 defun/defmacro any more.
2627 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2628 Provide fallback for unknown arglist.
2629 (byte-compile-arglist-warn): Change calling convention.
2630 (byte-compile-output-file-form): Move print-vars binding.
2631 (byte-compile-output-docform): Simplify accordingly.
2632 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2633 (byte-compile-defmacro-declaration): Remove.
2634 (byte-compile-file-form-defmumble): Generalize to defalias.
2635 (byte-compile-output-as-comment): Return byte-positions.
2636 Simplify callers accordingly.
2637 (byte-compile-lambda): Use `assert'.
2638 (byte-compile-defun, byte-compile-defmacro): Remove.
2639 (byte-compile-file-form-defalias):
2640 Use byte-compile-file-form-defmumble.
2641 (byte-compile-defalias-warn): Remove.
2642
6d3f7c2f
SM
26432012-05-29 Stefan Merten <smerten@oekonux.de>
2644
2645 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2646 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2647
2648 (rst-mode-abbrev-table): Merge definition.
2649 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2650 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2651
6dbaa1c7
UJ
26522012-05-29 Ulf Jasper <ulf.jasper@web.de>
2653
2654 * calendar/icalendar.el
2655 (icalendar-export-region): Export UID properly.
2656
d209e2fb 26572012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2658 * calendar/icalendar.el (icalendar-import-format):
2659 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2660 (icalendar-import-format-uid): New.
2661 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2662 Export UID.
2663
6876a58d
SM
26642012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2667 different alternative patterns.
2668 (pcase-codegen): Be more careful to preserve identity.
2669 (pcase--u1): Don't forget to mark vars as used.
2670
2671 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2672 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2673 (byte-compile-from-buffer): ...rather than here.
2674
2675 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2676 functions from byte-compile-function-environment.
2677
46b7967e
TN
26782012-05-29 Troels Nielsen <bn.troels@gmail.com>
2679
2680 * window.el (window-deletable-p): Avoid deleting the root window
2681 of a frame with an active minibuffer.
2682
69d565e2
MR
26832012-05-29 Martin Rudalics <rudalics@gmx.at>
2684
2685 * simple.el (choose-completion): Use quit-window (Bug#11567).
2686
a149fa51
CY
26872012-05-29 Chong Yidong <cyd@gnu.org>
2688
2689 * whitespace.el (whitespace-cleanup): Fix usage of
2690 whitespace-empty-at-bob-regexp (Bug#11492).
2691
2b311310
AH
26922012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2693
2694 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2695 revert (Bug#11488).
2696
b9cb2387
JL
26972012-05-29 Juri Linkov <juri@jurta.org>
2698
2699 * isearch.el (isearch-mode-map): Bind `M-s _' to
2700 `isearch-toggle-symbol'. Bind `M-s c' to
2701 `isearch-toggle-case-fold'.
2702 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2703 (isearch-forward): Add `M-s _' to the docstring.
2704 (isearch-forward-symbol, isearch-toggle-case-fold)
2705 (isearch-symbol-regexp): New functions. (Bug#11381)
2706
d5e61c1c
JL
27072012-05-29 Juri Linkov <juri@jurta.org>
2708
2709 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2710 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2711 a function, call it to get the regexp.
2712 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2713 property `isearch-message-prefix' instead of the string "word ".
2714 (isearch-search-fun-default): For the case of `isearch-word',
2715 return a lambda that calls re-search-forward/re-search-backward
2716 with a regexp returned by `word-search-regexp' or by the function
2717 in `isearch-word'.
2718
8cbd80f7
JL
27192012-05-29 Juri Linkov <juri@jurta.org>
2720
2721 * isearch.el (isearch-search-fun-default): New function.
2722 (isearch-search-fun): Move default part to the new function
2723 `isearch-search-fun-default'.
2724 (isearch-search-fun-function): Set the default value to
2725 `isearch-search-fun-default'. (Bug#11381)
2726
2727 * comint.el (comint-history-isearch-end):
2728 Use `isearch-search-fun-default'.
2729 (comint-history-isearch-search): Use `isearch-search-fun-default'
2730 and remove spacial case for `isearch-word'.
2731 (comint-history-isearch-wrap): Remove spacial case for
2732 `isearch-word'.
2733
2734 * hexl.el (hexl-isearch-search-function):
2735 Use `isearch-search-fun-default'.
2736
2737 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2738 Use `word-search-regexp' for `isearch-word'.
2739
2740 * misearch.el (multi-isearch-search-fun):
2741 Use `isearch-search-fun-default'.
2742
2743 * simple.el (minibuffer-history-isearch-search):
2744 Use `isearch-search-fun-default' and remove spacial case for
2745 `isearch-word'.
2746 (minibuffer-history-isearch-wrap): Remove spacial case for
2747 `isearch-word'.
2748
2749 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2750 Remove spacial case for `isearch-word'.
2751 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2752
85c8c5b6
AM
27532012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2754
2755 Decrease XEmacs incompatibilities.
2756 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2757 Use `string-match'.
2758 (flyspell-delete-region-overlays): Use alternative definition for
2759 XEmacs.
2760 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2761 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2762 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2763 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2764 `define-obsolete-face-alias' under XEmacs, but old method.
2765
2766 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2767 `with-no-warnings' definition or Emacs alias.
2768 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2769 (ispell-word): Do not use `region-p' if XEmacs.
2770
8cab9efc
AM
27712012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2772
2773 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2774 Check for `ispell-dictionary-base-alist' instead of full
2775 `ispell-dictionary-alist'.
2776 (ispell-init-process): Show spellchecker when starting new Ispell
2777 process.
2778
fda91268
RZ
27792012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2782 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2783
694ea8e3
JB
27842012-05-27 Juanma Barranquero <lekktu@gmail.com>
2785
2786 * version.el (motif-version-string, gtk-version-string)
2787 (ns-version-string): Declare.
2788
e4d4f539
JL
27892012-05-27 Juri Linkov <juri@jurta.org>
2790
2791 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2792 after the `eval-defun-1' specialcaseing
2793 like in `edebug-eval-defun' (bug#10181).
2794
2795 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2796 like in `eval-defun-1'.
2797
33017faf 27982012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2799
fda91268
RZ
2800 * mail/sendmail.el (mail-yank-region):
2801 Recognize rmail-yank-current-message in addition to insert-buffer.
2802 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2803 a *mail* buffer created through rmail-start-mail with sendmail as
2804 mail-user-agent.
2805
33017faf
GM
28062012-05-27 Chong Yidong <cyd@gnu.org>
2807
2808 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2809 Default to 256 (Bug#11267).
2810
2811 * help.el (describe-mode): Doc fix.
2812
04188bb9
GM
28132012-05-26 Glenn Morris <rgm@gnu.org>
2814
38264cc9
GM
2815 * w32-fns.el (w32-init-info): Remove.
2816 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2817
eb7afdad
GM
2818 * info.el (info-initialize): For self-contained NS builds, put the
2819 included info/ directory at the front. (Bug#2791)
2820
04188bb9
GM
2821 * paths.el (Info-default-directory-list): Make it a defcustom,
2822 mainly so that we can use custom-initialize-delay.
2823
a179e3f7
SM
28242012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2825
43416392
SM
2826 * subr.el (buffer-has-markers-at): Mark obsolete.
2827
a179e3f7 2828 * subr.el (lambda): Use declare.
43416392 2829
a179e3f7
SM
2830 * emacs-lisp/lisp-mode.el (lambda):
2831 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2832
34a008d9
AH
28332012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2834
2835 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2836
0a3b289f
GM
28372012-05-26 Glenn Morris <rgm@gnu.org>
2838
2839 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2840
758c81e8
GM
28412012-05-25 Glenn Morris <rgm@gnu.org>
2842
f9f334f0
GM
2843 * paths.el: Remove no-byte-compile.
2844 * loadup.el: No need to load paths.el uncompiled.
2845
87eb79c2
GM
2846 * image.el (imagemagick-types-inhibit): Doc fix.
2847
758c81e8
GM
2848 * version.el: Remove no-byte-compile and associated formatting.
2849 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2850 is ancient code from when there was an "inc-vers.el".
2851
e7e85dc0
SM
28522012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * progmodes/gdb-mi.el: Minor style changes.
2855 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2856 Turn into minor modes.
2857 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2858 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2859 (gdb-shell): Remove unneeded let-binding.
2860 (gdb-get-many-fields): Eliminate O(n²) behavior.
2861
f31237a4
EZ
28622012-05-25 Eli Zaretskii <eliz@gnu.org>
2863
2864 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2865 platforms that don't link in fontset.c.
2866
bc1b21bb
JL
28672012-05-25 Juri Linkov <juri@jurta.org>
2868
2869 Use the same diff color scheme as in modern VCSes (bug#10181).
2870
2871 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2872 to avoid confusion with `diff-added' that now uses green colors.
2873 (diff-removed): Use shades of red.
2874 (diff-added): Use shades of green.
2875 (diff-changed): Leave just the yellow color.
2876 (diff-use-changed-face): New variable.
2877 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2878 how to highlight context diff changes.
2879 (diff-refine-change): Use shades of yellow.
2880 (diff-refine-removed): New face that uses shades of red.
2881 (diff-refine-added): New face that uses shades of green.
2882 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2883 `diff-refine-removed' in the call to `smerge-refine-subst'
2884 depending on the value of `diff-use-changed-face'.
2885
2886 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2887 (smerge-other): Use shades of green.
2888 (smerge-base): Use shades of yellow.
2889 (smerge-refined-change): Empty face.
2890 (smerge-refined-removed): New face that uses shades of red.
2891 (smerge-refined-added): New face that uses shades of green.
2892 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2893 args `props-r' and `props-a', and use them. Doc fix.
2894 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2895 on its value use different faces `smerge-refined-change',
2896 `smerge-refined-removed', `smerge-refined-added' in the call to
2897 `smerge-refine-subst'.
2898
2899 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2900 Add face condition `min-colors 88' with shades of red.
2901 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2902 `min-colors 88' with shades of green.
2903 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2904 `min-colors 88' with shades of yellow.
2905
6df9112c
GM
29062012-05-24 Glenn Morris <rgm@gnu.org>
2907
ead5edc0
GM
2908 * paths.el (prune-directory-list, remote-shell-program): Move to...
2909 * files.el (prune-directory-list, remote-shell-program): ...here.
2910 For the latter, delay initialization, prefer ssh, just search PATH.
2911
f18b81e6
GM
2912 * paths.el (term-file-prefix): Move to faces.el (the only user).
2913 * faces.el (term-file-prefix): Move here, make it a defcustom.
2914
ee2f89a6
GM
2915 * paths.el (news-directory, news-path, news-inews-program):
2916 Move to gnus/nnspool.el.
61a583ca 2917
f8815e4c
GM
2918 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2919
c8f3b42c
GM
2920 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2921 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2922 Make the latter a defcustom, with a delayed initialization.
2923
6df9112c
GM
2924 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2925 These were deleted from Gnus itself late 2010.
2926
5dadff36
JB
29272012-05-22 Juanma Barranquero <lekktu@gmail.com>
2928
9e1701c6
JB
2929 * progmodes/which-func.el (which-func-ff-hook):
2930 Check against user-error, not error.
2931
bd7239f5 2932 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2933 cl-specs.el, which no longer exists.
2934
3290526d
GM
29352012-05-22 Glenn Morris <rgm@gnu.org>
2936
2937 * info.el (info-emacs-bug): New command.
2938 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2939 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2940
ff0c3cfb
GM
29412012-05-21 Glenn Morris <rgm@gnu.org>
2942
2943 * makefile.w32-in (update-subdirs-SH):
2944 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2945
5814f126
SM
29462012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2947
a52c0aa0
SM
2948 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2949
5814f126
SM
2950 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2951 Simplify Maven regexp, and make sure the file can't start with a space
2952 (bug#11517).
2953
b847032c
GM
29542012-05-21 Glenn Morris <rgm@gnu.org>
2955
2956 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2957 Scrap superfluous subshells.
2958
3858bfe7
SM
29592012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2962 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2963
d14b0029
JB
29642012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2965
2966 * calc/calc.el (calc-ensure-consistent-units): New variable.
2967
a52c0aa0
SM
2968 * calc/calc-units.el (math-consistent-units-p)
2969 (math-check-unit-consistency): New functions.
2970 (calc-quick-units, calc-convert-units):
2971 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2972 is non-nil.
d14b0029
JB
2973 (calc-extract-units): Fix typo.
2974
60c4db3a
SM
29752012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2976
77f3b62e
SM
2977 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2978
60c4db3a
SM
2979 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2980 (flyspell-default-deplacement-commands): Don't spell check after
2981 repeated window/frame switches (e.g. triggered by mouse-movement).
2982 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2983 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2984 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2985 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2986 Remove unused vars.
2987 (flyspell-get-casechars, flyspell-get-not-casechars):
2988 Simplify; Don't bother removing a ] just to add it back.
2989 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2990
d209e2fb 29912012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2992
2993 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2994 New functions.
bd7239f5 2995 (math-function-table): Add support for more C functions.
b1a10716 2996
3f1b25b5
AM
29972012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2998
090bd7cb
JB
2999 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3000 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3001 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3002
b581bb5c
SM
30032012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3006 their respective macro declarations.
3007 * skeleton.el (define-skeleton):
3008 * progmodes/compile.el (define-compilation-mode):
3009 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3010 (define-ibuffer-filter):
3011 * emacs-lisp/generic.el (define-generic-mode):
3012 * emacs-lisp/easy-mmode.el (define-minor-mode)
3013 (define-globalized-minor-mode):
3014 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3015 * emacs-lisp/byte-run.el (defsubst):
3016 * custom.el (deftheme): Add doc-string metadata.
3017
70b8ef8f
SM
30182012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3021
b1198e17
SM
30222012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3023
9abdc45d
SM
3024 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3025
b1198e17
SM
3026 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3027 * emacs-lisp/cl-macs.el: Idem.
3028 * emacs-lisp/cl-specs.el: Remove.
3029
4735906a
SM
30302012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 Minor renaming of internal CL functions and variables.
3033 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3034 (cl--position): Rename from cl-position.
3035 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3036 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3037 (cl--random-state): Rename from *random-state*.
3038
ac348012
SM
30392012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3042 parens around the arg list (bug#11499).
3043
a0a79cde
JL
30442012-05-17 Juri Linkov <juri@jurta.org>
3045
3046 * isearch.el (word-search-regexp, word-search-backward)
3047 (word-search-forward, word-search-backward-lax)
3048 (word-search-forward-lax): Move functions from search.c
3049 (bug#10145, bug#11381).
3050
65034a51
AM
30512012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3052
090bd7cb
JB
3053 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3054 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3055 Delay for otherchars as for normal word components.
65034a51 3056
1a72a195
SM
30572012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * minibuffer.el (completion--sifn-requote): Fix last change.
3060 (minibuffer-local-must-match-filename-map):
3061 Move define-obsolete-variable-alias before its var.
3062
fdb058c2
SM
30632012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3064
c41045e6
SM
3065 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3066
036dfb8b
SM
3067 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3068 behavior.
3069 (completion--string-equal-p): New function.
3070 (completion--twq-all): Use it to get better assertion failure data.
3071
2473256d
SM
3072 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3073 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3074 (shell--requote-argument): New functions.
3075 (shell-completion-vars): Use them.
3076 (shell--parse-pcomplete-arguments): Rename from
3077 shell-parse-pcomplete-arguments.
3078 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3079 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3080 Obey comint-file-name-quote-list.
3081
fdb058c2
SM
3082 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3083 (smie-indent-keyword): Use it.
3084
51fa99f1
SM
30852012-05-14 Stefan Merten <smerten@oekonux.de>
3086
3087 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3088
e18afed7 30892012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3090
3091 * net/rlogin.el (rlogin-mode-map): Fix last change.
3092
e18afed7 30932012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3094
3095 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3096 the following \r\n using a single `process-send-string', since the
3097 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3098 with two `process-send-string's (Bug#11444).
8633b1f4 3099
e18afed7 31002012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3101
fdb058c2
SM
3102 * shell.el (shell-parse-pcomplete-arguments):
3103 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3104
2d21d7f6
WJ
31052012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3106
e18afed7 3107 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3108 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3109 (image-transform-width, image-transform-fit-width): New functions.
3110 (image-transform-properties): Use them.
3111 (image-transform-check-size): New function.
3112 (image-toggle-display-image): Use it (for testing).
3113 (image-transform-set-rotation): Reduce angle mod 360.
3114 Delete obsolete comment.
3115
7102e6d0
WJ
31162012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3117
3118 * image-mode.el: Fix scaling (bug#11399).
3119 (image-transform-resize): Doc fix.
3120 (image-transform-properties): Default scale is 1 and height should
3121 be an integer.
3122
06bc5e6e
SM
31232012-05-13 Johan Bockgård <bojohan@gnu.org>
3124
3125 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3126 than hard-coding `car', to fix misbehavior when moving forward.
3127
0ae03b6a
CY
31282012-05-13 Chong Yidong <cyd@gnu.org>
3129
3130 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3131 (tabulated-list-entries, tabulated-list-padding)
3132 (tabulated-list-sort-key): Make permanent-local.
3133
3134 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3135 (electric-buffer-list): Put electric buffer menu
3136 command descriptions in this docstring, instead of the docstring
3137 of electric-buffer-menu-mode. Code cleanups.
3138 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3139 Electric-buffer-menu-mode.
3140 (electric-buffer-update-highlight): Minor code cleanup.
3141
205a7391
MA
31422012-05-13 Michael Albinus <michael.albinus@gmx.de>
3143
3144 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3145 (Bug#11447)
3146
e5bd0a28
SM
31472012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3148
3149 Move define-obsolete-variable-alias before the var's definition.
3150 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3151 * tooltip.el (tooltip-hook):
3152 * textmodes/reftex-toc.el (reftex-toc-map):
3153 * textmodes/reftex-sel.el (reftex-select-label-map)
3154 (reftex-select-bib-map):
3155 * textmodes/reftex-index.el (reftex-index-map)
3156 (reftex-index-phrases-map):
3157 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3158 * progmodes/meta-mode.el (meta-mode-map):
3159 * novice.el (disabled-command-hook):
3160 * loadhist.el (unload-hook-features-list):
3161 * frame.el (blink-cursor):
3162 * files.el (find-file-not-found-hooks, write-file-hooks)
3163 (write-contents-hooks):
3164 * emulation/tpu-edt.el (GOLD-map):
3165 * emacs-lock.el (emacs-lock-from-exiting):
3166 * emacs-lisp/generic.el (generic-font-lock-defaults):
3167 * emacs-lisp/chart.el (chart-map):
3168 * dos-fns.el (register-name-alist):
3169 * dired-x.el (dired-omit-files-p):
3170 * desktop.el (desktop-enable):
3171 * cus-edit.el (custom-mode-hook):
3172 * buff-menu.el (buffer-menu-mode-hook):
3173 * bookmark.el (bookmark-read-annotation-text-func)
3174 (bookmark-exit-hooks):
3175 * allout.el (allout-mode-deactivate-hook)
3176 (allout-exposure-change-hook, allout-structure-added-hook)
3177 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3178 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3179 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3180 comes before the corresponding variable's definition.
3181
ac59c2f6
CY
31822012-05-12 Chong Yidong <cyd@gnu.org>
3183
3184 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3185 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3186 (Buffer-menu-mode-map): Bind it.
3187 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3188
dee6c9a3
SM
31892012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3190
2171cea5
SM
3191 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3192 (prolog-upper-case-string, prolog-lower-case-string)
3193 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3194 (prolog-use-smie, prolog-smie-grammar): New vars.
3195 (prolog-smie-forward-token, prolog-smie-backward-token)
3196 (prolog-smie-rules): New funs.
3197 (prolog-comment-indent): Remove.
3198 (prolog-mode-variables): Use default comment indentation instead.
3199 Setup SMIE.
3200 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3201 (prolog-mode): Don't call them any more.
3202 (prolog-electric-colon, prolog-electric-dash)
3203 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3204
aa0382bd
SM
3205 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3206
dbacb4bd
SM
3207 * minibuffer.el (completion--twq-all): Again, allow case differences.
3208
13bdd94c
SM
3209 * term.el: Move keymap initialization code to be more idiomatic.
3210 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3211 (term-terminal-menu): Move initialization into declaration.
3212 (term-escape-char): Let the user set it in her .emacs.
3213
ff46c759
SM
3214 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3215 Provide SMIE-based indentation (not enabled by default yet).
3216 (sh-mode-map): Don't bind electric keys.
3217 Use electric-pair-mode instead of skeleton-pair.
3218 (sh-assignment-regexp): Fit within 80 columns.
3219 (sh-indent-supported): Specify actual shell name instead of boolean.
3220 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3221 (sh-maybe-here-document): Use it. Make obsolete.
3222 (sh-electric-here-document-mode) New minor mode.
3223 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3224 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3225 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3226 (sh-smie-rc-grammar, sh-use-smie): New vars.
3227 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3228 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3229 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3230 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3231 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3232 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3233 (sh-set-shell): Use smie-setup if requested.
3234
dee6c9a3
SM
3235 * term.el (term-set-escape-char): Properly set term-escape-char.
3236 See http://stackoverflow.com/questions/10524656.
3237
9f9aa044
CY
32382012-05-10 Chong Yidong <cyd@gnu.org>
3239
3240 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3241 Use url-generic-parse-url, and handle host names and Windows
3242 filenames properly.
3243 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3244 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3245 URL schemes to work on.
3246 (ffap--toggle-read-only): New function.
3247 (ffap-read-only, ffap-read-only-other-window)
3248 (ffap-read-only-other-frame): Use it.
3249 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3250 necessary for ffap-url-unwrap-remote.
3251
836d29b3
DA
32522012-05-10 Dave Abrahams <dave@boostpro.com>
3253
3254 * cus-start.el (create-lockfiles): Add it.
3255
00fd78ed
CY
32562012-05-09 Chong Yidong <cyd@gnu.org>
3257
3258 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3259 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3260
666b903b 32612012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3262
3263 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3264
666b903b 32652012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3266
3267 * ansi-color.el (ansi-color-process-output): Check for validity of
3268 comint-last-output-start before using it. This avoids a bad
3269 interaction with gdb-mi's input/output buffer.
3270
666b903b 32712012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3272
3273 * files.el (dir-locals-read-from-file):
3274 Mention dir-locals in any error message.
3275
666b903b 32762012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3277
3278 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3279 package (Bug#11410).
3280
f677562b
CY
3281 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3282 variables into description.
3283
666b903b 32842012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3285
3286 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3287 shell-delimiter-argument-list (bug#11348).
3288 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3289
b499d8d0
JB
32902012-05-09 Juanma Barranquero <lekktu@gmail.com>
3291
8f6b6da8
JB
3292 * textmodes/rst.el: Silence byte-compiler warnings.
3293 (rst-re-alist, rst-reset-section-caches): Move around.
3294 (rst-re): Use `characterp', not `char-valid-p'.
3295 (font-lock-beg, font-lock-end): Declare.
3296
4824146a
JB
3297 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3298 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3299
b499d8d0
JB
3300 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3301
ad89bb83
GM
33022012-05-08 Glenn Morris <rgm@gnu.org>
3303
3304 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3305
8bba5a75
SM
33062012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3307
49ed9c8e
SM
3308 * vc/log-edit.el: Add GNU coding standards highlighting.
3309 (log-edit-font-lock-gnu-style)
3310 (log-edit-font-lock-gnu-keywords): New vars.
3311 (log-edit-font-lock-keywords): New fun.
3312 (log-edit-mode): Don't fold case in font-lock.
3313 (log-edit-font-lock-keywords): Do not assume case-folding.
3314
07d00b56
SM
3315 * imenu.el: Misc cleanup. Make docstrings out of comments.
3316 Use lexical-binding.
3317 (imenu--index-alist, imenu--last-menubar-index-alist)
3318 (imenu-menubar-modified-tick): Use defvar-local.
3319 (imenu--split-menu): Remove unused var.
3320 (imenu--cleanup-seen): Declare as global.
3321 (imenu--cleanup): Use dolist.
3322
8bba5a75
SM
3323 * subr.el (defvar-local): Add debug spec and doc-string position.
3324
5075bdb5
GM
33252012-05-08 Glenn Morris <rgm@gnu.org>
3326
090bd7cb 3327 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3328 * language/english.el, language/georgian.el, language/greek.el:
3329 * language/japanese.el, language/khmer.el, language/korean.el:
3330 * language/lao.el, language/misc-lang.el, language/romanian.el:
3331 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3332 * language/thai.el, language/utf-8-lang.el:
3333 Remove no-byte-compile setting.
3334
5075bdb5
GM
3335 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3336
06f679a7
AH
33372012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3338
3339 * progmodes/make-mode.el (makefile-browse):
3340 Remove unnecessary interactive. (Bug#11324)
3341
03794570
GM
33422012-05-07 Glenn Morris <rgm@gnu.org>
3343
af8630f4
GM
3344 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3345
03794570
GM
3346 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3347
f0809a9d
SM
33482012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3349
28be5ce7
SM
3350 * loadup.el: Preload newcomment.el.
3351 * newcomment.el: Move autoload-only code to toplevel.
3352
f0809a9d
SM
3353 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3354 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3355 Handle new :right-align column property.
3356 (tabulated-list-print-col): Idem, plus use `display' text-property to
3357 try and preserve alignment for variable pitch fonts.
3358
1241b724
CY
33592012-05-07 Chong Yidong <cyd@gnu.org>
3360
3361 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3362 (tabulated-list-use-header-line): New var.
3363 (tabulated-list-init-header): Use it.
3364 (tabulated-list-print-fake-header): New function.
3365 (tabulated-list-print): Use it.
3366 (tabulated-list-sort-button-map): Add non-header-line commands.
3367 (tabulated-list-init-header): Add column name property to basic
3368 labels as well.
3369 (tabulated-list-col-sort): Handle non-header-line button case.
3370 (tabulated-list--sort-by-column-name): Fix a corner case.
3371
f0809a9d
SM
3372 * buff-menu.el (list-buffers--refresh):
3373 Handle Buffer-menu-use-header-line.
1241b724 3374
e5f9458f
CY
33752012-05-06 Chong Yidong <cyd@gnu.org>
3376
3377 * buff-menu.el: Convert to Tabulated List mode.
3378 (Buffer-menu-buffer+size-width): Make obsolete.
3379 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3380 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3381 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3382 documentation into docstring of buffer-menu.
3383 (Buffer-menu-toggle-files-only): Add an informative message.
3384 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3385 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3386 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3387 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3388 (Buffer-menu-execute, Buffer-menu-select)
3389 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3390 (Buffer-menu-bury): Use Tabulated List machinery.
3391 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3392 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3393 Delete.
e5f9458f
CY
3394 (list-buffers--refresh): New function.
3395 (list-buffers-noselect): Use it.
3396 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3397 (Buffer-menu--pretty-file-name): New helper functions.
3398
3399 * loadup.el: Preload tabulated-list.
3400
3401 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3402 tabulated-list-sort-column.
3403 (tabulated-list-init-header): Add the initial aligning space even
3404 if tabulated-list-padding is zero.
3405
e129292c
CS
34062012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3407
3408 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3409 whose cdr is not a cons cell correctly (bug#11038).
3410
6632d361
CY
34112012-05-06 Chong Yidong <cyd@gnu.org>
3412
e129292c
CS
3413 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3414 Accept additional plist in column descriptors.
6632d361
CY
3415 (tabulated-list-init-header): Obey it.
3416 (tabulated-list-get-entry): New function.
3417 (tabulated-list-put-tag): Use it. Use string-width instead of
3418 length.
3419 (tabulated-list--column-number): New function.
3420 (tabulated-list-print): Use it.
e129292c
CS
3421 (tabulated-list-print-col): New function.
3422 Set `tabulated-list-column-name' property on each column's text.
6632d361 3423 (tabulated-list-print-entry): Use it.
e129292c
CS
3424 (tabulated-list-delete-entry, tabulated-list-set-col):
3425 New functions.
6632d361
CY
3426 (tabulated-list-sort-column): New command (Bug#11337).
3427
3cc99f68
CY
3428 * buff-menu.el (list-buffers): Move C-x C-b binding from
3429 buff-menu.el to bindings.el.
3430
3431 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3432 :advertised-binding feature.
3433
52b61776
TN
34342012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3435
3436 * progmodes/compile.el (compilation-internal-error-properties):
3437 Calculate start position correctly when end-col is set but
3438 end-line is not (Bug#11382).
3439
ebfe2597
WJ
34402012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3441
3442 * man.el (Man-unindent): Use text-property-default-nonsticky to
3443 prevent untabify from inheriting face properties (Bug#11408).
3444
6d3f7c2f
SM
34452012-05-05 Stefan Merten <smerten@oekonux.de>
3446
3447 * textmodes/rst.el: Major merge with upstream development up to
3448 Docutils SVN r7399 / rst.el V1.2.1.
3449
3450 Clarify maintainership and authors.
3451
3452 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3453 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3454 (rst-official-version, rst-official-cvs-rev, rst-version)
3455 (rst-package-emacs-version-alist): New functions and variables
3456 for version information.
3457
3458 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3459 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3460 (rst-mode-syntax-table, rst-mode): New and corrected functions
3461 and variables representing reStructuredText features.
3462
3463 (rst-re): New function for reStructuredText regexes. Use in
3464 many places.
3465
3466 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3467 (rst-mode-map): Rebind keys.
3468
3469 (rst-mode-lazy, rst-font-lock-keywords)
3470 (rst-font-lock-extend-region)
3471 (rst-font-lock-extend-region-internal)
3472 (rst-font-lock-extend-region-extend)
3473 (rst-font-lock-find-unindented-line-limit)
3474 (rst-font-lock-find-unindented-line-match)
3475 (rst-adornment-level, rst-font-lock-adornment-level)
3476 (rst-font-lock-adornment-match)
3477 (rst-font-lock-handle-adornment-pre-match-form)
3478 (rst-font-lock-handle-adornment-matcher): Major revision of
3479 font-locking. Integrate with other code. Use `jit-lock-mode'.
3480
3481 (rst-preferred-adornments, rst-adjust-hook)
3482 (rst-new-adornment-down, rst-preferred-bullets)
3483 (rst-preferred-bullets, rst-indent, rst-indent-width)
3484 (rst-indent-field, rst-indent-literal-normal)
3485 (rst-indent-literal-minimized, rst-indent-comment): Change,
3486 extend and improve customization.
3487
3488 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3489 (rst-normalize-cursor-position, rst-get-decoration)
3490 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3491 (rst-rstrip, rst-toc-insert-find-delete-contents)
3492 (rst-shift-fill-region, rst-compute-bullet-tabs)
3493 (rst-debug-print-tabs, rst-debug-mark-found)
3494 (rst-shift-region-guts, rst-shift-region-right)
3495 (rst-shift-region-left, rst-use-char-classes)
3496 (rst-font-lock-keywords-function)
3497 (rst-font-lock-indentation-point)
3498 (rst-font-lock-find-unindented-line-begin)
3499 (rst-font-lock-find-unindented-line-end)
3500 (rst-font-lock-find-unindented-line)
3501 (rst-font-lock-adornment-point, rst-font-lock-level)
3502 (rst-adornment-level-alist): Remove functions and variables.
3503
3504 (rst-compare-adornments, rst-get-adornment-match)
3505 (rst-suggest-new-adornment, rst-get-adornments-around)
3506 (rst-adornment-complete-p, rst-get-next-adornment)
3507 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3508 (rst-straighten-adornments): Standardize function names to
3509 use "adornment" instead of "decoration". Correct callers.
3510 Similar standardizing in many places.
3511
3512 (rst-update-section, rst-adjust, rst-promote-region)
3513 (rst-enumerate-region, rst-bullet-list-region)
3514 (rst-repeat-last-character): Correct use of `interactive'.
3515
3516 (rst-classify-adornment, rst-find-all-adornments)
3517 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3518 (rst-find-leftmost-column, rst-repeat-last-character):
3519 Refactor functions.
3520
3521 (rst-find-title-line, rst-reset-section-caches)
3522 (rst-get-adornments-around, rst-adjust-adornment-work)
3523 (rst-arabic-to-roman, rst-roman-to-arabic)
3524 (rst-insert-list-pos, rst-insert-list-new-item)
3525 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3526 New functions.
3527
3528 (rst-all-sections, rst-section-hierarchy)
3529 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3530 New variables.
3531
3532 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3533 configuration instead of only buffer. Change where necessary.
3534
3535 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3536 (rst-shift-region, rst-adaptive-fill): New functions for
3537 indentation and filling.
3538
3539 (rst-comment-line-break, rst-comment-indent)
3540 (rst-comment-insert-comment, rst-comment-region)
3541 (rst-uncomment-region): New functions for handling comments.
3542
3543 (rst-compile): Quote shell arguments.
3544
3545 (rst-compile-pdf-preview, rst-compile-slides-preview):
3546 Delete temporary files after use.
3547
a43f98b3
GM
35482012-05-05 Glenn Morris <rgm@gnu.org>
3549
48176e8b
GM
3550 * calendar/cal-html.el: Optionally include holidays in the output.
3551 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3552 (cal-html-holidays): New option.
3553 (cal-html-css-default): Add holiday entry.
3554 (holiday-in-range): Autoload it.
3555 (cal-html-htmlify-entry): Add optional class argument.
3556 (cal-html-htmlify-list): Add optional holidays argument.
3557 (cal-html-insert-agenda-days): Include holidays in the output.
3558 (cal-html-one-month): Maybe include holidays.
3559
a43f98b3
GM
3560 * calendar/holidays.el (holiday-in-range):
3561 Move here from cal-tex-list-holidays.
3562 * calendar/cal-tex.el (cal-tex-list-holidays):
3563 Make it an obsolete alias for holiday-in-range. Update all callers.
3564
fef9d149 35652012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3566
3567 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3568 Nextstep.
3569
248da2f4
RW
35702012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3571
3572 * files.el (file-auto-mode-skip): New var.
3573 (set-auto-mode-1): Use it.
3574
f95e9344
SM
35752012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3576
df96ab1e
SM
3577 * repeat.el: Use lexical-binding.
3578 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3579 (repeat-undo-count): Remove.
3580 (repeat):
3581 * progmodes/octave-mod.el (octave-abbrev-start):
3582 * progmodes/f90.el (f90-abbrev-start):
3583 * face-remap.el (text-scale-adjust):
3584 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3585
5342bb06
SM
3586 * emacs-lisp/pcase.el (pcase--let*): New function.
3587 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3588 a bit more.
3589 (pcase--split-pred): Be more clever about ruling out overlap between
3590 a predicate and some constant pattern.
3591 (pcase--q1): Use `null' instead of (eq foo nil).
3592
f95e9344
SM
3593 * subr.el (setq-local, defvar-local): New macros.
3594 (kbd): Redefine as an alias.
3595 (with-selected-window): Leave unrelated frames alone.
3596 (set-temporary-overlay-map): New function.
3597
71873e2b
SM
35982012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * subr.el (user-error): New function.
3601 * window.el (switch-to-buffer):
3602 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3603 (smerge-match-conflict):
3604 * simple.el (previous-matching-history-element)
3605 (next-matching-history-element, goto-history-element, undo-more)
3606 (undo-start):
3607 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3608 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3609 (next-file, tags-loop-scan, list-tags, complete-tag):
3610 * progmodes/compile.el (compilation-loop):
3611 * mouse.el (mouse-minibuffer-check):
3612 * man.el (Man-bgproc-sentinel, Man-goto-page):
3613 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3614 (Info-history-forward, Info-follow-reference, Info-menu)
3615 (Info-extract-menu-item, Info-extract-menu-counting)
3616 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3617 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3618 (Info-next-reference, Info-prev-reference, Info-index)
3619 (Info-index-next, Info-follow-nearest-node)
3620 (Info-copy-current-node-name):
3621 * imenu.el (imenu--make-index-alist)
3622 (imenu-default-create-index-function, imenu-add-to-menubar):
3623 * files.el (basic-save-buffer, recover-file):
3624 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3625 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3626 (checkdoc-message-text, checkdoc-defun):
3627 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3628 * cus-edit.el (customize-changed-options, customize-rogue)
3629 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3630 (custom-variable-mark-to-reset-standard)
3631 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3632 (custom-file):
3633 * completion.el (check-completion-length):
3634 * comint.el (comint-search-arg)
3635 (comint-previous-matching-input-string-position)
3636 (comint-previous-matching-input)
3637 (comint-replace-by-expanded-history-before-point, comint-send-input)
3638 (comint-copy-old-input, comint-backward-matching-input)
3639 (comint-goto-process-mark, comint-set-process-mark):
3640 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3641 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3642
8a61ee22
SM
36432012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3644
66408d1e
SM
3645 * dabbrev.el (dabbrev--ignore-case-p): New function.
3646 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3647 Use it.
3648
8a61ee22
SM
3649 * files.el (automount-dir-prefix): Mark as obsolete.
3650
3c74813a
GM
36512012-05-04 Glenn Morris <rgm@gnu.org>
3652
3653 * patcomp.el, play/bruce.el: Move to obsolete/.
3654
0bfcf5c5
PE
36552012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3656
3657 Fix minor Y10k bugs.
3658 * arc-mode.el (archive-unixdate):
3659 * autoinsert.el (auto-insert-alist):
3660 * calc/calc-forms.el (math-this-year):
3661 * emacs-lisp/copyright.el (copyright-current-year)
3662 (copyright-update-year, copyright):
3663 * tar-mode.el (tar-clip-time-string):
3664 * time.el (display-time-update):
3665 Don't assume years have 4 digits.
3666
78f3273a
CY
36672012-05-04 Chong Yidong <cyd@gnu.org>
3668
3669 * dos-w32.el (file-name-buffer-file-type-alist)
3670 (direct-print-region-use-command-dot-com):
3671 * ffap.el (ffap-menu-regexp):
3672 * find-file.el (ff-special-constructs):
3673 * follow.el (follow-debug):
3674 * forms.el (forms--debug):
3675 * iswitchb.el (iswitchb-all-frames):
3676 * ido.el (ido-all-frames):
3677 * emacs-lisp/timer.el (timer-max-repeats):
3678 * mail/feedmail.el (feedmail-mail-send-hook)
3679 (feedmail-mail-send-hook-queued):
3680 * mail/footnote.el (footnote-signature-separator):
3681 * mail/mailabbrev.el (mail-alias-separator-string)
3682 (mail-abbrev-mode-regexp):
3683 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3684 * progmodes/idlwave.el (idlwave-libinfo-file)
3685 (idlwave-default-completion-case-is-down)
3686 (idlwave-library-routines): Convert defvars to defcustoms.
3687
3688 * mail/rmail.el (rmail-decode-mime-charset):
3689 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3690 (idlwave-shell-fix-inserted-breaks)
3691 (idlwave-shell-activate-alt-keybindings)
3692 (idlwave-shell-use-breakpoint-glyph):
3693 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3694
f7ae6719
SM
36952012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3698
47086495
WS
36992012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3700
3701 * progmodes/verilog-mode.el (font-lock-keywords):
3702 Fix mis-highligting auto. Reported by Craig Barner.
3703 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3704 defines from global name space. Reported by Dan Dever.
3705 (verilog-auto-reset, verilog-auto-reset-widths)
3706 (verilog-auto-tieoff): Support using unbased numbers for
3707 AUTORESET and AUTOTIEOFF.
3708 (verilog-submit-bug-report): Update variable list.
3709 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3710 parenthesis from not matching. Reported by Michael Rytting.
3711 (verilog-auto-template-lint): Fix hash error when linting modules
3712 with no used templates.
3713 (verilog-warn, verilog-warn-error)
3714 (verilog-warn-fatal): When non-interactive report multiple
3715 warnings before exiting. Suggested by Brad Dobbie.
3716 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3717 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3718 to report unused template errors. Reported by Brad Dobbie.
3719 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3720 nets, bug438. Reported by Vns Blore.
3721 (verilog-auto-inout-module, verilog-auto-reg)
3722 (verilog-read-decls, verilog-read-sub-decls-sig)
3723 (verilog-signals-edit-wire-reg, verilog-signals-with):
3724 Fix passing of Verilog data types in ANSI input/output ports
3725 such as "output logic" into the AUTOs. Special case "wire" and
3726 "reg" for backwards compatibility presuming Verilog 2001.
3727 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3728 (verilog-preprocess): Fix replication of preprocess output.
3729 Reported by Brad Dobbie.
3730 (verilog-auto-inst-interfaced-ports):
3731 Create verilog-auto-inst-interfaced-ports, bug429.
3732 Reported by Julian Gorfajn.
3733 (verilog-after-save-font-hook)
3734 (verilog-before-save-font-hook): New variable.
3735 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3736 (verilog-save-font-mods): Wrap disabling fontification, reported
3737 by David Rogoff.
3738 (verilog-do-indent, verilog-pretty-declarations-auto)
3739 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3740 Reported by Pierre-David Pfister.
3741 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3742 of class declarations, bug292. Reported by Kevin Heilman.
3743 (verilog-read-decls): Fix 'parameter type' not appearing in
3744 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3745 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3746 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3747 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3748 Reported by David Kravitz.
3749
37502012-05-03 Michael McNamara <mac@mail.brushroad.com>
3751
3752 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3753 assignment with tests in ifs and for loops.
3754 (verilog-extended-complete-re, verilog-complete-reg): Change so
3755 that DPI inport functions don't look like fuction declarations.
3756 (verilog-pretty-expr): Don't line up assignment
3757 operations to the test and increment in if and for loops
3758 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3759 that DPI inport functions don't look like fuction declarations.
47086495 3760
2e51d4b5
KH
37612012-05-03 Kenichi Handa <handa@m17n.org>
3762
3763 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3764 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3765 (Bug#11282).
3766
2bd785a2
SM
37672012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * emacs-lisp/bytecomp.el
3770 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3771 since cconv.el might have introduced :fun-body, internal-make-closure,
3772 and friends for bytecomp to handle (bug#11391).
3773 * custom.el (defcustom): Avoid ((λ ..) ..).
3774
99d27583
SM
37752012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3778
55a71479
JB
37792012-05-02 Juanma Barranquero <lekktu@gmail.com>
3780
3781 * notifications.el (dbus-debug):
3782 * term/linux.el (gpm-mouse-enable):
3783 * term/screen.el (xterm-register-default-colors): Declare.
3784
7b97c764
CY
37852012-05-02 Chong Yidong <cyd@gnu.org>
3786
2bc356d7
CY
3787 * cus-start.el (gc-cons-percentage, exec-suffixes)
3788 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3789 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3790 (make-cursor-line-fully-visible, void-text-area-pointer)
3791 (font-list-limit): Add customization data.
3792
7b97c764
CY
3793 * allout.el (allout-exposure-change-functions)
3794 (allout-structure-added-functions)
3795 (allout-structure-deleted-functions)
3796 (allout-structure-shifted-functions): Rename abnormal hooks from
3797 *-hook, and convert to defcustoms.
5d3385a0
JB
3798 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3799 Convert to defcustoms.
7b97c764
CY
3800 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3801
3802 * allout-widgets.el: Hook callers changed.
3803
90207a15 38042012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3805
3806 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3807 the yanked message in preference to the default value of
3808 buffer-file-coding-system.
3809
90207a15 38102012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3811
5d3385a0
JB
3812 * window.el (display-buffer--action-function-custom-type):
3813 Fix entry.
d9558cad 3814
90207a15 38152012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3816
3817 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3818
d80ac57b
GM
38192012-05-01 Glenn Morris <rgm@gnu.org>
3820
976f7668
GM
3821 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3822
beb83b5a
GM
3823 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3824
d80ac57b
GM
3825 * cus-edit.el (custom-variable-documentation): Simplify with format.
3826
b593d6a9
AH
38272012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3828 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * simple.el (suggest-key-bindings, execute-extended-command):
3831 Move from keyboard.c.
3832
782fbf2a
CY
38332012-05-01 Chong Yidong <cyd@gnu.org>
3834
3835 * follow.el: Eliminate advice.
3836 (set-process-filter, process-filter, sit-for): Advice deleted.
3837 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3838 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3839 Vars deleted.
782fbf2a
CY
3840 (follow-auto): Use a :set function.
3841 (follow-mode): Rewritten. Don't advise process filters.
3842 (follow-switch-to-current-buffer-all, follow-scroll-up)
3843 (follow-scroll-down): Assume follow-mode is bound.
3844 (follow-comint-scroll-to-bottom)
3845 (follow-align-compilation-windows): New functions.
3846 (follow--window-sorter): New function.
3847 (follow-all-followers): Use it to explicitly sort windows by their
3848 positions; don't make assumptions about next-window order.
3849 (follow-windows-start-end, follow-delete-other-windows-and-split)
3850 (follow-calc-win-start): Doc fix.
3851 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3852 vertical-motion unnecessarily.
3853 (follow-adjust-window): New function.
3854 (follow-post-command-hook): Use it.
3855 (follow-call-set-process-filter, follow-call-process-filter)
3856 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3857 (follow-stop-intercept-process-output, follow-generic-filter):
3858 Functions deleted.
3859 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3860 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3861 New functions, replacing advice on scroll-bar-* commands.
87233a14 3862 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3863
3864 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3865 (comint-postoutput-scroll-to-bottom): Use it.
3866 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3867
290af740
GM
38682012-05-01 Glenn Morris <rgm@gnu.org>
3869
3870 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3871 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3872 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3873 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3874 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3875 Remove no-byte-compile setting.
3876
6eac8dc9
SM
38772012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3880 all-completions code to not return a number in the last cdr.
3881
9cc7819c
LL
38822012-04-30 Leo Liu <sdl.web@gmail.com>
3883
3884 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3885 read-only error.
3886
c93b886f
CY
38872012-04-29 Chong Yidong <cyd@gnu.org>
3888
3889 * follow.el (follow-calc-win-end): Rewrite to handle partial
3890 screen lines correctly (Bug#8390).
3891 (follow-avoid-tail-recenter): Minor cleanup.
3892
8b6c19f4
SM
38932012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 Avoid the obsolete `assoc' package.
3896 * speedbar.el (speedbar-refresh): Avoid adelete.
3897 (speedbar-file-lists): Simplify and avoid aput.
3898 * man.el (Man--sections, Man--refpages): New vars, replacing
3899 Man-sections-alist and Man-refpages-alist.
3900 (Man-build-section-alist, Man-build-references-alist):
3901 Use them; avoid aput.
3902 (Man--last-section, Man--last-refpage): New vars.
3903 (Man-follow-manual-reference): Use them.
3904 Use the `default' arg of completing-read.
3905 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3906
c5bb7569
CY
39072012-04-27 Chong Yidong <cyd@gnu.org>
3908
d1d2e2e8
CY
3909 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3910
15cd8efd
CY
3911 * startup.el (x-apply-session-resources): New function.
3912
3913 * term/ns-win.el (ns-initialize-window-system):
3914 * term/w32-win.el (w32-initialize-window-system):
3915 * term/x-win.el (x-initialize-window-system): Use it to properly
3916 set menu-bar-mode and other vars from X resources, even if the
3917 initial frame is not a window-system frame (Bug#2299).
3918
c5bb7569
CY
3919 * subr.el (read-key): Avoid running filter function when setting
3920 up temporary tool bar entries (Bug#9922).
3921
a8e7d6d7 39222012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3923
3924 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3925 (Bug#11344)
3926
a8e7d6d7 39272012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3928
3929 * select.el (xselect--encode-string): New function, split from
3930 xselect-convert-to-string.
3931 (xselect-convert-to-string): Use it.
3932 (xselect-convert-to-filename, xselect-convert-to-os)
3933 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3934 returned strings are properly encoded (Bug#11315).
3935
a8e7d6d7 39362012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3937
3938 * simple.el (delete-active-region): Move to killing custom group.
3939
a8e7d6d7 39402012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3941
3942 * progmodes/which-func.el (which-func-current): Quote %
3943 characters for mode-line processing.
3944
578c1d4b 39452012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3946
3947 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3948 reaching eob (Bug#11286).
3949
a8e7d6d7 39502012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3951
3952 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3953 (gdb): Make it buffer-local and init to zero.
3954 (gdb-control-commands-regexp): New variable.
3955 (gdb-send): Don't wrap in "-interpreter-exec console" if
3956 gdb-control-level is positive. Increment gdb-control-level
3957 whenever the command matches gdb-control-commands-regexp, and
3958 decrement it each time the command is "end". (Bug#11279)
3959
a8e7d6d7 39602012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3961
3962 * window.el (adjust-window-trailing-edge, enlarge-window)
3963 (shrink-window, window-resize):
3964 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3965 windows (Bug#11276).
3966
b3608390
CY
39672012-04-27 Chong Yidong <cyd@gnu.org>
3968
3969 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3970 fix "missing prefix" warning. All callers changed.
b3608390 3971
797e6e88
SM
39722012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3973
3974 * emacs-lisp/assoc.el: Move to obsolete/.
3975
e95a67dc
SM
39762012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3977
657c21e4 3978 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3979
3980 * term/ns-win.el (ns-define-service):
3981 * progmodes/pascal.el (pascal-goto-defun):
3982 * progmodes/js.el (js--read-tab):
3983 * progmodes/etags.el (tags-lazy-completion-table):
3984 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3985 * emacs-lisp/ewoc.el (ewoc--wrap):
3986 * emacs-lisp/assoc.el (aput, adelete, amake):
3987 * doc-view.el (doc-view-convert-current-doc):
3988 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3989
cb3e7ae0
CY
39902012-04-26 Chong Yidong <cyd@gnu.org>
3991
dce04f7f
CY
3992 * image.el (image-type-from-buffer): Only return supported image
3993 type (Bug#9045).
3994
cb3e7ae0
CY
3995 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3996 value, for symmetry with diff-end-of-hunk.
3997 (diff-split-hunk, diff-find-source-location)
3998 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3999 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4000 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4001 compute the relevant hunk or file properly (Bug#6005).
4002 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4003
0d42eb3e
SM
40042012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * vc/vc-mtn.el:
4007 * vc/vc-hg.el:
4008 * vc/vc-git.el:
4009 * vc/vc-dir.el:
4010 * vc/vc-cvs.el:
4011 * vc/vc-bzr.el:
4012 * vc/vc-arch.el:
4013 * vc/vc.el: Replace lexical-let by lexical-binding.
4014 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4015 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4016 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4017
f08ae1c9
CY
40182012-04-26 Chong Yidong <cyd@gnu.org>
4019
8b71081d
CY
4020 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4021 (diff-mode-shared-map): Bind it to / and [remap undo].
4022
f08ae1c9
CY
4023 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4024 (ediff-window-setup-function): Use it as the default, to set up
4025 windows based on whether the current frame is graphical (Bug#2138).
4026 (ediff-choose-window-setup-function-automatically): Make obsolete.
4027
4028 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4029
ef24141c
SM
40302012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4031
cc356a5d
SM
4032 * ffap.el: Remove old code for obsolete package.
4033 (ffap-complete-as-file-p): Remove.
4034
b4ff4f1f
SM
4035 Use completion-table-with-quoting for comint and pcomplete.
4036 * comint.el (comint--unquote&requote-argument)
4037 (comint--unquote-argument, comint--requote-argument): New functions.
4038 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4039 (comint-quote-filename): Use regexp-opt-charset.
4040 (comint--common-suffix, comint--common-quoted-suffix)
4041 (comint--table-subvert): Remove.
4042 (comint-unquote-function, comint-requote-function): New vars.
4043 (comint--complete-file-name-data): Use them with
4044 completion-table-with-quoting.
4045 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4046 * pcomplete.el (pcomplete-arg-quote-list)
4047 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4048 (pcomplete-unquote-argument-function): Default to non-nil.
4049 (pcomplete-unquote-argument): Simplify.
4050 (pcomplete--common-quoted-suffix): Remove.
4051 (pcomplete-requote-argument-function): New var.
4052 (pcomplete--common-suffix): New function.
4053 (pcomplete-completions-at-point): Use completion-table-with-quoting
4054 and completion-table-subvert.
4055
79c4eeb4
SM
4056 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4057 (minibuffer--double-dollars): Preserve properties.
4058 (completion--sifn-requote): New function.
4059 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4060
ef24141c
SM
4061 * minibuffer.el: Add support for completion of quoted/escaped data.
4062 (completion-table-with-quoting, completion-table-subvert): New funs.
4063 (completion--twq-try, completion--twq-all): New functions.
4064 (completion--nth-completion): New function.
4065 (completion-try-completion, completion-all-completions): Use it.
4066
784e7d6e
LL
40672012-04-25 Leo Liu <sdl.web@gmail.com>
4068
dd2ac746
SM
4069 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4070 Use compilation-message if available to find real filename.
784e7d6e 4071
07875ee7
CY
40722012-04-25 Chong Yidong <cyd@gnu.org>
4073
4074 * vc/diff-mode.el (diff-setup-whitespace): New function.
4075 (diff-mode): Use it.
4076
4077 * vc/diff.el (diff-sentinel):
4078 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4079 Whitespace mode variables based on diff style (Bug#8612).
4080
5055880d
LL
40812012-04-25 Leo Liu <sdl.web@gmail.com>
4082
daf75653
LL
4083 * progmodes/python.el (python-send-region): Add suffix .py to the
4084 temp file.
4085
5055880d
LL
4086 * files.el (auto-mode-alist): Use javascript-mode instead.
4087
db9b177b
AH
40882012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4089
ef24141c 4090 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4091
090bd7cb 4092 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4093 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4094 references, see Bug#9.
ef24141c 4095 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4096 when receiving a fault reply.
ef24141c 4097 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4098
090bd7cb 4099 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4100 (soap-inspect-simple-type): New function.
db9b177b 4101
090bd7cb 4102 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4103 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4104 (soap-decode-basic-type, soap-encode-basic-type):
4105 support unsignedInt and double basic types.
db9b177b 4106 (soap-resolve-references-for-simple-type)
ef24141c
SM
4107 (soap-parse-simple-type, soap-encode-simple-type): New function.
4108 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4109
090bd7cb 4110 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4111 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4112 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4113 the local name of "soapenc:Array".
4114 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4115 decoding integer, byte and anyURI xsd types.
4116
1fc6097b
CY
41172012-04-25 Chong Yidong <cyd@gnu.org>
4118
4119 * cus-edit.el (custom-buffer-create-internal): Update header text.
4120
afc6df87
EZ
41212012-04-25 Eli Zaretskii <eliz@gnu.org>
4122
4123 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4124 settings on 'system-type', not on 'window-system'. On MS-Windows,
4125 set interactive-mode on in GDB.
4126
dfbd787f
SM
41272012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4130 (ruby-syntax-propertize-regexp): Remove.
4131 (ruby-syntax-propertize-function): Split regexp into chunks.
4132 Match following code directly.
4133
85222d44
DG
41342012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4135
51a8ea2a
DG
4136 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4137 (ruby-syntax-propertize-regexp): New function.
4138 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4139 by a special keyword.
4140
85222d44
DG
4141 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4142 (ruby-syntax-general-delimiters-goto-beg)
4143 (ruby-syntax-propertize-general-delimiters): New functions.
4144 (ruby-syntax-propertize-function): Use them to handle GDL.
4145 (ruby-font-lock-keywords): Move old handling of GDL...
4146 (ruby-font-lock-syntactic-keywords): .. to here.
4147 (ruby-calculate-indent): Adjust indentation for GDL.
4148
b613912b
MA
41492012-04-24 Michael Albinus <michael.albinus@gmx.de>
4150
b5380639
MA
4151 * notifications.el (top): Remove unneeded declarations.
4152 (notifications-specification-version): Change to "1.2".
e43042fe 4153 (notifications-interface, notifications-notify-method)
b613912b
MA
4154 (notifications-close-notification-method): Fix docstring.
4155 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4156 (notifications-notify): Add :action-items, :resident and
4157 :transient hints. Change "image_data" to "image-data" and
4158 "image_path" to "image-path".
b613912b
MA
4159 (notifications-get-capabilities): New defun.
4160
257440aa
LL
41612012-04-24 Leo Liu <sdl.web@gmail.com>
4162
4163 * progmodes/python.el: Move hideshow setup to the end.
4164
b1bac16e
MR
41652012-04-24 Martin Rudalics <rudalics@gmx.at>
4166
4167 * window.el (handle-select-window): Clear echo area since this is
4168 no more done by read_char (Bug#11304).
4169
d81bd059
SM
41702012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4173 and `/ M' to filter-derived-mode.
4174 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4175 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4176 (ibuffer-mark-by-mode): Use default rather than initial-input.
4177 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4178
c4cf6d91
IA
41792012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4180
4181 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4182 (ibuffer-filter-by-derived-mode): New filter.
4183 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4184
7511ded8
CY
41852012-04-23 Andreas Politz <politza@fh-trier.de>
4186
4187 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4188
775c916b
CY
41892012-04-23 Chong Yidong <cyd@gnu.org>
4190
4191 * cus-edit.el (customize-apropos, customize-apropos-options):
4192 Disable matching of non-option variables (Bug#11176).
4193 (customize-option, customize-option-other-window)
4194 (customize-changed-options): Doc fix.
4195 (customize-apropos-options, customize-apropos-faces)
4196 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4197
4198 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4199 Fix word list splitting (Bug#11132).
46c71e23
CY
4200 (apropos-symbol, apropos-keybinding, apropos-label)
4201 (apropos-property, apropos-function-button)
4202 (apropos-variable-button, apropos-misc-button): New faces.
4203 (apropos-symbol-face, apropos-keybinding-face)
4204 (apropos-label-face, apropos-property-face, apropos-match-face):
4205 Variables removed (Bug#8396).
4206 (apropos-library-button, apropos-format-plist, apropos-print)
4207 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4208
2df41f9c
MA
42092012-04-23 Michael Albinus <michael.albinus@gmx.de>
4210
4211 * net/xesam.el (xesam-mode-map): Use let-bound map in
4212 initialization. (Bug#11292)
4213
da00640a
AM
42142012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4215
4216 Preserve ispell session localwords when switching back to
4217 original buffer.
4218
090bd7cb
JB
4219 * textmodes/ispell.el (ispell-buffer-session-localwords):
4220 New buffer-local variable to hold buffer session localwords.
ed9265fc 4221 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4222 localwords.
4223 (ispell-command-loop, ispell-change-dictionary)
4224 (ispell-buffer-local-words): Preserve session localwords when
4225 needed.
4226
090bd7cb
JB
4227 * textmodes/flyspell.el (flyspell-process-localwords)
4228 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4229
f621ccf5
AM
42302012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4231
090bd7cb
JB
4232 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4233 using obsolete `translation-table-for-input'.
ef24141c
SM
4234 (ispell-word, ispell-process-line, ispell-complete-word):
4235 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4236
c2d1019e
CY
42372012-04-22 Chong Yidong <cyd@gnu.org>
4238
4239 * cus-edit.el (custom-variable-menu)
4240 (custom-variable-reset-saved, custom-face-menu)
4241 (custom-face-reset-saved): If there is no saved value, make the
4242 "reset-saved" operation bring back the default (Bug#9509).
4243 (custom-face-state): Properly detect themed faces.
4244
eeddc531
CY
4245 * faces.el (face-spec-set): Stop supporting deprecated form of
4246 third arg.
4247
dcbf5805
MA
42482012-04-22 Michael Albinus <michael.albinus@gmx.de>
4249
4250 Move functions from C to Lisp. Make non-blocking method calls
4251 the default. Implement further D-Bus standard interfaces.
4252
ef24141c
SM
4253 * net/dbus.el (dbus-message-internal): Declare function.
4254 Remove unneeded function declarations.
dcbf5805
MA
4255 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4256 (dbus-message-type-method-return, dbus-message-type-error)
4257 (dbus-message-type-signal): Declare variables. Remove local
4258 definitions.
4259 (dbus-interface-dbus, dbus-interface-peer)
4260 (dbus-interface-introspectable, dbus-interface-properties)
4261 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4262 Adapt docstring.
4263 (dbus-interface-objectmanager): New defconst.
4264 (dbus-call-method, dbus-call-method-asynchronously)
4265 (dbus-send-signal, dbus-method-return-internal)
4266 (dbus-method-error-internal, dbus-register-service)
4267 (dbus-register-signal, dbus-register-method): New defuns, moved
4268 from dbusbind.c
4269 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4270 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4271 New defuns.
dcbf5805
MA
4272 (dbus-call-method-non-blocking): Make it an obsolete function.
4273 (dbus-unregister-object, dbus-unregister-service)
4274 (dbus-handle-event, dbus-register-property)
4275 (dbus-property-handler): Obey the new structure of
4276 `bus-registered-objects'.
4277 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4278 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4279 Use `dbus-call-method'.
4280
cf20dee0
CY
42812012-04-22 Chong Yidong <cyd@gnu.org>
4282
4283 * cus-edit.el (custom-commands, custom-reset-menu)
4284 (Custom-reset-standard): Tweak labels.
4285 (custom-reset-button-menu): Change default to t.
4286 (custom-buffer-create-internal): For the custom-reset-button-menu
4287 case, put the revert button first.
4288 (custom-group-subtitle): New face.
4289 (custom-group-value-create): Align docstring to a specific column.
4290
4291 * wid-edit.el (widget-documentation-link-add): Don't handle
4292 indentation in this function.
4293 (widget-documentation-string-indent-to): New function.
4294 (widget-documentation-string-value-create): Use it.
4295
4296 * autorevert.el (auto-revert):
4297 * epg-config.el (epg):
4298 * ibuffer.el (ibuffer):
4299 * mpc.el (mpc):
4300 * ses.el (ses):
4301 * eshell/eshell.el (eshell):
4302 * net/ange-ftp.el (ange-ftp):
4303 * progmodes/ebnf2ps.el (postscript):
4304 * progmodes/flymake.el (flymake):
4305 * progmodes/prolog.el (prolog):
4306 * progmodes/verilog-mode.el (verilog-mode):
4307 * progmodes/which-func.el (which-func):
4308 * term/xterm.el (xterm):
4309 * textmodes/picture.el (picture):
4310 * textmodes/tildify.el (tildify):
4311 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4312 customization buffers.
4313
583e23bd
AM
43142012-04-22 Alan Mackenzie <acm@muc.de>
4315
4316 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4317 Adding a ) can hide the resulting (..) from searches. Fix it.
4318 Bound the backward search to the position of the existing (.
4319
7dd51bf1
JB
43202012-04-21 Juanma Barranquero <lekktu@gmail.com>
4321
4322 * progmodes/verilog-mode.el (verilog-mode): Check whether
4323 which-func-modes is t before adding verilog-mode.
4324 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4325
d64a438f
LL
43262012-04-21 Leo Liu <sdl.web@gmail.com>
4327
7dd51bf1 4328 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4329
081e8d65
MV
43302012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4331
4332 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4333 filling of the last column of a table (Bug#5635).
4334 (woman-find-next-control-line): New arg, specifying an additional
4335 regexp component for the control line.
4336 (woman2-roff-buffer): Use it.
4337 (woman-break-table): New function.
4338 (woman2-TS): Use it.
4339
43402012-04-21 Chong Yidong <cyd@gnu.org>
4341
4342 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4343 (woman-horizontal-escapes, woman-negative-vertical-space)
4344 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4345 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4346
ed571ccb
SM
43472012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * minibuffer.el (completion-file-name-table): Complete user names.
4350
39773899
LL
43512012-04-20 Leo Liu <sdl.web@gmail.com>
4352
4353 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4354 and pcase-let*.
4355
de6ff46d
CY
43562012-04-20 Chong Yidong <cyd@gnu.org>
4357
4358 * server.el (server-execute): Respect initial-buffer-choice if it
4359 is a string and there are no files to open (Bug#2825).
4360 (server-create-window-system-frame, server-create-tty-frame):
4361 Don't switch buffers here.
2d0e8e61
CY
4362 (server-process-filter): Only try to open a window system frame if
4363 compiled with graphical support (Bug#8314).
de6ff46d 4364
54071013
DN
43652012-04-20 Dan Nicolaescu <dann@gnu.org>
4366
4367 * battery.el (battery-echo-area-format): Display remaining time
4368 for sysfs backend too (Bug#11269).
4369 (battery-linux-sysfs): Fix conditional for the charge.
4370
f30d612a
CY
43712012-04-20 Chong Yidong <cyd@gnu.org>
4372
c07a4c0b 4373 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4374 (gdb-inferior-io--init-proc): New function.
4375 (gdb-init-1): Use it.
4376 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4377 responsible for allocating a new pty and hooking it to gdb when
4378 the old pty gets an EIO due to process exit.
4379 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4380 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4381 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4382
2116e93c
EZ
43832012-04-20 Eli Zaretskii <eliz@gnu.org>
4384
4385 * window.el (window-min-size, window-sizable, window-min-delta)
4386 (window-max-delta, window--resizable, window-resizable)
4387 (window-total-size, window-full-height-p, window-full-width-p)
4388 (window-in-direction, window--resize-mini-window, window-resize)
4389 (window--resize-child-windows-normal)
4390 (window--resize-child-windows, window--resize-siblings)
4391 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4392 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4393
c07a4c0b 43942012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4395
ef24141c
SM
4396 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4397 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4398 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4399 pty process (Bug#11273).
4400 (gdb-update): New arg to suppress talking to the gdb process.
4401 (gdb-done-or-error): Use it.
4402 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4403 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4404 sentinel not being called.
4405
4406 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4407
d02766ab
CY
4408 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4409
c07a4c0b 44102012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4411
4412 * net/network-stream.el (open-network-stream): Doc fix.
4413
c07a4c0b 44142012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4415
4416 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4417
c07a4c0b 44182012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4419
4420 Ensure searching for keywords is case sensitive.
4421
4422 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4423 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4424 (c-defun-name, c-mark-function, c-cpp-define-name)
4425 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4426 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4427
ef24141c
SM
4428 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4429 Bind case-fold-search to nil.
f0f6bc35 4430
c07a4c0b 44312012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4432
4433 * mail/sendmail.el (mail-bury): Call return action with the right
4434 Rmail buffer (Bug#11242).
4435
9a864fa2
CY
4436 * server.el (server-process-filter): Handle corner case where both
4437 tty and nowait options are present (Bug#11102).
4438
539aa513
EZ
44392012-04-20 Eli Zaretskii <eliz@gnu.org>
4440
4441 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4442 (top level): Put into the executable the ident-style '$Id:' tag on
4443 windows-nt as well.
539aa513 4444
cfc7d5da
SM
44452012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4446
4447 * electric.el (electric-indent-post-self-insert-function): Check that
4448 electric-indent-mode is enabled in current buffer.
4449
5b01685c
JB
44502012-04-19 Juanma Barranquero <lekktu@gmail.com>
4451
4452 * imenu.el (imenu-progress-message): Restore; it is "used" in
4453 erc/erc-imenu.el and net/snmp-mode.el.
4454
4d6769e1
JB
44552012-04-19 Juanma Barranquero <lekktu@gmail.com>
4456
4457 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4458 (mouse-avoidance-nudge-mouse): Remove unused binding.
4459
4460 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4461
4462 * descr-text.el (describe-char):
4463 * progmodes/python.el (python-describe-symbol):
4464 Don't call `toggle-read-only', set `buffer-read-only'.
4465
4466 * imenu.el (imenu-default-goto-function): Mark unused args.
4467 (imenu-progress-message): Remove obsolete macro; all callers changed.
4468
4469 * subr.el (keymap-canonicalize): Remove unused binding.
4470 (read-passwd): Mark unused arg.
4471
4472 * tutorial.el (tutorial--display-changes): Remove unused binding.
4473 (tutorial--save-tutorial-to): Remove unused variable.
4474
4475 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4476 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4477 (package-generate-autoloads, package-menu--generate)
4478 (package-menu--find-upgrades): Remove unused bindings.
4479
4480 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4481 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4482 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4483 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4484 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4485 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4486 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4487 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4488 (cua-delete-char-rectangle): Mark unused args.
4489 (cua-align-rectangle): Remove unused binding.
4490
4491 * mail/rmail.el (compilation--message->loc)
4492 (epa--find-coding-system-for-mime-charset): Declare.
4493
4494 * net/dbus.el (dbus-register-service): Declare.
4495 (dbus-name-owner-changed-handler): Remove unused binding.
4496
4497 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4498 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4499 (nxml-scan-backward-within): Mark unused arg.
4500 (nxml-dynamic-markup-word): Remove unused binding.
4501
4502 * mouse.el (mouse-menu-major-mode-map):
4503 * emacs-lisp/authors.el (authors-scan-change-log)
4504 (authors-add-to-author-list):
4505 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4506 * emacs-lisp/smie.el (smie-auto-fill):
4507 * mail/sendmail.el (mail-bury):
4508 * mail/unrmail.el (unrmail):
4509 * net/tls.el (open-tls-stream):
4510 * textmodes/picture.el (picture-mouse-set-point):
4511 Remove unused bindings.
4512
8c8fc5df
MA
45132012-04-19 Michael Albinus <michael.albinus@gmx.de>
4514
4515 * net/tramp.el (tramp-action-password): Let-bind
4516 `enable-recursive-minibuffers' to t.
4517
a77b0ac9
SS
45182012-04-18 Sam Steingold <sds@gnu.org>
4519
4520 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4521 instead of 'string to accommodate values like [f11].
4522 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4523 * progmodes/gdb-mi.el: Likewise.
4524
12a106a9
LL
45252012-04-18 Leo Liu <sdl.web@gmail.com>
4526
4527 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4528 current buffer.
4529 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4530 LOCAL is nil.
4531
bc6494ef
CY
45322012-04-18 Chong Yidong <cyd@gnu.org>
4533
4534 * simple.el (line-move): Use forward-line if in batch mode
4535 (Bug#11053).
4536
c09c46b2
CS
45372012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4538
4539 * files.el (after-find-file): Do not try to add a final newline if
4540 the buffer is read-only (Bug#11156).
4541
5f6530ea
RS
45422012-04-17 Richard Stallman <rms@gnu.org>
4543
4544 * mail/rmail.el (rmail-start-mail):
4545 Pass (rmail-mail-return...) for the return-action.
4546 Pass (rmail-yank-current-message...) for the yank-action.
4547 (rmail-yank-current-message): New function.
4548 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4549 (rmail-reply): Likewise.
4550 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4551
4552 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4553 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4554 buffer, not newbuf.
4555
197b6f3c
JB
45562012-04-17 Juanma Barranquero <lekktu@gmail.com>
4557
4558 * server.el (server-ensure-safe-dir): Simplify.
4559
2311d8e5 45602012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4561
2311d8e5
GM
4562 * emacs-lisp/smie.el: Provide smarter auto-filling.
4563 (smie-auto-fill): New function.
4564 (smie-setup): Use it.
98fb480e 4565
2311d8e5
GM
4566 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4567
45682012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4569
4570 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4571 (comment-indent): Use it.
4572
2311d8e5 45732012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4574
4575 * ses.el: The overall change is to add cell renaming, that is
4576 setting fancy names for cell symbols other than name matching
4577 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4578 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4579 (ses-create-cell-variable): New defun.
2311d8e5 4580 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4581 (ses-relocate-formula): Relocate formulas only for cells the
4582 symbols of which are not renamed, i.e. symbols whose names do not
4583 match regexp "\\`[A-Z]+[0-9]+\\'".
4584 (ses-relocate-all): Relocate values only for cells the symbols of
4585 which are not renamed.
4586 (ses-load): Create cells variables as the (ses-cell ...) are read,
4587 in order to check row col consistency with cell symbol name only
4588 for cells that are not renamed.
4589 (ses-replace-name-in-formula): New defun.
4590 (ses-rename-cell): New defun.
4bdf2ad2 4591
fc72b15c
PO
45922012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4593
4594 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4595 New option (bug#11118).
4596 (perl-calculate-indent): Respect it.
4597
12e10e61
GM
45982012-04-17 Glenn Morris <rgm@gnu.org>
4599
4600 * dired-aux.el (dired-mark-read-string): Doc fix.
4601
30009afd
DA
46022012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4603
4604 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4605 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4606
41f03f4d
GM
46072012-04-17 Glenn Morris <rgm@gnu.org>
4608
4609 * mouse.el (mouse-drag-track):
4610 * speedbar.el (speedbar-frame-mode):
4611 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4612
f45f90f3
LL
46132012-04-16 Leo Liu <sdl.web@gmail.com>
4614
4615 * progmodes/python.el: Trivial cleanup.
4616
94ee8db5
GM
46172012-04-16 Glenn Morris <rgm@gnu.org>
4618
121b8917
GM
4619 * vc/vc.el (vc-string-prefix-p):
4620 * vc/pcvs-util.el (cvs-string-prefix-p):
4621 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4622 * mpc.el (mpc-string-prefix-p):
4623 Make all of these into obsolete aliases for string-prefix-p.
4624 Update callers.
4625 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4626
1197ecfa
GM
4627 * textmodes/two-column.el: Move custom options to the start.
4628 (frame-width): Remove compat definition.
4629 (2C-associate-buffer, 2C-dissociate):
4630 Use with-current-buffer rather than save-excursion.
4631 (2C-dissociate): Force a mode-line update.
4632 (2C-autoscroll): Use ignore-errors.
4633
099e7202
GM
4634 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4635 Autoload trivia.
4636
bf350d6a
GM
4637 * emacs-lisp/cl-extra.el (*random-state*):
4638 Remove unnecessary declaration.
4639
0e829eab
GM
4640 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4641
e3ad7552
GM
4642 * play/cookie1.el (cookie-snarf):
4643 Give an explicit error if input file cannot be read.
4644
68892d27
GM
4645 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4646
20f0c46d
GM
4647 * progmodes/perl-mode.el (c-macro-expand):
4648 Remove unnecessary autoload (it is in loaddefs.el).
4649
5a0978ce
GM
4650 * textmodes/picture.el (picture-desired-column)
4651 (picture-update-desired-column): Convert comments to doc-strings.
4652 (picture-substitute): Remove function.
4653 (picture-mode-map): Initialize in the defvar.
4654
6b955486
GM
4655 * woman.el: Remove eval-after-load for tar-mode.
4656 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4657 (woman-tar-extract-file): Autoload it.
4658
94ee8db5
GM
4659 * frame.el (automatic-hscrolling): Make this alias obsolete.
4660
177eca34
AM
46612012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4662
090bd7cb 4663 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4664 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4665 (ispell-dictionary-base-alist): Revert to original XEmacs
4666 friendly version for default. [:alpha:] will be added in
090bd7cb 4667 `ispell-set-spellchecker-params' if needed.
177eca34 4668
c505aaeb
CY
46692012-04-16 Chong Yidong <cyd@gnu.org>
4670
b19dd9d1 4671 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4672 (imagemagick-register-types): Use it.
4673 (imagemagick-types-inhibit): Add :set function. Allow new value
4674 of t to inhibit all types.
4675
4676 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4677 so we can preload it.
4678
4679 * loadup.el (fboundp): Preload regexp-opt, needed by
4680 imagemagick-register-types.
4681
60efac0f
CY
46822012-04-15 Chong Yidong <cyd@gnu.org>
4683
4684 * frame.el (scrolling): Remove nearly unused customization group.
4685
4686 * scroll-all.el (scroll-all-mode): Move to windows group.
4687
5dd1713e
CY
46882012-04-15 Chong Yidong <cyd@gnu.org>
4689
4690 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4691
e6fd457e
CY
46922012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4695 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4696
e153c136
GM
46972012-04-15 Glenn Morris <rgm@gnu.org>
4698
4699 * simple.el (process-file-side-effects): Doc fix.
4700
e6fd457e 47012012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4702
4703 * international/mule-cmds.el (set-language-environment): Doc fix.
4704
3603c3b1
JB
47052012-04-14 Juanma Barranquero <lekktu@gmail.com>
4706
4707 * server.el (server-auth-key, server-generate-key): Doc fixes.
4708 (server-get-auth-key): Doc fix. Use `string-match-p'.
4709 (server-start): Reflow docstring.
4710
e6de100c
LI
47112012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4712
4713 * server.el (server-generate-key): `called-interactively-p'
4714 requires a parameter.
4715
29734c21
MN
47162012-04-14 Michal Nazarewicz <mina86@mina86.com>
4717
4718 * server.el (server-auth-key): New variable.
75f1671a 4719 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4720 (server-start): Use the new variable and functions to allow
4721 setting a permanent server key (bug#9423).
4722
d65c9521
LL
47232012-04-14 Leo Liu <sdl.web@gmail.com>
4724
4725 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4726
5ae255c7
PE
47272012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4728
4729 Spelling fixes.
4730 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4731 Emacs uses American spelling.
4732
d5e6342e
JB
47332012-04-14 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4736 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4737 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4738 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4739
ab036cd7
SM
47402012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * progmodes/which-func.el (which-func-modes): Change default.
4743
35dc09a1 47442012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4745
4746 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4747 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4748
35dc09a1 47492012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4750
4751 * custom.el (custom-theme-set-variables): Doc fix.
4752
35dc09a1 47532012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4754
4755 * international/mule.el (set-auto-coding-for-load): Doc fix.
4756
35dc09a1 47572012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4758
35dc09a1
GM
4759 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4760 imenu work again for Objective C Mode. Correct the *-index values,
4761 these having been disturbed by a previous change in 2011-08.
57f845ee 4762
0de3da9f
AM
4763 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4764 Correct two search limits.
4765
35dc09a1 47662012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4767
4768 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4769
35dc09a1 47702012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4771
4772 * international/characters.el: Fix sorting.
4773
35dc09a1 47742012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4775
4776 * international/characters.el: Add more missing Latin case pairs.
4777
35dc09a1 47782012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4779
4780 * files.el (dir-locals-set-class-variables): Doc fix.
4781
35dc09a1 47822012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4783
3f1b5bf8
EZ
4784 * international/characters.el: Add set-case-syntax-pair call for
4785 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4786 counterpart. (Bug#11209)
4787
9f847f41
EZ
4788 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4789
35dc09a1 47902012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4791
4792 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4793
35dc09a1 47942012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4795
35dc09a1
GM
4796 * textmodes/ispell.el (ispell-dictionary-base-alist):
4797 Add data for Hebrew.
e2627d21 4798
35dc09a1 47992012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4800
35dc09a1
GM
4801 * net/rcirc.el (rcirc-cmd-quit):
4802 Revert 2012-03-18 change (Bug#11192).
5c14e333 4803
35dc09a1 48042012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4805
4806 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4807
35dc09a1 48082012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4809
4517fe3a
SM
4810 * minibuffer.el (completion-in-region-mode-map):
4811 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4812
b472a594
VD
48132012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4814
4815 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4816
09b95ce3
MY
48172012-04-13 Masatake YAMATO <yamato@redhat.com>
4818
4819 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4820 to allow `C-M-f' and `C-M-b' to move to the nearest path
4821 separator (bug#9511).
4822
4b63a9ca
LI
48232012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4824
4825 * avoid.el: Require cl when compiling. And also move the
4826 `provide' to the end.
4827
7b55b8bf
TV
48282012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4829
4830 * avoid.el (mouse-avoidance-banish-position): New variable.
4831 (mouse-avoidance-banish-destination): Use it (bug#10165).
4832
adedaa1f
LL
48332012-04-13 Leo Liu <sdl.web@gmail.com>
4834
4835 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4836
70e74021
KB
48372012-04-13 Ken Brown <kbrown@cornell.edu>
4838
4839 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4840 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4841 (browse-url-filename-alist): For the same reason, don't modify
4842 file:// URLs on Cygwin.
4843
e75e89ba
SM
48442012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4847 the region on shift if the binding is already shifted (bug#11221).
4848
82f289a4
GM
48492012-04-12 Glenn Morris <rgm@gnu.org>
4850
4851 * mail/mailpost.el: Move to obsolete/.
4852
d333dc4c
DA
48532012-04-12 Drew Adams <drew.adams@oracle.com>
4854
4855 * imenu.el (imenu--generic-function): Ignore invisible definitions
4856 (bug#10123).
4857
0d15b5ba
VD
48582012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4859
4860 * hexl.el (hexl-bits): New variable.
4861 (hexl-options): Mention the variable in the doc string.
75f1671a 4862 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4863 (hexl-mode): Mention the new variable.
75f1671a
JB
4864 (hexl-mode, hexl-current-address, hexl-current-address):
4865 Use the displen.
0d15b5ba
VD
4866 (hexl-ascii-start-column): New function.
4867 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4868 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4869
64a440db
AM
48702012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4871
4872 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4873 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4874 the encoding, as expected by hunspell.
4875
6decb6c2
SM
48762012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * battery.el (battery--linux-sysfs-regexp): New const.
4879 (battery-status-function): Use it. Remove yeeloong special case.
4880 (battery-yeeloong-sysfs): Remove.
4881 (battery-echo-area-format): Remove yeeloong special case.
4882
088be6fb
SM
48832012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4884
6622e416
SM
4885 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4886 Reported by Noah Friedman.
4887
088be6fb
SM
4888 * subr.el (read-passwd): Use read-string.
4889
b49f886e
LMI
48902012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
4892 * vcursor.el (vcursor-move): Increase the priority of the overlay
4893 (bug#9663).
4894
a63067fc
DD
48952012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4896
4897 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4898 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4899
ac3cf14a
WS
49002012-04-11 William Stevenson <yhvh2000@gmail.com>
4901
4902 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4903 define-minor-mode (bug#10760).
4904
c4fc691b 49052012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4906
4d6769e1 4907 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4908 that directories matching `grep-find-ignored-files' won't be
4909 pruned (bug#10351).
4910
af23e2e5
CY
49112012-04-11 Chong Yidong <cyd@gnu.org>
4912
4913 * startup.el (command-line): Remove support for long-obsolete
4914 variable font-lock-face-attributes.
4915
ab7ce8c1
GM
49162012-04-11 Glenn Morris <rgm@gnu.org>
4917
4918 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4919
de8c03dc
SM
49202012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * window.el (window--state-get-1): Obey window-point-insertion-type.
4923
050cc68b
LB
49242012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4925
4926 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4927 to previous function when point is on the first character of a
75f1671a 4928 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4929
a38c310c
GM
49302012-04-11 Glenn Morris <rgm@gnu.org>
4931
effed0c2
GM
4932 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4933 not just file-errors.
4934
a38c310c
GM
4935 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4936 (vc-bzr-sha1): Use internal sha1.
4937
0221e323
SM
49382012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4941
43956923
SG
49422012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4943
4944 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4945 that start in the middle of the line (bug#10496).
4946
6a8c9eaf
DN
49472012-04-10 Dan Nicolaescu <dann@gnu.org>
4948
4949 * battery.el (battery-linux-proc-acpi): Only one battery is
4950 discharged at a time, but that seems to confuse battery.el when
4951 computing `rate-type' for the battery not being discharged
4952 (bug#10332).
4953
1930bf5d
SM
49542012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4955
2a718f6f
SM
4956 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4957
599430d0
SM
4958 * international/quail.el: Use dolist and simplify.
4959 (quail-define-package, quail-update-keyboard-layout)
4960 (quail-define-rules): Use dolist.
4961 (quail-insert-kbd-layout, quail-get-translation): CSE.
4962
a2754b6c
SM
4963 * tmm.el: Use dolist, remove left over hook.
4964 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4965 Use dolist.
4966 (calendar-load-hook): Don't mess with it.
4967
1930bf5d
SM
4968 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4969 Use derived-mode-p. Run the diff asynchronously.
4970
9f67961c
LMI
49712012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4972
4973 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4974
2a8ce227
JB
49752012-04-10 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4978 (list-dynamic-libraries--loaded): New function.
4979 (list-dynamic-libraries--refresh): Use it.
4980
8f33b5f8
NW
49812012-04-10 Nathan Weizenbaum <nweiz@google.com>
4982
1930bf5d
SM
4983 * progmodes/python.el (python-fill-paragraph):
4984 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4985 disabled (bug#7018).
4986
b12f0439
L
49872012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4988
1930bf5d 4989 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4990 DOS/MS Windows for the Baltic languages. There are still plenty
4991 of texts written in this encoding/codepage (bug#6519).
b12f0439 4992
57c3bd01
GM
49932012-04-10 Glenn Morris <rgm@gnu.org>
4994
4995 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4996 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4997
6c3eab30
FA
49982012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4999
1930bf5d 5000 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5001 next-line "n" and previous-line "p" in order to make recentf more
5002 consistent with ibuffer, dired or org-mode (bug#9387).
5003
24d78a88
LMI
50042012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005
bc72b5d9
LMI
5006 * image.el (put-image): Return the overlay created instead of the
5007 optional input string (bug#7834). Note that this may break code
5008 that is (for some reason or other) depending on `put-image'
5009 returning the string.
5010
bd2dba5a
LMI
5011 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5012
74beb59f
LMI
5013 * simple.el (zap-to-char): Allow zapping using input methods
5014 (bug#1580).
5015
24d78a88
LMI
5016 * textmodes/fill.el (fill-region): Leave point and mark where they
5017 were before filling (bug#5399).
5018
263f20cd
GM
50192012-04-09 Glenn Morris <rgm@gnu.org>
5020
5021 * version.el (emacs-bzr-get-version):
5022 Handle lightweight checkouts of local branches.
5023
58d1f797
AS
50242012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5025
263f20cd 5026 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5027
b4d3bc10
CY
50282012-04-09 Chong Yidong <cyd@gnu.org>
5029
5030 * custom.el (custom-variable-p): Return nil for non-symbol
5031 arguments instead of signaling an error.
5032 (user-variable-p): Obsolete alias for custom-variable-p.
5033
5034 * apropos.el (apropos-variable):
5035 * files-x.el (read-file-local-variable):
5036 * simple.el (set-variable):
5037 * woman.el (woman-mini-help):
5038 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5039
fd06db5d
GM
50402012-04-09 Glenn Morris <rgm@gnu.org>
5041
e5fcdb5e
GM
5042 * startup.el (normal-top-level): Don't look for leim-list.el
5043 in places where it will not be found. (Bug#910)
5044
fd06db5d
GM
5045 * international/mule-cmds.el (set-default-coding-systems):
5046 * files.el (normal-mode):
5047 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5048 This function was removed with ucs-tables.el in 2008.
5049
b39bb7e1
EZ
50502012-04-08 Eli Zaretskii <eliz@gnu.org>
5051
5052 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5053 ispell-encoding8-command to "-i", without a trailing space.
5054 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5055 separate command-line arguments, to specify the encoding, since
5056 that's how hunspell expects it.
5057
5c5b8e23
GM
50582012-04-08 Glenn Morris <rgm@gnu.org>
5059
5060 * loadup.el: Load bindings before cus-start.
5061 This reduces somewhat the number of "rogue" settings in emacs -Q.
5062
a1ed8b05
GM
50632012-04-07 Glenn Morris <rgm@gnu.org>
5064
5065 * version.el (emacs-bzr-get-version): New function.
dfae128a 5066 (emacs-bzr-version): New variable.
a1ed8b05
GM
5067 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5068 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5069
b142f158
EZ
50702012-04-07 Eli Zaretskii <eliz@gnu.org>
5071
dfae128a
GM
5072 * international/uni-bidi.el, international/uni-category.el:
5073 * international/uni-combining.el, international/uni-decimal.el:
5074 * international/uni-decomposition.el, international/uni-digit.el:
5075 * international/uni-lowercase.el, international/uni-mirrored.el:
5076 * international/uni-name.el, international/uni-numeric.el:
5077 * international/uni-titlecase.el, international/uni-uppercase.el:
5078 Update for Unicode 6.1.
b142f158 5079
9078ead6
EZ
50802012-04-07 Eli Zaretskii <eliz@gnu.org>
5081
5082 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5083
f23d2c7d
LMI
50842012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5085
5086 * window.el (shrink-window): Mention the `window-min-height'
5087 variable in the doc string.
5088
0a0a3573
BG
50892012-04-05 Bastien Guerry <bzg@altern.org>
5090
5091 * color.el (color-lighten-name): Fix typo.
5092
e5248ac9
SM
50932012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * server.el (server--on-display-p): New function.
5096 (server--on-display-p): Use it.
5097
b4243e22
GV
50982012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5099
5100 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5101 (bug#11145).
5102
305d9f44
SM
51032012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5104
5105 * comint.el (comint--common-quoted-suffix): Check string boundary
5106 before comparing (bug#11158).
5107 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5108
3d439cd1
CY
51092012-04-04 Chong Yidong <cyd@gnu.org>
5110
321cc491
CY
5111 * minibuffer.el (completion-extra-properties): Doc fix.
5112
3d439cd1
CY
5113 * subr.el (delayed-warnings-hook): Doc fix.
5114
2d562c0f
DU
51152012-04-04 Daiki Ueno <ueno@unixuser.org>
5116
5117 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5118 selection (Bug#11159).
5119 (epa-insert-keys): Inform that the default public key will be
5120 exported if no key is selected.
5121
4443f204
RS
51222012-04-04 Richard Stallman <rms@gnu.org>
5123
5124 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5125
529c06b6
CY
51262012-04-03 Chong Yidong <cyd@gnu.org>
5127
5128 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5129 mail-insert-file, not its obsolete alias mail-attach-file.
5130
66b907dc
MA
51312012-04-03 Michael Albinus <michael.albinus@gmx.de>
5132
5133 * notifications.el (notifications-notify): Fix docstring.
5134
c0ea195d
GM
51352012-04-02 Glenn Morris <rgm@gnu.org>
5136
5137 * emacs-lisp/authors.el (authors-aliases): Another addition.
5138
5ca64e00
MA
51392012-04-02 Michael Albinus <michael.albinus@gmx.de>
5140
5141 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5142 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5143 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5144
42ee526b
CY
51452012-04-01 Chong Yidong <cyd@gnu.org>
5146
5147 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5148 Handle root directory properly.
5149 (copy-directory): Caller changed.
5150
5151 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5152 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5153
0b021094
GM
51542012-03-31 Glenn Morris <rgm@gnu.org>
5155
40f86458
GM
5156 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5157
7019c177
GM
5158 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5159
a1daddd6
GM
5160 * calendar/calendar.el (calendar-window-list)
5161 (calendar-hide-window): Restore. (Bug#11140)
5162 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5163
0b021094
GM
5164 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5165
40311efc
TV
51662012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5167
5168 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5169 Check if file is a symlink (Bug#10489).
5170
5171 * files.el (copy-directory): Likewise.
5172
5319014e
CY
51732012-03-30 Chong Yidong <cyd@gnu.org>
5174
5175 * image.el (imagemagick-types-inhibit)
5176 (imagemagick-register-types): Doc fix.
5177
935d1290
AM
51782012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5179
090bd7cb 5180 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5181 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5182 and treats ~word as ordinary words in pipe mode.
935d1290 5183
61c6e8fd
GM
51842012-03-30 Glenn Morris <rgm@gnu.org>
5185
5186 * tutorial.el (help-with-tutorial): Ensure local variables don't
5187 happen to make the buffer read-only. (Bug#11127)
5188
81fdff00
SM
51892012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5192 (perl-calculate-indent): Return `noindent' in strings.
5193
6e7a6ec0
SS
51942012-03-28 Sam Steingold <sds@gnu.org>
5195
5196 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5197 instead of the broken adhockery which does not prevent calendar
5198 buffers from being displayed at random after exit.
5199 (calendar-window-list, calendar-hide-window): Remove the broken
5200 adhockery.
5201
fee88ca0
GM
52022012-03-28 Glenn Morris <rgm@gnu.org>
5203
5204 * replace.el (query-replace-map): Doc fix.
5205
38de3354
AS
52062012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5207
5208 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5209 contents. (Bug#11109)
5210
b973155e
SM
52112012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5214 (bug#11077).
5215 (avl-tree--check, avl-tree--check-node): New funs.
5216
dcb6e7b3
MR
52172012-03-27 Martin Rudalics <rudalics@gmx.at>
5218
5219 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5220 (switch-to-prev-buffer, switch-to-next-buffer):
5221 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5222 showing a buffer already is done on the same frame.
5223
b4fa35fa
GM
52242012-03-27 Glenn Morris <rgm@gnu.org>
5225
5226 * startup.el (mail-host-address): Doc fix.
5227
f9210e18
SM
52282012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5231 than 197 variables.
5232
c0bf7753
AF
52332012-03-26 Ami Fischman <ami@fischman.org>
5234
5235 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5236
33da7b16
GM
52372012-03-26 Glenn Morris <rgm@gnu.org>
5238
02243d9d
GM
5239 * files.el (save-buffers-kill-emacs): Doc fix.
5240
33da7b16
GM
5241 * startup.el (normal-top-level, command-line, command-line-1):
5242 Give them doc strings.
5243
e5a69fd0
EZ
52442012-03-25 Eli Zaretskii <eliz@gnu.org>
5245
5246 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5247 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5248
9a69676a
CY
52492012-03-25 Chong Yidong <cyd@gnu.org>
5250
4125cb8b
CY
5251 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5252 theme if it was previously enabled before (Bug#11031).
5253
dd470960
CY
5254 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5255 spec with custom-face-get-current-spec if its :shown-value is not
5256 determined yet (Bug#9337).
4125cb8b 5257 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5258
9a69676a
CY
5259 * button.el (button-at): Minor addition to docstring.
5260
6e7e90fa
SL
52612012-03-24 Simon Leinen <simon.leinen@gmail.com>
5262
5263 * vc/vc.el (vc-merge): Fix a prompt.
5264
f06e2758
CY
52652012-03-24 Chong Yidong <cyd@gnu.org>
5266
5267 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5268 point (Bug#9623).
5269
6e7e90fa
SL
5270 * button.el (button-at): Minor addition to docstring.
5271
b9d0879b
SM
52722012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 * newcomment.el (comment-choose-indent): No space after BOL.
5275
e71cebb3
SS
52762012-03-22 Sam Steingold <sds@gnu.org>
5277
5278 * window.el (switch-to-prev-buffer): Revert last patch because the
5279 bug turned out to be an advertised feature (Elisp manual 28.14).
5280
335aff35
GM
52812012-03-22 Glenn Morris <rgm@gnu.org>
5282
5283 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5284 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5285
c676576a
LMI
52862012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5287
5288 * net/network-stream.el (network-stream-open-starttls): Make error
5289 message under Windows be less misleading.
5290
126f3d39
LW
52912012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5292
5293 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5294 understands (bug#9942).
5295
64fee311
CY
52962012-03-22 Chong Yidong <cyd@gnu.org>
5297
5298 * simple.el (end-of-visible-line): Handle return value of
5299 next-single-property-change properly (Bug#9371).
5300
a640d29a
KH
53012012-03-22 Kenichi Handa <handa@m17n.org>
5302
5303 * international/quail.el (quail-insert-kbd-layout): Fix previous
5304 change. To avoid unwanted bidi reordering, use
5305 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5306
39675016
DG
53072012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5308
5309 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5310 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5311 (ruby-beginning-of-indent): Be more careful with the difference
5312 between word-boundary and symbol boundary.
5313 (ruby-mode-syntax-table): Make : a symbol constituent.
5314
0a6934fc 53152012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5316
3d008e4f
SM
5317 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5318
0a6934fc
SM
53192012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5320
af67c9d7
SM
5321 * progmodes/etags.el (tags-completion-at-point-function):
5322 Improve last fix.
5323
1acad97c
SM
5324 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5325
e298b5da
SS
53262012-03-21 Sam Steingold <sds@gnu.org>
5327
5328 * progmodes/etags.el (tags-completion-at-point-function):
5329 Avoid the error when point is inside the pattern.
5330
91d82a70
JY
53312012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5332
5333 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5334 line (Bug#10855).
5335
69188b79
CY
53362012-03-21 Drew Adams <drew.adams@oracle.com>
5337
5338 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5339
99fc91fe
AK
53402012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5341
5342 * ido.el (ido-set-current-directory, ido-read-internal)
5343 (ido-choose-completion-string, ido-completion-help): Handle nil
5344 value of ido-completion-buffer (Bug#11008).
5345
087bbb4c
SS
53462012-03-21 Sam Steingold <sds@gnu.org>
5347
5348 * window.el (switch-to-prev-buffer): Do not switch to a visible
5349 window previous buffer, just like with the frame previous buffers.
5350
fb5b8aca
CY
53512012-03-21 Chong Yidong <cyd@gnu.org>
5352
5353 * faces.el (make-face, make-empty-face, copy-face):
5354 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5355 Doc fixes.
5356
dc9924b8
SM
53572012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5360 (widget-complete): Remove broken use of it.
5361
f0bcceb9
CY
53622012-03-20 Chong Yidong <cyd@gnu.org>
5363
dc9924b8
SM
5364 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5365 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5366 characters.
5367
ee52ebf3
TH
53682012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5369
5370 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5371 to draw rectangles, not squares. (Regression introduced by revno
5372 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5373
4c5779ab
CY
53742012-03-18 Chong Yidong <cyd@gnu.org>
5375
5376 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5377 it is not yet defined (for temacs).
5378
15360934
LL
53792012-03-18 Leo Liu <sdl.web@gmail.com>
5380
dc9924b8 5381 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5382
d9a8eb66
EZ
53832012-03-17 Eli Zaretskii <eliz@gnu.org>
5384
5385 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5386 (ispell-choices-win-default-height, ispell-silently-savep)
5387 (ispell-dictionary-alist, ispell-encoding8-command)
5388 (ispell-check-version, ispell-aspell-find-dictionary)
5389 (ispell-valid-dictionary-list, ispell-words-keyword)
5390 (ispell-get-word, ispell-internal-change-dictionary)
5391 (ispell-region, ispell-skip-region-list)
5392 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5393 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5394 (ispell-message-text-end, ispell-message)
5395 (ispell-buffer-local-parsing): Doc fix.
5396
f02ff80d
J
53972012-03-13 Jambunathan K <kjambunathan@gmail.com>
5398
5399 * htmlfontify.el: Add support for code block fontification for ODT
5400 export (Bug #9914).
5401 (hfy-optimisations): Define new option
5402 `body-text-only'
5403 (hfy-fontify-buffer): Honor above setting.
5404 (hfy-begin-span, hfy-end-span): New routines factored out form
5405 `hfy-fontify-buffer'.
5406 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5407 that permit insertion of custom tags.
5408 (hfy-fontify-buffer): Use above handlers.
5409 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5410 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5411 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5412 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5413 bind a special variable `hfy-user-sheet-assoc'.
5414 (htmlfontify-string): New defun.
5415 (hfy-compile-face-map): Make sure that the last char in the
5416 buffer is correctly fontified.
5417 (hfy-face-resolve-face): Whitespace only change.
5418
9ac7a13f
EZ
54192012-03-17 Eli Zaretskii <eliz@gnu.org>
5420
5421 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5422 message more clear.
5423
e2b5bdd7
LL
54242012-03-16 Leo Liu <sdl.web@gmail.com>
5425
5426 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5427
2e492df3
AM
54282012-03-16 Alan Mackenzie <acm@muc.de>
5429
5430 Further optimise the handling of large macros.
5431
5432 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5433 limit to a call of `c-literal-limits'.
5434 (c-determine-+ve-limit): New function.
dc9924b8
SM
5435 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5436 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5437 In CASE 5B, restrict a search limit to 500.
5438 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5439
5440 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5441 Restrict macro bounds to +-500 from after-change's BEG END.
5442
50e94f0c
LL
54432012-03-16 Leo Liu <sdl.web@gmail.com>
5444
5445 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5446
6f09f6ed
AH
54472012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5448
5449 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5450 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5451
c7e73d51
GM
54522012-03-16 Glenn Morris <rgm@gnu.org>
5453
da986230
GM
5454 * view.el (view-buffer, view-buffer-other-window)
5455 (view-buffer-other-frame): Doc fixes re special mode-class.
5456
0835f01e
GM
5457 * subr.el (eval-after-load): If named feature is provided not from
5458 a file, run after-load forms. (Bug#10946)
5459
c7e73d51
GM
5460 * calendar/calendar.el (calendar-insert-at-column):
5461 Handle non-unit-width characters a bit better. (Bug#10978)
5462
3f2eafd1
CY
54632012-03-15 Chong Yidong <cyd@gnu.org>
5464
5465 * emacs-lisp/ring.el (ring-extend): New function.
5466 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5467
5468 * comint.el (comint-read-input-ring)
5469 (comint-add-to-input-history): Grow comint-input-ring lazily.
5470
103af3fe
SM
54712012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5472
663b1677
SM
5473 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5474 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5475
103af3fe
SM
5476 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5477 (imenu-add-to-menubar): Don't add a redundant index.
5478 (imenu-update-menubar): Handle a dynamically composed keymap.
5479
899cb7cb
KY
54802012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5481
5482 * mail/sendmail.el (mail-encode-header):
5483 Bind rfc2047-encode-encoded-words to nil.
5484
3809f91d
GM
54852012-03-13 Glenn Morris <rgm@gnu.org>
5486
5487 * calendar/calendar.el (calendar-string-spread):
5488 Handle non-unit-width characters a bit better. (Bug#10978)
5489
9e345a01
LL
54902012-03-13 Leo Liu <sdl.web@gmail.com>
5491
5492 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5493 directory and file as argument (Bug#10822).
5494
4a07df36
KS
54952012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5496
5497 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5498 For dynamically generated code, follow $PC.
5499 (gdb-disassembly-handler-custom): Handle no function name case.
5500
4aaa9356
TL
55012012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5502
5503 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5504 * emulation/ws-mode.el (ws-query-replace):
5505 * sort.el (sort-regexp-fields):
5506 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5507
225979da
SM
55082012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * dabbrev.el: Fix cycle completion order (bug#10963).
5511 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5512 (dabbrev-completion): Don't use an obarray; provide
5513 a cycle-sort-function.
5514
e2f1fdab
LL
55152012-03-12 Leo Liu <sdl.web@gmail.com>
5516
dc9924b8 5517 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5518 (kill-do-not-save-duplicates): Doc fix.
5519
b19490ed
SM
55202012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * dabbrev.el: Fix cycle completion (bug#10963).
5523 Use lexical binding and wrap to 80 columns.
5524 (dabbrev-completion): Delay computing the list of completions.
5525
4b05d722
KH
55262012-03-12 Kenichi Handa <handa@m17n.org>
5527
5528 * international/quail.el (quail-insert-kbd-layout): Surround each
5529 row by LRO and PDF instead of inserting many LRMs. Pad the left
5530 and right of each non-spacing marks. Insert invisible space
5531 between lower and upper characters to prevent composition.
5532
dbbc2e69
SM
55332012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * minibuffer.el (minibuffer-complete): Don't get confused when the
5536 function is run twice via different commands (bug#10958).
5537 (complete-with-action): Fix docstring.
5538
292112ed
CY
55392012-03-12 Chong Yidong <cyd@gnu.org>
5540
5d1ac394
CY
5541 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5542 (nxml-completion-at-point-function): New function.
5543 (nxml-mode): Use it.
5544 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5545
292112ed
CY
5546 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5547 Load generated autoloads file before byte compiling (Bug#10970).
5548 (package--make-autoloads-and-compile): New helper fun.
5549
4098f8f7
CS
55502012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5551
5552 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5553
8f754691
MA
55542012-03-11 Michael Albinus <michael.albinus@gmx.de>
5555
5556 * autorevert.el (auto-revert-handler): Ensure, that
5557 file-readable-p is applied only for local files or in
5558 auto-revert-tail-mode.
5559
e29ab36b
AS
55602012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5561
dbbc2e69
SM
5562 * server.el (server-eval-at): Handle non-tcp connections.
5563 Decode result string.
ad0bf5b6 5564
e29ab36b
AS
5565 * server.el (server-msg-size): New constant.
5566 (server-reply-print): New function.
5567 (server-eval-and-print): Use it.
5568 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5569 Handle -print-nonl.
5570
de5939ba
CS
55712012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5572
5573 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5574 (Bug#10987).
5575
0c93eabf
CY
55762012-03-11 Chong Yidong <cyd@gnu.org>
5577
397a688f
CY
5578 * simple.el (goto-line): Doc fix (Bug#9938).
5579
2cc775f9
CY
5580 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5581
0c93eabf
CY
5582 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5583 when finished (Bug#10963).
5584
c491fa41
MR
55852012-03-11 Martin Rudalics <rudalics@gmx.at>
5586
5587 * window.el (split-window-below): Fix bug in case where
5588 split-window-keep-point is nil (Bug#10971).
5589
300e8fa5
JL
55902012-03-11 Juri Linkov <juri@jurta.org>
5591
5592 * replace.el (replace-highlight): Set isearch-word to nil
5593 unconditionally. (Bug#10887)
5594
dbf6c5a1
EZ
55952012-03-10 Eli Zaretskii <eliz@gnu.org>
5596
5597 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5598 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5599 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5600 (mairix-widget-create-query): Add usage information about mairix
5601 search forms: negating words, searching for substrings, etc.
5602
b9e501de
JP
56032012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5604
5605 * international/fontset.el (font-encoding-alist): Add an entry for
5606 ksx1001 (Bug#5667).
5607
92795c91
RS
56082012-03-10 Richard Stallman <rms@gnu.org>
5609
1694e6c1
RS
5610 * mail/sendmail.el (mail-encode-header):
5611 Set rfc2047-encode-encoded-words.
5612
607e8555
RS
5613 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5614
de3bc99a
RS
5615 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5616 view buffer means not swapped.
5617 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5618 (rmail-write-region-annotate): Error if real text has disappeared.
5619
92795c91
RS
5620 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5621
699bd04e
CY
56222012-03-10 Chong Yidong <cyd@gnu.org>
5623
5624 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5625 * emulation/cua-base.el (cua--init-keymaps):
5626 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5627
570a1714
MR
56282012-03-10 Martin Rudalics <rudalics@gmx.at>
5629
dbbc2e69
SM
5630 * speedbar.el (speedbar-unhighlight-one-tag-line):
5631 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5632
82dcf4e4
CY
56332012-03-10 Chong Yidong <cyd@gnu.org>
5634
7a2c7ca7
CY
5635 * minibuffer.el (completion-in-region, completion-help-at-point):
5636 Give the completion field overlay a high priority (Bug#6830).
5637
82dcf4e4
CY
5638 * dired.el (dired-goto-file): Recognize absolute file name
5639 listings (Bug#7126).
5640 (dired-goto-file-1): New helper function.
5641 (dired-toggle-read-only): Inhibit warnings.
5642
052e28ac
MA
56432012-03-09 Michael Albinus <michael.albinus@gmx.de>
5644
75f1671a 5645 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5646 there are no properties.
5647
95d5e396
LL
56482012-03-09 Leo Liu <sdl.web@gmail.com>
5649
5650 * savehist.el (savehist-printable): Stricter check for string
5651 value (Bug#10937).
5652
3f018d6d
EZ
56532012-03-09 Eli Zaretskii <eliz@gnu.org>
5654
dbbc2e69
SM
5655 * mail/smtpmail.el (smtpmail-send-it):
5656 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5657 valid mbox format.
5658
f7fd3d79
GM
56592012-03-09 Glenn Morris <rgm@gnu.org>
5660
5661 * files.el (dir-locals-find-file):
5662 Don't check result is regular, readable.
5663 (dir-locals-read-from-file): Demote errors.
5664
6ff6e72f
EZ
56652012-03-08 Eli Zaretskii <eliz@gnu.org>
5666
dbbc2e69
SM
5667 * international/quail.el (quail-insert-kbd-layout):
5668 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5669 layout cell, to prevent their reordering by bidi display engine.
5670 For details, see the discussion in
5671 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5672
9cec7834
AM
56732012-03-08 Alan Mackenzie <acm@muc.de>
5674
5675 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5676 the starting position; make it extend the marked region when
5677 invoked repeatedly - all under appropriate circumstances.
5678 Fixes bugs #5525, #10906.
5679
9a40b8d4
GM
56802012-03-08 Glenn Morris <rgm@gnu.org>
5681
5682 * files.el (locate-dominating-file, dir-locals-find-file):
5683 Undo 2012-03-06 change.
5684
7a08ed35
EZ
56852012-03-07 Eli Zaretskii <eliz@gnu.org>
5686
dbbc2e69
SM
5687 * international/quail.el (quail-help):
5688 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5689 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5690 for the reason.
5691
5aca4f71 56922012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5693
5694 Avoid superfluous registering of signals. (Bug#10807)
5695
5696 * notifications.el (notifications-on-action-object)
5697 (notifications-on-close-object): New defvars.
5698 (notifications-on-action-signal, notifications-on-closed-signal):
5699 Unregister the signal if not needed any longer.
5700 (notifications-notify): Register `notifications-action-signal' or
5701 `notifications-closed-signal', if :on-action or :on-close has been
5702 passed as argument.
5703
78e8b10a
CY
57042012-03-07 Chong Yidong <cyd@gnu.org>
5705
5706 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5707 non-X platforms.
5708
69481eb8
GM
57092012-03-06 Glenn Morris <rgm@gnu.org>
5710
5711 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5712 (x-disown-selection-internal, x-get-selection-internal):
5713 Doc fix (add arglist signatures). (Bug#10783)
5714
133b8e11
KS
57152012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5716
5717 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5718 Handle breakpoints with no "type".
5719
99a83064
GM
57202012-03-06 Glenn Morris <rgm@gnu.org>
5721
5722 * files.el (locate-dominating-file): Add optional predicate argument.
5723 (dir-locals-find-file): Make use of above change.
5724
17798e78
TTN
57252012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5726
5727 * info.el (Info-insert-dir): Also try "dir.gz".
5728
eb182446
GM
57292012-03-06 Glenn Morris <rgm@gnu.org>
5730
8f2114ee
GM
5731 * files.el (dir-locals-find-file):
5732 Ignore non-readable or non-regular files. (Bug#10928)
5733
eb182446
GM
5734 * files.el (locate-dominating-file): Doc fix.
5735
24679323
AS
57362012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5737
5738 * calendar/calendar.el (calendar-set-mode-line):
5739 `getenv' returns a string. (Bug#10951)
5740
01d972a9
LL
57412012-03-05 Leo Liu <sdl.web@gmail.com>
5742
109aa8a9
LL
5743 * simple.el (backward-delete-char-untabify): Constrain point to
5744 field (Bug#10939).
5745
01d972a9
LL
5746 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5747
10607bea
CY
57482012-03-05 Chong Yidong <cyd@gnu.org>
5749
5750 * simple.el (count-words): If called from Lisp, return the word
5751 count, for symmetry with `count-lines'. Arglist changed.
5752 (count-words--message): Args changed. Consolidate counting code
5753 from count-words and count-words-region.
5754 (count-words-region): Caller changed.
5755 (count-lines-region): Make it an obsolete alias.
5756
5dd11cfe
TH
57572012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5758
5759 * saveplace.el (save-place-to-alist)
5760 (save-place-ignore-files-regexp): Allow value nil to disable this
5761 feature.
5762
c349f4e6
CY
57632012-03-04 Chong Yidong <cyd@gnu.org>
5764
5765 * faces.el (face-spec-reset-face): For the default face, reset the
5766 attributes to default values (Bug#10748).
5767
e627be4c
LMI
57682012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5769
5770 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5771 previous patch: Check `message-send-mail-function', and not the
5772 default function (bug#10897).
5773
ebeabff4
MA
57742012-03-04 Michael Albinus <michael.albinus@gmx.de>
5775
a41a6cf4
MA
5776 * notifications.el (notifications-on-action-signal)
5777 (notifications-on-closed-signal): Check for unique service name of
5778 incoming event. Fix error in removing entry.
ebeabff4 5779 (top): Register for signals with wildcard service name.
a41a6cf4 5780 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5781
c1ca42b4
CY
57822012-03-04 Chong Yidong <cyd@gnu.org>
5783
dc9924b8 5784 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5785
ea16568d
GM
57862012-03-04 Glenn Morris <rgm@gnu.org>
5787
5788 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5789 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5790 (expand-abbrev, define-abbrev-table): Doc fixes.
5791
fbae4637
LMI
57922012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5793
5794 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5795 `message-default-send-mail-function' and not `send-mail-function'
5796 when doing the prompting for `sendmail-query-once' before sending
5797 in Message buffers (bug#10897).
5798
a1e7225c
LMI
5799 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5800 This is inconsistent with all the other stream functions, which leave
5801 the setting up to the higher levels (if so wanted) (bug#10931).
5802
56d093a9
AM
58032012-03-02 Alan Mackenzie <acm@muc.de>
5804
5805 Depessimize the handling of very large macros.
5806
5807 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5808 (c-macro-cache-syntactic): New variables to implement a one
5809 element macro cache.
5810 (c-invalidate-macro-cache): New function.
5811 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5812 Adapt to use the new cache.
5813 (c-state-safe-place): Use better the cache of safe positions.
5814 (c-state-semi-nonlit-pos-cache)
5815 (c-state-semi-nonlit-pos-cache-limit):
5816 New variables for...
5817 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5818 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5819 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5820 Use c-state-semi-safe-place.
56d093a9 5821
dbbc2e69
SM
5822 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5823 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5824
817e5c3d
MA
58252012-03-02 Michael Albinus <michael.albinus@gmx.de>
5826
dbbc2e69
SM
5827 * jka-compr.el (jka-compr-call-process):
5828 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5829 not remote.
5830
a032a702
MA
58312012-03-01 Michael Albinus <michael.albinus@gmx.de>
5832
5833 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5834 access of FILE2, if FILE1 does not exist.
5835
99a54f21
MA
5836 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5837 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5838
5839 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5840 Add "PAGER=" to `process-environment'.
5841
f6561e1f
MM
58422012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5843
5844 * progmodes/sql.el: Bug fix
5845 (sql-get-login-ext): Save login values in globals.
5846 (sql-get-login): Use new version of `sql-get-login-ext'.
5847 (sql-interactive-mode): Set global `sql-connection' to nil.
5848 (sql-connect): Set global values for connection.
5849 (sql-product-interactive): Save global values as buffer local.
5850
2d44d9cc
LL
58512012-02-29 Leo Liu <sdl.web@gmail.com>
5852
5853 * abbrev.el (define-abbrevs): Reset sys to nil.
5854
96b49301 58552012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5856
bf7f9bc5
JB
5857 * files.el (file-equal-p): Rename from `files-equal-p'.
5858 Return nil when one or both files don't exist.
96b49301 5859 (file-subdir-of-p): Now only top directory must exists,
5860 return nil if it doesn't.
bf7f9bc5
JB
5861 (copy-directory): No need to test with `file-subdir-of-p' after
5862 creating dir.
5863 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5864 to `file-equal-p'.
96b49301 5865
44e97401
GM
58662012-02-28 Glenn Morris <rgm@gnu.org>
5867
5868 * shell.el (shell-mode):
5869 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5870 * play/landmark.el (landmark-font-lock-face-O):
5871 * play/handwrite.el (handwrite):
5872 * play/gomoku.el (gomoku-O):
5873 * net/browse-url.el (browse-url-browser-display):
5874 * international/mule.el (define-charset):
5875 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5876 * filesets.el (filesets-find-file-delay):
5877 * eshell/em-xtra.el (eshell-xtra):
5878 * eshell/em-unix.el (eshell-grep):
5879 * emulation/viper.el (viper-mode):
5880 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5881 * emacs-lisp/easymenu.el (easy-menu-define):
5882 * calendar/timeclock.el (timeclock-use-display-time):
5883 * bs.el (bs-mode):
5884 * bookmark.el (bookmark-save-flag):
5885 Doc fix (standardize possessive apostrophe usage).
5886
c98c6276
CY
58872012-02-27 Chong Yidong <cyd@gnu.org>
5888
bf7f9bc5
JB
5889 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5890 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5891
c98c6276
CY
5892 * font-lock.el (font-lock-specified-p): Rename from
5893 font-lock-spec-present. Callers changed.
5894
9c62cd04 58952012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5896
bf7f9bc5
JB
5897 * emacs-lisp/package.el (package-compute-transaction):
5898 Handle holding a package version to t in package-load-list.
8ac9e529 5899
530739c9
MA
59002012-02-26 Michael Albinus <michael.albinus@gmx.de>
5901
5902 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5903 (tramp-get-inode, tramp-get-device): Use cached values.
5904
487915d7
AM
59052012-02-26 Alan Mackenzie <acm@muc.de>
5906
5907 Check there is a font-lock specification before doing initial
5908 fontification.
5909
5910 * font-core.el (font-lock-mode): Move the conditional from
5911 :after-hook to font-lock-initial-fontify.
5912 (font-lock-default-function): Move the check for a specification
5913 to font-lock-spec-present.
5914
dc9924b8 5915 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5916 (font-lock-spec-present): New function.
5917
4fd96557
JB
59182012-02-26 Jim Blandy <jimb@red-bean.com>
5919
5920 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5921 (gdb-send): Apply it to the operand of the '-interpreter-exec
5922 console' command, so that we can pass arguments with (say) quotes
5923 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5924
9a4888c0
CY
59252012-02-26 Chong Yidong <cyd@gnu.org>
5926
07498861
CY
5927 * help-fns.el (describe-function-1): Clarify description of
5928 remapping (Bug#10844).
5929
9a4888c0
CY
5930 * files.el (files-equal-p): Doc fix.
5931 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5932 and quit the loop once a mismatch is found.
5933
ea8fb88d
JB
59342012-02-25 Juanma Barranquero <lekktu@gmail.com>
5935
5936 * bs.el (bs--show-with-configuration): Don't throw an error
5937 if the window cannot be split; otherwise, subsequent calls to
5938 bs-show fail, restoring a stale window config. (Bug#10882)
5939
525795c1
JD
59402012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5941
5942 * term/ns-win.el (global-map): Bind ns-drag-file to
5943 ns-find-file (Bug#5855, Bug#10050).
5944
f008086f
AS
59452012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5946
5947 * calendar/parse-time.el (parse-time-string): Allow extractor to
5948 return nil.
5949
a3fcfa99
MA
59502012-02-25 Michael Albinus <michael.albinus@gmx.de>
5951
91027d08
JB
5952 * net/tramp.el (tramp-file-name-for-operation):
5953 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5954
5955 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5956 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5957 Add COPY-CONTENTS argument.
a3fcfa99 5958
67b0de11
CY
59592012-02-25 Chong Yidong <cyd@gnu.org>
5960
5961 Add custom groups for VC backends, for consistency with vc-bzr.
5962
5963 * vc/vc-arch.el (vc-arch):
5964 * vc/vc-cvs.el (vc-cvs):
5965 * vc/vc-git.el (vc-git):
5966 * vc/vc-hg.el (vc-hg):
5967 * vc/vc-mtn.el (vc-mtn):
5968 * vc/vc-rcs.el (vc-rcs):
5969 * vc/vc-sccs.el (vc-sccs):
5970 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5971 All relevant defcustoms reassigned.
5972
3c9dfce6
CY
59732012-02-25 Chong Yidong <cyd@gnu.org>
5974
1339bf43
CY
5975 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5976
3c9dfce6
CY
5977 * term/x-win.el (x-initialize-window-system): Reduce default for
5978 x-selection-timeout to 5 seconds (Bug#8869).
5979
25b2e303 59802012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5981
ec70a47d
GM
5982 * files.el (files-equal-p, file-subdir-of-p): New functions.
5983 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5984 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5985 * dired-aux.el (dired-copy-file-recursive): Same.
5986 (dired-create-files): Modify destination when source is equal to
5987 dest when copying files.
53a46cd0 5988 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5989
914260cd
MA
59902012-02-24 Michael Albinus <michael.albinus@gmx.de>
5991
5992 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5993 (Bug#10874)
5994
2cb228f7
AM
59952012-02-23 Alan Mackenzie <acm@muc.de>
5996
5997 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5998 parameter "after-hook:" to allow the expansion to run code after
5999 the execution of the mode hooks.
6000
6001 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6002 from font-lock-mode-internal.
2cb228f7 6003
91027d08 6004 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6005 :after-hook.
6006
8f0fde21
SM
60072012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6008
3e88618b
SM
6009 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6010 (completion--cache-all-sorted-completions): New function.
6011 (completion-all-sorted-completions): Use it.
6012 (completion--do-completion, minibuffer-force-complete):
6013 Use it to re-instate the flush hook.
6014
8f0fde21
SM
6015 * icomplete.el (icomplete-completions): Replace last fix with a better
6016 one (bug#10850).
6017
8e911f6f
DG
60182012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6019
6020 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6021 when it might call us back infinitely (bug#10797).
6022
49fe4321
GM
60232012-02-23 Glenn Morris <rgm@gnu.org>
6024
6025 * minibuffer.el (completion-category-overrides): Doc fix.
6026
b291b572
SM
60272012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6030 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6031
31a9ef2e
GM
60322012-02-23 Glenn Morris <rgm@gnu.org>
6033
5e6e6794 6034 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6035 (authors-obsolete-files-regexps, authors-ignored-files)
6036 (authors-ambiguous-files, authors-renamed-files-alist):
6037 Add more entries.
6038
0bd1e074
JL
60392012-02-23 Juri Linkov <juri@jurta.org>
6040
6041 * isearch.el (isearch-occur): Sync interactive spec with occur's
6042 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6043
b617673c
JL
6044 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6045
19e9789e
JL
60462012-02-22 Juri Linkov <juri@jurta.org>
6047
6048 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6049 (ucs-insert): Doc fix. Check for hex digits in the string.
6050 Don't display `nil' in the error message. (Bug#10857)
6051
f41ce09d
AM
60522012-02-22 Alan Mackenzie <acm@muc.de>
6053
7a71b18d 6054 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6055
ac2eceee
GM
60562012-02-22 Glenn Morris <rgm@gnu.org>
6057
6058 * ffap.el (ffap-c-path):
6059 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6060
abd1f678
CY
60612012-02-22 Chong Yidong <cyd@gnu.org>
6062
6063 * custom.el (load-theme): Doc fix.
6064
f25aef2e
GM
60652012-02-22 Glenn Morris <rgm@gnu.org>
6066
6067 * dired-x.el (dired-guess-shell-alist-default):
6068 Remove escape sequences from nroff output. (Bug#172)
6069
5f8dc2ca
GM
60702012-02-21 Glenn Morris <rgm@gnu.org>
6071
6ff86ec4
GM
6072 * vc/emerge.el (emerge-defvar-local):
6073 Set `permanent-local' property rather than unused `preserved'.
6074
be3223a3 6075 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6076 (picture-mode-map): Use it. (Bug#10860)
6077 (picture-mode): Doc fix.
6078
3fe58f4f
JB
60792012-02-21 Juanma Barranquero <lekktu@gmail.com>
6080
6081 * newcomment.el (uncomment-region-default): Remove unused binding.
6082
f9a998c3
GM
60832012-02-21 Glenn Morris <rgm@gnu.org>
6084
6085 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6086 (picture-self-insert, picture-tab-chars): Doc fix.
6087 (picture-mode-map): Fix C-a, C-e.
6088
c6029348
GM
60892012-02-20 Glenn Morris <rgm@gnu.org>
6090
6091 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6092
ab1ce9d7
LL
60932012-02-20 Leo Liu <sdl.web@gmail.com>
6094
6095 * icomplete.el (icomplete-completions): Check FROM arg before
6096 passing to substring (Bug#10850).
6097
0fd40f89
CY
60982012-02-19 Chong Yidong <cyd@gnu.org>
6099
6100 * comint.el: Require ansi-color.
6101 (comint-output-filter-functions): Add ansi-color-process-output.
6102
6103 * ansi-color.el: Don't set comint-output-filter-functions; it is
6104 now in the initial value defined in comint.el.
6105 (ansi-color-apply-face-function): New variable.
6106 (ansi-color-apply-on-region): Use it.
6107 (ansi-color-apply-overlay-face): New function.
6108
6109 * shell.el (shell): No need to require ansi-color.
6110 (shell-mode): Use ansi-color-apply-face-function to highlight
6111 color escapes using font-lock-face property (Bug#10835).
6112
20af2394
CY
61132012-02-19 Chong Yidong <cyd@gnu.org>
6114
6115 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6116 mode-line formats (Bug#10839).
6117
e23a3fbe
GM
61182012-02-18 Glenn Morris <rgm@gnu.org>
6119
b474519e
GM
6120 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6121
6122 * mail/undigest.el (unforward-rmail-message): Doc fix.
6123
e23a3fbe
GM
6124 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6125
57939ff4
EZ
61262012-02-18 Eli Zaretskii <eliz@gnu.org>
6127
6128 * international/characters.el (script-list): Sync with the latest
6129 Unicode Character Database.
6130
0c23686e
AS
61312012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6132
6133 * international/titdic-cnv.el: Remove duplicate coding tag.
6134 * language/cham.el: Likewise.
6135 * language/tai-viet.el: Likewise.
6136
6818b449
GM
61372012-02-18 Glenn Morris <rgm@gnu.org>
6138
6139 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6140 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6141 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6142 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6143 * calendar/holidays.el (holiday-bahai-holidays)
6144 (calendar-holidays, list-holidays):
6145 Use utf-8 Bahá'í in doc-strings, menus, etc.
6146
0311a3fc
TH
61472012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6148
6149 * saveplace.el (save-place-ignore-files-regexp): New variable
6150 allowing for excluding files from saving their location of point.
6151 The default value matches the temporary commit message editing
6152 files from Git, SVN, Bazaar, and Mercurial.
6153 (save-place-to-alist): Use it.
6154
d209e2fb 61552012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
6156 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * newcomment.el (uncomment-region-default): Don't leave extra space
6159 when an arg is provided (bug#8150).
6160
ee0ce425
TZ
61612012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6162
eb864a71 6163 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6164
95ddf442
GM
61652012-02-17 Glenn Morris <rgm@gnu.org>
6166
6167 * net/socks.el: Require network-stream. (Bug#10599)
6168
48dd1e39 61692012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6170
6171 * international/charprop.el:
6172 * international/uni-name.el:
6173 * international/uni-old-name.el:
6174 * international/uni-comment.el: Regenerate.
6175
d68cd087
GM
61762012-02-16 Glenn Morris <rgm@gnu.org>
6177
6178 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6179 Interactively in calendar buffer, give an error if not on a date.
6180
13932042
GM
61812012-02-15 Glenn Morris <rgm@gnu.org>
6182
6183 * shell.el (shell-delimiter-argument-list):
6184 Revert 2011-02-17 change. (Bug#8027)
6185
c3a70e2b
CY
61862012-02-15 Chong Yidong <cyd@gnu.org>
6187
60236b0d
CY
6188 * minibuffer.el (completion-at-point-functions): Doc fix.
6189
c3a70e2b
CY
6190 * custom.el (defcustom): Doc fix; note use of defvar.
6191
9f26dc24
GM
61922012-02-15 Glenn Morris <rgm@gnu.org>
6193
6194 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6195 Doc fixes.
6196
6546b134
GM
61972012-02-14 Glenn Morris <rgm@gnu.org>
6198
6199 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6200
d29b2b4c
LI
62012012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6202
6203 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6204 way the ports list is computed.
835bdcba
LI
6205 (smtpmail-query-smtp-server): Prompt the user for a port number if
6206 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6207
08dcdbc9
TZ
62082012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6209
6210 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6211
2605051a
GM
62122012-02-13 Glenn Morris <rgm@gnu.org>
6213
6214 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6215
7ee99f32
TZ
62162012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6217
6218 * net/gnutls.el (gnutls-trustfiles): New variable.
6219 (gnutls-negotiate): Use it.
6220
5f0af64f
LI
62212012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6222
6223 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6224 does its stuff if Gnus is running.
6225
c14fcc95
AM
62262012-02-13 Alan Mackenzie <acm@muc.de>
6227
6228 Fix a loop in c-set-fl-decl-start.
6229
7a71b18d 6230 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6231 c-backward-syntactic-ws actually moves backwards.
6232
142b4d90
LL
62332012-02-13 Leo Liu <sdl.web@gmail.com>
6234
6235 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6236 beginning so that all \C-o chars are removed.
6237
fa9958a6
TZ
62382012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6239
dc9924b8 6240 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6241
0bc5886a
AM
62422012-02-12 Alan Mackenzie <acm@muc.de>
6243
6244 Fix infinite loop with long macros.
4d6769e1 6245 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6246
d4bd55e7
CY
62472012-02-12 Chong Yidong <cyd@gnu.org>
6248
6249 * window.el (display-buffer): Doc fix (Bug#10785).
6250
66f3fe22
GM
62512012-02-12 Glenn Morris <rgm@gnu.org>
6252
bd7da63e
GM
6253 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6254 (x-disown-selection-internal, x-get-selection-internal):
6255 Sync docs with the xselect.c versions.
6256
66f3fe22
GM
6257 * allout-widgets.el: Add missing license notice.
6258
3e0d2fa7
GM
62592012-02-11 Glenn Morris <rgm@gnu.org>
6260
cfecdf09
GM
6261 * select.el (x-get-selection-internal, x-own-selection-internal)
6262 (x-disown-selection-internal):
6263 * x-dnd.el (x-get-selection-internal): Update declarations.
6264
6d216d7f
GM
6265 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6266
2bed3f04
GM
6267 * window.el (window-sides-slots):
6268 * tool-bar.el (tool-bar-position):
6269 * term/xterm.el (xterm-extra-capabilities):
6270 * ses.el (ses-self-reference-early-detection):
6271 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6272 (verilog-auto-wire-type)
6273 (verilog-auto-delete-trailing-whitespace)
6274 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6275 (verilog-auto-tieoff-declaration):
6276 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6277 (sql-oracle-statement-starters, sql-oracle-scan-on):
6278 * progmodes/prolog.el (prolog-align-comments-flag)
6279 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6280 (prolog-left-indent-regexp, prolog-paren-indent-p)
6281 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6282 (prolog-types, prolog-mode-specificators)
6283 (prolog-determinism-specificators, prolog-directives)
6284 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6285 (prolog-electric-dot-flag)
6286 (prolog-electric-dot-full-predicate-template)
6287 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6288 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6289 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6290 (prolog-program-switches, prolog-prompt-regexp)
6291 (prolog-debug-on-string, prolog-debug-off-string)
6292 (prolog-trace-on-string, prolog-trace-off-string)
6293 (prolog-zip-on-string, prolog-zip-off-string)
6294 (prolog-use-standard-consult-compile-method-flag)
6295 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6296 (prolog-imenu-max-lines, prolog-info-predicate-index)
6297 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6298 (prolog-char-quote-workaround):
6299 * progmodes/cc-vars.el (c-defun-tactic):
6300 * net/tramp.el (tramp-encoding-command-interactive)
6301 (tramp-local-end-of-line):
6302 * net/soap-client.el (soap-client):
6303 * net/netrc.el (netrc-file):
6304 * net/gnutls.el (gnutls):
6305 * minibuffer.el (completion-category-overrides)
6306 (completion-cycle-threshold)
6307 (completion-pcm-complete-word-inserts-delimiters):
6308 * man.el (Man-name-local-regexp):
6309 * mail/feedmail.el (feedmail-display-full-frame):
6310 * international/characters.el (glyphless-char-display-control):
6311 * eshell/em-ls.el (eshell-ls-date-format):
6312 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6313 (lisp-lambda-list-keyword-parameter-indentation)
6314 (lisp-lambda-list-keyword-parameter-alignment):
6315 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6316 * dired-x.el (dired-omit-verbose):
6317 * cus-theme.el (custom-theme-allow-multiple-selections):
6318 * calc/calc.el (calc-highlight-selections-with-faces)
6319 (calc-lu-field-reference, calc-lu-power-reference)
6320 (calc-note-threshold):
6321 * battery.el (battery-mode-line-limit):
6322 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6323 (archive-7z-update):
6324 * allout.el (allout-prefixed-keybindings)
6325 (allout-unprefixed-keybindings)
6326 (allout-inhibit-auto-fill-on-headline)
6327 (allout-flattened-numbering-abbreviation):
6328 * allout-widgets.el (allout-widgets-auto-activation)
6329 (allout-widgets-icons-dark-subdir)
6330 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6331 (allout-widgets-theme-dark-background)
6332 (allout-widgets-theme-light-background)
6333 (allout-widgets-item-image-properties-emacs)
6334 (allout-widgets-item-image-properties-xemacs)
6335 (allout-widgets-run-unit-tests-on-load)
6336 (allout-widgets-time-decoration-activity)
6337 (allout-widgets-hook-error-post-time)
6338 (allout-widgets-track-decoration):
6339 Add missing :version tags to new defcustoms and defgroups.
6340
5fec1b8e
GM
6341 * progmodes/sql.el (sql-ansi-statement-starters)
6342 (sql-oracle-statement-starters): Add custom type.
6343
3e0d2fa7
GM
6344 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6345 (prolog-system-version): Give it a type.
6346
90b671e2
EZ
63472012-02-11 Eli Zaretskii <eliz@gnu.org>
6348
6349 * term/pc-win.el (x-select-text, x-selection-owner-p)
6350 (x-own-selection-internal, x-disown-selection-internal)
6351 (x-get-selection-internal): Sync doc strings and argument lists
6352 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6353
5eac0c02
LL
63542012-02-11 Leo Liu <sdl.web@gmail.com>
6355
6356 * progmodes/python.el (python-end-of-statement): Fix infinite
6357 loop. (Bug#10788)
6358
f82cb659
GM
63592012-02-10 Glenn Morris <rgm@gnu.org>
6360
6361 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6362 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6363
cc26d239
LI
63642012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6365
6366 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6367 about SMTP before checking the From header.
6368
91027d08 6369 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6370 into own function for reuse by emacsbug.el.
6371
1be3ca5a
LL
63722012-02-10 Leo Liu <sdl.web@gmail.com>
6373
6374 * subr.el (condition-case-unless-debug): Rename from
6375 condition-case-no-debug. All callers changed.
6376 (with-demoted-errors): Fix caller.
6377
6378 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6379 * nxml/rng-valid.el (rng-do-some-validation):
6380 * emacs-lisp/package.el (package-refresh-contents)
6381 (package-menu-execute):
6382 * desktop.el (desktop-create-buffer):
91027d08 6383 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6384
b011fbfe
GM
63852012-02-10 Glenn Morris <rgm@gnu.org>
6386
b2096d72
GM
6387 * textmodes/bibtex.el:
6388 Add missing :version tags for new/changed defcustoms.
6389
b011fbfe
GM
6390 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6391
4c7e65bf
LI
63922012-02-09 Lars Ingebrigtsen <larsi@rusty>
6393
6394 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6395 (smtpmail-via-smtp): Use it, or fall back on the From address.
6396 (smtpmail-send-it): Ditto.
6397
f3934f6f
SM
63982012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6401 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6402 (byte-compile-tmp-var): New const.
6403 (byte-compile-defvar): Use it to minimize .elc size.
6404 Just use `defvar' rather than simulate it (bug#10761).
6405
a075a2c5
GM
64062012-02-09 Glenn Morris <rgm@gnu.org>
6407
cf3aa21b
GM
6408 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6409
354998cd
GM
6410 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6411 Add :version tags.
6412
dc9924b8
SM
6413 * progmodes/compile.el (compilation-error-screen-columns)
6414 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6415
dab3703d
GM
6416 * vc/log-view.el (log-view-toggle-entry-display):
6417 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6418
3f88cd72
GM
6419 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6420 (report-emacs-bug-can-use-xdg-email):
6421 (report-emacs-bug-insert-to-mailer): Doc fixes.
6422 (report-emacs-bug): Message fix.
6423
d95b247d
GM
6424 * net/browse-url.el (browse-url-can-use-xdg-open)
6425 (browse-url-xdg-open): Doc fixes.
6426
a075a2c5
GM
6427 * electric.el (electric-indent-mode, electric-pair-mode)
6428 (electric-layout-rules, electric-layout-mode): Doc fixes.
6429 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6430
ffb6157e
MR
64312012-02-08 Martin Rudalics <rudalics@gmx.at>
6432
6433 * server.el (server-unselect-display): Don't inadvertently kill
6434 the current buffer. (Bug#10729)
6435
e1ac4066
GM
64362012-02-08 Glenn Morris <rgm@gnu.org>
6437
34e8a2da
GM
6438 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6439 (sql-list-table): Doc fixes.
6440
b4ac6e8c
GM
6441 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6442 Comment out (does nothing).
6443
e1ac4066
GM
6444 * completion.el (dynamic-completion-mode):
6445 * dirtrack.el (dirtrack-debug-mode):
6446 * electric.el (electric-layout-mode):
6447 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6448 * face-remap.el (text-scale-mode, buffer-face-mode):
6449 * iimage.el (iimage-mode):
6450 * image-mode.el (image-transform-mode):
6451 * minibuffer.el (completion-in-region-mode):
6452 * scroll-lock.el (scroll-lock-mode):
6453 * simple.el (next-error-follow-minor-mode):
6454 * tar-mode.el (tar-subfile-mode):
6455 * tooltip.el (tooltip-mode):
6456 * vcursor.el (vcursor-use-vcursor-map):
6457 * wid-browse.el (widget-minor-mode):
6458 * emulation/tpu-edt.el (tpu-edt-mode):
6459 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6460 * international/iso-ascii.el (iso-ascii-mode):
6461 * language/thai-util.el (thai-word-mode):
6462 * mail/supercite.el (sc-minor-mode):
6463 * net/goto-addr.el (goto-address-mode):
6464 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6465 * progmodes/cwarn.el (cwarn-mode):
6466 * progmodes/flymake.el (flymake-mode):
6467 * progmodes/glasses.el (glasses-mode):
6468 * progmodes/hideshow.el (hs-minor-mode):
6469 * progmodes/pascal.el (pascal-outline-mode):
6470 * textmodes/enriched.el (enriched-mode):
6471 * vc/smerge-mode.el (smerge-mode):
6472 Doc fixes (minor mode argument).
6473
5e0d957f
EZ
64742012-02-07 Eli Zaretskii <eliz@gnu.org>
6475
6476 * ls-lisp.el (ls-lisp-sanitize): New function.
6477 (ls-lisp-insert-directory): Use it to fix or remove any elements
6478 in file-alist with missing attributes. (Bug#4673)
6479
98d7371e
AM
64802012-02-07 Alan Mackenzie <acm@muc.de>
6481
6482 Fix spurious recognition of c-in-knr-argdecl.
6483
6484 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6485 putative K&R region.
6486
667ced3a
AM
64872012-02-07 Alan Mackenzie <acm@muc.de>
6488
eb864a71
LM
6489 * progmodes/cc-engine.el (c-forward-objc-directive):
6490 Prevent looping in "#pragma mark @implementation".
667ced3a 6491
5b77774d
MA
64922012-02-07 Michael Albinus <michael.albinus@gmx.de>
6493
6494 * notifications.el (notifications-on-closed-signal): Make `reason'
6495 optional. (Bug#10744)
6496
af008560
GM
64972012-02-07 Glenn Morris <rgm@gnu.org>
6498
60d47423
GM
6499 * emacs-lisp/easy-mmode.el (define-minor-mode):
6500 Doc fixes for the macro and the mode it defines.
6501
dd605cc4
GM
6502 * image.el (imagemagick-types-inhibit): Doc fix.
6503
af008560
GM
6504 * cus-start.el (imagemagick-render-type): Add it.
6505
5cc59a37
LI
65062012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6507
4d6769e1
JB
6508 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6509 Set the default at load time, too, so that `font-lock-fontify-buffer'
6510 can be called without setting up the entire mode first. This fixes
6511 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6512
9a6dd747
CY
65132012-02-06 Chong Yidong <cyd@gnu.org>
6514
2d16b285
CY
6515 * simple.el (list-processes--refresh): Delete exited processes
6516 (Bug#8094).
6517
171e9b6e
CY
6518 * comint.el (comint-next-prompt): next-single-char-property-change
6519 and prev-single-char-property-change never return nil (Bug#8657).
6520
9a6dd747
CY
6521 * custom.el (defcustom): Doc fix (Bug#9711).
6522
aa4589a7
CY
65232012-02-05 Chong Yidong <cyd@gnu.org>
6524
5c2a252f
CY
6525 * cus-edit.el (custom-variable-reset-backup): Quote the value
6526 before storing it in the customized-value property (Bug#6712).
4aab9006 6527 (custom-display): Add a customization type tag.
983b9602 6528 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6529
aa4589a7
CY
6530 * wid-edit.el (widget-field-value-get): New optional arg to
6531 suppress trailing whitespace truncation.
6532 (character): Use it (Bug#2689).
6533
1ff980ae
AS
65342012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6535
6536 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6537 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6538
03988c98
CY
65392012-02-05 Chong Yidong <cyd@gnu.org>
6540
eeb6cc88
CY
6541 * cus-edit.el (custom-variable-value-create): For mismatched
6542 types, show the current value (Bug#7600).
6543
03988c98
CY
6544 * custom.el (defcustom): Doc fix.
6545
f8cdeef0
GM
65462012-02-05 Glenn Morris <rgm@gnu.org>
6547
6548 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6549
0696d255
JB
65502012-02-05 Juanma Barranquero <lekktu@gmail.com>
6551
6552 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6553 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6554 (pp-last-sexp): Use `looking-at-p'.
6555
34c99998
GM
65562012-02-04 Glenn Morris <rgm@gnu.org>
6557
8f05da42
GM
6558 * files.el (revert-buffer):
6559 Doc fix (mention revert-buffer-in-progress-p).
6560
f160676e
GM
6561 * emacs-lisp/ert-x.el (ert-simulate-command):
6562 Check deferred-action-list (which is obsolete) is bound.
6563
c7291ad9
GM
6564 * subr.el (with-wrapper-hook): Doc fixes.
6565
34c99998
GM
6566 * simple.el (filter-buffer-substring-functions)
6567 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6568
6283a7d3
LL
65692012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6570
6571 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6572 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6573
e96e3013
LL
65742012-02-04 Leo Liu <sdl.web@gmail.com>
6575
6576 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6577
8ded50f2
GM
65782012-02-04 Glenn Morris <rgm@gnu.org>
6579
82ff1d13
GM
6580 * image.el (image-extension-data): Add obsolete alias.
6581
987a0a16
GM
6582 * isearch.el (isearch-update): Doc fix.
6583
ea32ef46
GM
6584 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6585
8ded50f2
GM
6586 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6587
eea14f31
GM
65882012-02-03 Glenn Morris <rgm@gnu.org>
6589
6590 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6591 (image-animate-timeout): Doc fix.
6592
6593 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6594
12f381b7
GM
65952012-02-02 Glenn Morris <rgm@gnu.org>
6596
953cebf5
GM
6597 * server.el (server-auth-dir): Doc fix.
6598 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6599
12f381b7
GM
6600 * subr.el (run-mode-hooks): Doc fix.
6601
953a8c3b
JL
66022012-02-02 Juri Linkov <juri@jurta.org>
6603
6604 * image-mode.el (image-toggle-display-image): Remove tautological
6605 `major-mode' from the `derived-mode-p' test.
6606
c5d3843c
KH
66072012-02-02 Kenichi Handa <handa@m17n.org>
6608
9f6e692e 6609 * composite.el (compose-region): Cancel previous change.
c5d3843c 6610
159462d4 66112012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6612
6613 * composite.el (compose-region, compose-string): Signal error for
6614 a null string component (Bug#6988).
6615
9f562668
CY
66162012-02-01 Chong Yidong <cyd@gnu.org>
6617
e2cef717
CY
6618 * view.el (view-buffer-other-window, view-buffer-other-frame):
6619 Handle special modes like view-buffer (Bug#10650).
6620 (view-buffer): Simplify.
6621
9f562668
CY
6622 * frame.el (set-frame-font): Tweak meaning of third argument.
6623
9f6e692e
JB
6624 * dynamic-setting.el (font-setting-change-default-font):
6625 Use set-frame-font (Bug#9982).
9f562668 6626
781acb9f
GM
66272012-02-01 Glenn Morris <rgm@gnu.org>
6628
6035be52
GM
6629 * progmodes/compile.el (compilation-internal-error-properties):
6630 Respect compilation-first-column in the "*compilation*" buffer.
6631
781acb9f
GM
6632 * emacs-lisp/easy-mmode.el (define-minor-mode):
6633 Relax :variable's test for a named function.
6634
abbceb00
AM
66352012-01-31 Alan Mackenzie <acm@muc.de>
6636
6637 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6638 off by one error.
6639
fce3fdeb
CY
66402012-01-31 Chong Yidong <cyd@gnu.org>
6641
6642 * frame.el (set-frame-font): New arg ALL-FRAMES.
6643
6644 * menu-bar.el (menu-set-font): Use set-frame-font.
6645
6646 * faces.el (face-spec-reset-face): Don't apply unspecified
6647 attribute values to the default face.
6648
47893581
JB
66492012-01-31 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * progmodes/cwarn.el (cwarn): Remove dead link.
6652 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6653 Remove * from defcustom docstrings.
6654 (turn-on-cwarn-mode): Make obsolete.
6655 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6656 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6657
e58e988a
GM
66582012-01-31 Glenn Morris <rgm@gnu.org>
6659
60dc2671 6660 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6661 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6662 Allow named functions to be used as the cdr of :variable.
e58e988a 6663
7a3f511d
GM
66642012-01-30 Glenn Morris <rgm@gnu.org>
6665
6666 * emacs-lisp/authors.el (authors-fixed-entries):
6667 Remove reference to deleted file rnewspost.el.
6668
cb882333
JB
66692012-01-29 Juanma Barranquero <lekktu@gmail.com>
6670
6671 * window.el (window-with-parameter): Remove unused variable `windows'.
6672 (window--side-check): Remove unused variable `code'.
6673 (window--resize-siblings): Remove unused variable `first'.
6674 (adjust-window-trailing-edge): Remove unused variable `failed'.
6675 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6676 Use `let', not `let*'.
6677 (balance-windows-2): Remove unused variable `found'.
6678 (window--state-put-2): Remove unused variable `splits'.
6679 (window-state-put): Remove unused variable `selected'.
6680 (same-window-p): Use `string-match-p'.
6681 (display-buffer-assq-regexp): Remove unused variable `value'.
6682 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6683 Mark argument ALIST as ignored.
6684 (pop-to-buffer): Remove unused variable `old-window'.
6685
907201af
EZ
66862012-01-29 Eli Zaretskii <eliz@gnu.org>
6687
6688 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6689 and .lzma compressed files.
6690
ea162670
CY
66912012-01-29 Chong Yidong <cyd@gnu.org>
6692
5b95ee8a
CY
6693 * frame.el (window-system-default-frame-alist): Doc fix.
6694
ea162670
CY
6695 * dynamic-setting.el (font-setting-change-default-font): Don't
6696 change the default face if SET-FONT argument is non-nil (Bug#9982).
6697
d6e6f4b1
SB
66982012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6699
6700 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6701
0f29fa41 67022012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6703
6704 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6705 breakpoints in files outside current directory (Bug#6098).
6706
db174434
CY
67072012-01-29 Chong Yidong <cyd@gnu.org>
6708
6b25e4e2
SE
6709 * progmodes/python.el: Require ansi-color at top-level.
6710
6df6ae42
JB
6711 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6712 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6713 (lisp-mode-abbrev-table): Add doc.
6714 (lisp-mode-variables): Don't set local-abbrev-table.
6715 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6716
e70ee681
RW
67172012-01-28 Roland Winkler <winkler@gnu.org>
6718
6719 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6720
ace88aa2
RW
67212012-01-28 Roland Winkler <winkler@gnu.org>
6722
6723 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6724 (bibtex-set-dialect): Use it. Either set global values of
6725 dialect-dependent variables or bind these variables buffer-locally
6726 (Bug#10254).
6727 (bibtex-mode): Call bibtex-set-dialect via
6728 hack-local-variables-hook.
eb864a71
LM
6729 (bibtex-dialect): Update docstring.
6730 Add safe-local-variable predicate.
ace88aa2
RW
6731 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6732 bibtex-set-dialect.
6733 (bibtex-mode-map): Define menu for each dialect.
6734 (bibtex-entry): Fix docstring.
6735
93376c5b
CY
67362012-01-28 Chong Yidong <cyd@gnu.org>
6737
6738 * eshell/esh-arg.el (eshell-quote-argument): New function.
6739
6740 * eshell/esh-ext.el (eshell-invoke-batch-file):
6741 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6742 first arg to eshell-parse-command (Bug#10523).
6743
4372494f
DA
67442012-01-28 Drew Adams <drew.adams@oracle.com>
6745
6746 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6747 `default-directory' is non-nil.
6748
4d4ec1f8
EZ
67492012-01-28 Eli Zaretskii <eliz@gnu.org>
6750
6751 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6752 line that displays system-configuration-options. (Bug#9924)
6753
7c188927
DA
67542012-01-28 Drew Adams <drew.adams@oracle.com>
6755
6756 * descr-text.el (describe-char): Show information about POS, in
6757 addition to information about the character at POS. Improve and
6758 update the doc string. Change "code point" to "code point in
6759 charset", to avoid confusion with the character's Unicode code
6760 point shown above that. (Bug#10129)
6761
e0da685a
EZ
67622012-01-28 Eli Zaretskii <eliz@gnu.org>
6763
6764 * descr-text.el (describe-char): Show the raw character, not only
6765 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6766 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6767 for the reasons.
6768
70550acf
PH
67692012-01-28 Phil Hagelberg <phil@hagelb.org>
6770
eb864a71
LM
6771 * emacs-lisp/package.el (package-install):
6772 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6773
0ce8e868
CY
67742012-01-28 Chong Yidong <cyd@gnu.org>
6775
cb882333
JB
6776 * emacs-lisp/package.el (package-maybe-load-descriptor):
6777 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6778 (package-maybe-load-descriptor): Use it.
6779 (package-download-transaction): Fully load required packages
6780 inside the loop, so that `require' calls work (Bug#10593).
6781 (package-install): No need to call package-initialize now.
6782
2e7f3bea
CY
67832012-01-28 Chong Yidong <cyd@gnu.org>
6784
6e9bad14
CY
6785 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6786
f823b8ca
CY
6787 * tooltip.el (tooltip-mode): Doc fix.
6788 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6789
2680c309
CY
6790 * frame.el (set-cursor-color): Doc fix (Bug#352).
6791
d7a9e63b
CY
6792 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6793 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6794
2e7f3bea
CY
6795 * cus-edit.el (custom-buffer-create-internal): Fix search button
6796 action (Bug#10542).
2ae01800 6797 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6798
fc4f7a23
EW
67992012-01-27 Eduard Wiebe <usenet@pusto.de>
6800
6801 * dired.el (dired-mark-files-regexp):
6802 Include any subdirectory components. (Bug#10445)
6803
7dd37071
ML
68042012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6805
6806 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6807 Handle [host]:port syntax. (Bug#10533)
6808
a268160b
AH
68092012-01-27 Alex Harsanyi <harsanyi@mac.com>
6810
6811 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6812
e43273ef
GM
68132012-01-26 Glenn Morris <rgm@gnu.org>
6814
6815 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6816 * term.el (term-raw-escape-map): Use Control-X-prefix.
6817 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6818
1edf595d
MR
68192012-01-25 Martin Rudalics <rudalics@gmx.at>
6820
6821 * window.el (window-state-get, window--state-get-1): Don't deal
6822 with fixed-sizeness of windows. Simplify code.
6823
fa8eafef
JC
68242012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6825
6df6ae42
JB
6826 * window.el (window--state-get-1, window--state-put-2):
6827 Don't save and restore the mark.
fa8eafef 6828
0b21c100
CY
68292012-01-25 Chong Yidong <cyd@gnu.org>
6830
6831 * custom.el (custom-variable-p): Doc fix.
6832
5ae1a6c8
GM
68332012-01-25 Glenn Morris <rgm@gnu.org>
6834
40047858
GM
6835 * dired.el (dired-goto-file): Handle some of the more common
6836 characters that `ls -b' escapes. (Bug#10596)
6837
5ddce96c
GM
6838 * progmodes/compile.el (compilation-next-error-function):
6839 Respect compilation-first-column in the "*compilation*" buffer.
6840 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6841
5ae1a6c8
GM
6842 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6843
b559f1a9
GM
68442012-01-24 Glenn Morris <rgm@gnu.org>
6845
6846 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6847
6725d21a
JD
68482012-01-24 Julien Danjou <julien@danjou.info>
6849
6850 * color.el (color-rgb-to-hsl): Fix value computing.
6851 (color-hue-to-rgb): New function.
6852 (color-hsl-to-rgb): New function.
6853 (color-clamp, color-saturate-hsl, color-saturate-name)
6854 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6855 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6856
70df4bbe
GM
68572012-01-24 Glenn Morris <rgm@gnu.org>
6858
6859 * vc/vc-rcs.el (vc-rcs-create-tag):
6860 * vc/vc-sccs.el (vc-sccs-create-tag):
6861 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6862
802a2ae2
ML
68632012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6864
6865 * eshell/esh-util.el (eshell-read-hosts-file):
6866 Skip comment lines. (Bug#10549)
6867
d7128bb1
ML
6868 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6869
d1a5c3b4
JB
68702012-01-23 Juanma Barranquero <lekktu@gmail.com>
6871
2724d9c7
JB
6872 * subr.el (display-delayed-warnings): Doc fix.
6873 (collapse-delayed-warnings): New function to collapse identical
6874 adjacent warnings.
6875 (delayed-warnings-hook): Add it.
d1a5c3b4 6876
a5509865
MA
68772012-01-22 Michael Albinus <michael.albinus@gmx.de>
6878
6879 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6880
a5509865
MA
6881 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6882 (tramp-default-user-alist): Don't add "pscp".
6883 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6884 property "login-as", if set. (Bug#10530)
6885
cc6d5805
MA
68862012-01-21 Michael Albinus <michael.albinus@gmx.de>
6887
6888 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6889 "plink1" and "psftp". (Bug#10530)
6890
68912012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6892
6893 * international/mule-cmds.el (prefer-coding-system): Show a
6894 warning message if the default value of file-name-coding-system
6895 was not changed.
6896
f0960428
JC
68972012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6898
cb882333
JB
6899 * windmove.el (windmove-reference-loc):
6900 Fix windmove-reference-loc miscalculation.
f0960428 6901
dd6f2a63
JB
69022012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6903
6904 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6905 default unit.
6906
7b447e9b
GM
69072012-01-21 Glenn Morris <rgm@gnu.org>
6908
117a9ea1
GM
6909 * international/mule.el (auto-coding-alist): Add .tbz.
6910
7b447e9b
GM
6911 * files.el (local-enable-local-variables): Doc fix.
6912 (inhibit-local-variables-regexps): Rename from
6913 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6914 Doc fix. Add some extensions from auto-coding-alist.
6915 (inhibit-local-variables-suffixes):
6916 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6917 (inhibit-local-variables-p):
6918 New function, extracted from set-auto-mode-1.
6919 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6920 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6921 (hack-local-variables): Doc fix. Make the mode-only case
6922 respect enable-local-variables and friends.
6923 Respect inhibit-local-variables-regexps for file-locals, but
6924 not for directory-locals.
6925 (set-visited-file-name):
6926 Take account of inhibit-local-variables-regexps.
6927 Whether it applies may change as the file name is changed.
6928 * jka-cmpr-hook.el (jka-compr-install):
6929 * jka-compr.el (jka-compr-uninstall):
6930 Update for inhibit-first-line-modes-suffixes name change.
6931
dd6e3cdd
MR
69322012-01-20 Martin Rudalics <rudalics@gmx.at>
6933
6934 * help-macro.el (make-help-screen): Temporarily restore original
6935 binding for minor-mode-map-alist (Bug#10454).
6936
0d0deb38
JD
69372012-01-19 Julien Danjou <julien@danjou.info>
6938
6939 * color.el (color-name-to-rgb): Use the white color to find the max
6940 color component value and return correctly computed values.
6941 (color-name-to-rgb): Add missing float conversion for max value.
6942
34a02f46
MR
69432012-01-19 Martin Rudalics <rudalics@gmx.at>
6944
6945 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6946 special state value for window-persistent-parameters.
6947 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6948 (window--state-put-2): Reset all window parameters to nil before
6949 assigning values of persistent parameters.
6950
606c44c4
AM
69512012-01-18 Alan Mackenzie <acm@muc.de>
6952
6953 Eliminate sluggishness and hangs in fontification of "semicolon
6954 deserts".
6955
cb882333
JB
6956 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6957 Change value 10000 -> 3000.
606c44c4
AM
6958 (c-state-safe-place): Reformulate so it doesn't stack up an
6959 infinite number of wrong entries in c-state-nonlit-pos-cache.
6960 (c-determine-limit-get-base, c-determine-limit): New functions to
6961 determine backward search limits disregarding literals.
6962 (c-find-decl-spots): Amend commenting.
6963 (c-cheap-inside-bracelist-p): New function which detects "={".
6964
6965 * progmodes/cc-fonts.el
6966 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6967 backward search.
6968 (c-font-lock-declarations): Fix an occurrence of point being
6969 undefined. Check additionally for point being in a bracelist or
6970 near a macro invocation without a semicolon so as to avoid a
6971 fruitless time consuming search for a declarator. Give a more
6972 precise search limit for declarators using the new
6973 c-determine-limit.
6974
f3860cea
GM
69752012-01-18 Glenn Morris <rgm@gnu.org>
6976
6977 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6978 (set-auto-mode): Doc fixes.
6979
1db03b16
GM
69802012-01-17 Glenn Morris <rgm@gnu.org>
6981
0e6038be
GM
6982 * isearch.el (search-nonincremental-instead): Fix doc typo.
6983
1db03b16
GM
6984 * dired.el (dired-insert-directory): Handle newlines in directory name.
6985 (dired-build-subdir-alist): Unescape newlines in directory name.
6986
4cb0aa75
MA
69872012-01-17 Michael Albinus <michael.albinus@gmx.de>
6988
6989 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6990 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6991 (tramp-action-terminal): Use it. (Bug#10530)
6992
1d00653d
SM
69932012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6996
6a6ee00d
MR
69972012-01-16 Martin Rudalics <rudalics@gmx.at>
6998
6999 * window.el (window-state-ignored-parameters): Remove variable.
7000 (window--state-get-1): Rename argument MARKERS to IGNORE.
7001 Handle persistent window parameters. Make copy of clone-of
7002 parameter only if requested. (Bug#10348)
7003 (window--state-put-2): Install a window parameter only if it has
7004 a non-nil value or an existing parameter shall be overwritten.
7005
97912def
MA
70062012-01-15 Michael Albinus <michael.albinus@gmx.de>
7007
7008 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7009
688070a5
EZ
70102012-01-14 Eli Zaretskii <eliz@gnu.org>
7011
7012 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7013 don't pass the (nil) value of `upnode' to string-match.
7014
301afadc
CY
70152012-01-14 Chong Yidong <cyd@gnu.org>
7016
7017 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7018 Fix values recognized by the cursorBlink resource.
301afadc 7019
9e5788aa
PE
70202012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7021
7022 * epg.el (epg--make-temp-file): Avoid permission race condition
7023 when running on old Emacs versions (bug#10403).
7024
3cdb7f5a
GM
70252012-01-14 Glenn Morris <rgm@gnu.org>
7026
7027 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7028
8c82b1b4
AM
70292012-01-13 Alan Mackenzie <acm@muc.de>
7030
7031 Fix filling for when filladapt mode is enabled.
7032
7033 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7034 c-mask-paragraph, pass in `fill-paragraph' rather than
7035 `fill-region-as-paragraph'. (This is a reversion of a previous
7036 change.)
eb864a71
LM
7037 * progmodes/cc-mode.el (c-basic-common-init):
7038 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7039
e517eda4
GM
70402012-01-13 Glenn Morris <rgm@gnu.org>
7041
1498536e
GM
7042 * dired.el (dired-switches-escape-p): New function.
7043 (dired-insert-directory): Use dired-switches-escape-p.
7044 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7045
e517eda4
GM
7046 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7047
328f984d
GM
70482012-01-12 Glenn Morris <rgm@gnu.org>
7049
7050 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7051 changes in adaptive-fill-regexp. (Bug#10276)
7052
2cc769a8
AM
70532012-01-11 Alan Mackenzie <acm@muc.de>
7054
7055 Fix Emacs bug #10463 - put `widen's around the critical spots.
7056
1d00653d 7057 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7058 widen around each invocation of c-state-pp-to-literal. Remove an
7059 unused let variable.
7060
e52c37fa
GM
70612012-01-11 Glenn Morris <rgm@gnu.org>
7062
7063 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7064 Doc fix.
e52c37fa 7065
96f8741e
CY
70662012-01-10 Chong Yidong <cyd@gnu.org>
7067
1d00653d
SM
7068 * net/network-stream.el (network-stream-open-starttls):
7069 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7070 response to the capability command.
7071
b09a806e
GM
70722012-01-10 Glenn Morris <rgm@gnu.org>
7073
7074 * mail/unrmail.el (unrmail): Tweak previous change.
7075
7655cb66
CY
70762012-01-09 Chong Yidong <cyd@gnu.org>
7077
7078 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7079
9d5a8f0b
AM
70802012-01-08 Alan Mackenzie <acm@muc.de>
7081
7082 Optimise font locking in long enum definitions.
7083
7084 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7085 arm to a cond form to handle enums.
7086 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7087 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7088
9a0115ab 70892012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7090
7091 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7092 (Bug#10401)
6bb72cbd 7093
f186bb95
LMI
70942012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7095
29232a68
LMI
7096 * faces.el (set-face-attribute): Clarify the meaning of the nil
7097 frame (bug#10294).
7098
4e5d086d
LMI
7099 * subr.el (with-selected-frame): Mention that the selected frame
7100 is restored (bug#9980).
7101
8e66aebe
LMI
7102 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7103 (bug#9759).
7104
cd394be1 7105 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7106 (password-read): Don't autoload unused function.
7107
adf4e762
JB
71082012-01-07 Juanma Barranquero <lekktu@gmail.com>
7109
7110 * progmodes/which-func.el (which-func-mode): Turn into a
7111 non-interactive function and mark as obsolete (bug#10428).
7112
89bd9ccd
CY
71132012-01-06 Chong Yidong <cyd@gnu.org>
7114
7115 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7116 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7117 functions, along with 1 and -1.
7118
4afee9d5
EZ
71192012-01-06 Eli Zaretskii <eliz@gnu.org>
7120
7121 * time.el (display-time-load-average)
7122 (display-time-default-load-average): Doc fixes. See the thread
7123 starting at
7124 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7125 for the details.
7126
536aea70
GM
71272012-01-06 Glenn Morris <rgm@gnu.org>
7128
665ae865
GM
7129 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7130 has no messages. (Bug#10377)
7131
c869783d
GM
7132 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7133 than Info-edit. (Bug#10385)
7134
2bb4227e
GM
7135 * time.el (display-time-load-average, display-time-next-load-average):
7136 Doc fixes.
7137
7d5944b9
GM
7138 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7139 local setting of buffer-read-only to the input buffer. (Bug#10419)
7140
536aea70
GM
7141 * calendar/calendar.el (calendar-mode):
7142 Locally set scroll-margin to 0. (Bug#10379)
7143
7dccca16
UM
71442012-01-06 Ulrich Mueller <ulm@gentoo.org>
7145
7146 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7147
afbb7930
GM
71482012-01-05 Glenn Morris <rgm@gnu.org>
7149
7150 * eshell/em-unix.el (diff-no-select): Autoload it.
7151 (eshell/diff): Use diff-no-select. (Bug#10420)
7152
04482335
CY
71532012-01-05 Chong Yidong <cyd@gnu.org>
7154
7baca3bc
CY
7155 * shell.el (shell-dynamic-complete-functions): Revert last change.
7156 (shell-command-completion-function): New function.
7157 (shell-completion-vars): Use it to implement
7158 shell-completion-execonly (Bug#10417).
7159
04482335
CY
7160 * custom.el (enable-theme): Don't set custom-safe-themes.
7161
1d00653d
SM
7162 * cus-theme.el (custom-theme-merge-theme):
7163 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7164
bb5aa5d6
MM
71652012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7166
7167 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7168 first prompt in `sql-interacive-mode'.
7169 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7170 keywords.
6df6ae42 7171 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7172 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7173 context of original buffer. Invoke `sql-login-hook'.
7174
a7183d7c
EZ
71752012-01-04 Eli Zaretskii <eliz@gnu.org>
7176
7177 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7178 letters in cite-prefix.
7179
a1eacd1e
LMI
71802012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7181
7182 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7183
787cdb34
CY
71842012-01-03 Chong Yidong <cyd@gnu.org>
7185
1d00653d
SM
7186 * shell.el (shell-dynamic-complete-functions):
7187 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7188 comint-filename-completion first (Bug#10417).
7189
30710442
RS
71902012-01-02 Richard Stallman <rms@gnu.org>
7191
7192 * battery.el (battery-status-function):
7193 Detect when to use battery-yeeloong-sysfs.
7194 (battery-echo-area-format): Add string for Yeeloong.
7195 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7196 (battery-yeeloong-sysfs): New function.
7197
f75bfc33
CY
71982012-01-02 Chong Yidong <cyd@gnu.org>
7199
7200 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7201 (dirtrack): Merge code for handling relative filenames in prompt
7202 from shell-dir-cookie-watcher.
7203 (dirtrack-debug-message): New arg to avoid excess format calls.
7204
7205 * shell.el (shell-dir-cookie-re): Variable deleted.
7206 (shell-dir-cookie-watcher): Function deleted.
7207 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7208 with dirtrack-mode.
7209
651e947e
EZ
72102012-01-01 Eli Zaretskii <eliz@gnu.org>
7211
1d00653d
SM
7212 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7213 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7214 libgnutls-26.dll.
7215
94d4c7dc
AS
72162011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7217
7218 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7219
8d43f3cd
EZ
72202011-12-31 Eli Zaretskii <eliz@gnu.org>
7221
7222 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7223 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7224
98c8795a
MA
72252011-12-29 Michael Albinus <michael.albinus@gmx.de>
7226
7227 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7228 also for alternative shells.
7229 (tramp-open-connection-setup-interactive-shell): Check, whether
7230 the shell is a busybox.
7231 (tramp-send-command): Don't suppress multiple prompts for
7232 busyboxes, it hurts.
7233
51281b32
CY
72342011-12-28 Chong Yidong <cyd@gnu.org>
7235
7236 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7237 (gdb-get-source-file): Move mode line update to
7238 gdb-get-source-file (Bug#10087).
7239
2170cb53
CY
72402011-12-25 Chong Yidong <cyd@gnu.org>
7241
7242 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7243 gud-gdb-marker-filter without taking it as an argument.
7244 (gud-gdb-run-command-fetch-lines): Caller changed.
7245 (gud-gdb-completion-function): New variable.
7246 (gud-gdb-completion-at-point): Use it.
7247 (gud-gdb-completions-1): Split from gud-gdb-completions.
7248
7249 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7250 function as separate arguments.
7251 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7252 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7253 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7254 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7255 (gdb-stopped, def-gdb-auto-update-trigger)
7256 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7257 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7258 Callers changed.
2170cb53
CY
7259 (gud-gdbmi-completions): New function.
7260 (gdb): Use it for generating the completion table.
7261
be8b11bb
AM
72622011-12-24 Alan Mackenzie <acm@muc.de>
7263
7264 Introduce a mechanism to widen the region used in context font
1d00653d 7265 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7266
1d00653d
SM
7267 * progmodes/cc-langs.el (c-before-font-lock-functions):
7268 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7269 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7270 functions to be run just before context (etc.) font locking.
7271
7272 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7273 New, functionality extracted from
be8b11bb 7274 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7275 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7276 (c-after-change): Set c-in-after-change-fontification.
7277 (c-set-fl-decl-start): Rejig its interface, so it can be called
7278 from both after-change and context fontifying.
b81d40f0
JB
7279 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7280 New functions.
7281 (c-standard-font-lock-fontify-region-function): New variable.
7282 (c-font-lock-fontify-region): New function.
be8b11bb 7283
341cf6ac
JL
72842011-12-24 Juri Linkov <juri@jurta.org>
7285
7286 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7287 (Bug#10348)
7288
bffcee0a
MA
72892011-12-23 Michael Albinus <michael.albinus@gmx.de>
7290
7291 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7292 existence of source file. (Bug#10325)
7293
cb5e207c
AM
72942011-12-23 Alan Mackenzie <acm@muc.de>
7295
7296 Fix unstable fontification inside templates.
7297
b81d40f0
JB
7298 * progmodes/cc-langs.el (c-before-font-lock-functions):
7299 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7300 additionally has c-set-fl-decl-start. The other languages (apart
7301 from AWK) have that as a single entry.
7302
b81d40f0
JB
7303 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7304 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7305 c-set-fl-decl-start.
7306
b81d40f0
JB
7307 * progmodes/cc-mode.el (c-common-init, c-after-change):
7308 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7309 (c-set-fl-decl-start): New function, extracted from
7310 c-font-lock-enclosing-decls and enhanced.
7311
60ff536c
JB
73122011-12-23 Juanma Barranquero <lekktu@gmail.com>
7313
7314 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7315
1c4757d6
JL
73162011-12-22 Juri Linkov <juri@jurta.org>
7317
7318 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7319
d031f2c7
CY
73202011-12-22 Chong Yidong <cyd@gnu.org>
7321
7322 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7323
bace743a
DA
73242011-12-21 Drew Adams <drew.adams@oracle.com>
7325
7326 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7327
728a1f2b
JC
73282011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7329
7330 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7331
0d373f73
TZ
73322011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7333
fec0aaa4
TZ
7334 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7335 highlighting and support. Fix up comments for capitalization.
7336 (cfengine-mode-debug): New var.
7337 (cfengine3-mode): Change the modeline indicator to "CFE3".
7338 (cfengine3-font-lock-keywords): Improve defun highlighting.
7339 (cfengine2-actions): Rename from `cfengine-actions'.
7340 (cfengine2-font-lock-keywords): Rename from
7341 `cfengine-font-lock-keywords'.
7342 (cfengine2-imenu-expression): Rename from
7343 `cfengine-imenu-expression'.
7344 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7345 (cfengine2-beginning-of-defun): Rename from
7346 `cfengine-beginning-of-defun'.
7347 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7348 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7349 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7350 modeline indicator to "CFE2".
7351 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7352 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7353
bc86f573
CY
73542011-12-21 Chong Yidong <cyd@gnu.org>
7355
7356 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7357 filename argument.
7358
d45ba96b
MR
73592011-12-20 Martin Rudalics <rudalics@gmx.at>
7360
7361 * window.el (window-normalize-buffer-to-display): Remove.
7362 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7363
a6198c90
CY
73642011-12-19 Chong Yidong <cyd@gnu.org>
7365
7366 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7367 Don't signal an error in a predicate function; return non-nil.
7368 (vc-dir-mark-file): Move the error here.
7369 (vc-dir-mark-unmark): If acting on the region, keep going if one
7370 of the entries cannot be marked/unmarked.
7371 (vc-dir-mark-all-files): If current entry is a directory, mark
7372 only child files, as documented.
7373
34c5fb55
VB
73742011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7375
7376 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7377 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7378 addition.
7379
c803b2b7
JD
73802011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7381
7382 * term/ns-win.el (ns-get-selection-internal)
7383 (ns-store-selection-internal): Declare.
1154d12e
JB
7384 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7385 Declare as obsolete.
7386 (ns-get-pasteboard, ns-paste-secondary):
7387 Use ns-get-selection-internal.
7388 (ns-set-pasteboard, ns-copy-including-secondary):
7389 Use ns-store-selection-internal.
c803b2b7 7390
9cff91f8 73912011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7392
7393 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7394 (vc-deduce-fileset): Doc fix.
99a289d9 7395
f16c898a
AS
73962011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7397
7398 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7399
763237c4
SS
74002011-12-13 Sam Steingold <sds@gnu.org>
7401
7402 * man.el (Man-getpage-in-background): When running under a
7403 window-system, ignore $MANWIDTH and $COLUMNS.
7404
5fc1c122
KH
74052011-12-15 Kenichi Handa <handa@m17n.org>
7406
7407 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7408 (setup-ethiopic-environment-internal): Comment out key-binding for
7409 ethio-toggle-punctuation.
7410
13d49cbb
AM
74112011-12-13 Alan Mackenzie <acm@muc.de>
7412
898169a2
AM
7413 Add the switch statement to AWK Mode.
7414
7a71b18d 7415 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7416 "default" to the keywords regexp.
7417
7a71b18d 7418 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7419 expression as the rest.
1d00653d
SM
7420 (c-nonlabel-token-key): Allow string literals for AWK.
7421 Refactor for the other modes.
898169a2 7422
13d49cbb 7423 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7424 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7425 routines. Limit backward searching in c-font-lock-enclosing.decl.
7426
7427 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7428 pp-state and literal type in addition to the limits.
1d00653d 7429 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7430 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7431 (c-slow-in-literal, c-fast-in-literal): Remove.
7432 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7433
7434 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7435 being in a literal. Add a limit for backward searching.
7436
7437 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7438 c-slow-in-literal.
7439
15e0efc7
SM
74402011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7443
454592a6
MR
74442011-12-13 Martin Rudalics <rudalics@gmx.at>
7445
7446 * window.el (delete-other-windows): Use correct frame in call to
7447 window-with-parameter.
7448
87393f26
DP
74492011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7450
7451 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7452 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7453 (makefile-gmake-statements, makefile-makepp-statements):
7454 Use it and add new makepp keywords.
7455 (makefile-makepp-font-lock-keywords): Add new patterns.
7456 (makefile-match-function-end): Match new [...] and [[...]].
7457
11636b22
JB
74582011-12-11 Juanma Barranquero <lekktu@gmail.com>
7459
7460 * ses.el (ses-call-printer-return, ses-cell-property-get)
7461 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7462 (ses-create-cell-variable, ses-reset-header-string)
7463 (ses-cell-set-formula, ses-repair-cell-reference-all)
7464 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7465 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7466 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7467 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7468 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7469 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7470 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7471 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7472 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7473 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7474 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7475 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7476
cf018193
VB
74772011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7478
7479 * ses.el: The overall change is to add cell renaming, that is
7480 setting fancy names for cell symbols other than name matching
7481 "\\`[A-Z]+[0-9]+\\'" regexp .
7482 (ses-create-cell-variable): New defun.
7483 (ses-relocate-formula): Relocate formulas only for cells the
7484 symbols of which are not renamed, i.e. symbols whose names do not
7485 match regexp "\\`[A-Z]+[0-9]+\\'".
7486 (ses-relocate-all): Relocate values only for cells the symbols of
7487 which are not renamed.
7488 (ses-load): Create cells variables as the (ses-cell ...) are read,
7489 in order to check row col consistency with cell symbol name only
7490 for cells that are not renamed.
7491 (ses-replace-name-in-formula): New defun.
7492 (ses-rename-cell): New defun.
7493
ee957461
CY
74942011-12-11 Chong Yidong <cyd@gnu.org>
7495
7496 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7497 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7498
9a9e9ef0
MR
74992011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7500
7501 * window.el (other-window): Fix docstring.
7502
92a8eba5
EZ
75032011-12-10 Eli Zaretskii <eliz@gnu.org>
7504
7505 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7506 `from' or `to' address before taking its substring.
7507 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7508 encoded name is chopped in the middle of the encoded string, and
7509 thus displayed encoded.
7510
e152e577
JB
75112011-12-10 Juanma Barranquero <lekktu@gmail.com>
7512
7513 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7514
e5d84bfe
EZ
75152011-12-10 Eli Zaretskii <eliz@gnu.org>
7516
7517 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7518 to use texinfo-update-node and commands that call it if the
7519 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7520 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7521 (texinfo-all-menus-update, texinfo-master-menu)
7522 (texinfo-update-node, texinfo-every-node-update)
7523 (texinfo-multiple-files-update): Doc fix. Warn against updating
7524 all the @node lines.
7525 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7526 argument is numeric. Explain better in the doc string what the
7527 function really does.
7528 (texinfo-insert-master-menu-list): Improve the error message
7529 displayed if there's no menu in the Top node.
7530 (Bug#2975) See also this thread:
e5d84bfe
EZ
7531 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7532
1d84e9bb
MG
75332011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7534
7535 * speedbar.el (speedbar-supported-extension-expressions):
7536 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7537
382c953b
JB
75382011-12-09 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * printing.el (pr-mode-alist):
7541 * simple.el (filter-buffer-substring-functions)
7542 (completion-list-insert-choice-function):
7543 * window.el (window-with-parameter, window-atom-root)
7544 (window-sides-slots, window-size-fixed, window-min-delta)
7545 (window-max-delta, window--resize-mini-window)
7546 (window--resize-child-windows-normal, window-tree)
7547 (delete-other-windows, quit-window, split-window)
7548 (display-buffer-record-window, special-display-buffer-names)
7549 (special-display-regexps, special-display-popup-frame)
7550 (same-window-p, split-window-sensibly)
7551 (display-buffer-overriding-action, display-buffer-alist)
7552 (display-buffer-base-action, display-buffer, switch-to-buffer)
7553 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7554 (fit-window-to-buffer, recenter-positions)
7555 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7556 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7557 and remove unneeded backslashes in docstrings.
7558
39c9faef
SM
75592011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7560
98449af8
SM
7561 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7562
39c9faef
SM
7563 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7564 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7565 end in ".mk".
7566 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7567 when reading the makefile (bug#10116).
7568
86ed9fdc
SM
75692011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7572 (bug#10116).
7573
5580f89d
GM
75742011-12-06 Glenn Morris <rgm@gnu.org>
7575
7576 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7577
28d3917c
CY
75782011-12-06 Chong Yidong <cyd@gnu.org>
7579
7580 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7581
a98edce9
JB
75822011-12-06 Juanma Barranquero <lekktu@gmail.com>
7583
7584 * textmodes/table.el (table-shorten-cell): Fix typo.
7585
e65adfac
CG
75862011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7587
7588 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7589
71cc0b74
EZ
75902011-12-05 Eli Zaretskii <eliz@gnu.org>
7591
7592 * descr-text.el (describe-char): Fix display of strong
7593 right-to-left characters and directional embeddings and overrides.
7594
7595 * simple.el (what-cursor-position): Fix display of codepoints of
7596 strong right-to-left characters.
7597
315bc30d
CY
75982011-12-05 Chong Yidong <cyd@gnu.org>
7599
7600 * faces.el (read-color): Doc fix.
7601
58a70b94
GM
76022011-12-05 Glenn Morris <rgm@gnu.org>
7603
7604 * align.el (align--set-marker): Add doc-string.
7605 Don't try to move something that is not a marker. (Bug#10216)
7606
5158face
GM
76072011-12-04 Glenn Morris <rgm@gnu.org>
7608
7609 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7610 overly zealous deletion of trailing whitespace.
7611
520fca41
JB
76122011-12-04 Juanma Barranquero <lekktu@gmail.com>
7613
7614 * server.el (server-delete-client): On Windows, do not try to delete
7615 the only terminal.
7616 (server-process-filter): On Windows, treat requests for a tty frame as
7617 if they were for a GUI frame if the running server is in GUI mode.
7618
5e605a2e
GM
76192011-12-03 Glenn Morris <rgm@gnu.org>
7620
7621 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7622
5c3fe83f
SM
76232011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7624
6f5e57e7
SM
7625 * electric.el: Streamline electric-indent's hook.
7626 (electric-indent-chars): Revert to simple list.
7627 (electric-indent-functions): New var.
7628 (electric-indent-post-self-insert-function): Use it.
7629
5c3fe83f
SM
7630 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7631 there's no inferior buffer (bug#10196).
7632 (prolog-consult-compile): Don't use toggle-read-only.
7633
6bdac736
MA
76342011-12-02 Michael Albinus <michael.albinus@gmx.de>
7635
7636 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7637 interrupt. (Bug#10187)
7638
6131ba7f
SM
76392011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7640
99c79fee
SM
7641 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7642 (bug#9160).
7643
6131ba7f
SM
7644 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7645 (bug#10191).
7646
cb0a02ea
JL
76472011-12-02 Juri Linkov <juri@jurta.org>
7648
7649 * info.el (Info-search): Display "end of manual" when Isearch
7650 reaches the end of single-file Info manual. (Bug#9918)
7651
66e0570c
EZ
76522011-12-02 Eli Zaretskii <eliz@gnu.org>
7653
7654 * isearch.el (isearch-message-prefix): Run the input method part
7655 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7656
02b16839
JL
76572011-12-02 Juri Linkov <juri@jurta.org>
7658
7659 * isearch.el (isearch-occur): Use `word-search-regexp' for
7660 `isearch-word'.
7661 (isearch-search-and-update): Add condition for `isearch-word' and
7662 call `word-search-regexp'. (Bug#10145)
7663
0b950688
GM
76642011-12-01 Glenn Morris <rgm@gnu.org>
7665
7666 * eshell/em-hist.el (eshell-hist-initialize):
7667 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7668 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7669
9505c3c7
SM
76702011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7673
1bbe96b2 76742011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7675
a1beca85
SM
7676 * progmodes/verilog-mode.el (verilog-pretty-expr):
7677 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7678 verilog, such as += *= and the like.
7679 (verilog-assignment-operator-re): Regular expression to find the
7680 assigment operator in a verilog assignment.
7681 (verilog-assignment-operation-re): Regular expression to find an
7682 assignment statement for pretty-expr.
7683 (verilog-in-attribute-p): Query returns true if point is in an
7684 attribute context; used to skip these for expression line up from
7685 pretty-expr.
7686 (verilog-in-parameter-p): Query returns true if point is in an
7687 parameter definition context; used to skip these for expression
7688 line up from pretty-expr.
7689 (verilog-in-parenthesis-p): Query returns true if point is in a
7690 parenthetical expression, specifically ( ) but not [ ] or { };
7691 used by pretty-expr.
7692 (verilog-just-one-space): If there is no space, don't add one.
7693 (verilog-get-lineup-indent-2): Specifically skip just attribute
7694 contexts for expression lineup, rather than skipping all
7695 parenthetical expressions.
7696 (verilog-calculate-indent): Fix comment, and fix indent.
7697 (verilog-do-indent): Indent declarations in lists (suggested by
7698 Joachim Lechner).
7699 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7700 skeleton items.
7701 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7702 by Alain Mellan).
7703
1bbe96b2 77042011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7705
7706 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7707 parameters with embedded comments. Reported by Ray Stevens.
7708 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7709 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7710 Reported by Tim Holt.
7711 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7712 instantiated by upper module causing wrong expansion until AUTOed a
7713 second time. Reported by K C Buckenmaier.
7714 (verilog-diff-auto): Fix showing .* as a difference when
7715 `verilog-auto-star-save' off. Reported by Dan Dever.
7716 (verilog-auto-reset, verilog-read-always-signals)
7717 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7718 temporary signals in reset list if
7719 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7720 style to each signal's assignment type, bug381.
7721 Reported by Thomas Esposito.
6288f0ca
WS
7722 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7723 (verilog-uvm-statement-re): Support UVM indentation and
7724 highlighting, with old OVM keywords only.
a1beca85 7725 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7726 Support AUTOTIEOFF creating non-wire data types.
7727 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7728 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7729 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7730 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7731 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7732 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7733 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7734 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7735 non-numeric vector width. Reported by Alex Reed.
7736 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7737 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7738 (verilog-auto-delete-trailing-whitespace):
7739 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7740 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7741 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7742 Fix verilog-scan-cache corruption when running user AUTO expansion
7743 hooks that call indentation routines.
7744 (verilog-simplify-range-expression): Fix typo ignoring lower case
7745 identifiers.
7746 (verilog-delete-auto): Fix delete-autos to also remove user created
7747 automatics, as long as they start with AUTO.
7748 (verilog-batch-diff-auto, verilog-diff-auto)
7749 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7750 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7751 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7752 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7753 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7754 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7755 is disabled and its cache will get corrupt, causing AUTOS not to
7756 expand. Instead use only -quick functions.
7757 (verilog-scan-region): Fix scanning over escaped quotes.
7758 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7759 (verilog-re-search-backward-quick)
7760 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7761 related functions now ignore strings, to fix misparsing of strings
7762 with magic comments embedded in them.
a1beca85
SM
7763 (verilog-read-auto-template):
7764 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7765 Reported by Brad Dobbie.
7766 (verilog-read-auto-template):
7767 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7768 Reported by Brad Dobbie.
6288f0ca
WS
7769 (verilog-auto-inst, verilog-auto-inst-param)
7770 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7771 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7772 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7773 debugging templates without merge conflicts, bug357.
7774 Reported by Brad Dobbie.
7775 (verilog-read-auto-template):
7776 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7777 Reported by Brad Dobbie.
7778 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7779 abbrevs so user won't be asked to save.
7780 (verilog-read-auto-lisp-present): Fix to start at beginning of
7781 buffer in case called outside of verilog-auto.
7782 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7783 to "X-2". Reported by Matthew Myers.
7784 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7785 all inputs from module templates. Reported by Leith Johnson.
7786 (verilog-module-inside-filename-p): Fix locating programs as with
7787 modules.
7788 (verilog-auto-inst-port): Fix vl-width expressions when using
7789 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7790 (verilog-decls-get-regs, verilog-decls-get-signals,
7791 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7792 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7793 verilog-read-decls): Combine reg and wire structures into one var
7794 structure to represent SystemVerilog concepts.
7795 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7796 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7797 (verilog-auto-wire-type, verilog-insert-definition):
7798 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7799 SystemVerilog "logic" keyword instead of "wire"/"reg".
7800 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7801 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7802 ifdef or generate if so there's not a driver conflict).
7803 Reported by Matthew Myers.
7804 (verilog-auto-declare-nettype, verilog-insert-definition):
7805 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7806 `default_nettype none. Reported by Julian Gorfajn.
7807 (verilog-read-always-signals-recurse, verilog-read-decls)
7808 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7809 malformed end statement, bug325. Reported by Joshua Wise and
7810 Andrew Drake.
7811 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7812 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7813 when expanding .* in interfaces, bug320.
7814 Reported by Pierre-David Pfister.
6288f0ca 7815 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7816 name and open parenthesis, bug317.
7817 Reported by Pierre-David Pfister.
6288f0ca
WS
7818 (verilog-simplify-range-expression): Fix simplification of
7819 multiplications inside AUTOWIRE connections, bug303.
7820 (verilog-auto-inst-port): Support parameter expansion in
7821 multidimensional arrays.
7822 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7823 after "assert property". Reported by Julian Gorfajn.
7824 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7825 with multiplication, bug303.
7826 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7827 Reported by Jan Frode Lonnum.
7828
1bbe96b2
GM
78292011-11-30 Juanma Barranquero <lekktu@gmail.com>
7830
7831 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7832 (hfy-shell-file-name, hfy-shell):
7833 * international/fontset.el (x-decompose-font-name): Fix typos.
7834
78352011-11-29 Ken Brown <kbrown@cornell.edu>
7836
7837 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7838 (gdb-version): Remove defvar.
7839 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7840 (gdb-gud-context-command, gdb-non-stop-handler)
7841 (gdb-current-context-command, gdb-stopped): Use it.
7842 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7843 (gdb-non-stop-handler): Don't enable pretty-printing here.
7844 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7845 non-stop mode. Use the following.
7846 (gdb-check-target-async): New defun.
7847 (gud-watch, gdb-stopped): Fix whitespace.
7848 (gdb-get-source-file): Don't try to display the source file if
7849 `gdb-main-file' is nil.
7850
78512011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7852
7853 * align.el: Try to generate fewer markers (bug#10047).
7854 (align--set-marker): New macro.
7855 (align-region): Use it.
7856
c935221f
SM
78572011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7860
e70b5064
CY
78612011-11-29 Chong Yidong <cyd@gnu.org>
7862
7863 * indent.el (indent-for-tab-command, indent-according-to-mode):
7864 Doc fix.
7865 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7866
f3af92b7
MA
78672011-11-29 Michael Albinus <michael.albinus@gmx.de>
7868
7869 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7870 aware of remote file names. (Bug#10124)
7871
ed472be9
CY
78722011-11-29 Chong Yidong <cyd@gnu.org>
7873
7874 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7875
24510c22
SM
78762011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * files.el (find-file): Don't use force-same-window (bug#10144).
7879 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7880 use pop-to-buffer if the selected window can't be used.
7881 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7882
c60c3703
EZ
78832011-11-28 Eli Zaretskii <eliz@gnu.org>
7884
7885 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7886 special-mode-map.
7887
e95def75
CY
78882011-11-28 Chong Yidong <cyd@gnu.org>
7889
7890 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7891
c3f1c606
NR
78922011-11-27 Nick Roberts <nickrob@snap.net.nz>
7893
7894 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7895 gdb-get-source-file-list on gdb-create-source-file-list.
7896
00db469c
EZ
78972011-11-26 Eli Zaretskii <eliz@gnu.org>
7898
7899 * whitespace.el (whitespace-newline): Use a different foreground
7900 color for 16-color light-background displays.
7901
4ad3bc2a
CY
79022011-11-24 Chong Yidong <cyd@gnu.org>
7903
7904 * window.el (display-buffer--special-action): Doc fix.
7905
e9fce1ac
JB
79062011-11-25 Juanma Barranquero <lekktu@gmail.com>
7907
7908 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7909 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7910 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7911 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7912 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7913 (avl-tree-stack-first):
7914 * emacs-lisp/cconv.el (cconv--analyse-use):
7915 * net/gnutls.el (gnutls-negotiate): Fix typos.
7916
cb825e5d
GM
79172011-11-24 Glenn Morris <rgm@gnu.org>
7918
3adbe224
GM
7919 * lpr.el (lpr-windows-system, lpr-lp-system):
7920 * mail/binhex.el (binhex-begin-line):
7921 * progmodes/grep.el (grep-history, grep-find-history):
7922 * textmodes/flyspell.el:
7923 * vc/pcvs-defs.el (cvs-global-menu):
7924 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7925 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7926 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7927
321decc8
GM
7928 * net/tls.el: Fix case of "GnuTLS".
7929
420b63ad
GM
7930 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7931
cb825e5d
GM
7932 * version.el (emacs-build-system): Give it a doc-string.
7933
a0649f08
JL
79342011-11-24 Juri Linkov <juri@jurta.org>
7935
7936 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7937
c0bc0fd4
GM
79382011-11-24 Glenn Morris <rgm@gnu.org>
7939
7940 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7941 if called on a non-mime message just toggle the headers. (Bug#8006)
7942
20db1522
JB
79432011-11-24 Juanma Barranquero <lekktu@gmail.com>
7944
7945 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7946 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7947 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7948 (allout-rebullet-heading, allout-open-sibtopic)
7949 (allout-toggle-current-subtree-encryption)
7950 (allout-toggle-subtree-encryption, allout-encrypt-string)
7951 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7952 (allout-distinctive-bullets-string, allout-auto-activation):
7953 * window.el (window-normalize-buffer-to-display):
7954 * progmodes/verilog-mode.el (verilog-batch-indent):
7955 * textmodes/bibtex.el (bibtex-field-braces-opt)
7956 (bibtex-field-strings-opt):
7957 * vc/cvs-status.el (cvs-tree-merge):
7958 Fix typos.
7959
7262a87c
MA
79602011-11-23 Michael Albinus <michael.albinus@gmx.de>
7961
7962 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7963 `non-essential' to t, in order to avoid remote connections.
7964
283430a1
EZ
79652011-11-23 Eli Zaretskii <eliz@gnu.org>
7966
a1beca85
SM
7967 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7968 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7969 case-insensitively.
7970
d2992a38
ML
79712011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7972
7973 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7974
50419064
GM
79752011-11-23 Glenn Morris <rgm@gnu.org>
7976
da94eca1
GM
7977 * paths.el (rmail-file-name): Reformat the doc-string so that it
7978 is picked up.
7979
9aac4de2
GM
7980 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7981 (rmail-auto-file): Ignore case in the "special" field names,
7982 as mail-fetch-field does for all others.
7983
8038d2d2
GM
7984 * mail/rmail.el (rmail-forward):
7985 * mail/rmailkwd.el (rmail-set-label):
7986 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7987 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7988
f3fe222a
GM
7989 * mail/rmail.el (rmail-current-message): Doc fix.
7990
50419064
GM
7991 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7992
28109f49
SM
79932011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7996
394c65f1
GM
79972011-11-22 Glenn Morris <rgm@gnu.org>
7998
7999 * mail/rmailmm.el (test-rmail-mime-handler)
8000 (test-rmail-mime-bulk-handler)
8001 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8002
f2a0aa3a
JL
80032011-11-21 Juri Linkov <juri@jurta.org>
8004
1154d12e
JB
8005 * calc/calc.el (calc-read-key-sequence):
8006 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8007
9c34a344
LMI
80082011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8009
8010 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8011 Tell the caller that the next line needs recomputation, even
8012 though it doesn't start a sexp (bug#10094).
8013
f04a3be9
SM
80142011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8015
8016 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8017
7978747f
SM
80182011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8019
f04a3be9
SM
8020 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8021 Use force-same-window.
7978747f 8022
fe7a3057
JB
80232011-11-20 Juanma Barranquero <lekktu@gmail.com>
8024
8025 * descr-text.el (describe-char-unicode-data):
8026 * json.el (json-string-escape):
8027 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8028 (Footnote-unicode, Footnote-style-p):
8029 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8030
24901d61
CY
80312011-11-20 Chong Yidong <cyd@gnu.org>
8032
8033 * window.el (replace-buffer-in-windows): Restore interactive spec.
8034
bac7ff22
SM
80352011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8036
24f3d7b9
SM
8037 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8038
bac7ff22
SM
8039 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8040 (byte-compile-global-not-obsolete-vars): New var.
8041 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8042 Use it.
8043 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8044
cd1181db
JB
80452011-11-20 Juanma Barranquero <lekktu@gmail.com>
8046
8047 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8048 * progmodes/pascal.el (electric-pascal-equal):
8049 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8050 * xml.el (xml-substitute-special): Fix typos.
8051
7fb18e9e
GM
80522011-11-20 Glenn Morris <rgm@gnu.org>
8053
8054 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8055 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8056 Doc fixes.
8057 (rmail-decode-mime-charset): Mark as obsolete.
8058
8059 * mail/rmailsum.el (rmail-message-regexp-p-1):
8060 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8061 Before using mime functions, check they are set. (Bug#10077)
8062
d5a6b3ba
JL
80632011-11-19 Juri Linkov <juri@jurta.org>
8064
8065 * info.el (Info-finder-find-node): Use `package--builtins' instead
8066 of `package-alist'. Use node names formed by the pattern "Keyword "
8067 and the keyword name.
8068
e981b61f
AS
80692011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8070
1d00653d 8071 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8072
3ffbc301
JL
80732011-11-19 Juri Linkov <juri@jurta.org>
8074
8075 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8076 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8077 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8078 `old-history', `old-history-forward'. Add let-binding
8079 `window-selected'. Remove calls to `kill-buffer',
8080 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8081 before calling `Info-find-node', so `Info-find-node-2' will reread
8082 the Info file. Restore window positions only when `window-selected'
8083 is non-nil.
8084
30c62133
JL
80852011-11-19 Juri Linkov <juri@jurta.org>
8086
8087 * isearch.el (isearch-lazy-highlight-new-loop):
8088 Remove condition `(not isearch-error)'. (Bug#9918)
8089
8090 * misearch.el (multi-isearch-search-fun): Add condition
8091 `(not bound)' to ignore lazy-highlighting search.
8092 Add the search-failed message "end of multi" when the end of
8093 multi-sequence is reached. Uncapitalize the search-failed
8094 message "Repeat for next buffer".
8095
8096 * info.el (Info-search): Add the search-failed message
8097 "end of the manual" when the end of the manual is reached
8098 in Isearch mode.
8099
645ca9cf
JL
81002011-11-19 Juri Linkov <juri@jurta.org>
8101
8102 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8103 Use non-destructive `remove' instead of `delete' because
8104 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8105 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8106
df754f66
JL
81072011-11-19 Juri Linkov <juri@jurta.org>
8108
8109 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8110 to nil instead of binding `search-ring' and `regexp-search-ring'.
8111 (Bug#9185)
8112
0e23d96a
EZ
81132011-11-19 Eli Zaretskii <eliz@gnu.org>
8114
8115 * simple.el (line-move): Force movement by logical lines for any
8116 hscrolled window, not only when auto-hscroll-mode is on.
8117 (line-move-visual): Update doc string to that effect. (Bug#10076)
8118
8a6ccb66
AS
81192011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8120
8121 * language/european.el (macintosh): Define as alias for mac-roman.
8122
49ae5b39
EZ
81232011-11-19 Eli Zaretskii <eliz@gnu.org>
8124
8125 * mail/rmailmm.el (rmail-mime-display-header)
8126 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8127 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8128 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8129 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8130 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8131 of a raw aref.
8132 (rmail-mime-entity-segment): To get past the tagline, move forward
8133 2 more lines, to account for the 2 empty lines that precede and
8134 follow the line with the buttons.
8135 (rmail-mime-update-tagline): Move one more line, to get past the
8136 empty line that follows the buttons in the tagline. (Bug#9520)
8137
c56cad4a
MR
81382011-11-19 Martin Rudalics <rudalics@gmx.at>
8139
8140 * window.el (window-max-delta-1, window-min-delta-1)
8141 (window-min-size-1, window-state-get-1, window-state-put-1)
8142 (window-state-put-2): Use "window--" prefix.
8143
cbe71af3
SM
81442011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8145
2ad52c60
SM
8146 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8147 (smie-warning-count): New var.
8148 (smie-set-prec2tab): Use it.
8149 (smie-bnf->prec2): Improve warnings. Add docstring.
8150 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8151 (smie-bnf--set-class): New function.
8152 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8153 corner case.
8154
6944dbc1
SM
8155 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8156 (compilation-error-properties, compilation-move-to-column):
8157 Handle compilation-first-column while in the target buffer.
8158
c400c4d7
SM
8159 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8160 Don't hardcode point-min==1.
8161
6dbe3e96
SM
8162 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8163 (eshell-rewrite-for-command): Remove workaround.
8164 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8165 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8166 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8167
cbe71af3
SM
8168 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8169
a8e1496d
GM
81702011-11-17 Glenn Morris <rgm@gnu.org>
8171
8172 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8173 Ignore buffer-local generated-autoload-file if it is the same
8174 as the global value. (Bug#10049)
8175
df85d315
JB
81762011-11-17 Juanma Barranquero <lekktu@gmail.com>
8177
8178 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8179 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8180 (reftex-toc-previous-heading, reftex-toc-max-level)
8181 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8182 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8183 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8184 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8185 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8186 (reftex-toc-rename-label, reftex-toc-visit-location)
8187 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8188 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8189 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8190 leaving "*toc*" only for references to the buffer.
8191
a0c2d0ae
MR
81922011-11-17 Martin Rudalics <rudalics@gmx.at>
8193
8194 * window.el (window-resize, delete-window, split-window):
8195 Replace window-splits by window-combination-resize.
1d00653d 8196 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8197
35c0bac8
GM
81982011-11-17 Glenn Morris <rgm@gnu.org>
8199
8200 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8201 Make bash entry derive from sh entry, not shell entry.
8202
d0c8fc8a
MA
82032011-11-16 Michael Albinus <michael.albinus@gmx.de>
8204
7262a87c
MA
8205 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8206 local file name.
8207
7877f373
JB
82082011-11-16 Juanma Barranquero <lekktu@gmail.com>
8209
8210 * menu-bar.el (menu-bar-file-menu):
8211 * printing.el (pr-ps-utility):
8212 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8213 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8214 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8215 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8216 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8217 (icalendar--convert-cyclic-to-ical)
8218 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8219 (icalendar--convert-ical-to-diary)
8220 (icalendar--convert-recurring-to-diary)
8221 (icalendar--convert-non-recurring-all-day-to-diary)
8222 (icalendar-import-format-sample):
8223 * progmodes/idlw-shell.el (idlwave-shell-mode):
8224 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8225 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8226 (vhdl-ps-print-init): Fix typos.
8227
10649b82
KM
82282011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8229
9d0cfcd6
GM
8230 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8231 FSF and collapse date sequence, obscure author/maintainer email address
8232 better, remove extra version line, track relocation of author's webpage.
10649b82 8233
9d0cfcd6
GM
8234 * progmodes/python.el (python-pdbtrack-input-prompt)
8235 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8236 regular python pdb prompts. Adjustments shamelessly taken exactly as
8237 suggested in EmacsWiki page (tiny change):
8238 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8239
58179cce
JB
82402011-11-16 Juanma Barranquero <lekktu@gmail.com>
8241
8242 * expand.el (expand-pos, expand-index, expand-point):
8243 Remove redundant info from docstring.
8244 (expand-add-abbrevs): Doc fix.
8245 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8246 (expand-sample-perl-mode-expand-list): Fix typos.
8247
8248 * net/dbus.el (dbus-event-member-name):
8249 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8250 * term/pc-win.el (msdos-create-frame-with-faces):
8251 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8252
b6f67890
MR
82532011-11-16 Martin Rudalics <rudalics@gmx.at>
8254
8255 * window.el (split-window, window-state-get-1)
8256 (window-state-put-1, window-state-put-2): Rename occurrences of
8257 window-nest to window-combination-limit.
1d00653d 8258 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8259
ce7ddba0
CY
82602011-11-16 Chong Yidong <cyd@gnu.org>
8261
8262 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8263 regexp (Bug#10033).
8264
3ae704f4
SM
82652011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8268 `completing-read' will remove *Completions* and will preserve
8269 current-buffer for us.
8270 (tmm-add-prompt): Users of *Completions* will always (re)set its
8271 major mode.
8272 (tmm-old-comp-map): Remove.
8273
6ad1cdde
GM
82742011-11-16 Glenn Morris <rgm@gnu.org>
8275
8276 * mail/rmailedit.el: Require rmailmm when compiling.
8277 (rmail-old-mime-state): New declaration.
8278 (rmail-edit-current-message): If editing a mime message,
8279 edit the "raw" message from the mbox buffer.
8280 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8281
d20faa20
GM
82822011-11-15 Glenn Morris <rgm@gnu.org>
8283
8284 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8285 which wasn't being used. Add optional arg to force given state.
8286 (rmail-mime): Add optional arg to force given state.
8287
c7015153
JB
82882011-11-15 Juanma Barranquero <lekktu@gmail.com>
8289
8290 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8291 * frame.el (display-mm-dimensions-alist):
8292 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8293 (outline-move-subtree-down):
8294 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8295 (newsticker--treeview-do-get-node):
8296 * net/quickurl.el (quickurl-list-buffer-name):
8297 * progmodes/dcl-mode.el (dcl-mode):
8298 * progmodes/gdb-mi.el (gdb-mapcar*):
8299 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8300
45261b50
GM
83012011-11-15 Glenn Morris <rgm@gnu.org>
8302
8303 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8304 in a boolean sense, so just make it a boolean, and fix the doc.
8305 (rmail-show-mime-function, rmail-mime-feature)
8306 (rmail-require-mime-maybe): Doc fixes.
8307 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8308
8309 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8310
0d26e0b6
JB
83112011-11-15 Juanma Barranquero <lekktu@gmail.com>
8312
8313 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8314 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8315 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8316 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8317
447f30f6
GM
83182011-11-15 Glenn Morris <rgm@gnu.org>
8319
672b871d
GM
8320 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8321 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8322 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8323 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8324 (rmail-mime, rmail-show-mime): Doc fixes.
8325
f6aa5bb1
GM
8326 * term/ns-win.el (mode-line-frame-identification):
8327 Leave it alone. (Bug#10051)
8328
947cd66b
GM
8329 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8330
447f30f6
GM
8331 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8332 Handle empty buffers. (Bug#9978)
8333
0b381c7e
JB
83342011-11-14 Juanma Barranquero <lekktu@gmail.com>
8335
8336 * international/mule.el (define-charset):
8337 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8338 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8339 * progmodes/verilog-mode.el (verilog-backward-token):
8340 * textmodes/ispell.el (lookup-words):
8341 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8342
71e027ac
GM
83432011-11-14 Glenn Morris <rgm@gnu.org>
8344
56632ce4
GM
8345 * progmodes/executable.el
8346 (executable-make-buffer-file-executable-if-script-p):
8347 Handle file-modes returning nil.
8348
40500957
GM
8349 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8350 message - not necessary, and causes problems. (Bug#9831)
8351
071c2340
GM
8352 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8353
d3cfca60
GM
8354 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8355
71e027ac
GM
8356 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8357 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8358 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8359
89d61221
MR
83602011-11-12 Martin Rudalics <rudalics@gmx.at>
8361
8362 * window.el (window-resize, delete-window): Use window-splits
8363 variable instead of function.
8364 (window-state-get-1, window-state-put-2, window-state-put):
8365 Don't deal with windows' splits status.
8366
98282f6f
GM
83672011-11-12 Glenn Morris <rgm@gnu.org>
8368
8369 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8370 (apropos-documentation): Doc fixes.
8371
40a8bdf6
JB
83722011-11-11 Juanma Barranquero <lekktu@gmail.com>
8373
8374 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8375 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8376
65bd19ff
SM
83772011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8378
8379 * electric.el (electric-indent-post-self-insert-function): Make it
8380 possible for a char to only indent in some circumstances.
8381 (electric-indent-mode): Simplify.
8382
54f9154c
MR
83832011-11-11 Martin Rudalics <rudalics@gmx.at>
8384
8385 * window.el (windows-with-parameter): Remove unused function.
8386 (windows-at-side): Rename to window-at-side-list.
8387 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8388 (window-side-check, window-size-ignore, window-size-fixed-1)
8389 (window-in-direction-2): Prefix with "window--".
8390 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8391
68cbc58b
GM
83922011-11-11 Glenn Morris <rgm@gnu.org>
8393
8394 * subr.el (eval-after-load): If FILE is already loaded,
8395 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8396
b2621720
GM
83972011-11-10 Glenn Morris <rgm@gnu.org>
8398
9a4de110
GM
8399 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8400 Call svn via vc-svn-command rather than vc-do-command.
8401 (vc-svn-command): Add --non-interactive. (Bug#9993)
8402 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8403
b2621720
GM
8404 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8405 Add toggle-read-only. (Bug#7292)
8406 * files.el (toggle-read-only): Mention that it should only
8407 be used interactively. (Bug#10006)
8408
1dce7193
SM
84092011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8410
d9ac1a1e
SM
8411 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8412 Adjust regexp for OCaml warnings.
8413
0c325082
SM
8414 * electric.el (electric-pair-post-self-insert-function): Let user
8415 turn it off buffer-locally (bug#9932).
8416
90132c14
SM
8417 * progmodes/python.el (python-beginning-of-statement):
8418 Rewrite (bug#2703).
8419
1dce7193
SM
8420 * progmodes/compile.el: Better handle TABs (bug#9749).
8421 (compilation-internal-error-properties)
8422 (compilation-next-error-function): Obey the target buffer's
8423 compilation-error-screen-columns.
8424
c4e7c63a
JB
84252011-11-09 Juanma Barranquero <lekktu@gmail.com>
8426
8427 * progmodes/meta-mode.el: Remove obsolete comments.
8428 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8429 Fix typos in docstrings.
8430
2cffd681
MR
84312011-11-09 Martin Rudalics <rudalics@gmx.at>
8432
8433 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8434 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8435 (window--resizable): New function. Make all callers of
8436 window-resizable call window--resizable instead.
8437 (window-resizable): Rewrite in terms of window--resizable.
8438
0edcba87
GM
84392011-11-08 Glenn Morris <rgm@gnu.org>
8440
8441 * progmodes/delphi.el (delphi-mode-syntax-table):
8442 Let define-derived-mode define a proper syntax table. (Bug#9994)
8443
4b0d61e3
SM
84442011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * window.el: Stay away from defsubst.
8447 (window-list-no-nils): Remove.
8448 (window-state-get-1, window-state-get): Use backquote instead.
8449
cd394be1 84502011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8451
4b0d61e3 8452 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8453 Fix incorrect use of default argument in `completing-read'.
8454
e1c2c6f2
MR
84552011-11-08 Martin Rudalics <rudalics@gmx.at>
8456
8457 * window.el (display-buffer-function, special-display-function):
8458 Mention display-buffer-record-window but do not mention
8459 help-setup parameter in doc-strings.
b3f4a882 8460 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8461
105216ed
CY
84622011-11-08 Chong Yidong <cyd@gnu.org>
8463
8464 * window.el (window-total-height, window-total-width): Doc fix.
8465 (window-body-size): Move from C.
8466 (window-body-height, window-body-width): Move to C.
8467
0a9f9ab5
SM
84682011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * window.el: Make special-display like display-buffer-alist (bug#9532).
8471 (display-buffer--special-action): New function, morphed
8472 from display-buffer--special.
8473 (display-buffer): Use it to handle special-display-buffers at higher
8474 priority (just after display-buffer-alist).
8475 (display-buffer-fallback-action, display-buffer--other-frame-action)
8476 (pop-to-buffer-same-window): Remove display-buffer--special.
8477
a769dd15
GM
84782011-11-07 Glenn Morris <rgm@gnu.org>
8479
8480 * calendar/cal-menu.el (cal-menu-set-date-title):
8481 Do nothing if not in a calendar. (Bug#9976)
8482
05a61ee3
SM
84832011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8484
8485 * files.el (find-file): Always use selected-window.
8486
be7f5545
MR
84872011-11-07 Martin Rudalics <rudalics@gmx.at>
8488
8489 * window.el (window-combinations): Make WINDOW argument
8490 mandatory. Rewrite doc-string.
8491 (walk-window-subtree, window-atom-check, window-min-delta)
8492 (window-max-delta, window--resize-this-window)
8493 (window--resize-root-window-vertically, window-tree)
8494 (balance-windows, window-state-put): Rewrite doc-strings as to
8495 not mention the term "subwindow".
8496 (window--resize-subwindows-skip-p): Rename to
8497 window--resize-child-windows-skip-p.
8498 (window--resize-subwindows-normal): Rename to
8499 window--resize-child-windows-normal.
8500 (window--resize-subwindows): Rename to
8501 window--resize-child-windows.
8502 (window-or-subwindow-p): Rename to window--in-subtree-p.
8503
3c6702ef
ML
85042011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8505
8506 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8507 Ensure that mbox format messages end in two newlines (Bug#9974).
8508
49745b39
CY
85092011-11-06 Chong Yidong <cyd@gnu.org>
8510
8511 * window.el (window-combination-p): Function deleted; its
8512 side-effect is not used in any existing code.
8513 (window-combinations, window-combined-p): Call window-*-child
8514 directly.
8515
24300f5f
CY
85162011-11-05 Chong Yidong <cyd@gnu.org>
8517
8518 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8519 (window-size-ignore, window-state-get): Callers changed.
8520 (window-normalize-window): Rename from window-normalize-any-window.
8521 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8522 (window-normalize-live-window): Delete.
447f16b8
CY
8523 (window-combination-p, window-combined-p, window-combinations)
8524 (walk-window-subtree, window-atom-root, window-min-size)
8525 (window-sizable, window-sizable-p, window-size-fixed-p)
8526 (window-min-delta, window-max-delta, window-resizable)
8527 (window-resizable-p, window-full-height-p, window-full-width-p)
8528 (window-current-scroll-bars, window-point-1, set-window-point-1)
8529 (window-at-side-p, window-in-direction, window-resize)
8530 (adjust-window-trailing-edge, maximize-window, minimize-window)
8531 (window-deletable-p, delete-window, delete-other-windows)
8532 (record-window-buffer, unrecord-window-buffer)
8533 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8534 (quit-window, split-window, window-state-put)
8535 (set-window-text-height, fit-window-to-buffer)
8536 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8537
89bd5ee1
EZ
85382011-11-04 Eli Zaretskii <eliz@gnu.org>
8539
53479029
EZ
8540 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8541 rfc2047-decode-string.
8542 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8543 warnings.
8544
89bd5ee1
EZ
8545 * window.el (window-body-height, window-body-width): Mention in
8546 the doc string that the return values are in frame's canonical
8547 units. (Bug#9949)
8548
bd17fdee
AM
85492011-11-03 Alan Mackenzie <acm@muc.de>
8550
8551 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8552 change in cc-engine.el.
8553
acc825c5
SM
85542011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8557
1885e5b8
MR
85582011-11-02 Martin Rudalics <rudalics@gmx.at>
8559
8560 * window.el (quit-window): Call unrecord-window-buffer after
8561 showing another buffer in the window. (Bug#9937)
acc825c5 8562 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8563
ebe06da9
JB
85642011-11-02 Juanma Barranquero <lekktu@gmail.com>
8565
8566 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8567 Accept status with more than 9 shelves. (Bug#9935)
8568 Reported by Colin D Bennett <colin@gibibit.com>.
8569
4ee88440
MR
85702011-11-01 Martin Rudalics <rudalics@gmx.at>
8571
8572 * help.el (with-help-window): Don't reference
8573 temp-buffer-show-specifiers in doc-string.
8574
08e1d82c
AS
85752011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8576
8577 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8578 menu-item.
8579
84bd6e9e
VJL
85802011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8581
8582 * whitespace.el: New version 13.2.2.
8583 (whitespace-newline-mode): Disable properly. Reported by Sarah
8584 <EmacsWiki>.
8585
dba0634a
UJ
85862011-10-30 Ulf Jasper <ulf.jasper@web.de>
8587
8588 * net/newst-treeview.el: Remove "Time-stamp".
8589 (newsticker--group-manage-orphan-feeds): Do not call
8590 newsticker--treeview-tree-update.
db22a3c2
JB
8591 (newsticker-treeview-update, newsticker-treeview):
8592 Call newsticker--treeview-tree-update if necessary.
dba0634a 8593
3d8daefe
MR
85942011-10-30 Martin Rudalics <rudalics@gmx.at>
8595
8596 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8597 (window-iso-combinations): Remove "iso-" infix.
8598 Suggested by Chong Yidong.
3d8daefe
MR
8599 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8600 (window-max-delta-1, window-resize, window--resize-siblings)
8601 (window--resize-this-window, adjust-window-trailing-edge)
8602 (split-window, balance-windows-1)
8603 (shrink-window-if-larger-than-buffer):
8604 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8605 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8606
1bc4c3ae
SM
86072011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8610 in place (bug#9907).
8611 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8612 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8613 (eshell-structure-basic-command, eshell-rewrite-while-command)
8614 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8615 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8616 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8617 (eshell-do-pipelines-synchronously, eshell-eval-command):
8618 Use backquotes and prefer setq to set.
8619 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8620 (eshell-macrop): Use functionp.
c1e2f5fa 8621 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8622
30b65d9c
CY
86232011-10-30 Chong Yidong <cyd@gnu.org>
8624
8625 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8626 instead of set-mark (Bug#9810).
8627
2d197ffb
CY
86282011-10-30 Chong Yidong <cyd@gnu.org>
8629
8630 * window.el (split-window-below, split-window-right): Rename from
8631 split-window-above-each-other and split-window-side-by-side
8632 respectively. All callers changed.
8633 (split-window-sensibly, split-window-sensibly): Use them.
8634 (split-window-keep-point): Doc fix.
8635
8636 * isearch.el: Add isearch-scroll property to split-window-below
8637 and split-window-right.
8638
8639 * follow.el (follow-mode):
8640 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8641 * progmodes/ada-xref.el (ada-gdb-application):
8642 * emulation/vip.el (vip-buffer-in-two-windows):
8643 * image-dired.el (image-dired-dired-with-window-configuration):
8644 * dired-x.el (dired-do-find-marked-files):
8645 * dired.el (dired-pop-to-buffer):
8646 * bs.el (bs--show-with-configuration):
8647 * vc/emerge.el (emerge-setup-windows):
8648 * textmodes/two-column.el (2C-two-columns):
8649 * textmodes/reftex-toc.el (reftex-toc):
8650 * progmodes/gdb-mi.el (gdb-setup-windows):
8651 * progmodes/fortran.el (fortran-window-create):
8652 * net/newst-treeview.el (newsticker--treeview-window-init):
8653 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8654 * emulation/tpu-edt.el (tpu-gold-map):
8655 * emulation/crisp.el (crisp-mode-map):
8656 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8657
38bb2ca8
CY
86582011-10-29 Chong Yidong <cyd@gnu.org>
8659
aa4de341
CY
8660 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8661
e1eb5385
CY
8662 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8663
5d2ece3c
CY
8664 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8665 forged Ispell output (Bug#7904).
8666
38bb2ca8
CY
8667 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8668
d0af9f77
SM
86692011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * doc-view.el: Avoid ugly errors about not finding nil.
8672 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8673 (doc-view-dvipdf-program, doc-view-unoconv-program)
8674 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8675 Avoid nil or absolute file name as default value.
8676 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8677
52bedd34
AM
86782011-10-28 Alan Mackenzie <acm@muc.de>
8679
db22a3c2 8680 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8681
7e43cfa5
AM
86822011-10-28 Alan Mackenzie <acm@muc.de>
8683
8684 Amend the handling of c-beginning/end-of-defun in nested declaration
8685 scopes.
8686
52bedd34
AM
8687 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8688 cc-langs.el. Change it to a defcustom.
7e43cfa5 8689
52bedd34
AM
8690 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8691 cc-vars.el.
7e43cfa5 8692
d0af9f77
SM
8693 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8694 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8695
52bedd34 8696 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8697 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8698 (c-widen-to-enclosing-decl-scope): New function.
8699 (c-while-widening-to-decl-block): New macro.
8700 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8701 outward for defun boundaries, and correspondingly change symbol
8702 `respect-enclosure' to `go-outward'.
8703 (c-declaration-limits): Change algorithm to report only the "innermost"
8704 defun's boundaries.
8705
1a2ce9ee
DD
87062011-10-28 Deniz Dogan <deniz@dogan.se>
8707
8708 * net/rcirc.el (rcirc-mode): Use hard newlines.
8709
bc97a826
AM
87102011-10-28 Alan Mackenzie <acm@muc.de>
8711
8712 Amend to indent and fontify macros "which include their own semicolon"
8713 correctly, using the "virtual semicolon" mechanism.
8714
52bedd34 8715 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8716
d0af9f77 8717 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8718 Recode to scan one line at a time rather than having \n and \r
58179cce 8719 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8720 (c-forward-label): Amend for virtual semicolons.
58179cce 8721 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8722
52bedd34
AM
8723 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8724 of the new C macros.
bc97a826 8725
52bedd34 8726 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8727 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8728 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8729 (c-opt-cpp-macro-define): Make into a full language variable.
8730 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8731 AWK Mode (including \n, \r) removed, no longer needed.
8732
d0af9f77
SM
8733 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8734 Invoke c-make-macro-with-semi-re.
bc97a826 8735
52bedd34
AM
8736 * progmodes/cc-vars.el (c-macro-with-semi-re):
8737 (c-macro-names-with-semicolon): New variables.
58179cce 8738 (c-make-macro-with-semi-re): New function.
bc97a826 8739
7a6c0941
SM
87402011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * vc/log-edit.el: Fill empty field rather than adding new one.
8743 (log-edit-add-field): New function.
8744 (log-edit-insert-changelog): Use it.
8745
b0c4cdcf
ML
87462011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8747
8748 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8749
ee1f1da9
SM
87502011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8753 (gdb--check-interpreter): New function.
8754 (gdb): Use it.
8755
51bc5f8b
GM
87562011-10-27 Glenn Morris <rgm@gnu.org>
8757
416a2c45
GM
8758 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8759 (least-positive-float, least-negative-float)
8760 (least-positive-normalized-float, least-negative-normalized-float)
8761 (float-epsilon, float-negative-epsilon):
8762 Remove unnecessary declarations.
8763
8764 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8765 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8766 (least-positive-float, least-negative-float)
8767 (least-positive-normalized-float, least-negative-normalized-float)
8768 (float-epsilon, float-negative-epsilon): Add doc-strings,
8769 based on those in cl.texi.
8770
51bc5f8b
GM
8771 * files.el (set-visited-file-name): If the major-mode changed,
8772 reload the local variables. (Bug#9796)
8773
15de15c6
CY
87742011-10-27 Chong Yidong <cyd@gnu.org>
8775
8776 * subr.el (change-major-mode-after-body-hook): New hook.
8777 (run-mode-hooks): Run it.
8778
ee1f1da9
SM
8779 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8780 Use change-major-mode-before-body-hook.
15de15c6
CY
8781
8782 * simple.el (fundamental-mode):
8783 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8784 change introducing fundamental-mode-hook.
8785
5430d399
JB
87862011-10-26 Juanma Barranquero <lekktu@gmail.com>
8787
acc825c5 8788 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8789
ad74a69e
MA
87902011-10-26 Michael Albinus <michael.albinus@gmx.de>
8791
8792 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8793 tramp.el explicitly. (Bug#7583)
ad74a69e 8794
71d4c2a5
SM
87952011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * progmodes/octave-mod.el:
8798 * progmodes/octave-inf.el: Update maintainer.
8799
b1f6fa26
CY
88002011-10-26 Chong Yidong <cyd@gnu.org>
8801
8802 * subr.el (with-wrapper-hook): Rewrite doc.
8803
3f04efd6
MA
88042011-10-25 Michael Albinus <michael.albinus@gmx.de>
8805
8806 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8807 filenames "/method:foo:". (Bug#9793)
3f04efd6 8808
410488d3
SM
88092011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8812 (bug#9865).
8813
c1ebb47e
GM
88142011-10-24 Glenn Morris <rgm@gnu.org>
8815
8816 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8817
7f5c46c7
MA
88182011-10-24 Michael Albinus <michael.albinus@gmx.de>
8819
8820 * notifications.el: Add the requirement of a running D-Bus session
8821 bus to the Commentary.
8822
db2440b6
JL
88232011-10-24 Juri Linkov <juri@jurta.org>
8824
8825 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8826 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8827 (Bug#9364)
8828
feecf435
JL
88292011-10-24 Juri Linkov <juri@jurta.org>
8830
8831 * info.el (Info-following-node-name-re): Add newline to the list
8832 of allowed characters for leading space. (Bug#9824)
8833
a3839de2
SM
88342011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8835
acc825c5
SM
8836 * progmodes/octave-inf.el (inferior-octave-mode-map):
8837 Fix C-c C-h binding.
a3839de2
SM
8838 * progmodes/octave-mod.el (octave-help): Remove.
8839
09388e76
MA
88402011-10-23 Michael Albinus <michael.albinus@gmx.de>
8841
8842 Sync with Tramp 2.2.3.
8843
8844 * net/tramp-cache.el (top): Pacify byte-compiler using
8845 `init-file-user' and `site-run-file'.
8846
8847 * net/trampver.el: Update release number.
8848
86c60681
CY
88492011-10-23 Chong Yidong <cyd@gnu.org>
8850
8851 * files.el (toggle-read-only): Remove obsolete comment about
8852 version control.
8853
8854 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8855 for toggle-read-only. Note that this hasn't called vc-next-action
8856 since 2008-05-02, though it wasn't documented at the time.
8857
a3839de2
SM
8858 * vc/ediff-init.el (ediff-toggle-read-only-function):
8859 Use toggle-read-only.
86c60681 8860
cd5495ff
AM
88612011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8862
8863 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8864 of c-parse-state.
8865
00b77525 8866 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8867 correct faulty logical expression.
cd5495ff
AM
8868 (c-parse-state-state, c-record-parse-state-state):
8869 (c-replay-parse-state-state): New defvar/defuns.
8870 (c-debug-parse-state): Use new functions.
8871
42ee24ed
MR
88722011-10-22 Martin Rudalics <rudalics@gmx.at>
8873
8874 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8875 last fix. Use window-in-direction correctly.
42ee24ed 8876
a7dee7e7
CY
88772011-10-21 Chong Yidong <cyd@gnu.org>
8878
8879 * progmodes/idlwave.el (idlwave-mode):
8880 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8881 require-final-newline; that's done in prog-mode.
8882 Suggested by Stefan Monnier.
a7dee7e7 8883
e07b9a6d
MR
88842011-10-21 Martin Rudalics <rudalics@gmx.at>
8885
8886 * mouse.el (mouse-drag-window-above)
8887 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8888 (mouse-drag-mode-line-1, mouse-drag-header-line)
8889 (mouse-drag-vertical-line-rightward-window): Remove.
8890 (mouse-drag-line): New function.
8891 (mouse-drag-mode-line, mouse-drag-header-line)
8892 (mouse-drag-vertical-line): Call mouse-drag-line.
8893 * window.el (window-at-side-p, windows-at-side): New functions.
8894
7e1361d9
UM
88952011-10-21 Ulrich Mueller <ulm@gentoo.org>
8896
8897 * tar-mode.el (tar-grind-file-mode):
8898 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8899
30fcaf3a
CY
89002011-10-21 Chong Yidong <cyd@gnu.org>
8901
8902 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8903 * progmodes/vera-mode.el (vera-mode):
8904 Use mode-require-final-newline.
30fcaf3a 8905
516eddb0
GM
89062011-10-20 Glenn Morris <rgm@gnu.org>
8907
db22a3c2 8908 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8909
10d5f513
CS
89102011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8911
8912 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8913
ac6c8639
CY
89142011-10-20 Chong Yidong <cyd@gnu.org>
8915
8916 * emulation/cua-base.el (cua-mode):
8917 * mail/footnote.el (footnote-mode):
8918 * mail/mailabbrev.el (mail-abbrevs-mode):
8919 * net/xesam.el (xesam-minor-mode):
8920 * progmodes/bug-reference.el (bug-reference-mode):
8921 * progmodes/cap-words.el (capitalized-words-mode):
8922 * progmodes/compile.el (compilation-minor-mode)
8923 (compilation-shell-minor-mode):
8924 * progmodes/gud.el (gud-tooltip-mode):
8925 * progmodes/hideif.el (hide-ifdef-mode):
8926 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8927 * progmodes/subword.el (subword-mode):
8928 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8929 * progmodes/which-func.el (which-function-mode):
8930 * term/tvi970.el (tvi970-set-keypad-mode):
8931 * term/vt100.el (vt100-wide-mode):
8932 * textmodes/flyspell.el (flyspell-mode):
8933 * textmodes/ispell.el (ispell-minor-mode):
8934 * textmodes/nroff-mode.el (nroff-electric-mode):
8935 * textmodes/paragraphs.el (use-hard-newlines):
8936 * textmodes/refill.el (refill-mode):
8937 * textmodes/reftex.el (reftex-mode):
8938 * textmodes/rst.el (rst-minor-mode):
8939 * textmodes/sgml-mode.el (html-autoview-mode)
8940 (sgml-electric-tag-pair-mode):
8941 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8942 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8943 * emulation/crisp.el (crisp-mode):
8944 * emacs-lisp/eldoc.el (eldoc-mode):
8945 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8946 minor mode behavior.
8947
aa42ab43
JL
89482011-10-19 Juri Linkov <juri@jurta.org>
8949
8950 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8951 the list of hard-coded chars with escape-glyph face.
8952
89400f1d
SM
89532011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8954
8955 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8956
305c07f6
MA
89572011-10-19 Michael Albinus <michael.albinus@gmx.de>
8958
8959 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8960 running process.
8961
13754b54
GM
89622011-10-19 Glenn Morris <rgm@gnu.org>
8963
8964 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8965 Ignore ignored files. (Bug#9726)
8966
06e21633
CY
89672011-10-19 Chong Yidong <cyd@gnu.org>
8968
8969 Doc fix for minor modes, stating that an omitted argument enables
8970 the mode unconditionally when called from Lisp.
8971
8972 * abbrev.el (abbrev-mode):
8973 * allout.el (allout-mode):
8974 * autoinsert.el (auto-insert-mode):
8975 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8976 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8977 (global-auto-revert-mode):
8978 * battery.el (display-battery-mode):
8979 * composite.el (global-auto-composition-mode)
8980 (auto-composition-mode):
8981 * delsel.el (delete-selection-mode):
8982 * desktop.el (desktop-save-mode):
8983 * dired-x.el (dired-omit-mode):
8984 * dirtrack.el (dirtrack-mode):
8985 * doc-view.el (doc-view-minor-mode):
8986 * double.el (double-mode):
8987 * electric.el (electric-indent-mode, electric-pair-mode):
8988 * emacs-lock.el (emacs-lock-mode):
8989 * epa-hook.el (auto-encryption-mode):
8990 * follow.el (follow-mode):
8991 * font-core.el (font-lock-mode):
8992 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8993 * help.el (temp-buffer-resize-mode):
8994 * hilit-chg.el (highlight-changes-mode)
8995 (highlight-changes-visible-mode):
8996 * hi-lock.el (hi-lock-mode):
8997 * hl-line.el (hl-line-mode, global-hl-line-mode):
8998 * icomplete.el (icomplete-mode):
8999 * ido.el (ido-everywhere):
9000 * image-file.el (auto-image-file-mode):
9001 * image-mode.el (image-minor-mode):
9002 * iswitchb.el (iswitchb-mode):
9003 * jka-cmpr-hook.el (auto-compression-mode):
9004 * linum.el (linum-mode):
9005 * longlines.el (longlines-mode):
9006 * master.el (master-mode):
9007 * mb-depth.el (minibuffer-depth-indicate-mode):
9008 * menu-bar.el (menu-bar-mode):
9009 * minibuf-eldef.el (minibuffer-electric-default-mode):
9010 * mouse-sel.el (mouse-sel-mode):
9011 * msb.el (msb-mode):
9012 * mwheel.el (mouse-wheel-mode):
9013 * outline.el (outline-minor-mode):
9014 * paren.el (show-paren-mode):
9015 * recentf.el (recentf-mode):
9016 * reveal.el (reveal-mode, global-reveal-mode):
9017 * rfn-eshadow.el (file-name-shadow-mode):
9018 * ruler-mode.el (ruler-mode):
9019 * savehist.el (savehist-mode):
9020 * scroll-all.el (scroll-all-mode):
9021 * scroll-bar.el (scroll-bar-mode):
9022 * server.el (server-mode):
9023 * shell.el (shell-dirtrack-mode):
9024 * simple.el (auto-fill-mode, transient-mark-mode)
9025 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9026 (line-number-mode, column-number-mode, size-indication-mode)
9027 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9028 * strokes.el (strokes-mode):
9029 * time.el (display-time-mode):
9030 * t-mouse.el (gpm-mouse-mode):
9031 * tool-bar.el (tool-bar-mode):
9032 * tooltip.el (tooltip-mode):
9033 * type-break.el (type-break-mode-line-message-mode)
9034 (type-break-query-mode):
9035 * view.el (view-mode):
9036 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9037 (global-whitespace-mode, global-whitespace-newline-mode):
9038 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9039
a3839de2
SM
9040 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9041 Fix autogenerated docstring.
06e21633 9042
5214e501
JL
90432011-10-19 Juri Linkov <juri@jurta.org>
9044
9045 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9046 by checking environment variables "DESKTOP_SESSION" and
9047 "XDG_CURRENT_DESKTOP". (Bug#9779)
9048
195f8db9
JL
90492011-10-19 Juri Linkov <juri@jurta.org>
9050
9051 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9052 (browse-url-chromium-program, browse-url-chromium-arguments):
9053 New defcustoms.
9054 (browse-url-default-browser): Check for `browse-url-chromium' and
9055 call `browse-url-chromium-program'.
9056 (browse-url-chromium): New command. (Bug#9779)
9057
343a34ff
JB
90582011-10-18 Juanma Barranquero <lekktu@gmail.com>
9059
9060 * facemenu.el (list-colors-duplicates): On Windows, detect more
9061 duplicates by assuming that only colors matching "^System" are
9062 special "system colors". (Bug#9722)
9063
6978a151
SM
90642011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9067 to distinguish the author from the committer.
9068
6a80b297
MA
90692011-10-18 Michael Albinus <michael.albinus@gmx.de>
9070
9071 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9072
b31a5677
JK
90732011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9074
9075 * international/mule.el (sgml-html-meta-auto-coding-function):
9076 Add support for detecting encoding in HTML5 specified only as
9077 <meta charset="UTF-8">. Implementation just makes http-equiv and
9078 content-type parts from HTML4 encoding string optional. (Bug#9716)
9079
80c6d77f
GM
90802011-10-18 Glenn Morris <rgm@gnu.org>
9081
9082 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9083
08b0fee8
CY
90842011-10-18 Chong Yidong <cyd@gnu.org>
9085
9086 * faces.el (cursor): Doc fix.
9087
67e729a5
CY
90882011-10-17 Chong Yidong <cyd@gnu.org>
9089
9090 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9091
343a34ff 90922011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9093
9094 * dirtrack.el (dirtrack): Support shell buffers with path
9095 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9096
0bc06380
TZ
90972011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9098
9099 * json.el: Bump version to 1.3 and note change in History.
9100 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9101
8b79f3e0
SM
91022011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9103
5a7c536b
SM
9104 * comint.el (comint-insert-input, comint-send-input)
9105 (comint-get-old-input-default, comint-backward-matching-input)
9106 (comint-next-prompt): Use nil instead of `input' for field property of
9107 past user input (bug#114).
9108
96a8a0df
SM
9109 * minibuffer.el (completion--replace): Inherit surrounding properties
9110 (bug#114).
9111 (minibuffer-complete-and-exit): Use it.
9112
8b79f3e0
SM
9113 * comint.el (comint--table-subvert): Quote the all-completions output
9114 (bug#9160).
9115
b8f7ff0d
MR
91162011-10-17 Martin Rudalics <rudalics@gmx.at>
9117
8b79f3e0 9118 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9119
b8f7ff0d 9120 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9121 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9122 entries and separate them from frame entries.
9123
c235b555
GM
91242011-10-15 Glenn Morris <rgm@gnu.org>
9125
9126 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9127 Doc fixes.
9128
6bbfa6e1
CY
91292011-10-15 Chong Yidong <cyd@stupidchicken.com>
9130
8b79f3e0
SM
9131 * net/network-stream.el (network-stream-open-starttls):
9132 Improve detection of failure due to lack of TLS support.
ec5c990d 9133
6bbfa6e1
CY
9134 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9135 putting the input text in front and in bold.
9136
98488977
SM
91372011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9138
3d1337be
SM
9139 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9140
ee0b45e4
SM
9141 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9142 empty buffer.
9143
98488977
SM
9144 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9145 unread-command-events rather than pushing yet-another event.
9146
186f4720
EZ
91472011-10-14 Eli Zaretskii <eliz@gnu.org>
9148
9149 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9150 the explanation of the possible choices. Make the options passed
9151 to completing-read shorter.
9152
8b7a997c
AM
91532011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9154
9155 * textmodes/flyspell.el (flyspell-large-region): Make sure
9156 extended character mode is used if defined (Bug#1339).
9157
12587bbb
EZ
91582011-10-13 Eli Zaretskii <eliz@gnu.org>
9159
9160 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9161 character info for LRE, LRO, RLE, and RLO characters by appending
9162 an invisible PDF.
12587bbb 9163
bad41229
SM
91642011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9167 even in case of error; add debug spec; simplify data flow.
9168 (with-timeout-handler): Remove.
9169
28dbc92f
MA
91702011-10-12 Michael Albinus <michael.albinus@gmx.de>
9171
9172 Fix Bug#6019, Bug#9315.
9173
9174 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9175 complete `buffer-file-name', the local file name part could look
9176 remotely (for example on VMS).
9177
9178 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9179 `tramp-run-real-handler'.
9180 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9181 already quoted by '"'.
9182
9183 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9184 Let `file-name-handler-alist' be nil, the local file name part
9185 could look remotely (for example on VMS).
9186
e1b0b23a
SM
91872011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9190 from here...
9191 (flyspell-post-command-hook): ...to here.
9192
a120bde9
SM
91932011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9194
9195 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9196 if not needed.
9197 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9198 using completion. Protect against "slow" callers.
9199 Remove the "message hack".
9200
7ce7717b
JL
92012011-10-11 Juri Linkov <juri@jurta.org>
9202
9203 * isearch.el (isearch-lazy-highlight-word): New variable.
9204 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9205 Use it. (Bug#9727)
9206
c02ee9d6
GM
92072011-10-11 Glenn Morris <rgm@gnu.org>
9208
9209 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9210 like f90-previous-statement does.
9211
93e616fd 92122011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9213
1f190e73 9214 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9215 only in interactive use, to avoid error.
9216
af7b6078
SM
92172011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * minibuffer.el (completion-file-name-table): Fix last change,
9220 i.e. ignore normal errors but not the other ones.
9221
0563dae9
MR
92222011-10-10 Martin Rudalics <rudalics@gmx.at>
9223
9224 * window.el (special-display-buffer-names)
9225 (special-display-regexps): Remove some remnants of earlier
9226 changes from doc-strings.
366ca7f3
MR
9227 (quit-windows-on): New function.
9228
9229 * vc/vc.el (vc-revert, vc-rollback):
9230 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9231 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9232 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9233
49677495
MR
92342011-10-09 Martin Rudalics <rudalics@gmx.at>
9235
9236 * window.el (frame-auto-hide-function): Add version tag.
9237 (Bug#9699)
9238
56f2d1e1
MA
92392011-10-09 Michael Albinus <michael.albinus@gmx.de>
9240
9241 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9242 condition.
9243
112a6592
LL
92442011-10-09 Leo Liu <sdl.web@gmail.com>
9245
9246 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9247 (Bug#9701)
9248
0812589b
GM
92492011-10-08 Glenn Morris <rgm@gnu.org>
9250
9251 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9252 before the first code statement zero indent. (Bug#9690)
9253
b2b0776e
CY
92542011-10-08 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * simple.el (count-words-region): Always count in the region.
9257 Report the number of lines and characters too.
9258 (count-words): New command, which counts in the buffer if the
9259 region is inactive, as count-words-region used to.
9260 (count-words--message): New function. Handle plurals.
9261 (count-lines-region): Make it an alias for count-words-region.
9262
9263 * bindings.el (esc-map): Replace count-lines-region with
9264 count-words-region.
9265
c557cd6b
MR
92662011-10-08 Martin Rudalics <rudalics@gmx.at>
9267
9268 * window.el (window--delete): Delete dedicated frame
9269 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9270 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9271
61a57ef4 92722011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9273
3a7d293b 9274 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9275
c3833279
CY
92762011-10-07 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * bindings.el ([M-left],[M-right]): Bind to left-word and
9279 right-word respectively.
9280
21ce8245
GM
92812011-10-07 Glenn Morris <rgm@gnu.org>
9282
9283 * cus-start.el (debug-on-quit): Fix custom type.
9284
6d823bb2
LMI
92852011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9286
0181e193
LMI
9287 * subr.el (define-key-after): Clarify that the function is not
9288 useful for non-menu keymaps.
9289
6d823bb2
LMI
9290 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9291
8e3459ce 92922011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9293
21ce8245 9294 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9295 in current minibuffer (Fix bug with recursive minibuffers).
9296
a1c2d21e
CY
92972011-10-06 Chong Yidong <cyd@stupidchicken.com>
9298
9299 * progmodes/gdb-mi.el (gdb): Doc fix.
9300
5a4cf282
MR
93012011-10-05 Martin Rudalics <rudalics@gmx.at>
9302
9303 * window.el (frame-auto-hide-function): New option replacing
9304 frame-auto-delete. Suggested by Stefan Monnier.
9305 (window--delete): Call frame-auto-hide-function instead of
9306 investigating frame-auto-delete.
c96111ea
MR
9307 (window-point-1, set-window-point-1): New functions.
9308 (window-in-direction, record-window-buffer, window-state-get-1)
9309 (display-buffer-record-window): Use window-point-1 instead of
9310 window-point.
9311 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9312
9854542e
SM
93132011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9316
8943cfb0
GM
93172011-10-05 Glenn Morris <rgm@gnu.org>
9318
9319 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9320 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9321
647ab967
LL
93222011-10-05 Leo Liu <sdl.web@gmail.com>
9323
9324 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9325 works with buffer object.
9326
3ddfbced
SM
93272011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * mpc.el (mpc-tool-bar-map): Add labels.
9330
bdfa5dd2
GM
93312011-10-04 Glenn Morris <rgm@gnu.org>
9332
9333 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9334
0e2070b5
MR
93352011-10-04 Martin Rudalics <rudalics@gmx.at>
9336
9337 * window.el (window--delete): New function.
9338 (frame-auto-delete): Resuscitate option.
9339 (bury-buffer, replace-buffer-in-windows)
9340 (quit-window): Rewrite using window--delete.
9341 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9342 Pass display-buffer-mark-dedicated to window--display-buffer-2
9343 (Bug#9639).
9344
3dc61a09
SM
93452011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9346
915a9b64
SM
9347 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9348 returns a list (bug#9554). Add remote file name completion.
9349 * comint.el (comint--table-subvert): Curry and get quote&unquote
9350 functions as arguments.
9351 (comint--complete-file-name-data): Adjust call accordingly.
9352 * pcomplete.el (pcomplete--table-subvert): Remove.
9353 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9354
3dc61a09
SM
9355 * minibuffer.el (completion-table-case-fold): Use currying.
9356 (completion--styles-type, completion--cycling-threshold-type):
9357 New constants.
9358 (completion-styles, completion-category-overrides)
9359 (completion-cycle-threshold): Use them.
9360 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9361 completion-table-case-fold.
9362
8ea0a993
SB
93632011-10-03 Stephen Berman <stephen.berman@gmx.net>
9364
9365 * minibuffer.el (completion-category-overrides): Fix type of styles
9366 and add more user friendly tags (bug#9660).
9367
8c24b7f6
SM
93682011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9371 (mule-input-method-string): New widget.
9372 (default-input-method, language-info-custom-alist): Use it.
9373
428fe61a
SM
93742011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9375
32c1fffd
SM
9376 * pcomplete.el: Require comint.
9377 (pcomplete--common-suffix): Remove.
9378 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9379 (pcomplete--table-subvert): Sync with comint--table-subvert.
9380 (pcomplete--entries): Use comint-completion-file-name-table.
9381 * comint.el (comint-unquote-filename): Simplify.
9382 (comint-completion-file-name-table): New function (bug#9616).
9383 (comint--complete-file-name-data): Use it.
9384
428fe61a
SM
9385 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9386 (pcmpl-gnu-tar-buffer): Remove.
9387 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9388 around. Make sure pcomplete-suffix-list is only changed temporarily.
9389 Don't look inside the tar's file if it's too large.
428fe61a 9390
04c52e2f
CY
93912011-10-01 Chong Yidong <cyd@stupidchicken.com>
9392
ce3cefcc
CY
9393 * cus-edit.el (custom-mode-map):
9394 * epa.el (epa-key-list-mode-map):
9395 * man.el (Man-mode-map):
9396 * startup.el (splash-screen-keymap):
9397 * simple.el (special-mode-map): Use scroll-up-command and
9398 scroll-down-command.
9399
9400 * progmodes/idlw-help.el (idlwave-help-mode-map):
9401 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9402 * net/newst-plainview.el (newsticker-mode-map):
9403 * emulation/ws-mode.el (wordstar-mode-map):
9404 * emulation/vi.el (vi-com-map):
9405 * calc/calc-graph.el (calc-graph-show-dumb):
9406 * term/sun.el (terminal-init-sun):
9407 * term/ns-win.el (global-map):
9408 * progmodes/grep.el (grep-mode-map):
9409 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9410 * mail/rmail.el (rmail-mode-map):
9411 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9412
04c52e2f
CY
9413 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9414 custom-safe-themes as special.
9415
79adf8c8
JD
94162011-10-01 Julien Danjou <julien@danjou.info>
9417
9418 * notifications.el (notifications-notify): Fix docstring.
9419
63bd50d3
PS
94202011-10-01 Per Starbäck <per@starback.se>
9421
9422 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9423
199e4c7e
MR
94242011-09-30 Martin Rudalics <rudalics@gmx.at>
9425
9426 * startup.el (command-line-1): Fix last fix by inserting
9427 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9428 (Bug#9605) and (Bug#9636)
199e4c7e 9429
fe5f08dd
EZ
94302011-09-29 Eli Zaretskii <eliz@gnu.org>
9431
9432 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9433 window is hscrolled, move by logical lines. (Bug#9607)
9434 (line-move-visual): Update the doc string to the above effect.
9435
b5516bbd
MR
94362011-09-29 Martin Rudalics <rudalics@gmx.at>
9437
ccee00c0
MR
9438 * window.el (display-buffer-record-window): When WINDOW is the
9439 selected window use `point' instead of `window-point'. (Bug#9626)
9440
b5516bbd
MR
9441 * startup.el (command-line-1): Use insert-before-markers when
9442 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9443
b5516bbd
MR
9444 * help.el (help-window): Remove variable.
9445
52aa0014
GM
94462011-09-29 Glenn Morris <rgm@gnu.org>
9447
9448 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9449
df9a7357
JB
94502011-09-29 Juanma Barranquero <lekktu@gmail.com>
9451
9452 * descr-text.el (describe-char-categories): Accept category
9453 descriptions more than one line long.
9454
a8406c20
SM
94552011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9456
88d9610c
SM
9457 * simple.el (delete-trailing-whitespace): Fix last change.
9458
a5daf810
SM
9459 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9460 Don't confuse "y => 3" as the beginning of a `y' operation.
9461
a8406c20
SM
9462 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9463 object has more than 4 slots (bug#9613).
9464
a239d4e9
JB
94652011-09-28 Juanma Barranquero <lekktu@gmail.com>
9466
9467 * subr.el (with-output-to-temp-buffer):
9468 * net/quickurl.el (quickurl, quickurl-browse-url):
9469 Fix typos in docstrings.
9470
693fbdb6
EZ
94712011-09-27 Eli Zaretskii <eliz@gnu.org>
9472
9473 * minibuffer.el (completion-styles)
9474 (completion-category-overrides): Cross reference each other in doc
9475 strings.
9476
8b457e28
GM
94772011-09-27 Glenn Morris <rgm@gnu.org>
9478
9479 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9480 to split-string. (Bug#9606)
9481
85a16208
LMI
94822011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9483
9484 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9485 (bug#9615).
9486
502f9ebd
CY
94872011-09-27 Chong Yidong <cyd@stupidchicken.com>
9488
9489 * emacs-lisp/package.el (list-packages): Fix echo area message.
9490
7690bdea
LL
94912011-09-27 Leo Liu <sdl.web@gmail.com>
9492
9493 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9494
e2ee6f30
MA
94952011-09-25 Michael Albinus <michael.albinus@gmx.de>
9496
9497 * net/dbus.el (dbus-unregister-object): Don't release services for
9498 registered signals. (Bug#9581)
9499
f3f98342
TZ
95002011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9501
9502 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9503 function that picks between cfengine 2 and 3 support
9504 automatically. Update docs accordingly.
9505
dd7aa8dd
KH
95062011-09-22 Kenichi Handa <handa@m17n.org>
9507
9508 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9509 ZERO.
9510 (indian-itrans-v5-table-for-tamil): New variable.
9511 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9512
3f2b07f8
KM
95132011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9514
9515 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9516 that's true if the current command involved collapsing of text.
9517 It's reset to false at the beginning of the next command.
9518 (allout-post-command-business): Move the cursor to the beginning
9519 of entry if the cursor is hidden and collapsing activity just
9520 happened.
9521
371d6a61
CY
95222011-09-24 Chong Yidong <cyd@stupidchicken.com>
9523
9524 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9525 tracking (Bug#9541).
9526
2ac2721a
UJ
95272011-09-24 Ulf Jasper <ulf.jasper@web.de>
9528
9529 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9530 (newsticker-show-news): Automatically load html rendering package
9531 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9532 because w3m-fill-column is let-bound" and the error "Symbol's value
9533 as variable is void: w3m-fill-column".
2ac2721a 9534
fac7ae53
MA
95352011-09-24 Michael Albinus <michael.albinus@gmx.de>
9536
9537 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9538 Release services only if they are defined. (Bug#9581)
9539
e08b633b
RS
95402011-09-23 Richard Stallman <rms@gnu.org>
9541
e488d29c
RS
9542 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9543 distinguish start of paragraph from start of its text.
9544
19c38752
RS
9545 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9546
e08b633b
RS
9547 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9548 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9549 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9550
0a39f27e
AS
95512011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9552
9553 * international/mule-diag.el (mule-diag): Insert a newline after
9554 each fontset description.
9555
db4e950d
SM
95562011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * simple.el (delete-trailing-whitespace):
9559 Document last change; simplify.
9560
eca3f3ea
PW
95612011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9562
d68e189a
PW
9563 * simple.el (delete-trailing-whitespace): Also delete
9564 extra newlines at the end of the buffer.
9565
eca3f3ea
PW
9566 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9567 (picture-newline): Use forward-line so as to ignore fields.
9568
01c157cc
SM
95692011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9570
9571 * subr.el (with-wrapper-hook): Fix edebug spec.
9572
022de23e
LMI
95732011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9574
9575 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9576 (bug#4538).
9577
91683089
MA
95782011-09-23 Michael Albinus <michael.albinus@gmx.de>
9579
eca3f3ea
PW
9580 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9581 Fix nasty bug using wrong cached values.
91683089 9582
5bdd6fa4
AM
95832011-09-23 Alan Mackenzie <acm@muc.de>
9584
9585 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9586
97adfb97
CY
95872011-09-23 Chong Yidong <cyd@stupidchicken.com>
9588
9589 * window.el (pop-to-buffer): Ensure right window is selected if we
9590 chose another frame.
9591
d4ef2b50
EZ
95922011-09-22 Eli Zaretskii <eliz@gnu.org>
9593
9594 * simple.el (what-cursor-position): Use get-char-property-change
9595 and next-single-char-property-change, to be able to show display
9596 properties that come from overlays as well as text properties.
9597
72258fe5
CY
95982011-09-22 Chong Yidong <cyd@stupidchicken.com>
9599
9600 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9601
9602 * cmuscheme.el (run-scheme, switch-to-scheme):
9603 * cus-edit.el (customize-group, custom-buffer-create)
9604 (customize-browse):
9605 * info.el (info):
9606 * shell.el (shell):
9607 * mail/sendmail.el (mail):
9608 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9609
8f098516
RS
96102011-09-22 Richard Stallman <rms@gnu.org>
9611
9612 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9613 move back only to line beg, don't move back over blank lines.
9614
e74f1bb6
MA
96152011-09-22 Michael Albinus <michael.albinus@gmx.de>
9616
9617 * files.el (copy-directory): Set directory attributes only in case
9618 they could be retrieved from the source directory. (Bug#9565)
9619
bfeef8b6
DK
96202011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9621
9622 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9623 (hs-find-block-beginning, hs-hide-level-recursive):
9624 Ignore strings as well as comments. (Bug#9502)
9625
7e423bb8
AS
96262011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9627
9628 * progmodes/sql.el (sql-comint-postgres):
9629 Convert port number to a string. (Bug#9566)
9630
b4d72fcf
MR
96312011-09-22 Martin Rudalics <rudalics@gmx.at>
9632
9633 * window.el (quit-window): Undedicate window when switching to
9634 previous buffer. Reported by Thierry Volpiatto
9635 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9636 (special-display-popup-frame): When popping up a new frame reset
9637 its previous buffers to nil. Simplify code.
b4d72fcf 9638
a7b88dc6
MA
96392011-09-21 Michael Albinus <michael.albinus@gmx.de>
9640
9641 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9642 and process filter, as done also in `shell-command'.
9643
cf4eacfd
MR
96442011-09-21 Martin Rudalics <rudalics@gmx.at>
9645
eca3f3ea 9646 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9647 Call set-window-start with NOFORCE argument t.
9648 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9649 (quit-window): Reword doc-string. Handle new format of
9650 quit-restore parameter. Don't delete window if it has a
9651 previous buffer we can show instead of the present one.
9652 (display-buffer-record-window): Rewrite using a new format for
9653 the quit-restore window parameter
9654 (special-display-popup-frame, display-buffer-same-window)
9655 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9656 (display-buffer-pop-up-window, display-buffer-use-some-window):
9657 Adapt symbol passed to display-buffer-record-window.
9658 * help.el (help-window-setup): Handle new format of quit-restore
9659 parameter.
9660
8d28cb95
SM
96612011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9662
94ab793f
SM
9663 * faces.el (face-list): Fix docstring (bug#9564).
9664
8d28cb95
SM
9665 * window.el (display-buffer--action-function-custom-type):
9666 Don't include internal functions in the Custom interface.
9667
3820edeb
JL
96682011-09-20 Juri Linkov <juri@jurta.org>
9669
9670 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9671 (Info-forward-node, Info-backward-node, Info-next-preorder)
9672 (Info-last-preorder): Use it. (Bug#9528)
9673
5147931d
JL
96742011-09-20 Juri Linkov <juri@jurta.org>
9675
9676 * info.el (Info-last-preorder): Visit last menu item only when
9677 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9678
cf499a1a
JD
96792011-09-20 Julien Danjou <julien@danjou.info>
9680
9681 * password-cache.el (password-cache-remove): Remove entries even if the
9682 value is nil, so that password with a nil value (negative caching) is
9683 possible to invalidate.
9684
f84e2fe2
LM
96852011-09-20 Lawrence Mitchell <wence@gmx.li>
9686
9687 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9688 all whitespace around breakpoint. (Bug#9553)
9689 (f90-find-breakpoint): Only break at whitespace inside a comment.
9690
78054a46
SM
96912011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * minibuffer.el (completion-file-name-table): Keep track of errors.
9694 (completion-table-with-predicate): Handle the case where pred1 is nil.
9695 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9696
345083b2
SM
96972011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9698
e24e27be
SM
9699 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9700 (debugger-return-value): Signal an error if the debugging context does
9701 not await any return value.
9702
345083b2
SM
9703 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9704 * image-mode.el (image-toggle-display-text)
9705 (image-toggle-display-image): Stay away from evil `intangible'.
9706
08d355e3
LL
97072011-09-19 Leo Liu <sdl.web@gmail.com>
9708
9709 * replace.el (occur-revert-arguments): Make it permanent-local.
9710 (occur-mode): Don't call font-lock-defontify.
9711
f01da43f
CY
97122011-09-19 Chong Yidong <cyd@stupidchicken.com>
9713
9714 * net/ldap.el (ldap-search-internal): Don't push empty search
9715 result (Bug#9508).
9716
b6072fa6
SM
97172011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9720
443d6696
MA
97212011-09-19 Michael Albinus <michael.albinus@gmx.de>
9722
9723 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9724 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9725
7cc6e154
JL
97262011-09-18 Juri Linkov <juri@jurta.org>
9727
9728 * buff-menu.el (Buffer-menu-mode-map):
9729 * dired.el (dired-mode-map):
9730 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9731 (lisp-interaction-mode-map):
9732 * emacs-lisp/package.el (package-menu-mode-map):
9733 * epa.el (epa-key-list-mode-map):
9734 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9735 (menu-bar-options-menu):
9736 * outline.el (outline-mode-menu-bar-map):
9737 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9738 * vc/vc-dir.el (vc-dir-menu-map):
9739 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9740 Capitalize non-function content words in menu item strings.
9741
9742 * dired.el (dired-mode-map): Add menu item for
9743 `image-dired-dired-toggle-marked-thumbs'.
9744
80302a81
JL
97452011-09-18 Juri Linkov <juri@jurta.org>
9746
9747 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9748 to `isearch-case-fold-search' and restore its original value
9749 after the `isearch-mode' call.
9750
46c5cf66
JL
97512011-09-18 Juri Linkov <juri@jurta.org>
9752
9753 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9754 because `zgrep' returns 1 for successful matches (bug#9226).
9755
d18b513b
JL
97562011-09-18 Juri Linkov <juri@jurta.org>
9757
9758 * info.el (Info-extract-menu-node-name): Check the second match
9759 for empty string (second test-case of bug#9528).
9760 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9761 intermediate nodes to the history (first test-case of bug#9528).
9762
72753f87
JL
97632011-09-18 Juri Linkov <juri@jurta.org>
9764
9765 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9766 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9767
c9384295
JL
97682011-09-18 Juri Linkov <juri@jurta.org>
9769
1154d12e
JB
9770 * info.el (Info-file-supports-index-cookies):
9771 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9772 outputs one more line for long file names (bug#4142).
c9384295 9773
d473dce8
CY
97742011-09-18 Chong Yidong <cyd@stupidchicken.com>
9775
9776 * newcomment.el (comment-normalize-vars): If prompting for
9777 comment-start, set comment-start-skip too (Bug#8424).
9778
2176854d
JB
97792011-09-18 Johan Bockgård <bojohan@gnu.org>
9780
9781 * icomplete.el: Fix previous fix of Bug#5849.
9782 (icomplete-mode): Don't set completion-show-inline-help.
9783 (icomplete-minibuffer-setup): Set completion-show-inline-help
9784 locally during icompletion.
9785
3aace4e4
CY
97862011-09-18 Chong Yidong <cyd@stupidchicken.com>
9787
c940224f
CY
9788 * woman.el (woman2-process-escapes): Don't delete unrecognized
9789 escapes (Bug#7843).
9790
3aace4e4
CY
9791 * files.el (inhibit-first-line-modes-regexps): Add image files.
9792 (hack-local-variables-prop-line): Return nil for malformed
9793 prop-lines (Bug#9044).
9794
710dec63
MA
97952011-09-18 Michael Albinus <michael.albinus@gmx.de>
9796
9797 * net/tramp.el (top): Don't require 'shell.
9798 (tramp-methods): Fix docstring.
9799 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9800 Return complete remote file name. Handle "smb" case.
9801 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9802 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9803
9804 * net/tramp-compat.el (top): Require 'shell.
9805
9806 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9807 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9808 `tramp-current-host'.
9809 (tramp-get-remote-tmpdir): Remove.
9810
9811 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9812 `tramp-tmpdir' entries.
9813 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9814 (tramp-smb-handle-file-attributes): Ignore errors.
9815 (tramp-smb-wait-for-output): Check also for process end.
9816
5d5ac8ec
LMI
98172011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9818
9819 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9820 when sending QUIT (bug#9312).
9821
8c0f49f0
CY
98222011-09-17 Chong Yidong <cyd@stupidchicken.com>
9823
9824 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9825 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9826 occur-mode-display-occurrence.
9827 (occur-edit-mode): Add usage message.
9828 (occur-cease-edit): New command.
9829 (occur-after-change-function): Use text properties to find the
9830 position of the prefix text.
9831 (occur-engine): Set stickiness of prefix text properties.
9832
8f1383f7
GM
98332011-09-17 Glenn Morris <rgm@gnu.org>
9834
9835 * progmodes/etags.el (complete-tag):
9836 Fix call to completion-in-region. (Bug#9526)
9837
744ba0e3
JL
98382011-09-17 Juri Linkov <juri@jurta.org>
9839
9840 * textmodes/ispell.el (ispell-word): Add to the error message
9841 the word, ispell program name and current dictionary (bug#9121).
9842 (ispell-tex-arg-end): Capitalize "error" in the error message.
9843
d9bbf400
AS
98442011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9845
9846 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9847 check. (Bug#4251)
9848
8da11505
JL
98492011-09-17 Juri Linkov <juri@jurta.org>
9850
9851 * window.el (window-safe-min-height, window-safe-min-width):
9852 Fix typos (followup to bug#9522).
9853
a91adc7e
SJ
98542011-09-17 Sven Joachim <svenjoac@gmx.de>
9855
9856 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9857
064f328a
EZ
98582011-09-16 Eli Zaretskii <eliz@gnu.org>
9859
9860 * simple.el (line-move): If goal-column is set, move by logical
9861 lines, not by display lines. (Bug#971)
9862 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9863 to reflect the above change.
9864
e69df516
SM
98652011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * image.el (imagemagick-register-types): Use regexp-opt.
9868
cbb0f9ab
CY
98692011-09-15 Chong Yidong <cyd@stupidchicken.com>
9870
9871 * window.el (display-buffer-base-action): Rename from
9872 display-buffer-default-action. Make default value empty.
9873 (display-buffer-overriding-action): Convert to defvar.
9874 (display-buffer-fallback-action): New var.
9875
25322144
CY
98762011-09-15 Chong Yidong <cyd@stupidchicken.com>
9877
9878 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9879 declaration.
9880 (package--add-to-archive-contents): If there is a duplicate entry
9881 with an older version, remove it.
9882 (package-menu-mark-delete, package-menu-mark-install)
9883 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9884 (package-menu-mark-obsolete-for-deletion):
9885 Use package-menu-get-status instead of a regexp search.
25322144
CY
9886 (package-menu-get-status): Use tabulated-list-entry.
9887 (package-menu-mark-upgrades): New command.
d770725a 9888 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9889 (package-menu-execute): Do installation before deletion.
9890 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9891 instead of checking major-mode.
9892 (package-menu--find-upgrades): New function.
9893
7520339c
LMI
98942011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9895
9896 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9897 passwords in the log buffer.
65a046c4
LMI
9898 (smtpmail-process-filter): Update the process marker so that the
9899 "broken by peer" status message is inserted in the right place.
7520339c 9900
d3c30954
SM
99012011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9902
3fe48822
SM
9903 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9904 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9905 bibtex-completion-at-point-function.
9906 (bibtex-completion-at-point-function): Use them.
9907
1b8b3954
SM
9908 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9909
d3c30954
SM
9910 * mpc.el (mpc-constraints-tag-lookup): New function.
9911 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9912 also to browser "album|playlist".
9913
72779976
JL
99142011-09-14 Juri Linkov <juri@jurta.org>
9915
9916 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9917 (isearch-edit-string): Use length of `isearch-string' when
9918 `isearch-fail-pos' returns nil.
9919 (isearch-message): Remove duplicate code and call
9920 `isearch-fail-pos' with arg `t'.
9921
a0bf2bcd
CY
99222011-09-14 Chong Yidong <cyd@stupidchicken.com>
9923
17bb0a2d
CY
9924 * replace.el (occur-mode-goto-occurrence): Don't force using other
9925 window (Bug#9499).
9926
a0bf2bcd
CY
9927 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9928
f678e0b6
MR
99292011-09-14 Martin Rudalics <rudalics@gmx.at>
9930
9931 * window.el (display-buffer-window): Remove.
9932 (display-buffer-record-window): Use help-setup window parameter
9933 instead of variable display-buffer-window.
9934 (display-buffer-function, special-display-buffer-names)
9935 (special-display-function): Mention help-setup parameter instead
9936 of display-buffer-window in doc-string.
d3c30954
SM
9937 * help.el (help-window-setup): New argument help-window.
9938 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9939 Reword some messages.
9940 (with-help-window): Pass window used for displaying the buffer
9941 to help-window-setup. Don't set display-buffer-window.
9942
8e39b2e8
GM
99432011-09-13 Glenn Morris <rgm@gnu.org>
9944
9945 * emacs-lisp/debug.el (debugger-make-xrefs):
9946 Preserve point. (Bug#9462)
9947
85e9c04b
CY
99482011-09-13 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * window.el (window-deletable-p): Use next-frame.
9951
1b36ed6a
MR
99522011-09-13 Martin Rudalics <rudalics@gmx.at>
9953
9954 * window.el (window-auto-delete): Remove.
9955 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9956 dedication and previous buffers.
1b36ed6a
MR
9957 (switch-to-prev-buffer): Don't delete window.
9958 (delete-windows-on): Delete a window's frame if and only if the
9959 window is dedicated.
9960 (replace-buffer-in-windows): Delete buffer's window or frame if
9961 and only if window is dedicated.
9962 (quit-window): Handle quit-restore as before last change.
4d61f28d 9963 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9964
ef8ef9fb
CY
99652011-09-13 Chong Yidong <cyd@stupidchicken.com>
9966
9967 * window.el (window-deletable-p): Never delete the last frame on a
9968 given terminal.
9969
b2cba41e
GM
99702011-09-13 Glenn Morris <rgm@gnu.org>
9971
9972 * help.el (describe-key-briefly): Copy previous standard-output change.
9973
51553db6 99742011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9975
9976 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9977
b7556719
GM
99782011-09-13 Glenn Morris <rgm@gnu.org>
9979
9980 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9981 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9982
64b51947
CY
99832011-09-12 Chong Yidong <cyd@stupidchicken.com>
9984
9985 * dired-aux.el (dired-mark-read-string): Don't return default
9986 value on empty input (Bug#9361).
9987 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9988 Omit initial minibuffer contents.
9989 (dired-do-chmod): Signal an error on empty input.
9990 (dired-mark-read-string): Don't return default on empty input.
9991
9992 * files.el (file-modes-symbolic-to-number): Doc fix.
9993
393a301e
SM
99942011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * international/mule-cmds.el (ucs-completions): Remove.
9997 (read-char-by-name): Use complete-with-action instead; add metadata.
9998
fa5660f9
CY
99992011-09-11 Chong Yidong <cyd@stupidchicken.com>
10000
10001 * window.el (display-buffer--action-function-custom-type)
10002 (display-buffer--action-custom-type): New vars.
10003 (display-buffer-alist, display-buffer-default-action)
10004 (display-buffer-overriding-action): Add defcustom types.
10005
4a592f66
CY
10006 * frame.el (delete-other-frames): Doc fix (Bug#276).
10007
73d56dbd
LMI
100082011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10009
10010 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10011
37ac18a3
CY
100122011-09-11 Chong Yidong <cyd@stupidchicken.com>
10013
10014 Change modes that used same-window-* vars to use switch-to-buffer.
10015
10016 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10017 Use switch-to-buffer.
10018
10019 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10020 (customize-browse, custom-buffer-create-other-window):
10021 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10022
10023 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10024 (Info-prev, Info-up, Info-speedbar-goto-node)
10025 (info-display-manual): Use switch-to-buffer.
10026 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10027
10028 * mail/sendmail.el (mail): Use switch-to-buffer.
10029 (mail-recover): Use switch-to-buffer-other-window.
10030
10031 * cmuscheme.el (run-scheme, switch-to-scheme):
10032 * ielm.el (ielm):
10033 * shell.el (shell):
10034 * net/rlogin.el (rlogin):
10035 * net/telnet.el (telnet, rsh):
10036 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10037
10195bd6
AS
100382011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10039
10040 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10041
b322f63a
LMI
100422011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10043
39d7fed6
LMI
10044 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10045 so don't mention it (bug#9301).
ba5a81f1 10046 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10047
ee0e9f11
LMI
10048 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10049 match `x', `w32' and `ns', like the manual says (bug#9029).
10050
0b1c89c1 10051 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10052 (process-kill-buffer-query-function): Mention the buffer name in
10053 the query.
0b1c89c1 10054
77549ea8
LMI
10055 * image-mode.el (image-next-line): The line parameter is mandatory
10056 (bug#9258).
10057
803ef892
LMI
10058 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10059 which can be useful (bug#9301).
10060
12980837
LMI
10061 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10062
91054f8f
LMI
10063 * subr.el (match-string): Mention that the current buffer should
10064 be the same as the search was done in (bug#9282).
10065
b322f63a
LMI
10066 * facemenu.el: Disable the remove-* commands if the mark isn't
10067 active (bug#9162).
10068
3199b96f
CY
100692011-09-10 Chong Yidong <cyd@stupidchicken.com>
10070
10071 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10072 of display-buffer.
10073 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10074
10075 * replace.el (occur-mode-goto-occurrence)
10076 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10077 and display-buffer.
10078
10079 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10080 display-buffer.
10081
10082 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10083 special-display and same-window variables.
10084 (mail-other-window): Use switch-to-buffer-other-window.
10085 (mail-other-frame): USe switch-to-buffer-other-frame.
10086
393a301e
SM
10087 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10088 Use display-buffer-other-frame.
3199b96f
CY
10089 (gdb-display-gdb-buffer): Use pop-to-buffer.
10090
10091 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10092
10093 * progmodes/python.el: Don't set same-window-buffer-names.
10094
10095 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10096
10097 * window.el (display-buffer-alist): Add *Python*.
10098
8319e0bf
CY
100992011-09-10 Chong Yidong <cyd@stupidchicken.com>
10100
10101 * window.el (display-buffer-alist): Add entry for buffers
10102 previously handled same-window-*.
10103 (display-buffer-alist, display-buffer-default-action)
10104 (display-buffer-overriding-action): Mark as risky.
10105 (display-buffer-alist): Document action function changes.
10106 (display-buffer--same-window-action)
10107 (display-buffer--other-frame-action): New variables.
10108 (switch-to-buffer, display-buffer-other-frame): Use them.
10109 (display-buffer): Rename reuse-frame entry to reusable-frames.
10110 (display-buffer-reuse-selected-window): Function deleted.
10111 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10112 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10113 (display-buffer-special): New function.
10114 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10115 display-buffer-reuse-or-pop-window. Split off special-display
10116 part into display-buffer-special.
10117 (display-buffer-use-some-window): Don't perform any special
10118 pop-up-frames handling.
10119 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10120 (display-buffer--maybe-same-window): Rename from
0d3ff375 10121 display-buffer-maybe-same-window.
8319e0bf 10122
919a69aa
CY
10123 * info.el: Don't set same-window-regexps.
10124 (info-setup): New function.
10125 (info-other-window, info): Call it.
10126
10127 * cus-edit.el: Don't set same-window-regexps.
10128 (customize-group): New argument.
10129 (customize-group-other-window): Use it.
10130 (customize-face, customize-face-other-window): Likewise.
10131 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10132
8319e0bf
CY
10133 * net/rlogin.el:
10134 * net/telnet.el:
10135 * progmodes/gud.el: Don't set same-window-regexps.
10136
10137 * cmuscheme.el:
10138 * ielm.el:
10139 * shell.el:
10140 * mail/sendmail.el:
10141 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10142
25173000
JL
101432011-09-10 Juri Linkov <juri@jurta.org>
10144
10145 * isearch.el (isearch-edit-string): Remove obsolete mention of
10146 `C-w' (`isearch-yank-word-or-char') from docstring.
10147 (isearch-query-replace): Fix typo in docstring (bug#9466).
10148
056e44ef
JL
101492011-09-10 Juri Linkov <juri@jurta.org>
10150
10151 * paren.el (show-paren-function): Don't show escaped parens.
10152 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10153
c3760c17
EZ
101542011-09-10 Eli Zaretskii <eliz@gnu.org>
10155
10156 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10157 (mm-default-file-encoding): Remove autoload forms, they are
10158 replaced with autoload cookies in mml.el and mm-encode.el.
10159 (mail-add-attachment): New command.
10160 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10161 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10162 the doc string.
10163 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10164
fece895e
RT
101652011-09-10 Reuben Thomas <rrt@sc3d.org>
10166
e69df516
SM
10167 * simple.el (count-words-region): Use buffer if there's no region
10168 (bug#9429).
fece895e 10169
5e68ce4a
JL
101702011-09-09 Juri Linkov <juri@jurta.org>
10171
10172 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10173 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10174 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10175
0a6b9622
AM
101762011-09-09 Alan Mackenzie <acm@muc.de>
10177
10178 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10179 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10180
14a29deb
EZ
101812011-09-09 Eli Zaretskii <eliz@gnu.org>
10182
10183 Fix for Savannah bug#9392.
10184 * simple.el (mail-encode-mml): New defvar.
10185
10186 * mail/rmail.el (mail-encode-mml): Add a defvar.
10187 (rmail-enable-mime-composing): Default to t.
10188 (rmail-forward): Use MIME method of forwarding only if both
10189 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10190 Set mail-encode-mml non-nil if the MIME method was used.
10191
10192 * mail/sendmail.el (mml-to-mime): Add autoload form.
10193 (mail-encode-mml): Add a defvar.
10194 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10195 to nil.
10196 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10197 message through mml-to-mime, and reset mail-encode-mml to nil.
10198
28c45130
GM
101992011-09-09 Glenn Morris <rgm@gnu.org>
10200
10201 * woman.el (woman-if-body): When processing an .el block,
10202 do not delete the next .el block as well. (Bug#9447)
69f4b618 10203 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10204
9b1c252e
MR
102052011-09-08 Martin Rudalics <rudalics@gmx.at>
10206
10207 * window.el (window-deletable-p): Make sure window is live before
10208 invoking window-prev-buffers.
10209
567457e3
LL
102102011-09-08 Leo Liu <sdl.web@gmail.com>
10211
10212 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10213
97f05794
JL
102142011-09-08 Juri Linkov <juri@jurta.org>
10215
10216 * progmodes/compile.el (compilation-environment): Make it
10217 a defcustom (bug#8340).
10218
8b0874b5
MR
102192011-09-08 Martin Rudalics <rudalics@gmx.at>
10220
10221 * window.el (frame-auto-delete): Rename to window-auto-delete.
10222 Make it control auto-deletion of windows and/or frames.
10223 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10224 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10225 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10226 Rewrite handling of case when window/frame can be deleted.
10227 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10228 argument t. (Bug#9456)
8b0874b5 10229
4feb6e73
CY
102302011-09-07 Chong Yidong <cyd@stupidchicken.com>
10231
10232 * help-mode.el (help-mode): Restore autoload.
10233
91ab9c13
JL
102342011-09-07 Juri Linkov <juri@jurta.org>
10235
10236 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10237 `compilation-environment'. Set buffer-local
10238 `compilation-environment' to `thisenv' later after (funcall mode).
10239 (Bug#8340)
10240
10241 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10242 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10243 instead of replacing its value. (Bug#8340)
10244
0527e251
JL
102452011-09-07 Juri Linkov <juri@jurta.org>
10246
10247 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10248 based on text properties put by `grep-filter' instead of matching
10249 escape sequences.
10250 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10251 to the value of `grep-error-screen-columns' (bug#9438).
10252
249f792c
JL
102532011-09-07 Juri Linkov <juri@jurta.org>
10254
10255 * simple.el (next-error-highlight, next-error-highlight-no-select):
10256 Doc fix (bug#9432).
10257
ff7271b9
OT
102582011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10259
10260 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10261 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10262
183fc730
LL
102632011-09-07 Leo Liu <sdl.web@gmail.com>
10264
10265 * net/rcirc.el (rcirc-mode): Conditionally initialize
10266 rcirc-input-ring.
10267
77694924
SM
102682011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * emacs-lisp/find-func.el (find-function-C-source): Only set
10271 find-function-C-source-directory after checking that we found a source
10272 file there (bug#9440).
10273
d809b8eb
AM
102742011-09-06 Alan Mackenzie <acm@muc.de>
10275
10276 * isearch.el (isearch-other-meta-char): Wherever a key list is
10277 unread, "unread" the prefix arg, too. This fixes bug #8901.
10278
453de99f
OG
102792011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10280
10281 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10282
90439906
JL
102832011-09-05 Juri Linkov <juri@jurta.org>
10284
10285 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10286
f62bd846
JL
102872011-09-05 Juri Linkov <juri@jurta.org>
10288
10289 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10290 keeping point where processing of grep matches begins, and
10291 continue to delete remaining escape sequences from the same point.
10292 (grep-filter): Make leading zero optional in "0?1;31m" because
10293 git-grep emits "\033[1;31m" escape sequences unlike expected
10294 "\033[01;31m" as GNU Grep does (bug#9408).
10295 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10296
045820ec
JL
102972011-09-05 Juri Linkov <juri@jurta.org>
10298
10299 * subr.el (y-or-n-p): Capitalize "yes".
10300
f5e29b9b
MA
103012011-09-04 Michael Albinus <michael.albinus@gmx.de>
10302
10303 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10304 `tramp-cache-unload-hook' where appropriate.
10305 (tramp-methods): Rename `tramp-remote-sh' to
10306 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10307 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10308
10309 * net/tramp-sh.el (top): Don't require 'shell.
10310 (tramp-methods): Add `tramp-remote-shell' and
10311 `tramp-remote-shell-args' entries.
10312 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10313 (tramp-sh-handle-shell-command): Remove.
10314 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10315 Use `tramp-remote-shell'.
10316
2784c434
CY
103172011-09-03 Chong Yidong <cyd@stupidchicken.com>
10318
393a301e 10319 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10320 (sendmail-query-once): Save directly to send-mail-function.
10321 Update message-send-mail-function too.
10322
10323 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10324
464cdf56
CS
103252011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10326
10327 * progmodes/python.el (python-mode-map): Use correct function to
10328 start python interpreter from menu-bar (as reported by Geert
10329 Kloosterman).
10330 (inferior-python-mode-map): Fix typo.
393a301e 10331 (python-shell-map): Remove.
464cdf56 10332
d37e5c87
DD
103332011-09-03 Deniz Dogan <deniz@dogan.se>
10334
10335 * net/rcirc.el (rcirc-print): Simplify code for
10336 rcirc-scroll-show-maximum-output. There is no need to walk
10337 through all windows to find the right one.
10338
f3ada0ee
CS
103392011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10340
10341 * help.el (help-return-method): Doc fix.
10342
1f3c99ca
MR
103432011-09-03 Martin Rudalics <rudalics@gmx.at>
10344
10345 * window.el (window-deletable-p): Don't return a non-nil value
10346 when there's a buffer that was shown in the window before.
10347 (Bug#9419)
393a301e
SM
10348 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10349 Set window's previous buffers to nil.
1f3c99ca 10350
a3cf097f
EZ
103512011-09-03 Eli Zaretskii <eliz@gnu.org>
10352
10353 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10354 newline before and after the tag line, so it doesn't interfere
10355 with determining the paragraph direction of bidirectional text.
10356
3d03de90
LL
103572011-09-03 Leo Liu <sdl.web@gmail.com>
10358
10359 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10360
c3313451
CY
103612011-09-02 Chong Yidong <cyd@stupidchicken.com>
10362
393a301e 10363 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10364 (pop-to-buffer): Change interactive spec. Pass second argument
10365 directly to display-buffer.
10366 (display-buffer): Fix interactive spec. Use functionp to
10367 distinguish between a function and a list of functions.
10368
10369 * abbrev.el (edit-abbrevs):
10370 * arc-mode.el (archive-extract):
10371 * autoinsert.el (auto-insert):
10372 * bookmark.el (bookmark-bmenu-list):
10373 * files.el (find-file):
10374 * view.el (view-buffer):
10375 * progmodes/compile.el (compilation-goto-locus):
10376 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10377
89894cd8
CY
103782011-09-02 Chong Yidong <cyd@stupidchicken.com>
10379
10380 * window.el (display-buffer-alist): Doc fix.
10381 (display-buffer): Add docstring. Don't treat
10382 display-buffer-default specially.
10383 (display-buffer-reuse-selected-window)
10384 (display-buffer-same-window, display-buffer-maybe-same-window)
10385 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10386 (display-buffer-pop-up-window)
10387 (display-buffer-reuse-or-pop-window)
10388 (display-buffer-use-some-window): New functions.
10389 (display-buffer-default-action): Use them.
393a301e 10390 (display-buffer-default): Delete.
89894cd8
CY
10391 (pop-to-buffer-1): Fix choice of actions.
10392
ae0bc9fb
SM
103932011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * minibuffer.el (completion--insert-strings): Don't get confused by
10396 completion entries that end with an LF char.
10397
e9d90883
EZ
103982011-09-01 Eli Zaretskii <eliz@gnu.org>
10399
10400 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10401
437014c8
CY
104022011-09-01 Chong Yidong <cyd@stupidchicken.com>
10403
10404 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10405 (display-buffer-same-window, display-buffer-other-window):
10406 New functions.
437014c8
CY
10407 (pop-to-buffer-1): New function. Use the above.
10408 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10409 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10410
10411 * view.el (view-buffer-other-window, view-buffer-other-frame):
10412 Just use pop-to-buffer.
10413
a5e063d5
TV
104142011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10415
10416 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10417
793d32bb
WH
104182011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10419
10420 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10421
d65e4c15
RS
104222011-08-31 Richard Stallman <rms@gnu.org>
10423
10424 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10425 of the separation of rmail-view-buffer from rmail-buffer.
10426 If you say no to "replace original", the decrypt is in the
10427 view buffer. If you say yes, the decrypt goes into the
10428 rmail buffer also.
10429
f818cd2a
MR
104302011-08-31 Martin Rudalics <rudalics@gmx.at>
10431
10432 * window.el (display-buffer-window): Rewrite doc-string.
10433 (display-buffer-record-window): New function.
10434 (display-buffer-macro-specifiers)
10435 (display-buffer-even-window-sizes, display-buffer-set-height)
10436 (display-buffer-set-width, display-buffer-in-window)
10437 (display-buffer-reuse-window, display-buffer-split-specifiers)
10438 (display-buffer-side-specifiers, display-buffer-split-window-1)
10439 (display-buffer-split-window, display-buffer-split-atom-window)
10440 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10441 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10442 (display-buffer-other-window-means-other-frame)
10443 (display-buffer-normalize-special)
10444 (display-buffer-normalize-default)
10445 (display-buffer-normalize-argument)
10446 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10447 (display-buffer-normalize-specifiers, display-buffer-frame)
10448 (display-buffer-same-window, display-buffer-same-frame)
10449 (display-buffer-other-window)
10450 (display-buffer-same-frame-other-window)
10451 (display-buffer-other-frame, pop-to-buffer-same-window)
10452 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10453 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10454 (switch-to-buffer-same-frame)
10455 (switch-to-buffer-other-window-same-frame)
10456 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10457 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10458 (display-buffer-alist-set): Remove.
10459 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10460 (special-display-regexps, special-display-function):
10461 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10462 parameter.
10463 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10464 (special-display-frame-alist, special-display-popup-frame)
10465 (same-window-buffer-names, same-window-regexps, same-window-p)
10466 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10467 (split-window-preferred-function, split-height-threshold)
10468 (split-width-threshold, window-splittable-p)
10469 (split-window-sensibly, window--try-to-split-window)
10470 (window--frame-usable-p, even-window-heights)
10471 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10472 (window--display-buffer-2, display-buffer-other-frame):
10473 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10474 (display-buffer-default, display-buffer-assq-regexp): New functions.
10475 (display-buffer-alist): Rewrite doc-string.
10476 (display-buffer-default-action)
10477 (display-buffer-overriding-action): New variables.
10478 (display-buffer, switch-to-buffer): Rewrite.
10479 (pop-to-buffer): Restore Emacs 23 behavior but use
10480 window-normalize-buffer-to-display.
10481 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10482 Restore Emacs 23 behavior but use
10483 window-normalize-buffer-to-switch-to.
10484 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10485 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10486 Rewrite using Emacs 23 options.
f818cd2a 10487
5bc3b51d
MA
104882011-08-31 Michael Albinus <michael.albinus@gmx.de>
10489
10490 * net/tramp.el (tramp-root-regexp): Remove.
10491 (tramp-completion-file-name-regexp-unified)
10492 (tramp-completion-file-name-regexp-separate)
10493 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10494 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10495 (tramp-drop-volume-letter): Simplify definition.
10496 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10497
b1a4f8e1
SM
104982011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10501 (bug#9356).
10502
5664fa7b
RT
105032011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10504
b1a4f8e1 10505 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10506
9a45d6c3
JL
105072011-08-29 Juri Linkov <juri@jurta.org>
10508
10509 * isearch.el (isearch-done): Don't display message "Mark saved"
10510 when arg `edit' is non-nil to prevent its flicker in the echo area.
10511
fb87e0fb
CY
105122011-08-28 Chong Yidong <cyd@stupidchicken.com>
10513
10514 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10515 obsolete packages for deletion.
10516
09ac1c2a
CS
105172011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10518
10519 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10520 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10521 view-mode from help-mode.
10522 (help-xref-override-view-map): Remove.
10523 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10524 view-mode is not used anymore.
10525
7a1ff57f
CY
105262011-08-28 Chong Yidong <cyd@stupidchicken.com>
10527
10528 * server.el (server-port): Doc fix.
10529
b9696605
CY
10530 * cus-theme.el (custom-theme-choose-mode): Inherit from
10531 special-mode (Bug#9124).
10532 (custom-theme-choose-mode-map): Add special-mode to parent.
10533
ef8cdf8c
AM
105342011-08-28 Alan Mackenzie <acm@muc.de>
10535
10536 * progmodes/cc-fonts.el
10537 (c-make-font-lock-BO-decl-search-function): New function.
10538 (c-basic-matchers-after - "Fontify the clauses after various
10539 keywords"): Extract the three keyword lists for the 3 erroneous
10540 constructs from the list of four, and use the new function above
10541 in place of an old one.
10542
27de4e20
DD
105432011-08-28 Deniz Dogan <deniz@dogan.se>
10544
10545 * net/rcirc.el (rcirc-insert-prev-input)
10546 (rcirc-insert-next-input): Remove unused argument.
10547
356a3681
SM
105482011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10551
3fc9b218
AM
105522011-08-27 Alan Mackenzie <acm@muc.de>
10553
10554 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10555 handle function pointer parameters properly.
10556
538a061c
MR
105572011-08-27 Martin Rudalics <rudalics@gmx.at>
10558
10559 * window.el (display-buffer-reuse-window): Fix case where
10560 selected window was reused with non-nil OTHER-WINDOW argument.
10561 (Bug#9381)
10562
35b1c40c
DD
105632011-08-27 Deniz Dogan <deniz@dogan.se>
10564
10565 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10566 oftc's NickServ messages.
10567
2f6a3e79
GM
105682011-08-27 Glenn Morris <rgm@gnu.org>
10569
10570 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10571
7254299e
CY
105722011-08-26 Chong Yidong <cyd@stupidchicken.com>
10573
10574 * emacs-lisp/package.el (package-install): Call package-initialize
10575 if called interactively.
10576
f8ccf167
LL
105772011-08-26 Leo Liu <sdl.web@gmail.com>
10578
10579 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10580
3e8cd5ce
JL
105812011-08-25 Juri Linkov <juri@jurta.org>
10582
10583 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10584 `search-whitespace-regexp' (bug#9364).
10585
93eb7113
JL
105862011-08-25 Juri Linkov <juri@jurta.org>
10587
10588 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10589 `regexp-search-ring' to their global values to protect from
10590 updating by `read-from-minibuffer' (bug#9185).
10591
f65d1611
JL
105922011-08-25 Juri Linkov <juri@jurta.org>
10593
10594 * textmodes/ispell.el (ispell-command-loop): Add newline
10595 at the end of the "Use option `i'..." line.
10596
f1cf7a31
JL
105972011-08-25 Juri Linkov <juri@jurta.org>
10598
10599 * battery.el (display-battery-mode): If `battery-status-function'
10600 or `battery-mode-line-format' is nil, display the message and set
10601 `display-battery-mode' to nil (bug#9363).
10602
0c95fcf7
EZ
106032011-08-25 Eli Zaretskii <eliz@gnu.org>
10604
10605 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10606 bidi-string-mark-left-to-right; they are unnecessary now.
10607
a2ebe600
DD
106082011-08-25 Deniz Dogan <deniz@dogan.se>
10609
10610 * net/quickurl.el: Documentation typo fixes.
10611
e4ed06f1
CY
106122011-08-25 Chong Yidong <cyd@stupidchicken.com>
10613
10614 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10615
e5f1c99e
GM
106162011-08-25 Glenn Morris <rgm@gnu.org>
10617
b2948976
GM
10618 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10619
e5f1c99e
GM
10620 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10621 (smtpmail-via-smtp): Handle nil response from smtp.
10622
f22f4808
JL
106232011-08-24 Juri Linkov <juri@jurta.org>
10624
10625 * proced.el (proced-marked): Inherit from `error' instead of
10626 `font-lock-warning-face'.
10627
10628 * ibuffer.el (ibuffer-marked-face): Change default face from
10629 `font-lock-warning-face' to `warning'.
10630 (ibuffer-deletion-face): Change default face from
10631 `font-lock-type-face' to `error'.
10632
10633 * battery.el (battery-update): Use the face `error' instead of
10634 `font-lock-warning-face' (bug#6117).
10635
6a93965e
JL
106362011-08-24 Juri Linkov <juri@jurta.org>
10637
10638 * faces.el (success): Change face color from "Green3" to
10639 "ForestGreen" on light background (bug#9353).
10640
1ed43b09
CY
106412011-08-24 Chong Yidong <cyd@stupidchicken.com>
10642
5664fa7b
RT
10643 * window.el (quit-window): Rename from quit-restore-window.
10644 Use same arglist as old quit-window.
1ed43b09
CY
10645 (frame-auto-delete): Doc fix.
10646
10647 * view.el (view-mode-exit): Use quit-window.
10648
11dcdbb2
JL
106492011-08-24 Juri Linkov <juri@jurta.org>
10650
10651 * isearch.el (isearch-ring-adjust1): Start visiting previous
10652 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10653 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10654 for empty search string (when the last search string is reused
10655 automatically) to adjust the isearch ring to the last element and
10656 prepare the correct index for further M-p commands (bug#9185).
10657
de62b4df
KH
106582011-08-24 Kenichi Handa <handa@m17n.org>
10659
10660 * international/ucs-normalize.el: If decomposition property of
10661 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10662 nil.
10663 (nfd, nfkd): Likewise.
10664
963b492b
SM
106652011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10668 from process filters aren't reliably transmitted to the surrounding
10669 accept-process-output.
10670 (mpc-proc-check): New function.
10671 (mpc-proc-sync): Use it (bug#8293)
10672
93b6b5e1
SM
106732011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10676 Add compatibility functions (bug#9313).
10677
bca633fb
EZ
106782011-08-23 Eli Zaretskii <eliz@gnu.org>
10679
b177498a
EZ
10680 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10681
6df6ae42 10682 * international/uni-bidi.el: Regenerate.
bca633fb 10683
0902a04e
KH
106842011-08-23 Kenichi Handa <handa@m17n.org>
10685
10686 * international/charprop.el:
10687 * international/uni-bidi.el:
10688 * international/uni-category.el:
10689 * international/uni-combining.el:
10690 * international/uni-comment.el:
10691 * international/uni-decimal.el:
10692 * international/uni-decomposition.el:
10693 * international/uni-digit.el:
10694 * international/uni-lowercase.el:
10695 * international/uni-mirrored.el:
10696 * international/uni-name.el:
10697 * international/uni-numeric.el:
10698 * international/uni-old-name.el:
10699 * international/uni-titlecase.el:
10700 * international/uni-uppercase.el: Regenerate.
10701
3bbf23bc
MR
107022011-08-23 Martin Rudalics <rudalics@gmx.at>
10703
10704 * help.el (help-window-setup): Fix message displayed when other
10705 window is reused. (Bug#9341)
10706
b3fd59bd
SM
107072011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10708
1802e444
SM
10709 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10710 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10711
b3fd59bd
SM
10712 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10713 Mark obsolete.
10714 * shell.el (shell-parse-pcomplete-arguments): New function.
10715 (shell-completion-vars): Use it instead (bug#9160).
10716
4eb61348
SM
107172011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10718
867cab74
SM
10719 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10720 strings and comments (bug#9333).
10721
4eb61348
SM
10722 * emacs-lisp/debug.el (debug-arglist): New function.
10723 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10724 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10725
262a1439
JL
107262011-08-22 Juri Linkov <juri@jurta.org>
10727
56ee679c
JL
10728 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10729 Revert regexp that highlights output switches to its old
10730 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10731
262a1439
JL
10732 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10733 to check for empty output (bug#9226).
10734
f13f86fb
CY
107352011-08-22 Chong Yidong <cyd@stupidchicken.com>
10736
10737 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10738 symbol-constituent as the default, as that stops font-lock from
10739 working properly (Bug#8843).
10740
c65c9622
LMI
107412011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10742
10743 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10744 `coding-system-for-*' around the process open call to avoid
10745 auth-source side effects.
e7f2c178 10746 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10747 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10748 probe hangs.
c65c9622 10749
23a8a5ab
CY
107502011-08-21 Chong Yidong <cyd@stupidchicken.com>
10751
ff98b2dd
CY
10752 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10753
23a8a5ab
CY
10754 * emacs-lisp/find-func.el (find-function-noselect): New arg
10755 lisp-only.
10756
10757 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10758 signal an error for built-in functions (Bug#6664).
10759
f5e3c598
LMI
107602011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10761
10762 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10763 (smtpmail-try-auth-methods): Use it.
10764
a3f2468a
CY
107652011-08-21 Chong Yidong <cyd@stupidchicken.com>
10766
2c34e8da
CY
10767 * font-lock.el (font-lock-fontify-region)
10768 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10769 (font-lock-default-unfontify-buffer)
10770 (font-lock-default-fontify-region)
10771 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10772
b3fd59bd
SM
10773 * progmodes/compile.el (compilation-error-properties):
10774 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10775 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10776 `ant' regexp.
ee31aabc 10777
a3f2468a
CY
10778 * net/browse-url.el (browse-url-firefox): Don't call
10779 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10780
8e999f70
GM
107812011-08-20 Glenn Morris <rgm@gnu.org>
10782
c21a496a
GM
10783 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10784
59ee0542
GM
10785 * tutorial.el (tutorial--default-keys): Update some default bindings.
10786
8e999f70
GM
10787 * files.el (hack-local-variables): Fully ignore case for "mode:".
10788
e3715033
AM
107892011-08-20 Alan Mackenzie <acm@muc.de>
10790
10791 Resolve invalid use of a regexp in regexp-opt.
10792
4d61f28d
JB
10793 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10794 detection for a java annotation.
e3715033 10795
4d61f28d 10796 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10797 detection for a java annotation.
10798
4d61f28d
JB
10799 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10800 handling for java.
e3715033
AM
10801 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10802
04ed2e9c
CY
108032011-08-20 Chong Yidong <cyd@stupidchicken.com>
10804
10805 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10806 (Bug#9274).
10807
826cee64
AM
108082011-08-20 Alan Mackenzie <acm@muc.de>
10809
58179cce 10810 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10811 such a construct. Mainly for when jit-lock etc. starts a chunk
10812 here.
10813
58179cce 10814 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10815 variable.
58179cce 10816 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10817 c-make-font-lock-search-function.
10818 (c-make-font-lock-search-function): Use the above function.
10819 (c-make-font-lock-context-search-function): New function.
10820 (c-cpp-matchers): Enhance the preprocessor expression case with
10821 the above function
10822 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10823 which takes an expression.
10824
10825 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10826
13009bd8
MR
108272011-08-20 Martin Rudalics <rudalics@gmx.at>
10828
10829 * window.el (display-buffer-reuse-window)
10830 (display-buffer-pop-up-window): Don't reuse or split a side
10831 window.
10832
9234ff7f
GM
108332011-08-19 Glenn Morris <rgm@gnu.org>
10834
10835 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10836 Downcase "Mode:". (Bug#9331)
9234ff7f 10837
f635daa1
CY
108382011-08-18 Chong Yidong <cyd@stupidchicken.com>
10839
10840 * international/characters.el: Add L and R categories.
10841
10842 * subr.el (bidi-string-mark-left-to-right): Rename from
10843 string-mark-left-to-right. Use category search.
10844
10845 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10846
bc987f8b
JL
108472011-08-18 Juri Linkov <juri@jurta.org>
10848
10849 * faces.el (error, warning, success): New faces with definitions
10850 copied from old default values of `font-lock-warning-face',
10851 `compilation-warning', `compilation-info' (bug#6117).
10852
10853 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10854
10855 * progmodes/compile.el (compilation-error): Inherit from `error'.
10856 (compilation-warning): Inherit from `warning'.
10857 (compilation-info): Inherit from `success'.
10858
10859 * dired.el (dired-marked): Inherit from `warning'.
10860 (dired-flagged): Inherit from `error'.
10861
57173b96
LMI
108622011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10863
3e79eb87
LMI
10864 * mail/smtpmail.el (auth-source): Require to avoid problems with
10865 binding variables (bug#9298). Also clean up some unused
10866 autoloads.
10867
b3fd59bd
SM
10868 * net/network-stream.el (network-stream-open-starttls):
10869 Support using starttls.el without using gnutls-cli.
57173b96 10870
02b404de
JL
108712011-08-17 Juri Linkov <juri@jurta.org>
10872
10873 * progmodes/grep.el (rgrep): Handle the case when
10874 `grep-find-command' is a cons cell (bug#9278).
10875
8c9177f2
MR
108762011-08-17 Martin Rudalics <rudalics@gmx.at>
10877
10878 * window.el (display-buffer-pop-up-frame): Run frame creation
10879 function with BUFFER current (as special-display-popup-frame
10880 does). Reported by Drew Adams.
10881
3644a0ab
DU
108822011-08-17 Daiki Ueno <ueno@unixuser.org>
10883
10884 * epa-mail.el: Simplify GnuPG group expansion using
10885 epg-expand-group.
10886 (epa-mail-group-alist, epa-mail-group-modtime)
10887 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10888 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10889 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10890 Remove.
10891
5e617bc2 108922011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10893
10894 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10895
9c4aeabf
AM
108962011-08-16 Alan Mackenzie <acm@muc.de>
10897
10898 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10899 Correct, to avoid the inside of macros.
10900
3a99bf64
RS
109012011-08-16 Richard Stallman <rms@gnu.org>
10902
04963aa8
RS
10903 * epa-mail.el: Handle GnuPG group definitions.
10904 (epa-mail-group-alist, epa-mail-group-modtime)
10905 (epa-mail-gnupg-conf-file): New variables.
10906 (epa-mail-parse-groups, epa-mail-sync-groups)
10907 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10908 (epa-mail-expand-recipients): New functions.
10909 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10910
177549d0
RS
10911 * mail/rmail.el (rmail-epa-decrypt): New command.
10912
fe38beef
RS
10913 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10914 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10915 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10916 (epa-decrypt-armor-in-region): Make error message clearer.
10917
934eacb9
SM
109182011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10919
10920 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10921 and "a2b" to "ab" for `prefix'.
10922
d024fb4e
CY
109232011-08-14 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10926 filter groups.
de148fee
CY
10927 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10928 Fourquet (Bug#8804).
d024fb4e 10929
62f1ca49
JB
109302011-08-12 Juanma Barranquero <lekktu@gmail.com>
10931
10932 * startup.el (argi): Declare as global variable (bug#9275).
10933
9ccaaa4b
CY
109342011-08-12 Chong Yidong <cyd@stupidchicken.com>
10935
10936 * subr.el (string-mark-left-to-right): Search the entire string
10937 for RTL script, not just the terminating character. Doc fix.
10938
a3dae87a
SM
109392011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10940
6cd18349
SM
10941 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10942 New function.
10943 (js--regexp-literal, js-syntax-propertize-function): Remove.
10944 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10945 (js-mode-map): Don't rebind electric keys.
10946 (js-insert-and-indent): Remove.
10947 (js-mode): Setup electric-layout and electric-indent instead.
10948
a3dae87a
SM
10949 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10950
9d5cb631
DU
109512011-08-12 Daiki Ueno <ueno@unixuser.org>
10952
10953 * epa.el (epa-progress-callback-function): Fix the logic of
10954 displaying progress.
10955 * epa-file.el (epa-file-insert-file-contents): Make progress
10956 display more user-friendly.
10957 (epa-file-write-region): Ditto.
10958
3e26a4a2
CY
109592011-08-10 Chong Yidong <cyd@stupidchicken.com>
10960
10961 * subr.el (string-mark-left-to-right): New function.
10962
10963 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10964 Use string-mark-left-to-right.
10965 (list-buffers-noselect): Caller changed.
10966
a3dae87a
SM
10967 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10968 Use string-mark-left-to-right.
3e26a4a2
CY
10969 (tabulated-list-print): Recenter after moving point.
10970
ac8cf6e6
JL
109712011-08-10 Juri Linkov <juri@jurta.org>
10972
10973 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10974 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10975 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10976
8d96c9a4
CY
109772011-08-09 Chong Yidong <cyd@stupidchicken.com>
10978
10979 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10980 (Bug#7554).
10981
7be1c708 109822011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10983
10984 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10985 character. (Bug#6594)
10986
37e11a63
CY
109872011-08-08 Chong Yidong <cyd@stupidchicken.com>
10988
839dde57
CY
10989 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10990 (image-dired--with-db-file): New macro.
10991 (image-dired-write-tags, image-dired-remove-tag)
10992 (image-dired-create-gallery-lists, image-dired-write-comments)
10993 (image-dired-get-comment, image-dired-mark-tagged-files)
10994 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10995 (image-dired-gallery-generate): Use insert-file-contents.
10996
37e11a63
CY
10997 * time.el (display-time-world-list, display-time-world-display):
10998 * time-stamp.el (time-stamp-string):
10999 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11000 set-time-zone-rule (Bug#7337).
11001
0b4946c4
DU
110022011-08-08 Daiki Ueno <ueno@unixuser.org>
11003
11004 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11005 (epg-error-to-string, epg-errors-to-string): New function.
11006 (epg-wait-for-completion): Reverse errors list.
11007 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11008 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11009 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11010 (epg-sign-keys, epg-generate-key-from-file)
11011 (epg-generate-key-from-string): Format errors by using
11012 epg-errors-to-string (bug#9255).
11013 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11014
75bfc667
JL
110152011-08-07 Juri Linkov <juri@jurta.org>
11016
11017 * faces.el (list-faces-display): Remove extra angle bracket
11018 from `help-mode-map'.
11019
11020 * info.el (Info-history-toc-nodes): Doc fix.
11021
11022 * longlines.el (longlines-mode): Doc fix.
11023
673e08bb
SM
110242011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11025
4640dd88
SM
11026 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11027 of statements and in a few more cases (bug#9183).
11028
673e08bb
SM
11029 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11030 New functions.
11031 (cl-transform-lambda): Use them (bug#9239).
11032
89b3f019
MR
110332011-08-05 Martin Rudalics <rudalics@gmx.at>
11034
11035 * window.el (display-buffer-same-window)
11036 (display-buffer-same-frame, display-buffer-other-window)
11037 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11038 (pop-to-buffer-other-window)
11039 (pop-to-buffer-same-frame-other-window)
11040 (pop-to-buffer-other-frame): Make them defuns.
11041 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11042
640c8776
SM
110432011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * subr.el (make-composed-keymap): Move from C. Change calling
11046 convention, and improve docstring to bring attention to a subtle point.
11047 * minibuffer.el (completing-read-default): Adjust accordingly.
11048
63648a95
MA
110492011-08-03 Michael Albinus <michael.albinus@gmx.de>
11050
11051 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11052 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11053
11054 * net/trampver.el: Update release number.
11055
b796c9b7
SM
110562011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11059 "in" (bug#9190).
11060
2239d7d5
LMI
110612011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11062
e07dd7c3
LMI
11063 * mail/sendmail.el (sendmail-query-once): Restore the current
11064 buffer after querying (bug#9074).
11065
0e6a2bd7
LMI
11066 * dired.el (dired-flagged): Use different faces for marked and
11067 flagged files (bug#6117).
11068
ce887515
LMI
11069 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11070 (bug#4433).
11071
92f2affc
LMI
11072 * ido.el (ido-mode): Switch off the message if called
11073 non-interactively.
11074
57d5aff0
LMI
11075 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11076 before 587, since it appears that that's more likely to work for
11077 more people.
11078
98cd6c18 11079 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11080 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11081 exist.
11082
b96dec83
LMI
11083 * info.el: Remove the `Info-beginning-of-buffer' function
11084 (bug#8325).
11085
b796c9b7
SM
11086 * net/network-stream.el (network-stream-open-starttls):
11087 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11088
d90e2ea0
MR
110892011-08-01 Martin Rudalics <rudalics@gmx.at>
11090
11091 * window.el (display-buffer-in-window): Don't set dedicated status
11092 of window here (Bug#9215).
11093 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11094 (display-buffer-pop-up-side-window)
b796c9b7 11095 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11096
cca09170
SM
110972011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11100 before binding generated-autoload-file.
11101
027b979c
DD
111022011-08-01 Deniz Dogan <deniz@dogan.se>
11103
11104 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11105
3c7ee4f3
MA
111062011-07-30 Michael Albinus <michael.albinus@gmx.de>
11107
11108 Sync with Tramp 2.2.2.
11109
11110 * net/trampver.el: Update release number.
11111
2cc8e51a
JL
111122011-07-30 Juri Linkov <juri@jurta.org>
11113
11114 * dired-aux.el (dired-touch-initial): Remove function.
11115 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11116 current time, and `default' to the last modification time of the
11117 current marked file (bug#6887).
11118
a514d856
JM
111192011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11120
11121 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11122 numeric argument to read-number (bug#9163).
a514d856 11123
8a7eddd7
MA
111242011-07-27 Michael Albinus <michael.albinus@gmx.de>
11125
11126 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11127 connection process, it could be nil.
11128
1ddd96f5
LL
111292011-07-27 Leo Liu <sdl.web@gmail.com>
11130
11131 Simplify url handling in rcirc-mode.
11132
11133 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11134 (rcirc-browse-url-at-mouse): Remove.
11135 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11136
b248a85d
AM
111372011-07-26 Alan Mackenzie <acm@muc.de>
11138
11139 Fontify bitfield declarations properly.
11140
11141 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11142 (c-symbol-chars): Now exported as a lang variable.
11143 (c-not-primitive-type-keywords): New lang variable.
11144
11145 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11146 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11147 parsed as a bitfield declaration.
b248a85d 11148
b796c9b7
SM
11149 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11150 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11151 (c-punctuation-in): New function.
11152 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11153 declarations properly.
11154
68575ab0
UJ
111552011-07-26 Ulf Jasper <ulf.jasper@web.de>
11156
11157 * calendar/icalendar.el (icalendar--all-events): Take care of
11158 multiple vcalendars in a single file.
b796c9b7 11159 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11160
0f0a88b9
DD
111612011-07-25 Deniz Dogan <deniz@dogan.se>
11162
11163 * image.el (insert-image): Clarifying docstring.
11164
0b3f36df
MA
111652011-07-24 Michael Albinus <michael.albinus@gmx.de>
11166
11167 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11168 `tramp-send-command-and-check' if there is no error.
11169 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11170
a9901f61
AM
111712011-07-22 Alan Mackenzie <acm@muc.de>
11172
11173 Prevent cc-langs.elc being loaded at run time.
11174
11175 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11176 cc-langs.
11177
4d61f28d 11178 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11179 "(require 'cc-langs)". Quote a form so it will evaluate at
11180 (cc-mode's) compilation time.
11181
11d074b2
MA
111822011-07-22 Michael Albinus <michael.albinus@gmx.de>
11183
11184 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11185 loading. (Bug#9114)
11186
938b94c8
MR
111872011-07-21 Martin Rudalics <rudalics@gmx.at>
11188
11189 * window.el (display-buffer-pop-up-window)
11190 (display-buffer-pop-up-side-window)
11191 (display-buffer-in-side-window): Call display-buffer-set-height
11192 and display-buffer-set-width after setting the new window's
b796c9b7 11193 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11194
bfa4f190
SS
111952011-07-20 Sam Steingold <sds@gnu.org>
11196
11197 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11198 (etags-tags-included-tables): Call `convert-standard-filename' on
11199 the file names contained in TAGS so that windows Emacs can handle
11200 TAGS files created by cygwin ctags.
11201
8ca42262
LMI
112022011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11203
11204 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11205 which apparently didn't work.
11206
5db2afd2 112072011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11208
5db2afd2
RW
11209 * proced.el (proced-send-signal): For *Marked Processes* buffer
11210 put point at beginning of buffer.
11211
92e15d10
SB
112122011-07-19 Stephen Berman <stephen.berman@gmx.net>
11213
11214 * proced.el (proced-format): Make header lines align with the text
11215 (bug#1779).
11216
1bfd59e5
LMI
112172011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11218
11219 * view.el (view-buffer): Allow running in `special' modes if we're
11220 visiting a file (bug#8615).
11221
f5aae37c
MR
112222011-07-19 Martin Rudalics <rudalics@gmx.at>
11223
11224 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11225 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11226 New functions.
f5aae37c
MR
11227 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11228 more accurately.
11229
bf2c1571
AM
112302011-07-18 Alan Mackenzie <acm@muc.de>
11231
11232 Fontify declarators properly when, e.g., a jit-lock chunk begins
11233 inside a declaration.
11234
11235 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11236
b796c9b7
SM
11237 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11238 New function.
bf2c1571
AM
11239 (c-complex-decl-matchers): Insert reference to
11240 c-font-lock-enclosing-decls.
11241
11242 * progmodes/cc-engine.el (c-backward-single-comment):
11243 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11244 to nil around calls to (forward-comment -1).
11245
4e190b80
LMI
112462011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11247
12dc863d
LMI
11248 * image.el (put-image): Doc typo fix.
11249
a762e966
LMI
11250 * progmodes/etags.el (tags-search): Doc typo fix.
11251
4e190b80
LMI
11252 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11253 password if we get errors 550 to 554.
11254
f019fb21
LMI
112552011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11256
b796c9b7 11257 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11258
81746738
LMI
11259 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11260 indentation character (bug#6380).
11261
3ee3a1b5
LMI
11262 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11263
c82f64de
LMI
11264 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11265 to clarify what the problem is (bug#4291).
11266
f019fb21
LMI
11267 * simple.el (current-kill): Clarify what
11268 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11269 (auto-fill-mode): Document `auto-fill-function' in relation to
11270 `auto-fill-mode' (bug#2470).
f019fb21 11271
0794775d
LM
112722011-07-16 Lawrence Mitchell <wence@gmx.li>
11273
11274 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11275 method if slot is read-only (bug#9035).
11276
be39b8cc
MR
112772011-07-16 Martin Rudalics <rudalics@gmx.at>
11278
b796c9b7 11279 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11280 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11281 selected before, see discussion of (Bug#8615), (Bug#6954).
11282 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11283
6ccf7859
GM
112842011-07-15 Glenn Morris <rgm@gnu.org>
11285
11286 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11287 Respect help-form.
6ccf7859 11288
87e86684
LM
112892011-07-09 Lawrence Mitchell <wence@gmx.li>
11290
11291 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11292 (gnutls-negotiate): Use it.
11293
d6066239
LMI
112942011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11295
b796c9b7
SM
11296 * net/gnutls.el (gnutls-negotiate):
11297 Upcase `gnutls-algorithm-priority'.
d6066239 11298
bd23ebc0
GM
112992011-07-15 Glenn Morris <rgm@gnu.org>
11300
c65bca65
GM
11301 * jka-compr.el (jka-compr-verbose): Move from here...
11302 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11303 Add missing :version tag.
11304 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11305
478615cc
LMI
113062011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11307
7b41decb
LMI
11308 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11309 (gnutls-negotiate): Use it.
11310
dbc44fcd
LMI
11311 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11312
06789f97
LMI
11313 * info.el (Info-beginning-of-buffer): New command.
11314 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11315 announcing `b' as the key (bug#8325).
ab896c37 11316 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11317
c39da690
LMI
11318 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11319
3aa5f34b
LMI
11320 * international/mule-cmds.el
11321 (describe-specified-language-support): Make the error message
11322 clearer (bug#8905).
11323
4bf0979f
LMI
11324 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11325
478615cc
LMI
11326 * isearch.el (isearch-barrier): Add a doc string, since it's
11327 mentioned in a function doc string (bug#8678).
11328
75c68aa1
MR
113292011-07-15 Martin Rudalics <rudalics@gmx.at>
11330
11331 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11332 buffer argument (Bug#9083) and self-identifying label argument.
11333
a7c33da2
GM
113342011-07-15 Glenn Morris <rgm@gnu.org>
11335
11336 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11337
2f5c6024
LMI
113382011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11339
11340 * man.el (Man-fontify-manpage): Fix message when formatting the
11341 man page (bug#7929).
11342
0bb23927 113432011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11344
11345 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11346 argument LRM; if non-nil, append an invisible LRM character to the
11347 buffer name.
11348 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11349 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11350 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11351 paragraph direction.
cce4b0a7 11352
621ef9ab
LMI
113532011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11354
d1583c48
LMI
11355 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11356 the man page name (bug#7929).
11357
6a57fb5f
LMI
11358 * image.el (put-image): Mention the `put-image' overlay property
11359 (bug#7834).
11360
d7956b14
LMI
11361 * scroll-bar.el (set-scroll-bar-mode): Mention that
11362 `scroll-bar-mode' lists the values (bug#7772).
11363
5b2d4a66
LMI
11364 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11365 command (bug#7729).
11366
7509a874
LMI
11367 * rect.el (apply-on-rectangle): Return the point after the last
11368 operation.
11369 (string-rectangle): Go to the point after the last operation
11370 (bug#7522).
11371
4fe74b19
LMI
11372 * printing.el (pr-toggle-region): Clarify the documentation
11373 slightly (bug#7493).
11374
b796c9b7
SM
11375 * time.el (display-time-update):
11376 Allow `display-time-mail-function' to return nil (bug#7158).
11377 Fix suggested by Detlev Zundel.
ab283561 11378
fc233c9d
LMI
11379 * vc/diff.el (diff): Clarify the order the file names are read
11380 (bug#7111).
11381
43f5740b
LMI
11382 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11383 the doc string (bug#7015).
11384
f2182a76
LMI
11385 * font-lock.el (font-lock-maximum-decoration): Mention what
11386 numeric levels mean (bug#6935).
11387
621ef9ab
LMI
11388 * startup.el (initial-buffer-choice): Don't mention the `none'
11389 selection, which is against policy.
11390
adc47434
MR
113912011-07-14 Martin Rudalics <rudalics@gmx.at>
11392
b796c9b7
SM
11393 * window.el (display-buffer-normalize-special):
11394 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11395
7e5bfb8f
EZ
113962011-07-14 Eli Zaretskii <eliz@gnu.org>
11397
11398 * subr.el (version<, version<=, version=): Mention "-CVS" and
11399 "-12345" alpha version numbers.
11400
27fa387a
CY
114012011-07-14 Chong Yidong <cyd@stupidchicken.com>
11402
11403 * bindings.el: Add advertised binding for set-mark-command
11404 (Bug#5772).
11405
8bdfa064
CY
114062011-07-14 Chong Yidong <cyd@stupidchicken.com>
11407
11408 * bindings.el (mode-line-other-buffer):
11409 * bookmark.el (bookmark-bmenu-2-window):
11410 * bs.el (bs-cycle-next, bs-cycle-previous):
11411 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11412 switch-to-buffer.
11413
11414 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11415 Delete.
8bdfa064 11416
5eba16a3
JB
114172011-07-14 Juanma Barranquero <lekktu@gmail.com>
11418
11419 * follow.el (follow-debug-message, follow-redisplay):
11420 * jka-cmpr-hook.el (with-auto-compression-mode):
11421 Fix typos in docstrings.
11422
15853710
LMI
114232011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11424
a28e4607
LMI
11425 * subr.el (with-silent-modifications): Clarify somewhat what the
11426 macro inhibits (bug#6525).
11427
15853710
LMI
11428 * simple.el (eval-expression): Note what it does if called
11429 interactively (bug#6495).
11430
bee0fcef
CY
114312011-07-13 Chong Yidong <cyd@stupidchicken.com>
11432
b796c9b7
SM
11433 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11434 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11435
11436 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11437 Remove switch-to-buffer.
11438
58274504
LMI
114392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11440
bd2fcc8d
LMI
11441 * files.el (make-directory): Clarify that an error will be raised
11442 if there's an error (bug#6397).
11443
0f04b32c
LMI
11444 * startup.el (initial-buffer-choice): Add `none' as a choice
11445 (bug#6234).
11446
465c5fc8
LMI
11447 * subr.el (add-hook): Clarify section about buffer-local hooks
11448 (bug#6218).
11449
58274504
LMI
11450 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11451
bead9a43
JB
114522011-07-13 Juanma Barranquero <lekktu@gmail.com>
11453
11454 * tabify.el (untabify): Preserve the current column so that point
11455 doesn't move (bug#6032).
11456
3af98a7b
LMI
114572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11458
b796c9b7
SM
11459 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11460 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11461
6240145a
GM
114622011-07-13 Glenn Morris <rgm@gnu.org>
11463
11464 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11465 (dired-insert-directory): Give a message the first time
11466 if ls is found not to support --dired.
11467
1d8c2ccc
LMI
114682011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11469
11470 * simple.el (toggle-truncate-lines): Clarify what is toggled
11471 (bug#5580). Text by Drew Adams.
11472
5fc4038e
CY
114732011-07-13 Chong Yidong <cyd@stupidchicken.com>
11474
11475 * simple.el (blink-matching-open): Make the error message from the
11476 last change less verbose.
11477
bf6012e5
DN
114782011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11479
11480 * font-lock.el (font-lock-comment-face): Use the high contrast
11481 "yellow" color for font-lock-comment-face on low color terminals
11482 using a dark background color (bug#4221).
11483
343c3b5a
LMI
114842011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11485
7e9505c5
LMI
11486 * dired.el (dired-insert-set-properties): Make the doc string
11487 reflect what it does now (bug#5325).
11488
c26fdcf5
LMI
11489 * simple.el (blink-matching-open): Say that we were unable to find
11490 the match within the limit, if we're limited (bug#5122).
11491
bb388cc5
LMI
11492 * international/mule-cmds.el (prefer-coding-system): Add an
11493 example (bug#4869).
11494
343c3b5a
LMI
11495 * progmodes/etags.el (tags-search): Document `file-list-form'
11496 (bug#4731).
11497
2a517d45
LM
114982011-07-13 Lawrence Mitchell <wence@gmx.li>
11499
11500 * net/browse-url.el (browse-url-default-browser)
11501 (browse-url-browser-function): Make the default browser choice a
11502 bit more logical (bug#4300). Also clean up the doc string.
11503
b6c78ef2
JB
115042011-07-13 Juanma Barranquero <lekktu@gmail.com>
11505
11506 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11507 binary endings (bug#4440).
11508
1c4dd947
LMI
115092011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11510
a2014063
LMI
11511 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11512 which can be pretty annoying (bug#8971).
11513
9c9c2d88
LMI
11514 * jka-compr.el (jka-compr-verbose): New variable, and use
11515 throughout (bug#8971).
11516
1c4dd947
LMI
11517 * info.el (Info-find-file): Fall back on the installation
11518 directory if we can't find the info node anywhere else.
11519
a1c9f41b
SO
115202011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11521
11522 * vc/vc.el (vc-revert-file):
11523 Don't set file time-stamp in the past. (Bug#5181)
11524
536f3d36
LMI
115252011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11526
7152b011
LMI
11527 * files.el (after-find-file): Give a better error message when
11528 trying to find a symlink that points to a file that doesn't exist
11529 (bug#4398).
11530
536f3d36
LMI
11531 * progmodes/cc-vars.el: Remove (probably) misleading comment
11532 (bug#4396).
11533
460c0fba
JB
115342011-07-12 Johan Bockgård <bojohan@gnu.org>
11535
11536 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11537
7a6bda45
CY
115382011-07-12 Chong Yidong <cyd@stupidchicken.com>
11539
11540 * mouse-sel.el: Hack restoring functionality, while keeping
11541 compatibility with 2010-07-03 changes to mouse selection.
11542 (mouse-sel-primary-overlay): New var.
11543 (mouse-sel-selection-alist): Use it.
11544 (mouse-sel-mode): Doc fix; remove points that are default features
11545 of mouse.el.
11546
c79598ef
JB
115472011-07-12 Johan Bockgård <bojohan@gnu.org>
11548
11549 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11550 Fix previous fix (bug#2490).
11551
ff8be6ef
RW
115522011-07-12 Roland Winkler <winkler@gnu.org>
11553
b796c9b7
SM
11554 * textmodes/bibtex.el (bibtex-initialize):
11555 Use pop-to-buffer-same-window.
ff8be6ef
RW
11556 (bibtex-search-entries): Fix interactive call.
11557
296ba3ee
LMI
115582011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11559
f5242a02 11560 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11561 Fontise bytecomp Error lines more correctly (bug#2490).
11562 Fix suggested by Johan Bockgård.
f5242a02 11563
296ba3ee
LMI
11564 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11565
11566 * dired-x.el (dired-guess-default): Use `delete-dups'.
11567
f69fd0d2
CY
115682011-07-12 Chong Yidong <cyd@stupidchicken.com>
11569
11570 * dired.el (dired-mark-prompt):
11571 * dired-aux.el (dired-read-shell-command): Doc fix.
11572
eab5dc07
LMI
115732011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11574
b796c9b7
SM
11575 * mail/sendmail.el (sendmail-query-once):
11576 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11577 emacs -Q.
11578
11579 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11580
eab5dc07
LMI
11581 * cus-edit.el (custom-file): Take an optional no-error variable.
11582 (customize-save-variable): Set the variable, and give a warning if
11583 running under "emacs -q".
11584
a1e65d42
JB
115852011-07-11 Juanma Barranquero <lekktu@gmail.com>
11586
11587 * loadhist.el (unload-feature-special-hooks):
11588 Add `auto-coding-functions', `fill-nobreak-predicate' and
11589 `find-directory-functions' (bug#5327).
11590
1d52da10
LMI
115912011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11592
be958f1d
LMI
11593 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11594
5bedb26c
LMI
11595 * cus-edit.el (custom-guess-name-alist): -alist variables should
11596 use the `alist' type (bug#3120). Suggested by Drew Adams.
11597
1d52da10
LMI
11598 * printing.el: Add documentation to all the `pr-toggle-' commands.
11599
cd394be1 116002011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11601
11602 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11603 backends where it makes sense (bug#2623).
11604
dcc88d8a
LMI
116052011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11606
c3de9feb
LMI
11607 * dired-x.el (dired-guess-default): Remove duplicate shell command
11608 entries (bug#2028).
8a93078b 11609 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11610 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11611
dcc88d8a
LMI
11612 * subr.el (remove-duplicates): New conveniency function.
11613
505e3645
LMI
116142011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11615
11616 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11617 (bug#1526).
11618
116192011-07-10 Martin Rudalics <rudalics@gmx.at>
11620
11621 * window.el (display-buffer-normalize-default): Don't invert
11622 meaning of even-window-heights. Reported by Eli Zaretskii
11623 <eliz@gnu.org>.
11624
455e4fa1
BR
116252011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11626
11627 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11628
8e0bc3e9
CY
116292011-07-10 Chong Yidong <cyd@stupidchicken.com>
11630
11631 * window.el (display-buffer): Fix arguments to
11632 display-buffer-reuse-window in last change.
11633
fa7c3228
CY
11634 * faces.el (link): Use a less saturated blue on light backgrounds.
11635
11636 * startup.el (fancy-startup-text, fancy-about-text)
11637 (fancy-startup-tail): Use font-lock faces, for background safety.
11638
c0a7f300
BN
116392011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11640
b796c9b7
SM
11641 * emulation/viper-cmd.el (viper-change-state-to-vi):
11642 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11643
4dc2a129
MR
116442011-07-09 Martin Rudalics <rudalics@gmx.at>
11645
11646 * window.el (display-buffer-default-specifiers): Remove.
11647 (display-buffer-macro-specifiers): Remove default specifiers.
11648 (display-buffer-alist): Default to nil.
b796c9b7 11649 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11650 (display-buffer-pop-up-window): Allow splitting internal
11651 windows. Check whether a live window was created.
11652 (display-buffer-other-window-means-other-frame)
11653 (display-buffer-normalize-arguments): Rename to
11654 display-buffer-normalize-argument and rewrite. Set the
11655 other-window specifier.
11656 (display-buffer-normalize-special): New function.
11657 (display-buffer-normalize-options): Rename to
11658 display-buffer-normalize-default and rewrite.
11659 (display-buffer-normalize-options-inhibit): Remove.
11660 (display-buffer-normalize-specifiers): Rewrite.
11661 (display-buffer): Process other-window specifier and call
11662 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11663 more faithfully.
b796c9b7 11664 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11665 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11666 (display-buffer-in-window, display-buffer-alist-set):
11667 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11668 <tassilo@member.fsf.org>.
11669
2d43b8c9
LL
116702011-07-09 Leo Liu <sdl.web@gmail.com>
11671
11672 * register.el (insert-register): Restore accidental change on
11673 2011-06-26. (Bug#9028)
11674
7f9b7c53
GM
116752011-07-09 Glenn Morris <rgm@gnu.org>
11676
11677 * subr.el (remq): Handle the empty list. (Bug#9024)
11678
f042cfd8
AS
116792011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11680
11681 * mail/sendmail.el (send-mail-function): No longer delay custom
11682 initialization.
11683 * custom.el (custom-initialize-delay): Doc fix.
11684
856b2f11
SM
116852011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11686
11687 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11688
afae1d68
MA
116892011-07-08 Michael Albinus <michael.albinus@gmx.de>
11690
11691 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11692 human-friendly prompt.
11693
0757af94
SM
116942011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11695
11696 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11697 provided by a particular plugin.
11698
d760b731
LMI
116992011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11700
11701 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11702 save customizations (with "emacs -Q"), just set the variable
11703 instead of erroring out.
11704
11705 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11706
cd79ce90
JL
117072011-07-08 Juri Linkov <juri@jurta.org>
11708
11709 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11710 (archive-zip-update-case): Use 7z if found by `executable-find'.
11711 The order of searching the available programs is the same as in
11712 `archive-zip-extract' (bug#8968).
11713
14cc04aa
CY
117142011-07-07 Chong Yidong <cyd@stupidchicken.com>
11715
11716 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11717 (menu-bar-options-menu): Tweak descriptions.
11718
0a1848ec
LMI
117192011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11720
11721 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11722 menu items into verb phrases (bug#1421). Also refill to fit under
11723 80 columns.
11724
f5bd0689
CY
117252011-07-07 Chong Yidong <cyd@stupidchicken.com>
11726
538e85c6
CY
11727 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11728 (Info-read-node-name): Doc fix (Bug#1084).
11729
f5bd0689
CY
11730 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11731 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11732 (end-of-sexp, beginning-of-sexp)
11733 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11734 (forward-symbol, forward-same-syntax, word-at-point)
11735 (sentence-at-point): Doc fix (Bug#1144).
11736
56ec5115
LMI
117372011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11738
f3f8e37f
LMI
11739 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11740 should cover it (bug#1281).
11741
0757af94 11742 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11743
e9fce1ac 11744 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11745 negotiation fails, then possibly try again with a non-encrypted
11746 connection (bug#9017).
11747
56ec5115
LMI
11748 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11749 be used.
11750
c2f9aec8
RS
117512011-07-07 Richard Stallman <rms@gnu.org>
11752
11753 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11754 property, and handle its changed format.
11755 Look for the correct line number.
11756 Use file's line contents (but not past first =) to find
11757 correct line in message.
11758
ef7b981d 117592011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11760
11761 * international/characters.el (build-unicode-category-table):
11762 Delete it.
0757af94 11763 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11764
0757af94 11765 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11766 to src/chartab.c.
11767 (get-char-code-property): Call unicode-property-table-internal to
11768 load a file. Call get-unicode-property-internal where necessary.
11769 (put-char-code-property): Call unicode-property-table-internal to
11770 load a file. Call put-unicode-property-internal where necessary.
11771 put-unicode-property-internal where necessary.
0757af94
SM
11772 (char-code-property-description):
11773 Call unicode-property-table-internal to load a file.
c805dec0
KH
11774
11775 * international/charprop.el:
11776 * international/uni-bidi.el:
11777 * international/uni-category.el:
11778 * international/uni-combining.el:
11779 * international/uni-comment.el:
11780 * international/uni-decimal.el:
11781 * international/uni-decomposition.el:
11782 * international/uni-digit.el:
11783 * international/uni-lowercase.el:
11784 * international/uni-mirrored.el:
11785 * international/uni-name.el:
11786 * international/uni-numeric.el:
11787 * international/uni-old-name.el:
11788 * international/uni-titlecase.el:
11789 * international/uni-uppercase.el: Regenerate.
11790
11791 * loadup.el: Load international/charprop.el before
11792 international/characters.
11793
e14b388a
CY
117942011-07-07 Chong Yidong <cyd@stupidchicken.com>
11795
11796 * window.el (next-buffer, previous-buffer): Signal an error if
11797 called from a minibuffer window.
11798
11799 * bindings.el: Revert 2011-07-04 change.
11800
354cf0ba
RS
118012011-07-06 Richard Stallman <rms@gnu.org>
11802
11803 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11804 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11805 Treat markers like ints.
11806 (rmail-mime-entity): Doc fix.
11807
a48868a7
LMI
118082011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11809
4906cd3d
LMI
11810 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11811 defcustom again for backwards compatibility.
11812
e0457abe
LMI
11813 * simple.el (shell-command-on-region): Fill.
11814
d67f7e1f
LMI
11815 * dired-aux.el (dired-kill-line): Add a doc string.
11816
fe204702
LMI
11817 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11818 to "\\sw\\|\\s_" (bug#358).
11819
a48868a7
LMI
11820 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11821 (dired-unmark-backward): Ditto.
11822 (dired-flag-backup-files): Ditto.
11823
11824 * dired-x.el (dired-mark-sexp): Ditto.
11825
aa8a705c
RS
118262011-07-06 Richard Stallman <rms@gnu.org>
11827
11828 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11829 (rmail-mime-entity): New arg TRUNCATED.
11830 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11831 New functions.
11832 (rmail-mime-save): Warn if entity is truncated.
11833 (rmail-mime-toggle-hidden): Likewise, for showing.
11834 (rmail-mime-process-multipart): Record when an entity is truncated.
11835
a9a936b9
RS
11836 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11837 if ENTITY is a string.
11838
1f2b92cb
LMI
118392011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11840
f4f73198 11841 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11842 of faces when `M-C-x'-ing their definitions (bug#8378).
11843 Also clean up the code slightly.
f4f73198 11844
12b16734 11845 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11846 because that makes the colors go away.
12b16734 11847
f0691d22
LMI
11848 * mail/sendmail.el (send-mail-function): Change the default to
11849 `sendmail-query-once'.
9e87df06 11850 (sendmail-query-once): Add an autoload cookie.
f0691d22 11851
1f2b92cb
LMI
11852 * net/network-stream.el (network-stream-open-starttls): Try using
11853 a plain connection even if the server offered STARTTLS, and we
11854 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11855 capability. This should make smtpmail.el work in slightly more
11856 configurations.
11857
1cdd2a1b
MA
118582011-07-06 Michael Albinus <michael.albinus@gmx.de>
11859
11860 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11861 New defun.
11862 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11863
fbcc67e2
MM
118642011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11865
11866 * progmodes/sql.el: Version 3.0
0757af94 11867 (sql-product-alist): Add product :completion-object,
fbcc67e2 11868 :completion-column, and :statement attributes.
0757af94 11869 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11870 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11871 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11872 ansi keywords.
11873 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11874 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11875 (sql-oracle-show-reserved-words): New function for development.
11876 (sql-product-font-lock): Simplify for source code buffers.
11877 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11878 New functions.
11879 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11880 (sql-mode-map): Add statement movement functions.
11881 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11882 New variable.
fbcc67e2
MM
11883 (sql-statement-regexp, sql-beginning-of-statement)
11884 (sql-end-of-statement, sql-signum): New functions.
0757af94 11885 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11886 (sql-show-sqli-buffer): Bug fix.
11887 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11888 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11889 with sql-interactive-mode.
11890 (sql-save-connection): Save buffer local settings.
0757af94 11891 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11892 (sql-product-interactive): Bug fix.
11893 (sql-preoutput-hold): New variable.
11894 (sql-interactive-remove-continuation-prompt): Bug fixes.
11895 (sql-debug-redirect): New variable.
11896 (sql-str-literal): New function.
11897 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11898 Redesign.
fbcc67e2
MM
11899 (sql-oracle-save-settings, sql-oracle-restore-settings)
11900 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11901 (sql-completion-object, sql-completion-column)
11902 (sql-completion-sqlbuf): New variables.
11903 (sql-build-completions-1, sql-build-completions)
11904 (sql-try-completion): New functions.
11905 (sql-read-table-name): Use them.
11906 (sql-contains-names): New buffer local variable.
11907 (sql-list-all, sql-list-table): Use it.
11908 (sql-oracle-completion-types): New variable.
11909 (sql-oracle-completion-object, sql-sqlite-completion-object)
11910 (sql-postgres-completion-object): New functions.
11911
d4eaeab1
GM
119122011-07-06 Glenn Morris <rgm@gnu.org>
11913
11914 * window.el (pop-to-buffer): Doc fix.
11915
322b7dab 119162011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11917
11918 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11919
322b7dab 119202011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11921
322b7dab 11922 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11923
322b7dab 11924 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11925
605dd5bf
CY
119262011-07-05 Chong Yidong <cyd@stupidchicken.com>
11927
11928 * button.el (button): Inherit from link face. Suggested by Dan
11929 Nicolaescu.
11930
7dbfa719
SM
119312011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11932
3db614b0
SM
11933 * progmodes/gdb-mi.el: Fit in 80 columns.
11934 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11935 switch-to-buffer.
11936
7dbfa719
SM
11937 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11938 if imenu is simply not configured (bug#8941).
11939
919d884a
KM
119402011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11941
11942 * allout.el (allout-post-undo-hook): New allout outline-change
11943 event hook to signal undo activity.
11944 (allout-post-command-business): Run allout-post-undo-hook if an
11945 undo just occurred.
7dbfa719
SM
11946 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11947 * allout-widgets.el (allout-widgets-after-undo-function):
11948 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11949 in the vicinity of an undo.
11950 (allout-widgets-mode): Include allout-widgets-after-undo-function
11951 on the new allout-post-undo-hook.
11952
450a0f09
SM
119532011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11956 Let define-derived-mode define it.
11957 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11958 cycles of abbrev-table inheritance (bug#8998).
11959
2de69e00
RW
119602011-07-05 Roland Winkler <winkler@gnu.org>
11961
11962 * textmodes/bibtex.el: Add support for biblatex.
11963 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11964 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11965 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11966 (bibtex-entry-alist, bibtex-field-alist): New variables.
11967 (bibtex-entry-field-alist): Obsolete alias for
11968 bibtex-BibTeX-entry-alist.
11969 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11970 (bibtex-set-dialect): New command.
11971 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11972 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11973 Bind via bibtex-set-dialect.
2de69e00
RW
11974 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11975 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11976 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11977 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11978 Define via bibtex-set-dialect.
450a0f09
SM
11979 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11980 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11981 (bibtex-vec-push, bibtex-vec-incr): New functions.
11982 (bibtex-format-entry, bibtex-field-list)
11983 (bibtex-print-help-message, bibtex-validate)
11984 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11985
2dcdbdd9
SM
119862011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * progmodes/compile.el (compilation-goto-locus):
11989 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11990 * bs.el (bs-cycle-next, bs-cycle-previous):
11991 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11992 * bindings.el (mode-line-other-buffer):
11993 * autoinsert.el (auto-insert):
11994 * arc-mode.el (archive-extract):
11995 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11996
b27640fe
JB
119972011-07-05 Juanma Barranquero <lekktu@gmail.com>
11998
11999 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12000 Fix check of `emacs-lock-unlockable-modes'.
12001 Coerce true values of `emacs-lock--try-unlocking' to t.
12002
53bbe3ad
JB
120032011-07-05 Juanma Barranquero <lekktu@gmail.com>
12004
12005 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12006 * emacs-lock.el: New file.
12007
1d3cdbc7
JD
120082011-07-05 Julien Danjou <julien@danjou.info>
12009
12010 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12011 than `boundp' to check if face is set.
12012
9173deec
JB
120132011-07-05 Juanma Barranquero <lekktu@gmail.com>
12014
12015 * register.el (registerv-make):
12016 * window.el (window-min-height): Fix typos in docstrings.
12017
869795d6
JD
120182011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12019
9173deec 12020 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12021 Update doc string.
12022
b768cdcd
JB
120232011-07-04 Juanma Barranquero <lekktu@gmail.com>
12024
12025 * server.el (server-execute): Catch quit and call
12026 `server-return-error' to pass the error back to emacsclient and
12027 close the connection (bug#8942).
12028
13aa217b
KM
120292011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12030
12031 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12032 insecure exception for current topic. Also note that auto-saves
12033 are handled differently.
12034
5d3385a0 12035 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12036 State variables for tracking auto-save inhibition situation.
12037
12038 (allout-write-contents-hook-handler): Rename from
12039 'allout-write-file-hook-handler', and describe how it depends on
12040 write-contents-functions sensitivity to non-nil value to prevent
12041 file write.
12042
12043 (allout-auto-save-hook-handler): Remove. auto-save does not check
12044 this in individual buffers, only in the starting buffer, so this
12045 is not the right way for us to inhibit auto-save in a buffer
12046 according to its condition.
12047
12048 (allout-mode): Use new allout-write-contents-hook-handler, and
12049 only with write-contents-functions. Remove auto-save provisions -
12050 they're implemented elsewhere.
12051
12052 (allout-before-change-handler): If undo is in progress, note that
12053 for attention of allout-post-command-business.
12054
12055 (allout-post-command-business): If the command we're following was
12056 an undo, check for change in the status of encrypted items and
12057 adjust auto-save inhibitions accordingly.
12058
12059 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12060 according to whether there are or aren't any plain-text topics
12061 pending encryption.
12062
2dcdbdd9 12063 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12064 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12065 if there are plain-text topics pending encryption.
13aa217b
KM
12066
12067 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12068 buffer-saved-size and some allout state to not inhibit auto-saves
12069 if there are no longer any plain-text topics pending encryption.
12070
0757af94
SM
12071 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12072 No longer provide for exemption of the current topic.
13aa217b 12073
ac89b32c
JL
120742011-07-04 Juri Linkov <juri@jurta.org>
12075
12076 Add 7z operations to delete and save changed members (bug#8968).
12077 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12078 New defcustoms.
12079 (archive-7z-write-file-member): New function.
12080 (archive-7z-summarize): Fix the number of dashes in the
12081 listing output.
12082
8fa39615
SM
120832011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12086 (bug#8958).
12087
2f11b3f1
CY
120882011-07-04 Chong Yidong <cyd@stupidchicken.com>
12089
d66fef2b
CY
12090 * bindings.el: Ignore next-buffer and previous-buffer in
12091 minibuffer-local-map.
12092
2f11b3f1
CY
12093 * font-lock.el (font-lock-builtin-face): Change light background
12094 color to dark slate blue (Bug#6693).
12095
f932a347
WD
120962011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12097
12098 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12099
c8af70e1
SM
121002011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12101
12102 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12103 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12104 Add switch-to-buffer.
12105
f158badc
LMI
121062011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12107
12108 * isearch.el (isearch-search-fun-function): Clarify further the
12109 meaning of the function returned.
12110
6d95bd46
MA
121112011-07-04 Michael Albinus <michael.albinus@gmx.de>
12112
12113 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12114
12115 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12116 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12117 Use it.
12118 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12119 `tramp-default-remote-path' does not exist.
12120 (tramp-send-command-and-read): New optional argument NOERROR.
12121 (tramp-open-connection-setup-interactive-shell)
12122 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12123 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12124 (tramp-process-sentinel): Flush also process' connection property.
12125 (tramp-sh-handle-start-file-process): Do not set process
12126 sentinel. It is done now ...
12127 (tramp-maybe-open-connection): ... here. (Bug#8929)
12128
909e6b67
MK
121292011-07-04 MON KEY <monkey@sandpframing.com>
12130
12131 * play/animate.el (animate-string): Doc fixes and allow changing
12132 the buffer name (bug#5417).
12133
121342011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12135
c8af70e1 12136 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12137
f34755dc
PE
121382011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12139
396cec72
PE
12140 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12141 This is simpler and helps future-proof the code.
12142 (timer-until): Use time-subtract and float-time.
08235028 12143 (timer--time-less-p): Use time-less-p.
f34755dc 12144
56e6cc31
JB
121452011-07-04 Juanma Barranquero <lekktu@gmail.com>
12146
3abb79e5
JB
12147 * type-break.el (timep): Use the value of `float-time' to avoid a
12148 byte-compiler warning.
12149
56e6cc31
JB
12150 * server.el (server-eval-and-print): Return any result, even nil.
12151
7b9430b4
PE
121522011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12153
12154 * type-break.el: Accept time formats that the builtins accept.
12155 (timep, type-break-time-difference): Accept any format that
12156 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12157 This is simpler and helps future-proof the code.
12158 (type-break-time-difference): Round rather than ignoring
12159 subseconds components.
12160
3034e9e7
LMI
121612011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12162
12163 * info.el (Info-apropos-matches): Make non-interactive, since it
12164 doesn't seem to do anything useful as a command (bug#8829).
12165
1485f4c0
CY
121662011-07-03 Chong Yidong <cyd@stupidchicken.com>
12167
12168 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12169 Move from faces.el.
1485f4c0
CY
12170 (frame-default-terminal-background): New function.
12171
12172 * custom.el (custom-push-theme): Don't record faces in `changed'
12173 theme; this doesn't work correctly for per-frame face settings.
12174 (disable-theme): Use face-set-after-frame-default to reset faces.
12175 (custom--frame-color-default): New function.
12176
9fa3dd45
LMI
121772011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12178
c8af70e1 12179 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12180 (bug#8769).
12181
6cbbc20c
KR
121822011-03-29 Kevin Ryde <user42@zip.com.au>
12183
12184 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12185 `perl-Test2' extend to match possible "fail #N" rep count
12186 (bug#8377).
12187
c7f98048
LMI
121882011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12189
65676592
LMI
12190 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12191 `smtpmail-via-smtp' now returns the error instead of nil.
12192
c7f98048
LMI
12193 * isearch.el (isearch-search-fun-function): Clarify the doc string
12194 (bug#8101).
12195
56e6cc31 121962011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12197
12198 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12199 unnecessary spaces (bug#8987).
12200
2b216704
LMI
122012011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12202
12203 * net/network-stream.el (open-network-stream): Use the
12204 :end-of-capability command thoughout.
12205
122062011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12207
12208 * net/network-stream.el (open-network-stream): Add the
12209 :end-of-capability command parameter, used by pop3.el.
12210
36adf6ce
LMI
122112011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12212
1ca0da0e
LMI
12213 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12214
fc00f69c
LMI
12215 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12216 for list)" (bug#6475).
12217
28fd8759 12218 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12219 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12220 an error (bug#6297).
12221
0dd8b6da
LMI
12222 * man.el (Man-reference-regexp): Allow matching possible
12223 word-wrapped references (bug#6289).
12224
ce1438d6
LMI
12225 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12226 for consistency with the other vc buffers (bug#6197).
12227 (vc-checkin): Ditto.
12228
12229 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12230
36adf6ce
LMI
12231 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12232
e83cc1f7
LMI
122332011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12234
8a20ca4c
LMI
12235 * custom.el (defcustom): Clarify that :set is only used in the
12236 Customize user interface (bug#6089).
12237
83319045
LMI
12238 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12239 associated with a file, refuse to run instead of erroring out
12240 (bug#6084).
12241
a8392169
LMI
12242 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12243 the doc string, since it appears that using `fill-column' always
12244 controls the width (bug#7845).
12245
e83cc1f7
LMI
12246 * simple.el (shell-command-on-region): Say where the error output
12247 went if `shell-command-default-error-buffer' is set (bug#6857).
12248
e47ca23b
KM
122492011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12250
12251 * allout.el (allout-yank-processing): Adjust cursor position for
12252 backwards-deleted space.
12253
12254 (allout-rebullet-heading): Register changes with
12255 allout-exposure-changed-hook, so the modified topic is properly
12256 decorated.
12257
5cf56143
LMI
122582011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12259
08549772
LMI
12260 * minibuffer.el (completion-in-region): Document PREDICATE
12261 (bug#7136).
12262
48e96771
LMI
12263 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12264 of keyword/argument pairs (bug#6904).
12265
c8af70e1
SM
12266 * replace.el (multi-occur):
12267 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12268
e17d05e2
LMI
122692011-07-02 Drew Adams <drew.adams@oracle.com>
12270
12271 * dired.el (dired-mark-if): Make the message about whether it's
12272 marking or unmarking clearer (bug#8523).
12273
063b0e45
LMI
122742011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12275
12276 * disp-table.el (display-table-print-array): New function.
12277 (describe-display-table): Use it to print the vectors more pretty
12278 (Bug#8859).
12279
28545e04
MR
122802011-07-02 Martin Rudalics <rudalics@gmx.at>
12281
12282 * window.el (window-state-get-1): Don't assign clone numbers.
12283 Add clone-of item to list of window parameters.
12284 (window-state-put-2): Don't process clone numbers.
12285 (display-buffer-alist): Fix doc-string.
12286
3349e122
SM
122872011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12288
12289 * subr.el (remq): Don't allocate if it's not needed.
12290 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12291 (keymap--merge-bindings): New functions.
12292 (keymap-canonicalize): Use them to refine the canonicalization.
12293 * minibuffer.el (minibuffer-local-completion-map)
12294 (minibuffer-local-must-match-map): Move initialization from C.
12295 (minibuffer-local-filename-completion-map): Move initialization from C;
12296 don't inherit from anything here.
12297 (minibuffer-local-filename-must-match-map): Make obsolete.
12298 (completing-read-default): Use make-composed-keymap to combine
12299 minibuffer-local-filename-completion-map with either
12300 minibuffer-local-must-match-map or
12301 minibuffer-local-filename-completion-map.
12302
d224ac83
GM
123032011-07-01 Glenn Morris <rgm@gnu.org>
12304
3de63bf8
GM
12305 * type-break.el (type-break-time-sum): Use dolist.
12306
d224ac83
GM
12307 * textmodes/flyspell.el (flyspell-word-search-backward):
12308 Replace CL function.
12309
1a1e3f32
SM
123102011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12311
fe3f64d5
SM
12312 * mouse.el (mouse--strip-first-event): New function.
12313 (function-key-map): Use it to map fringe clicks to normal clicks
12314 by default.
12315
eb604e34
SM
12316 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12317 (vc-bzr-revision-completion-table): Add support for annotate and date.
12318
1a1e3f32
SM
12319 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12320 inherit from parent.
12321
5bd35902
LMI
123222011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12323
ace6c69c 12324 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12325 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12326
191e2bed
LMI
12327 * dired.el (dired-mode): Fix up the doc string as suggested by
12328 Drew Adams (bug#8817).
12329
5bd35902
LMI
12330 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12331 cookie, since the manual says that it should be possible to add
12332 this function to `find-file-hook' (bug#8709).
12333
eee8207a
TZ
123342011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12335
12336 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12337 here. Noted Ted Zlatanov as the maintainer.
12338 (cfengine-common-settings, cfengine-common-syntax): New functions
12339 to set up common things between `cfengine-mode' and
12340 `cfengine3-mode'.
12341 (cfengine3-mode): New mode.
12342 (cfengine3-defuns cfengine3-defuns-regex
12343 (cfengine3-class-selector-regex cfengine3-category-regex)
12344 (cfengine3-vartypes cfengine3-font-lock-keywords)
12345 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12346 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12347
36b148cf
MA
123482011-07-01 Michael Albinus <michael.albinus@gmx.de>
12349
12350 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12351
12352 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12353
0bf4ba9a
MR
123542011-07-01 Martin Rudalics <rudalics@gmx.at>
12355
12356 * window.el (same-window-buffer-names, same-window-regexps)
12357 (same-window-p, special-display-frame-alist)
12358 (special-display-popup-frame, special-display-function)
12359 (special-display-buffer-names, special-display-regexps)
12360 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12361 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12362 (split-window-preferred-function, split-height-threshold)
12363 (split-width-threshold, even-window-heights)
12364 (display-buffer-mark-dedicated, window-splittable-p)
12365 (split-window-sensibly, window-safely-shrinkable-p):
12366 Un-obsolete.
12367 (display-buffer): Don't spread args with function specifier
12368 because special-display-popup-frame won't like it.
12369
35837f51
PE
123702011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12371
d0672f86
PE
12372 Time-stamp simplifications and fixes.
12373 These improve accuracy slightly, and future-proof the code
12374 against some potential changes to current-time format.
12375
b9444d97
PE
12376 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12377 by using time-since and float-time.
12378
0ef923dc
PE
12379 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12380 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12381 + NNN microseconds".
12382
2f81380d
PE
12383 * type-break.el (type-break-time-sum): Rewrite using time-add.
12384
845b5c3e
PE
12385 * play/hanoi.el (hanoi-current-time-float): Remove.
12386 All uses replaced by float-time.
12387
ee6f1be0
PE
12388 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12389 This yields a more-accurate answer.
12390 (rng-time-to-float): Remove; no longer needed.
12391
fe955043
PE
12392 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12393
5777162a
PE
12394 * calendar/timeclock.el (timeclock-seconds-to-time):
12395 Defalias to seconds-to-time, since they're the same thing.
12396
3103f8b6 12397 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12398 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12399 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12400
0e61a35f
SM
124012011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * window.el (bury-buffer): Don't iconify the only frame.
12404 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12405 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12406
ddd63a1e
CY
124072011-07-01 Chong Yidong <cyd@stupidchicken.com>
12408
0e61a35f
SM
12409 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12410 Add mouse-yank-primary.
ddd63a1e 12411
055f4923
TZ
124122011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12413
12414 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12415
6a2fb145
SM
124162011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12419 (find-library-name): Use it to find relative load names when provided
12420 absolute file name (bug#8803).
12421
fd4983f2
LMI
124222011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12423
887d14ad
LMI
12424 * textmodes/flyspell.el (flyspell-word): Consider words that
12425 differ only in case as potential doublons (bug#5687).
12426
c53dc7fc
LMI
12427 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12428 Remove two rather uninteresting debugging-like messages to make
12429 debbugs.el more silent.
12430
fd4983f2
LMI
12431 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12432 a password-like phrase.
12433
7a71b18d 124342011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12435
12436 * progmodes/cc-guess.el: New file.
12437
6a2fb145 12438 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12439
12440 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12441 derived from `c-basic-common-init'.
12442
12443 * progmodes/cc-mode.el (top-level): Require cc-guess.
12444 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12445
1fa280a3
LM
124462011-06-30 Lawrence Mitchell <wence@gmx.li>
12447
12448 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12449
e6597158
AM
124502011-06-30 Alan Mackenzie <acm@muc.de>
12451
1fa280a3
LM
12452 * progmodes/cc-engine.el (c-guess-continued-construct):
12453 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12454 lock is disabled. Name this case as "CASE G".
12455
68ba37fb
KM
124562011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12457
12458 * allout.el (allout-yank-processing): Fix injection of extra space
12459 between bullet and non-whitespace character in first topic when
12460 pasting, ensuring that the actual spacing in the pasted topic
12461 following the bullet char is preserved. This extra space was
12462 causing pasted encrypted topics to get a decrypted status even
12463 when the content was actually still encrypted. Now the decryption
12464 status from before the paste is preserved.
12465
12466 (allout-flag-region): Set all allout overlays so they evaporate
12467 when reduced to zero length (evanescent), to prevent overlay
12468 leakage.
12469
887a0b34
GM
124702011-06-30 Glenn Morris <rgm@gnu.org>
12471
94b9acce
GM
12472 * w32-fns.el (w32-charset-info-alist): Declare.
12473
1d9b46d4
GM
12474 * find-dired.el (find-grep-options): Simplify.
12475
cc232200
GM
12476 * term/ns-win.el (ns-set-resource): Declare.
12477
28e77c46
GM
12478 * ses.el (row, col): Declare dynamic variables honestly.
12479
887a0b34
GM
12480 * textmodes/reftex-parse.el (index-tags): Declare.
12481
658d8eb8
CY
124822011-06-30 Chong Yidong <cyd@stupidchicken.com>
12483
12484 * cus-edit.el (customize-push-and-save): New function.
12485
12486 * files.el (hack-local-variables-confirm): Use it.
12487
1fa280a3
LM
12488 * custom.el (load-theme): New arg NO-CONFIRM.
12489 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12490 (custom-enabled-themes): Doc fix.
12491
12492 * cus-theme.el (customize-create-theme)
12493 (custom-theme-merge-theme): Callers to load-theme changed.
12494
bb617717
LMI
124952011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12496
d61bdd5d
LMI
12497 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12498 short URLs have at least one dot in them (bug #7614).
12499
bb617717
LMI
12500 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12501 nil, because using a pty is apparently too slow (bug #895).
12502
2f31f37a
LMI
125032011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12504
12505 * mail/sendmail.el (sendmail-query-once): New function.
12506 (sendmail-query-once-function): New variable.
12507
3076b24e
GM
125082011-06-29 Glenn Morris <rgm@gnu.org>
12509
faf2a174
GM
12510 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12511
3076b24e
GM
12512 * ses.el (top-level): Require cl when compiling.
12513 (ses-set-localvars): Fix error statement.
12514 Call it at compile time to silence a storm of warnings.
12515
5386012d
MR
125162011-06-29 Martin Rudalics <rudalics@gmx.at>
12517
12518 * window.el (normalize-live-buffer): Rename to
12519 window-normalize-buffer.
12520 (normalize-live-frame): Rename to window-normalize-frame.
12521 (normalize-any-window): Rename to window-normalize-any-window.
12522 (normalize-live-window): Rename to window-normalize-live-window.
12523 (make-window-atom): Rename to window-make-atom.
12524 (window-resize-reset): Rename to window--resize-reset.
12525 (window-resize-reset-1): Rename to window--resize-reset-1.
12526 (resize-mini-window): Rename to window--resize-mini-window.
12527 (resize-subwindows-skip-p): Rename to
12528 window--resize-subwindows-skip-p.
12529 (resize-subwindows-normal): Rename to
12530 window--resize-subwindows-normal.
12531 (resize-subwindows): Rename to window--resize-subwindows.
12532 (resize-other-windows): Rename to window--resize-siblings.
12533 (resize-this-window): Rename to window--resize-this-window.
12534 (resize-root-window): Rename to window--resize-root-window.
12535 (resize-root-window-vertically): Rename to
12536 window--resize-root-window-vertically.
12537 (normalize-buffer-to-display): Rename to
12538 window-normalize-buffer-to-display.
12539 (normalize-buffer-to-switch-to): Rename to
12540 window-normalize-buffer-to-switch-to.
12541 Correspondingly update all callers of the functions listed
12542 above.
12543 (display-buffer-alist, display-buffer-normalize-arguments)
12544 (display-buffer-normalize-options, display-buffer)
12545 (display-buffer-alist-set): Use "function" instead of
12546 "fun-with-args".
12547
1176868d
CY
125482011-06-28 Chong Yidong <cyd@stupidchicken.com>
12549
12550 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12551 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12552 debbugs.gnu.org. Mention acknowledgment email.
12553
20a7a65f
LMI
125542011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12555
12556 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12557 buffer multibyteness, since it shouldn't matter.
12558
5f45cca5
MR
125592011-06-28 Martin Rudalics <rudalics@gmx.at>
12560
12561 * window.el (display-buffer-in-side-window): Handle dedicated
12562 windows as in display-buffer-reuse-window.
12563 (display-buffer-normalize-alist): Use value of override
12564 specifier.
12565 (display-buffer-normalize-specifiers): Use value of
12566 other-window-means-other-frame specifier.
12567 (display-buffer-alist): Rewrite some texts in widgets.
12568 (display-buffer): Spread arguments when calling function
12569 specified by fun-with-args.
12570
ad85fe1f
DD
125712011-06-28 Deniz Dogan <deniz@dogan.se>
12572
1fa280a3
LM
12573 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12574 Unnest `let'.
da68c4c8 12575
ad85fe1f
DD
12576 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12577 selectors (Bug#5732).
ec49bd31 12578 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12579
a08cc025
JA
125802011-06-27 Jari Aalto <jari.aalto@cante.net>
12581
12582 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12583 (eshell-ls-date-format): New defcustom.
12584 (eshell-ls-file): Use it.
12585
e2b551c5
SM
125862011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12589
8982b231
KY
125902011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12591
12592 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12593 (ange-ftp-make-tmp-name): New arg.
12594 (ange-ftp-file-local-copy): Use it.
12595
36c9fa27
J
125962011-06-27 Jambunathan K <kjambunathan@gmail.com>
12597
12598 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12599 no-conversion (Bug#8870).
12600
d68443dc
MR
126012011-06-27 Martin Rudalics <rudalics@gmx.at>
12602
12603 * window.el (window-right, window-left, window-child)
12604 (window-child-count, window-last-child)
12605 (window-iso-combination-p, walk-window-tree-1)
12606 (window-atom-check-1, window-tree-1, delete-window)
12607 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12608 new naming conventions - window-vchild, window-hchild,
12609 window-next and window-prev are now called window-top-child,
12610 window-left-child, window-next-sibling and window-prev-sibling
12611 respectively.
d615d6d2
MR
12612 (resize-window-reset): Rename to window-resize-reset.
12613 (resize-window-reset-1): Rename to window-resize-reset-1.
12614 (resize-window): Rename to window-resize.
12615 (window-min-height, window-min-width)
12616 (resize-mini-window, resize-this-window, resize-root-window)
12617 (resize-root-window-vertically, adjust-window-trailing-edge)
12618 (enlarge-window, shrink-window, maximize-window)
12619 (minimize-window, delete-window, quit-restore-window)
12620 (split-window, balance-windows, balance-windows-area-adjust)
12621 (balance-windows-area, window-state-put-2)
12622 (display-buffer-even-window-sizes, display-buffer-set-height)
12623 (display-buffer-set-width, set-window-text-height)
12624 (fit-window-to-buffer): Rename all "resize-window" prefixed
12625 calls to use the "window-resize" prefix convention.
12626 (display-buffer-alist): Fix symbol for label specifier.
12627 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12628 corresponding specifier.
12629 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12630
b6458526
VB
126312011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12632
12633 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12634 convention.
12635 (ses-call-printer): Does not pass an empty string to formatter when the
12636 cell is empty to keep from barking printer Calc math-format-value.
12637
d31fd9ac
RS
126382011-06-27 Richard Stallman <rms@gnu.org>
12639
43d5bf84
RS
12640 * battery.el (battery-mode-line-limit): New variable.
12641 (battery-update): Handle it.
12642
d31fd9ac
RS
12643 * mail/rmailmm.el (rmail-mime-process-multipart):
12644 Handle truncated messages.
12645
819a6054
GM
126462011-06-27 Glenn Morris <rgm@gnu.org>
12647
12648 * progmodes/flymake.el (flymake-err-line-patterns):
12649 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12650
cedc73f2
VB
126512011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12652
819a6054 12653 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12654 (ses--clean-!, ses--clean-_): New functions.
12655 (ses-range): Add configurability of readout order, and conversion
12656 to Calc vector.
12657
5e5d49b6
VB
12658 * ses.el (ses-repair-cell-reference-all): New function.
12659 (ses-cell-symbol): Set macro as safe, so that it can be used in
12660 formulas.
12661
56e6cc31 12662 * ses.el: Update cycle detection algorithm.
90ca8b49 12663 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12664 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12665 (ses-set-localvars): New function.
12666 (ses-make-cell): Add property-list as a cell element.
12667 (ses-cell-property-get-fun, ses-cell-property-get)
12668 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12669 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12670 New functions.
90ca8b49
VB
12671 (ses-cell-property-set, ses-cell-property-pop)
12672 (ses-cell-property-get-handle): New macro.
12673 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12674 New aliases, used for code readability.
12675 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12676 cycle detection.
12677 (ses-self-reference-early-detection): New defcustom.
fac916bf 12678 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12679 (ses-mode): Use ses-set-localvars.
12680 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12681 before lauching the update processing.
12682 (ses-initialize-Dijkstra-attempt): New function.
12683 (ses-recalculate-cell): Update for cycle detection based on
12684 Dijkstra algorithm.
12685
2bb63e81
VB
12686 * ses.el: Fix commenting and indenting convention.
12687
c9d29fb8
SM
126882011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 * bs.el (bs-cycle-next): Complete last change.
12691
d8e4b68b
JB
126922011-06-27 Drew Adams <drew.adams@oracle.com>
12693
12694 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12695
40098786
LMI
126962011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12697
c9d29fb8
SM
12698 * net/network-stream.el (network-stream-open-starttls):
12699 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12700 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12701
40098786
LMI
12702 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12703 to binary to possibly avoid line encoding issues on Windows (among
12704 other things).
12705
468d09d4
LMI
127062011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12707
12708 * net/network-stream.el (open-network-stream): Return an :error
12709 saying what the problem was, if possible.
12710
12711 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12712 server.
12713
12714 * net/network-stream.el (network-stream-open-starttls): If we
12715 wanted to use STARTTLS, and the server offered it, but we weren't
12716 able to because we had no STARTTLS support, then close the connection.
12717 (open-network-stream): Return an :error element, if present.
12718
16f07dd7
CY
127192011-06-26 Chong Yidong <cyd@stupidchicken.com>
12720
88821ca0
CY
12721 * hl-line.el (hl-line-sticky-flag): Doc fix.
12722 (global-hl-line-sticky-flag): New option (Bug#8323).
12723 (global-hl-line-highlight): Obey it.
12724
16f07dd7
CY
12725 * vc/vc.el (vc-revert-show-diff): Default to t.
12726
6b5ccddf
KM
127272011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12728
c9d29fb8
SM
12729 * allout-widgets.el (allout-widgets-post-command-business):
12730 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12731 undecorated when an isearch is continued past, and isearch
12732 automatically collapses them. This leads to "widget leaks", where
12733 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12734 hidden widgets can slow down cursor travel, substantially.
12735 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12736 so we're doing without this nicety.
12737
12738 (allout-widgets-tally-string): Don't try to do a hash-table-count
12739 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12740 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12741 *Messages* when allout-widgets-maintain-tally is t.
12742
355f2e07
MR
127432011-06-26 Martin Rudalics <rudalics@gmx.at>
12744
12745 * window.el (display-buffer-normalize-argument): Rename to
12746 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12747 LABEL argument. Respect special-display-function when popping up
12748 a new frame. Fix code searching for a window showing the buffer
12749 on another frame.
c9d29fb8
SM
12750 (display-buffer-normalize-specifiers):
12751 Call display-buffer-normalize-arguments.
355f2e07
MR
12752 (display-buffer-in-window): Don't undedicate the window if its
12753 buffer remains the same.
12754 Reported by Drew Adams <drew.adams@oracle.com>.
12755 (display-buffer-alist): Add choice for same-window macro
12756 specfier.
12757 (display-buffer): Mention special meaning of LABEL argument in
12758 doc-string. Fix quoting. Don't pop up a new frame even as
12759 fallback.
12760
7ca8fc42
JB
127612011-06-26 Juanma Barranquero <lekktu@gmail.com>
12762
12763 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12764 avoid deleting the current window in some cases (bug#8911).
12765
bc312254
AS
127662011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12767
12768 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12769 (Bug#8934)
12770
2db18f3f
LMI
127712011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12772
c9d29fb8
SM
12773 * net/network-stream.el (network-stream-open-starttls):
12774 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12775 (network-stream-open-tls): Ditto.
12776
6302e0d3
LL
127772011-06-26 Leo Liu <sdl.web@gmail.com>
12778
12779 * register.el (registerv): New struct.
12780 (registerv-make): New function.
c9d29fb8
SM
12781 (jump-to-register, describe-register-1, insert-register):
12782 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12783 struct. (Bug#8415)
12784
5fdd4046
CY
127852011-06-26 Chong Yidong <cyd@stupidchicken.com>
12786
2afef60a
CY
12787 * vc/vc.el (vc-revert-show-diff): New defcustom.
12788 (vc-diff-internal): New arg specifying diff buffer.
12789 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12790 reuse an existing *vc-diff* buffer (Bug#8927).
12791
5fdd4046
CY
12792 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12793
e93db24a
GM
127942011-06-26 Glenn Morris <rgm@gnu.org>
12795
12796 * progmodes/f90.el (f90-critical-indent): New option.
12797 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12798 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12799 (f90-mode): Doc fix.
12800 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12801 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12802 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12803 (f90-match-end): Handle block, critical.
12804
eefff499
GM
128052011-06-25 Glenn Morris <rgm@gnu.org>
12806
f6ba4cc9
GM
12807 * calendar/diary-lib.el (diary-included-files): Doc fix.
12808 (diary-include-files): New function, extracted from
12809 diary-include-other-diary-files and diary-mark-included-diary-files.
12810 (diary-include-other-diary-files, diary-mark-included-diary-files):
12811 Just call diary-include-files.
12812 (diary-mark-entries): Reset diary-included-files on first call.
12813
16712304
GM
12814 * calendar/diary-lib.el (diary-mark-entries)
12815 (diary-mark-included-diary-files):
12816 Visit included diary-files in temp buffers.
12817
5d8e0d43
GM
12818 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12819 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12820 (f90-start-block-re, f90-imenu-generic-expression)
12821 (f90-looking-at-program-block-start, f90-no-block-limit):
12822 Add support for submodules.
12823
ccf7a5d5
GM
12824 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12825 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12826
11fdef7d 128272011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12828
12829 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12830 buffer-file-type before setting its value, to avoid disastrous
eefff499 12831 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12832
74f53697
JB
128332011-06-25 Juanma Barranquero <lekktu@gmail.com>
12834
12835 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12836
12837 * ses.el (ses-unload-function):
12838 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12839
12840 * proced.el (proced-unload-function):
12841 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12842
18a4ce5e
AR
128432011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12844
12845 * server.el (server-create-window-system-frame): Add parameters arg.
12846 (server-process-filter): Doc fix. Handle frame-parameters.
12847
519d22cc
JB
128482011-06-25 Juanma Barranquero <lekktu@gmail.com>
12849
12850 Fix bug#8730, bug#8781.
12851
12852 * loadhist.el (unload--set-major-mode): New function.
12853 (unload-feature): Use it.
12854
12855 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12856 (python-unload-function): New function.
12857
c206f5b0
SM
128582011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12861
f9ad64f3
GS
128622011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12863
12864 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12865 the candidates list.
12866
7d0da90e
JB
128672011-06-24 Juanma Barranquero <lekktu@gmail.com>
12868
12869 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12870
14b4e83d
RS
128712011-06-23 Richard Stallman <rms@gnu.org>
12872
12873 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12874 (rmail-variables): Set next-error-move-function.
12875 (rmail-what-message): Take argument POS.
12876 (rmail-next-error-move): New function.
12877
273d2baf
SM
128782011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12881 messages for adjacent non-terminals.
12882
56c2cc9a
RS
128832011-06-23 Richard Stallman <rms@gnu.org>
12884
12885 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12886 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12887 (rmail-start-mail): Don't specify use of rmail-mail-return;
12888 that's done by mail-bury now.
12889 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12890
d59eb518
MA
128912011-06-23 Michael Albinus <michael.albinus@gmx.de>
12892
12893 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12894 SIZE is a number.
12895
02cfc6d6
MR
128962011-06-23 Martin Rudalics <rudalics@gmx.at>
12897
12898 * window.el (get-lru-window, get-mru-window)
12899 (get-largest-window): Never return a minibuffer window.
12900 (display-buffer-pop-up-window): Fix a bug that could lead to
12901 reusing the minibuffer window.
12902 (display-buffer): Pass original specifier argument to
12903 display-buffer-function instead of the normalized one.
12904 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12905
4e323265
LL
129062011-06-22 Leo Liu <sdl.web@gmail.com>
12907
12908 * minibuffer.el (completing-read-function)
12909 (completing-read-default): Move from minibuf.c
12910
7a70468f
RS
129112011-06-22 Richard Stallman <rms@gnu.org>
12912
50718fc2
RS
12913 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12914 to Rmail even if not started by a special Rmail command.
12915
7a70468f
RS
12916 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12917 Copy the buffer currently showing just one message.
12918
297dde5a
RW
129192011-06-22 Roland Winkler <winkler@gnu.org>
12920
12921 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12922 (bibtex-clean-entry): First delete the old key so that a
12923 customized algorithm for generating the new key does not get
12924 confused by the old key.
12925 (bibtex-url): Obey regexp of first step.
12926 (bibtex-search-entries): Do not use add-to-list with local
12927 list-var.
12928
97bb1093
LMI
129292011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12930
12931 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12932 stored a user name, then query for the password first, instead of
12933 waiting for SMTP to give an error message and the trying again.
12934
1c0f1a19
JD
129352011-06-22 Lawrence Mitchell <wence@gmx.li>
12936
12937 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12938 BUFFER in call-process.
12939
396f7c9d
LMI
129402011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12941
12942 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12943 QUIT twice.
ddb7ffee
LMI
12944 (smtpmail-try-auth-methods): Require user name and password from
12945 auth-source.
396f7c9d 12946
8998d1b3
MR
129472011-06-22 Martin Rudalics <rudalics@gmx.at>
12948
12949 * window.el (display-buffer-default-specifiers)
12950 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12951 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12952 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12953
12954 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12955 (special-display-frame-alist, special-display-popup-frame):
12956 Remove duplicate declarations. These are now in window.el.
12957
4ea31e07
LMI
129582011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12959
c9d29fb8
SM
12960 * mail/smtpmail.el (smtpmail-via-smtp):
12961 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12962 server supports it. SMTP servers that support STARTTLS commonly
12963 require it.
12964
12965 * net/network-stream.el (network-stream-open-starttls): Support
12966 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12967 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12968
95f41d9a
LMI
12969 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12970 upgrades with `open-network-stream', and rely solely on
12971 auth-source for all credentials. Big changes throughout the file,
12972 but in particular:
c9d29fb8
SM
12973 (smtpmail-auth-credentials): Remove.
12974 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12975 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12976 MAIL FROM, too.
95f41d9a 12977
c9d29fb8
SM
12978 * net/network-stream.el (network-stream-open-starttls):
12979 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12980 STARTTLS.
12981 (auth-source): Require.
12982 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12983 (network-stream-certificate): Change cert-cert to cert and
12984 cert-key to key.
4ea31e07 12985
065ec2c7
MA
129862011-06-21 Michael Albinus <michael.albinus@gmx.de>
12987
12988 * net/tramp-cache.el (top): Don't load the persistency file when
12989 "emacs -Q" has been called.
12990
cd93b359
DR
129912011-06-21 Tim Harper <timcharper@gmail.com>
12992
d8e4b68b
JB
12993 * term/ns-win.el (ns-initialize-window-system):
12994 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12995 resource to NO as it is not yet supported by the NS port.
12996
ae9c0411
JB
129972011-06-21 Juanma Barranquero <lekktu@gmail.com>
12998
12999 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13000 (list-dynamic-libraries): ...not here.
13001
7f3f739f
LL
130022011-06-21 Leo Liu <sdl.web@gmail.com>
13003
13004 * subr.el (sha1): Implement sha1 using secure-hash.
13005
327c8fb1
MR
130062011-06-21 Martin Rudalics <rudalics@gmx.at>
13007
13008 * window.el (display-buffer-alist): In default value do not
13009 enforce searching a window on any but the selected frame.
13010 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13011 (display-buffer-select-window): Remove function.
13012 (display-buffer-in-window): When a window on another frame gets
13013 reused, do not select it any more but just raise its frame if
13014 necessary (Bug#8851) and (Bug#8856).
13015 (display-buffer-normalize-options): Handle pop-up-frames related
13016 options more faithfully.
13017 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13018 window if it is on another frame.
c9d29fb8
SM
13019 (display-buffer-alist, display-buffer-default-specifiers):
13020 Don't make new frame unsplittable by default.
9e9de014
MR
13021 (display-buffer-normalize-argument): Fix doc-string typo and use
13022 'same-frame-other-window instead of 'other-window when associating
13023 with display-buffer-macro-specifiers.
327c8fb1 13024
7cf3f556
VB
130252011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13026
13027 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13028 New functions.
13029 (5x5-mode-map, 5x5-mode-menu): Bind them.
13030 (5x5-draw-grid): Tweak the solver's rendering.
13031
60a406cf
SM
130322011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13035 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13036
d8e4b68b 130372011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13038
13039 * menu-bar.el: Use function variable instead of switch-to-buffer.
13040 (menu-bar-select-buffer-function): New variable.
60a406cf 13041 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13042
478d6f95
SM
130432011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13044
13045 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13046 variable's status.
13047
ca530739
JD
130482011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13049
13050 * x-dnd.el (x-dnd-version-from-flags)
13051 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13052 and long as number (Bug#8899).
13053 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13054
bcd70d97
SM
130552011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13056
60a406cf 13057 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13058 (completion-try-completion, completion-all-completions): Compute the
13059 metadata argument if it's missing; make it optional (bug#8795).
13060
60a406cf 13061 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13062 (widget-complete): Use new :completion-function property.
13063 (widget-completions-at-point): New function.
13064 (default): Use :completion-function instead of :complete.
60a406cf
SM
13065 (widget-default-completions): Rename from widget-default-complete;
13066 Rewrite.
bcd70d97
SM
13067 (widget-string-complete, widget-file-complete, widget-color-complete):
13068 Remove functions.
13069 (file, symbol, function, variable, coding-system, color):
13070 * international/mule-cmds.el (default-input-method, charset)
13071 (language-info-custom-alist):
13072 * cus-edit.el (face): Use new property :completions.
13073
13074 * progmodes/pascal.el (pascal-completions-at-point): New function.
13075 (pascal-mode): Use it.
13076 (pascal-mode-map): Use completion-at-point.
13077 (pascal-toggle-completions): Make obsolete.
13078 (pascal-complete-word, pascal-show-completions):
13079 * progmodes/octave-mod.el (octave-complete-symbol):
13080 Redefine as obsolete alias.
13081 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13082 Signal absence of completion info for old Octave,
13083 (inferior-octave-complete): Redefine as obsolete alias.
13084 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13085 (meta-completions-at-point): Rename from meta-complete-symbol and
13086 adapt it for use on completion-at-point-functions.
13087 (meta-common-mode): Use it.
13088 (meta-looking-at-backward, meta-match-buffer): Remove.
13089 (meta-complete-symbol): Redefine as obsolete alias.
13090 (meta-common-mode-map): Use completion-at-point.
13091 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13092 (makefile-mode-map): Use completion-at-point.
13093 (makefile-completions-at-point): Rename from makefile-complete and
13094 adapt it for use on completion-at-point-functions.
13095 (makefile-mode): Use it.
13096 (makefile-complete): Redefine as obsolete alias.
13097
aebf69c8
DD
130982011-06-20 Deniz Dogan <deniz@dogan.se>
13099
13100 * net/rcirc.el: Delete trailing whitespaces once and for all.
13101
bfbbb27d
DC
131022011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13103
13104 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13105
d264a46b
CY
131062011-06-19 Chong Yidong <cyd@stupidchicken.com>
13107
4ca009e5
CY
13108 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13109
d264a46b
CY
13110 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13111
fbf5b3ce
MR
131122011-06-19 Martin Rudalics <rudalics@gmx.at>
13113
13114 * window.el (display-buffer-other-window-means-other-frame):
13115 Call display-buffer-normalize-alist.
13116 (display-buffer-normalize-specifiers-1): Rename to
13117 display-buffer-normalize-argument. New argument other-frame.
13118 Rewrite.
13119 (display-buffer-normalize-specifiers-2): Rename to
13120 display-buffer-normalize-options.
13121 (display-buffer-normalize-alist-1): New function.
13122 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13123 display-buffer-normalize-alist.
13124 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13125 (display-buffer-normalize-options-inhibit): New variable.
13126 (display-buffer-normalize-specifiers): Rewrite calling
13127 display-buffer-normalize-alist,
13128 display-buffer-normalize-argument, and
13129 display-buffer-normalize-options. Don't call the latter if
13130 display-buffer-normalize-options-inhibit is non-nil.
13131 (frame-auto-delete): New option.
13132 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13133 (window-list-no-nils, window-state-ignored-parameters)
13134 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13135 (window-state-put-1, window-state-put-2, window-state-put):
13136 New functions.
9a028c23
MR
13137 (display-buffer-normalize-options): Move special-display-p group
13138 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13139
6d10d800
CY
131402011-06-18 Chong Yidong <cyd@stupidchicken.com>
13141
6420d28b
CY
13142 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13143 groups (Bug#8776).
13144 (rx-submatch-n): New function.
13145 (rx): Document it.
13146
ddb8b596
CY
13147 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13148 (Bug#8768).
13149
13150 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13151
77080289
CY
13152 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13153
61dfb316
CY
13154 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13155 anytime existing face settings are present (Bug#8889).
13156
6d10d800
CY
13157 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13158 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13159 Remove unused argument.
13160
be3fb2b8
MR
131612011-06-18 Martin Rudalics <rudalics@gmx.at>
13162
bcd70d97
SM
13163 * window.el (display-buffer-default-specifiers):
13164 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13165 pop-up-window-min-width, and another reuse-window specifier
13166 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13167 (display-buffer-normalize-specifiers-2):
13168 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13169 pop-up-windows is unset. Add a reuse-window specifier for the
13170 case popping up a new window fails.
13171 (special-display-popup-frame): Remove double quoting.
28dec25a 13172 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13173
1c6d8c76
SM
131742011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13177 according to comint-completion-addsuffix.
13178
13179 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13180 (pcomplete-suffix-list): Mark as obsolete.
13181 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13182 pcomplete-seen in the closure.
13183 (pcomplete-comint-setup): Setup completion-at-point as well.
13184 (pcomplete--entries): New function.
13185 (pcomplete--env-regexp): New var.
13186 (pcomplete-entries): Rewrite to work with partial-completion and
13187 without relying on pcomplete-suffix-list.
13188 (pcomplete-pare-list): Remove, unused.
13189
25aef8b8
MR
131902011-06-17 Martin Rudalics <rudalics@gmx.at>
13191
13192 * window.el (display-buffer-alist): Set pop-up-window-min-height
13193 and pop-up-window-min-width in default value. Reported by
13194 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13195 other-window-means-other-frame.
13196 (display-buffer-macro-specifiers): Comment out entry for
13197 other-window specifier.
13198 (display-buffer-other-window-means-other-frame): New function.
13199 (display-buffer-normalize-specifiers-1): New arguments
13200 buffer-name and label. Treat other-window case specially.
13201 (display-buffer-normalize-specifiers-2): Treat other-window case
13202 specially.
13203 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13204 (display-buffer-normalize-specifiers):
13205 Call display-buffer-normalize-specifiers-3.
25aef8b8 13206
dbad4f69
MR
132072011-06-17 Martin Rudalics <rudalics@gmx.at>
13208
13209 * window.el (same-window-p): Fix two typos introduced when
13210 adding with-no-warnings.
d1067961
MR
13211 (display-buffer-normalize-specifiers-1): Don't check
13212 pop-up-frames for 'unset initialization.
13213 (display-buffer-normalize-specifiers-2): Major rewrite using
13214 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13215 (pop-up-frames, display-buffer-reuse-frames)
13216 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13217 Suggested by David Engster <deng@randomsample.de>.
13218 (even-window-heights): Initialize to 'unset.
13219 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13220 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13221 other window case.
dbad4f69 13222
9b9c9e3a
MR
132232011-06-16 Martin Rudalics <rudalics@gmx.at>
13224
bcd70d97
SM
13225 * window.el (display-buffer-normalize-specifiers-1):
13226 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13227 second argument of display-buffer (Bug#8865).
981d5c09
MR
13228 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13229 (switch-to-buffer-other-window-same-frame)
13230 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13231 Adams (Bug#8875).
9c2755e9
MR
13232 (display-buffer): Don't check noninteractive when calling
13233 display-buffer-pop-up-frame.
13234 (display-buffer-pop-up-frame): Never pop up a frame in
13235 noninteractive mode (Bug#8857).
67222e1d
MR
13236 (enlarge-window, shrink-window): Don't report an error when the
13237 window can't be resized as requested (Bug#8862).
9b9c9e3a 13238
2b75be67
SM
132392011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13240
9ffdd3ba
SM
13241 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13242
cb581a67
SM
13243 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13244
2b75be67
SM
13245 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13246
8c0e3589
AM
132472011-06-15 Alan Mackenzie <acm@muc.de>
13248
cb581a67
SM
13249 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13250 for declarators, disable knr checking to speed up for normal files.
13251 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13252
b96e6cde
LMI
132532011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13254
4bba86e6
LMI
13255 * net/network-stream.el (open-network-stream): Add the keyword
13256 :always-query-capabilities for the case where you want to force a
13257 `plain' network connection, but the protocol still requires the
13258 capabilitiy command (i.e., SMTP and EHLO).
13259
2b75be67 13260 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13261 consistency with other `-live-p' functions.
13262
efdcdbf8
SM
132632011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * window.el (same-window-buffer-names, same-window-regexps)
13266 (special-display-frame-alist, special-display-popup-frame)
13267 (special-display-function, special-display-buffer-names)
13268 (special-display-regexps, pop-up-frame-alist)
13269 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13270 (pop-up-windows, split-window-preferred-function)
13271 (split-height-threshold, split-width-threshold, even-window-heights)
13272 (display-buffer-mark-dedicated): Don't encourage the use of
13273 display-buffer-alist from Elisp code.
13274
c5cde042
DN
132752011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13276
13277 * progmodes/python.el (python-mode): Derive from prog-mode.
13278 * progmodes/ps-mode.el (ps-mode):
13279 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13280 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13281 * progmodes/ld-script.el (ld-script-mode): Likewise.
13282
baa1c9ab
MR
132832011-06-15 Martin Rudalics <rudalics@gmx.at>
13284
13285 * window.el (display-buffer-alist): Trim default value to avoid
13286 popping up a new frame (Bug#8857) or reusing an arbitrary window
13287 on another frame.
13288 (display-buffer): Do not fall back on popping up a new frame in
13289 batch mode (Bug#8857).
13290
c5dd5a51
CY
132912011-06-14 Chong Yidong <cyd@stupidchicken.com>
13292
13293 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13294 (custom-theme-summary): New function.
13295 (customize-themes): Use it.
13296
d647b7c4
GM
132972011-06-13 Glenn Morris <rgm@gnu.org>
13298
13299 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13300
9481c002
MR
133012011-06-13 Martin Rudalics <rudalics@gmx.at>
13302
357f93d2
MR
13303 * help.el (help-window): Remove variable.
13304 (help-window-point-marker, temp-buffer-max-height)
13305 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13306 (help-print-return-message): Don't set help-window.
13307 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13308 (help-window-setup-finish): Remove.
13309 (help-window-display-message, help-window-setup)
13310 (with-help-window): Major rewrite based on new
13311 display-buffer-window variable.
13312
13313 * help-mode.el (help-mode-finish): Remove help-window related
13314 code.
13315
13316 * view.el (view-exits-all-viewing-windows): Remove reference to
13317 view-return-to-alist in doc-string.
13318 (view-return-to-alist): Make obsolete.
13319 (view-buffer): Call pop-to-buffer-same-window and remove
13320 undo-window code.
13321 (view-buffer-other-window): Call pop-to-buffer-other-window and
13322 simplify code. Ignore second argument.
13323 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13324 simplify code. Ignore second argument.
13325 (view-return-to-alist-update): Make obsolete.
13326 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13327 Rewrite using quit-restore window parameters.
2b75be67
SM
13328 (view-mode-exit): Rename second argument to EXIT-ONLY.
13329 Rewrite using quit-restore-window.
357f93d2
MR
13330 (View-exit, View-exit-and-edit, View-leave, View-quit)
13331 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13332 appropriate arguments.
13333 (view-end-message): Use quit-restore window parameter.
13334
9481c002
MR
13335 * window.el (display-buffer-function): Rewrite doc-string.
13336 (display-buffer-window, display-buffer-alist): New variables.
13337 (display-buffer-split-specifiers)
13338 (display-buffer-side-specifiers)
13339 (display-buffer-macro-specifiers): New constants.
13340 (display-buffer-even-window-sizes, display-buffer-set-height)
13341 (display-buffer-set-width, display-buffer-select-window)
13342 (display-buffer-in-window, display-buffer-reuse-window)
13343 (display-buffer-split-window-1, display-buffer-split-window)
13344 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13345 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13346 (display-buffer-in-side-window, normalize-buffer-to-display)
13347 (display-buffer-normalize-specifiers-1)
13348 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13349 (display-buffer-normalize-specifiers, display-buffer-frame):
13350 New functions.
9481c002
MR
13351 (display-buffer): Major rewrite.
13352 (display-buffer-other-window, display-buffer-other-frame)
13353 (pop-to-buffer, switch-to-buffer-other-window)
13354 (switch-to-buffer-other-frame): Rewrite.
13355 (display-buffer-same-window, display-buffer-same-frame)
13356 (display-buffer-same-frame-other-window)
13357 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13358 (pop-to-buffer-other-window)
13359 (pop-to-buffer-same-frame-other-window)
13360 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13361 (switch-to-buffer-other-window-same-frame): New functions.
13362 (same-window-p, special-display-p): Rewrite disabling warnings.
13363 Make obsolete.
13364 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13365 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13366 Make obsolete
13367 (same-window-buffer-names, same-window-regexps)
13368 (special-display-frame-alist, special-display-popup-frame)
13369 (special-display-function, special-display-buffer-names)
13370 (special-display-regexps, pop-up-frame-alist)
13371 (pop-up-frame-function, split-window-preferred-function)
13372 (split-height-threshold, split-width-threshold)
13373 (even-window-heights): Make obsolete.
13374
9db51aca
GM
133752011-06-12 Glenn Morris <rgm@gnu.org>
13376
13377 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13378 Misc simplifications.
9db51aca 13379
39cffb44
MR
133802011-06-12 Martin Rudalics <rudalics@gmx.at>
13381
13382 * window.el (window-safely-shrinkable-p): Restore function which
13383 was inadvertently removed in change from 2011-06-11. Declare as
13384 obsolete.
13385
2b75be67
SM
13386 * calendar/calendar.el (calendar-generate-window):
13387 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13388 window-safely-shrinkable-p.
13389
a8955be7
GM
133902011-06-12 Glenn Morris <rgm@gnu.org>
13391
13392 * progmodes/fortran.el (fortran-mode-syntax-table):
13393 * progmodes/f90.el (f90-mode-syntax-table):
13394 Set % to punctuation. (Bug#8820)
13395 (f90-find-tag-default): Remove, no longer needed.
13396
f0d4059d
DC
133972011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13398
13399 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13400
1100a63c
CY
134012011-06-11 Chong Yidong <cyd@stupidchicken.com>
13402
13403 * image.el (image-animated-p): Return animation delay in seconds.
13404 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13405 (image-animate-timeout): Remove DELAY argument. Don't assume
13406 every subimage has the same delay; get it from image-animated-p.
13407 (image-animate): Caller changed.
13408
def722bf
MA
134092011-06-11 Michael Albinus <michael.albinus@gmx.de>
13410
13411 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13412 to ignored backtrace functions.
13413
0a2bb1a9
GM
134142011-06-11 Glenn Morris <rgm@gnu.org>
13415
13416 * calendar/appt.el (appt-disp-window-function): Doc fix.
13417 (appt-check): Handle overlapping appointments. (Bug#8337)
13418
6198ccd0
MR
134192011-06-11 Martin Rudalics <rudalics@gmx.at>
13420
13421 * window.el (window-tree-1, window-tree): New functions, moving
13422 the latter to window.el.
13423 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13424 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13425 (bw-refresh-edges): Remove.
13426 (balance-windows-1, balance-windows-2): New functions.
13427 (balance-windows): Rewrite in terms of window tree functions,
13428 balance-windows-1 and balance-windows-2.
13429 (bw-adjust-window): Remove.
13430 (balance-windows-area-adjust): New function with functionality of
13431 bw-adjust-window but using resize-window.
2b75be67
SM
13432 (set-window-text-height): Rewrite doc-string.
13433 Use normalize-live-window and resize-window.
13434 (enlarge-window-horizontally, shrink-window-horizontally):
13435 Rename argument to DELTA.
6198ccd0
MR
13436 (window-buffer-height): New function.
13437 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13438 Rewrite using new window resize routines.
2b75be67
SM
13439 (kill-buffer-and-window, mouse-autoselect-window-select):
13440 Use ignore-errors instead of condition-case.
6198ccd0
MR
13441 (quit-window): Call delete-frame instead of delete-windows-on
13442 for the only buffer on frame.
13443
9397e56f
MR
134442011-06-10 Martin Rudalics <rudalics@gmx.at>
13445
13446 * loadup.el (top-level): Load window before files for the sake
13447 of replace-buffer-in-windows.
13448
13449 * files.el (read-buffer-to-switch)
13450 (switch-to-buffer-other-window)
2b75be67
SM
13451 (switch-to-buffer-other-frame, display-buffer-other-frame):
13452 Move to window.el.
9397e56f
MR
13453
13454 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13455 (previous-buffer): Move to window.el.
13456
13457 * bindings.el (unbury-buffer): Move to window.el.
13458
13459 * window.el (delete-other-windows-vertically): Move after
13460 definition of delete-other-windows.
13461 (other-window, delete-windows-on, replace-buffer-in-windows):
13462 Move here from window.c.
13463 (record-window-buffer, unrecord-window-buffer)
13464 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13465 (switch-to-next-buffer): New functions.
13466 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13467 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13468 (previous-buffer): Move here from simple.el.
13469 Call switch-to-prev-buffer.
9397e56f
MR
13470 (bury-buffer): Move here from buffer.c. Switch to previous
13471 buffer when window cannot be deleted.
13472 (unbury-buffer): Move here from bindings.el.
13473 (ctl-x-map): Move binding for other-window from window.c to
13474 here.
13475 (read-buffer-to-switch, switch-to-buffer-other-window)
13476 (switch-to-buffer-other-frame): Move here from files.el.
13477 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13478 (switch-to-buffer): Move here from buffer.c.
13479 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13480
562dd5e9
MR
134812011-06-10 Martin Rudalics <rudalics@gmx.at>
13482
13483 * window.el (window-min-height, window-min-width): Move here
13484 from window.c. Add defcustoms and rewrite doc-strings.
13485 (resize-mini-window, resize-window): New functions.
13486 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13487 Move here from window.c.
13488 (maximize-window, minimize-window): New functions.
13489 (delete-window, delete-other-windows, split-window): Move here
13490 from window.c.
13491 (window-split-min-size): New function.
13492 (split-window-keep-point): Mention split-window-above-each-other
13493 instead of split-window-vertically.
2b75be67 13494 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13495 Rename split-window-vertically to split-window-above-each-other
13496 and provide defalias for old definition.
13497 (split-window-side-by-side, split-window-horizontally):
13498 Rename split-window-horizontally to split-window-side-by-side
13499 and provide defalias for the old definition.
562dd5e9
MR
13500 (ctl-x-map): Move bindings for delete-window,
13501 delete-other-windows and enlarge-window here from window.c.
13502 Replace bindings for split-window-vertically and
13503 split-window-horizontally by bindings for
13504 split-window-above-each-other and split-window-side-by-side.
13505
13506 * cus-start.el (all): Remove entries for window-min-height and
13507 window-min-width. Add entries for window-splits and
13508 window-nest.
13509
f0da764a
GM
135102011-06-09 Glenn Morris <rgm@gnu.org>
13511
80675c21
GM
13512 * calendar/appt.el (appt-mode-line): New function.
13513 (appt-check, appt-disp-window): Use it.
13514
f0da764a
GM
13515 * files.el (hack-one-local-variable-eval-safep):
13516 Allow minor-modes with explicit +/-1 arguments.
13517
59f623b7
TZ
135182011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13519
13520 * term/xterm.el (xterm): Add defgroup.
13521 (xterm-extra-capabilities): Add defcustom to supply known xterm
13522 capabilities, skip querying them, or query them (default).
13523 (terminal-init-xterm): Use it.
13524 (terminal-init-xterm-modify-other-keys): New function to set up
13525 modifyOtherKeys support to simplify `terminal-init-xterm'.
13526
9aab8e0d
MR
135272011-06-09 Martin Rudalics <rudalics@gmx.at>
13528
13529 * window.el (resize-window-reset, resize-window-reset-1)
13530 (resize-subwindows-skip-p, resize-subwindows-normal)
13531 (resize-subwindows, resize-other-windows, resize-this-window)
13532 (resize-root-window, resize-root-window-vertically)
13533 (window-deletable-p, window-or-subwindow-p)
13534 (frame-root-window-p): New functions.
13535
e8b08aee
GM
135362011-06-09 Glenn Morris <rgm@gnu.org>
13537
13538 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13539 (ange-ftp-get-files): Use it.
13540
254c37a5
AK
135412011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13542
13543 * mail/sendmail.el (mail-recover-1, mail-recover):
13544 * files.el (recover-file, recover-session):
13545 Handle dired-listing-switches not being just a single short option.
13546
35d7dbd3
GM
135472011-06-09 Glenn Morris <rgm@gnu.org>
13548
13549 * calendar/appt.el (appt-display-message, appt-disp-window):
13550 Handle lists of appointments.
13551
387522b2
MR
135522011-06-08 Martin Rudalics <rudalics@gmx.at>
13553
2b75be67
SM
13554 * window.el (one-window-p): Move down in code.
13555 Rewrite doc-string.
13556 (window-current-scroll-bars): Rewrite doc-string.
13557 Normalize live window argument.
387522b2
MR
13558 (walk-windows, get-window-with-predicate, count-windows):
13559 Rewrite doc-string. Use window-list-1.
13560 (window-in-direction-2, window-in-direction, get-mru-window):
13561 New functions.
13562
d8e4b68b 135632011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13564
13565 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13566 Doc fix (Bug#8713).
13567
135682011-06-08 Chong Yidong <cyd@stupidchicken.com>
13569
13570 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13571
135722011-06-08 Juanma Barranquero <lekktu@gmail.com>
13573
13574 * loadhist.el (unload-feature-special-hooks):
13575 Add `comint-output-filter-functions'.
13576
0de12c52
IK
135772011-06-08 Ivan Kanis <gnu@kanis.fr>
13578
13579 * calendar/appt.el (appt-check): Move some initializations into the let.
13580
f3d1777e
MR
135812011-06-08 Martin Rudalics <rudalics@gmx.at>
13582
13583 * window.el (window-height): Defalias to window-total-height.
13584 (window-width): Defalias to window-body-width.
13585
18af70d0
CY
135862011-06-07 Chong Yidong <cyd@stupidchicken.com>
13587
13588 * image-mode.el (image-toggle-animation): New command.
13589 (image-mode-map): Bind it to RET.
13590 (image-mode): Update message.
13591 (image-toggle-display-image): Avoid a spurious cache flush.
13592 (image-transform-rotation): Doc fix.
13593 (image-transform-properties): Return quickly in the normal case.
13594 (image-animate-loop): Rename from image-animate-max-time.
13595
2b75be67 13596 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13597 (create-animated-image): Remove unnecessary function.
13598 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13599 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13600 (image-animate-timer): Use car-safe.
13601 (image-animate-timeout): Rename argument.
13602
190b47e6
MR
136032011-06-07 Martin Rudalics <rudalics@gmx.at>
13604
13605 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13606 window.c. Rename first argument to ALL-FRAMES.
13607 Rephrase doc-strings.
13608 (get-buffer-window-list): Rewrite using window-list-1.
13609 Rephrase doc-string.
a1511caf
MR
13610 (window-safe-min-height, window-safe-min-width): New constants.
13611 (window-size-ignore, window-min-size, window-min-size-1)
13612 (window-sizable, window-sizable-p, window-size-fixed-1)
13613 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13614 (window-max-delta-1, window-max-delta, window-resizable)
13615 (window-resizable-p, window-total-height, window-total-width)
13616 (window-body-width): New functions.
13617 (window-full-height-p, window-full-width-p): Rewrite using
13618 window-total-size.
13619 (window-body-height): Rewrite using window-body-size.
190b47e6 13620
85cc1f11
MR
136212011-06-06 Martin Rudalics <rudalics@gmx.at>
13622
13623 * window.el (window-right, window-left, window-child)
13624 (window-child-count, window-last-child, window-any-p)
13625 (normalize-live-buffer, normalize-live-frame)
13626 (normalize-any-window, normalize-live-window)
13627 (window-iso-combination-p, window-iso-combined-p)
13628 (window-iso-combinations)
13629 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13630 (windows-with-parameter, window-with-parameter)
13631 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13632 (window-atom-check, window-side-check, window-check):
13633 New functions.
85cc1f11
MR
13634 (ignore-window-parameters, window-sides, window-sides-vertical)
13635 (window-sides-slots): New variables.
13636 (window-size-fixed): Move down in code. Minor doc-string fix.
13637
e7156492
AS
136382011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13639
13640 * comint.el (comint-dynamic-complete-as-filename)
13641 (comint-dynamic-complete-filename): Correctly call
13642 completion-in-region.
13643
7e821d0d
DD
136442011-06-05 Deniz Dogan <deniz@dogan.se>
13645
13646 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13647 in last change.
13648
ac09b8a1
DD
136492011-06-05 Deniz Dogan <deniz@dogan.se>
13650
13651 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13652 (rcirc): Use it to prompt for encryption.
13653
34699b85
RW
136542011-06-05 Roland Winkler <winkler@gnu.org>
13655
13656 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13657 (bibtex-search-entries): New command bound to C-c C-a.
13658 (bibtex-display-entries): New function.
13659
004dedd3
RW
136602011-06-05 Roland Winkler <winkler@gnu.org>
13661
13662 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13663 (bibtex-insert-kill): After yanking insert newline if necessary.
13664 (bibtex-initialize): Call bibtex-string-files-init only once.
13665 (bibtex-mode): Do not call easy-menu-add.
13666 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13667 (bibtex-yank): Set arg properly if nil.
13668
022fe7ce
RW
136692011-06-05 Roland Winkler <winkler@gnu.org>
13670
2b75be67
SM
13671 * textmodes/bibtex.el (bibtex-search-entry-globally):
13672 New variable.
022fe7ce
RW
13673 (bibtex-search-entry): Use it.
13674
b7c3692a
RW
136752011-06-05 Roland Winkler <winkler@gnu.org>
13676
13677 * textmodes/bibtex.el (bibtex-entry-format): New option
13678 sort-fields.
13679 (bibtex-format-entry, bibtex-reformat): Honor this option.
13680 (bibtex-parse-entry): Return fields in proper order.
13681
8eda563d
JB
136822011-06-05 Juanma Barranquero <lekktu@gmail.com>
13683
13684 * doc-view.el (doc-view-remove-if): Move computation of result out
13685 of `dolist' to silence misleading lexical-binding warning.
13686
7dbe3dbc
CY
136872011-06-04 Chong Yidong <cyd@stupidchicken.com>
13688
13689 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13690 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13691
0c33dd17
MA
136922011-06-04 Michael Albinus <michael.albinus@gmx.de>
13693
13694 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13695 "SunOS 5.10".
13696
f8f91c2b
MA
136972011-06-04 Michael Albinus <michael.albinus@gmx.de>
13698
13699 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13700 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13701 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13702 (tramp-parse-putty):
13703 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13704 (tramp-completion-function-alist-ssh)
13705 (tramp-completion-function-alist-telnet)
13706 (tramp-completion-function-alist-su)
13707 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13708 cookie.
13709
13710 * net/tramp-ftp.el:
13711 * net/tramp-sh.el:
13712 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13713 load "tramp.el" `tramp-set-completion-function'.
13714
e17d9003
SM
137152011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13716
13717 * shell.el: Require and use pcomplete.
13718 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13719 (shell-completion-vars): Set pcomplete-default-completion-function.
13720
6c4cab03
DD
137212011-06-04 Deniz Dogan <deniz@dogan.se>
13722
13723 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13724 `memq' (Bug#8799).
13725
ea9fafe0
SM
137262011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13727
13728 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13729
b3e945d3
JB
137302011-06-02 Juanma Barranquero <lekktu@gmail.com>
13731
13732 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13733 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13734 * vc/log-view.el (log-view-beginning-of-defun):
13735 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13736 (smerge-refine-forward, smerge-refine-chopup-region):
13737 Silence warning for unused `dotimes' counter variables.
13738
7d520089
SM
137392011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * net/tramp.el (tramp-with-progress-reporter): Rename from
13742 with-progress-reporter. Use `declare'.
13743 * net/tramp-smb.el:
13744 * net/tramp-sh.el:
13745 * net/tramp-gvfs.el: Update all uses.
13746
a1c2400f
JB
137472011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13748
13749 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13750 buffer isn't killed before making it current.
13751
2403c841
SM
137522011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13753
13754 Silence various byte-compiler warnings.
13755 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13756 `access-type' and new obsolescence format.
13757 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13758 new format.
13759 (byte-compile-check-variable): New `access-type' argument.
13760 Only warn if the access-type is obsolete.
13761 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13762 (byte-compile-variable-set): Adjust callers.
13763 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13764 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13765 setting it as obsolete.
13766 * simple.el (minibuffer-completing-symbol):
13767 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13768 access as obsolete.
13769 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13770 obsolete yet.
13771 * international/quail.el (quail-mouse-choose-completion): Remove unused
13772 code referring to obsolete var.
13773 (quail-choose-completion-string): Remove.
13774 * server.el (server-clients-with, server-kill-buffer-query-function)
13775 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13776 * proced.el (proced-send-signal):
13777 * emacs-lisp/lisp.el (lisp-complete-symbol):
13778 Replace completion-annotate-function with completion-extra-properties.
13779
2462470b
SM
137802011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13781
fb5b2591
SM
13782 * simple.el (goto-line): Use read-number.
13783 (overriding-map-is-bound): Remove.
13784 (saved-overriding-map): Change default.
13785 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13786 Take the map as argument.
13787 (universal-argument, negative-argument, digit-argument): Use it.
13788 (restore-overriding-map): Adjust.
13789 (do-auto-fill): Use fill-forward-paragraph.
13790 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13791
fd6fa53f
SM
13792 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13793 (minibuffer-inactive-mode): New major mode.
13794 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13795 the *Messages* buffer" hack.
13796 (mouse-popup-menubar): Don't burp if the event is a normal key.
13797
2462470b
SM
13798 Miscellaneous tweaks.
13799 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13800 lexical scoping as in subr.el's dolist and dotimes.
13801 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13802 Silence compiler warning.
13803 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13804 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13805 * international/ccl.el (ccl-compile): Trivial simplification.
13806 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13807 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13808 `printflag' argument.
13809 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13810 Purecopy the whole obsolescence data.
13811
108bf785
LL
138122011-06-01 Leo Liu <sdl.web@gmail.com>
13813
13814 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13815 improve doc-string as suggested by Marco Pessotto
13816 <melmothx@gmail.com>.
13817 (rcirc-print): Fix last change.
13818
30a23501
SM
138192011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13820
13821 * minibuffer.el (complete-with-action): Return nil for the metadata and
13822 boundaries of non-functional tables.
13823 (completion-table-dynamic): Return nil for the metadata.
13824 (completion-table-with-terminator): Add default case, using
13825 complete-with-action.
13826 (completion--metadata): New function.
13827 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13828 to try and avoid pathological performance problems.
13829 (completion--embedded-envvar-table): Return `category' metadata.
13830
bcd54f83
LMI
138312011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13832
13833 * subr.el (process-alive-p): New tiny convenience function.
13834
e227544d
SM
138352011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13836
13837 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13838 content but also its previous major mode.
13839
e8296fdc
HE
138402011-05-31 Helmut Eller <eller.helmut@gmail.com>
13841
4d61f28d 13842 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13843 *Backtrace* buffer when we exit with C-M-c.
13844
620c53a6
SM
138452011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13846
13847 * minibuffer.el: Add metadata method to completion tables.
13848 (completion-category-overrides): New defcustom.
13849 (completion-metadata, completion--field-metadata)
13850 (completion-metadata-get, completion--styles)
13851 (completion--cycle-threshold): New functions.
13852 (completion-try-completion, completion-all-completions):
13853 Add `metadata' argument to choose completion-styles.
13854 (completion--do-completion): Use metadata to choose cycling.
13855 (completion-all-sorted-completions): Use metadata for sorting.
13856 Remove :completion-cycle-penalty which is not needed any more.
13857 (completion--try-word-completion): Add `metadata' argument.
13858 (minibuffer-completion-help): Check metadata for annotation function
13859 and sorting.
13860 (completion-file-name-table): Return `category' metadata.
13861 (minibuffer-completing-file-name): Make obsolete.
13862 * simple.el (minibuffer-completing-symbol): Make obsolete.
13863 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13864 completion-try-completion.
13865
1257e755
SM
138662011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13867
13868 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13869
3767e706
LL
138702011-05-30 Leo Liu <sdl.web@gmail.com>
13871
13872 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13873 (rcirc-print): Decode all incoming messages (bug#8744).
13874 (rcirc-decode-coding-system): Allow value nil for automatic coding
13875 system detection.
3767e706 13876
d1a5d56a
GM
138772011-06-01 Glenn Morris <rgm@gnu.org>
13878
13879 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13880
e8cbec34
CY
138812011-05-29 Chong Yidong <cyd@stupidchicken.com>
13882
13883 * image.el (image-animate-max-time): Allow nil and t values.
13884 Default to nil.
13885 (create-animated-image): Doc fix.
13886 (image-animate-start): Remove second arg; just use
13887 image-animate-max-time.
13888 (image-animate-timeout): Doc fix. Args changed.
13889
13890 * image-mode.el (image-toggle-display-image): Ensure that the
13891 image spec passed to the animate timer is the same object as in
58179cce 13892 the buffer's display property (Bug#6981).
e8cbec34
CY
13893 (image-transform-properties): Doc fix.
13894
13895 * image.el (image-animate-max-time): Default to nil.
13896
159daf87
MR
138972011-05-29 Martin Rudalics <rudalics@gmx.at>
13898
13899 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13900 entire buffer list (Bug#8184).
13901
d66c4c7c
CY
139022011-05-29 Chong Yidong <cyd@stupidchicken.com>
13903
13904 * image.el (imagemagick-types-inhibit)
13905 (imagemagick-register-types): Doc fix.
13906
80aec780
DD
139072011-05-29 Deniz Dogan <deniz@dogan.se>
13908
13909 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13910 default.
13911
1dd3c2d9
CY
139122011-05-29 Chong Yidong <cyd@stupidchicken.com>
13913
13914 * select.el: Don't perform clipboard-manager saving in hooks;
13915 leave the hooks empty.
13916
60e56523
LL
139172011-05-28 Leo Liu <sdl.web@gmail.com>
13918
13919 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13920 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13921 (occur-edit-mode): New major mode (Bug#8463).
13922 (occur-after-change-function): New function.
13923 (occur-engine): Give Occur tags a read-only property.
13924
2b1e1a22
KR
139252011-05-28 Kevin Ryde <user42@zip.com.au>
13926
13927 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13928
5d344e88
CY
139292011-05-28 Chong Yidong <cyd@stupidchicken.com>
13930
8e6ca83d
CY
13931 * bindings.el (help-echo): Make the initial non-indicator dash
13932 empty on graphical terminals (Bug#7295).
13933
5d344e88
CY
13934 * files.el (auto-mode-alist): Move config rule after the
13935 in-stripping one (Bug#8547).
13936
bfbbace7
CY
13937 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13938
fbeba6e2
CY
13939 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13940 setting (Bug#8740).
13941
60ed8c72
AA
139422011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13943
4ac619f0
AA
13944 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13945 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13946 (Bug#8539).
60ed8c72 13947
23db196e
CY
139482011-05-28 Chong Yidong <cyd@stupidchicken.com>
13949
13950 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13951
5012f24c
DK
139522011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13953
13954 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13955 (hs-hide-block-at-point, hs-find-block-beginning)
13956 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13957 (Bug#8279).
13958
6a639b16
GM
139592011-05-28 Glenn Morris <rgm@gnu.org>
13960
13961 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13962
d43eaf2c
CY
139632011-05-28 Chong Yidong <cyd@stupidchicken.com>
13964
5199bde1
CY
13965 * help-fns.el (describe-function-1): If the function is a derived
13966 major mode, print the parent mode.
13967
d43eaf2c
CY
13968 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13969 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13970
423428a8
SM
139712011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13972
0ff8e1ba 13973 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13974 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13975 * progmodes/etags.el (tags-completion-at-point-function):
13976 * info-look.el (info-lookup-completions-at-point): Mark as
13977 non-exclusive.
13978 (info-complete): Adjust accordingly.
13979
423428a8
SM
13980 * info-look.el: Convert to lexical-binding and completion-at-point.
13981 (info-lookup-completions-at-point): New function.
13982 (info-complete): Use it and completion-in-region.
13983
b74aa22b
DA
139842011-05-28 Drew Adams <drew.adams@oracle.com>
13985
13986 * isearch.el: Let M-e start with point at the first mismatched char.
13987 (isearch-fail-pos): New function.
13988 (isearch-edit-string): Use it.
13989
66e2e71d
DK
139902011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13991
13992 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13993
b1890b0f 139942011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13995
13996 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13997 traversal functions for avl-trees.
13998 (avl-tree--stack): New struct.
13999 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14000 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14001 (avl-tree--do-enter): Add optional `updatefun' arg.
14002 Change return value.
eb95d01d 14003 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14004 (avl-tree--do-delete): Add `test' and `nilflag' args.
14005 Change return value.
eb95d01d
TC
14006 (avl-tree-member): Add optional `nilflag'
14007 (avl-tree-member-p): New function.
14008 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14009 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14010 (avl-tree-stack-empty-p): New functions.
14011
3769ddcf
TC
14012 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14013 avl-tree--del-balance1 and make it work both ways.
14014 (avl-tree--del-balance2): Remove.
14015 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14016 make it work both ways.
14017 (avl-tree--enter-balance2): Remove.
14018 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14019 New macros.
14020 (avl-tree--mapc, avl-tree-map): Add direction argument.
14021
eb95d01d 140222011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14023
14024 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14025
a9f737ee
CY
140262011-05-27 Chong Yidong <cyd@stupidchicken.com>
14027
14028 * select.el: Support clipboard managers with built-in function
14029 x-clipboard-manager-save, via delete-frame-functions and
14030 kill-emacs-hook.
14031 (xselect-convert-to-targets): Add MULTIPLE target to list.
14032 (xselect-convert-to-save-targets): New function.
14033
c92a1e54
KH
140342011-05-27 Kenichi Handa <handa@m17n.org>
14035
14036 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14037 let-binding rfc2047-encode-encoded-words to nil.
14038
e145f188
GM
140392011-05-27 Glenn Morris <rgm@gnu.org>
14040
5ec8a862
GM
14041 * mail/emacsbug.el: Don't require url-util.
14042
4b29d9fb
GM
14043 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14044
e145f188
GM
14045 * files.el (set-auto-mode):
14046 Also respect mode: entries at the end of the file. (Bug#8586)
14047
7d15102b
GM
140482011-05-26 Glenn Morris <rgm@gnu.org>
14049
98f593b8
GM
14050 * files.el (hack-local-variables-prop-line, hack-local-variables):
14051 Downcase mode names, as seems to be traditional.
27b48e63 14052 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14053
7d15102b
GM
14054 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14055 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14056
51d5b4ec
JD
140572011-05-25 Julien Danjou <julien@danjou.info>
14058
14059 * textmodes/rst.el (rst-define-level-faces): Do not define face
14060 symbol if it is already defined.
14061
91513f63
VB
140622011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14063
14064 * play/5x5.el (5x5-new-game, 5x5-randomize):
14065 Reset 5x5-solver-output to nil when a new grid is cast.
14066 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14067 these debugging traces, as defmacro breaks the compiled code.
14068
4d90d6d0
DK
140692011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14070
14071 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14072
e1b90ef6
LL
140732011-05-24 Leo Liu <sdl.web@gmail.com>
14074
14075 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14076 (vc-bzr-sha1): Adapt.
14077
d8e4b68b 14078 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14079
14080 * bindings.el: Provide sha1 feature.
14081
db0406bb 140822011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14083
14084 * mail/sendmail.el: Require `rfc2047'.
14085 (mail-insert-from-field): Do not perform RFC2047 encoding.
14086 (mail-encode-header): New function.
14087 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14088 buffer to the return value of select-message-coding-system.
14089 Call mail-encode-header.
b8d747b9
KH
14090
14091 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14092
db0406bb 140932011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14094
4d90d6d0
DK
14095 * mail/supercite.el (sc-default-cite-frame):
14096 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14097
eb8a5e9b
GM
140982011-05-24 Glenn Morris <rgm@gnu.org>
14099
f8630703
GM
14100 * progmodes/python.el (brm-menu): Declare.
14101
8831bbed
GM
14102 * emulation/viper.el (viper-set-hooks): Declare.
14103
eb8a5e9b
GM
14104 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14105 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14106 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14107 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14108 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14109 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14110
a2a25d24
SM
141112011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14112
14113 Add an :exit-function for completion-at-point.
14114
14115 * minibuffer.el (completion--done): New fun.
14116 (completion--do-completion): Use it. New arg `expect-exact'.
14117 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14118 since completion--do-completion does it for us now.
14119 (minibuffer-force-complete): Use completion--done and
14120 completion--replace. Handle sole-completion case with more care.
14121 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14122 (completion-extra-properties): New var.
14123 (completion-annotate-function): Make obsolete.
14124 (minibuffer-completion-help): Adjust accordingly.
14125 Use completion-list-insert-choice-function.
14126 (completion-at-point, completion-help-at-point):
14127 Bind completion-extra-properties.
14128 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14129 * simple.el (completion-list-insert-choice-function): New var.
14130 (completion-setup-function): Preserve it.
14131 (choose-completion): Pay attention to it, shuffle the code a bit.
14132 (choose-completion-string): New arg `insert-function'.
14133
14134 * textmodes/bibtex.el: Convert to lexical binding.
14135 (bibtex-mode-map): Use completion-at-point.
14136 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14137 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14138 (bibtex-complete): Define as obsolete alias.
14139 (bibtex-complete-internal): Remove.
14140 (bibtex-format-entry): Remove unused sub-group in regexp.
14141 * shell.el (shell--command-completion-data)
14142 (shell-environment-variable-completion):
14143 * pcomplete.el (pcomplete-completions-at-point):
14144 * comint.el (comint--complete-file-name-data): Use :exit-function
14145 instead of completion-table-with-terminator so it also works for
14146 choose-completion.
14147
e44e373d
SM
141482011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14149
4f91a816
SM
14150 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14151
782fc819
SM
14152 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14153 (bug#8710).
14154
e44e373d
SM
14155 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14156
381987c3
KM
141572011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14158
14159 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14160 customization variable and implement: If non-nil, auto-fill will
14161 be inhibited while on topic's header line.
14162
b776bc70
VB
141632011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14164
14165 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14166 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14167 always have a solution in grid size = 5 cases.
14168 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14169 (5x5-solver-output, 5x5-log-buffer): New vars.
14170 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14171 Make these variables buffer local to achieve 5x5 multi-session-ness.
14172 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14173 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14174 (5x5-solve-suggest): New funs.
14175 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14176 randomize a grid so that we ensure that there is always a solution.
14177 (5x5-make-random-grid): Allow other movement than flipping.
14178
7de88b6e
KR
141792011-05-23 Kevin Ryde <user42@zip.com.au>
14180
14181 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14182 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14183 advice and passes PREDICATE.
14184
b1ef1257
SM
141852011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14186
bbca48fe
SM
14187 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14188 byte-compile-lambda if it's actually a lambda.
14189
b1ef1257
SM
14190 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14191 Fix function quoting. Use backquote better.
14192
92a9cc65
YS
141932011-05-22 Yuanle Song <sylecn@gmail.com>
14194
14195 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14196 matching (Bug#8516).
14197
f0fb8059
JA
141982011-01-22 Jari Aalto <jari.aalto@cante.net>
14199
14200 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14201 different face (Bug#8178).
14202
d5b44c93
CY
142032011-05-22 Chong Yidong <cyd@stupidchicken.com>
14204
14205 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14206 defface (Bug#8144).
14207
79106a44
SM
142082011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14209
9c848d8a
SM
14210 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14211 funcall as well (bug#8712). Warn when performing those conversions.
14212 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14213
79106a44
SM
14214 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14215
88dfa756
GM
142162011-05-22 Glenn Morris <rgm@gnu.org>
14217
14218 * files.el (hack-local-variables-prop-line): Small simplifications.
14219 (hack-local-variables, hack-local-variables-prop-line):
14220 If MODE-ONLY, return the mode, rather than just `t'.
14221
b7cf2c79
SM
142222011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14225
3f1a8558
GM
142262011-05-21 Glenn Morris <rgm@gnu.org>
14227
7e4ccca3
GM
14228 * files.el (hack-local-variables-prop-line, hack-local-variables):
14229 If only interested in the mode, don't bother doing the other stuff.
14230
637d46ca
GM
14231 * image-mode.el (image-after-revert-hook):
14232 Redraw all frames on which the image is visible. (Bug#8567)
14233
973d955b
GM
14234 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14235
3f1a8558
GM
14236 * wid-edit.el (widget-checklist-match-inline):
14237 Fix 2011-04-19 change. (Bug#8649)
14238
96479927
SM
142392011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14240
1dcf791f
SM
14241 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14242 Also allow singlespace after single-letter capitals followed by a dot.
14243
96479927
SM
14244 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14245 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14246
35fd0881
N
142472011-05-20 Nix <nix@esperi.org.uk>
14248
14249 * files.el (basic-save-buffer-2):
14250 Fix handling of break-hardlink-on-save with non-existent files.
14251
82745640
DD
142522011-05-19 Deniz Dogan <deniz@dogan.se>
14253
14254 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14255 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14256
4a720484
GM
142572011-05-19 Glenn Morris <rgm@gnu.org>
14258
d1f21341
GM
14259 * progmodes/f90.el (f90-type-def-re):
14260 Handle "type, bind(c)". (Bug#8691)
14261
4a720484
GM
14262 * emacs-lisp/autoload.el (batch-update-autoloads):
14263 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14264
2fb0a219
MA
142652011-05-18 Michael Albinus <michael.albinus@gmx.de>
14266
14267 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14268 property for the correct connection in case of multihops.
14269
e565dd37
GM
142702011-05-18 Glenn Morris <rgm@gnu.org>
14271
c2571358 14272 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14273 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14274
e565dd37
GM
14275 Rationalize calendar handling of day and month abbrev-arrays.
14276 * calendar/calendar.el (calendar-customized-p): New function.
14277 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14278 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14279 Add :set function.
14280 (calendar-abbrev-length, calendar-day-abbrev-array)
14281 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14282 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14283 Elements may no longer be nil.
14284 (calendar-day-name, calendar-month-name):
14285 Update for changed nature of abbrev arrays.
14286 * calendar/diary-lib.el (diary-name-pattern):
14287 Update for changed nature of abbrev arrays.
14288 (diary-mark-entries-1): Update calendar-make-alist calls.
14289 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14290 * calendar/cal-html.el (cal-html-day-abbrev-array):
14291 Simply inherit from calendar-day-abbrev-array.
14292
1d99a745
SM
142932011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14294
14295 * progmodes/grep.el (grep-mode): Disable default
14296 compilation-directory-matcher setting (bug#8684).
14297
7c1d9aa0
MA
142982011-05-17 Michael Albinus <michael.albinus@gmx.de>
14299
14300 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14301 instead of "head" and "tail". There were problems with SunOS 5.9,
14302 and it performs better.
14303
3952e9d8
GM
143042011-05-17 Glenn Morris <rgm@gnu.org>
14305
2dd12e7f
GM
14306 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14307
e4157b9c
GM
14308 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14309 Replace obsolete function.
14310
8e249bbd
GM
14311 * shell.el (pcomplete-parse-arguments-function): Declare.
14312
3952e9d8
GM
14313 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14314 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14315 (appt-check): Doc fixes.
14316 (appt-disp-window-function, appt-delete-window-function):
14317 Remove needless special case in custom :type.
14318 (appt-display-count): Default to 0, not nil.
14319 (appt-check): Reset appt-display-count to 0, not nil.
14320
c71a0d48 143212011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14322
c71a0d48
GM
14323 * progmodes/python.el (python-font-lock-keywords):
14324 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14325
31d55be9
SM
143262011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14329
3bfacb2f
KR
143302011-05-16 Kevin Ryde <user42@zip.com.au>
14331
14332 * info-look.el (makefile-automake-mode): New setups, looking in
14333 automake manual, then makefile-mode.
14334 (makefile-mode): Remove automake manual, have it just in
14335 makefile-automake-mode since there's various things different or
14336 not relevant to plain make.
14337 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14338 believe a hypothetical automake-mode would go to makefile-mode,
14339 not the other way around.
14340
c8e83751
CY
143412011-05-15 Chong Yidong <cyd@stupidchicken.com>
14342
5e9e35cd
CY
14343 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14344 hunk-end tags (Bug#8672).
14345
c8e83751
CY
14346 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14347 vc-annotate-show-diff-revision-at-line (Bug#8671).
14348
50b23e5a
GM
143492011-05-14 Glenn Morris <rgm@gnu.org>
14350
7210a739
GM
14351 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14352 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14353 (change-log-font-lock-keywords): Also handle multiple author lines
14354 with leading tabs. (Bug#8644)
7210a739 14355
4691905a
GM
14356 * calendar/appt.el (appt-check): Rename some local variables.
14357 Some simplification/reordering.
14358
50b23e5a
GM
14359 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14360 (feedmail-sendmail-f-doesnt-sell-me-out)
14361 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14362 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14363 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14364 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14365 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14366 (feedmail-binmail-gnulinuxish-template):
14367 Rename from feedmail-binmail-linuxish-template.
14368 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14369 Use insert-buffer-substring.
14370
215cda7c
BC
143712011-05-14 Bill Carpenter <bill@carpenter.org>
14372
14373 * mail/feedmail.el (feedmail-patch-level): Increase.
14374 (feedmail-debug): New custom group.
14375 (feedmail-confirm-outgoing-timeout)
14376 (feedmail-sendmail-f-doesnt-sell-me-out)
14377 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14378 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14379 (feedmail-sender-line, feedmail-from-line)
14380 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14381 (feedmail-spray-this-address)
215cda7c
BC
14382 (feedmail-spray-address-fiddle-plex-list)
14383 (feedmail-queue-use-send-time-for-date)
14384 (feedmail-queue-use-send-time-for-message-id)
14385 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14386 (feedmail-buffer-eating-function):
14387 Doc fixes.
14388 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14389 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14390 (feedmail-message-action-scroll-down): New functions.
14391 (feedmail-queue-directory, feedmail-queue-draft-directory):
14392 Use expand-file-name.
14393 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14394 Remove C-v help entry.
14395 (feedmail-queue-buffer-file-name): New variable.
14396 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14397 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14398 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14399 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14400 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14401 (feedmail-message-action-toggle-spray)
14402 (feedmail-run-the-queue-no-prompts)
14403 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14404 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14405 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14406 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14407 (feedmail-envelope-deducer, feedmail-fiddle-from)
14408 (feedmail-fiddle-sender, feedmail-default-date-generator)
14409 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14410 (feedmail-fiddle-spray-address)
14411 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14412 (feedmail-fiddle-list-of-fiddle-plexes)
14413 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14414 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14415 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14416 Change default. Doc fix.
14417 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14418 (feedmail-binmail-linuxish-template): New constant.
14419 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14420 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14421 (feedmail-send-it): Add debug call.
14422 Use feedmail-queue-buffer-file-name, and
14423 feedmail-send-it-immediately-wrapper.
14424 (feedmail-message-action-send): Add debug call.
14425 Use feedmail-send-it-immediately-wrapper.
14426 (feedmail-queue-express-to-queue): Add debug call.
14427 Run feedmail-queue-express-hook.
14428 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14429 (feedmail-message-action-help-blat):
14430 Rename from feedmail-queue-send-edit-prompt-help-first.
14431 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14432 Check line-endings. Handle errors better.
14433 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14434 Doc fix. Add debug call.
14435 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14436 Use feedmail-queue-send-edit-prompt-inner.
14437 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14438 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14439 from feedmail-queue-send-edit-prompt.
14440 (feedmail-queue-send-edit-prompt-help)
14441 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14442 (feedmail-tidy-up-slug): Add debug call.
14443 Respect feedmail-queue-slug-suspect-regexp.
14444 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14445 (feedmail-dump-message-to-queue): Add debug call.
14446 Expand queue-directory.
14447 (feedmail-dump-message-to-queue): Change message slightly.
14448 Use feedmail-say-chatter.
14449 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14450 (feedmail-send-it-immediately-wrapper): New function.
14451 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14452 Insert empty string rather than newline. Handle full-frame case.
14453 Use catch/throw. Use feedmail-say-chatter.
14454 (feedmail-fiddle-from): Try mail-host-address.
14455 (feedmail-default-message-id-generator): Doc fix.
14456 Bind system-time-locale. Handle missing end.
14457 (feedmail-fiddle-x-mailer): Add debug call.
14458 Handle feedmail-x-mailer-line being nil.
14459 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14460 Add debug call. Use buffer-substring-no-properties.
14461 (feedmail-say-debug, feedmail-say-chatter): New functions.
14462 (feedmail-find-eoh): Give an explicit error.
14463
42c7e61e
UJ
144642011-05-13 Ulf Jasper <ulf.jasper@web.de>
14465
c2571358 14466 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14467 family from helvetica to sans.
c2571358 14468 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14469 etc/images/newsticker.
14470
c2571358 14471 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14472 family from helvetica to sans.
14473
14474 * net/newst-plainview.el (newsticker-new-item-face)
14475 (newsticker-old-item-face, newsticker-immortal-item-face)
14476 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14477 (newsticker-statistics-face): Change default family from
42c7e61e 14478 helvetica to sans.
c2571358 14479 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14480 etc/images/newsticker.
14481
5d3385a0
JB
14482 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14483 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14484 auto-marking.
14485
8497a297
DV
144862011-05-13 Didier Verna <didier@xemacs.org>
14487
14488 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14489 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14490 TODO entries.
8497a297
DV
14491 (lisp-lambda-list-keyword-parameter-indentation)
14492 (lisp-lambda-list-keyword-parameter-alignment)
14493 (lisp-lambda-list-keyword-alignment): New customizable user options.
14494 (lisp-indent-defun-method): Improve docstring.
14495 (extended-loop-p): Fix comment.
14496 (lisp-indent-lambda-list-keywords-regexp): New variable.
14497 (lisp-indent-lambda-list): New function.
14498 (lisp-indent-259): Use it.
14499 (lisp-indent-defmethod): Support for more than one
14500 method qualifier and properly indent methods lambda-lists.
14501 (defgeneric): Provide a missing common-lisp-indent-function property.
14502
f278f87f
SM
145032011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14504
14505 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14506 bounds for the empty string (bug#8667).
14507
5233edd7
GM
145082011-05-13 Glenn Morris <rgm@gnu.org>
14509
5237a44f
GM
14510 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14511
8340026c 14512 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14513 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14514
5233edd7 14515 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14516 (appt-time-msg-list): Doc fix.
a5464014 14517 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14518
92d10796
AS
145192011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14520
14521 * progmodes/ld-script.el (ld-script-keywords)
14522 (ld-script-builtins): Update keywords list.
14523
914a0ae1
SM
145242011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14525
c89be45f
SM
14526 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14527
914a0ae1
SM
14528 * shell.el (shell-completion-vars): New function.
14529 (shell-mode):
14530 * simple.el (read-shell-command): Use it.
14531 (blink-matching-open): No need for " [...]" in minibuffer-message.
14532
98dc3df3
GM
145332011-05-12 Glenn Morris <rgm@gnu.org>
14534
14535 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14536 (appt-check): Simplify.
14537
d2fc7e3d 145382011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14539
4d61f28d 14540 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14541 literal "/dev/null".
14542
d2fc7e3d 145432011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14544
14545 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14546 Fix typo.
14547
d2fc7e3d 145482011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14549
3f254caa
SM
14550 * progmodes/which-func.el (which-function):
14551 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14552 which might not be defined (Bug#8260).
14553
d45885f7
GM
145542011-05-12 Glenn Morris <rgm@gnu.org>
14555
14556 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14557 Let byte-compile-initial-macro-environment always take precedence.
14558
488086f4
SM
145592011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14560
14561 * net/rcirc.el: Add support for SSL/TLS connections.
14562 (rcirc-server-alist): New field `encryption'.
14563 (rcirc): Check `encryption' settings.
14564 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14565 Merge make-local-variable into `set'.
14566 (rcirc--connection-open-p): New function.
14567 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14568 the process is not a network process (e.g. running gnutls-cli).
14569 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14570 Make rcirc-(en|de)code-coding-system local here.
14571 (rcirc-mode): Merge make-local-variable into `set'.
14572 (rcirc-parent-buffer): Make permanent buffer-local.
14573 (rcirc-multiline-minor-mode): Don't do it here.
14574 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14575 there's no server buffer.
14576
7d3b9d44
GM
145772011-05-11 Glenn Morris <rgm@gnu.org>
14578
f64049c6
GM
14579 * newcomment.el (comment-kill): Prefix "unused" local.
14580
93c9df73
GM
14581 * term/w32console.el (get-screen-color): Declare.
14582
7d3b9d44
GM
14583 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14584 Handle symbol elements of byte-compile-initial-macro-environment.
14585
9e2dd53f
LL
145862011-05-10 Leo Liu <sdl.web@gmail.com>
14587
488086f4
SM
14588 * bookmark.el (bookmark-bmenu-mode-map):
14589 Bind bookmark-bmenu-search to `/'.
8b340240 14590
9e2dd53f 14591 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14592 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14593 (Footnote-unicode): New function.
14594 (footnote-style-alist): Add unicode style to the list.
14595 (footnote-style): Doc fix.
9e2dd53f 14596
79b70037
GM
145972011-05-10 Jim Meyering <meyering@redhat.com>
14598
14599 Fix doubled-word typos.
14600 * international/quail.el (quail-insert-kbd-layout): and and -> and
14601 * kermit.el: and and -> and
14602 * net/ldap.el (ldap-search-internal): to to -> to
14603 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14604 * progmodes/js.el (js-mode): and and -> and
14605 * textmodes/artist.el (artist-move-to-xy): at at -> at
14606 (artist-draw-region-trim-line-endings): if if -> if
14607 And Safetyc -> Safety.
14608 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14609
b8f82dc1 146102011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14611 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14612
14613 * files.el (hack-one-local-variable-eval-safep):
14614 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14615
4f99f44b
GM
146162011-05-10 Glenn Morris <rgm@gnu.org>
14617
14618 * calendar/diary-lib.el (diary-list-entries-hook)
14619 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14620 (diary-nongregorian-marking-hook, diary-list-entries)
14621 (diary-include-other-diary-files, diary-mark-entries)
14622 (diary-mark-included-diary-files): Doc fixes.
14623
84f29e6b
JB
146242011-05-09 Juanma Barranquero <lekktu@gmail.com>
14625
14626 * misc.el: Require tabulated-list.el during compilation.
14627
9bedd73a
CY
146282011-05-09 Chong Yidong <cyd@stupidchicken.com>
14629
488086f4
SM
14630 * progmodes/compile.el (compilation-start):
14631 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14632 (compilation-filter-hook): Doc fix.
14633
797c735c
DD
146342011-05-09 Deniz Dogan <deniz@dogan.se>
14635
14636 * wdired.el: Remove outdated installation comment. Fix usage
14637 comment.
14638
5f4b1dfe
JB
146392011-05-09 Juanma Barranquero <lekktu@gmail.com>
14640
14641 * misc.el: Implement new command `list-dynamic-libraries'.
14642 (list-dynamic-libraries--loaded-only-p): New variable.
14643 (list-dynamic-libraries--refresh): New function.
14644 (list-dynamic-libraries): New command.
14645
4c44026c
CY
146462011-05-09 Chong Yidong <cyd@stupidchicken.com>
14647
488086f4
SM
14648 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14649 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14650 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14651 higher priority to avoid clobbering by gnu.
14652
027f966d
CY
146532011-05-08 Chong Yidong <cyd@stupidchicken.com>
14654
14655 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14656 if the face has existing theme settings (Bug#8454).
14657
085f5d7d
CY
146582011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14659
488086f4
SM
14660 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14661 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14662
2a86a00c
RS
14663 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14664 special file names `.' and `..' (Bug#8259).
14665
d9c54a06
CY
146662011-05-08 Chong Yidong <cyd@stupidchicken.com>
14667
488086f4
SM
14668 * progmodes/grep.el (grep-mode-font-lock-keywords):
14669 Remove buffer-changing entries.
d9c54a06
CY
14670 (grep-filter): New function.
14671 (grep-mode): Add it to compilation-filter-hook.
14672
14673 * progmodes/compile.el (compilation-filter-hook)
14674 (compilation-filter-start): New defvars.
14675 (compilation-filter): Call compilation-filter-hook prior to
14676 updating the process mark.
14677
c4662635
SM
146782011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14681
b0512a1d
EZ
146822011-05-07 Eli Zaretskii <eliz@gnu.org>
14683
605c9376
EZ
14684 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14685 mailclient-send-it even if window-system is nil. (Bug#8595)
14686
c4662635
SM
14687 * term/w32console.el (terminal-init-w32console):
14688 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14689 background-mode. (Bug#8597)
14690
d1dc2cc2
SM
146912011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14692
14693 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14694 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14695 New functions.
14696 (defgeneric, eieio--defmethod): Use them.
14697 (eieio-defgeneric): Remove.
14698 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14699
915d1300
GM
147002011-05-07 Glenn Morris <rgm@gnu.org>
14701
a3961c3e
GM
14702 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14703 Use let rather than let*.
14704 (timeclock-find-discrep): Remove unused local.
14705
314347b9
GM
14706 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14707
915d1300
GM
14708 * calendar/appt.el (appt-time-msg-list): Doc fix.
14709
275b59b0
NF
147102011-05-06 Noah Friedman <friedman@splode.com>
14711
14712 * apropos.el (apropos-print-doc): Only use
14713 emacs-lisp-docstring-fill-column when it is bound to an integer,
14714 per that variable's documentation.
14715
6c19f744
SM
147162011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14719 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14720
60f884b2
GM
147212011-05-06 Glenn Morris <rgm@gnu.org>
14722
5006e634
GM
14723 * calendar/appt.el (appt-message-warning-time): Doc fix.
14724 (appt-warning-time-regexp): New option.
14725 (appt-make-list): Respect appt-message-warning-time.
14726
548d0a63
GM
14727 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14728 New options.
14729 (diary-add-to-list): Strip comments from the displayed string.
14730 (diary-mode): Set comment-start and comment-end.
14731
60f884b2
GM
14732 * vc/diff-mode.el (smerge-refine-subst): Declare.
14733 (diff-refine-hunk): Don't require smerge-mode when compiling.
14734
989681bb
JB
147352011-05-06 Juanma Barranquero <lekktu@gmail.com>
14736
14737 * simple.el (list-processes): Return nil as the docstring says.
14738
a6bc05e1
MA
147392011-05-05 Michael Albinus <michael.albinus@gmx.de>
14740
14741 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14742 to "".
14743 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14744 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14745 determining of binary transfer. (Bug#7383)
14746
23c22e9a
MA
147472011-05-05 Michael Albinus <michael.albinus@gmx.de>
14748
c4662635
SM
14749 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14750 Fix port computation bug. (Bug#8618)
23c22e9a 14751
0bff894f
GM
147522011-05-05 Glenn Morris <rgm@gnu.org>
14753
b8296902
GM
14754 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14755
1f522ce8
GM
14756 * simple.el (shell-dynamic-complete-functions)
14757 (comint-dynamic-complete-functions): Declare.
14758
cf5bee67
GM
14759 * net/network-stream.el (gnutls-negotiate):
14760 * simple.el (tabulated-list-print): Fix declarations.
14761
14762 * progmodes/gud.el (syntax-symbol, syntax-point):
14763 Remove unnecessary and incorrect declarations.
14764
0bff894f
GM
14765 * emacs-lisp/check-declare.el (check-declare-scan):
14766 Handle byte-compile-initial-macro-environment in bytecomp.el
14767
9869b3ae
SM
147682011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14769
14770 Fix earlier half-done eieio-defmethod change (bug#8338).
14771 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14772 Streamline and change calling convention.
14773 (defmethod): Adjust accordingly and simplify.
14774 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14775 new eieio--defmethod.
14776 (slot-boundp): Minor CSE simplification.
14777
9c1d5ac5
MZ
147782011-05-05 Milan Zamazal <pdm@zamazal.org>
14779
14780 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14781 (glasses-make-readable): Use glasses-separate-capital-groups.
14782
455c834e
JB
147832011-05-05 Juanma Barranquero <lekktu@gmail.com>
14784
14785 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14786 (warning-series): Doc fix.
14787 (display-warning): Don't try to create the buffer if we just found it.
14788
9ed7c8cb
CY
147892011-05-04 Chong Yidong <cyd@stupidchicken.com>
14790
14791 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14792 (autoload-find-generated-file): New function.
14793 (generate-file-autoloads): Bind generated-autoload-file to
14794 buffer-file-name.
9869b3ae
SM
14795 (update-file-autoloads, update-directory-autoloads):
14796 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14797 output file (Bug#7989).
14798 (batch-update-autoloads): Doc fix.
14799
0898ca10
JB
148002011-05-04 Juanma Barranquero <lekktu@gmail.com>
14801
14802 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14803
31dfb76c
GM
148042011-05-04 Glenn Morris <rgm@gnu.org>
14805
f330b642
GM
14806 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14807 function, so it follows changes in calendar-date-style.
14808 (diary-fancy-date-matcher): New function.
14809 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14810 (diary-fancy-font-lock-fontify-region-function):
14811 Use diary-fancy-date-pattern as a function.
14812
31dfb76c
GM
14813 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14814 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14815
48e79d6a
TZ
148162011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14817
14818 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14819 instead of positional arguments. Allow :keylist and :crlfiles
14820 arguments.
14821 (open-gnutls-stream): Call it.
14822
14823 * net/network-stream.el (network-stream-open-starttls): Adjust to
14824 call `gnutls-negotiate' with :process and :hostname arguments.
14825
dd5a5ee0
SM
148262011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14827
ef80fc09
SM
14828 * minibuffer.el (completion--message): New function.
14829 (completion--do-completion, minibuffer-complete)
14830 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14831 (completion--do-completion): Don't ignore completion-auto-help when in
14832 icomplete-mode.
14833
dd5a5ee0
SM
14834 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14835 internal encoding (e.g. tibetan zero is not whitespace).
14836 (global-whitespace-mode): Prefer save-current-buffer.
14837 (whitespace-trailing-regexp): Remove useless save-match-data.
14838 (whitespace-empty-at-bob-regexp): Minor simplification.
14839
b7d22a83
CY
148402011-05-03 Chong Yidong <cyd@stupidchicken.com>
14841
14842 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14843
5192af46
AM
148442011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14845
14846 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14847 Use `concat' to create string for insertion.
5192af46 14848
5767d190
SM
148492011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14850
14851 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14852 Avoid open-line which runs post-self-insert-hook.
14853 (bibtex-fill-entry): Remove unused `end' var.
14854
bf242939
AM
148552011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14856
5767d190
SM
14857 * textmodes/ispell.el (ispell-add-per-file-word-list):
14858 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14859
25666126
LL
148602011-05-03 Leo Liu <sdl.web@gmail.com>
14861
14862 * isearch.el (isearch-yank-pop): New command.
5767d190 14863 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14864 (isearch-forward): Mention it.
14865
52d3c2d0
SM
148662011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14867
1bcace58
SM
14868 * simple.el (minibuffer-complete-shell-command): Remove.
14869 (minibuffer-local-shell-command-map): Use completion-at-point.
14870 (read-shell-command): Setup completion vars here instead.
14871 (read-expression-map): Bind TAB to symbol completion.
14872
52d3c2d0
SM
14873 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14874 error directly rather via storing it into `results'.
14875
35813471
LL
148762011-05-02 Leo Liu <sdl.web@gmail.com>
14877
14878 * vc/diff.el: Fix description.
14879
e793a940
LMI
148802011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14881
14882 * server.el (server-eval-at): New function.
14883
8de66e05
LMI
148842011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14885
14886 * net/network-stream.el (open-network-stream): Take a :nowait
14887 parameter and pass it on to `make-network-process'.
14888 (network-stream-open-plain): Ditto.
14889
dcb79f20
AS
148902011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14891
14892 * faces.el (face-spec-set-match-display): Don't match toolkit
14893 options on terminal frames.
14894
14a7fbd8
SM
148952011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14896
7eabc1be
SM
14897 * progmodes/pascal.el: Use lexical binding.
14898 (pascal-mode-map): Remove author preferences.
14899
14a7fbd8
SM
14900 * pcomplete.el (pcomplete-std-complete): Don't abuse
14901 completion-at-point.
14902
50f84510
JB
149032011-04-28 Juanma Barranquero <lekktu@gmail.com>
14904
6e087a44
JB
14905 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14906 removing code that has been dead since 1991 or so.
14907
50f84510
JB
14908 * startup.el (command-line): When warning about "_emacs", use a
14909 delayed warning to allow the user to filter it out.
14910
0ba690bd
DD
149112011-04-28 Deniz Dogan <deniz@dogan.se>
14912
14913 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14914 user has not joined.
14915
08abfaad
SM
149162011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14919 aren't any completions at point.
14920
638f053a
JB
149212011-04-28 Juanma Barranquero <lekktu@gmail.com>
14922
14923 * subr.el (display-delayed-warnings): New function.
14924 (delayed-warnings-hook): New variable.
14925
8fff8daa
SM
149262011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14927
08abfaad
SM
14928 * minibuffer.el (completion-at-point, completion-help-at-point):
14929 Don't presume that a given completion-at-point-function will always
14930 use the same calling convention.
14931
8fff8daa
SM
14932 * pcomplete.el (pcomplete-completions-at-point):
14933 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14934 pcomplete-seen is non-nil.
14935 (pcomplete-comint-setup): Also recognize the new comint/shell
14936 completion functions.
14937 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14938 pcomplete-seen is non-nil.
14939
841a1577 149402011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14941
841a1577 14942 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14943 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14944 the first character in the entry. This allows for code to add its
211ec907
UJ
14945 own uid to the entry.
14946 (icalendar--convert-float-to-ical): Add export of
14947 `diary-float'-entries save for those with the optional DAY
14948 argument.
14949
2a782793
DC
149502011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14951
14952 * subr.el (shell-quote-argument): Use alternate escaping strategy
14953 when we spot a variable reference in a string.
14954
0438ce91
DC
149552011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14956
14957 * cus-start.el (all): Define customization for debug-on-event.
14958
841a1577 149592011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14960
14961 * subr.el (shell-quote-argument): Escape correctly under Windows.
14962
d090ed6c
SM
149632011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14964
14965 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14966
bfd31217
MA
149672011-04-25 Michael Albinus <michael.albinus@gmx.de>
14968
d090ed6c
SM
14969 * net/tramp.el (tramp-process-actions): Add POS argument.
14970 Delete region between POS and (pos).
bfd31217 14971
d090ed6c
SM
14972 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14973 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14974 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14975
14976 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14977 position in `tramp-process-actions' call.
14978
14979 * net/trampver.el: Update release number.
14980
e92f3bd3
SM
149812011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14982
850256b5
SM
14983 * custom.el (defcustom): Obey lexical-binding.
14984
e92f3bd3
SM
14985 Fix octave-inf completion problems reported by Alexander Klimov.
14986 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14987 Inherit from octave-mode-syntax-table.
14988 (inferior-octave-mode): Set info-lookup-mode.
14989 (inferior-octave-completion-at-point): New function.
14990 (inferior-octave-complete): Use it and completion-in-region.
14991 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14992 comint-filename-completion.
14993 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14994 symbol elements which shouldn't be word elements.
14995 (octave-font-lock-keywords, octave-beginning-of-defun)
14996 (octave-function-header-regexp): Adjust regexps accordingly.
14997 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14998
cd22b309
JB
149992011-04-25 Juanma Barranquero <lekktu@gmail.com>
15000
15001 * net/gnutls.el (gnutls-errorp): Declare before first use.
15002
8b492194
TZ
150032011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15004
15005 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15006 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15007 default trustfile exists before going to use it. Add missing
5a5fa834 15008 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15009 Reported by Claudio Bley <claudio.bley@gmail.com>.
15010 (open-gnutls-stream): Add usage example.
15011
15012 * net/network-stream.el (network-stream-open-starttls): Give host
15013 parameter to `gnutls-negotiate'.
15014 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15015 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15016
841a1577 150172011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15018
cd22b309
JB
15019 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15020 Use correct match group (bug#8438).
05842630 15021
3ba7869c
CY
150222011-04-24 Chong Yidong <cyd@stupidchicken.com>
15023
512e3ae1
CY
15024 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15025 (package-menu--generate): New arg specifying packages to show.
15026 (package-menu-refresh, package-menu-execute, list-packages):
15027 Callers changed.
15028 (package-show-package-list): New function, replacing deleted
15029 package--list-packages (renamed because it is non-internal).
15030
15031 * finder.el (finder-list-matches): Use package-show-package-list
15032 instead of deleted package--list-packages.
15033
e92f3bd3
SM
15034 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15035 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15036 (vc-annotate-mode-map): Bind it to RET.
15037
7031be6d
UR
150382011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15039
15040 * progmodes/etags.el (next-file): Don't use set-buffer to change
15041 buffers (Bug#8478).
15042
4ef177aa
CY
150432011-04-24 Chong Yidong <cyd@stupidchicken.com>
15044
c8d173eb
CY
15045 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15046
4ef177aa
CY
15047 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15048 (apropos-accumulator): Doc fix.
15049 (apropos-function, apropos-macro, apropos-command)
15050 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15051 (apropos-plist): Add face property.
15052 (apropos-symbols-internal): Fix indentation.
15053 (apropos-print): Simplify help, and recognize apropos-multi-type.
15054 (apropos-print-doc): Use button-type-get to extract the button's
15055 face property. Fill docstring (Bug#8352).
15056
4ffd0d6b 150572011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15058
15059 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15060
c6c32125 15061 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15062 (mpuz-mode-map): Use mapc.
c6c32125
JB
15063 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15064 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15065 Fix typos in docstrings.
15066
58d468b4
JB
15067 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15068 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15069
6470c3c6
JB
15070 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15071
4ffd0d6b 150722011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15073
15074 * minibuffer.el (completion--do-completion): Avoid the "Next char
15075 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15076
3ad8bad0
CY
15077 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15078 mouse-2 into unread-command-events, it is interpreted correctly.
15079
71d73c9c 15080 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15081 (image-toggle-display): Doc fix.
71d73c9c 15082
841a1577 150832011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15084
4ffd0d6b
GM
15085 * textmodes/page.el (what-page): Use line-number-at-pos to
15086 calculate line number (Bug#6825).
6e1dbaa9 15087
c2fb1b60
JB
150882011-04-22 Juanma Barranquero <lekktu@gmail.com>
15089
15090 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15091 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15092 Pass argument NO-DEFAULT to `find-tag-interactive'.
15093
e02f48d7
JB
150942011-04-22 Juanma Barranquero <lekktu@gmail.com>
15095
15096 Lexical-binding cleanup.
15097
15098 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15099 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15100 * progmodes/ada-prj.el (ada-prj-initialize-values)
15101 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15102 (ada-prj-show-value):
15103 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15104 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15105 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15106 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15107 * progmodes/bug-reference.el (bug-reference-push-button):
15108 * progmodes/fortran.el (fortran-line-length):
15109 * progmodes/glasses.el (glasses-change):
15110 * progmodes/octave-mod.el (octave-fill-paragraph):
15111 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15112 (python-pdbtrack-grub-for-buffer, python-sentinel):
15113 * progmodes/sql.el (sql-save-connection):
15114 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15115 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15116 Mark unused parameters.
15117
15118 * progmodes/compile.el (compilation--flush-directory-cache)
15119 (compilation--flush-parse, compile-internal): Mark unused parameters.
15120 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15121 (compilation-next-error-function): Remove unused variable `timestamp'.
15122
15123 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15124 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15125
15126 * progmodes/dcl-mode.el (dcl-end-of-command):
15127 Remove unused variable `start'.
15128 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15129 (dcl-option-value-basic, dcl-option-value-offset)
15130 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15131 Mark unused parameters.
15132 (dcl-save-local-variable): Remove unused variable `val'.
15133 (mode): Declare.
15134
15135 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15136 Mark unused parameters.
15137 (delphi-ignore-changes): Move before first use.
15138 (delphi-charset-token-at): Remove unused variable `start'.
15139 (delphi-else-start): Remove unused variable `if-count'.
15140 (delphi-comment-block-start, delphi-comment-block-end):
15141 Remove unused variable `kind'.
15142 (delphi-indent-line): Remove unused variable `new-point'.
15143
15144 * progmodes/ebrowse.el (ebrowse-files-list)
15145 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15146 Mark unused parameters. Don't quote `lambda'.
15147 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15148 Don't quote `lambda'.
15149 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15150 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15151 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15152 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15153 Use `ignore-errors'.
15154 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15155 (ebrowse-view/find-file-and-search-pattern)
15156 (ebrowse-view/find-member-declaration/definition):
15157 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15158 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15159 Rename parameter PREFIX-ARG to PREFIX.
15160 (ebrowse-tags-read-name): Remove unused variables `start' and
15161 `member-info'.
15162 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15163 to `tags-file'.
15164
15165 * progmodes/etags.el (local-find-tag-hook): Declare.
15166 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15167 Mark unused parameters.
15168
15169 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15170 (executable-interpret): Mark unused parameter.
15171
15172 * progmodes/flymake.el (flymake-process-sentinel)
15173 (flymake-after-change-function)
15174 (flymake-create-temp-with-folder-structure)
15175 (flymake-get-include-dirs-dot): Mark unused parameters.
15176 (flymake-safe-delete-directory): Remove unused variable `err'.
15177
15178 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15179 (speedbar-timer-fn, speedbar-line-text)
15180 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15181 (speedbar-center-buffer-smartly): Declare functions.
15182 (gdb-find-watch-expression): Remove unused variable `array'.
15183 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15184 (gdb-starting): Mark unused parameters.
15185 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15186 (gdb-table-string): Remove unused variable `res'.
15187 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15188 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15189 (gdb-display-buffer): Remove unused variable `cur-size'.
15190
15191 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15192 allow lexical-binding compilation.
15193 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15194 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15195 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15196 Mark unused parameters.
15197 (gud-gdb-marker-filter): Remove unused variable `match'.
15198 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15199 lambda expressions and funcall them, instead of using `fset'.
15200
15201 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15202 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15203
15204 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15205 variable `header-beg'; use `let'.
15206
15207 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15208 `restart', `last-sexp' and `at-do'.
15209
15210 * progmodes/js.el (js--debug): Mark unused parameter.
15211 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15212 (js--splice-into-items): Remove unused variable `item'.
15213 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15214
15215 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15216 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15217 (makefile-complete): Remove unused variable `try'.
15218 (makefile-fill-paragraph, makefile-match-function-end):
15219 Mark unused parameters.
15220
15221 * progmodes/octave-inf.el (inferior-octave-complete):
15222 Remove unused variable `proc'.
15223 (inferior-octave-output-digest): Mark unused parameter.
15224
15225 * progmodes/perl-mode.el (perl-calculate-indent):
15226 Remove unused variable `err'.
15227
15228 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15229 (prolog-indent-line): Mark unused parameters.
15230 (prolog-indent-line): Remove unused variable `beg'.
15231
15232 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15233 (reporter-dont-compact-list): Declare.
15234
15235 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15236 Remove unused variable `char'.
15237 (sh-debug): Mark unused parameter.
15238 (sh-get-indent-info): Remove unused variable `start'.
15239 (sh-calculate-indent): Remove unused variable `var'.
15240
15241 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15242 (simula-electric-keyword): Remove unused variable `null'.
15243 (simula-search-backward, simula-search-forward): Remove unused
15244 variables `begin' and `end'.
15245
15246 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15247 Remove unused variable `pos'.
15248 (vera-electric-tab, vera-comment-uncomment-region):
15249 Mark unused parameters.
15250 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15251
7ede3b65
CY
152522011-04-22 Chong Yidong <cyd@stupidchicken.com>
15253
15254 * emacs-lisp/package.el (package--builtins, package-alist)
15255 (package-load-descriptor, package-built-in-p, package-activate)
15256 (define-package, package-installed-p)
15257 (package-compute-transaction, package-buffer-info)
15258 (package--push): Doc fix. Distinguish more clearly between
15259 version strings and version lists.
15260
121656e9
JB
152612011-04-21 Juanma Barranquero <lekktu@gmail.com>
15262
15263 Lexical-binding cleanup.
15264
15265 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15266 (5x5-make-mutate-best):
15267 * play/fortune.el (fortune-in-buffer):
15268 * play/gomoku.el (gomoku-init-display):
15269 * play/solitaire.el (solitaire, solitaire-do-check):
15270 * play/tetris.el (tetris-default-update-speed-function):
15271 Mark unused parameters.
15272
15273 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15274 (bubbles--shift): Remove unused variable `char-org'.
15275 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15276 (bubbles--show-images): Remove unused variable `char'.
15277
15278 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15279 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15280 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15281 (decipher-analyze-buffer): Use ?\s.
15282 (decipher-make-checkpoint): Remove unused variable `mapping'.
15283
15284 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15285
15286 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15287 Remove unused variable `result'; use `let'.
15288
15289 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15290 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15291 (gametree-children-shown-p, gametree-compute-reduced-score):
15292 Use `ignore-errors'.
15293
15294 * play/handwrite.el (ps-lpr-switches): Declare.
15295 (handwrite): Remove unused variables `pmin' and `lastp'.
15296
15297 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15298
15299 * play/landmark.el (landmark-init-display)
15300 (landmark-update-naught-weights): Mark unused parameters.
15301 (landmark-y): Remove unused variable `noise'. Simplify.
15302 (landmark-human-plays): Remove unused variable `score'.
15303
15304 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15305 (mpuz-try-proposal): Remove unused variable `game'.
15306
15307 * play/zone.el (life-patterns): Declare.
15308
80f499c7
JB
153092011-04-20 Juanma Barranquero <lekktu@gmail.com>
15310
15311 * vc/vc.el (ediff-vc-internal): Declare function.
15312
024ff170
SM
153132011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15314
c0a193ea
SM
15315 * shell.el: Use lexical-binding and std completion UI.
15316 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15317 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15318 comint-preoutput-filter-functions rather than on
15319 comint-output-filter-functions.
15320 (shell-command-completion, shell--command-completion-data)
15321 (shell-filename-completion, shell-environment-variable-completion)
15322 (shell-c-a-p-replace-by-expanded-directory): New functions.
15323 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15324 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15325 (shell-dynamic-complete-environment-variable): Use them.
15326 (shell-dynamic-complete-as-environment-variable)
15327 (shell-dynamic-complete-as-command): Remove.
15328 (shell-match-partial-variable): Match past point.
15329 * comint.el: Clean up use of completion-at-point-functions.
15330 (comint-completion-at-point): New function.
15331 (comint-mode): Use it completion-at-point-functions.
15332 (comint-dynamic-complete): Make it obsolete.
15333 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15334 (comint-c-a-p-replace-by-expanded-history): New function.
15335 (comint-dynamic-complete-functions)
15336 (comint-replace-by-expanded-history): Use it.
15337 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15338 termination strings. Try harder to avoid second try-completion.
15339 (completion-in-region-mode-map): Disable bindings that don't work yet.
15340
2dbaa080
SM
15341 * comint.el: Use lexical-binding. Require CL.
15342 (comint-dynamic-complete-functions): Use comint-filename-completion.
15343 (comint-completion-addsuffix): Tweak custom type.
15344 (comint-filename-completion, comint--common-suffix)
15345 (comint--common-quoted-suffix, comint--table-subvert)
15346 (comint--complete-file-name-data): New functions.
15347 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15348 (comint-dynamic-list-filename-completions): Use them.
15349 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15350
2dbaa080
SM
15351 * minibuffer.el (completion-in-region-mode):
15352 Keep completion-in-region-mode--predicate global.
15353 (completion-in-region--postch):
15354 Assume completion-in-region-mode--predicate is not null.
15355
c79a6f38
SM
15356 * progmodes/flymake.el (flymake-start-syntax-check-process):
15357 Obey `dir'. Simplify.
15358
024ff170
SM
15359 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15360 we're in VC after all.
15361
1c6c854e
CS
153622011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15363
15364 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15365 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15366 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15367
bed7f140
SM
153682011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15369
332e62ab
SM
15370 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15371 add sanity check.
15372
bed7f140
SM
15373 * obsolete/erc-hecomplete.el: Make obsolete.
15374 * obsolete/: Standardize obsolescence info in the header.
15375
f195c582
GM
153762011-04-20 Glenn Morris <rgm@gnu.org>
15377
15378 * calendar/solar.el (solar-horizontal-coordinates):
15379 Use the longitude argument rather than `calendar-longitude'.
15380 (solar-date-next-longitude): Remove unused locals.
15381
cb79b8c0
VJL
153822011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15383
15384 * whitespace.el: New version 13.2.1.
15385
153862011-04-20 felix <EmacsWiki> (tiny change)
15387
d8e4b68b 15388 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15389 switching between major modes on a file.
15390
602ea69d
SM
153912011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15392
15393 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15394 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15395 multi-line comments as well.
15396
06b60517
JB
153972011-04-19 Juanma Barranquero <lekktu@gmail.com>
15398
15399 Lexical-binding cleanup.
15400
15401 * arc-mode.el (archive-mode-revert):
15402 * cmuscheme.el (scheme-interactively-start-process):
15403 * custom.el (custom-initialize-delay):
15404 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15405 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15406 * emacs-lock.el (emacs-lock-clear-sentinel):
15407 * ezimage.el (defezimage):
15408 * follow.el (follow-avoid-tail-recenter):
15409 * fringe.el (set-fringe-mode-1):
15410 * generic-x.el (bat-generic-mode-compile):
15411 * help-mode.el (help-info-variable, help-do-xref)
15412 (help-mode-revert-buffer):
15413 * help.el (view-emacs-todo):
15414 * iswitchb.el (iswitchb-completion-help):
15415 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15416 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15417 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15418 * locate.el (locate-update):
15419 * longlines.el (longlines-encode-region)
15420 (longlines-after-change-function):
15421 * outline.el (outline-isearch-open-invisible):
15422 * ps-def.el (declare-function, charset-dimension, char-width)
15423 (encode-char):
15424 * ps-mule.el (ps-mule-plot-string):
15425 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15426 (recentf-edit-list-select, recentf-edit-list-validate)
15427 (recentf-open-files-action):
15428 * rect.el (delete-whitespace-rectangle-line)
15429 (rectangle-number-line-callback):
15430 * register.el (window-configuration-to-register)
15431 (frame-configuration-to-register):
15432 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15433 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15434 (xselect-convert-to-targets, xselect-convert-to-delete)
15435 (xselect-convert-to-filename, xselect-convert-to-charpos)
15436 (xselect-convert-to-lineno, xselect-convert-to-colno)
15437 (xselect-convert-to-os, xselect-convert-to-host)
15438 (xselect-convert-to-user, xselect-convert-to-class)
15439 (xselect-convert-to-name, xselect-convert-to-integer)
15440 (xselect-convert-to-atom, xselect-convert-to-identity):
15441 * subr.el (declare, ignore, process-kill-without-query)
15442 (text-clone-maintain):
15443 * terminal.el (te-get-char, te-tic-sentinel):
15444 * tool-bar.el (tool-bar-make-keymap):
15445 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15446 * type-break.el (type-break-mode, type-break-noninteractive-query):
15447 * view.el (View-back-to-mark):
15448 * wid-browse.el (widget-browse-action, widget-browse-widget)
15449 (widget-browse-widgets, widget-browse-sexp):
15450 * widget.el (define-widget-keywords):
15451 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15452 Mark unused parameters.
15453
15454 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15455 (align-areas): Remove unused variable `look'.
15456 (align-region): Remove unused variables `real-end' and `pos-list'.
15457
15458 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15459
15460 * bindings.el (mode-line-modified, mode-line-remote):
15461 Mark unused parameters.
15462 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15463
15464 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15465 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15466
15467 * comint.el (comint-history-isearch-pop-state)
15468 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15469 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15470 (comint-substitute-in-file-name): Doc fix.
15471
15472 * completion.el (cmpl-statistics-block): Mark unused parameter.
15473 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15474 (save-completions-to-file, load-completions-from-file):
15475 Remove unused local variable `e'.
15476
15477 * composite.el (compose-chars): Remove unused variable `len'.
15478 (lgstring-insert-glyph): Remove unused variable `g'.
15479 (compose-glyph-string): Remove unused variables `ascent',
15480 `descent', `lbearing' and `rbearing'.
15481 (compose-glyph-string-relative): Remove unused variables
15482 `lbearing', `rbearing' and `wadjust'.
15483 (compose-gstring-for-graphic): Remove unused variables `header',
15484 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15485 (compose-gstring-for-terminal): Remove unused variables `header'
15486 and `nchars'. Use `let', not `let*'.
15487
15488 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15489 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15490 (Custom-buffer-done, custom-buffer-create-internal)
15491 (custom-browse-visibility-action, custom-browse-group-tag-action)
15492 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15493 (widget-magic-mouse-down-action, custom-toggle-parent)
15494 (custom-add-parent-links, custom-toggle-hide-variable)
15495 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15496 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15497 (custom-face-menu-create, custom-variable-menu-create, get)
15498 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15499 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15500 (customize-apropos): Remove unused variable `tests'.
15501 (custom-group-value-create): Remove unused variable `hidden-p'.
15502 (sort-fold-case): Declare.
15503
15504 * cus-theme.el (custom-reset-standard-faces-list)
15505 (custom-reset-standard-variables-list): Declare.
15506 (customize-create-theme, custom-theme-revert, custom-theme-write)
15507 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15508 Mark unused parameters.
15509
15510 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15511
15512 * delim-col.el (delimit-columns-max): Move defvar before first use.
15513
15514 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15515 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15516
15517 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15518 (auto-insert): Declare.
15519 (desktop-restore-file-buffer): Rename desktop-* parameters;
15520 mark unused ones.
15521 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15522 (desktop-buffer): Rename desktop-* parameters.
15523
15524 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15525 (dframe-reposition-frame-xemacs, dframe-help-echo)
15526 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15527 Mark unused parameters.
15528
15529 * dired-aux.el (backup-extract-version-start, overwrite-query)
15530 (overwrite-backup-query, rename-regexp-query)
15531 (rename-non-directory-query): Declare.
15532 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15533 (dired-add-entry): Remove unused variable `orig-file-name'.
15534 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15535 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15536 `dired-copy-preserve-time' directly.
15537 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15538 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15539
15540 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15541 (dired-virtual-revert, dired-make-relative-symlink):
15542 Mark unused parameters.
15543 (manual-program): Declare.
15544 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15545 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15546 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15547
15548 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15549
15550 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15551
15552 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15553 Declare.
15554
15555 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15556
15557 * electric.el (Electric-command-loop): Rename parameter
15558 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15559
15560 * expand.el (expand-in-literal): Remove unused variable `here'.
15561
15562 * facemenu.el (facemenu-add-new-color):
15563 Remove unused variable `docstring'.
15564
15565 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15566 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15567 (face-attr-construct): Mark unused parameter. Doc fix.
15568 (read-color): Remove unused variable `hex-string'.
15569
15570 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15571 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15572 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15573 (display-buffer-other-frame): Remove unused variable `old-window'.
15574 (kill-buffer-hook): Declare.
15575 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15576 Mark unused parameters.
15577 (after-find-file): Pass 1 to `auto-save-mode', not t.
15578
15579 * files-x.el (auto-insert): Declare.
15580 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15581
15582 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15583 variable `buf'. Mark unused parameter.
06b60517
JB
15584 (find-lisp-insert-directory): Mark unused parameter.
15585
15586 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15587 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15588 (format-common-tail): Remove, unused.
15589 (format-deannotate-region): Remove unused variable `loc'.
15590 (format-annotate-region): Remove unused variable `p'.
15591 (format-annotate-single-property-change): Remove unused variables
15592 `default' and `tail'.
15593
15594 * forms.el (read-file-filter): Declare.
15595 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15596
15597 * frame.el (frame-creation-function-alist): Mark unused parameter.
15598 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15599
15600 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15601 Remove unused parameters.
15602 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15603 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15604
15605 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15606 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15607 (hfy-prepare-tag-map): Mark unused parameters.
15608 (htmlfontify-buffer): Use `called-interactively-p'.
15609
15610 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15611 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15612 (ibuffer-do-occur): Mark unused parameters.
15613 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15614 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15615
15616 * ibuffer.el: Don't quote `lambda'.
15617 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15618 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15619 Mark unused parameters.
15620
15621 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15622 (ido-completing-read): Mark unused parameters.
15623 (ido-copy-current-word): Mark unused parameters;
15624 remove unused variable `name'.
15625 (ido-sort-merged-list): Remove unused parameter `dirs'.
15626
15627 * ielm.el (ielm-input-sender): Mark unused parameter.
15628 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15629 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15630 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15631 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15632 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15633
15634 * image-dired.el (image-dired-display-thumbs): Remove unused
15635 variables `curr-file' and `count'.
15636 (image-dired-remove-tag): Remove unused variable `start'.
15637 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15638 variable `curr-file'
15639 (image-dired-rotate-original): Remove unused variable `temp-file'.
15640 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15641 Remove unused variable `file'.
15642 (image-dired-gallery-generate): Remove unused variable `curr'.
15643 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15644
15645 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15646
15647 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15648
15649 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15650
15651 * isearch.el (minibuffer-history-symbol): Declare.
15652 (isearch-edit-string): Remove unused variable `err'.
15653 (isearch-message-prefix, isearch-message-suffix):
15654 Mark unused parameters.
15655
15656 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15657
15658 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15659
15660 * makesum.el (double-column): Remove unused variable `cnt'.
15661
15662 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15663 (ido-ignore-item-temp-list): Declare.
15664
15665 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15666 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15667 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15668 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15669 `mouse-col-delta'.
15670
15671 * mouse-sel.el (mouse-extend-internal):
15672 Remove unused variable `orig-window-frame'.
15673
15674 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15675 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15676 Move declarations before first use.
15677 (pcomplete-opt): Mark unused parameters; doc fix.
15678
15679 * proced.el (proced-revert): Mark unused parameter.
15680 (proced-send-signal): Remove unused variable `err'.
15681
15682 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15683 Rename parameter PREFIX-ARG to ARG.
15684 (ps-basic-plot-string, ps-basic-plot-whitespace):
15685 Mark unused parameters.
15686
15687 * replace.el (replace-count): Define.
15688 (occur-revert-function): Mark unused parameters.
15689 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15690 (isearch-case-fold-search, isearch-string): Declare.
15691 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15692 bind `case-fold-search'. Remove unused variables `beg' and `end',
15693 and simplify.
15694 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15695 COUNT and bind `replace-count'.
15696 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15697 to COUNT.
15698
15699 * savehist.el (print-readably, print-string-length): Declare.
15700
15701 * shadowfile.el (shadow-expand-cluster-in-file-name):
15702 Remove unused variable `cluster'.
15703 (shadow-copy-file): Remove unused variable `i'.
15704 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15705 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15706 (shadow-define-literal-group, shadow-define-regexp-group)
15707 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15708
15709 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15710 (shell): Use `called-interactively-p'.
15711 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15712
15713 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15714 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15715 (delete-backward-char): Remove unused variable `ocol'.
15716 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15717 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15718 (event-apply-hyper-modifier, event-apply-shift-modifier)
15719 (event-apply-control-modifier, event-apply-meta-modifier):
15720 Mark unused parameters.
15721 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15722 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15723
15724 * speedbar.el (speedbar-ignored-directory-expressions)
15725 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15726 (speedbar-find-file, speedbar-dir-follow)
15727 (speedbar-directory-buttons-follow, speedbar-tag-find)
15728 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15729 (speedbar-buffers-line-directory, speedbar-buffer-click):
15730 Mark unused parameters.
15731 (speedbar-tag-file): Remove unused variable `mode'.
15732 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15733
15734 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15735
15736 * talk.el (talk): Remove unused variable `display'.
15737
15738 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15739 (tar-write-region-annotate): Mark unused parameter.
15740
15741 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15742 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15743 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15744 warning by another.
15745
15746 * time-stamp.el (time-stamp-string-preprocess):
15747 Remove unused variable `require-padding'.
15748
15749 * tree-widget.el (widget-glyph-enable): Declare.
15750 (tree-widget-action): Mark unused parameter.
15751
15752 * w32-fns.el (x-get-selection): Mark unused parameter.
15753 (autoload-make-program, generated-autoload-file): Declare.
15754
15755 * wdired.el (wdired-revert): Mark unused parameters.
15756 (wdired-xcase-word): Remove unused variable `err'.
15757
15758 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15759 (whitespace-help-scroll): Remove unused variable `data-help'.
15760
15761 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15762 (widget-image-insert, widget-after-change, default)
15763 (widget-default-format-handler, widget-default-notify)
15764 (widget-default-prompt-value, widget-info-link-action)
15765 (widget-url-link-action, widget-function-link-action)
15766 (widget-variable-link-action, widget-file-link-action)
15767 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15768 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15769 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15770 (widget-insert-button-action, widget-delete-button-action, visibility)
15771 (widget-documentation-link-action, widget-documentation-string-action)
15772 (widget-const-prompt-value, widget-regexp-match, symbol)
15773 (widget-coding-system-prompt-value)
15774 (widget-key-sequence-value-to-external, sexp)
15775 (widget-sexp-value-to-internal, character, vector, cons)
15776 (widget-choice-prompt-value, widget-boolean-prompt-value)
15777 (widget-color--choose-action): Mark unused parameters.
15778 (widget-item-match-inline, widget-choice-match-inline)
15779 (widget-checklist-match, widget-checklist-match-inline)
15780 (widget-group-match): Rename parameter VALUES to VALS.
15781 (widget-field-value-set): Remove unused variable `size'.
15782 (widget-color-action): Remove unused variables `value' and `start'.
15783
15784 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15785 variable `dir'. Doc fix.
06b60517
JB
15786 (windmove-find-other-window): Don't pass it.
15787
15788 * window.el (count-windows): Mark unused parameter.
15789 (bw-adjust-window): Remove unused variable `err'.
15790
15791 * woman.el (woman-file-name): Remove unused variable `default'.
15792 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15793 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15794 (global-font-lock-mode): Declare.
15795 (woman-decode-region): Mark unused parameter.
15796 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15797
15798 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15799 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15800 (x-dnd-handle-moz-url): Remove unused variable `title'.
15801 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15802
15803 * xml.el (xml-parse-tag, xml-parse-attlist):
15804 Remove unused variable `pos'.
15805
bc4f7f3d
GM
158062011-04-19 Glenn Morris <rgm@gnu.org>
15807
15808 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15809 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15810 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15811 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15812 * calendar/cal-html.el (cal-html-insert-minical):
15813 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15814 (calendar-mark-date-pattern):
15815 Prefix "unused" locals.
15816
15817 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15818 optional argument `style'.
15819
15820 * calendar/appt.el (appt-make-list):
15821 * calendar/cal-china.el (calendar-chinese-date-string):
15822 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15823 (diary-hebrew-yahrzeit):
15824 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15825 * calendar/calendar.el (calendar-generate-window):
15826 * calendar/time-date.el (time-to-days):
15827 Remove unused local variables.
15828
16a43933
CY
158292011-04-18 Chong Yidong <cyd@stupidchicken.com>
15830
15831 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15832 glyphless-char-display table.
15833 (tabulated-list-glyphless-char-display): New var.
15834
7eed1860
SS
158352011-04-18 Sam Steingold <sds@gnu.org>
15836
15837 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15838 to acknowledgments.
15839
4d2d1ccd
GM
158402011-04-17 Glenn Morris <rgm@gnu.org>
15841
15842 * calendar/diary-lib.el (diary-sexp-entry):
15843 * calendar/holidays.el (holiday-sexp):
15844 Set debug-on-error rather than the removed stack-trace-on-error.
15845
239da61d
GM
158462011-04-16 Glenn Morris <rgm@gnu.org>
15847
15848 * progmodes/f90.el: Use lexical-binding.
15849 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15850
8b05752a
SM
158512011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15852
daca8ba5
SM
15853 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15854 (mail-mode): Setup mailalias completion here instead.
15855 * mail/mailalias.el: Use lexical-binding.
15856 (pattern, mailalias-done): Declare dynamic.
15857 (mail-completion-at-point-function): New function, from mail-complete.
15858 (mail-complete): Use it.
15859 (mail-completion-expand): New function.
15860 (mail-get-names): Use it.
15861 (mail-directory, mail-directory-process, mail-directory-stream):
15862 Don't use `pattern' for lexically bound arg.
15863
6f542485
SM
15864 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15865
037e7c3f
SM
15866 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15867 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15868 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15869
8b05752a
SM
15870 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15871 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15872 (byte-interactive-p): Define them again, for use when inlining
15873 old code.
15874
49093f60
JB
158752011-04-15 Juanma Barranquero <lekktu@gmail.com>
15876
15877 * loadup.el: Use `string-to-number', not `string-to-int'.
15878
b5b8e7de
SM
158792011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15880
15881 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15882 gud-gdb-complete-command.
15883 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15884 (gud-gdb-completion-at-point): New function.
15885 (gud-gdb-completions): Remove.
15886
f42efeb5
MA
158872011-04-14 Michael Albinus <michael.albinus@gmx.de>
15888
49093f60
JB
15889 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15890 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15891 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15892 whether `executable-find' is bound.
f42efeb5
MA
15893
15894 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15895
e240cc21
SM
158962011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15897
15898 * minibuffer.el (completion-in-region-mode-predicate)
15899 (completion-in-region-mode--predicate): New vars.
15900 (completion-in-region, completion-in-region--postch)
15901 (completion-in-region-mode): Use them.
15902 (completion--capf-wrapper): Also return the hook function.
15903 (completion-at-point, completion-help-at-point):
15904 Adjust and provide a predicate.
c2bd2ab0
SM
15905
15906 Preserve arg names for advice of subr and lexical functions (bug#8457).
15907 * help-fns.el (help-function-arglist): Consolidate the subr and
15908 new-byte-code cases. Add argument `preserve-names' to extract names
15909 from the docstring when needed.
15910 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15911 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15912 (ad-arglist): Use help-function-arglist's new arg.
15913 (ad-definition-type): Use cond.
15914
c183f693
JB
159152011-04-13 Juanma Barranquero <lekktu@gmail.com>
15916
06641a47
JB
15917 * autorevert.el (auto-revert-handler):
15918 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15919 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15920 Don't quote lambda.
15921
c183f693
JB
15922 * image-mode.el (image-transform-set-scale):
15923 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15924
1e3b6001
G
159252011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15926
15927 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15928 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15929 Upgrades via gnutls-cli are too slow to be done opportunistically.
15930
2d6af8dd
JB
159312011-04-12 Juanma Barranquero <lekktu@gmail.com>
15932
15933 * dframe.el (dframe-current-frame): Remove spurious quote.
15934
c0749a51
GM
159352011-04-12 Glenn Morris <rgm@gnu.org>
15936
088d0d61
GM
15937 * calendar/cal-tex.el (cal-tex-end-document):
15938 Try to automatically use latin1 input if needed.
15939
c0749a51
GM
15940 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15941 Don't try to cons a mark onto an empty element.
15942
5c90fde0
LL
159432011-04-11 Leo Liu <sdl.web@gmail.com>
15944
15945 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15946 buffers.
15947 (ido-kill-buffer-at-head): Support killing virtual buffers.
15948
369e974d
CY
159492011-04-10 Chong Yidong <cyd@stupidchicken.com>
15950
15951 * minibuffer.el (completion-show-inline-help): New var.
15952 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15953 (minibuffer-force-complete, minibuffer-complete-word):
15954 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15955
15956 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15957 to avoid interference from inline help (Bug#5849).
15958
37f1c930
LL
159592011-04-10 Leo Liu <sdl.web@gmail.com>
15960
099c39a4
JB
15961 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15962 Fix typo.
37f1c930 15963
a32d4040
CY
159642011-04-09 Chong Yidong <cyd@stupidchicken.com>
15965
15966 * image-mode.el (image-toggle-display-image): Signal an error if
15967 not in Image mode.
15968 (image-transform-mode, image-transform-resize)
15969 (image-transform-set-rotation): Doc fix.
daca8ba5 15970 (image-transform-set-resize): Delete.
a32d4040
CY
15971 (image-transform-set-scale, image-transform-fit-to-height)
15972 (image-transform-fit-to-width): Handle image-toggle-display-image
15973 and image-transform-resize directly.
15974
099c39a4 159752011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15976
15977 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15978 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15979 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15980 (doc-view-mode-map): Add bindings for the new functions.
15981
099c39a4 159822011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15983
4d61f28d 15984 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15985 Fix typo in docstring.
15986
3726838a
EZ
159872011-04-08 Eli Zaretskii <eliz@gnu.org>
15988
04f33f1e
EZ
15989 * files.el (file-size-human-readable): Produce one digit after
15990 decimal, like "ls -lh" does.
15991
15992 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15993 the file size representation.
15994
3726838a
EZ
15995 * simple.el (list-processes): If async subprocesses are not
15996 available, error out with a clear error message.
15997
cbb59342
CY
159982011-04-08 Chong Yidong <cyd@stupidchicken.com>
15999
16000 * help.el (help-form-show): New function, to be called from C.
16001 Put help-form output in a buffer named differently than *Help*.
16002
e3971c44
EZ
160032011-04-08 Eli Zaretskii <eliz@gnu.org>
16004
16005 * files.el (file-size-human-readable): New function.
16006
16007 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16008 computing the representation inline. Don't require `cl'.
16009
12544bbe
GM
160102011-04-08 Glenn Morris <rgm@gnu.org>
16011
a1de6c6a
GM
16012 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16013
3c4671f4
GM
16014 * net/browse-url.el (browse-url-firefox):
16015 Test system-type, not system-configuration.
16016
b605679c
GM
16017 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16018 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16019 Use log-edit-empty-buffer-p. (Bug#7598)
16020
56442f0c
GM
16021 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16022 (rlogin-mode-map): Initialize in the defvar.
16023 (rlogin): Use ignore-errors.
16024
12544bbe
GM
16025 * replace.el (occur-mode-map): Some fixes for menu items.
16026
eb237b0f
AH
160272011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16028
16029 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16030
7d668f2c
CY
160312011-04-06 Chong Yidong <cyd@stupidchicken.com>
16032
e67a13ab
CY
16033 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16034 issuing unused warnings.
16035
16036 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16037 macro directly.
16038
7d668f2c
CY
16039 * simple.el: Lisp reimplement of list-processes. Based on an
16040 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16041 (process-menu-mode): New major mode.
16042 (list-processes--refresh, list-processes):
16043 (process-menu-visit-buffer): New functions.
16044
16045 * files.el (save-buffers-kill-emacs): Don't assume any return
16046 value of list-processes, which is undocumented anyway.
16047
a83ec3c9
CY
160482011-04-06 Chong Yidong <cyd@stupidchicken.com>
16049
16050 * emacs-lisp/tabulated-list.el: New file.
16051
e91a96fe
CY
16052 * emacs-lisp/package.el: Use Tabulated List mode.
16053 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16054 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16055 table format using Tabulated List mode variables.
16056 (package--push): New macro, replacing package-list-maybe-add.
16057 (package-menu--generate): Use package--push. Renamed from
16058 package--generate-package-list.
16059 (package-menu-refresh, list-packages): Use it.
daca8ba5 16060 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16061 Return insertion data instead of inserting it directly.
099c39a4
JB
16062 (package-menu-describe-package, package-menu-execute):
16063 Use tabulated-list-get-id.
e91a96fe
CY
16064 (package-menu-mark-delete, package-menu-mark-install)
16065 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16066 (package-menu-mark-obsolete-for-deletion):
16067 Use tabulated-list-put-tag.
e91a96fe
CY
16068 (package--list-packages, package-menu-revert)
16069 (package-menu-get-package, package-menu-get-version)
16070 (package-menu-sort-by-column): Functions deleted.
16071 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16072 (package-menu--status-predicate, package-menu--version-predicate)
16073 (package-menu--name-predicate)
16074 (package-menu--description-predicate): Handle arguments in the
16075 Tabulated List format.
16076 (package-list-packages-no-fetch): Call list-packages.
16077
3e214b50
JB
160782011-04-06 Juanma Barranquero <lekktu@gmail.com>
16079
16080 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16081 (after-find-file): Don't bind it.
3e214b50
JB
16082 (revert-buffer-in-progress-p): New variable.
16083 (revert-buffer): Bind it.
16084 Pass nil for `after-find-file-from-revert-buffer'.
16085
16086 * saveplace.el (save-place-find-file-hook): Use new variable
16087 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16088
3f0f1700
GM
160892011-04-06 Glenn Morris <rgm@gnu.org>
16090
c0274801
GM
16091 * Makefile.in (AUTOGEN_VCS): New variable.
16092 (autoloads): Use $AUTOGEN_VCS.
16093
3f0f1700
GM
16094 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16095 * calendar/calendar.el (calendar-mode-map):
16096 Check for toolkit scroll bars. (Bug#8305)
16097
41ea9e48
CY
160982011-04-05 Chong Yidong <cyd@stupidchicken.com>
16099
16100 * minibuffer.el (completion-in-region--postch)
16101 (completion-in-region-mode): Remove unnecessary messages.
16102
6194c800
JB
161032011-04-05 Juanma Barranquero <lekktu@gmail.com>
16104
33256f14
JB
16105 * font-lock.el (font-lock-refresh-defaults):
16106 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16107 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16108
6194c800
JB
16109 * info.el (Info-directory-list, Info-read-node-name-2)
16110 (Info-split-parameter-string): Doc fixes.
16111 (Info-virtual-nodes): Reflow docstring.
16112 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16113 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16114 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16115 Fix typos in docstrings.
16116 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16117 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16118 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16119 (Info-restore-desktop-buffer): Mark unused parameters.
16120 (Info-directory-find-file, Info-directory-find-node)
16121 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16122 (Info-virtual-index-find-node, Info-apropos-find-file)
16123 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16124 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16125 (Info-virtual-index): Remove unused local variable `nodename'.
16126
b87a8200 161272011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16128
b87a8200
DD
16129 * net/rcirc.el: Update my e-mail address.
16130 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16131
3b2ff876
CY
161322011-04-05 Chong Yidong <cyd@stupidchicken.com>
16133
16134 * startup.el (command-line): Save the cursor's theme-face
16135 directly, instead of using face-override-spec.
16136
16137 * custom.el (load-theme): Minor optimization in assigning faces.
16138
8d17e7ca
JB
161392011-04-04 Juanma Barranquero <lekktu@gmail.com>
16140
16141 * help-fns.el (describe-variable): Complete all variables having
16142 documentation, including keywords.
16143 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16144
2fbc1934
JB
161452011-04-04 Juanma Barranquero <lekktu@gmail.com>
16146
16147 Convert to lexical-binding.
16148
16149 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16150 (bs--get-marked-string, bs--get-modified-string)
16151 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16152 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16153 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16154
16155 * ehelp.el (electric-help-execute-extended)
16156 (electric-help-ctrl-x-prefix):
16157 * hexl.el (hexl-revert-buffer-function):
16158 * linum.el (linum-after-change, linum-after-scroll):
16159 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16160
16161 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16162
74f50695
DU
161632011-04-04 Daiki Ueno <ueno@unixuser.org>
16164
16165 * epa-dired.el:
16166 * epa-mail.el:
16167 * epa-hook.el:
16168 * epa-file.el:
16169 * epa.el:
16170 * epg.el: Use lexical binding.
16171
c11325f7
CY
161722011-04-03 Chong Yidong <cyd@stupidchicken.com>
16173
0d9e9a12
CY
16174 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16175
c11325f7 16176 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16177 dictionary case for flyspell-mark-duplications-exceptions.
16178 Use regexp matching for languages.
c11325f7
CY
16179 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16180 default dictionary (Bug#7926).
16181
da91b5f2
CY
161822011-04-02 Chong Yidong <cyd@stupidchicken.com>
16183
099c39a4
JB
16184 * emacs-lisp/package.el (package--with-work-buffer):
16185 Recognize https URLs.
da91b5f2 16186
099c39a4
JB
16187 * net/network-stream.el: Move from gnus/proto-stream.el.
16188 Change prefix to network-stream throughout.
da91b5f2
CY
16189 (open-protocol-stream): Merge into open-network-stream, leaving
16190 open-protocol-stream as an alias. Handle nil BUFFER args.
16191
16192 * subr.el (open-network-stream): Move to net/network-stream.el.
16193
afa8e9f6
GM
161942011-04-02 Glenn Morris <rgm@gnu.org>
16195
1d2e369d
GM
16196 * find-dired.el (find-exec-terminator): New option.
16197 (find-ls-option): Test for -ls support.
16198 (find-ls-subdir-switches): Test for -b in find-ls-option.
16199 (find-dired, find-grep-dired): Doc fixes.
16200 (find-dired): Use find-exec-terminator.
16201
8abb7da8 16202 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16203 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16204 (find-name-arg): Remove purecopy.
8abb7da8 16205
f3ca7378
GM
16206 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16207 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16208 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16209 accordingly. Don't add the null-device if not needed.
16210
afa8e9f6
GM
16211 * files.el (save-some-buffers): Doc fix.
16212
35eae264
EZ
162132011-04-02 Eli Zaretskii <eliz@gnu.org>
16214
16215 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16216
26b51db5
JB
162172011-04-01 Juanma Barranquero <lekktu@gmail.com>
16218
16219 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16220 Use `dolist' rather than `mapcar'.
16221
7200d79c
SM
162222011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16223
03408648 16224 Add lexical binding.
7200d79c 16225
03408648
SM
16226 * subr.el (apply-partially): Use new closures rather than CL.
16227 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16228 (dolist, dotimes): Use slightly different expansion for lexical code.
16229 (functionp): Move to C.
16230 (letrec): New macro.
16231 (with-wrapper-hook): Use it and apply-partially instead of CL.
16232 (eval-after-load): Preserve lexical-binding.
16233 (save-window-excursion, with-output-to-temp-buffer): Turn them
16234 into macros.
7200d79c 16235
03408648
SM
16236 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16237
16238 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16239 than the arglist.
16240 (help-add-fundoc-usage): Don't add `Not documented'.
16241 (help-function-arglist): Handle closures, subroutines, and new
16242 byte-code-functions.
16243 (help-make-usage): Remove leading underscores.
16244 (describe-function-1): Handle closures.
16245 (describe-variable): Use special-variable-p for completion.
16246
16247 * files.el (lexical-binding): Declare safe.
f488fb65 16248
03408648
SM
16249 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16250 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16251 (pcase): Add `let' pattern.
16252 Change memoization so it actually works.
16253 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16254 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16255 <let>: New case.
f488fb65 16256
03408648
SM
16257 * emacs-lisp/macroexp.el: Use lexical binding.
16258 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16259 Don't convert ' to #' without checking that it's indeed quoting
16260 a lambda.
16261
16262 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16263 Use eval-sexp-add-defvars.
03408648
SM
16264 (eval-sexp-add-defvars): New fun.
16265
16266 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16267
16268 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16269 Don't autoload.
16270 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16271 than the internal `byte-compile-lambda'.
16272 (defmethod): Don't hide code under quotes.
16273 (eieio-defmethod): New `code' argument.
16274
16275 * emacs-lisp/eieio-comp.el: Remove.
16276
16277 * emacs-lisp/edebug.el (edebug-eval-defun)
16278 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16279 (edebug-toggle): Avoid `eval'.
16280
16281 * emacs-lisp/disass.el (disassemble-internal): Handle new
16282 `closure' objects.
16283 (disassemble-1): Handle new byte codes.
16284
16285 * emacs-lisp/cl.el (pushnew): Silence warning.
16286
16287 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16288 (cl-byte-compile-throw): Remove.
16289 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16290
16291 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16292 closures.
16293
16294 * emacs-lisp/cconv.el: New file.
16295
16296 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16297 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16298 (byte-compile-initial-macro-environment):
16299 Handle declare-function here.
16300 (byte-compile--lexical-environment): New var.
16301 (byte-stack-ref, byte-stack-set, byte-discardN)
16302 (byte-discardN-preserve-tos): New lap codes.
16303 (byte-interactive-p): Don't use any more.
16304 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16305 New macros.
16306 (byte-compile-lapcode): Use them and handle new lap codes.
16307 (byte-compile-obsolete): Remove.
16308 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16309 (byte-compile-arglist-warn): Check late def of inlinable funs.
16310 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16311 since they should have been expanded by now.
16312 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16313 (byte-compile-from-buffer): Remove unused second arg.
16314 (byte-compile-preprocess): New function.
16315 (byte-compile-toplevel-file-form): New function to distinguish
16316 file-form calls from outside from file-form calls from hunk-handlers.
16317 (byte-compile-file-form): Simplify.
16318 (byte-compile-file-form-defsubst): Remove.
16319 (byte-compile-file-form-defmumble): Simplify now that
16320 byte-compile-lambda always returns a byte-code-function.
16321 (byte-compile): Preprocess.
16322 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16323 Remove, not used any more.
16324 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16325 (byte-compile-make-args-desc): New funs.
16326 (byte-compile-lambda): Handle lexical functions. Always return
16327 a byte-code-function.
16328 (byte-compile-reserved-constants): New var, to make up room for
16329 closed-over variables.
16330 (byte-compile-constants-vector): Obey it.
16331 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16332 (byte-compile-macroexpand-declare-function): New function.
16333 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16334 byte-code-functions.
16335 (byte-compile-form): Check obsolescence here.
16336 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16337 (byte-compile-variable-ref): Remove.
16338 (byte-compile-dynamic-variable-op): New fun.
16339 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16340 (byte-compile-variable-set): New funs.
16341 (byte-compile-discard): Add 2 args.
16342 (byte-compile-stack-ref, byte-compile-stack-set)
16343 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16344 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16345 macroexpand-all instead.
16346 (byte-compile-quote-form): Remove.
16347 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16348 (byte-compile-bind, byte-compile-unbind): New funs.
16349 (byte-compile-let): Handle let* and lexical binding.
16350 (byte-compile-let*): Remove.
16351 (byte-compile-catch, byte-compile-unwind-protect)
16352 (byte-compile-track-mouse, byte-compile-condition-case):
16353 Handle a new :fun-body form, used for lexical scoping.
16354 (byte-compile-save-window-excursion)
16355 (byte-compile-with-output-to-temp-buffer): Remove.
16356 (byte-compile-defun): Simplify.
16357 (byte-compile-stack-adjustment): New fun.
16358 (byte-compile-out): Use it.
16359 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16360
16361 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16362 handler any more.
16363
16364 * emacs-lisp/byte-opt.el: Use lexical binding.
16365 (byte-inline-lapcode): Remove (to bytecomp).
16366 (byte-compile-inline-expand): Pay attention to inlining to/from
16367 lexically bound code.
16368 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16369 any more.
16370 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16371 any more and don't call compiler-macros.
16372 (byte-compile-splice-in-already-compiled-code): Remove.
16373 (byte-code): Don't inline any more.
16374 (disassemble-offset): Receive `bytes' as argument rather than via
16375 dynamic scoping.
16376 (byte-compile-tag-number): Declare before first use.
16377 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16378 `return' even if make-spliceable.
16379 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16380 obsolete interactive-p.
16381 (byte-optimize-lapcode): Optimize new lap-codes.
16382 Don't trip up on new form of `byte-constant' lap code.
16383
16384 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16385
16386 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16387
16388 * custom.el (custom-initialize-default, custom-declare-variable):
16389 Use `defvar'.
16390
16391 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16392 New variables.
16393 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16394 (COMPILE_FIRST): Add macroexp and cconv.
16395 * makefile.w32-in: Mirror changes in Makefile.in.
16396
16397 * vc/cvs-status.el:
16398 * vc/diff-mode.el:
16399 * vc/log-edit.el:
16400 * vc/log-view.el:
16401 * vc/smerge-mode.el:
16402 * textmodes/bibtex-style.el:
090bd7cb 16403 * textmodes/css-mode.el:
03408648
SM
16404 * startup.el:
16405 * uniquify.el:
da91b5f2
CY
16406 * minibuffer.el:
16407 * newcomment.el:
16408 * reveal.el:
16409 * server.el:
16410 * mpc.el:
16411 * emacs-lisp/smie.el:
16412 * doc-view.el:
16413 * dired.el:
03408648
SM
16414 * abbrev.el: Use lexical binding.
16415
0f0c1f27
EZ
164162011-04-01 Eli Zaretskii <eliz@gnu.org>
16417
16418 * info.el (info-display-manual): New function.
16419
c82b2579
SM
164202011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16421
16422 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16423
221ddf68
TH
164242011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16425
16426 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16427 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16428
cba6e77e
GM
164292011-03-31 Glenn Morris <rgm@gnu.org>
16430
e040639f
GM
16431 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16432
cba6e77e
GM
16433 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16434
6d0f1c9e
CS
164352011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16436
16437 * progmodes/python.el (python-default-interpreter)
16438 (python-python-command-args, python-jython-command-args)
16439 (python-which-shell, python-which-args, python-which-bufname)
16440 (python-file-queue, python-comint-output-filter-function)
16441 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16442 variables and functions.
16443
3e2d70fd
SM
164442011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16445
16446 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16447 (completion-in-region-mode): New minor mode.
16448 (completion-in-region): Use it.
16449 (completion-in-region--data, completion-in-region-mode-map): New vars.
16450 (completion-in-region--postch): New function.
16451 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16452 New vars.
16453 (completion--capf-wrapper): New function.
16454 (completion-at-point): Use it to track well-behavedness of
16455 hook functions.
16456 (completion-help-at-point): New command.
16457
f3e4086c
JM
164582011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16459
16460 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16461 syntax class to search for whitespace on a single line
16462 (Message-ID: <4D938140.4030905@redhat.com>).
16463
eb7ffc14
LL
164642011-03-30 Leo Liu <sdl.web@gmail.com>
16465
16466 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16467 New commands.
16468 (edit-abbrevs-map): Bind them here.
16469 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16470
d806ab68
KM
164712011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16472
16473 * allout.el (allout-hide-by-annotation, allout-flag-region):
16474 Reduce possibility of overlay leakage by making them volatile.
16475
16476 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16477 hash is not shared between buffers. Mode initialization is
16478 responsible for giving it a useful starting value.
16479 (allout-item-span): Reduce possibility of overlay leakage by
16480 making them volatile.
16481 (allout-widgets-count-buttons-in-region): Add diagnostic function
16482 for tracking down button overlay leaks.
16483
ea622834
LL
164842011-03-29 Leo Liu <sdl.web@gmail.com>
16485
16486 * ido.el (ido-read-internal): Use the default history var
16487 minibuffer-history if no HISTORY is specified.
16488
b62f8267
G
164892011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16490
03408648
SM
16491 * net/imap.el (imap-shell-open, imap-process-connection-type):
16492 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16493 Kerberos, SSL, other subprocesses.
16494
947b6566
LL
164952011-03-28 Leo Liu <sdl.web@gmail.com>
16496
16497 * abbrev.el (abbrev-table-empty-p): New function.
16498 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16499 nonempty ones. (Bug#5937)
16500
5ffb62aa
JD
165012011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16502
16503 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16504
7a097943
LL
165052011-03-27 Leo Liu <sdl.web@gmail.com>
16506
16507 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16508 for foreground and background colors.
16509 (ansi-color-make-color-map): Adapt.
16510
c5b40130
LL
165112011-03-25 Leo Liu <sdl.web@gmail.com>
16512
1f48f7d2
LL
16513 * midnight.el (midnight-time-float): Remove. Note it calculates
16514 the microsecond component incorrectly and seconds-to-time does the
16515 same job.
625897ec 16516 Remove redundant (require 'timer).
1f48f7d2 16517
c5b40130
LL
16518 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16519 (ido-completions): Remove unused arguments. (Bug#8329)
16520
d86d2721
SM
165212011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * minibuffer.el (completion--flush-all-sorted-completions):
16524 Remove itself from hook.
16525 (completion-at-point): Let the functions perform the completion
16526 immediately and return nil or t.
16527 * comint.el (comint-dynamic-complete-functions): Now identical to
16528 completion-at-point-functions.
16529 (comint-dynamic-list-input-ring): Remove unused var `index'.
16530 (comint--match-partial-filename, comint--unquote&expand-filename):
16531 New funs, split from comint-match-partial-filename.
16532 (comint-dynamic-complete): Use completion-at-point.
16533 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16534
e8974c48
DA
165352011-03-24 Drew Adams <drew.adams@oracle.com>
16536
16537 * thingatpt.el: Support `defun'.
16538
def71b5e
LL
165392011-03-23 Leo Liu <sdl.web@gmail.com>
16540
cb5af48e
LL
16541 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16542
def71b5e
LL
16543 * help-mode.el (help-mode-finish): Tweak regexp.
16544
927c53e7
GM
165452011-03-23 Glenn Morris <rgm@gnu.org>
16546
18d05bed
GM
16547 * eshell/esh-opt.el (eshell-eval-using-options):
16548 Do not bind unused local variable `eshell-option-stub'.
16549
927c53e7
GM
16550 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16551
9d0da923
JB
165522011-03-22 Juanma Barranquero <lekktu@gmail.com>
16553
16554 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16555 keymap variable in `with-no-warnings' to avoid a warning when the
16556 keymap has been already `defconst'ed.
16557
4b978a67
LL
165582011-03-22 Leo Liu <sdl.web@gmail.com>
16559
16560 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16561 encode all chars in abbrevs; otherwise use emacs-mule or
16562 utf-8-emacs. (Bug#8308)
16563
5fd62452
JB
165642011-03-22 Juanma Barranquero <lekktu@gmail.com>
16565
0b1596c6
JB
16566 * simple.el (backward-delete-char-untabify):
16567 Avoid warning about using `delete-backward-char'.
16568
5fd62452
JB
16569 * image.el (image-type-file-name-regexps): Make it variable.
16570 `imagemagick-register-types' modifies it, and the user may want
16571 to add new extensions for known image types.
16572 (imagemagick-register-types): Throw error if not using ImageMagick.
16573
0b4e93f1
LL
165742011-03-22 Leo Liu <sdl.web@gmail.com>
16575
16576 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16577 located before rcirc-prompt-end-marker.
16578 (rcirc-complete): Error if point is not after rcirc prompt.
16579 Handle the case when table is nil.
9882e214 16580 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16581
fccee4ab
CY
165822011-03-22 Chong Yidong <cyd@stupidchicken.com>
16583
16584 * custom.el (custom--inhibit-theme-enable): Make it affect only
16585 custom-theme-set-variables and custom-theme-set-faces.
16586 (provide-theme): Ignore custom--inhibit-theme-enable.
16587 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16588 (custom-enabling-themes): Delete variable.
d86d2721
SM
16589 (enable-theme): Accept only loaded themes as arguments.
16590 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16591 (custom-enabled-themes): Forbid themes from setting this.
16592 Eliminate use of custom-enabling-themes.
16593 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16594
af896da6
LL
165952011-03-21 Leo Liu <sdl.web@gmail.com>
16596
16597 * ido.el (ido-read-internal): Add ido-selected to history instead
16598 of user input.
16599
78f64af0
SM
166002011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16601
16602 * subr.el (deferred-action-list, deferred-action-function):
16603 Mark obsolete.
16604
b16ac1ec
LL
166052011-03-21 Leo Liu <sdl.web@gmail.com>
16606
810f7698
LL
16607 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16608 change on 2011-02-13 (bug#8309).
16609
b16ac1ec
LL
16610 * minibuffer.el (read-file-name-function): Change default value.
16611 (read-file-name--defaults): Rename from read-file-name-defaults.
16612 (read-file-name-default): Rename from read-file-name.
16613 (read-file-name): Call read-file-name-function.
16614
4e05e67e
GM
166152011-03-21 Glenn Morris <rgm@gnu.org>
16616
16617 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16618 Doc fixes.
16619
4359915b
CY
166202011-03-21 Chong Yidong <cyd@stupidchicken.com>
16621
16622 * cus-theme.el: Add missing provide statement.
16623 (customize-create-theme): Extract theme value correctly.
16624 (custom-theme-visit-theme): Autoload.
16625 (customize-create-theme): Prompt before inserting default faces.
16626
1fe275ee
JB
166272011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16628
16629 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16630 units and musical notes.
16631
cd394be1 166322011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16633
16634 * ido.el (ido-read-internal): Use completing-read-default.
16635 (ido-completing-read): Fix compatibility with completing-read.
16636
7d476bde
CO
166372011-03-20 Christian Ohler <ohler@gnu.org>
16638
16639 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16640 (ert-delete-all-tests): Use `called-interactively-p' rather than
16641 `interactive-p'.
16642 (ert--make-xrefs-region): Respect END.
16643
fe0fb33e
CY
166442011-03-19 Chong Yidong <cyd@stupidchicken.com>
16645
ff854b0b
CY
16646 * dired-aux.el (dired-create-directory): Signal an error if the
16647 directory already exists (Bug#8246).
16648
fe0fb33e
CY
16649 * facemenu.el (list-colors-display): Call list-faces-display
16650 inside with-help-window.
16651 (list-colors-print): Use display property to align the final
16652 column, instead of checking window-width.
16653
576bce32
EZ
166542011-03-19 Eli Zaretskii <eliz@gnu.org>
16655
4d61f28d 16656 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16657 windows-nt systems.
16658 (emerge-protect-metachars): Quote correctly for ms-dos and
16659 windows-nt systems.
16660
89c41d68 166612011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16662
16663 * info.el (info-initialize): Replace all uses of `:' with
16664 path-separator for compatibility with non-Unix systems.
16665 Cache quoting of path-separator. (Bug#8258)
16666
b14e3e21 166672011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16668
16669 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16670 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16671 (mouse-avoidance-mode): Fix typos in docstrings.
16672
4525ce3e
CY
166732011-03-19 Chong Yidong <cyd@stupidchicken.com>
16674
16675 * startup.el (package-subdirectory-regexp): Move from package.el.
16676 Omit \\` and \\', and let callers add them.
16677
16678 * emacs-lisp/package.el (package-strip-version)
16679 (package-load-all-descriptors): Add \\` and \\' to
16680 package-subdirectory-regexp before using it.
16681 (package-untar-buffer): New arg DIR; ensure that file untars only
16682 into this expected directory. Remove superfluous delete-region.
16683 (package-unpack): Caller changed.
16684 (package-tar-file-info): Use package-subdirectory-regexp.
16685
a904a09a 166862011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16687
a904a09a
SM
16688 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16689 diff-mode-shared-map (bug#8284).
16690 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16691
166922011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16693
16694 * calendar/time-date.el (format-seconds): Use assoc instead of
16695 assoc-string, since assoc-string doesn't exist in XEmacs.
16696
171fc304
JB
166972011-03-17 Juanma Barranquero <lekktu@gmail.com>
16698
16699 * custom.el (custom-known-themes): Reflow docstring.
16700 (custom-theme-load-path): Fix typo in docstring.
16701 (load-theme): Fix typo in error message.
16702 (custom-available-themes, custom-variable-theme-value):
16703 Use `let', not `let*'.
16704
d71990a1
JB
167052011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16706
16707 * calc/README: Mention inclusion of musical notes.
16708
16709 * calc/calc-units.el (calc-lu-quant): Rename from
16710 `calc-logunits-quantity'.
16711 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16712 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16713 (calc-db): Rename from `calc-dblevel'.
16714 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16715 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16716 (calc-np): Rename from `calc-nplevel'.
16717 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16718 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16719 (calc-lu-plus): Rename from `calc-logunits-add'.
16720 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16721 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16722 (calc-lu-minus): Rename from `calc-logunits-sub'.
16723 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16724 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16725 (calc-lu-times): Rename from `calc-logunits-mul'.
16726 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16727 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16728 (calc-lu-divide): Rename from `calc-logunits-div'.
16729 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16730 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16731
16732 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16733 functions being autoloaded.
16734
16735 * calc/calc.el (calc-lu-power-reference): Rename from
16736 `calc-logunits-power-reference'.
16737 (calc-lu-field-reference): Rename from
16738 `calc-logunits-field-reference'.
16739
7a71b18d
GM
16740 * calc/calc-help.el (calc-l-prefix-help):
16741 Mention musical note functions.
d71990a1 16742
40c2934b
SM
167432011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16744
16745 * minibuffer.el (completion-all-sorted-completions):
16746 Use :completion-cycle-penalty text property if present.
16747
b0911414
KM
167482011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16749
16750 * allout.el (allout-yank-processing): Adjust for new rebulleting
16751 regime so bullet being yanked is used without prompting the user
16752 for a choice.
16753
8a05b668
JB
167542011-03-16 Juanma Barranquero <lekktu@gmail.com>
16755
16756 * startup.el (command-line): Warn the user that _emacs is deprecated.
16757
5ba5fb81
JB
167582011-03-16 Juanma Barranquero <lekktu@gmail.com>
16759
16760 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16761 (delphi-verbose, delphi-comment-face, delphi-string-face)
16762 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16763 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16764 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16765 (delphi-new-comment-line, delphi-font-lock-defaults)
16766 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16767 Fix typos in docstrings.
16768
2dab465b
KM
167692011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16770
5ba5fb81 16771 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16772 Invert the roles of character and string values for INSTEAD, so a
16773 string is used for the more common case of a defaulting prompt.
16774
0adf5618
SM
167752011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16776
16777 * progmodes/ruby-mode.el (ruby-backward-sexp):
16778 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16779 * play/gamegrid.el (gamegrid-make-face):
16780 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16781 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16782 * notifications.el (notifications-notify):
16783 * net/xesam.el (xesam-search-engines):
16784 * net/quickurl.el (quickurl-list-insert):
16785 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16786
d72700e5
CY
167872011-03-15 Chong Yidong <cyd@stupidchicken.com>
16788
16789 * startup.el (command-line): Update package subdirectory regexp.
16790
49c5410a
SM
167912011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16792
c6eee9aa
SM
16793 * allout.el (allout-abbreviate-flattened-numbering)
16794 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16795
49c5410a
SM
16796 * subr.el (read-char-choice): Only show the cursor after the prompt,
16797 not after the answer.
16798
047b2bb9
KR
167992011-03-15 Kevin Ryde <user42@zip.com.au>
16800
16801 * help-fns.el (variable-at-point): Skip leading quotes, if any
16802 (bug#8253).
16803
0a57d256
SM
168042011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16807 warning message.
16808
77c992bc
MA
168092011-03-14 Michael Albinus <michael.albinus@gmx.de>
16810
16811 * shell.el (shell): When called interactively, offer to change the
16812 shell file name on remote hosts.
16813
eebc475d
TZ
168142011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16815
16816 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16817 integration for LDAP parameters. The host, base, user or binddn,
16818 and secret tokens can be specified in a netrc file, for instance.
16819 This is optional because an `auth-source' parameter must be
16820 specified in the search attributes.
16821
9d05d1ba
JB
168222011-03-13 Juanma Barranquero <lekktu@gmail.com>
16823
16824 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16825
09d9db2c
GM
168262011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16829 into declaration. Remove redundant and harmful binding.
16830
168312011-03-12 Eli Zaretskii <eliz@gnu.org>
16832
16833 * files.el (file-ownership-preserved-p): Pass `integer' as an
16834 explicit 2nd argument to `file-attributes'. If the file's owner
16835 is the Administrators group on Windows, and the current user is
16836 Administrator, consider that a match.
16837
16838 * server.el (server-ensure-safe-dir): Consider server directory
16839 safe on MS-Windows if its owner is the Administrators group while
16840 the current Emacs user is Administrator. Use `=' to compare
16841 numerical UIDs, since they could be integers or floats.
16842
219bd536
JB
168432011-03-12 Juanma Barranquero <lekktu@gmail.com>
16844
16845 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16846
f3afd36b
MA
168472011-03-12 Michael Albinus <michael.albinus@gmx.de>
16848
16849 Sync with Tramp 2.2.1.
16850
16851 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16852
16853 * net/trampver.el: Update release number.
16854
3aaaa6f1
SM
168552011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16856
94642599
SM
16857 * progmodes/compile.el (compilation--previous-directory): Fix up
16858 various nil/dead-marker mismatches (bug#8014).
16859 (compilation-directory-properties, compilation-error-properties):
16860 Don't call it at a position past the one we're about to change.
16861
3aaaa6f1
SM
16862 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16863 Disable obsolescence warnings in the file that declares it.
16864
14239447
KM
168652011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16866
099c39a4
JB
16867 * allout-widgets.el (allout-widgets-tally):
16868 Initialize allout-widgets-tally as a hash table rather than nil to
16869 prevent mode-line redisplay warnings. Also, clarify the module
16870 description and fix a comment typo.
14239447 16871
135e287c
JB
168722011-03-11 Juanma Barranquero <lekktu@gmail.com>
16873
16874 * help-fns.el (describe-variable): Don't complete keywords.
16875 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16876
ffbf300e
CY
168772011-03-10 Chong Yidong <cyd@stupidchicken.com>
16878
ba08b241
CY
16879 * emacs-lisp/package.el (package-version-join): Impose a standard
16880 string representation for pre/alpha/beta version lists.
16881 (package-unpack-single): Standardize the directory name by passing
16882 it through package-version-join.
16883 (package-strip-rcs-id): Accept any version string that does not
16884 signal an error in version-to-list.
ffbf300e 16885
f346fd6b
MA
168862011-03-10 Michael Albinus <michael.albinus@gmx.de>
16887
16888 * simple.el (delete-trailing-whitespace): Return nil for the
16889 benefit of `write-file-functions'.
16890
ccb55d27
GM
168912011-03-10 Glenn Morris <rgm@gnu.org>
16892
5ceaac0c
GM
16893 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16894
02da65ff
GM
16895 * vc/vc-git.el (vc-git-program): New option.
16896 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16897 (vc-git--call): Use it.
16898
b2f603cc
GM
16899 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16900
5772caab
GM
16901 * cus-edit.el (Custom-newline): If no button at point, look
16902 for a subgroup button at start-of-line. (Bug#2298)
16903
ccb55d27
GM
16904 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16905
ec6ecaed
JD
169062011-03-10 Julien Danjou <julien@danjou.info>
16907
16908 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16909 `cursor-type' is nil.
16910
9d5aa01d
JB
169112011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16912
16913 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16914
b6a5875b
KM
169152011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16916
7a71b18d 16917 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16918 preserves the existing header prefix, rebulleting it if necessary,
16919 rather than replacing it. This is necessary for proper operation
16920 of cooperative addons like allout-widgets.
1154d12e
JB
16921 (allout-make-topic-prefix, allout-rebullet-heading):
16922 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16923 value as alternate bullet to be used, instead of prompting the user
16924 for a bullet character.
b6a5875b 16925
ee545c35
MA
169262011-03-09 Michael Albinus <michael.albinus@gmx.de>
16927
d86d2721
SM
16928 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16929 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16930 `tramp-default-port'.
16931
c47971d7
DD
169322011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16933
16934 * net/rcirc.el (rcirc-handler-001): Remove useless
16935 with-rcirc-process-buffer.
16936 (rcirc-check-auth-status): Swap arguments to string-match.
16937
13522cb4
GM
169382011-03-09 Glenn Morris <rgm@gnu.org>
16939
0be6f4f1
GM
16940 * shell.el (shell-mode):
16941 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16942
13522cb4
GM
16943 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16944 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16945
515de2e3
CY
169462011-03-08 Chong Yidong <cyd@stupidchicken.com>
16947
16948 * emacs-lisp/package.el (package-refresh-contents)
16949 (package-menu-execute): Use condition-case-no-debug.
16950
b511b994
MA
169512011-03-08 Michael Albinus <michael.albinus@gmx.de>
16952
16953 * simple.el (shell-command-to-string): Use `process-file'.
16954
16955 * emacs-lisp/package.el (package-tar-file-info): Handle also
16956 remote files.
16957
d86d2721
SM
16958 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16959 Use `equal' for upload base check.
b511b994 16960
25bbfb31
AM
169612011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16962
16963 * textmodes/texinfo.el (texinfo-environments):
16964 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16965
be996521
GM
169662011-03-08 Glenn Morris <rgm@gnu.org>
16967
e9c8529f
GM
16968 * cus-start.el (cursor-in-non-selected-windows):
16969 Fix :set quoting oddness. (Bug#8192)
16970
be996521
GM
16971 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16972 in some setf expressions. (Bug#2159)
16973
2bb5649e
CY
169742011-03-08 Chong Yidong <cyd@stupidchicken.com>
16975
16976 * custom.el (custom-available-themes): Return themes in
16977 alphabetical order.
16978
33383987 16979See ChangeLog.15 for earlier changes.
e3d51b27
MR
16980
16981;; Local Variables:
16982;; coding: utf-8
e3d51b27
MR
16983;; End:
16984
acaf905b 16985 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16986
16987 This file is part of GNU Emacs.
16988
16989 GNU Emacs is free software: you can redistribute it and/or modify
16990 it under the terms of the GNU General Public License as published by
16991 the Free Software Foundation, either version 3 of the License, or
16992 (at your option) any later version.
16993
16994 GNU Emacs is distributed in the hope that it will be useful,
16995 but WITHOUT ANY WARRANTY; without even the implied warranty of
16996 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16997 GNU General Public License for more details.
16998
16999 You should have received a copy of the GNU General Public License
17000 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.