* configure.ac (S_FILE): Remove output variable.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f1a71c6e
AS
12012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2
3 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4 (Bug#12108)
5
d2605269
JB
62012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7
8 * calc-mode.el (calc-basic-simplification-mode): Rename from
9 `calc-limited-simplification-mode'.
10 (calc-alg-simplification-mode): New function.
d66060f8 11 (calc-set-simplify-mode): Adjust message.
f1a71c6e 12
d2605269
JB
13 * calc.el (calc-set-mode-line): Adjust mode line display for
14 basic simplification mode.
15
16 * calc-help.el (calc-m-prefix-help): Update help message.
17
18 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
19 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
20
a3827a43
BG
212012-07-31 Bastien Guerry <bzg@gnu.org>
22
23 * man.el (man): Fix comment. (bug#12101)
24
502e3f89
MR
252012-07-31 Martin Rudalics <rudalics@gmx.at>
26
27 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
28 Don't return a non-nil value when no suitable buffer was found.
29
d7714961
FEG
302012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
31
32 * progmodes/python.el (run-python-internal): Disable font lock for
33 internal shells.
34
1f45e27e
SM
352012-07-30 Stefan Merten <smerten@oekonux.de>
36
37 * rst.el: Silence `checkdoc-ispell'.
38 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
39 (rst-official-version, rst-official-cvs-rev)
40 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
41 (rst-mode-map): New key binding.
42
0aee6912
PE
432012-07-30 Paul Eggert <eggert@cs.ucla.edu>
44
45 Update .PHONY listings in makefiles.
46 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
47 autoloads, update-subdirs, updates, bzr-update, update-authors,
48 compile-onefile, compile-calc, backup-compiled-files,
49 compile-after-backup, compile-one-process, mh-autoloads,
50 bootstrap-clean, distclean, maintainer-clean.
51
9052f9f0
JB
522012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
53
1823ac5a
JB
54 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
55 (calc-set-mode-line): Don't display "AlgSimp ".
56
57 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
58 (calc-lim-simplify-mode): New function.
59 (calc-set-simplify-mode): Default to 'alg.
60 (calc-default-simplify-mode): Make algebraic simplifications
61 the default.
62
63 * calc/calc-ext.el (calc-init-extensions): Remove binding for
64 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
65
4b337409
JB
66 * calc/calc-help (calc-m-prefix-help): Change messages to
67 indicate new simplification modes.
68
1823ac5a
JB
69 * calc/README: Mention new default simplification mode.
70
9052f9f0
JB
71 * calc/calc.el (math-normalize-error): New variable.
72 (math-normalize): Set `math-normalize-error' to t
73 when there's an error.
74
75 * calc/calc-alg.el (math-simplify): Don't simplify when
76 `math-normalize' returns an error.
77
20ba0cb4
EZ
782012-07-29 Eli Zaretskii <eliz@gnu.org>
79
80 * international/mule-cmds.el (set-locale-environment): Revert last
81 change, since display-graphic-p returns nil when this function is
82 called during startup. Instead...
83
84 * term/w32console.el (terminal-init-w32console): ...setup the
85 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
86
a5dcc929
JL
872012-07-29 Juri Linkov <juri@jurta.org>
88
89 * simple.el (goto-line): Don't display default line number in the
90 prompt because it should be displayed by `read-number' (bug#9952).
91 Add the current line number to the defaults of `goto-line' to
92 allow its easier modification by users with `M-n' (bug#9201).
93
94 * subr.el (read-number): Support multiple default values like in
95 other minibuffer reading functions. Replace `read' with
96 `string-to-number' for consistency with `number-to-string'.
97
72b255c7
PE
982012-07-29 Paul Eggert <eggert@cs.ucla.edu>
99
100 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
101 * emulation/viper-init.el (viper-deactivate-input-method-action):
102 Rename from viper-inactivate-input-method-action.
103 (viper-deactivate-input-method):
104 Rename from viper-inactivate-input-method.
105 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
106 * international/mule-cmds.el (deactivate-input-method):
107 Rename from inactivate-input-method.
108 Also run input-method-deactivate-hook.
109 (deactivate-current-input-method-function):
110 Rename from inactivate-current-input-method-function.
111 (input-method-deactivate-hook): New hook.
112 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
113 (inactivate-input-method): Mark obsolete.
114
72b255c7
PE
115 * international/quail.el (quail-activate):
116 Also run quail-deactivate-hook.
117 (quail-deactivate): Rename from quail-inactivate.
118 * international/robin.el (robin-activate):
119 Also run robin-deactivate-hook.
120 (robin-deactivate): Rename from robin-inactivate.
121
2549c068
CY
1222012-07-29 Chong Yidong <cyd@gnu.org>
123
124 * simple.el (indicate-copied-region): New function.
125 (kill-ring-save): Split off from here.
126
127 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
128 (kill-rectangle): Set deactivate-mark to t on read-only error.
129
130 * register.el (copy-to-register, copy-rectangle-to-register):
131 Deactivate the mark, and use indicate-copied-region (Bug#10056).
132 (append-to-register, prepend-to-register): Call
133
17711ed9
JL
1342012-07-29 Juri Linkov <juri@jurta.org>
135
136 * simple.el (async-shell-command-buffer): New defcustom.
137 (shell-command): Use it. (Bug#4719)
138
01bd1b0d
EZ
1392012-07-28 Eli Zaretskii <eliz@gnu.org>
140
141 * international/mule-cmds.el (set-locale-environment): In a
142 console session on MS-Windows, set up keyboard and terminal
143 encoding from the OEM codepage, not the ANSI codepage.
144 (Bug#12055)
145
a55739d3
CY
1462012-07-28 Chong Yidong <cyd@gnu.org>
147
148 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
149 gdb-get-location.
150
9a0f8f2e
LL
1512012-07-25 Leo Liu <sdl.web@gmail.com>
152
153 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
154 the alist (bug#12029).
155
20329d73
EZ
1562012-07-28 Eli Zaretskii <eliz@gnu.org>
157
158 * makefile.w32-in (custom-deps, finder-data, updates, compile)
159 (compile-always, compile-first)
160 ($(lisp)/calendar/cal-loaddefs.el)
161 ($(lisp)/calendar/diary-loaddefs.el)
162 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
163 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
164 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
165 instead of on update-subdirs.
166 (bootstrap-clean): Delete $(lisp)/subdirs.el.
167
345a2258
CY
1682012-07-28 Chong Yidong <cyd@gnu.org>
169
1eee6341
CY
170 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
171 directory if vc-deduce-backend returns nil (Bug#7350).
172
345a2258
CY
173 * simple.el (delete-trailing-lines): New option.
174 (delete-trailing-whitespace): Obey it (Bug#11879).
175
049a0936
DE
1762012-07-28 David Engster <deng@randomsample.de>
177
178 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
179 Explanation of new 'symbol-qnames feature in doc-strings.
180 (xml-maybe-do-ns): Return expanded names as plain symbols if
181 'symbol-qnames was provided in XML-NS argument (Bug#11916).
182 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
183
aa81af71
FEG
1842012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
185
186 Consistent completion in inferior python with emacs -nw.
187 * progmodes/python.el (inferior-python-mode): replace "<tab>"
188 binding in inferior-python-mode-map with "\t".
189 (python-shell-completion-complete-at-point)
190 (python-completion-complete-at-point): Remove interactive spec.
191
e827b1eb
JB
1922012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
193
194 * calc/calccomp.el (math-compose-expr): Undo previous change.
195
a90dfb95
FEG
1962012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
197
198 * progmodes/python.el (python-mode-map): Added keybinding for
199 run-python.
200 (python-shell-make-comint): Fix pop-to-buffer call.
201 (run-python): Autoload. New arg SHOW.
202 (python-shell-get-or-create-process): Do not pop python process
203 buffer.
204
32770973 2052012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
206
207 * notifications.el (notifications-on-action-signal)
208 (notifications-on-closed-signal): Use also the bus address for the map.
209 (notifications-notify, notifications-close-notification)
210 (notifications-get-capabilities): Add optional argument BUS.
211
86332df2
TH
2122012-07-27 Tassilo Horn <tsdh@gnu.org>
213
214 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
215 support for the lstlisting and minted environments, and for the
216 ctable macro.
217 * textmodes/reftex.el (reftex-compile-variables): Also recognize
218 labels written in keyvals syntax.
219
ca1302a4
JB
2202012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
221
222 * calc/calccomp.el (math-compose-expr): Use parentheses when
223 there is a product in the denominator of a fraction.
224
f8b91036
EZ
2252012-07-26 Eli Zaretskii <eliz@gnu.org>
226
227 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
228 ($(lisp)/calendar/diary-loaddefs.el)
229 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
230 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
231 failures in parallel bootstrap because subdirs.el is being
232 rewritten while the autoload files are built at the same time,
233 which needs to load subdirs.el.
234
c8e5a42c
MR
2352012-07-26 Martin Rudalics <rudalics@gmx.at>
236
237 * mouse.el (popup-menu): Fix doc-string and re-indent code.
238 (mouse-drag-line): Don't exit tracking when a switch-frame or
239 switch-window event occurs (Bug#12006).
240
670d85ea
SM
2412012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * mouse.el (popup-menu): Fix last change.
244
7abaf5cc
SM
2452012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 Autoload from Lisp with more care. Follow aliases when looking for
248 function properties.
249 * subr.el (autoloadp): New function.
250 (symbol-file): Use it.
251 (function-get): New function.
252 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
253 autoload-do-load.
254 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
255 (lisp-indent-function):
256 * emacs-lisp/gv.el (gv-get):
257 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
258 * emacs-lisp/byte-opt.el (byte-optimize-form):
259 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
260 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
261 Use function-get.
262 * emacs-lisp/cl.el: Don't propagate function properties any more.
263
264 * speedbar.el (speedbar-add-localized-speedbar-support):
265 * emacs-lisp/disass.el (disassemble-internal):
266 * desktop.el (desktop-load-file):
267 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
268 (describe-function-1):
269 * emacs-lisp/find-func.el (find-function-noselect):
270 * emacs-lisp/elp.el (elp-instrument-function):
271 * emacs-lisp/advice.el (ad-has-proper-definition):
272 * apropos.el (apropos-safe-documentation, apropos-macrop):
273 * emacs-lisp/debug.el (debug-on-entry):
274 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
275 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
276 * calc/calc.el (name): Use autoloadp & autoload-do-load.
277
b1364986
AA
2782012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
279
280 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
281 function, not an obsolete variable (Bug#12046).
282
67ada220
AS
2832012-07-25 Andreas Schwab <schwab@linux-m68k.org>
284
285 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
286
f08088e3
CS
2872012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
288
289 * emacs-lisp/pp.el (pp-display-expression): Select old selected
290 window only if it is still live (Bug#12034).
291
8137e7b3
MR
2922012-07-25 Martin Rudalics <rudalics@gmx.at>
293
294 * subr.el (redirect-frame-focus): Add advertised calling
295 convention (Bug#12030).
296
09ae5da1
PE
2972012-07-25 Paul Eggert <eggert@cs.ucla.edu>
298
299 Prefer typical American spelling for "acknowledgment".
300 * vc/add-log.el (change-log-acknowledgment): Rename from
301 change-log-acknowledgement, with an alias for the old name.
302
3cc5a3a8
JB
3032012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
304
305 * calc-alg.el (math-simplify-divide): Don't cross multiply
306 in an equation when the lhs is a variable.
307
b7af7f62
JD
3082012-07-24 Julien Danjou <julien@danjou.info>
309
310 * net/netrc.el (netrc-find-service-number, netrc-store-data):
311 Remove, unused.
312
ec1b09b1
EZ
3132012-07-23 Eli Zaretskii <eliz@gnu.org>
314
315 * startup.el (command-line): Don't display an empty user name in
316 the error message about non-existent home directory, when
317 init-file-user was set to an empty string. See
318 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
319 for the details and context.
320
b525fd8a
VB
3212012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
322
323 * ses.el (ses-cell-formula-aset): New macro.
324 (ses-cell-references-aset): New macro.
325 (ses-cell-p): New function.
326 (ses-rename-cell): Do no longer rely on complex operations like
327 ses-cell-set-formula or ses-set-cell to change the cell and handle
328 the undo at the same time, but rather use lower level new macros
329 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
330 the undo directly. Refresh the mode line.
331
2c73e345
LL
3322012-07-21 Leo Liu <sdl.web@gmail.com>
333
670d85ea
SM
334 * progmodes/cc-cmds.el (c-defun-name):
335 Use match-string-no-properties instead for consistency.
2c73e345 336
542dfbde
LL
3372012-07-20 Leo Liu <sdl.web@gmail.com>
338
3646bcd6
LL
339 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
340 (Bug#7879)
341
542dfbde
LL
342 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
343
25721031
CY
3442012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
347 * progmodes/bug-reference.el, misearch.el: Provide themselves
348 (bug#11915).
349
350 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
351 of narrowed buffer (bug#11966).
352
316e68a7
VB
3532012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
354
355 * ses.el (ses-rename-cell): Set new name also in reference list of
356 cells of which the renamed cell depends.
357
bbf0e7d9
MY
3582012-07-20 Masatake YAMATO <yamato@redhat.com>
359
360 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
361 to check whether menu-bar is shown or not. If not shown,
362 show the menu-bar as a popup menu instead of using tmm.
363 * mouse.el (popup-menu): Accept `point' as `position' argument.
364
c28662a8
DG
3652012-07-20 Dmitry Gutov <dgutov@yandex.ru>
366
367 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
368 up inside string symbol literal (bug#11923).
369
87ab808f
EZ
3702012-07-20 Eli Zaretskii <eliz@gnu.org>
371
372 * startup.el (fancy-startup-text): Read the whole tutorial, not
373 just its first 256 bytes. Prevents gibberish in display of the
374 tutorial title.
375
89dea803
DA
3762012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
377
378 Drop idle buffer compaction due to an absence of the
379 proved efficiency.
380 * compact.el: Remove.
381
8a4e6db8
SS
3822012-07-19 Sam Steingold <sds@gnu.org>
383
384 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
385 vc-bzr-pull & vc-bzr-merge-branch.
386 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
387 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
388 for consistency with compilation-error-regexp-alist.
389 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
390 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
391 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
392 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
393
5db81e33
SM
3942012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * emacs-lisp/chart.el: Use lexical-binding.
397 (chart-emacs-storage): Don't hardcode the list of entries.
398
5b835e1d
DA
3992012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
400
401 Next round of tweaks caused by Fgarbage_collect changes.
402 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
403
9cd47b72
DA
4042012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
405
406 Compact buffers when idle.
407 * compact.el: New file.
408
1d6fc0df
SM
4092012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * subr.el (eventp): Presume that if it looks vaguely like an event,
412 it's an event (bug#10190).
413
1d29cc7d
FEG
4142012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
415
416 Enhancements to ppss related code (thanks Stefan).
417 * progmodes/python.el (python-indent-context)
418 (python-indent-calculate-indentation, python-indent-dedent-line)
419 (python-indent-electric-colon, python-nav-forward-block)
420 (python-mode-abbrev-table)
1d6fc0df 421 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
422 for ppss context.
423 (python-info-continuation-line-p): Cleanup.
424 (python-info-ppss-context): Do not catch 'quote.
425 (python-info-ppss-context-type)
426 (python-info-ppss-comment-or-string-p): Simplify.
427
d583cbe6
FEG
4282012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
429
430 * progmodes/python.el: Enhancements to eldoc support.
431 (python-info-current-symbol): New function.
432 (python-eldoc-at-point): Use python-info-current-symbol.
433 (python-info-current-defun): Fix cornercase on first defun scan.
434 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
435 and signal error when no inferior python process is available.
436
eceb6feb
DG
4372012-07-18 Dmitry Gutov <dgutov@yandex.ru>
438
439 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
440 assume it's always t.
441 (vc-git-registered): Remove caching, the function is only called
442 once.
443 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
444
4c8ff0fe
CY
4452012-07-18 Chong Yidong <cyd@gnu.org>
446
19fb7186
CY
447 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
448
9587c688
CY
449 * simple.el (count-words): Report on narrowing (Bug#9959).
450
0fe776a1
CY
451 * bindings.el: Bind M-= to count-words.
452
4c8ff0fe
CY
453 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
454
7f5331cc
MY
4552012-07-18 Masatake YAMATO <yamato@redhat.com>
456
457 * progmodes/sh-script.el (sh-imenu-generic-expression):
458 Capture a function with `function' keyword and without parentheses
459 like "function FOO" (bug#11856).
460
2dc2a609
TH
4612012-07-18 Tassilo Horn <tassilo@member.fsf.org>
462
463 * window.el (split-window-sensibly): Make WINDOW argument
464 optional.
465
439f7677
CY
4662012-07-18 Chong Yidong <cyd@gnu.org>
467
9aeb25a6
CY
468 * subr.el (keyboard-translate): Doc fix (Bug#7261).
469
439f7677
CY
470 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
471 and make C-x 8 RET exit isearch (Bug#11439).
472
473 * international/iso-transl.el: Move isearch-mode-map key
474 definitions to isearch.el.
475
12999ea8
SM
4762012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
479 (eieio-defclass): Use gv-define-setter when possible.
480
3ab6e069
DA
4812012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
482
483 Reflect recent changes in Fgarbage_collect.
484 * emacs-lisp/chart.el (chart-emacs-storage): Change to
485 reflect new format of data returned by Fgarbage_collect.
486
0a60bc10
FEG
4872012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
488
489 New utility functions + python-info-ppss-context fix (Bug#11910).
490 * progmodes/python.el (python-info-beginning-of-block-statement-p)
491 (python-info-ppss-comment-or-string-p): New functions.
492 (python-info-ppss-context): Small fix for string check.
493
6dafa0d5
JL
4942012-07-17 Juri Linkov <juri@jurta.org>
495
496 * dired-aux.el (dired-do-async-shell-command): Doc fix.
497 (dired-do-async-shell-command): Don't add `*' at the end of the
498 command (Bug#11815).
499 (dired-do-shell-command): Doc fix.
500 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
501 Join the individual commands using either "&" or ";" as the
502 separator depending on the values of these trailing characters.
503 At the end re-add the trailing "&". (Bug#10598)
504
505 * simple.el (async-shell-command): Sync the interactive spec with
506 `shell-command'. Doc fix.
507 (shell-command): Doc fix.
508
b19dd9d1
JL
5092012-07-17 Juri Linkov <juri@jurta.org>
510
511 * descr-text.el (describe-char): Fix format args. (Bug#10129)
512
bcdc27d7 5132012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 514
bcdc27d7 515 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
516 * progmodes/python.el (python-nav-beginning-of-statement):
517 Rename from python-nav-statement-start.
bcdc27d7
FEG
518 (python-nav-end-of-statement): Rename from
519 python-nav-statement-end.
520 (python-nav-beginning-of-block): Rename from
521 python-nav-block-start.
522 (python-nav-end-of-block): Rename from python-nav-block-end.
523
191da00e
FEG
5242012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
525
7f5331cc
MY
526 * progmodes/python.el (python-shell-send-string-no-output):
527 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
528 future interactions (Bug#11868).
529
4dc7c8d5 5302012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 531
88ecaf8f
SM
532 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
533
ef501ef0
SM
534 * emacs-lisp/elint.el (elint-find-args-in-code):
535 Use help-function-arglist, so as to handle lexical byte-code.
536
aa7aaf8f
SM
537 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
538 change (bug#11826).
539
45fd731c
SM
5402012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
541
2143fa32
SM
542 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
543 Avoid spuriously marking the buffer as modified because of c-is-sws.
544
efc26dbe
SM
545 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
546 as not-a-comment (bug#11946).
547
f5695c9a
SM
548 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
549 for uninterned vars.
550
551 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
552 Use read-event since we don't really want to read chars but bytes.
553
45fd731c
SM
554 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
555 $$..$$ but also $..$ using regexps (bug#11953).
556 Use tex-verbatim for \url and \path.
557 (tex-font-lock-keywords): Define as defconst like the others.
558 (tex-common-initialization): Don't use font-lock-syntax-table any more.
559
ddfc8813
RK
5602012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
561
562 * international/mule-cmds.el (ucs-insert): Make it an obsolete
563 alias for insert-char.
564
758e556a
FEG
5652012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
566
567 * progmodes/python.el: Simplified imenu implementation.
568 (python-nav-jump-to-defun): Remove command.
569 (python-mode-map): Use `imenu' instead.
570 (python-nav-list-defun-positions-cache)
571 (python-imenu-include-defun-type, python-imenu-make-tree)
572 (python-imenu-subtree-root-label, python-imenu-index-alist):
573 Remove vars.
574 (python-nav-list-defun-positions, python-nav-read-defun)
575 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
576 (python-imenu-make-tree, python-imenu-create-index):
577 Remove functions.
758e556a
FEG
578 (python-mode): Update to interact with imenu by setting
579 `imenu-extract-index-name-function' only.
580
032d23ab
FEG
5812012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
582
583 * progmodes/python.el: Enhancements to navigation commands.
584 (python-nav-backward-sentence)
585 (python-nav-forward-sentence): Remove.
586 (python-nav-backward-statement, python-nav-forward-statement)
587 (python-nav-statement-start, python-nav-statement-end)
588 (python-nav-backward-block, python-nav-forward-block)
589 (python-nav-block-start, python-nav-block-end)
590 (python-nav-forward-sexp-function)
591 (python-info-current-line-comment-p)
592 (python-info-current-line-empty-p): New functions.
593 (python-indent-context): Use `python-nav-statement-start'.
594
01795a1b
MA
5952012-07-16 Michael Albinus <michael.albinus@gmx.de>
596
9328d9aa
MA
597 * eshell/em-ls.el (eshell/ls): Use `apply'.
598
599 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
600 multi-hops, instead of Tramp internals.
601
01795a1b
MA
602 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
603
604 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
605 when F1 and F2 are located on different hosts.
606
63408057
CY
6072012-07-14 Chong Yidong <cyd@gnu.org>
608
609 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
610 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
611 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
612 (xterm-mouse--read-event-sequence-1000)
613 (xterm-mouse--read-event-sequence-1006): New functions. For old
614 mouse protocol, handle M-mouse-X events correctly.
615 (xterm-mouse-event): New arg specifying mouse protocol.
616 (turn-on-xterm-mouse-tracking-on-terminal)
617 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
618 sequence to toggle extended coordinates on newer XTerms.
619 This appears to be harmless on terminals which do not support this.
63408057 620
cd276f6e
LL
6212012-07-14 Leo Liu <sdl.web@gmail.com>
622
28ca98ac
LL
623 Add fringe bitmap indicators for flymake. (Bug#11253)
624 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
625 (flymake-make-overlay): New arg BITMAP.
626 (flymake-error-bitmap, flymake-warning-bitmap)
627 (flymake-fringe-indicator-position): New user variables.
628
cd276f6e
LL
629 * fringe.el: New bitmap exclamation-mark.
630
04408072
JD
6312012-07-14 Jan Djärv <jan.h.d@swipnet.se>
632
633 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
634 also (Bug#7879).
635
b5cf7fc4
CY
6362012-07-14 Chong Yidong <cyd@gnu.org>
637
638 * electric.el (electric-pair-post-self-insert-function): Fix pair
639 insertion in empty-region case (Bug#11520).
640
be755c79
RT
6412012-07-14 Chong Yidong <cyd@gnu.org>
642
45fd731c
SM
643 * bindings.el: Consolidate ctl-x-r-map bindings.
644 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
645
646 * rect.el, register.el: Move bindings to bindings.el.
647
6482012-07-14 Reuben Thomas <rrt@sc3d.org>
649
650 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
651
7f5b3198
AS
6522012-07-13 Andreas Schwab <schwab@linux-m68k.org>
653
654 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
655
97662200
JB
6562012-07-13 Juanma Barranquero <lekktu@gmail.com>
657
80185fed
JB
658 * bindings.el (top): Use `mapc' instead of `mapcar'.
659
97662200
JB
660 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
661
2bb1ae55
MA
6622012-07-13 Michael Albinus <michael.albinus@gmx.de>
663
664 * progmodes/sql.el (sql-comint): Suppress the check for program on
665 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
666 (Bug#11908)
667
dea31bd3
CY
6682012-07-13 Chong Yidong <cyd@gnu.org>
669
670 * bindings.el: Assign a non-nil permanent-local property to
671 per-buffer variables which lack a default value (Bug#11930).
672
673 * help-fns.el (describe-variable): In the "automatically becomes
674 local" notice, take note of permanent-local variables.
675
b68b3337
CY
6762012-07-13 Chong Yidong <cyd@gnu.org>
677
678 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
679 to allow printing the message when called from Lisp.
680
681 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
682 Remove toggle-read-only.
683
684 * bs.el (bs-toggle-readonly):
45fd731c
SM
685 * buff-menu.el (Buffer-menu-toggle-read-only):
686 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
687
688 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
689 Remove with-no-warnings around toggle-read-only.
690 (ffap-read-only, ffap-read-only-other-window)
691 (ffap-read-only-other-frame): Callers changed.
692
693 * help-mode.el: Don't require view package.
694 (help-mode-finish): Set buffer-read-only instead of calling
695 toggle-read-only.
696
697 * bindings.el (mode-line-toggle-read-only):
698 * dired.el (dired-toggle-read-only):
699 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
700 with non-nil second arg.
701
702 * emacs-lisp/eieio-custom.el (eieio-customize-object):
703 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
704 directly.
705
56bc1586
EZ
7062012-07-12 Eli Zaretskii <eliz@gnu.org>
707
708 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
709 not incf.
710
a464a6c7
SM
7112012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 More CL cleanups and reduction of use of cl.el.
714 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
715 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
716 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
717 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
718 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
719 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
720 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
721 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
722 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
723 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
724 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
725 * eshell/em-cmpl.el, eshell/em-banner.el:
726 * calendar/parse-time.el: Use cl-lib.
727 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
728 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
729 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
730 * term/ns-win.el, term.el, shell.el, ps-samp.el:
731 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
732 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
733 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
734 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
735 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
736 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
737 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
738 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
739 `lambda' rather than with `quote'.
740 (eshell-do-opt): Adjust accordingly.
741 (eshell-process-option): Simplify.
742 * eshell/esh-var.el:
743 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
744 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
745 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
746 to `pcase--dontcare'.
747 * emacs-lisp/cl.el (labels): Mark obsolete.
748 (cl--letf, letf): Move to cl-lib.
749 (cl--letf*, letf*): Remove.
750 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
751 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
752 (cl-progv): Rewrite.
753 (cl--letf, cl-letf): Move from cl.el.
754 (cl-letf*): New macro.
755 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
756
7ad4afe1
MA
7572012-07-11 Michael Albinus <michael.albinus@gmx.de>
758
759 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
760
9af57756
CY
7612012-07-11 Chong Yidong <cyd@gnu.org>
762
763 * vc/log-edit.el (log-edit-vc-backend): New variable.
764 (log-edit): Doc fix.
765
766 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
767 argument of log-edit to set up all local variables.
768 (vc-start-logentry): New optional arg specifying VC backend.
769
770 * vc/vc.el (vc-checkin): Use it.
771 (vc-deduce-fileset): Handle Log Edit buffers.
772 (vc-diff): Make first argument optional too.
773
774 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
775
8477cc7a
MA
7762012-07-10 Michael Albinus <michael.albinus@gmx.de>
777
778 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
779 command, just in case. The function is not needed anymore.
780 (eshell-external-command): Do not call `eshell-remote-command'.
781
19faa8e8
SM
7822012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
783
f58e0fd5
SM
784 Reduce use of (require 'cl).
785 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
786 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
787 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
788 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
789 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
790 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
791 * battery.el, avoid.el, abbrev.el: Use cl-lib.
792 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
793 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
794 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
795 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
796 * calculator.el, autorevert.el, apropos.el: Don't require CL.
797 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
798 (byte-compile-unfold-bcf, byte-compile-check-variable):
799 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
800 (byte-compile-nilconstp):
801 * emacs-lisp/autoload.el (make-autoload): Use pcase.
802 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
803
2519d43a
SM
804 * emacs-lisp/gv.el (cond): Make it a valid place.
805 (if): Simplify slightly.
806
19faa8e8
SM
807 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
808 (pcase--self-quoting-p): New function.
809 (pcase--u1): Use it.
810
c4907a5e
GM
8112012-07-10 Glenn Morris <rgm@gnu.org>
812
813 * emacs-lisp/authors.el (authors-fixed-entries):
814 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
815
c4444d16
PE
8162012-07-09 Paul Eggert <eggert@cs.ucla.edu>
817
818 Rename configure.in to configure.ac (Bug#11603).
819 * emacs-lisp/authors.el (authors-canonical-file-name):
820 * progmodes/autoconf.el (autoconf-mode):
821 Prefer configure.ac to configure.in.
822
d75be97d
CY
8232012-07-08 Chong Yidong <cyd@gnu.org>
824
01ac65bd
CY
825 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
826 Implement the mouse-1-click-follows-link handling properly.
827
828 * info.el (Info-link-keymap): Use follow-link mechanism for
829 header-line links (Bug#374).
830
d75be97d
CY
831 * simple.el (deactivate-mark): Do not set the primary selection
832 if another program has acquired it (Bug#11772).
833
87a92845 8342012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
835
836 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
837 (woman-decode-region): Replace escaped-escapes without destroying
838 bold or underline (Bug#11552).
87a92845 839 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 840
621b9d6c
CY
8412012-07-07 Chong Yidong <cyd@gnu.org>
842
843 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
844 (interprogram-cut-function, interprogram-paste-function):
845 Mention that we typically mean the clipboard.
621b9d6c 846
133a11fc
GM
8472012-07-06 Glenn Morris <rgm@gnu.org>
848
0d27a45e
GM
849 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
850
133a11fc
GM
851 * files.el (toggle-read-only): Restrict message to interactive use.
852
07b151f1
MA
8532012-07-06 Michael Albinus <michael.albinus@gmx.de>
854
855 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
856
857 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
858
211b896b
GM
8592012-07-06 Glenn Morris <rgm@gnu.org>
860
50394322
GM
861 * Makefile.in (compile-one-process): Rename from "recompile".
862
211b896b
GM
863 * Makefile.in (bzr-update): "compile" is the same as "recompile
864 autoloads", but parallelizable, so use that instead.
865
4737eec9
DG
8662012-07-06 Dmitry Gutov <dgutov@yandex.ru>
867
868 * window.el (quit-window): Always restore window height when
8137e7b3 869 it's saved in quit-restore parameter (Bug#11810).
4737eec9 870
226c3633 8712012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
872
873 * simple.el (kill-whole-line): Doc tweak.
874
226c3633 8752012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
876
877 * files.el (file-relative-name): Compare file names
878 case-insensitively if on MS-Windows or MS-DOS, or if
879 read-file-name-completion-ignore-case is non-nil. Don't use
880 case-fold-search for this purpose. (Bug#11827)
881
4dc7c8d5
SM
8822012-07-17 Andreas Schwab <schwab@linux-m68k.org>
883
884 * calendar/cal-dst.el (calendar-current-time-zone):
885 Return calendar-current-time-zone-cache if non-nil.
886
8872012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 8882012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 889
19faa8e8
SM
890 * calendar/cal-dst.el (calendar-current-time-zone):
891 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 892
60198fc9
GM
8932012-07-06 Glenn Morris <rgm@gnu.org>
894
895 * Makefile.in (cvs-update): Remove old alias.
896
957b3189
MA
8972012-07-05 Michael Albinus <michael.albinus@gmx.de>
898
899 Sync with Tramp 2.2.6-pre.
900
901 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
902 compatible declaration.
903
19faa8e8
SM
904 * net/tramp-cmds.el (tramp-append-tramp-buffers):
905 Protect `list-load-path-shadows' call.
957b3189
MA
906
907 * net/tramp-compat.el (top): Require packages, which aren't
908 autoloaded anymore for XEmacs. Protect call of
909 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
910 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
911 it hurts at least for SXEmacs.
912 (tramp-compat-temporary-file-directory): In XEmacs, there is no
913 standard-value for `temporary-file-directory'.
914
915 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
916 Redirect stderr to /dev/null.
917 (tramp-sh-handle-write-region): uid and gid can be floats.
918 Reported by Russell Sim <russell.sim@gmail.com>.
919 (tramp-sh-handle-vc-registered): Hide errors.
920 (tramp-vc-file-name-handler): Use dummy results for `process-file'
921 and `start-file-process'.
922 (tramp-maybe-open-connection): Check also whether `non-essential'
923 is bound.
924
566df3fc
CY
9252012-07-04 Chong Yidong <cyd@gnu.org>
926
927 * xml.el (xml--parse-buffer): Use xml-syntax-table.
928 (xml-parse-tag): Likewise, and avoid changing entity tables.
929 (xml-syntax-table): Define from scratch, making sure not to give
930 x2000 and other Unicode spaces whitespace syntax, since those are
931 not spaces in XML.
932 (xml-parse-fragment): Delete unused function.
933 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
934 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
935 (xml-entity-ref, xml-pe-reference-re)
936 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
937 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
938 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
939 (xml-entity-value-re): Use syntax references in regexps where
940 possible; no need to define inside a let-binding.
941 (xml-parse-dtd): Use xml-pe-reference-re.
942 (xml-entity-or-char-ref-re): New defconst.
943 (xml-parse-string, xml-substitute-special): Use it.
944
30eabd7a
SM
9452012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
946
0781098a
SM
947 * files.el (locate-dominating-file): Allow `name' to be a predicate.
948 (find-file--read-only): New function.
949 (find-file-read-only, find-file-read-only-other-window)
950 (find-file-read-only-other-frame): Use it.
951 (insert-file-contents-literally): Don't `fset'.
952 (get-free-disk-space): Use locate-dominating-file.
953
b5771c0d
SM
954 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
955 function is already compiled.
956
30eabd7a
SM
957 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
958
b4886f6e
MA
9592012-07-03 Michael Albinus <michael.albinus@gmx.de>
960
961 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
962 files on the same host.
963
b9d82339
AS
9642012-07-03 Andreas Schwab <schwab@linux-m68k.org>
965
966 * help-fns.el (describe-function-1): Only call
967 help-fns--autoloaded-p when we have a file name. (Bug#11848)
968
a76e6535
CY
9692012-07-03 Chong Yidong <cyd@gnu.org>
970
971 * xml.el: Protect parser against XML bombs.
972 (xml-entity-expansion-limit): New variable.
973 (xml-parse-string, xml-substitute-special): Use it.
974 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
975
b544fef2
GM
9762012-07-03 Glenn Morris <rgm@gnu.org>
977
978 * progmodes/bug-reference.el (bug-reference-bug-regexp):
979 Allow linking to specific messages in debbugs reports (eg 123#5).
980
a7aef6f5
CY
9812012-07-02 Chong Yidong <cyd@gnu.org>
982
983 * xml.el: Fix entity and character reference expansion, allowing
984 them to expand into markup as per XML spec.
985 (xml-default-ns): New variable.
986 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
987 (xml-parse-region): Make first two arguments optional.
988 Discard text properties.
989 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
990 All callers changed.
a7aef6f5
CY
991 (xml-parse-tag): Call xml-parse-tag-1. For backward
992 compatibility, this function should not modify buffer contents.
993 (xml-parse-tag-1): Fix opening-tag regexp.
994 (xml-parse-string): Rewrite, handling entity and character
995 references properly.
996 (xml--entity-replacement-text): Signal an error if a parameter
997 entity is undefined.
998
3df31c9f
SM
9992012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1000
2b5208f1
SM
1001 * comint.el (comint-output-filter): Filter out repeated prompts.
1002
3df31c9f
SM
1003 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1004 and file-name-absolute-p.
1005 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1006 internal calls.
1007
e3ac1281
PE
10082012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1009
1010 Spelling fixes.
1011 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1012 Rename from byte-compile--refiy-function. All uses changed.
1013
fbf2e7ad
CY
10142012-07-01 Chong Yidong <cyd@gnu.org>
1015
1016 * xml.el (xml--parse-buffer): New function. Move most of
1017 xml-parse-region here.
1018 (xml-parse-region): Copy region into a temporary buffer, since
1019 parameter entity substitution requires changing buffer contents.
1020 Use xml--parse-buffer.
1021 (xml-parse-file): Use xml--parse-buffer.
1022 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1023 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1024
9bf0aa15
GM
10252012-06-30 Glenn Morris <rgm@gnu.org>
1026
bbce2853
GM
1027 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1028
9bf0aa15
GM
1029 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1030 Remove outdated and unnecessary dbus declarations.
1031
0d23c240
EZ
10322012-06-30 Eli Zaretskii <eliz@gnu.org>
1033
1034 * emacs-lisp/timer.el (timer-until): Subtract results of
1035 float-time, instead of taking float-time of the result of
1036 time-subtract, since float-time signals an error for negative time
1037 arguments.
1038
b3218de1
CY
10392012-06-30 Chong Yidong <cyd@gnu.org>
1040
1041 * xml.el (xml-*-re): Convert defvars into defconsts, and
1042 eval-and-compile them so eval-and-compile works on derivatives.
1043 (xml--entity-replacement-text): Use eval-and-comple.
1044
a40c87a0
MA
10452012-06-30 Michael Albinus <michael.albinus@gmx.de>
1046
1047 * vc/vc-git.el (vc-git-registered): Use cache property
1048 `git-registered'.
1049 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1050 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1051 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1052
ac87de97
DG
10532012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1054
1055 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1056 removed (likely outside Emacs). (Bug#11757)
ac87de97 1057
ac10fe06
SM
10582012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1059
3df31c9f 1060 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1061
7f3fbd5d
CY
10622012-06-30 Chong Yidong <cyd@gnu.org>
1063
1064 * xml.el: Implement XML parameter entities.
1065 (xml-parameter-entity-alist): New variable.
1066 (xml-parse-region, xml-parse-fragment): Preserve previous values
1067 of xml-entity-alist and xml-parameter-entity-alist, so that
1068 repeated calls on different documents do not change them.
1069 (xml-parse-tag): Fix doctype regexp.
1070 (xml--entity-replacement-text): New function.
1071 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1072 properly requires url retrieval which is unimplemented.
1073 (xml-escape-string): Doc fix.
1074
3cfbebba
SM
10752012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1078
2af3565e
DA
10792012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1080
1081 * fringe.el (fringe-mode): Doc fix.
1082
929df0e7
MA
10832012-06-29 Michael Albinus <michael.albinus@gmx.de>
1084
1085 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1086 is non-nil.
1087 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1088 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1089
c8d3a25c 10902012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1091
c8d3a25c
GM
1092 * calendar/cal-dst.el (calendar-current-time-zone):
1093 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1094
c8d3a25c 10952012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1096
1097 * progmodes/which-func.el (which-func-format):
1098 Add mouse-face. (Bug#11698)
1099
c8d3a25c
GM
11002012-06-29 Leo Liu <sdl.web@gmail.com>
1101
1102 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1103
11042012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * minibuffer.el (minibuffer-confirm-exit-commands):
1107 Add completion-at-point (bug#11725).
1108
11092012-06-29 Glenn Morris <rgm@gnu.org>
1110
1111 * progmodes/f90.el (f90-font-lock-keywords-2):
1112 Add some preprocessor elements. (Bug#10499)
1113
11142012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1117 Use syntax-propertize (bug#11739).
1118
2badeec4
JB
11192012-06-28 Juanma Barranquero <lekktu@gmail.com>
1120
1121 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1122
ae4969c2
JD
11232012-06-28 Julien Danjou <julien@danjou.info>
1124
1125 * term.el (term-handle-colors-array): Use a set of new faces to
1126 color the terminal. Also uses :inverse-video property.
1127 (term-default-fg-color): Set to nil by default, deprecate in favor
1128 of `term-face'.
1129 (term-default-bg-color): Set to nil by default, deprecate in favor
1130 of `term-face'.
1131 (term-current-face): Use `term-face' by default.
1132 (term-bold-attribute): Variable deleted.
1133
1c9bd870
GM
11342012-06-28 Glenn Morris <rgm@gnu.org>
1135
1136 * simple.el (completion-list-mode-finish):
1137 Don't use toggle-read-only. (Since completion-list-mode has
1138 a special mode-class, it wasn't doing anything extra anyway.)
1139
c207708c
SM
11402012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 Make inlining of other-mode interpreted functions work (bug#11799).
1143 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1144 (byte-compile): Use it to fix compilation of lexical-binding closures.
1145 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1146 function, if needed.
1147
3fd56834
SM
11482012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1149
04901786
SM
1150 * help-mode.el (help-make-xrefs): Don't just withstand
1151 cyclic-variable-indirection but any error in documentation-property.
1152
1ec4b7b2
SM
1153 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1154 memory use.
1155 * bindings.el (bindings--define-key): New function.
1156 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1157 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1158 * bindings.el: Use it to purecopy define-key bindings.
1159
e309e2a5
SM
1160 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1161
d5c6faf9
SM
1162 * emacs-lisp/cl.el (flet): Mark obsolete.
1163 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1164 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1165 * progmodes/js.el (js-c-fill-paragraph):
1166 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1167 (ebrowse-switch-member-buffer-to-derived-class):
1168 * play/5x5.el (5x5-solver): Use cl-flet.
1169
6e9590e2
SM
1170 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1171 (cl--symbol-function): New macro.
1172 (cl--letf, cl--letf*): Use it.
1173
3fd56834
SM
1174 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1175 Strip "toggle-" if any.
1176
35ff222c
GM
11772012-06-27 Glenn Morris <rgm@gnu.org>
1178
1ba6038a
GM
1179 * info.el (Info-default-directory-list): Move here from paths.el.
1180 * paths.el: Remove file, which is now empty.
1181 * loadup.el: No longer load "paths".
1182
0ea0e51b
GM
1183 * custom.el (custom-initialize-delay): Doc fix.
1184
35ff222c
GM
1185 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1186 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1187 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1188 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1189 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1190 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1191 * eshell/eshell.el (eshell-defgroup): Remove alias.
1192
c89926a5
CY
11932012-06-27 Chong Yidong <cyd@gnu.org>
1194
1195 * help.el (help-enable-auto-load): New variable.
1196
1197 * help-fns.el (help-fns--autoloaded-p): New function.
1198 (describe-function-1): Refer to a function as "autoloaded" if it
1199 was autoloaded at any time in the past. Perform autoloading if
1200 help-enable-auto-load is non-nil.
1201
cc06e7e7
EZ
12022012-06-26 Eli Zaretskii <eliz@gnu.org>
1203
1204 * makefile.w32-in (compile, compile-always): Depend on
1205 update-subdirs, not on subdirs.el. Otherwise, several different
1206 sub-targets of 'bootstrap' running in parallel could
1207 simultaneously write to subdirs.el, producing a garbled file.
1208
d2c32364
SS
12092012-06-26 Sam Steingold <sds@gnu.org>
1210
1211 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1212 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1213 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1214 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1215 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1216 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1217 * textmodes/tex-mode.el: Use it.
1218 Did not touch cedet and org because they are maintained elsewhere.
1219
5cf983b2
MR
12202012-06-26 Martin Rudalics <rudalics@gmx.at>
1221
1222 * calendar/calendar.el (calendar-exit): Don't try to delete or
1223 iconify last frame. See:
1224 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1225
8c4f2952
JD
12262012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1227
1228 * server.el (server-process-filter): Remember dir in the
1229 process's `server-client-directory' properties.
1230
772b2e2c
CY
12312012-06-24 Chong Yidong <cyd@gnu.org>
1232
1233 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1234 non-tag text.
1235
711b11e1
JB
12362012-06-23 Juanma Barranquero <lekktu@gmail.com>
1237
1238 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1239
dc5d230c
SM
12402012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * help-fns.el (describe-variable): Don't croak when doc is not found.
1243 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1244 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1245 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1246 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1247 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1248 ((lambda ..) ..).
1249 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1250
136e1c1d
CY
12512012-06-23 Chong Yidong <cyd@gnu.org>
1252
e8c1cabf
CY
1253 * info.el (Info-mouse-follow-link): Accept symbol values of
1254 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1255 (Info-fontify-node): Use Info-link-keymap for all navigation
1256 buttons, with link-args property to perform the desired action.
1257 (Info-link-keymap): Doc fix.
1258 (Info-next-link-keymap, Info-prev-link-keymap)
1259 (Info-up-link-keymap): Delete now-unused keymaps.
1260
0e9e6c6a
CY
12612012-06-23 Chong Yidong <cyd@gnu.org>
1262
05e89fea
CY
1263 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1264
0e9e6c6a
CY
1265 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1266 system abbrevs.
1267
1268 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1269
e33c6771
SM
12702012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1271
b68581e2
SM
1272 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1273 (bug#11719).
1274
e33c6771
SM
1275 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1276 the requote function doesn't work properly (bug#11714).
1277
7117e105
GM
12782012-06-23 Glenn Morris <rgm@gnu.org>
1279
1280 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1281
36cec983
SM
12822012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 Further GV/CL cleanups.
1285 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1286 gv-expander.
1287 (gv--defun-declaration): New function.
1288 (defun-declarations-alist): Use it.
1289 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1290 (gv-place): Autoload.
1291 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1292 original definition of dotimes and dolist.
1293 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1294 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1295 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1296 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1297 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1298 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1299 to the function's definition.
1300 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1301 * window.el:
1302 * files.el:
1303 * faces.el:
1304 * env.el: Don't use CL.
1305
d35af63c
PE
13062012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1307
1308 Support higher-resolution time stamps (Bug#9000).
1309
1310 * calendar/time-date.el (with-decoded-time-value): New arg
1311 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1312 (encode-time-value): New optional arg PICO. New type 3.
1313 (time-to-seconds) [!float-time]: Support the new picoseconds
1314 component if it's used.
1315 (seconds-to-time, time-subtract, time-add):
1316 Support ps-resolution time stamps as well.
1317
1318 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1319 (timerp): Timer vectors now have length 9, not 8.
1320 (timer--time): Support new-style (4-part) time stamps.
1321 (timer-next-integral-multiple-of-time): Time stamps now have
1322 picosecond resolution, so take a bit more care about rounding.
1323 (timer-relative-time, timer-inc-time): New optional arg psecs.
1324 (timer-set-time-with-usecs): Set psecs to 0.
1325 (timer--activate): Check psecs component, too.
1326
1327 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1328
ac77b21a
SM
13292012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1330
f143bfe3
SM
1331 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1332 Move the non-essential binding to the post/pre-command-hook where it is
1333 more obviously correct.
1334
ac77b21a
SM
1335 * subr.el (read-passwd): Don't use a history at all.
1336 * savehist.el (savehist-save): Remove password saved accidentally
1337 because of the above bug.
1338
76386c5a
BG
13392012-06-22 Bastien Guerry <bzg@gnu.org>
1340
1341 * files.el (toggle-read-only): Display a message telling whether
1342 the buffer is read-only or not (bug#11726).
1343
2ee3d7f0
SM
13442012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * emacs-lisp/gv.el: New file.
1347 * subr.el (push, pop): Extend to generalized variables.
1348 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1349 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1350 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1351 gv-define-simple-setter, and gv-define-expander.
1352 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1353 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1354 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1355 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1356 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1357 gv-letplace.
1358 (cl-defstruct): Don't define setf-method any more.
1359 * emacs-lisp/cl.el (flet): Don't autoload.
1360 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1361 (define-setf-expander, defsetf, define-modify-macro)
1362 (cl-struct-setf-expander): Move from cl-lib.el.
1363 * emacs-lisp/syntax.el:
1364 * emacs-lisp/ewoc.el:
1365 * emacs-lisp/smie.el:
1366 * emacs-lisp/cconv.el:
1367 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1368 (timer--time): Use gv-define-simple-setter.
1369 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1370 to avoid coding-system problems in subr.el. Adjust all users.
1371 (macroexp--maxsize, macroexp-small-p): New functions.
1372 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1373 * scroll-bar.el (scroll-bar-mode):
1374 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1375 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1376 * winner.el (winner-configuration, winner-make-point-alist)
1377 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1378 * files.el (locate-file-completion-table): Avoid list*.
1379
c5695d1d
CY
13802012-06-22 Chong Yidong <cyd@gnu.org>
1381
1382 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1383 (dired-create-files): Doc fix (Bug#11329).
1384 (dired-do-copy): Doc fix (Bug#11334).
1385 (dired-mark-read-string): Doc fix (Bug#11553).
1386
2ee3d7f0
SM
1387 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1388 Doc fix (Bug#11326).
c5695d1d
CY
1389 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1390 (dired-dwim-target): Doc fix.
1391
1392 * wdired.el (wdired-mode): Doc fix.
1393
89b5595a
GM
13942012-06-22 Glenn Morris <rgm@gnu.org>
1395
575db3f1
GM
1396 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1397 (pcmpl-rpm-cache-stamp-file): New constant.
1398 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1399 (pcmpl-rpm-packages): Optionally cache list of packages.
1400
a4c8dd51
GM
1401 * pcmpl-rpm.el (pcmpl-rpm): New group.
1402 (pcmpl-rpm-query-options): New option.
1403 (pcmpl-rpm-packages): No need to inline it.
1404 Use pcmpl-rpm-query-options.
1405
89b5595a
GM
1406 * calendar/calendar.el (calendar-in-read-only-buffer):
1407 Avoid some needless mode changes.
1408
e76f0800
CY
14092012-06-21 Chong Yidong <cyd@gnu.org>
1410
1411 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1412 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1413 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1414
297a8f1d
CY
14152012-06-20 Chong Yidong <cyd@gnu.org>
1416
1417 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1418
d34c18b1
DR
14192012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1420
1421 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1422 (bug#11201).
1423
32f7f28e
CY
14242012-06-20 Chong Yidong <cyd@gnu.org>
1425
1426 * term.el (term-window-width): Handle the case of a missing right
1427 fringe (Bug#8837).
1428 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1429 (term-mode): Use define-derived-mode. Minor cleanups.
1430 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1431 (term-move-columns, term-insert-char, term-emulate-terminal)
1432 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1433
493c6688
MA
14342012-06-20 Michael Albinus <michael.albinus@gmx.de>
1435
d34c18b1
DR
1436 * net/ange-ftp.el (ange-ftp-get-passwd):
1437 Bind `enable-recursive-minibuffers'.
493c6688
MA
1438 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1439
3f06ecf4
DR
14402012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1441
1442 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1443
68f12411
GM
14442012-06-19 Glenn Morris <rgm@gnu.org>
1445
1446 * progmodes/python.el (python-mode): Derive from prog-mode.
1447
b3820318
KG
14482012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1449
1450 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1451 (edt-user-menu-bar-update-buffers): New functions.
1452 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1453
c6bf3022
CY
14542012-06-19 Chong Yidong <cyd@gnu.org>
1455
1456 * subr.el (with-selected-window): Preserve the selected window's
1457 terminal's top-frame (Bug#4702).
1458
1459 * window.el (save-selected-window): Likewise.
1460
25f09295
SM
14612012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * progmodes/python.el (python-rx-constituents): Move backquote.
1464 (python-skeleton-define, python-define-auxiliary-skeleton):
1465 Use `declare'.
1466
6b11952a
MA
14672012-06-18 Michael Albinus <michael.albinus@gmx.de>
1468
1469 * minibuffer.el (read-file-name-default): Revert the patch from
1470 2012-06-17.
1471
ee4b1330
SM
14722012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1475 (pcase--u1, pcase--q1): Don't use apply-partially.
1476
35647f79
GM
14772012-06-18 Glenn Morris <rgm@gnu.org>
1478
1479 * progmodes/python.el (python-proc, python-buffer)
1480 (python-send-receive, python-send-string): Fix obsolete versions.
1481
24b0cff0
MR
14822012-06-18 Martin Rudalics <rudalics@gmx.at>
1483
1484 * window.el (special-display-p): Completely remove stringp
1485 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1486
29855149
MA
14872012-06-17 Michael Albinus <michael.albinus@gmx.de>
1488
1489 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1490
1491 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1492
1493 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1494 * net/tramp-sh.el (tramp-maybe-open-connection):
1495 Throw if `non-essential' is non-nil.
1496
07463363
MR
14972012-06-17 Martin Rudalics <rudalics@gmx.at>
1498
1499 * window.el (special-display-p): Signal an error if BUFFER-NAME
1500 is not a string (Bug#11713).
1501
48d1354e
PE
15022012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1503
1504 * progmodes/python.el (python-info-beginning-of-backslash):
1505 Rename from python-info-beginning-of-backlash, as a spelling fix.
1506
eb4a8a9a
CY
15072012-06-17 Chong Yidong <cyd@gnu.org>
1508
1509 * term.el (term-emulate-terminal): If term-check-size is called,
1510 move point to the process mark without resetting point (Bug#4635).
1511
ddfbf826 15122012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1513
1514 * international/mule-cmds.el (mule-menu-keymap)
1515 (set-language-environment, set-locale-environment): Doc tweaks.
1516
9b0e3eba
AA
15172012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1518
1519 * cus-face.el (custom-face-attributes): Add wave-style underline
1520 attribute.
1521 * faces.el (set-face-attribute): Update docstring to describe
1522 wave-style underline attribute.
1523
771e3eae
CY
15242012-06-16 Chong Yidong <cyd@gnu.org>
1525
1526 * term/xterm.el (terminal-init-xterm): Discard input before
1527 querying background mode (Bug#10959).
1528
7ae2ea10
SM
15292012-06-16 Stefan Merten <smerten@oekonux.de>
1530
1531 * textmodes/rst.el: Added and corrected some comments.
1532 (rst-re-alist-def): Improve symbol syntax.
1533 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1534 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1535 (rst-official-version, rst-official-cvs-rev): Update version
1536 information.
7ae2ea10 1537
b6974efa
JB
15382012-06-15 Juanma Barranquero <lekktu@gmail.com>
1539
1540 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1541 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1542
8826d473
GM
15432012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1544
1545 * progmodes/python.el: New python.el merge.
1546 (python-guess-indent): Obsolete var.
1547 (python-indent-guess-indent-offset): New defcustom.
1548 (python-indent): Obsolete var.
1549 (python-indent-offset): New defcustom.
1550 (python-python-command, python-jython-command): Delete var.
1551 (python-shell-interpreter): New defcustom.
1552 (python-pdbtrack-do-tracking-p): Delete var.
1553 (python-pdbtrack-activate): New defcustom.
1554 (python-use-skeletons): Obsolete var.
1555 (python-skeleton-autoinsert): New defcustom.
1556 (inferior-python-filter-regexp, python-continuation-offset)
1557 (python-honour-comment-indentation, python-indent-string-contents)
1558 (python-jython-packages, python-mode-hook)
1559 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1560 (python-shell-prompt-alist)
1561 (python-source-modes): Delete defcustoms.
1562 (python-check-buffer-name, python-eldoc-setup-code)
1563 (python-eldoc-string-code, python-ffap-setup-code)
1564 (python-ffap-string-code, python-fill-comment-function)
1565 (python-fill-decorator-function, python-fill-paren-function)
1566 (python-fill-string-function, python-imenu-include-defun-type)
1567 (python-imenu-make-tree, python-imenu-subtree-root-label)
1568 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1569 (python-shell-compilation-regexp-alist)
1570 (python-shell-completion-module-string-code)
1571 (python-shell-completion-pdb-string-code)
1572 (python-shell-completion-setup-code)
1573 (python-shell-completion-string-code)
1574 (python-shell-enable-font-lock, python-shell-exec-path)
1575 (python-shell-extra-pythonpaths)
1576 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1577 (python-shell-process-environment)
1578 (python-shell-prompt-block-regexp)
1579 (python-shell-prompt-output-regexp)
1580 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1581 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1582 (python-shell-virtualenv-path): New defcustoms.
1583 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1584 (inferior-python-mode-syntax-table, python--prompt-regexp)
1585 (python-buffer, python-command python-python-command)
1586 (python-default-template, python-imports, python-indent-index)
1587 (python-indent-list, python-indent-list-length)
1588 (python-mode-running, python-pdbtrack-is-tracking-p)
1589 (python-preoutput-continuation, python-preoutput-leftover)
1590 (python-preoutput-result, python-preoutput-skip-next-prompt)
1591 (python-prev-dir/file, python-recursing)
1592 (python-saved-check-command, python-version-checked)
1593 (python-which-func-length-limit)
1594 (view-return-to-alist): Delete vars.
1595 (python-check-custom-command, python-dotty-syntax-table)
1596 (python-imenu-index-alist, python-indent-current-level)
1597 (python-indent-dedenters, python-indent-levels)
1598 (python-nav-beginning-of-defun-regexp)
1599 (python-nav-list-defun-positions-cache)
1600 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1601 (python-shell-internal-buffer)
1602 (python-skeleton-available): New vars.
1603 (def-python-skeleton): Delete macro.
1604 (python-skeleton-define): New macro.
1605 (python-define-auxiliary-skeleton, python-rx): New macros.
1606 (python-insert-class): Delete command.
1607 (python-skeleton-class): New command.
1608 (python-insert-def): Delete command.
1609 (python-skeleton-def): New command.
1610 (python-insert-for): Delete command.
1611 (python-skeleton-for): New command.
1612 (python-insert-if): Delete command.
1613 (python-skeleton-if): New command.
1614 (python-insert-try/except, python-insert-try/finally): Delete commands.
1615 (python-skeleton-try): New command.
1616 (python-insert-while): Delete command.
1617 (python-skeleton-while): New command.
1618 (python-backspace): Delete command.
1619 (python-indent-dedent-line-backspace): New command.
1620 (python-electric-colon): Delete command.
1621 (python-indent-electric-colon): New command.
1622 (python-guess-indent): Delete command.
1623 (python-indent-guess-indent-offset): New command.
1624 (python-shift-left): Delete command.
1625 (python-indent-shift-left): New command.
1626 (python-shift-right): Delete command.
1627 (python-indent-shift-right): New command.
1628 (python-find-function): Delete command.
1629 (python-nav-jump-to-defun): New command.
1630 (python-next-statement): Delete command.
1631 (python-nav-forward-sentence): New command.
1632 (python-previous-statement): Delete command.
1633 (python-nav-backward-sentence): New command.
1634 (python-fill-paragraph): Delete command.
1635 (python-fill-paragraph-function): New command.
1636 (python-send-buffer): Delete command.
1637 (python-shell-send-buffer): New command.
1638 (python-send-defun): Delete command.
1639 (python-shell-send-defun): New command.
1640 (python-send-region, python-send-region-and-go): Delete commands.
1641 (python-shell-send-region)
1642 (python-shell-switch-to-shell): New commands.
1643 (python-send-string): Delete command.
1644 (python-shell-send-string): New command.
1645 (python-switch-to-python): Delete command.
1646 (python-shell-switch-to-shell): New command.
1647 (python-describe-symbol): Delete command.
1648 (python-eldoc-at-point): New command.
1649 (python--set-prompt-regexp, python-args-to-list)
1650 (python-after-info-look, python-check-version)
1651 (python-check-comint-prompt, python-find-imports)
1652 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1653 (python-unload-function, python-expand-template)
1654 (python-maybe-jython, python-preoutput-filter)
1655 (python-pdbtrack-get-source-buffer)
1656 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1657 (python-pdbtrack-toggle-stack-tracking)
1658 (python-pdbtrack-track-stack-file, python-initial-text)
1659 (python-first-word, python-comment-line-p, python-send-command)
1660 (python-setup-brm, python-sentinel, python-set-proc)
1661 (python-skip-out, python-input-filter, python-outdent-p)
1662 (python-outline-level, python-backslash-continuation-line-p)
1663 (python-end-of-block, python-end-of-statement, python-mark-block)
1664 (python-beginning-of-block, python-beginning-of-statement)
1665 (python-blank-line-p, python-beginning-of-string)
1666 (python-open-block-statement-p): Delete functions.
1667 (python-indent-line, python-indent-line-1): Delete functions.
1668 (python-indent-line): New function.
1669 (python-indentation-levels): Delete function.
1670 (python-indent-calculate-levels): New function.
1671 (python-proc): Delete function.
1672 (python-shell-get-process): New function.
1673 (python-send-receive): Delete function.
1674 (python-shell-send-string-no-output): New function.
1675 (python-module-path): Delete function.
1676 (python-ffap-module-path): New function.
1677 (python-completion-at-point)
1678 (python-symbol-completions): Delete functions.
1679 (python-completion-complete-at-point): New function.
1680 (python-load-file): Delete function.
1681 (python-shell-send-file): New function.
1682 (python-calculate-indentation): Delete function.
1683 (python-indent-calculate-indentation): New function.
1684 (python-skip-comments/blanks): Delete function.
1685 (python-util-forward-comment): New function.
1686 (python-continuation-line-p): Delete function.
1687 (python-info-continuation-line-p): New function.
1688 (python-which-func, python-current-defun): Delete function.
1689 (python-info-current-defun): New function.
1690 (python-beginning-of-defun): Delete function.
1691 (python-nav-beginning-of-defun): New function.
1692 (python-close-block-statement-p)
1693 (python-block-end-p): Delete function.
1694 (python-info-closing-block): New function.
1695 (python-comint-output-filter-function)
1696 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1697 (python-fill-comment, python-fill-decorator, python-fill-paren)
1698 (python-fill-string, python-imenu-make-element-tree)
1699 (python-imenu-make-tree, python-imenu-tree-assoc)
1700 (python-indent-context, python-indent-dedent-line)
1701 (python-indent-line-function)
1702 (python-indent-post-self-insert-function)
1703 (python-indent-toggle-levels)
1704 (python-info-assignment-continuation-line-p)
1705 (python-info-beginning-of-backlash)
1706 (python-info-block-continuation-line-p)
1707 (python-info-closing-block-message)
1708 (python-info-line-ends-backslash-p)
1709 (python-info-looking-at-beginning-of-defun)
1710 (python-info-ppss-context, python-info-ppss-context-type)
1711 (python-nav-list-defun-positions, python-nav-read-defun)
1712 (python-nav-sentence-end, python-nav-sentence-start)
1713 (python-pdbtrack-comint-output-filter-function)
1714 (python-pdbtrack-set-tracked-buffer)
1715 (python-shell-calculate-exec-path)
1716 (python-shell-calculate-process-environment)
1717 (python-shell-completion--do-completion-at-point)
1718 (python-shell-completion--get-completions)
1719 (python-shell-completion-complete-at-point)
1720 (python-shell-completion-complete-or-indent)
1721 (python-shell-get-or-create-process)
1722 (python-shell-get-process-name)
1723 (python-shell-internal-get-or-create-process)
1724 (python-shell-internal-get-process-name)
1725 (python-shell-internal-send-string, python-shell-make-comint)
1726 (python-shell-parse-command, python-shell-send-setup-code)
1727 (python-skeleton-add-menu-items)
1728 (python-util-clone-local-variables, python-util-position)
1729 (run-python-internal, python-indentation-levels)
1730 (python-nav-beginning-of-defun)
1731 (python-completion-complete-at-point): New functions.
1732 (run-python): Change arguments. New API requirements.
1733
4302f5ba
SM
17342012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1735
f38ea36d
SM
1736 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1737 (bug#11649).
1738
1739 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1740 (macroexp--expand-all): Use it.
1741
4302f5ba
SM
1742 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1743 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1744 Use `cl-function' instead.
1745
33377562
JB
17462012-06-14 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1749 Suggested by Stefan Monnier while discussing bug#11657.
1750
54c5ba1a
SS
17512012-06-14 Sam Steingold <sds@gnu.org>
1752
1753 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1754
f9f1b1fe
AS
17552012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1756
1757 * play/doctor.el (doctor-doc): Remove parameter and use
1758 doctor-sent instead of sent.
1759 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1760
a81068ba
SM
17612012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1762
5a315f9c
SM
1763 * files.el: Require cl-lib.
1764 (file-name-non-special): Replace case -> cl-case.
1765
1766 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1767
a81068ba
SM
1768 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1769 mapping from #' to function*.
1770
8cca9703
CY
17712012-06-13 Chong Yidong <cyd@gnu.org>
1772
1773 * mouse.el (mouse-drag-track): Do not set the mark if the user
1774 releases the mouse without selecting anything (Bug#11588).
1775
a12ac9d7
SM
17762012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1777
ccf1dc18
SM
1778 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1779 as well (bug#11646).
1780
ef62b23d
SM
1781 * loadup.el: Count byte-code functions as well.
1782
c4c8444a
SM
1783 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1784 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1785
a12ac9d7
SM
1786 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1787 (bug#11649). Add cl-defun and cl-defmacro.
1788
87e6e64f
DA
17892012-06-13 Drew Adams <drew.adams@oracle.com>
1790
1791 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1792 Fix last change.
1793
682cefaf
MA
17942012-06-13 Michael Albinus <michael.albinus@gmx.de>
1795
1796 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1797 Otherwise, it blocks in batch mode.
1798
773e1f08
JB
17992012-06-13 Juanma Barranquero <lekktu@gmail.com>
1800
1801 * help-mode.el (bookmark-make-record-default): Declare.
1802
60057926
CY
18032012-06-13 Chong Yidong <cyd@gnu.org>
1804
1805 * emacs-lisp/package.el (list-packages): Compute a list of
1806 packages that are newly-available since the last list-packages
1807 invocation.
1808 (package-menu--new-package-list): New var.
1809 (package-menu--generate, package-menu--print-info)
1810 (package-menu--status-predicate, package-menu-mark-install):
1811 Handle new status label "new".
1812
ad4d226c
SM
18132012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1816 conversion to backquotes.
1817
f1a4e679
CY
18182012-06-12 Chong Yidong <cyd@gnu.org>
1819
1820 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1821 Rename from gud-inhibit-global-bindings.
1822
1823 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1824
1825 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1826 hook from nxml-glyph-set-hook.
1827
1828 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1829 declaration.
1830
1831 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1832
1833 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1834 Convert to defcustom.
1835
0c9e42b5
DA
18362012-06-12 Drew Adams <drew.adams@oracle.com>
1837
1838 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1839 New functions.
1840 (help-mode): Use them.
1841
09e06855
GM
18422012-06-11 Glenn Morris <rgm@gnu.org>
1843
1844 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1845 Use preprocessor face for directives.
1846 (fortran-directive-re): Doc fix.
1847
71adb94b
SM
18482012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1849
2eb87922
SM
1850 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1851 conversion to backquotes (bug#11652).
1852
71adb94b
SM
1853 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1854 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1855 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1856 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1857 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1858 (cl-ninth, cl-tenth): Mark them as inlinable.
1859 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1860 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1861 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1862 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1863 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1864 (cl-list*, cl-adjoin): Don't put an autoload manually.
1865 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1866 (cl--compiler-macro-list*): Add autoload cookie.
1867 (cl--compiler-macro-cXXr): New function.
2eb87922 1868
71adb94b
SM
1869 * help-fns.el (help-fns--compiler-macro): New function extracted from
1870 describe-function-1; follow aliases and use `compiler-macro' property.
1871 (describe-function-1): Use it.
1872
a6674402
CY
18732012-06-11 Chong Yidong <cyd@gnu.org>
1874
1875 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1876 is uninstalled, if imagemagick is installed.
1877
bb3faf5b
SM
18782012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * emacs-lisp/cl-lib.el: Use lexical-binding.
1881 (cl-map-extents, cl-maclisp-member): Remove.
1882 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1883 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1884 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1885 * emacs-lisp/cl-extra.el: Use lexical-binding.
1886 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1887 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1888 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1889 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1890 * emacs-lisp/cl-seq.el: Use lexical-binding.
1891 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1892 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1893 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1894 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1895 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1896 CL's internals.
1897
2fe4b125
MA
18982012-06-11 Michael Albinus <michael.albinus@gmx.de>
1899
1900 Sync with Tramp 2.2.6-pre.
1901
1902 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1903 `print-length' and `print-level' to nil, in order to avoid
1904 truncation. Reported by Christopher Schmidt
1905 <christopher@ristopher.com>.
1906
1907 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1908
1909 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1910 New defmacro.
1911 (tramp-compat-copy-directory): Add optional argument
1912 COPY-CONTENTS. It is not handled yet.
1913
1914 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1915 (tramp-ftp-file-name-p): Simplify.
1916
1917 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1918 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1919 connection vector.
1920
1921 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1922 (tramp-methods): Do not use `tramp-password-end-of-line'.
1923 (tramp-completion-function-alist-putty): Handle UNIX case.
1924 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1925 (tramp-do-file-attributes-with-stat)
1926 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1927 gid as real numbers. They could run out of integer range on cygwin.
1928 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1929 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1930 (tramp-open-connection-setup-interactive-shell):
1931 Use `tramp-cleanup'. Move check for busyboxes ...
1932 (tramp-find-shell): ... here. Simplify implementation.
1933 Set "remote-shell" property also for alternative shells.
1934 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1935 If failing, a regular file would be written otherwise.
1936 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1937 (tramp-find-inline-encoding): Cache the coding commands in the
1938 process cache. Apply test command on the remote side, if defined.
1939 (tramp-find-inline-compress): Cache the compress commands in the
1940 process cache.
1941 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1942 when requested. Handle hops.
1943 (tramp-current-connection): New defvar.
87e6e64f
DA
1944 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1945 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1946 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1947 (tramp-get-inline-compress, tramp-get-inline-coding):
1948 Read connection properties from the process cache.
2fe4b125
MA
1949
1950 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1951 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1952 New defconsts.
2fe4b125
MA
1953 (tramp-smb-prompt): Extend for powershell prompt.
1954 (tramp-smb-file-name-handler-alist): Add handlers for
1955 `process-file', `shell-command' and `start-file-process'.
1956 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1957 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1958 (tramp-smb-file-name-p): Simplify.
1959 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1960 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1961 (tramp-smb-shell-quote-argument): New defuns.
1962 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1963 Implement using "tar". By this, time-stamps are preserved.
1964 (tramp-smb-handle-copy-file): Handle also the case of directories.
1965 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1966 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1967 Use `tramp-get-connection-buffer').
2fe4b125
MA
1968 (tramp-smb-handle-rename-file): Use "rename", when source and
1969 target are on the same share.
87e6e64f
DA
1970 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1971 Use `tramp-smb-server-version'.
2fe4b125
MA
1972 (tramp-smb-wait-for-output): Remove prompt.
1973
1974 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1975 (tramp-methods, tramp-rsh-end-of-line):
1976 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1977 (tramp-save-ad-hoc-proxies): New defcustom.
1978 (tramp-completion-function-alist): Adapt docstring.
1979 (tramp-default-password-end-of-line): Remove defcustom.
1980 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1981 (tramp-user-regexp, tramp-file-name-regexp-unified)
1982 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1983 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1984 (tramp-remote-file-name-spec-regexp): New defconst.
1985 (tramp-file-name-structure): Extend structure for hops.
1986 (tramp-get-method-parameter): Move up.
1987 (tramp-file-name-p, tramp-dissect-file-name)
1988 (with-parsed-tramp-file-name): Handle hops.
1989 (tramp-file-name-hop): New defun.
1990 (tramp-make-tramp-file-name): New optional arg HOP.
1991 (tramp-message-show-progress-reporter-message): New defvar.
1992 (tramp-with-progress-reporter): Use it. We cannot use
1993 `tramp-message-show-message' here, because this suppresses also
1994 error buffers.
1995 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1996 `tramp-message-show-message' is nil.
1997 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1998 (tramp-cleanup): New defun.
1999 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2000 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2001 an error unchanged.
2002 (tramp-completion-handle-file-name-all-completions): Handle hops.
2003 Fix an error when called from ido.
2004 (tramp-completion-dissect-file-name): Use better local variable
2005 name. Add hop to the vector.
2006 (tramp-handle-insert-file-contents): Use progress-reporter for the
2007 whole scenario.
2008 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2009 to `t'.
2010 (tramp-check-for-regexp): Simplify search.
2011 (tramp-enter-password): Remove it. Move implementation ...
2012 (tramp-action-password): ... here.
2013 (tramp-mode-string-to-int, tramp-local-host-p)
2014 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2015 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2016 Set tramp-autoload cookie.
2fe4b125
MA
2017
2018 * net/trampver.el: Update release number.
2019
20202012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2021 Michael Albinus <michael.albinus@gmx.de>
2022
2023 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2024 (tramp-parse-group, tramp-parse-file)
2025 (tramp-parse-shostkeys-sknownhosts): New defuns.
2026 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2027 (tramp-parse-shosts-group, tramp-parse-sconfig)
2028 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2029 (tramp-parse-sknownhosts, tramp-parse-hosts)
2030 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2031 Use them.
2032 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2033 (tramp-parse-putty-group): Don't narrow.
2034 (tramp-parse-putty): Make a loop.
2035 (tramp-file-name-handler): Catch the `suppress' signal.
2036
72834e10
CY
20372012-06-11 Chong Yidong <cyd@gnu.org>
2038
2039 * image.el (imagemagick-register-types): Put the ImageMagick entry
2040 at the end of image-type-file-name-regexps.
2041
a4712e11
JB
20422012-06-11 Johan Bockgård <bojohan@gnu.org>
2043
2044 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2045 (pcase, pcase-let*, pcase-dolist): Use them.
2046
82ad98e3
SM
20472012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * emacs-lisp/pcase.el (pcase--let*): New function.
2050 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2051 (pcase--expand): Use macroexp-let².
2052
f80efb86
SM
20532012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2056 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2057 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2058 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2059 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2060 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2061
31ca4639 20622012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2063
31ca4639
CY
2064 * mail/rmail.el (rmail-yank-current-message): Leave point at
2065 correct position. (Bug#11660)
94f0aa34 2066
31ca4639 20672012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2068
31ca4639 2069 * allout-widgets.el: Fix code header.
9e1b8ec4 2070
31ca4639 20712012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2072
f80efb86
SM
2073 * cus-edit.el (customize-changed-options-previous-release):
2074 Bump to 24.1.
31ca4639 2075
642b6d30
AS
20762012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2077
2078 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2079
4f5d2ba1
CY
20802012-06-09 Chong Yidong <cyd@gnu.org>
2081
2082 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2083
e75852fd
MR
20842012-06-09 Martin Rudalics <rudalics@gmx.at>
2085
2086 * window.el (special-display-popup-frame): Don't use
2087 window--display-buffer (Bug#11651).
2088
1e48e282
EZ
20892012-06-09 Eli Zaretskii <eliz@gnu.org>
2090
8a26b487
EZ
2091 Fix parallel builds: make sure loaddefs.el is not being written
2092 while Lisp files are compiled.
2093 (compile): Don't depend on 'mh-autoloads'.
2094 (compile-CMD, compile-SH): Depend on 'autoloads'.
2095 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2096
1e48e282
EZ
2097 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2098
6175e34b
CY
20992012-06-09 Chong Yidong <cyd@gnu.org>
2100
2101 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2102 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2103 Doc fixes (Bug#11225).
2104
d9857e53
SM
21052012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2108 a function if there's a clear indication that it has a compiler-macro.
2109 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2110 (macro-declarations-alist): Add arglist to declaration functions.
2111 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2112 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2113 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2114 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2115 Also add autoload to find the compiler macro.
2116 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2117 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2118 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2119 (cl--compiler-macro-get): New functions, replacing calls to
2120 cl-define-compiler-macro.
2121 (cl-typep) [compiler-macro]: Use macroexp-let².
2122
f81298f8 21232012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2124
2125 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2126 string properly, fixes Bug#11473.
2127
4b56d0fe
CY
21282012-06-08 Chong Yidong <cyd@gnu.org>
2129
2130 * faces.el (set-face-attribute): Doc fix.
2131 (modify-face): Don't use :bold and :italic.
2132 (error, warning, success): Tweak definitions.
2133
2134 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2135 (custom-modified, custom-set, custom-changed, custom-themed)
2136 (custom-saved, custom-button, custom-button-mouse)
2137 (custom-button-pressed, custom-state, custom-comment-tag)
2138 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2139 (custom-group-subtitle): Use new-style face specs.
2140 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2141 (custom-set-face, custom-changed-face, custom-saved-face)
2142 (custom-button-face, custom-button-pressed-face)
2143 (custom-documentation-face, custom-state-face)
2144 (custom-comment-face, custom-comment-tag-face)
2145 (custom-variable-tag-face, custom-variable-button-face)
2146 (custom-face-tag-face, custom-group-tag-face-1)
2147 (custom-group-tag-face): Remove obsolete face alias.
2148
2149 * epa.el (epa-validity-high, epa-validity-medium)
2150 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2151 (epa-field-name, epa-field-body):
2152 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2153 (font-lock-keyword-face, font-lock-builtin-face)
2154 (font-lock-function-name-face, font-lock-variable-name-face)
2155 (font-lock-type-face, font-lock-constant-face):
2156 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2157 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2158 * speedbar.el (speedbar-button-face, speedbar-file-face)
2159 (speedbar-directory-face, speedbar-tag-face)
2160 (speedbar-selected-face, speedbar-highlight-face)
2161 (speedbar-separator-face):
2162 * whitespace.el (whitespace-newline, whitespace-space)
2163 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2164 (whitespace-line, whitespace-space-before-tab)
2165 (whitespace-space-after-tab, whitespace-indentation)
2166 (whitespace-empty):
2167 * emulation/cua-base.el (cua-global-mark):
2168 * eshell/em-prompt.el (eshell-prompt):
2169 * net/newst-plainview.el (newsticker-new-item-face)
2170 (newsticker-old-item-face, newsticker-immortal-item-face)
2171 (newsticker-obsolete-item-face, newsticker-date-face)
2172 (newsticker-statistics-face, newsticker-default-face):
2173 * net/newst-reader.el (newsticker-feed-face)
2174 (newsticker-extra-face, newsticker-enclosure-face):
2175 * net/newst-treeview.el (newsticker-treeview-face)
2176 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2177 (newsticker-treeview-immortal-face)
2178 (newsticker-treeview-obsolete-face)
2179 (newsticker-treeview-selection-face):
2180 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2181 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2182 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2183 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2184 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2185 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2186 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2187 (mpuz-text):
2188 * progmodes/vera-mode.el (vera-font-lock-number)
2189 (vera-font-lock-function, vera-font-lock-interface):
2190 * textmodes/table.el (table-cell): Use new-style face specs, and
2191 don't use the old :bold and :italic attributes.
2192
2193 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2194 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2195 (ebrowse-member-class, ebrowse-progress): Likewise.
2196 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2197 (ebrowse-file-name-face, ebrowse-default-face)
2198 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2199 (ebrowse-progress-face): Remove obsolete faces.
2200
2201 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2202 Inherit from error and warning faces respectively.
2203
2204 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2205 Likewise.
f80efb86
SM
2206 (flyspell-incorrect-face, flyspell-duplicate-face):
2207 Remove obsolete aliases.
4b56d0fe 2208
03310646
MA
22092012-06-08 Michael Albinus <michael.albinus@gmx.de>
2210
2211 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2212 Avoid infloop.
2213
513749ee
SM
22142012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * startup.el (argv, argi): Make lexically scoped.
2217 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2218 * emacs-lisp/cl-macs.el: Use lexical-binding.
2219 Rename cl-bind-* to cl--bind-*.
2220 * files.el: Don't require `cl' since it doesn't use it.
2221 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2222
595ef4ad
JB
22232012-06-08 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2226 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2227 instead of calling external sort utility.
2228 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2229
e9f66fcb
EZ
22302012-06-08 Eli Zaretskii <eliz@gnu.org>
2231
2232 * descr-text.el (describe-char): Mention how to insert the
2233 character, if the current input method doesn't support it.
2234 See the discussion in this thread for the details:
2235 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2236
3d10db47
SS
22372012-06-08 Sam Steingold <sds@gnu.org>
2238
2239 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2240 XF86Back to previous-buffer.
2241 (minibuffer-local-map): Bind them to next-history-element and
2242 previous-history-element respectively.
2243 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2244 help-go-back respectively.
2245 * info.el (Info-mode-map): Bind them to Info-history-forward and
2246 Info-history-back respectively.
2247 These are the keys next to Up on the ThinkPad keyboard.
2248
de7e2b36
SM
22492012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2252 * emacs-lisp/cl-macs.el: Provide itself.
2253 (cl--labels-convert-cache): New var.
2254 (cl--labels-convert): New function.
2255 (cl-flet, cl-labels): New implementation with new semantics, relying on
2256 lexical-binding.
2257 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2258 (cl-closure-vars, cl--function-convert-cache)
2259 (cl--function-convert): Move from cl-macs.el.
2260 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2261 rename by removing the "cl-" prefix.
2262 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2263
6fa6c4ae
SM
22642012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2265
2266 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2267 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2268 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2269 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2270 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2271 (cl-hash-table-count): Add old compatibility aliases.
2272
2273 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2274 Use macroexpand-all-environment instead.
2275 (cl--old-macroexpand): New var.
2276 (cl--sm-macroexpand): New function.
2277 (cl-symbol-macrolet): Use it during macro expansion.
2278 (cl--function-convert-cache): New var.
2279 (cl--function-convert): New function, extracted from
2280 cl-macroexpand-all.
2281 (cl-lexical-let): Use it.
2282
2283 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2284 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2285 (cl-member): Remove old alias.
2286
2287 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2288 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2289 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2290 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2291 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2292 (cl-macroexpand-cmacs): Remove var.
2293 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2294 Use macroexpand-all instead.
2295
4dd1c416
SM
22962012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2299 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2300 (macroexp-copyable-p): New functions and macros.
2301 * emacs-lisp/edebug.el (edebug-unwrap):
2302 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2303 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2304 (pcase--let*): Remove.
2305 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2306 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2307 macroexp-const-p instead.
2308 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2309
2310 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2311 instead of "cl-" for internal definitions. Use macroexp-const-p.
2312 (cl-old-bc-file-form): Remove var.
2313 (cl-const-exprs-p): Remove fun.
2314 (cl-labels, cl-macrolet): Use backquote.
2315 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2316 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2317 (cl-define-setf-expander): Rename from cl-define-setf-method.
2318 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2319
2320 * international/mule-cmds.el: Don't require CL.
2321 (view-hello-file): Don't use `letf'.
2322
ed8bd4d7
SM
23232012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2324
7287f2f3
SM
2325 * tmm.el (tmm-prompt): Use string-prefix-p.
2326 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2327 (tmm-add-prompt): Use minibuffer-completion-help.
2328 (tmm-delete-map): Remove.
2329
ed8bd4d7
SM
2330 * subr.el (kbd): Make it its own function.
2331
7b4cdbf4
SM
23322012-06-07 Stefan Merten <smerten@oekonux.de>
2333
2334 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2335 Silence compiler warnings. Fix versions.
ed8bd4d7 2336 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2337 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2338 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2339 (rst-package-emacs-version-alist): Correct Emacs version to
2340 represent major merge with upstream.
ed8bd4d7 2341 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2342
2b48d721
GM
23432012-06-06 Glenn Morris <rgm@gnu.org>
2344
2345 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2346 Only print environment variables if set.
2347
fa779ab0
SM
23482012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2351 (macroexp--cons): Rename from maybe-cons.
2352 (macroexp--accumulate): Rename from macroexp-accumulate.
2353 (macroexp--all-forms): Rename from macroexpand-all-forms.
2354 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2355 (macroexp--expand-all): Rename from macroexpand-all-1.
2356
628299e0
SS
23572012-06-06 Sam Steingold <sds@gnu.org>
2358
2359 * calendar/calendar.el (calendar-in-read-only-buffer):
2360 Call `special-mode' to enable the standard read-only keybindings.
2361
b7bb5838
SM
23622012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2365 with "loading" messages (bug#11635).
2366
dfb308ba
MA
23672012-06-06 Michael Albinus <michael.albinus@gmx.de>
2368
2369 * files.el (enable-remote-dir-locals): New option.
2370 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2371
0372ee92
MA
2372 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2373 Ensure, that the temp directory is local.
2374
2375 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2376 `temporary-file-directory'.
2377
eed0bb91
MA
2378 * progmodes/python.el (python-send-region): Ensure, that the
2379 temporary file is created also in the remote case.
2380
7a58f64d
GM
23812012-06-06 Glenn Morris <rgm@gnu.org>
2382
f7dd4e98
GM
2383 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2384 (vc-rcs-update-changelog): Use it.
2385
090bd7cb 2386 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2387
7a58f64d
GM
2388 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2389 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2390 (vc-sccs-diff): Replace use of the external vcdiff script.
2391
daed4003
GM
23922012-06-05 Glenn Morris <rgm@gnu.org>
2393
2394 * ledit.el: Move to obsolete/.
2395
48c455c7
SS
23962012-06-05 Sam Steingold <sds@gnu.org>
2397
ed9265fc 2398 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2399 patch (Bug#11140).
2400
57a7d507
SM
24012012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2402
090bd7cb 2403 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2404
53aacf21
SM
2405 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2406 compiler-macro expansion.
2407
57a7d507
SM
2408 Add native compiler-macro support.
2409 * emacs-lisp/macroexp.el (macroexpand-all-1):
2410 Support compiler-macros directly. Properly follow aliases and apply
2411 the compiler macros more thoroughly.
2412 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2413 macroexpand now properly follows aliases.
2414 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2415 (cl-compiler-macroexpand): Use new prop.
2416 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2417
2418 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2419
51a5f9d8
MR
24202012-06-05 Martin Rudalics <rudalics@gmx.at>
2421
2422 * window.el (get-lru-window, get-mru-window, get-largest-window):
2423 New argument NOT-SELECTED to avoid picking the selected window.
2424 (window--display-buffer-1, window--display-buffer-2): Replace by
2425 new function window--display-buffer
2426 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2427 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2428 Use window--display-buffer.
51a5f9d8
MR
2429 (display-buffer-use-some-window): Remove temporary dedication
2430 hack by calling get-lru-window and get-largest-window with
2431 NOT-SELECTED argument non-nil. Call window--display-buffer.
2432
08f9f738
GM
24332012-06-05 Glenn Morris <rgm@gnu.org>
2434
2435 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2436 Replace external vcdiff script.
2437
e364a2b7
SM
24382012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2441
041df390
CY
24422012-06-04 Chong Yidong <cyd@gnu.org>
2443
e364a2b7
SM
2444 * image.el (imagemagick-types-inhibit): Revert last change.
2445 Add INFO and M.
47b36b94 2446 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2447
7c1898a7
SM
24482012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * emacs-lisp/cl-lib.el: Rename from cl.el.
2451 * emacs-lisp/cl.el: New compatibility file.
2452 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2453 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2454 to obey the "cl-" prefix.
2455 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2456
0c3461de
GM
24572012-06-03 Glenn Morris <rgm@gnu.org>
2458
1e266c88
GM
2459 * emacs-lisp/authors.el (authors-aliases): Addition.
2460
0c3461de
GM
2461 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2462 Fix :version.
2463
d8a52e15
SM
24642012-06-03 Stefan Merten <smerten@oekonux.de>
2465
2466 * textmodes/rst.el: Add comments.
2467 (rst-transition, rst-adornment): New faces.
2468 (rst-adornment-faces-alist): Make default safe to reevaluate.
2469 Fixes
2470 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2471 Improve customization tags.
2472 (rst-define-level-faces): Clarify meaning.
2473
5205d6f6
CY
24742012-06-03 Chong Yidong <cyd@gnu.org>
2475
2476 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2477 (compilation-mode-line-run, compilation-mode-line-exit):
2478 New faces.
5205d6f6
CY
2479 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2480
757ee657
JD
24812012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2482
7c1898a7
SM
2483 * progmodes/which-func.el (which-func-update-ediff-windows):
2484 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2485
5f2c76c6
CY
24862012-06-03 Chong Yidong <cyd@gnu.org>
2487
2488 * bindings.el: Remove explicit help text from format-mode-line.
2489 It is now supplied by mode-line-default-help-echo.
2490 (mode-line-front-space, mode-line-end-spaces)
2491 (mode-line-misc-info): New variables.
2492 (mode-line-modes, mode-line-position): Move the default value to
2493 the variable definition.
2494 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2495 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2496 (mode-line-modified-help-echo): New functions.
2497 (mode-line-mule-info, mode-line-modified): Use them.
2498 (mode-line-eol-desc, propertized-buffer-identification):
2499 Consistency fixes for help text.
cbe46e5f
CY
2500 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2501 set-buffer-file-coding-system (Bug#289).
2502 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2503
f2d6a3df
SM
25042012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * simple.el (execute-extended-command): Set real-this-command
2507 (bug#11506).
2508
37269466
CY
25092012-06-02 Chong Yidong <cyd@gnu.org>
2510
2511 Remove incorrect uses of "modeline" in comments, docstrings, and
2512 function/variable names (Bug#10329).
2513
2514 * cus-edit.el (mode-line):
2515 * dframe.el (dframe-mouse-hscroll):
2516 * emacs-lisp/re-builder.el:
2517 * emacs-lisp/easy-mmode.el (define-minor-mode):
2518 * frame.el (set-frame-name):
2519 * help.el (lookup-minor-mode-from-indicator):
2520 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2521 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2522 (c-toggle-hungry-state):
2523 * progmodes/antlr-mode.el (antlr-language-alist):
2524 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2525 * progmodes/vhdl-mode.el (vhdl-mode):
2526 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2527 * term/ns-win.el (ns-face-at-pos):
2528 * term/sup-mouse.el (sup-mouse-report):
2529 * textmodes/flyspell.el (flyspell-mode-line-string):
2530 * textmodes/ispell.el (ispell-highlight-face):
2531 * textmodes/reftex-global.el:
2532 * vc/vc-arch.el (vc-arch-mode-line-string):
2533 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2534 * vc/vc-git.el (vc-git-mode-line-string):
2535 * vc/vc-hooks.el (vc-display-status)
2536 (vc-default-mode-line-string):
2537 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2538
2539 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2540
2541 * dired.el (dired-sort-set-mode-line): Rename from
2542 dired-sort-set-modeline. All callers changed.
2543
2544 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2545 eshell-status-in-modeline.
2546
2547 * foldout.el (foldout-mode-line-string): Rename from
2548 foldout-modeline-string. All callers changed.
2549 (foldout-update-mode-line): Rename from foldout-update-modeline.
2550
2551 * subr.el (redraw-modeline): Make into obsolete alias.
2552
2553 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2554 timeclock-modeline-display. Make old name an alias.
2555 (timeclock-update-mode-line): Likewise. All callers changed.
2556 (timeclock-mode-line-display): No need to check before using
2557 add-hook.
2558 (timeclock-relative, timeclock-day-over-hook)
2559 (timeclock-use-elapsed, timeclock-mode-string)
2560 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2561
2562 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2563 crisp-mode-modeline-string.
2564
2565 * play/solitaire.el (solitaire-build-mode-line): Rename from
2566 solitaire-build-modeline. All callers changed.
2567
2568 * play/zone.el (zone-hiding-mode-line): Rename from
2569 zone-hiding-modeline. All callers changed.
2570 (zone): Remove unusued `modeline-hidden-level' property.
2571
2572 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2573 xscheme-modeline-initialize. All callers changed.
2574
2575 * strokes.el (strokes-lighter): Rename from
2576 strokes-modeline-string.
2577
2578 * textmodes/sgml-mode.el (html-face-tag-alist)
2579 (html-tag-face-alist): Use mode-line face instead of obsolete
2580 alias modeline.
2581
42152ee4
SM
25822012-06-02 Stefan Merten <smerten@oekonux.de>
2583
2584 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2585 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2586
95f520b5
CY
25872012-06-02 Chong Yidong <cyd@gnu.org>
2588
2589 * image.el (imagemagick-enabled-types): Rename from
2590 imagemagick-types-enable. Add many more types.
2591 (imagemagick-types-inhibit): Change default to nil.
2592 (imagemagick-filter-types): Caller changed.
2593
4a5f187a
SM
25942012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2595
03fef3e6
SM
2596 * emacs-lisp/cl-macs.el: Use backquotes.
2597 (cl-transform-function-property): Use eval-and-compile rather than
2598 abusing `require'.
2599 (defstruct): Use declare-function instead of with-no-warnings.
2600
4a5f187a
SM
2601 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2602 (byte-compile-output-docform): Re-add the print-circle bindings.
2603 (byte-compile-fix-header): Use #$ just because it's shorter.
2604 (byte-compile-output-file-form): Remove defun/defmacro.
2605
bd56924f
MR
26062012-06-01 Martin Rudalics <rudalics@gmx.at>
2607
2608 * simple.el (choose-completion): Remove now obsolete binding for
2609 owindow.
2610
046e38ce
MA
26112012-06-01 Michael Albinus <michael.albinus@gmx.de>
2612
2613 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2614 in order to avoid "Stack overflow in regexp matcher".
2615
32d72c2f
GM
26162012-05-31 Glenn Morris <rgm@gnu.org>
2617
2618 * image.el: For clarity, call imagemagick-register-types at
2619 top-level, rather than relying on a custom :initialize.
2620 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2621 (imagemagick-filter-types): New function. (Bug#7406)
2622 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2623 If disabling support, remove elements altogether rather
2624 than using an impossible regexp.
2625 (imagemagick-types-inhibit): Give it the default init function.
2626
dd41169b
SM
26272012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2628
4a5f187a
SM
2629 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2630 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2631
efc00ab1 26322012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2633
2634 * desktop.el (desktop-read): Clear previous and next buffers for
2635 all windows and bury *Messages* buffer (bug#11556).
2636
500fcedc
SM
26372012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 Add `declare' for `defun'. Align `defmacro's with it.
2640 * emacs-lisp/easy-mmode.el (define-minor-mode)
2641 (define-globalized-minor-mode): Don't autoload the var definitions.
2642 * emacs-lisp/byte-run.el: Use lexical-binding.
2643 (defun-declarations-alist, macro-declarations-alist): New vars.
2644 (defmacro, defun): Use them.
2645 (make-obsolete, define-obsolete-function-alias)
2646 (make-obsolete-variable, define-obsolete-variable-alias):
2647 Use `declare'.
2648 (macro-declaration-function): Mark obsolete.
2649 * emacs-lisp/autoload.el: Use lexical-binding.
2650 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2651
6e8a1786
AM
26522012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2653
2654 * textmodes/ispell.el (ispell-with-no-warnings):
2655 Define as a macro.
500fcedc
SM
2656 (ispell-kill-ispell, ispell-change-dictionary):
2657 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2658 `interactive-p'.
2659
61b108cc
SM
26602012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2663 (macro-declaration-function): Move var from C code.
2664 (macro-declaration-function): Define function with defalias.
2665 * emacs-lisp/macroexp.el (macroexpand-all-1):
2666 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2667 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2668 defun/defmacro any more.
2669 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2670 Provide fallback for unknown arglist.
2671 (byte-compile-arglist-warn): Change calling convention.
2672 (byte-compile-output-file-form): Move print-vars binding.
2673 (byte-compile-output-docform): Simplify accordingly.
2674 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2675 (byte-compile-defmacro-declaration): Remove.
2676 (byte-compile-file-form-defmumble): Generalize to defalias.
2677 (byte-compile-output-as-comment): Return byte-positions.
2678 Simplify callers accordingly.
2679 (byte-compile-lambda): Use `assert'.
2680 (byte-compile-defun, byte-compile-defmacro): Remove.
2681 (byte-compile-file-form-defalias):
2682 Use byte-compile-file-form-defmumble.
2683 (byte-compile-defalias-warn): Remove.
2684
6d3f7c2f
SM
26852012-05-29 Stefan Merten <smerten@oekonux.de>
2686
2687 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2688 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2689
2690 (rst-mode-abbrev-table): Merge definition.
2691 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2692 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2693
6dbaa1c7
UJ
26942012-05-29 Ulf Jasper <ulf.jasper@web.de>
2695
2696 * calendar/icalendar.el
2697 (icalendar-export-region): Export UID properly.
2698
d209e2fb 26992012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2700 * calendar/icalendar.el (icalendar-import-format):
2701 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2702 (icalendar-import-format-uid): New.
2703 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2704 Export UID.
2705
6876a58d
SM
27062012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2709 different alternative patterns.
2710 (pcase-codegen): Be more careful to preserve identity.
2711 (pcase--u1): Don't forget to mark vars as used.
2712
2713 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2714 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2715 (byte-compile-from-buffer): ...rather than here.
2716
2717 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2718 functions from byte-compile-function-environment.
2719
46b7967e
TN
27202012-05-29 Troels Nielsen <bn.troels@gmail.com>
2721
2722 * window.el (window-deletable-p): Avoid deleting the root window
2723 of a frame with an active minibuffer.
2724
69d565e2
MR
27252012-05-29 Martin Rudalics <rudalics@gmx.at>
2726
2727 * simple.el (choose-completion): Use quit-window (Bug#11567).
2728
a149fa51
CY
27292012-05-29 Chong Yidong <cyd@gnu.org>
2730
2731 * whitespace.el (whitespace-cleanup): Fix usage of
2732 whitespace-empty-at-bob-regexp (Bug#11492).
2733
2b311310
AH
27342012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2735
2736 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2737 revert (Bug#11488).
2738
b9cb2387
JL
27392012-05-29 Juri Linkov <juri@jurta.org>
2740
2741 * isearch.el (isearch-mode-map): Bind `M-s _' to
2742 `isearch-toggle-symbol'. Bind `M-s c' to
2743 `isearch-toggle-case-fold'.
2744 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2745 (isearch-forward): Add `M-s _' to the docstring.
2746 (isearch-forward-symbol, isearch-toggle-case-fold)
2747 (isearch-symbol-regexp): New functions. (Bug#11381)
2748
d5e61c1c
JL
27492012-05-29 Juri Linkov <juri@jurta.org>
2750
2751 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2752 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2753 a function, call it to get the regexp.
2754 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2755 property `isearch-message-prefix' instead of the string "word ".
2756 (isearch-search-fun-default): For the case of `isearch-word',
2757 return a lambda that calls re-search-forward/re-search-backward
2758 with a regexp returned by `word-search-regexp' or by the function
2759 in `isearch-word'.
2760
8cbd80f7
JL
27612012-05-29 Juri Linkov <juri@jurta.org>
2762
2763 * isearch.el (isearch-search-fun-default): New function.
2764 (isearch-search-fun): Move default part to the new function
2765 `isearch-search-fun-default'.
2766 (isearch-search-fun-function): Set the default value to
2767 `isearch-search-fun-default'. (Bug#11381)
2768
2769 * comint.el (comint-history-isearch-end):
2770 Use `isearch-search-fun-default'.
2771 (comint-history-isearch-search): Use `isearch-search-fun-default'
2772 and remove spacial case for `isearch-word'.
2773 (comint-history-isearch-wrap): Remove spacial case for
2774 `isearch-word'.
2775
2776 * hexl.el (hexl-isearch-search-function):
2777 Use `isearch-search-fun-default'.
2778
2779 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2780 Use `word-search-regexp' for `isearch-word'.
2781
2782 * misearch.el (multi-isearch-search-fun):
2783 Use `isearch-search-fun-default'.
2784
2785 * simple.el (minibuffer-history-isearch-search):
2786 Use `isearch-search-fun-default' and remove spacial case for
2787 `isearch-word'.
2788 (minibuffer-history-isearch-wrap): Remove spacial case for
2789 `isearch-word'.
2790
2791 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2792 Remove spacial case for `isearch-word'.
2793 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2794
85c8c5b6
AM
27952012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2796
2797 Decrease XEmacs incompatibilities.
2798 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2799 Use `string-match'.
2800 (flyspell-delete-region-overlays): Use alternative definition for
2801 XEmacs.
2802 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2803 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2804 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2805 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2806 `define-obsolete-face-alias' under XEmacs, but old method.
2807
2808 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2809 `with-no-warnings' definition or Emacs alias.
2810 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2811 (ispell-word): Do not use `region-p' if XEmacs.
2812
8cab9efc
AM
28132012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2814
2815 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2816 Check for `ispell-dictionary-base-alist' instead of full
2817 `ispell-dictionary-alist'.
2818 (ispell-init-process): Show spellchecker when starting new Ispell
2819 process.
2820
fda91268
RZ
28212012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2824 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2825
694ea8e3
JB
28262012-05-27 Juanma Barranquero <lekktu@gmail.com>
2827
2828 * version.el (motif-version-string, gtk-version-string)
2829 (ns-version-string): Declare.
2830
e4d4f539
JL
28312012-05-27 Juri Linkov <juri@jurta.org>
2832
2833 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2834 after the `eval-defun-1' specialcaseing
2835 like in `edebug-eval-defun' (bug#10181).
2836
2837 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2838 like in `eval-defun-1'.
2839
33017faf 28402012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2841
fda91268
RZ
2842 * mail/sendmail.el (mail-yank-region):
2843 Recognize rmail-yank-current-message in addition to insert-buffer.
2844 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2845 a *mail* buffer created through rmail-start-mail with sendmail as
2846 mail-user-agent.
2847
33017faf
GM
28482012-05-27 Chong Yidong <cyd@gnu.org>
2849
2850 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2851 Default to 256 (Bug#11267).
2852
2853 * help.el (describe-mode): Doc fix.
2854
04188bb9
GM
28552012-05-26 Glenn Morris <rgm@gnu.org>
2856
38264cc9
GM
2857 * w32-fns.el (w32-init-info): Remove.
2858 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2859
eb7afdad
GM
2860 * info.el (info-initialize): For self-contained NS builds, put the
2861 included info/ directory at the front. (Bug#2791)
2862
04188bb9
GM
2863 * paths.el (Info-default-directory-list): Make it a defcustom,
2864 mainly so that we can use custom-initialize-delay.
2865
a179e3f7
SM
28662012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2867
43416392
SM
2868 * subr.el (buffer-has-markers-at): Mark obsolete.
2869
a179e3f7 2870 * subr.el (lambda): Use declare.
43416392 2871
a179e3f7
SM
2872 * emacs-lisp/lisp-mode.el (lambda):
2873 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2874
34a008d9
AH
28752012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2876
2877 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2878
0a3b289f
GM
28792012-05-26 Glenn Morris <rgm@gnu.org>
2880
2881 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2882
758c81e8
GM
28832012-05-25 Glenn Morris <rgm@gnu.org>
2884
f9f334f0
GM
2885 * paths.el: Remove no-byte-compile.
2886 * loadup.el: No need to load paths.el uncompiled.
2887
87eb79c2
GM
2888 * image.el (imagemagick-types-inhibit): Doc fix.
2889
758c81e8
GM
2890 * version.el: Remove no-byte-compile and associated formatting.
2891 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2892 is ancient code from when there was an "inc-vers.el".
2893
e7e85dc0
SM
28942012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * progmodes/gdb-mi.el: Minor style changes.
2897 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2898 Turn into minor modes.
2899 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2900 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2901 (gdb-shell): Remove unneeded let-binding.
2902 (gdb-get-many-fields): Eliminate O(n²) behavior.
2903
f31237a4
EZ
29042012-05-25 Eli Zaretskii <eliz@gnu.org>
2905
2906 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2907 platforms that don't link in fontset.c.
2908
bc1b21bb
JL
29092012-05-25 Juri Linkov <juri@jurta.org>
2910
2911 Use the same diff color scheme as in modern VCSes (bug#10181).
2912
2913 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2914 to avoid confusion with `diff-added' that now uses green colors.
2915 (diff-removed): Use shades of red.
2916 (diff-added): Use shades of green.
2917 (diff-changed): Leave just the yellow color.
2918 (diff-use-changed-face): New variable.
2919 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2920 how to highlight context diff changes.
2921 (diff-refine-change): Use shades of yellow.
2922 (diff-refine-removed): New face that uses shades of red.
2923 (diff-refine-added): New face that uses shades of green.
2924 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2925 `diff-refine-removed' in the call to `smerge-refine-subst'
2926 depending on the value of `diff-use-changed-face'.
2927
2928 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2929 (smerge-other): Use shades of green.
2930 (smerge-base): Use shades of yellow.
2931 (smerge-refined-change): Empty face.
2932 (smerge-refined-removed): New face that uses shades of red.
2933 (smerge-refined-added): New face that uses shades of green.
2934 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2935 args `props-r' and `props-a', and use them. Doc fix.
2936 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2937 on its value use different faces `smerge-refined-change',
2938 `smerge-refined-removed', `smerge-refined-added' in the call to
2939 `smerge-refine-subst'.
2940
2941 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2942 Add face condition `min-colors 88' with shades of red.
2943 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2944 `min-colors 88' with shades of green.
2945 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2946 `min-colors 88' with shades of yellow.
2947
6df9112c
GM
29482012-05-24 Glenn Morris <rgm@gnu.org>
2949
ead5edc0
GM
2950 * paths.el (prune-directory-list, remote-shell-program): Move to...
2951 * files.el (prune-directory-list, remote-shell-program): ...here.
2952 For the latter, delay initialization, prefer ssh, just search PATH.
2953
f18b81e6
GM
2954 * paths.el (term-file-prefix): Move to faces.el (the only user).
2955 * faces.el (term-file-prefix): Move here, make it a defcustom.
2956
ee2f89a6
GM
2957 * paths.el (news-directory, news-path, news-inews-program):
2958 Move to gnus/nnspool.el.
61a583ca 2959
f8815e4c
GM
2960 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2961
c8f3b42c
GM
2962 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2963 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2964 Make the latter a defcustom, with a delayed initialization.
2965
6df9112c
GM
2966 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2967 These were deleted from Gnus itself late 2010.
2968
5dadff36
JB
29692012-05-22 Juanma Barranquero <lekktu@gmail.com>
2970
9e1701c6
JB
2971 * progmodes/which-func.el (which-func-ff-hook):
2972 Check against user-error, not error.
2973
bd7239f5 2974 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2975 cl-specs.el, which no longer exists.
2976
3290526d
GM
29772012-05-22 Glenn Morris <rgm@gnu.org>
2978
2979 * info.el (info-emacs-bug): New command.
2980 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2981 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2982
ff0c3cfb
GM
29832012-05-21 Glenn Morris <rgm@gnu.org>
2984
2985 * makefile.w32-in (update-subdirs-SH):
2986 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2987
5814f126
SM
29882012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2989
a52c0aa0
SM
2990 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2991
5814f126
SM
2992 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2993 Simplify Maven regexp, and make sure the file can't start with a space
2994 (bug#11517).
2995
b847032c
GM
29962012-05-21 Glenn Morris <rgm@gnu.org>
2997
2998 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2999 Scrap superfluous subshells.
3000
3858bfe7
SM
30012012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3004 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3005
d14b0029
JB
30062012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3007
3008 * calc/calc.el (calc-ensure-consistent-units): New variable.
3009
a52c0aa0
SM
3010 * calc/calc-units.el (math-consistent-units-p)
3011 (math-check-unit-consistency): New functions.
3012 (calc-quick-units, calc-convert-units):
3013 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3014 is non-nil.
d14b0029
JB
3015 (calc-extract-units): Fix typo.
3016
60c4db3a
SM
30172012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3018
77f3b62e
SM
3019 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3020
60c4db3a
SM
3021 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3022 (flyspell-default-deplacement-commands): Don't spell check after
3023 repeated window/frame switches (e.g. triggered by mouse-movement).
3024 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3025 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3026 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3027 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3028 Remove unused vars.
3029 (flyspell-get-casechars, flyspell-get-not-casechars):
3030 Simplify; Don't bother removing a ] just to add it back.
3031 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3032
d209e2fb 30332012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3034
3035 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3036 New functions.
bd7239f5 3037 (math-function-table): Add support for more C functions.
b1a10716 3038
3f1b25b5
AM
30392012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3040
090bd7cb
JB
3041 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3042 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3043 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3044
b581bb5c
SM
30452012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3048 their respective macro declarations.
3049 * skeleton.el (define-skeleton):
3050 * progmodes/compile.el (define-compilation-mode):
3051 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3052 (define-ibuffer-filter):
3053 * emacs-lisp/generic.el (define-generic-mode):
3054 * emacs-lisp/easy-mmode.el (define-minor-mode)
3055 (define-globalized-minor-mode):
3056 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3057 * emacs-lisp/byte-run.el (defsubst):
3058 * custom.el (deftheme): Add doc-string metadata.
3059
70b8ef8f
SM
30602012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3063
b1198e17
SM
30642012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3065
9abdc45d
SM
3066 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3067
b1198e17
SM
3068 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3069 * emacs-lisp/cl-macs.el: Idem.
3070 * emacs-lisp/cl-specs.el: Remove.
3071
4735906a
SM
30722012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 Minor renaming of internal CL functions and variables.
3075 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3076 (cl--position): Rename from cl-position.
3077 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3078 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3079 (cl--random-state): Rename from *random-state*.
3080
ac348012
SM
30812012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3084 parens around the arg list (bug#11499).
3085
a0a79cde
JL
30862012-05-17 Juri Linkov <juri@jurta.org>
3087
3088 * isearch.el (word-search-regexp, word-search-backward)
3089 (word-search-forward, word-search-backward-lax)
3090 (word-search-forward-lax): Move functions from search.c
3091 (bug#10145, bug#11381).
3092
65034a51
AM
30932012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3094
090bd7cb
JB
3095 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3096 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3097 Delay for otherchars as for normal word components.
65034a51 3098
1a72a195
SM
30992012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * minibuffer.el (completion--sifn-requote): Fix last change.
3102 (minibuffer-local-must-match-filename-map):
3103 Move define-obsolete-variable-alias before its var.
3104
fdb058c2
SM
31052012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3106
c41045e6
SM
3107 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3108
036dfb8b
SM
3109 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3110 behavior.
3111 (completion--string-equal-p): New function.
3112 (completion--twq-all): Use it to get better assertion failure data.
3113
2473256d
SM
3114 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3115 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3116 (shell--requote-argument): New functions.
3117 (shell-completion-vars): Use them.
3118 (shell--parse-pcomplete-arguments): Rename from
3119 shell-parse-pcomplete-arguments.
3120 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3121 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3122 Obey comint-file-name-quote-list.
3123
fdb058c2
SM
3124 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3125 (smie-indent-keyword): Use it.
3126
51fa99f1
SM
31272012-05-14 Stefan Merten <smerten@oekonux.de>
3128
3129 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3130
e18afed7 31312012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3132
3133 * net/rlogin.el (rlogin-mode-map): Fix last change.
3134
e18afed7 31352012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3136
3137 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3138 the following \r\n using a single `process-send-string', since the
3139 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3140 with two `process-send-string's (Bug#11444).
8633b1f4 3141
e18afed7 31422012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3143
fdb058c2
SM
3144 * shell.el (shell-parse-pcomplete-arguments):
3145 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3146
2d21d7f6
WJ
31472012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3148
e18afed7 3149 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3150 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3151 (image-transform-width, image-transform-fit-width): New functions.
3152 (image-transform-properties): Use them.
3153 (image-transform-check-size): New function.
3154 (image-toggle-display-image): Use it (for testing).
3155 (image-transform-set-rotation): Reduce angle mod 360.
3156 Delete obsolete comment.
3157
7102e6d0
WJ
31582012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3159
3160 * image-mode.el: Fix scaling (bug#11399).
3161 (image-transform-resize): Doc fix.
3162 (image-transform-properties): Default scale is 1 and height should
3163 be an integer.
3164
06bc5e6e
SM
31652012-05-13 Johan Bockgård <bojohan@gnu.org>
3166
3167 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3168 than hard-coding `car', to fix misbehavior when moving forward.
3169
0ae03b6a
CY
31702012-05-13 Chong Yidong <cyd@gnu.org>
3171
3172 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3173 (tabulated-list-entries, tabulated-list-padding)
3174 (tabulated-list-sort-key): Make permanent-local.
3175
3176 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3177 (electric-buffer-list): Put electric buffer menu
3178 command descriptions in this docstring, instead of the docstring
3179 of electric-buffer-menu-mode. Code cleanups.
3180 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3181 Electric-buffer-menu-mode.
3182 (electric-buffer-update-highlight): Minor code cleanup.
3183
205a7391
MA
31842012-05-13 Michael Albinus <michael.albinus@gmx.de>
3185
3186 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3187 (Bug#11447)
3188
e5bd0a28
SM
31892012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 Move define-obsolete-variable-alias before the var's definition.
3192 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3193 * tooltip.el (tooltip-hook):
3194 * textmodes/reftex-toc.el (reftex-toc-map):
3195 * textmodes/reftex-sel.el (reftex-select-label-map)
3196 (reftex-select-bib-map):
3197 * textmodes/reftex-index.el (reftex-index-map)
3198 (reftex-index-phrases-map):
3199 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3200 * progmodes/meta-mode.el (meta-mode-map):
3201 * novice.el (disabled-command-hook):
3202 * loadhist.el (unload-hook-features-list):
3203 * frame.el (blink-cursor):
3204 * files.el (find-file-not-found-hooks, write-file-hooks)
3205 (write-contents-hooks):
3206 * emulation/tpu-edt.el (GOLD-map):
3207 * emacs-lock.el (emacs-lock-from-exiting):
3208 * emacs-lisp/generic.el (generic-font-lock-defaults):
3209 * emacs-lisp/chart.el (chart-map):
3210 * dos-fns.el (register-name-alist):
3211 * dired-x.el (dired-omit-files-p):
3212 * desktop.el (desktop-enable):
3213 * cus-edit.el (custom-mode-hook):
3214 * buff-menu.el (buffer-menu-mode-hook):
3215 * bookmark.el (bookmark-read-annotation-text-func)
3216 (bookmark-exit-hooks):
3217 * allout.el (allout-mode-deactivate-hook)
3218 (allout-exposure-change-hook, allout-structure-added-hook)
3219 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3220 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3221 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3222 comes before the corresponding variable's definition.
3223
ac59c2f6
CY
32242012-05-12 Chong Yidong <cyd@gnu.org>
3225
3226 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3227 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3228 (Buffer-menu-mode-map): Bind it.
3229 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3230
dee6c9a3
SM
32312012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3232
2171cea5
SM
3233 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3234 (prolog-upper-case-string, prolog-lower-case-string)
3235 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3236 (prolog-use-smie, prolog-smie-grammar): New vars.
3237 (prolog-smie-forward-token, prolog-smie-backward-token)
3238 (prolog-smie-rules): New funs.
3239 (prolog-comment-indent): Remove.
3240 (prolog-mode-variables): Use default comment indentation instead.
3241 Setup SMIE.
3242 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3243 (prolog-mode): Don't call them any more.
3244 (prolog-electric-colon, prolog-electric-dash)
3245 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3246
aa0382bd
SM
3247 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3248
dbacb4bd
SM
3249 * minibuffer.el (completion--twq-all): Again, allow case differences.
3250
13bdd94c
SM
3251 * term.el: Move keymap initialization code to be more idiomatic.
3252 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3253 (term-terminal-menu): Move initialization into declaration.
3254 (term-escape-char): Let the user set it in her .emacs.
3255
ff46c759
SM
3256 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3257 Provide SMIE-based indentation (not enabled by default yet).
3258 (sh-mode-map): Don't bind electric keys.
3259 Use electric-pair-mode instead of skeleton-pair.
3260 (sh-assignment-regexp): Fit within 80 columns.
3261 (sh-indent-supported): Specify actual shell name instead of boolean.
3262 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3263 (sh-maybe-here-document): Use it. Make obsolete.
3264 (sh-electric-here-document-mode) New minor mode.
3265 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3266 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3267 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3268 (sh-smie-rc-grammar, sh-use-smie): New vars.
3269 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3270 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3271 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3272 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3273 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3274 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3275 (sh-set-shell): Use smie-setup if requested.
3276
dee6c9a3
SM
3277 * term.el (term-set-escape-char): Properly set term-escape-char.
3278 See http://stackoverflow.com/questions/10524656.
3279
9f9aa044
CY
32802012-05-10 Chong Yidong <cyd@gnu.org>
3281
3282 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3283 Use url-generic-parse-url, and handle host names and Windows
3284 filenames properly.
3285 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3286 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3287 URL schemes to work on.
3288 (ffap--toggle-read-only): New function.
3289 (ffap-read-only, ffap-read-only-other-window)
3290 (ffap-read-only-other-frame): Use it.
3291 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3292 necessary for ffap-url-unwrap-remote.
3293
836d29b3
DA
32942012-05-10 Dave Abrahams <dave@boostpro.com>
3295
3296 * cus-start.el (create-lockfiles): Add it.
3297
00fd78ed
CY
32982012-05-09 Chong Yidong <cyd@gnu.org>
3299
3300 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3301 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3302
666b903b 33032012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3304
3305 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3306
666b903b 33072012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3308
3309 * ansi-color.el (ansi-color-process-output): Check for validity of
3310 comint-last-output-start before using it. This avoids a bad
3311 interaction with gdb-mi's input/output buffer.
3312
666b903b 33132012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3314
3315 * files.el (dir-locals-read-from-file):
3316 Mention dir-locals in any error message.
3317
666b903b 33182012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3319
3320 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3321 package (Bug#11410).
3322
f677562b
CY
3323 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3324 variables into description.
3325
666b903b 33262012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3327
3328 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3329 shell-delimiter-argument-list (bug#11348).
3330 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3331
b499d8d0
JB
33322012-05-09 Juanma Barranquero <lekktu@gmail.com>
3333
8f6b6da8
JB
3334 * textmodes/rst.el: Silence byte-compiler warnings.
3335 (rst-re-alist, rst-reset-section-caches): Move around.
3336 (rst-re): Use `characterp', not `char-valid-p'.
3337 (font-lock-beg, font-lock-end): Declare.
3338
4824146a
JB
3339 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3340 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3341
b499d8d0
JB
3342 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3343
ad89bb83
GM
33442012-05-08 Glenn Morris <rgm@gnu.org>
3345
3346 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3347
8bba5a75
SM
33482012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3349
49ed9c8e
SM
3350 * vc/log-edit.el: Add GNU coding standards highlighting.
3351 (log-edit-font-lock-gnu-style)
3352 (log-edit-font-lock-gnu-keywords): New vars.
3353 (log-edit-font-lock-keywords): New fun.
3354 (log-edit-mode): Don't fold case in font-lock.
3355 (log-edit-font-lock-keywords): Do not assume case-folding.
3356
07d00b56
SM
3357 * imenu.el: Misc cleanup. Make docstrings out of comments.
3358 Use lexical-binding.
3359 (imenu--index-alist, imenu--last-menubar-index-alist)
3360 (imenu-menubar-modified-tick): Use defvar-local.
3361 (imenu--split-menu): Remove unused var.
3362 (imenu--cleanup-seen): Declare as global.
3363 (imenu--cleanup): Use dolist.
3364
8bba5a75
SM
3365 * subr.el (defvar-local): Add debug spec and doc-string position.
3366
5075bdb5
GM
33672012-05-08 Glenn Morris <rgm@gnu.org>
3368
090bd7cb 3369 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3370 * language/english.el, language/georgian.el, language/greek.el:
3371 * language/japanese.el, language/khmer.el, language/korean.el:
3372 * language/lao.el, language/misc-lang.el, language/romanian.el:
3373 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3374 * language/thai.el, language/utf-8-lang.el:
3375 Remove no-byte-compile setting.
3376
5075bdb5
GM
3377 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3378
06f679a7
AH
33792012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3380
3381 * progmodes/make-mode.el (makefile-browse):
3382 Remove unnecessary interactive. (Bug#11324)
3383
03794570
GM
33842012-05-07 Glenn Morris <rgm@gnu.org>
3385
af8630f4
GM
3386 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3387
03794570
GM
3388 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3389
f0809a9d
SM
33902012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3391
28be5ce7
SM
3392 * loadup.el: Preload newcomment.el.
3393 * newcomment.el: Move autoload-only code to toplevel.
3394
f0809a9d
SM
3395 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3396 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3397 Handle new :right-align column property.
3398 (tabulated-list-print-col): Idem, plus use `display' text-property to
3399 try and preserve alignment for variable pitch fonts.
3400
1241b724
CY
34012012-05-07 Chong Yidong <cyd@gnu.org>
3402
3403 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3404 (tabulated-list-use-header-line): New var.
3405 (tabulated-list-init-header): Use it.
3406 (tabulated-list-print-fake-header): New function.
3407 (tabulated-list-print): Use it.
3408 (tabulated-list-sort-button-map): Add non-header-line commands.
3409 (tabulated-list-init-header): Add column name property to basic
3410 labels as well.
3411 (tabulated-list-col-sort): Handle non-header-line button case.
3412 (tabulated-list--sort-by-column-name): Fix a corner case.
3413
f0809a9d
SM
3414 * buff-menu.el (list-buffers--refresh):
3415 Handle Buffer-menu-use-header-line.
1241b724 3416
e5f9458f
CY
34172012-05-06 Chong Yidong <cyd@gnu.org>
3418
3419 * buff-menu.el: Convert to Tabulated List mode.
3420 (Buffer-menu-buffer+size-width): Make obsolete.
3421 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3422 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3423 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3424 documentation into docstring of buffer-menu.
3425 (Buffer-menu-toggle-files-only): Add an informative message.
3426 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3427 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3428 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3429 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3430 (Buffer-menu-execute, Buffer-menu-select)
3431 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3432 (Buffer-menu-bury): Use Tabulated List machinery.
3433 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3434 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3435 Delete.
e5f9458f
CY
3436 (list-buffers--refresh): New function.
3437 (list-buffers-noselect): Use it.
3438 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3439 (Buffer-menu--pretty-file-name): New helper functions.
3440
3441 * loadup.el: Preload tabulated-list.
3442
3443 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3444 tabulated-list-sort-column.
3445 (tabulated-list-init-header): Add the initial aligning space even
3446 if tabulated-list-padding is zero.
3447
e129292c
CS
34482012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3449
3450 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3451 whose cdr is not a cons cell correctly (bug#11038).
3452
6632d361
CY
34532012-05-06 Chong Yidong <cyd@gnu.org>
3454
e129292c
CS
3455 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3456 Accept additional plist in column descriptors.
6632d361
CY
3457 (tabulated-list-init-header): Obey it.
3458 (tabulated-list-get-entry): New function.
3459 (tabulated-list-put-tag): Use it. Use string-width instead of
3460 length.
3461 (tabulated-list--column-number): New function.
3462 (tabulated-list-print): Use it.
e129292c
CS
3463 (tabulated-list-print-col): New function.
3464 Set `tabulated-list-column-name' property on each column's text.
6632d361 3465 (tabulated-list-print-entry): Use it.
e129292c
CS
3466 (tabulated-list-delete-entry, tabulated-list-set-col):
3467 New functions.
6632d361
CY
3468 (tabulated-list-sort-column): New command (Bug#11337).
3469
3cc99f68
CY
3470 * buff-menu.el (list-buffers): Move C-x C-b binding from
3471 buff-menu.el to bindings.el.
3472
3473 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3474 :advertised-binding feature.
3475
52b61776
TN
34762012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3477
3478 * progmodes/compile.el (compilation-internal-error-properties):
3479 Calculate start position correctly when end-col is set but
3480 end-line is not (Bug#11382).
3481
ebfe2597
WJ
34822012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3483
3484 * man.el (Man-unindent): Use text-property-default-nonsticky to
3485 prevent untabify from inheriting face properties (Bug#11408).
3486
6d3f7c2f
SM
34872012-05-05 Stefan Merten <smerten@oekonux.de>
3488
3489 * textmodes/rst.el: Major merge with upstream development up to
3490 Docutils SVN r7399 / rst.el V1.2.1.
3491
3492 Clarify maintainership and authors.
3493
3494 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3495 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3496 (rst-official-version, rst-official-cvs-rev, rst-version)
3497 (rst-package-emacs-version-alist): New functions and variables
3498 for version information.
3499
3500 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3501 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3502 (rst-mode-syntax-table, rst-mode): New and corrected functions
3503 and variables representing reStructuredText features.
3504
3505 (rst-re): New function for reStructuredText regexes. Use in
3506 many places.
3507
3508 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3509 (rst-mode-map): Rebind keys.
3510
3511 (rst-mode-lazy, rst-font-lock-keywords)
3512 (rst-font-lock-extend-region)
3513 (rst-font-lock-extend-region-internal)
3514 (rst-font-lock-extend-region-extend)
3515 (rst-font-lock-find-unindented-line-limit)
3516 (rst-font-lock-find-unindented-line-match)
3517 (rst-adornment-level, rst-font-lock-adornment-level)
3518 (rst-font-lock-adornment-match)
3519 (rst-font-lock-handle-adornment-pre-match-form)
3520 (rst-font-lock-handle-adornment-matcher): Major revision of
3521 font-locking. Integrate with other code. Use `jit-lock-mode'.
3522
3523 (rst-preferred-adornments, rst-adjust-hook)
3524 (rst-new-adornment-down, rst-preferred-bullets)
3525 (rst-preferred-bullets, rst-indent, rst-indent-width)
3526 (rst-indent-field, rst-indent-literal-normal)
3527 (rst-indent-literal-minimized, rst-indent-comment): Change,
3528 extend and improve customization.
3529
3530 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3531 (rst-normalize-cursor-position, rst-get-decoration)
3532 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3533 (rst-rstrip, rst-toc-insert-find-delete-contents)
3534 (rst-shift-fill-region, rst-compute-bullet-tabs)
3535 (rst-debug-print-tabs, rst-debug-mark-found)
3536 (rst-shift-region-guts, rst-shift-region-right)
3537 (rst-shift-region-left, rst-use-char-classes)
3538 (rst-font-lock-keywords-function)
3539 (rst-font-lock-indentation-point)
3540 (rst-font-lock-find-unindented-line-begin)
3541 (rst-font-lock-find-unindented-line-end)
3542 (rst-font-lock-find-unindented-line)
3543 (rst-font-lock-adornment-point, rst-font-lock-level)
3544 (rst-adornment-level-alist): Remove functions and variables.
3545
3546 (rst-compare-adornments, rst-get-adornment-match)
3547 (rst-suggest-new-adornment, rst-get-adornments-around)
3548 (rst-adornment-complete-p, rst-get-next-adornment)
3549 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3550 (rst-straighten-adornments): Standardize function names to
3551 use "adornment" instead of "decoration". Correct callers.
3552 Similar standardizing in many places.
3553
3554 (rst-update-section, rst-adjust, rst-promote-region)
3555 (rst-enumerate-region, rst-bullet-list-region)
3556 (rst-repeat-last-character): Correct use of `interactive'.
3557
3558 (rst-classify-adornment, rst-find-all-adornments)
3559 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3560 (rst-find-leftmost-column, rst-repeat-last-character):
3561 Refactor functions.
3562
3563 (rst-find-title-line, rst-reset-section-caches)
3564 (rst-get-adornments-around, rst-adjust-adornment-work)
3565 (rst-arabic-to-roman, rst-roman-to-arabic)
3566 (rst-insert-list-pos, rst-insert-list-new-item)
3567 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3568 New functions.
3569
3570 (rst-all-sections, rst-section-hierarchy)
3571 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3572 New variables.
3573
3574 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3575 configuration instead of only buffer. Change where necessary.
3576
3577 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3578 (rst-shift-region, rst-adaptive-fill): New functions for
3579 indentation and filling.
3580
3581 (rst-comment-line-break, rst-comment-indent)
3582 (rst-comment-insert-comment, rst-comment-region)
3583 (rst-uncomment-region): New functions for handling comments.
3584
3585 (rst-compile): Quote shell arguments.
3586
3587 (rst-compile-pdf-preview, rst-compile-slides-preview):
3588 Delete temporary files after use.
3589
a43f98b3
GM
35902012-05-05 Glenn Morris <rgm@gnu.org>
3591
48176e8b
GM
3592 * calendar/cal-html.el: Optionally include holidays in the output.
3593 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3594 (cal-html-holidays): New option.
3595 (cal-html-css-default): Add holiday entry.
3596 (holiday-in-range): Autoload it.
3597 (cal-html-htmlify-entry): Add optional class argument.
3598 (cal-html-htmlify-list): Add optional holidays argument.
3599 (cal-html-insert-agenda-days): Include holidays in the output.
3600 (cal-html-one-month): Maybe include holidays.
3601
a43f98b3
GM
3602 * calendar/holidays.el (holiday-in-range):
3603 Move here from cal-tex-list-holidays.
3604 * calendar/cal-tex.el (cal-tex-list-holidays):
3605 Make it an obsolete alias for holiday-in-range. Update all callers.
3606
fef9d149 36072012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3608
3609 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3610 Nextstep.
3611
248da2f4
RW
36122012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3613
3614 * files.el (file-auto-mode-skip): New var.
3615 (set-auto-mode-1): Use it.
3616
f95e9344
SM
36172012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3618
df96ab1e
SM
3619 * repeat.el: Use lexical-binding.
3620 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3621 (repeat-undo-count): Remove.
3622 (repeat):
3623 * progmodes/octave-mod.el (octave-abbrev-start):
3624 * progmodes/f90.el (f90-abbrev-start):
3625 * face-remap.el (text-scale-adjust):
3626 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3627
5342bb06
SM
3628 * emacs-lisp/pcase.el (pcase--let*): New function.
3629 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3630 a bit more.
3631 (pcase--split-pred): Be more clever about ruling out overlap between
3632 a predicate and some constant pattern.
3633 (pcase--q1): Use `null' instead of (eq foo nil).
3634
f95e9344
SM
3635 * subr.el (setq-local, defvar-local): New macros.
3636 (kbd): Redefine as an alias.
3637 (with-selected-window): Leave unrelated frames alone.
3638 (set-temporary-overlay-map): New function.
3639
71873e2b
SM
36402012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * subr.el (user-error): New function.
3643 * window.el (switch-to-buffer):
3644 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3645 (smerge-match-conflict):
3646 * simple.el (previous-matching-history-element)
3647 (next-matching-history-element, goto-history-element, undo-more)
3648 (undo-start):
3649 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3650 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3651 (next-file, tags-loop-scan, list-tags, complete-tag):
3652 * progmodes/compile.el (compilation-loop):
3653 * mouse.el (mouse-minibuffer-check):
3654 * man.el (Man-bgproc-sentinel, Man-goto-page):
3655 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3656 (Info-history-forward, Info-follow-reference, Info-menu)
3657 (Info-extract-menu-item, Info-extract-menu-counting)
3658 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3659 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3660 (Info-next-reference, Info-prev-reference, Info-index)
3661 (Info-index-next, Info-follow-nearest-node)
3662 (Info-copy-current-node-name):
3663 * imenu.el (imenu--make-index-alist)
3664 (imenu-default-create-index-function, imenu-add-to-menubar):
3665 * files.el (basic-save-buffer, recover-file):
3666 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3667 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3668 (checkdoc-message-text, checkdoc-defun):
3669 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3670 * cus-edit.el (customize-changed-options, customize-rogue)
3671 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3672 (custom-variable-mark-to-reset-standard)
3673 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3674 (custom-file):
3675 * completion.el (check-completion-length):
3676 * comint.el (comint-search-arg)
3677 (comint-previous-matching-input-string-position)
3678 (comint-previous-matching-input)
3679 (comint-replace-by-expanded-history-before-point, comint-send-input)
3680 (comint-copy-old-input, comint-backward-matching-input)
3681 (comint-goto-process-mark, comint-set-process-mark):
3682 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3683 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3684
8a61ee22
SM
36852012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3686
66408d1e
SM
3687 * dabbrev.el (dabbrev--ignore-case-p): New function.
3688 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3689 Use it.
3690
8a61ee22
SM
3691 * files.el (automount-dir-prefix): Mark as obsolete.
3692
3c74813a
GM
36932012-05-04 Glenn Morris <rgm@gnu.org>
3694
3695 * patcomp.el, play/bruce.el: Move to obsolete/.
3696
0bfcf5c5
PE
36972012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3698
3699 Fix minor Y10k bugs.
3700 * arc-mode.el (archive-unixdate):
3701 * autoinsert.el (auto-insert-alist):
3702 * calc/calc-forms.el (math-this-year):
3703 * emacs-lisp/copyright.el (copyright-current-year)
3704 (copyright-update-year, copyright):
3705 * tar-mode.el (tar-clip-time-string):
3706 * time.el (display-time-update):
3707 Don't assume years have 4 digits.
3708
78f3273a
CY
37092012-05-04 Chong Yidong <cyd@gnu.org>
3710
3711 * dos-w32.el (file-name-buffer-file-type-alist)
3712 (direct-print-region-use-command-dot-com):
3713 * ffap.el (ffap-menu-regexp):
3714 * find-file.el (ff-special-constructs):
3715 * follow.el (follow-debug):
3716 * forms.el (forms--debug):
3717 * iswitchb.el (iswitchb-all-frames):
3718 * ido.el (ido-all-frames):
3719 * emacs-lisp/timer.el (timer-max-repeats):
3720 * mail/feedmail.el (feedmail-mail-send-hook)
3721 (feedmail-mail-send-hook-queued):
3722 * mail/footnote.el (footnote-signature-separator):
3723 * mail/mailabbrev.el (mail-alias-separator-string)
3724 (mail-abbrev-mode-regexp):
3725 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3726 * progmodes/idlwave.el (idlwave-libinfo-file)
3727 (idlwave-default-completion-case-is-down)
3728 (idlwave-library-routines): Convert defvars to defcustoms.
3729
3730 * mail/rmail.el (rmail-decode-mime-charset):
3731 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3732 (idlwave-shell-fix-inserted-breaks)
3733 (idlwave-shell-activate-alt-keybindings)
3734 (idlwave-shell-use-breakpoint-glyph):
3735 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3736
f7ae6719
SM
37372012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3740
47086495
WS
37412012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3742
3743 * progmodes/verilog-mode.el (font-lock-keywords):
3744 Fix mis-highligting auto. Reported by Craig Barner.
3745 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3746 defines from global name space. Reported by Dan Dever.
3747 (verilog-auto-reset, verilog-auto-reset-widths)
3748 (verilog-auto-tieoff): Support using unbased numbers for
3749 AUTORESET and AUTOTIEOFF.
3750 (verilog-submit-bug-report): Update variable list.
3751 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3752 parenthesis from not matching. Reported by Michael Rytting.
3753 (verilog-auto-template-lint): Fix hash error when linting modules
3754 with no used templates.
3755 (verilog-warn, verilog-warn-error)
3756 (verilog-warn-fatal): When non-interactive report multiple
3757 warnings before exiting. Suggested by Brad Dobbie.
3758 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3759 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3760 to report unused template errors. Reported by Brad Dobbie.
3761 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3762 nets, bug438. Reported by Vns Blore.
3763 (verilog-auto-inout-module, verilog-auto-reg)
3764 (verilog-read-decls, verilog-read-sub-decls-sig)
3765 (verilog-signals-edit-wire-reg, verilog-signals-with):
3766 Fix passing of Verilog data types in ANSI input/output ports
3767 such as "output logic" into the AUTOs. Special case "wire" and
3768 "reg" for backwards compatibility presuming Verilog 2001.
3769 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3770 (verilog-preprocess): Fix replication of preprocess output.
3771 Reported by Brad Dobbie.
3772 (verilog-auto-inst-interfaced-ports):
3773 Create verilog-auto-inst-interfaced-ports, bug429.
3774 Reported by Julian Gorfajn.
3775 (verilog-after-save-font-hook)
3776 (verilog-before-save-font-hook): New variable.
3777 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3778 (verilog-save-font-mods): Wrap disabling fontification, reported
3779 by David Rogoff.
3780 (verilog-do-indent, verilog-pretty-declarations-auto)
3781 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3782 Reported by Pierre-David Pfister.
3783 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3784 of class declarations, bug292. Reported by Kevin Heilman.
3785 (verilog-read-decls): Fix 'parameter type' not appearing in
3786 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3787 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3788 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3789 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3790 Reported by David Kravitz.
3791
37922012-05-03 Michael McNamara <mac@mail.brushroad.com>
3793
3794 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3795 assignment with tests in ifs and for loops.
3796 (verilog-extended-complete-re, verilog-complete-reg): Change so
3797 that DPI inport functions don't look like fuction declarations.
3798 (verilog-pretty-expr): Don't line up assignment
3799 operations to the test and increment in if and for loops
3800 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3801 that DPI inport functions don't look like fuction declarations.
47086495 3802
2e51d4b5
KH
38032012-05-03 Kenichi Handa <handa@m17n.org>
3804
3805 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3806 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3807 (Bug#11282).
3808
2bd785a2
SM
38092012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * emacs-lisp/bytecomp.el
3812 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3813 since cconv.el might have introduced :fun-body, internal-make-closure,
3814 and friends for bytecomp to handle (bug#11391).
3815 * custom.el (defcustom): Avoid ((λ ..) ..).
3816
99d27583
SM
38172012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3820
55a71479
JB
38212012-05-02 Juanma Barranquero <lekktu@gmail.com>
3822
3823 * notifications.el (dbus-debug):
3824 * term/linux.el (gpm-mouse-enable):
3825 * term/screen.el (xterm-register-default-colors): Declare.
3826
7b97c764
CY
38272012-05-02 Chong Yidong <cyd@gnu.org>
3828
2bc356d7
CY
3829 * cus-start.el (gc-cons-percentage, exec-suffixes)
3830 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3831 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3832 (make-cursor-line-fully-visible, void-text-area-pointer)
3833 (font-list-limit): Add customization data.
3834
7b97c764
CY
3835 * allout.el (allout-exposure-change-functions)
3836 (allout-structure-added-functions)
3837 (allout-structure-deleted-functions)
3838 (allout-structure-shifted-functions): Rename abnormal hooks from
3839 *-hook, and convert to defcustoms.
5d3385a0
JB
3840 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3841 Convert to defcustoms.
7b97c764
CY
3842 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3843
3844 * allout-widgets.el: Hook callers changed.
3845
90207a15 38462012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3847
3848 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3849 the yanked message in preference to the default value of
3850 buffer-file-coding-system.
3851
90207a15 38522012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3853
5d3385a0
JB
3854 * window.el (display-buffer--action-function-custom-type):
3855 Fix entry.
d9558cad 3856
90207a15 38572012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3858
3859 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3860
d80ac57b
GM
38612012-05-01 Glenn Morris <rgm@gnu.org>
3862
976f7668
GM
3863 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3864
beb83b5a
GM
3865 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3866
d80ac57b
GM
3867 * cus-edit.el (custom-variable-documentation): Simplify with format.
3868
b593d6a9 38692012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 3870 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
3871
3872 * simple.el (suggest-key-bindings, execute-extended-command):
3873 Move from keyboard.c.
3874
782fbf2a
CY
38752012-05-01 Chong Yidong <cyd@gnu.org>
3876
3877 * follow.el: Eliminate advice.
3878 (set-process-filter, process-filter, sit-for): Advice deleted.
3879 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3880 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3881 Vars deleted.
782fbf2a
CY
3882 (follow-auto): Use a :set function.
3883 (follow-mode): Rewritten. Don't advise process filters.
3884 (follow-switch-to-current-buffer-all, follow-scroll-up)
3885 (follow-scroll-down): Assume follow-mode is bound.
3886 (follow-comint-scroll-to-bottom)
3887 (follow-align-compilation-windows): New functions.
3888 (follow--window-sorter): New function.
3889 (follow-all-followers): Use it to explicitly sort windows by their
3890 positions; don't make assumptions about next-window order.
3891 (follow-windows-start-end, follow-delete-other-windows-and-split)
3892 (follow-calc-win-start): Doc fix.
3893 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3894 vertical-motion unnecessarily.
3895 (follow-adjust-window): New function.
3896 (follow-post-command-hook): Use it.
3897 (follow-call-set-process-filter, follow-call-process-filter)
3898 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3899 (follow-stop-intercept-process-output, follow-generic-filter):
3900 Functions deleted.
3901 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3902 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3903 New functions, replacing advice on scroll-bar-* commands.
87233a14 3904 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3905
3906 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3907 (comint-postoutput-scroll-to-bottom): Use it.
3908 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3909
290af740
GM
39102012-05-01 Glenn Morris <rgm@gnu.org>
3911
3912 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3913 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3914 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3915 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3916 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3917 Remove no-byte-compile setting.
3918
6eac8dc9
SM
39192012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3922 all-completions code to not return a number in the last cdr.
3923
9cc7819c
LL
39242012-04-30 Leo Liu <sdl.web@gmail.com>
3925
3926 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3927 read-only error.
3928
c93b886f
CY
39292012-04-29 Chong Yidong <cyd@gnu.org>
3930
3931 * follow.el (follow-calc-win-end): Rewrite to handle partial
3932 screen lines correctly (Bug#8390).
3933 (follow-avoid-tail-recenter): Minor cleanup.
3934
8b6c19f4
SM
39352012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 Avoid the obsolete `assoc' package.
3938 * speedbar.el (speedbar-refresh): Avoid adelete.
3939 (speedbar-file-lists): Simplify and avoid aput.
3940 * man.el (Man--sections, Man--refpages): New vars, replacing
3941 Man-sections-alist and Man-refpages-alist.
3942 (Man-build-section-alist, Man-build-references-alist):
3943 Use them; avoid aput.
3944 (Man--last-section, Man--last-refpage): New vars.
3945 (Man-follow-manual-reference): Use them.
3946 Use the `default' arg of completing-read.
3947 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3948
c5bb7569
CY
39492012-04-27 Chong Yidong <cyd@gnu.org>
3950
d1d2e2e8
CY
3951 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3952
15cd8efd
CY
3953 * startup.el (x-apply-session-resources): New function.
3954
3955 * term/ns-win.el (ns-initialize-window-system):
3956 * term/w32-win.el (w32-initialize-window-system):
3957 * term/x-win.el (x-initialize-window-system): Use it to properly
3958 set menu-bar-mode and other vars from X resources, even if the
3959 initial frame is not a window-system frame (Bug#2299).
3960
c5bb7569
CY
3961 * subr.el (read-key): Avoid running filter function when setting
3962 up temporary tool bar entries (Bug#9922).
3963
a8e7d6d7 39642012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3965
3966 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3967 (Bug#11344)
3968
a8e7d6d7 39692012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3970
3971 * select.el (xselect--encode-string): New function, split from
3972 xselect-convert-to-string.
3973 (xselect-convert-to-string): Use it.
3974 (xselect-convert-to-filename, xselect-convert-to-os)
3975 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3976 returned strings are properly encoded (Bug#11315).
3977
a8e7d6d7 39782012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3979
3980 * simple.el (delete-active-region): Move to killing custom group.
3981
a8e7d6d7 39822012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3983
3984 * progmodes/which-func.el (which-func-current): Quote %
3985 characters for mode-line processing.
3986
578c1d4b 39872012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3988
3989 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3990 reaching eob (Bug#11286).
3991
a8e7d6d7 39922012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3993
3994 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3995 (gdb): Make it buffer-local and init to zero.
3996 (gdb-control-commands-regexp): New variable.
3997 (gdb-send): Don't wrap in "-interpreter-exec console" if
3998 gdb-control-level is positive. Increment gdb-control-level
3999 whenever the command matches gdb-control-commands-regexp, and
4000 decrement it each time the command is "end". (Bug#11279)
4001
a8e7d6d7 40022012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4003
4004 * window.el (adjust-window-trailing-edge, enlarge-window)
4005 (shrink-window, window-resize):
4006 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4007 windows (Bug#11276).
4008
b3608390
CY
40092012-04-27 Chong Yidong <cyd@gnu.org>
4010
4011 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4012 fix "missing prefix" warning. All callers changed.
b3608390 4013
797e6e88
SM
40142012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * emacs-lisp/assoc.el: Move to obsolete/.
4017
e95a67dc
SM
40182012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4019
657c21e4 4020 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4021
4022 * term/ns-win.el (ns-define-service):
4023 * progmodes/pascal.el (pascal-goto-defun):
4024 * progmodes/js.el (js--read-tab):
4025 * progmodes/etags.el (tags-lazy-completion-table):
4026 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4027 * emacs-lisp/ewoc.el (ewoc--wrap):
4028 * emacs-lisp/assoc.el (aput, adelete, amake):
4029 * doc-view.el (doc-view-convert-current-doc):
4030 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4031
cb3e7ae0
CY
40322012-04-26 Chong Yidong <cyd@gnu.org>
4033
dce04f7f
CY
4034 * image.el (image-type-from-buffer): Only return supported image
4035 type (Bug#9045).
4036
cb3e7ae0
CY
4037 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4038 value, for symmetry with diff-end-of-hunk.
4039 (diff-split-hunk, diff-find-source-location)
4040 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4041 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4042 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4043 compute the relevant hunk or file properly (Bug#6005).
4044 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4045
0d42eb3e
SM
40462012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 * vc/vc-mtn.el:
4049 * vc/vc-hg.el:
4050 * vc/vc-git.el:
4051 * vc/vc-dir.el:
4052 * vc/vc-cvs.el:
4053 * vc/vc-bzr.el:
4054 * vc/vc-arch.el:
4055 * vc/vc.el: Replace lexical-let by lexical-binding.
4056 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4057 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4058 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4059
f08ae1c9
CY
40602012-04-26 Chong Yidong <cyd@gnu.org>
4061
8b71081d
CY
4062 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4063 (diff-mode-shared-map): Bind it to / and [remap undo].
4064
f08ae1c9
CY
4065 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4066 (ediff-window-setup-function): Use it as the default, to set up
4067 windows based on whether the current frame is graphical (Bug#2138).
4068 (ediff-choose-window-setup-function-automatically): Make obsolete.
4069
4070 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4071
ef24141c
SM
40722012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4073
cc356a5d
SM
4074 * ffap.el: Remove old code for obsolete package.
4075 (ffap-complete-as-file-p): Remove.
4076
b4ff4f1f
SM
4077 Use completion-table-with-quoting for comint and pcomplete.
4078 * comint.el (comint--unquote&requote-argument)
4079 (comint--unquote-argument, comint--requote-argument): New functions.
4080 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4081 (comint-quote-filename): Use regexp-opt-charset.
4082 (comint--common-suffix, comint--common-quoted-suffix)
4083 (comint--table-subvert): Remove.
4084 (comint-unquote-function, comint-requote-function): New vars.
4085 (comint--complete-file-name-data): Use them with
4086 completion-table-with-quoting.
4087 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4088 * pcomplete.el (pcomplete-arg-quote-list)
4089 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4090 (pcomplete-unquote-argument-function): Default to non-nil.
4091 (pcomplete-unquote-argument): Simplify.
4092 (pcomplete--common-quoted-suffix): Remove.
4093 (pcomplete-requote-argument-function): New var.
4094 (pcomplete--common-suffix): New function.
4095 (pcomplete-completions-at-point): Use completion-table-with-quoting
4096 and completion-table-subvert.
4097
79c4eeb4
SM
4098 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4099 (minibuffer--double-dollars): Preserve properties.
4100 (completion--sifn-requote): New function.
4101 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4102
ef24141c
SM
4103 * minibuffer.el: Add support for completion of quoted/escaped data.
4104 (completion-table-with-quoting, completion-table-subvert): New funs.
4105 (completion--twq-try, completion--twq-all): New functions.
4106 (completion--nth-completion): New function.
4107 (completion-try-completion, completion-all-completions): Use it.
4108
784e7d6e
LL
41092012-04-25 Leo Liu <sdl.web@gmail.com>
4110
dd2ac746
SM
4111 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4112 Use compilation-message if available to find real filename.
784e7d6e 4113
07875ee7
CY
41142012-04-25 Chong Yidong <cyd@gnu.org>
4115
4116 * vc/diff-mode.el (diff-setup-whitespace): New function.
4117 (diff-mode): Use it.
4118
4119 * vc/diff.el (diff-sentinel):
4120 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4121 Whitespace mode variables based on diff style (Bug#8612).
4122
5055880d
LL
41232012-04-25 Leo Liu <sdl.web@gmail.com>
4124
daf75653
LL
4125 * progmodes/python.el (python-send-region): Add suffix .py to the
4126 temp file.
4127
5055880d
LL
4128 * files.el (auto-mode-alist): Use javascript-mode instead.
4129
db9b177b
AH
41302012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4131
ef24141c 4132 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4133
090bd7cb 4134 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4135 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4136 references, see Bug#9.
ef24141c 4137 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4138 when receiving a fault reply.
ef24141c 4139 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4140
090bd7cb 4141 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4142 (soap-inspect-simple-type): New function.
db9b177b 4143
090bd7cb 4144 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4145 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4146 (soap-decode-basic-type, soap-encode-basic-type):
4147 support unsignedInt and double basic types.
db9b177b 4148 (soap-resolve-references-for-simple-type)
ef24141c
SM
4149 (soap-parse-simple-type, soap-encode-simple-type): New function.
4150 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4151
090bd7cb 4152 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4153 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4154 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4155 the local name of "soapenc:Array".
4156 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4157 decoding integer, byte and anyURI xsd types.
4158
1fc6097b
CY
41592012-04-25 Chong Yidong <cyd@gnu.org>
4160
4161 * cus-edit.el (custom-buffer-create-internal): Update header text.
4162
afc6df87
EZ
41632012-04-25 Eli Zaretskii <eliz@gnu.org>
4164
4165 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4166 settings on 'system-type', not on 'window-system'. On MS-Windows,
4167 set interactive-mode on in GDB.
4168
dfbd787f
SM
41692012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4170
4171 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4172 (ruby-syntax-propertize-regexp): Remove.
4173 (ruby-syntax-propertize-function): Split regexp into chunks.
4174 Match following code directly.
4175
85222d44
DG
41762012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4177
51a8ea2a
DG
4178 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4179 (ruby-syntax-propertize-regexp): New function.
4180 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4181 by a special keyword.
4182
85222d44
DG
4183 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4184 (ruby-syntax-general-delimiters-goto-beg)
4185 (ruby-syntax-propertize-general-delimiters): New functions.
4186 (ruby-syntax-propertize-function): Use them to handle GDL.
4187 (ruby-font-lock-keywords): Move old handling of GDL...
4188 (ruby-font-lock-syntactic-keywords): .. to here.
4189 (ruby-calculate-indent): Adjust indentation for GDL.
4190
b613912b
MA
41912012-04-24 Michael Albinus <michael.albinus@gmx.de>
4192
b5380639
MA
4193 * notifications.el (top): Remove unneeded declarations.
4194 (notifications-specification-version): Change to "1.2".
e43042fe 4195 (notifications-interface, notifications-notify-method)
b613912b
MA
4196 (notifications-close-notification-method): Fix docstring.
4197 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4198 (notifications-notify): Add :action-items, :resident and
4199 :transient hints. Change "image_data" to "image-data" and
4200 "image_path" to "image-path".
b613912b
MA
4201 (notifications-get-capabilities): New defun.
4202
257440aa
LL
42032012-04-24 Leo Liu <sdl.web@gmail.com>
4204
4205 * progmodes/python.el: Move hideshow setup to the end.
4206
b1bac16e
MR
42072012-04-24 Martin Rudalics <rudalics@gmx.at>
4208
4209 * window.el (handle-select-window): Clear echo area since this is
4210 no more done by read_char (Bug#11304).
4211
d81bd059
SM
42122012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4215 and `/ M' to filter-derived-mode.
4216 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4217 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4218 (ibuffer-mark-by-mode): Use default rather than initial-input.
4219 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4220
c4cf6d91
IA
42212012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4222
4223 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4224 (ibuffer-filter-by-derived-mode): New filter.
4225 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4226
7511ded8
CY
42272012-04-23 Andreas Politz <politza@fh-trier.de>
4228
4229 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4230
775c916b
CY
42312012-04-23 Chong Yidong <cyd@gnu.org>
4232
4233 * cus-edit.el (customize-apropos, customize-apropos-options):
4234 Disable matching of non-option variables (Bug#11176).
4235 (customize-option, customize-option-other-window)
4236 (customize-changed-options): Doc fix.
4237 (customize-apropos-options, customize-apropos-faces)
4238 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4239
4240 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4241 Fix word list splitting (Bug#11132).
46c71e23
CY
4242 (apropos-symbol, apropos-keybinding, apropos-label)
4243 (apropos-property, apropos-function-button)
4244 (apropos-variable-button, apropos-misc-button): New faces.
4245 (apropos-symbol-face, apropos-keybinding-face)
4246 (apropos-label-face, apropos-property-face, apropos-match-face):
4247 Variables removed (Bug#8396).
4248 (apropos-library-button, apropos-format-plist, apropos-print)
4249 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4250
2df41f9c
MA
42512012-04-23 Michael Albinus <michael.albinus@gmx.de>
4252
4253 * net/xesam.el (xesam-mode-map): Use let-bound map in
4254 initialization. (Bug#11292)
4255
da00640a
AM
42562012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4257
4258 Preserve ispell session localwords when switching back to
4259 original buffer.
4260
090bd7cb
JB
4261 * textmodes/ispell.el (ispell-buffer-session-localwords):
4262 New buffer-local variable to hold buffer session localwords.
ed9265fc 4263 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4264 localwords.
4265 (ispell-command-loop, ispell-change-dictionary)
4266 (ispell-buffer-local-words): Preserve session localwords when
4267 needed.
4268
090bd7cb
JB
4269 * textmodes/flyspell.el (flyspell-process-localwords)
4270 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4271
f621ccf5
AM
42722012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4273
090bd7cb
JB
4274 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4275 using obsolete `translation-table-for-input'.
ef24141c
SM
4276 (ispell-word, ispell-process-line, ispell-complete-word):
4277 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4278
c2d1019e
CY
42792012-04-22 Chong Yidong <cyd@gnu.org>
4280
4281 * cus-edit.el (custom-variable-menu)
4282 (custom-variable-reset-saved, custom-face-menu)
4283 (custom-face-reset-saved): If there is no saved value, make the
4284 "reset-saved" operation bring back the default (Bug#9509).
4285 (custom-face-state): Properly detect themed faces.
4286
eeddc531
CY
4287 * faces.el (face-spec-set): Stop supporting deprecated form of
4288 third arg.
4289
dcbf5805
MA
42902012-04-22 Michael Albinus <michael.albinus@gmx.de>
4291
4292 Move functions from C to Lisp. Make non-blocking method calls
4293 the default. Implement further D-Bus standard interfaces.
4294
ef24141c
SM
4295 * net/dbus.el (dbus-message-internal): Declare function.
4296 Remove unneeded function declarations.
dcbf5805
MA
4297 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4298 (dbus-message-type-method-return, dbus-message-type-error)
4299 (dbus-message-type-signal): Declare variables. Remove local
4300 definitions.
4301 (dbus-interface-dbus, dbus-interface-peer)
4302 (dbus-interface-introspectable, dbus-interface-properties)
4303 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4304 Adapt docstring.
4305 (dbus-interface-objectmanager): New defconst.
4306 (dbus-call-method, dbus-call-method-asynchronously)
4307 (dbus-send-signal, dbus-method-return-internal)
4308 (dbus-method-error-internal, dbus-register-service)
4309 (dbus-register-signal, dbus-register-method): New defuns, moved
4310 from dbusbind.c
4311 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4312 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4313 New defuns.
dcbf5805
MA
4314 (dbus-call-method-non-blocking): Make it an obsolete function.
4315 (dbus-unregister-object, dbus-unregister-service)
4316 (dbus-handle-event, dbus-register-property)
4317 (dbus-property-handler): Obey the new structure of
4318 `bus-registered-objects'.
4319 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4320 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4321 Use `dbus-call-method'.
4322
cf20dee0
CY
43232012-04-22 Chong Yidong <cyd@gnu.org>
4324
4325 * cus-edit.el (custom-commands, custom-reset-menu)
4326 (Custom-reset-standard): Tweak labels.
4327 (custom-reset-button-menu): Change default to t.
4328 (custom-buffer-create-internal): For the custom-reset-button-menu
4329 case, put the revert button first.
4330 (custom-group-subtitle): New face.
4331 (custom-group-value-create): Align docstring to a specific column.
4332
4333 * wid-edit.el (widget-documentation-link-add): Don't handle
4334 indentation in this function.
4335 (widget-documentation-string-indent-to): New function.
4336 (widget-documentation-string-value-create): Use it.
4337
4338 * autorevert.el (auto-revert):
4339 * epg-config.el (epg):
4340 * ibuffer.el (ibuffer):
4341 * mpc.el (mpc):
4342 * ses.el (ses):
4343 * eshell/eshell.el (eshell):
4344 * net/ange-ftp.el (ange-ftp):
4345 * progmodes/ebnf2ps.el (postscript):
4346 * progmodes/flymake.el (flymake):
4347 * progmodes/prolog.el (prolog):
4348 * progmodes/verilog-mode.el (verilog-mode):
4349 * progmodes/which-func.el (which-func):
4350 * term/xterm.el (xterm):
4351 * textmodes/picture.el (picture):
4352 * textmodes/tildify.el (tildify):
4353 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4354 customization buffers.
4355
583e23bd
AM
43562012-04-22 Alan Mackenzie <acm@muc.de>
4357
4358 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4359 Adding a ) can hide the resulting (..) from searches. Fix it.
4360 Bound the backward search to the position of the existing (.
4361
7dd51bf1
JB
43622012-04-21 Juanma Barranquero <lekktu@gmail.com>
4363
4364 * progmodes/verilog-mode.el (verilog-mode): Check whether
4365 which-func-modes is t before adding verilog-mode.
4366 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4367
d64a438f
LL
43682012-04-21 Leo Liu <sdl.web@gmail.com>
4369
7dd51bf1 4370 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4371
081e8d65
MV
43722012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4373
4374 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4375 filling of the last column of a table (Bug#5635).
4376 (woman-find-next-control-line): New arg, specifying an additional
4377 regexp component for the control line.
4378 (woman2-roff-buffer): Use it.
4379 (woman-break-table): New function.
4380 (woman2-TS): Use it.
4381
43822012-04-21 Chong Yidong <cyd@gnu.org>
4383
4384 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4385 (woman-horizontal-escapes, woman-negative-vertical-space)
4386 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4387 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4388
ed571ccb
SM
43892012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * minibuffer.el (completion-file-name-table): Complete user names.
4392
39773899
LL
43932012-04-20 Leo Liu <sdl.web@gmail.com>
4394
4395 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4396 and pcase-let*.
4397
de6ff46d
CY
43982012-04-20 Chong Yidong <cyd@gnu.org>
4399
4400 * server.el (server-execute): Respect initial-buffer-choice if it
4401 is a string and there are no files to open (Bug#2825).
4402 (server-create-window-system-frame, server-create-tty-frame):
4403 Don't switch buffers here.
2d0e8e61
CY
4404 (server-process-filter): Only try to open a window system frame if
4405 compiled with graphical support (Bug#8314).
de6ff46d 4406
54071013
DN
44072012-04-20 Dan Nicolaescu <dann@gnu.org>
4408
4409 * battery.el (battery-echo-area-format): Display remaining time
4410 for sysfs backend too (Bug#11269).
4411 (battery-linux-sysfs): Fix conditional for the charge.
4412
f30d612a
CY
44132012-04-20 Chong Yidong <cyd@gnu.org>
4414
c07a4c0b 4415 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4416 (gdb-inferior-io--init-proc): New function.
4417 (gdb-init-1): Use it.
4418 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4419 responsible for allocating a new pty and hooking it to gdb when
4420 the old pty gets an EIO due to process exit.
4421 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4422 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4423 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4424
2116e93c
EZ
44252012-04-20 Eli Zaretskii <eliz@gnu.org>
4426
4427 * window.el (window-min-size, window-sizable, window-min-delta)
4428 (window-max-delta, window--resizable, window-resizable)
4429 (window-total-size, window-full-height-p, window-full-width-p)
4430 (window-in-direction, window--resize-mini-window, window-resize)
4431 (window--resize-child-windows-normal)
4432 (window--resize-child-windows, window--resize-siblings)
4433 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4434 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4435
c07a4c0b 44362012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4437
ef24141c
SM
4438 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4439 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4440 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4441 pty process (Bug#11273).
4442 (gdb-update): New arg to suppress talking to the gdb process.
4443 (gdb-done-or-error): Use it.
4444 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4445 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4446 sentinel not being called.
4447
4448 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4449
d02766ab
CY
4450 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4451
c07a4c0b 44522012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4453
4454 * net/network-stream.el (open-network-stream): Doc fix.
4455
c07a4c0b 44562012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4457
4458 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4459
c07a4c0b 44602012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4461
4462 Ensure searching for keywords is case sensitive.
4463
4464 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4465 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4466 (c-defun-name, c-mark-function, c-cpp-define-name)
4467 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4468 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4469
ef24141c
SM
4470 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4471 Bind case-fold-search to nil.
f0f6bc35 4472
c07a4c0b 44732012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4474
4475 * mail/sendmail.el (mail-bury): Call return action with the right
4476 Rmail buffer (Bug#11242).
4477
9a864fa2
CY
4478 * server.el (server-process-filter): Handle corner case where both
4479 tty and nowait options are present (Bug#11102).
4480
539aa513
EZ
44812012-04-20 Eli Zaretskii <eliz@gnu.org>
4482
4483 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4484 (top level): Put into the executable the ident-style '$Id:' tag on
4485 windows-nt as well.
539aa513 4486
cfc7d5da
SM
44872012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * electric.el (electric-indent-post-self-insert-function): Check that
4490 electric-indent-mode is enabled in current buffer.
4491
5b01685c
JB
44922012-04-19 Juanma Barranquero <lekktu@gmail.com>
4493
4494 * imenu.el (imenu-progress-message): Restore; it is "used" in
4495 erc/erc-imenu.el and net/snmp-mode.el.
4496
4d6769e1
JB
44972012-04-19 Juanma Barranquero <lekktu@gmail.com>
4498
4499 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4500 (mouse-avoidance-nudge-mouse): Remove unused binding.
4501
4502 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4503
4504 * descr-text.el (describe-char):
4505 * progmodes/python.el (python-describe-symbol):
4506 Don't call `toggle-read-only', set `buffer-read-only'.
4507
4508 * imenu.el (imenu-default-goto-function): Mark unused args.
4509 (imenu-progress-message): Remove obsolete macro; all callers changed.
4510
4511 * subr.el (keymap-canonicalize): Remove unused binding.
4512 (read-passwd): Mark unused arg.
4513
4514 * tutorial.el (tutorial--display-changes): Remove unused binding.
4515 (tutorial--save-tutorial-to): Remove unused variable.
4516
4517 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4518 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4519 (package-generate-autoloads, package-menu--generate)
4520 (package-menu--find-upgrades): Remove unused bindings.
4521
4522 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4523 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4524 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4525 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4526 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4527 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4528 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4529 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4530 (cua-delete-char-rectangle): Mark unused args.
4531 (cua-align-rectangle): Remove unused binding.
4532
4533 * mail/rmail.el (compilation--message->loc)
4534 (epa--find-coding-system-for-mime-charset): Declare.
4535
4536 * net/dbus.el (dbus-register-service): Declare.
4537 (dbus-name-owner-changed-handler): Remove unused binding.
4538
4539 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4540 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4541 (nxml-scan-backward-within): Mark unused arg.
4542 (nxml-dynamic-markup-word): Remove unused binding.
4543
4544 * mouse.el (mouse-menu-major-mode-map):
4545 * emacs-lisp/authors.el (authors-scan-change-log)
4546 (authors-add-to-author-list):
4547 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4548 * emacs-lisp/smie.el (smie-auto-fill):
4549 * mail/sendmail.el (mail-bury):
4550 * mail/unrmail.el (unrmail):
4551 * net/tls.el (open-tls-stream):
4552 * textmodes/picture.el (picture-mouse-set-point):
4553 Remove unused bindings.
4554
8c8fc5df
MA
45552012-04-19 Michael Albinus <michael.albinus@gmx.de>
4556
4557 * net/tramp.el (tramp-action-password): Let-bind
4558 `enable-recursive-minibuffers' to t.
4559
a77b0ac9
SS
45602012-04-18 Sam Steingold <sds@gnu.org>
4561
4562 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4563 instead of 'string to accommodate values like [f11].
4564 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4565 * progmodes/gdb-mi.el: Likewise.
4566
12a106a9
LL
45672012-04-18 Leo Liu <sdl.web@gmail.com>
4568
4569 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4570 current buffer.
4571 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4572 LOCAL is nil.
4573
bc6494ef
CY
45742012-04-18 Chong Yidong <cyd@gnu.org>
4575
4576 * simple.el (line-move): Use forward-line if in batch mode
4577 (Bug#11053).
4578
c09c46b2
CS
45792012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4580
4581 * files.el (after-find-file): Do not try to add a final newline if
4582 the buffer is read-only (Bug#11156).
4583
5f6530ea
RS
45842012-04-17 Richard Stallman <rms@gnu.org>
4585
4586 * mail/rmail.el (rmail-start-mail):
4587 Pass (rmail-mail-return...) for the return-action.
4588 Pass (rmail-yank-current-message...) for the yank-action.
4589 (rmail-yank-current-message): New function.
4590 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4591 (rmail-reply): Likewise.
4592 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4593
4594 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4595 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4596 buffer, not newbuf.
4597
197b6f3c
JB
45982012-04-17 Juanma Barranquero <lekktu@gmail.com>
4599
4600 * server.el (server-ensure-safe-dir): Simplify.
4601
2311d8e5 46022012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4603
2311d8e5
GM
4604 * emacs-lisp/smie.el: Provide smarter auto-filling.
4605 (smie-auto-fill): New function.
4606 (smie-setup): Use it.
98fb480e 4607
2311d8e5
GM
4608 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4609
46102012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4611
4612 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4613 (comment-indent): Use it.
4614
2311d8e5 46152012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4616
4617 * ses.el: The overall change is to add cell renaming, that is
4618 setting fancy names for cell symbols other than name matching
4619 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4620 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4621 (ses-create-cell-variable): New defun.
2311d8e5 4622 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4623 (ses-relocate-formula): Relocate formulas only for cells the
4624 symbols of which are not renamed, i.e. symbols whose names do not
4625 match regexp "\\`[A-Z]+[0-9]+\\'".
4626 (ses-relocate-all): Relocate values only for cells the symbols of
4627 which are not renamed.
4628 (ses-load): Create cells variables as the (ses-cell ...) are read,
4629 in order to check row col consistency with cell symbol name only
4630 for cells that are not renamed.
4631 (ses-replace-name-in-formula): New defun.
4632 (ses-rename-cell): New defun.
4bdf2ad2 4633
fc72b15c
PO
46342012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4635
4636 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4637 New option (bug#11118).
4638 (perl-calculate-indent): Respect it.
4639
12e10e61
GM
46402012-04-17 Glenn Morris <rgm@gnu.org>
4641
4642 * dired-aux.el (dired-mark-read-string): Doc fix.
4643
30009afd
DA
46442012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4645
4646 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4647 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4648
41f03f4d
GM
46492012-04-17 Glenn Morris <rgm@gnu.org>
4650
4651 * mouse.el (mouse-drag-track):
4652 * speedbar.el (speedbar-frame-mode):
4653 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4654
f45f90f3
LL
46552012-04-16 Leo Liu <sdl.web@gmail.com>
4656
4657 * progmodes/python.el: Trivial cleanup.
4658
94ee8db5
GM
46592012-04-16 Glenn Morris <rgm@gnu.org>
4660
121b8917
GM
4661 * vc/vc.el (vc-string-prefix-p):
4662 * vc/pcvs-util.el (cvs-string-prefix-p):
4663 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4664 * mpc.el (mpc-string-prefix-p):
4665 Make all of these into obsolete aliases for string-prefix-p.
4666 Update callers.
4667 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4668
1197ecfa
GM
4669 * textmodes/two-column.el: Move custom options to the start.
4670 (frame-width): Remove compat definition.
4671 (2C-associate-buffer, 2C-dissociate):
4672 Use with-current-buffer rather than save-excursion.
4673 (2C-dissociate): Force a mode-line update.
4674 (2C-autoscroll): Use ignore-errors.
4675
099e7202
GM
4676 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4677 Autoload trivia.
4678
bf350d6a
GM
4679 * emacs-lisp/cl-extra.el (*random-state*):
4680 Remove unnecessary declaration.
4681
0e829eab
GM
4682 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4683
e3ad7552
GM
4684 * play/cookie1.el (cookie-snarf):
4685 Give an explicit error if input file cannot be read.
4686
68892d27
GM
4687 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4688
20f0c46d
GM
4689 * progmodes/perl-mode.el (c-macro-expand):
4690 Remove unnecessary autoload (it is in loaddefs.el).
4691
5a0978ce
GM
4692 * textmodes/picture.el (picture-desired-column)
4693 (picture-update-desired-column): Convert comments to doc-strings.
4694 (picture-substitute): Remove function.
4695 (picture-mode-map): Initialize in the defvar.
4696
6b955486
GM
4697 * woman.el: Remove eval-after-load for tar-mode.
4698 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4699 (woman-tar-extract-file): Autoload it.
4700
94ee8db5
GM
4701 * frame.el (automatic-hscrolling): Make this alias obsolete.
4702
177eca34
AM
47032012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4704
090bd7cb 4705 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4706 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4707 (ispell-dictionary-base-alist): Revert to original XEmacs
4708 friendly version for default. [:alpha:] will be added in
090bd7cb 4709 `ispell-set-spellchecker-params' if needed.
177eca34 4710
c505aaeb
CY
47112012-04-16 Chong Yidong <cyd@gnu.org>
4712
b19dd9d1 4713 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4714 (imagemagick-register-types): Use it.
4715 (imagemagick-types-inhibit): Add :set function. Allow new value
4716 of t to inhibit all types.
4717
4718 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4719 so we can preload it.
4720
4721 * loadup.el (fboundp): Preload regexp-opt, needed by
4722 imagemagick-register-types.
4723
60efac0f
CY
47242012-04-15 Chong Yidong <cyd@gnu.org>
4725
4726 * frame.el (scrolling): Remove nearly unused customization group.
4727
4728 * scroll-all.el (scroll-all-mode): Move to windows group.
4729
5dd1713e
CY
47302012-04-15 Chong Yidong <cyd@gnu.org>
4731
4732 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4733
e6fd457e
CY
47342012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4737 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4738
e153c136
GM
47392012-04-15 Glenn Morris <rgm@gnu.org>
4740
4741 * simple.el (process-file-side-effects): Doc fix.
4742
e6fd457e 47432012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4744
4745 * international/mule-cmds.el (set-language-environment): Doc fix.
4746
3603c3b1
JB
47472012-04-14 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * server.el (server-auth-key, server-generate-key): Doc fixes.
4750 (server-get-auth-key): Doc fix. Use `string-match-p'.
4751 (server-start): Reflow docstring.
4752
e6de100c
LI
47532012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4754
4755 * server.el (server-generate-key): `called-interactively-p'
4756 requires a parameter.
4757
29734c21
MN
47582012-04-14 Michal Nazarewicz <mina86@mina86.com>
4759
4760 * server.el (server-auth-key): New variable.
75f1671a 4761 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4762 (server-start): Use the new variable and functions to allow
4763 setting a permanent server key (bug#9423).
4764
d65c9521
LL
47652012-04-14 Leo Liu <sdl.web@gmail.com>
4766
4767 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4768
5ae255c7
PE
47692012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4770
4771 Spelling fixes.
4772 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4773 Emacs uses American spelling.
4774
d5e6342e
JB
47752012-04-14 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4778 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4779 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4780 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4781
ab036cd7
SM
47822012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4783
4784 * progmodes/which-func.el (which-func-modes): Change default.
4785
35dc09a1 47862012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4787
4788 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4789 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4790
35dc09a1 47912012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4792
4793 * custom.el (custom-theme-set-variables): Doc fix.
4794
35dc09a1 47952012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4796
4797 * international/mule.el (set-auto-coding-for-load): Doc fix.
4798
35dc09a1 47992012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4800
35dc09a1
GM
4801 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4802 imenu work again for Objective C Mode. Correct the *-index values,
4803 these having been disturbed by a previous change in 2011-08.
57f845ee 4804
0de3da9f
AM
4805 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4806 Correct two search limits.
4807
35dc09a1 48082012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4809
4810 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4811
35dc09a1 48122012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4813
4814 * international/characters.el: Fix sorting.
4815
35dc09a1 48162012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4817
4818 * international/characters.el: Add more missing Latin case pairs.
4819
35dc09a1 48202012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4821
4822 * files.el (dir-locals-set-class-variables): Doc fix.
4823
35dc09a1 48242012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4825
3f1b5bf8
EZ
4826 * international/characters.el: Add set-case-syntax-pair call for
4827 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4828 counterpart. (Bug#11209)
4829
9f847f41
EZ
4830 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4831
35dc09a1 48322012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4833
4834 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4835
35dc09a1 48362012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4837
35dc09a1
GM
4838 * textmodes/ispell.el (ispell-dictionary-base-alist):
4839 Add data for Hebrew.
e2627d21 4840
35dc09a1 48412012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4842
35dc09a1
GM
4843 * net/rcirc.el (rcirc-cmd-quit):
4844 Revert 2012-03-18 change (Bug#11192).
5c14e333 4845
35dc09a1 48462012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4847
4848 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4849
35dc09a1 48502012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4851
4517fe3a
SM
4852 * minibuffer.el (completion-in-region-mode-map):
4853 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4854
b472a594
VD
48552012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4856
4857 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4858
09b95ce3
MY
48592012-04-13 Masatake YAMATO <yamato@redhat.com>
4860
4861 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4862 to allow `C-M-f' and `C-M-b' to move to the nearest path
4863 separator (bug#9511).
4864
4b63a9ca
LI
48652012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4866
4867 * avoid.el: Require cl when compiling. And also move the
4868 `provide' to the end.
4869
7b55b8bf
TV
48702012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4871
4872 * avoid.el (mouse-avoidance-banish-position): New variable.
4873 (mouse-avoidance-banish-destination): Use it (bug#10165).
4874
adedaa1f
LL
48752012-04-13 Leo Liu <sdl.web@gmail.com>
4876
4877 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4878
70e74021
KB
48792012-04-13 Ken Brown <kbrown@cornell.edu>
4880
4881 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4882 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4883 (browse-url-filename-alist): For the same reason, don't modify
4884 file:// URLs on Cygwin.
4885
e75e89ba
SM
48862012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4889 the region on shift if the binding is already shifted (bug#11221).
4890
82f289a4
GM
48912012-04-12 Glenn Morris <rgm@gnu.org>
4892
4893 * mail/mailpost.el: Move to obsolete/.
4894
d333dc4c
DA
48952012-04-12 Drew Adams <drew.adams@oracle.com>
4896
4897 * imenu.el (imenu--generic-function): Ignore invisible definitions
4898 (bug#10123).
4899
0d15b5ba
VD
49002012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4901
4902 * hexl.el (hexl-bits): New variable.
4903 (hexl-options): Mention the variable in the doc string.
75f1671a 4904 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4905 (hexl-mode): Mention the new variable.
75f1671a
JB
4906 (hexl-mode, hexl-current-address, hexl-current-address):
4907 Use the displen.
0d15b5ba
VD
4908 (hexl-ascii-start-column): New function.
4909 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4910 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4911
64a440db
AM
49122012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4913
4914 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4915 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4916 the encoding, as expected by hunspell.
4917
6decb6c2
SM
49182012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * battery.el (battery--linux-sysfs-regexp): New const.
4921 (battery-status-function): Use it. Remove yeeloong special case.
4922 (battery-yeeloong-sysfs): Remove.
4923 (battery-echo-area-format): Remove yeeloong special case.
4924
088be6fb
SM
49252012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4926
6622e416
SM
4927 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4928 Reported by Noah Friedman.
4929
088be6fb
SM
4930 * subr.el (read-passwd): Use read-string.
4931
b49f886e
LMI
49322012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4933
4934 * vcursor.el (vcursor-move): Increase the priority of the overlay
4935 (bug#9663).
4936
a63067fc
DD
49372012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4938
4939 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4940 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4941
ac3cf14a
WS
49422012-04-11 William Stevenson <yhvh2000@gmail.com>
4943
4944 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4945 define-minor-mode (bug#10760).
4946
c4fc691b 49472012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4948
4d6769e1 4949 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4950 that directories matching `grep-find-ignored-files' won't be
4951 pruned (bug#10351).
4952
af23e2e5
CY
49532012-04-11 Chong Yidong <cyd@gnu.org>
4954
4955 * startup.el (command-line): Remove support for long-obsolete
4956 variable font-lock-face-attributes.
4957
ab7ce8c1
GM
49582012-04-11 Glenn Morris <rgm@gnu.org>
4959
4960 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4961
de8c03dc
SM
49622012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * window.el (window--state-get-1): Obey window-point-insertion-type.
4965
050cc68b
LB
49662012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4967
4968 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4969 to previous function when point is on the first character of a
75f1671a 4970 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4971
a38c310c
GM
49722012-04-11 Glenn Morris <rgm@gnu.org>
4973
effed0c2
GM
4974 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4975 not just file-errors.
4976
a38c310c
GM
4977 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4978 (vc-bzr-sha1): Use internal sha1.
4979
0221e323
SM
49802012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4983
43956923
SG
49842012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4985
4986 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4987 that start in the middle of the line (bug#10496).
4988
6a8c9eaf
DN
49892012-04-10 Dan Nicolaescu <dann@gnu.org>
4990
4991 * battery.el (battery-linux-proc-acpi): Only one battery is
4992 discharged at a time, but that seems to confuse battery.el when
4993 computing `rate-type' for the battery not being discharged
4994 (bug#10332).
4995
1930bf5d
SM
49962012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4997
2a718f6f
SM
4998 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4999
599430d0
SM
5000 * international/quail.el: Use dolist and simplify.
5001 (quail-define-package, quail-update-keyboard-layout)
5002 (quail-define-rules): Use dolist.
5003 (quail-insert-kbd-layout, quail-get-translation): CSE.
5004
a2754b6c
SM
5005 * tmm.el: Use dolist, remove left over hook.
5006 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5007 Use dolist.
5008 (calendar-load-hook): Don't mess with it.
5009
1930bf5d
SM
5010 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5011 Use derived-mode-p. Run the diff asynchronously.
5012
9f67961c
LMI
50132012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5014
5015 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5016
2a8ce227
JB
50172012-04-10 Juanma Barranquero <lekktu@gmail.com>
5018
5019 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5020 (list-dynamic-libraries--loaded): New function.
5021 (list-dynamic-libraries--refresh): Use it.
5022
8f33b5f8
NW
50232012-04-10 Nathan Weizenbaum <nweiz@google.com>
5024
1930bf5d
SM
5025 * progmodes/python.el (python-fill-paragraph):
5026 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5027 disabled (bug#7018).
5028
b12f0439
L
50292012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5030
1930bf5d 5031 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5032 DOS/MS Windows for the Baltic languages. There are still plenty
5033 of texts written in this encoding/codepage (bug#6519).
b12f0439 5034
57c3bd01
GM
50352012-04-10 Glenn Morris <rgm@gnu.org>
5036
5037 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5038 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5039
6c3eab30
FA
50402012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5041
1930bf5d 5042 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5043 next-line "n" and previous-line "p" in order to make recentf more
5044 consistent with ibuffer, dired or org-mode (bug#9387).
5045
24d78a88
LMI
50462012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5047
bc72b5d9
LMI
5048 * image.el (put-image): Return the overlay created instead of the
5049 optional input string (bug#7834). Note that this may break code
5050 that is (for some reason or other) depending on `put-image'
5051 returning the string.
5052
bd2dba5a
LMI
5053 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5054
74beb59f
LMI
5055 * simple.el (zap-to-char): Allow zapping using input methods
5056 (bug#1580).
5057
24d78a88
LMI
5058 * textmodes/fill.el (fill-region): Leave point and mark where they
5059 were before filling (bug#5399).
5060
263f20cd
GM
50612012-04-09 Glenn Morris <rgm@gnu.org>
5062
5063 * version.el (emacs-bzr-get-version):
5064 Handle lightweight checkouts of local branches.
5065
58d1f797
AS
50662012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5067
263f20cd 5068 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5069
b4d3bc10
CY
50702012-04-09 Chong Yidong <cyd@gnu.org>
5071
5072 * custom.el (custom-variable-p): Return nil for non-symbol
5073 arguments instead of signaling an error.
5074 (user-variable-p): Obsolete alias for custom-variable-p.
5075
5076 * apropos.el (apropos-variable):
5077 * files-x.el (read-file-local-variable):
5078 * simple.el (set-variable):
5079 * woman.el (woman-mini-help):
5080 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5081
fd06db5d
GM
50822012-04-09 Glenn Morris <rgm@gnu.org>
5083
e5fcdb5e
GM
5084 * startup.el (normal-top-level): Don't look for leim-list.el
5085 in places where it will not be found. (Bug#910)
5086
fd06db5d
GM
5087 * international/mule-cmds.el (set-default-coding-systems):
5088 * files.el (normal-mode):
5089 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5090 This function was removed with ucs-tables.el in 2008.
5091
b39bb7e1
EZ
50922012-04-08 Eli Zaretskii <eliz@gnu.org>
5093
5094 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5095 ispell-encoding8-command to "-i", without a trailing space.
5096 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5097 separate command-line arguments, to specify the encoding, since
5098 that's how hunspell expects it.
5099
5c5b8e23
GM
51002012-04-08 Glenn Morris <rgm@gnu.org>
5101
5102 * loadup.el: Load bindings before cus-start.
5103 This reduces somewhat the number of "rogue" settings in emacs -Q.
5104
a1ed8b05
GM
51052012-04-07 Glenn Morris <rgm@gnu.org>
5106
5107 * version.el (emacs-bzr-get-version): New function.
dfae128a 5108 (emacs-bzr-version): New variable.
a1ed8b05
GM
5109 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5110 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5111
b142f158
EZ
51122012-04-07 Eli Zaretskii <eliz@gnu.org>
5113
dfae128a
GM
5114 * international/uni-bidi.el, international/uni-category.el:
5115 * international/uni-combining.el, international/uni-decimal.el:
5116 * international/uni-decomposition.el, international/uni-digit.el:
5117 * international/uni-lowercase.el, international/uni-mirrored.el:
5118 * international/uni-name.el, international/uni-numeric.el:
5119 * international/uni-titlecase.el, international/uni-uppercase.el:
5120 Update for Unicode 6.1.
b142f158 5121
9078ead6
EZ
51222012-04-07 Eli Zaretskii <eliz@gnu.org>
5123
5124 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5125
f23d2c7d
LMI
51262012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5127
5128 * window.el (shrink-window): Mention the `window-min-height'
5129 variable in the doc string.
5130
0a0a3573
BG
51312012-04-05 Bastien Guerry <bzg@altern.org>
5132
5133 * color.el (color-lighten-name): Fix typo.
5134
e5248ac9
SM
51352012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5136
5137 * server.el (server--on-display-p): New function.
5138 (server--on-display-p): Use it.
5139
b4243e22
GV
51402012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5141
5142 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5143 (bug#11145).
5144
305d9f44
SM
51452012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * comint.el (comint--common-quoted-suffix): Check string boundary
5148 before comparing (bug#11158).
5149 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5150
3d439cd1
CY
51512012-04-04 Chong Yidong <cyd@gnu.org>
5152
321cc491
CY
5153 * minibuffer.el (completion-extra-properties): Doc fix.
5154
3d439cd1
CY
5155 * subr.el (delayed-warnings-hook): Doc fix.
5156
2d562c0f
DU
51572012-04-04 Daiki Ueno <ueno@unixuser.org>
5158
5159 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5160 selection (Bug#11159).
5161 (epa-insert-keys): Inform that the default public key will be
5162 exported if no key is selected.
5163
4443f204
RS
51642012-04-04 Richard Stallman <rms@gnu.org>
5165
5166 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5167
529c06b6
CY
51682012-04-03 Chong Yidong <cyd@gnu.org>
5169
5170 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5171 mail-insert-file, not its obsolete alias mail-attach-file.
5172
66b907dc
MA
51732012-04-03 Michael Albinus <michael.albinus@gmx.de>
5174
5175 * notifications.el (notifications-notify): Fix docstring.
5176
c0ea195d
GM
51772012-04-02 Glenn Morris <rgm@gnu.org>
5178
5179 * emacs-lisp/authors.el (authors-aliases): Another addition.
5180
5ca64e00
MA
51812012-04-02 Michael Albinus <michael.albinus@gmx.de>
5182
5183 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5184 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5185 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5186
42ee526b
CY
51872012-04-01 Chong Yidong <cyd@gnu.org>
5188
5189 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5190 Handle root directory properly.
5191 (copy-directory): Caller changed.
5192
5193 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5194 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5195
0b021094
GM
51962012-03-31 Glenn Morris <rgm@gnu.org>
5197
40f86458
GM
5198 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5199
7019c177
GM
5200 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5201
a1daddd6
GM
5202 * calendar/calendar.el (calendar-window-list)
5203 (calendar-hide-window): Restore. (Bug#11140)
5204 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5205
0b021094
GM
5206 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5207
40311efc
TV
52082012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5209
5210 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5211 Check if file is a symlink (Bug#10489).
5212
5213 * files.el (copy-directory): Likewise.
5214
5319014e
CY
52152012-03-30 Chong Yidong <cyd@gnu.org>
5216
5217 * image.el (imagemagick-types-inhibit)
5218 (imagemagick-register-types): Doc fix.
5219
935d1290
AM
52202012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5221
090bd7cb 5222 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5223 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5224 and treats ~word as ordinary words in pipe mode.
935d1290 5225
61c6e8fd
GM
52262012-03-30 Glenn Morris <rgm@gnu.org>
5227
5228 * tutorial.el (help-with-tutorial): Ensure local variables don't
5229 happen to make the buffer read-only. (Bug#11127)
5230
81fdff00
SM
52312012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5234 (perl-calculate-indent): Return `noindent' in strings.
5235
6e7a6ec0
SS
52362012-03-28 Sam Steingold <sds@gnu.org>
5237
5238 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5239 instead of the broken adhockery which does not prevent calendar
5240 buffers from being displayed at random after exit.
5241 (calendar-window-list, calendar-hide-window): Remove the broken
5242 adhockery.
5243
fee88ca0
GM
52442012-03-28 Glenn Morris <rgm@gnu.org>
5245
5246 * replace.el (query-replace-map): Doc fix.
5247
38de3354
AS
52482012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5249
5250 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5251 contents. (Bug#11109)
5252
b973155e
SM
52532012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5256 (bug#11077).
5257 (avl-tree--check, avl-tree--check-node): New funs.
5258
dcb6e7b3
MR
52592012-03-27 Martin Rudalics <rudalics@gmx.at>
5260
5261 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5262 (switch-to-prev-buffer, switch-to-next-buffer):
5263 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5264 showing a buffer already is done on the same frame.
5265
b4fa35fa
GM
52662012-03-27 Glenn Morris <rgm@gnu.org>
5267
5268 * startup.el (mail-host-address): Doc fix.
5269
f9210e18
SM
52702012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5273 than 197 variables.
5274
c0bf7753
AF
52752012-03-26 Ami Fischman <ami@fischman.org>
5276
5277 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5278
33da7b16
GM
52792012-03-26 Glenn Morris <rgm@gnu.org>
5280
02243d9d
GM
5281 * files.el (save-buffers-kill-emacs): Doc fix.
5282
33da7b16
GM
5283 * startup.el (normal-top-level, command-line, command-line-1):
5284 Give them doc strings.
5285
e5a69fd0
EZ
52862012-03-25 Eli Zaretskii <eliz@gnu.org>
5287
5288 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5289 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5290
9a69676a
CY
52912012-03-25 Chong Yidong <cyd@gnu.org>
5292
4125cb8b
CY
5293 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5294 theme if it was previously enabled before (Bug#11031).
5295
dd470960
CY
5296 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5297 spec with custom-face-get-current-spec if its :shown-value is not
5298 determined yet (Bug#9337).
4125cb8b 5299 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5300
9a69676a
CY
5301 * button.el (button-at): Minor addition to docstring.
5302
6e7e90fa
SL
53032012-03-24 Simon Leinen <simon.leinen@gmail.com>
5304
5305 * vc/vc.el (vc-merge): Fix a prompt.
5306
f06e2758
CY
53072012-03-24 Chong Yidong <cyd@gnu.org>
5308
5309 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5310 point (Bug#9623).
5311
6e7e90fa
SL
5312 * button.el (button-at): Minor addition to docstring.
5313
b9d0879b
SM
53142012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * newcomment.el (comment-choose-indent): No space after BOL.
5317
e71cebb3
SS
53182012-03-22 Sam Steingold <sds@gnu.org>
5319
5320 * window.el (switch-to-prev-buffer): Revert last patch because the
5321 bug turned out to be an advertised feature (Elisp manual 28.14).
5322
335aff35
GM
53232012-03-22 Glenn Morris <rgm@gnu.org>
5324
5325 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5326 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5327
c676576a
LMI
53282012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5329
5330 * net/network-stream.el (network-stream-open-starttls): Make error
5331 message under Windows be less misleading.
5332
126f3d39
LW
53332012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5334
5335 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5336 understands (bug#9942).
5337
64fee311
CY
53382012-03-22 Chong Yidong <cyd@gnu.org>
5339
5340 * simple.el (end-of-visible-line): Handle return value of
5341 next-single-property-change properly (Bug#9371).
5342
a640d29a
KH
53432012-03-22 Kenichi Handa <handa@m17n.org>
5344
5345 * international/quail.el (quail-insert-kbd-layout): Fix previous
5346 change. To avoid unwanted bidi reordering, use
5347 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5348
39675016
DG
53492012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5350
5351 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5352 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5353 (ruby-beginning-of-indent): Be more careful with the difference
5354 between word-boundary and symbol boundary.
5355 (ruby-mode-syntax-table): Make : a symbol constituent.
5356
0a6934fc 53572012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5358
3d008e4f
SM
5359 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5360
0a6934fc
SM
53612012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5362
af67c9d7
SM
5363 * progmodes/etags.el (tags-completion-at-point-function):
5364 Improve last fix.
5365
1acad97c
SM
5366 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5367
e298b5da
SS
53682012-03-21 Sam Steingold <sds@gnu.org>
5369
5370 * progmodes/etags.el (tags-completion-at-point-function):
5371 Avoid the error when point is inside the pattern.
5372
91d82a70
JY
53732012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5374
5375 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5376 line (Bug#10855).
5377
69188b79
CY
53782012-03-21 Drew Adams <drew.adams@oracle.com>
5379
5380 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5381
99fc91fe
AK
53822012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5383
5384 * ido.el (ido-set-current-directory, ido-read-internal)
5385 (ido-choose-completion-string, ido-completion-help): Handle nil
5386 value of ido-completion-buffer (Bug#11008).
5387
087bbb4c
SS
53882012-03-21 Sam Steingold <sds@gnu.org>
5389
5390 * window.el (switch-to-prev-buffer): Do not switch to a visible
5391 window previous buffer, just like with the frame previous buffers.
5392
fb5b8aca
CY
53932012-03-21 Chong Yidong <cyd@gnu.org>
5394
5395 * faces.el (make-face, make-empty-face, copy-face):
5396 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5397 Doc fixes.
5398
dc9924b8
SM
53992012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5402 (widget-complete): Remove broken use of it.
5403
f0bcceb9
CY
54042012-03-20 Chong Yidong <cyd@gnu.org>
5405
dc9924b8
SM
5406 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5407 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5408 characters.
5409
ee52ebf3
TH
54102012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5411
5412 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5413 to draw rectangles, not squares. (Regression introduced by revno
5414 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5415
4c5779ab
CY
54162012-03-18 Chong Yidong <cyd@gnu.org>
5417
5418 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5419 it is not yet defined (for temacs).
5420
15360934
LL
54212012-03-18 Leo Liu <sdl.web@gmail.com>
5422
dc9924b8 5423 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5424
d9a8eb66
EZ
54252012-03-17 Eli Zaretskii <eliz@gnu.org>
5426
5427 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5428 (ispell-choices-win-default-height, ispell-silently-savep)
5429 (ispell-dictionary-alist, ispell-encoding8-command)
5430 (ispell-check-version, ispell-aspell-find-dictionary)
5431 (ispell-valid-dictionary-list, ispell-words-keyword)
5432 (ispell-get-word, ispell-internal-change-dictionary)
5433 (ispell-region, ispell-skip-region-list)
5434 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5435 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5436 (ispell-message-text-end, ispell-message)
5437 (ispell-buffer-local-parsing): Doc fix.
5438
f02ff80d
J
54392012-03-13 Jambunathan K <kjambunathan@gmail.com>
5440
5441 * htmlfontify.el: Add support for code block fontification for ODT
5442 export (Bug #9914).
5443 (hfy-optimisations): Define new option
5444 `body-text-only'
5445 (hfy-fontify-buffer): Honor above setting.
5446 (hfy-begin-span, hfy-end-span): New routines factored out form
5447 `hfy-fontify-buffer'.
5448 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5449 that permit insertion of custom tags.
5450 (hfy-fontify-buffer): Use above handlers.
5451 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5452 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5453 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5454 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5455 bind a special variable `hfy-user-sheet-assoc'.
5456 (htmlfontify-string): New defun.
5457 (hfy-compile-face-map): Make sure that the last char in the
5458 buffer is correctly fontified.
5459 (hfy-face-resolve-face): Whitespace only change.
5460
9ac7a13f
EZ
54612012-03-17 Eli Zaretskii <eliz@gnu.org>
5462
5463 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5464 message more clear.
5465
e2b5bdd7
LL
54662012-03-16 Leo Liu <sdl.web@gmail.com>
5467
5468 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5469
2e492df3
AM
54702012-03-16 Alan Mackenzie <acm@muc.de>
5471
5472 Further optimise the handling of large macros.
5473
5474 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5475 limit to a call of `c-literal-limits'.
5476 (c-determine-+ve-limit): New function.
dc9924b8
SM
5477 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5478 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5479 In CASE 5B, restrict a search limit to 500.
5480 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5481
5482 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5483 Restrict macro bounds to +-500 from after-change's BEG END.
5484
50e94f0c
LL
54852012-03-16 Leo Liu <sdl.web@gmail.com>
5486
5487 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5488
6f09f6ed
AH
54892012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5490
5491 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5492 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5493
c7e73d51
GM
54942012-03-16 Glenn Morris <rgm@gnu.org>
5495
da986230
GM
5496 * view.el (view-buffer, view-buffer-other-window)
5497 (view-buffer-other-frame): Doc fixes re special mode-class.
5498
0835f01e
GM
5499 * subr.el (eval-after-load): If named feature is provided not from
5500 a file, run after-load forms. (Bug#10946)
5501
c7e73d51
GM
5502 * calendar/calendar.el (calendar-insert-at-column):
5503 Handle non-unit-width characters a bit better. (Bug#10978)
5504
3f2eafd1
CY
55052012-03-15 Chong Yidong <cyd@gnu.org>
5506
5507 * emacs-lisp/ring.el (ring-extend): New function.
5508 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5509
5510 * comint.el (comint-read-input-ring)
5511 (comint-add-to-input-history): Grow comint-input-ring lazily.
5512
103af3fe
SM
55132012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5514
663b1677
SM
5515 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5516 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5517
103af3fe
SM
5518 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5519 (imenu-add-to-menubar): Don't add a redundant index.
5520 (imenu-update-menubar): Handle a dynamically composed keymap.
5521
899cb7cb
KY
55222012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5523
5524 * mail/sendmail.el (mail-encode-header):
5525 Bind rfc2047-encode-encoded-words to nil.
5526
3809f91d
GM
55272012-03-13 Glenn Morris <rgm@gnu.org>
5528
5529 * calendar/calendar.el (calendar-string-spread):
5530 Handle non-unit-width characters a bit better. (Bug#10978)
5531
9e345a01
LL
55322012-03-13 Leo Liu <sdl.web@gmail.com>
5533
5534 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5535 directory and file as argument (Bug#10822).
5536
4a07df36
KS
55372012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5538
5539 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5540 For dynamically generated code, follow $PC.
5541 (gdb-disassembly-handler-custom): Handle no function name case.
5542
4aaa9356
TL
55432012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5544
5545 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5546 * emulation/ws-mode.el (ws-query-replace):
5547 * sort.el (sort-regexp-fields):
5548 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5549
225979da
SM
55502012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * dabbrev.el: Fix cycle completion order (bug#10963).
5553 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5554 (dabbrev-completion): Don't use an obarray; provide
5555 a cycle-sort-function.
5556
e2f1fdab
LL
55572012-03-12 Leo Liu <sdl.web@gmail.com>
5558
dc9924b8 5559 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5560 (kill-do-not-save-duplicates): Doc fix.
5561
b19490ed
SM
55622012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * dabbrev.el: Fix cycle completion (bug#10963).
5565 Use lexical binding and wrap to 80 columns.
5566 (dabbrev-completion): Delay computing the list of completions.
5567
4b05d722
KH
55682012-03-12 Kenichi Handa <handa@m17n.org>
5569
5570 * international/quail.el (quail-insert-kbd-layout): Surround each
5571 row by LRO and PDF instead of inserting many LRMs. Pad the left
5572 and right of each non-spacing marks. Insert invisible space
5573 between lower and upper characters to prevent composition.
5574
dbbc2e69
SM
55752012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5576
5577 * minibuffer.el (minibuffer-complete): Don't get confused when the
5578 function is run twice via different commands (bug#10958).
5579 (complete-with-action): Fix docstring.
5580
292112ed
CY
55812012-03-12 Chong Yidong <cyd@gnu.org>
5582
5d1ac394
CY
5583 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5584 (nxml-completion-at-point-function): New function.
5585 (nxml-mode): Use it.
5586 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5587
292112ed
CY
5588 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5589 Load generated autoloads file before byte compiling (Bug#10970).
5590 (package--make-autoloads-and-compile): New helper fun.
5591
4098f8f7
CS
55922012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5593
5594 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5595
8f754691
MA
55962012-03-11 Michael Albinus <michael.albinus@gmx.de>
5597
5598 * autorevert.el (auto-revert-handler): Ensure, that
5599 file-readable-p is applied only for local files or in
5600 auto-revert-tail-mode.
5601
e29ab36b
AS
56022012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5603
dbbc2e69
SM
5604 * server.el (server-eval-at): Handle non-tcp connections.
5605 Decode result string.
ad0bf5b6 5606
e29ab36b
AS
5607 * server.el (server-msg-size): New constant.
5608 (server-reply-print): New function.
5609 (server-eval-and-print): Use it.
5610 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5611 Handle -print-nonl.
5612
de5939ba
CS
56132012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5614
5615 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5616 (Bug#10987).
5617
0c93eabf
CY
56182012-03-11 Chong Yidong <cyd@gnu.org>
5619
397a688f
CY
5620 * simple.el (goto-line): Doc fix (Bug#9938).
5621
2cc775f9
CY
5622 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5623
0c93eabf
CY
5624 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5625 when finished (Bug#10963).
5626
c491fa41
MR
56272012-03-11 Martin Rudalics <rudalics@gmx.at>
5628
5629 * window.el (split-window-below): Fix bug in case where
5630 split-window-keep-point is nil (Bug#10971).
5631
300e8fa5
JL
56322012-03-11 Juri Linkov <juri@jurta.org>
5633
5634 * replace.el (replace-highlight): Set isearch-word to nil
5635 unconditionally. (Bug#10887)
5636
dbf6c5a1
EZ
56372012-03-10 Eli Zaretskii <eliz@gnu.org>
5638
5639 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5640 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5641 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5642 (mairix-widget-create-query): Add usage information about mairix
5643 search forms: negating words, searching for substrings, etc.
5644
b9e501de
JP
56452012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5646
5647 * international/fontset.el (font-encoding-alist): Add an entry for
5648 ksx1001 (Bug#5667).
5649
92795c91
RS
56502012-03-10 Richard Stallman <rms@gnu.org>
5651
1694e6c1
RS
5652 * mail/sendmail.el (mail-encode-header):
5653 Set rfc2047-encode-encoded-words.
5654
607e8555
RS
5655 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5656
de3bc99a
RS
5657 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5658 view buffer means not swapped.
5659 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5660 (rmail-write-region-annotate): Error if real text has disappeared.
5661
92795c91
RS
5662 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5663
699bd04e
CY
56642012-03-10 Chong Yidong <cyd@gnu.org>
5665
5666 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5667 * emulation/cua-base.el (cua--init-keymaps):
5668 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5669
570a1714
MR
56702012-03-10 Martin Rudalics <rudalics@gmx.at>
5671
dbbc2e69
SM
5672 * speedbar.el (speedbar-unhighlight-one-tag-line):
5673 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5674
82dcf4e4
CY
56752012-03-10 Chong Yidong <cyd@gnu.org>
5676
7a2c7ca7
CY
5677 * minibuffer.el (completion-in-region, completion-help-at-point):
5678 Give the completion field overlay a high priority (Bug#6830).
5679
82dcf4e4
CY
5680 * dired.el (dired-goto-file): Recognize absolute file name
5681 listings (Bug#7126).
5682 (dired-goto-file-1): New helper function.
5683 (dired-toggle-read-only): Inhibit warnings.
5684
052e28ac
MA
56852012-03-09 Michael Albinus <michael.albinus@gmx.de>
5686
75f1671a 5687 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5688 there are no properties.
5689
95d5e396
LL
56902012-03-09 Leo Liu <sdl.web@gmail.com>
5691
5692 * savehist.el (savehist-printable): Stricter check for string
5693 value (Bug#10937).
5694
3f018d6d
EZ
56952012-03-09 Eli Zaretskii <eliz@gnu.org>
5696
dbbc2e69
SM
5697 * mail/smtpmail.el (smtpmail-send-it):
5698 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5699 valid mbox format.
5700
f7fd3d79
GM
57012012-03-09 Glenn Morris <rgm@gnu.org>
5702
5703 * files.el (dir-locals-find-file):
5704 Don't check result is regular, readable.
5705 (dir-locals-read-from-file): Demote errors.
5706
6ff6e72f
EZ
57072012-03-08 Eli Zaretskii <eliz@gnu.org>
5708
dbbc2e69
SM
5709 * international/quail.el (quail-insert-kbd-layout):
5710 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5711 layout cell, to prevent their reordering by bidi display engine.
5712 For details, see the discussion in
5713 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5714
9cec7834
AM
57152012-03-08 Alan Mackenzie <acm@muc.de>
5716
5717 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5718 the starting position; make it extend the marked region when
5719 invoked repeatedly - all under appropriate circumstances.
5720 Fixes bugs #5525, #10906.
5721
9a40b8d4
GM
57222012-03-08 Glenn Morris <rgm@gnu.org>
5723
5724 * files.el (locate-dominating-file, dir-locals-find-file):
5725 Undo 2012-03-06 change.
5726
7a08ed35
EZ
57272012-03-07 Eli Zaretskii <eliz@gnu.org>
5728
dbbc2e69
SM
5729 * international/quail.el (quail-help):
5730 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5731 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5732 for the reason.
5733
5aca4f71 57342012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5735
5736 Avoid superfluous registering of signals. (Bug#10807)
5737
5738 * notifications.el (notifications-on-action-object)
5739 (notifications-on-close-object): New defvars.
5740 (notifications-on-action-signal, notifications-on-closed-signal):
5741 Unregister the signal if not needed any longer.
5742 (notifications-notify): Register `notifications-action-signal' or
5743 `notifications-closed-signal', if :on-action or :on-close has been
5744 passed as argument.
5745
78e8b10a
CY
57462012-03-07 Chong Yidong <cyd@gnu.org>
5747
5748 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5749 non-X platforms.
5750
69481eb8
GM
57512012-03-06 Glenn Morris <rgm@gnu.org>
5752
5753 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5754 (x-disown-selection-internal, x-get-selection-internal):
5755 Doc fix (add arglist signatures). (Bug#10783)
5756
133b8e11
KS
57572012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5758
5759 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5760 Handle breakpoints with no "type".
5761
99a83064
GM
57622012-03-06 Glenn Morris <rgm@gnu.org>
5763
5764 * files.el (locate-dominating-file): Add optional predicate argument.
5765 (dir-locals-find-file): Make use of above change.
5766
17798e78
TTN
57672012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5768
5769 * info.el (Info-insert-dir): Also try "dir.gz".
5770
eb182446
GM
57712012-03-06 Glenn Morris <rgm@gnu.org>
5772
8f2114ee
GM
5773 * files.el (dir-locals-find-file):
5774 Ignore non-readable or non-regular files. (Bug#10928)
5775
eb182446
GM
5776 * files.el (locate-dominating-file): Doc fix.
5777
24679323
AS
57782012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5779
5780 * calendar/calendar.el (calendar-set-mode-line):
5781 `getenv' returns a string. (Bug#10951)
5782
01d972a9
LL
57832012-03-05 Leo Liu <sdl.web@gmail.com>
5784
109aa8a9
LL
5785 * simple.el (backward-delete-char-untabify): Constrain point to
5786 field (Bug#10939).
5787
01d972a9
LL
5788 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5789
10607bea
CY
57902012-03-05 Chong Yidong <cyd@gnu.org>
5791
5792 * simple.el (count-words): If called from Lisp, return the word
5793 count, for symmetry with `count-lines'. Arglist changed.
5794 (count-words--message): Args changed. Consolidate counting code
5795 from count-words and count-words-region.
5796 (count-words-region): Caller changed.
5797 (count-lines-region): Make it an obsolete alias.
5798
5dd11cfe
TH
57992012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5800
5801 * saveplace.el (save-place-to-alist)
5802 (save-place-ignore-files-regexp): Allow value nil to disable this
5803 feature.
5804
c349f4e6
CY
58052012-03-04 Chong Yidong <cyd@gnu.org>
5806
5807 * faces.el (face-spec-reset-face): For the default face, reset the
5808 attributes to default values (Bug#10748).
5809
e627be4c
LMI
58102012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5811
5812 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5813 previous patch: Check `message-send-mail-function', and not the
5814 default function (bug#10897).
5815
ebeabff4
MA
58162012-03-04 Michael Albinus <michael.albinus@gmx.de>
5817
a41a6cf4
MA
5818 * notifications.el (notifications-on-action-signal)
5819 (notifications-on-closed-signal): Check for unique service name of
5820 incoming event. Fix error in removing entry.
ebeabff4 5821 (top): Register for signals with wildcard service name.
a41a6cf4 5822 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5823
c1ca42b4
CY
58242012-03-04 Chong Yidong <cyd@gnu.org>
5825
dc9924b8 5826 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5827
ea16568d
GM
58282012-03-04 Glenn Morris <rgm@gnu.org>
5829
5830 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5831 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5832 (expand-abbrev, define-abbrev-table): Doc fixes.
5833
fbae4637
LMI
58342012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5835
5836 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5837 `message-default-send-mail-function' and not `send-mail-function'
5838 when doing the prompting for `sendmail-query-once' before sending
5839 in Message buffers (bug#10897).
5840
a1e7225c
LMI
5841 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5842 This is inconsistent with all the other stream functions, which leave
5843 the setting up to the higher levels (if so wanted) (bug#10931).
5844
56d093a9
AM
58452012-03-02 Alan Mackenzie <acm@muc.de>
5846
5847 Depessimize the handling of very large macros.
5848
5849 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5850 (c-macro-cache-syntactic): New variables to implement a one
5851 element macro cache.
5852 (c-invalidate-macro-cache): New function.
5853 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5854 Adapt to use the new cache.
5855 (c-state-safe-place): Use better the cache of safe positions.
5856 (c-state-semi-nonlit-pos-cache)
5857 (c-state-semi-nonlit-pos-cache-limit):
5858 New variables for...
5859 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5860 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5861 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5862 Use c-state-semi-safe-place.
56d093a9 5863
dbbc2e69
SM
5864 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5865 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5866
817e5c3d
MA
58672012-03-02 Michael Albinus <michael.albinus@gmx.de>
5868
dbbc2e69
SM
5869 * jka-compr.el (jka-compr-call-process):
5870 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5871 not remote.
5872
a032a702
MA
58732012-03-01 Michael Albinus <michael.albinus@gmx.de>
5874
5875 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5876 access of FILE2, if FILE1 does not exist.
5877
99a54f21
MA
5878 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5879 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5880
5881 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5882 Add "PAGER=" to `process-environment'.
5883
f6561e1f
MM
58842012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5885
5886 * progmodes/sql.el: Bug fix
5887 (sql-get-login-ext): Save login values in globals.
5888 (sql-get-login): Use new version of `sql-get-login-ext'.
5889 (sql-interactive-mode): Set global `sql-connection' to nil.
5890 (sql-connect): Set global values for connection.
5891 (sql-product-interactive): Save global values as buffer local.
5892
2d44d9cc
LL
58932012-02-29 Leo Liu <sdl.web@gmail.com>
5894
5895 * abbrev.el (define-abbrevs): Reset sys to nil.
5896
96b49301 58972012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5898
bf7f9bc5
JB
5899 * files.el (file-equal-p): Rename from `files-equal-p'.
5900 Return nil when one or both files don't exist.
96b49301 5901 (file-subdir-of-p): Now only top directory must exists,
5902 return nil if it doesn't.
bf7f9bc5
JB
5903 (copy-directory): No need to test with `file-subdir-of-p' after
5904 creating dir.
5905 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5906 to `file-equal-p'.
96b49301 5907
44e97401
GM
59082012-02-28 Glenn Morris <rgm@gnu.org>
5909
5910 * shell.el (shell-mode):
5911 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5912 * play/landmark.el (landmark-font-lock-face-O):
5913 * play/handwrite.el (handwrite):
5914 * play/gomoku.el (gomoku-O):
5915 * net/browse-url.el (browse-url-browser-display):
5916 * international/mule.el (define-charset):
5917 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5918 * filesets.el (filesets-find-file-delay):
5919 * eshell/em-xtra.el (eshell-xtra):
5920 * eshell/em-unix.el (eshell-grep):
5921 * emulation/viper.el (viper-mode):
5922 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5923 * emacs-lisp/easymenu.el (easy-menu-define):
5924 * calendar/timeclock.el (timeclock-use-display-time):
5925 * bs.el (bs-mode):
5926 * bookmark.el (bookmark-save-flag):
5927 Doc fix (standardize possessive apostrophe usage).
5928
c98c6276
CY
59292012-02-27 Chong Yidong <cyd@gnu.org>
5930
bf7f9bc5
JB
5931 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5932 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5933
c98c6276
CY
5934 * font-lock.el (font-lock-specified-p): Rename from
5935 font-lock-spec-present. Callers changed.
5936
9c62cd04 59372012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5938
bf7f9bc5
JB
5939 * emacs-lisp/package.el (package-compute-transaction):
5940 Handle holding a package version to t in package-load-list.
8ac9e529 5941
530739c9
MA
59422012-02-26 Michael Albinus <michael.albinus@gmx.de>
5943
5944 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5945 (tramp-get-inode, tramp-get-device): Use cached values.
5946
487915d7
AM
59472012-02-26 Alan Mackenzie <acm@muc.de>
5948
5949 Check there is a font-lock specification before doing initial
5950 fontification.
5951
5952 * font-core.el (font-lock-mode): Move the conditional from
5953 :after-hook to font-lock-initial-fontify.
5954 (font-lock-default-function): Move the check for a specification
5955 to font-lock-spec-present.
5956
dc9924b8 5957 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5958 (font-lock-spec-present): New function.
5959
4fd96557
JB
59602012-02-26 Jim Blandy <jimb@red-bean.com>
5961
5962 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5963 (gdb-send): Apply it to the operand of the '-interpreter-exec
5964 console' command, so that we can pass arguments with (say) quotes
5965 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5966
9a4888c0
CY
59672012-02-26 Chong Yidong <cyd@gnu.org>
5968
07498861
CY
5969 * help-fns.el (describe-function-1): Clarify description of
5970 remapping (Bug#10844).
5971
9a4888c0
CY
5972 * files.el (files-equal-p): Doc fix.
5973 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5974 and quit the loop once a mismatch is found.
5975
ea8fb88d
JB
59762012-02-25 Juanma Barranquero <lekktu@gmail.com>
5977
5978 * bs.el (bs--show-with-configuration): Don't throw an error
5979 if the window cannot be split; otherwise, subsequent calls to
5980 bs-show fail, restoring a stale window config. (Bug#10882)
5981
525795c1
JD
59822012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5983
5984 * term/ns-win.el (global-map): Bind ns-drag-file to
5985 ns-find-file (Bug#5855, Bug#10050).
5986
f008086f
AS
59872012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5988
5989 * calendar/parse-time.el (parse-time-string): Allow extractor to
5990 return nil.
5991
a3fcfa99
MA
59922012-02-25 Michael Albinus <michael.albinus@gmx.de>
5993
91027d08
JB
5994 * net/tramp.el (tramp-file-name-for-operation):
5995 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5996
5997 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5998 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5999 Add COPY-CONTENTS argument.
a3fcfa99 6000
67b0de11
CY
60012012-02-25 Chong Yidong <cyd@gnu.org>
6002
6003 Add custom groups for VC backends, for consistency with vc-bzr.
6004
6005 * vc/vc-arch.el (vc-arch):
6006 * vc/vc-cvs.el (vc-cvs):
6007 * vc/vc-git.el (vc-git):
6008 * vc/vc-hg.el (vc-hg):
6009 * vc/vc-mtn.el (vc-mtn):
6010 * vc/vc-rcs.el (vc-rcs):
6011 * vc/vc-sccs.el (vc-sccs):
6012 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6013 All relevant defcustoms reassigned.
6014
3c9dfce6
CY
60152012-02-25 Chong Yidong <cyd@gnu.org>
6016
1339bf43
CY
6017 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6018
3c9dfce6
CY
6019 * term/x-win.el (x-initialize-window-system): Reduce default for
6020 x-selection-timeout to 5 seconds (Bug#8869).
6021
25b2e303 60222012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6023
ec70a47d
GM
6024 * files.el (files-equal-p, file-subdir-of-p): New functions.
6025 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6026 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6027 * dired-aux.el (dired-copy-file-recursive): Same.
6028 (dired-create-files): Modify destination when source is equal to
6029 dest when copying files.
53a46cd0 6030 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6031
914260cd
MA
60322012-02-24 Michael Albinus <michael.albinus@gmx.de>
6033
6034 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6035 (Bug#10874)
6036
2cb228f7
AM
60372012-02-23 Alan Mackenzie <acm@muc.de>
6038
6039 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6040 parameter "after-hook:" to allow the expansion to run code after
6041 the execution of the mode hooks.
6042
6043 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6044 from font-lock-mode-internal.
2cb228f7 6045
91027d08 6046 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6047 :after-hook.
6048
8f0fde21
SM
60492012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6050
3e88618b
SM
6051 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6052 (completion--cache-all-sorted-completions): New function.
6053 (completion-all-sorted-completions): Use it.
6054 (completion--do-completion, minibuffer-force-complete):
6055 Use it to re-instate the flush hook.
6056
8f0fde21
SM
6057 * icomplete.el (icomplete-completions): Replace last fix with a better
6058 one (bug#10850).
6059
8e911f6f
DG
60602012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6061
6062 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6063 when it might call us back infinitely (bug#10797).
6064
49fe4321
GM
60652012-02-23 Glenn Morris <rgm@gnu.org>
6066
6067 * minibuffer.el (completion-category-overrides): Doc fix.
6068
b291b572
SM
60692012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6072 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6073
31a9ef2e
GM
60742012-02-23 Glenn Morris <rgm@gnu.org>
6075
5e6e6794 6076 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6077 (authors-obsolete-files-regexps, authors-ignored-files)
6078 (authors-ambiguous-files, authors-renamed-files-alist):
6079 Add more entries.
6080
0bd1e074
JL
60812012-02-23 Juri Linkov <juri@jurta.org>
6082
6083 * isearch.el (isearch-occur): Sync interactive spec with occur's
6084 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6085
b617673c
JL
6086 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6087
19e9789e
JL
60882012-02-22 Juri Linkov <juri@jurta.org>
6089
6090 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6091 (ucs-insert): Doc fix. Check for hex digits in the string.
6092 Don't display `nil' in the error message. (Bug#10857)
6093
f41ce09d
AM
60942012-02-22 Alan Mackenzie <acm@muc.de>
6095
7a71b18d 6096 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6097
ac2eceee
GM
60982012-02-22 Glenn Morris <rgm@gnu.org>
6099
6100 * ffap.el (ffap-c-path):
6101 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6102
abd1f678
CY
61032012-02-22 Chong Yidong <cyd@gnu.org>
6104
6105 * custom.el (load-theme): Doc fix.
6106
f25aef2e
GM
61072012-02-22 Glenn Morris <rgm@gnu.org>
6108
6109 * dired-x.el (dired-guess-shell-alist-default):
6110 Remove escape sequences from nroff output. (Bug#172)
6111
5f8dc2ca
GM
61122012-02-21 Glenn Morris <rgm@gnu.org>
6113
6ff86ec4
GM
6114 * vc/emerge.el (emerge-defvar-local):
6115 Set `permanent-local' property rather than unused `preserved'.
6116
be3223a3 6117 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6118 (picture-mode-map): Use it. (Bug#10860)
6119 (picture-mode): Doc fix.
6120
3fe58f4f
JB
61212012-02-21 Juanma Barranquero <lekktu@gmail.com>
6122
6123 * newcomment.el (uncomment-region-default): Remove unused binding.
6124
f9a998c3
GM
61252012-02-21 Glenn Morris <rgm@gnu.org>
6126
6127 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6128 (picture-self-insert, picture-tab-chars): Doc fix.
6129 (picture-mode-map): Fix C-a, C-e.
6130
c6029348
GM
61312012-02-20 Glenn Morris <rgm@gnu.org>
6132
6133 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6134
ab1ce9d7
LL
61352012-02-20 Leo Liu <sdl.web@gmail.com>
6136
6137 * icomplete.el (icomplete-completions): Check FROM arg before
6138 passing to substring (Bug#10850).
6139
0fd40f89
CY
61402012-02-19 Chong Yidong <cyd@gnu.org>
6141
6142 * comint.el: Require ansi-color.
6143 (comint-output-filter-functions): Add ansi-color-process-output.
6144
6145 * ansi-color.el: Don't set comint-output-filter-functions; it is
6146 now in the initial value defined in comint.el.
6147 (ansi-color-apply-face-function): New variable.
6148 (ansi-color-apply-on-region): Use it.
6149 (ansi-color-apply-overlay-face): New function.
6150
6151 * shell.el (shell): No need to require ansi-color.
6152 (shell-mode): Use ansi-color-apply-face-function to highlight
6153 color escapes using font-lock-face property (Bug#10835).
6154
20af2394
CY
61552012-02-19 Chong Yidong <cyd@gnu.org>
6156
6157 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6158 mode-line formats (Bug#10839).
6159
e23a3fbe
GM
61602012-02-18 Glenn Morris <rgm@gnu.org>
6161
b474519e
GM
6162 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6163
6164 * mail/undigest.el (unforward-rmail-message): Doc fix.
6165
e23a3fbe
GM
6166 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6167
57939ff4
EZ
61682012-02-18 Eli Zaretskii <eliz@gnu.org>
6169
6170 * international/characters.el (script-list): Sync with the latest
6171 Unicode Character Database.
6172
0c23686e
AS
61732012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6174
6175 * international/titdic-cnv.el: Remove duplicate coding tag.
6176 * language/cham.el: Likewise.
6177 * language/tai-viet.el: Likewise.
6178
6818b449
GM
61792012-02-18 Glenn Morris <rgm@gnu.org>
6180
6181 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6182 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6183 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6184 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6185 * calendar/holidays.el (holiday-bahai-holidays)
6186 (calendar-holidays, list-holidays):
6187 Use utf-8 Bahá'í in doc-strings, menus, etc.
6188
0311a3fc
TH
61892012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6190
6191 * saveplace.el (save-place-ignore-files-regexp): New variable
6192 allowing for excluding files from saving their location of point.
6193 The default value matches the temporary commit message editing
6194 files from Git, SVN, Bazaar, and Mercurial.
6195 (save-place-to-alist): Use it.
6196
d209e2fb 61972012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6198 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6199
6200 * newcomment.el (uncomment-region-default): Don't leave extra space
6201 when an arg is provided (bug#8150).
6202
ee0ce425
TZ
62032012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6204
eb864a71 6205 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6206
95ddf442
GM
62072012-02-17 Glenn Morris <rgm@gnu.org>
6208
6209 * net/socks.el: Require network-stream. (Bug#10599)
6210
48dd1e39 62112012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6212
6213 * international/charprop.el:
6214 * international/uni-name.el:
6215 * international/uni-old-name.el:
6216 * international/uni-comment.el: Regenerate.
6217
d68cd087
GM
62182012-02-16 Glenn Morris <rgm@gnu.org>
6219
6220 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6221 Interactively in calendar buffer, give an error if not on a date.
6222
13932042
GM
62232012-02-15 Glenn Morris <rgm@gnu.org>
6224
6225 * shell.el (shell-delimiter-argument-list):
6226 Revert 2011-02-17 change. (Bug#8027)
6227
c3a70e2b
CY
62282012-02-15 Chong Yidong <cyd@gnu.org>
6229
60236b0d
CY
6230 * minibuffer.el (completion-at-point-functions): Doc fix.
6231
c3a70e2b
CY
6232 * custom.el (defcustom): Doc fix; note use of defvar.
6233
9f26dc24
GM
62342012-02-15 Glenn Morris <rgm@gnu.org>
6235
6236 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6237 Doc fixes.
6238
6546b134
GM
62392012-02-14 Glenn Morris <rgm@gnu.org>
6240
6241 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6242
d29b2b4c
LI
62432012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6244
6245 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6246 way the ports list is computed.
835bdcba
LI
6247 (smtpmail-query-smtp-server): Prompt the user for a port number if
6248 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6249
08dcdbc9
TZ
62502012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6251
6252 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6253
2605051a
GM
62542012-02-13 Glenn Morris <rgm@gnu.org>
6255
6256 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6257
7ee99f32
TZ
62582012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6259
6260 * net/gnutls.el (gnutls-trustfiles): New variable.
6261 (gnutls-negotiate): Use it.
6262
5f0af64f
LI
62632012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6264
6265 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6266 does its stuff if Gnus is running.
6267
c14fcc95
AM
62682012-02-13 Alan Mackenzie <acm@muc.de>
6269
6270 Fix a loop in c-set-fl-decl-start.
6271
7a71b18d 6272 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6273 c-backward-syntactic-ws actually moves backwards.
6274
142b4d90
LL
62752012-02-13 Leo Liu <sdl.web@gmail.com>
6276
6277 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6278 beginning so that all \C-o chars are removed.
6279
fa9958a6
TZ
62802012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6281
dc9924b8 6282 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6283
0bc5886a
AM
62842012-02-12 Alan Mackenzie <acm@muc.de>
6285
6286 Fix infinite loop with long macros.
4d6769e1 6287 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6288
d4bd55e7
CY
62892012-02-12 Chong Yidong <cyd@gnu.org>
6290
6291 * window.el (display-buffer): Doc fix (Bug#10785).
6292
66f3fe22
GM
62932012-02-12 Glenn Morris <rgm@gnu.org>
6294
bd7da63e
GM
6295 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6296 (x-disown-selection-internal, x-get-selection-internal):
6297 Sync docs with the xselect.c versions.
6298
66f3fe22
GM
6299 * allout-widgets.el: Add missing license notice.
6300
3e0d2fa7
GM
63012012-02-11 Glenn Morris <rgm@gnu.org>
6302
cfecdf09
GM
6303 * select.el (x-get-selection-internal, x-own-selection-internal)
6304 (x-disown-selection-internal):
6305 * x-dnd.el (x-get-selection-internal): Update declarations.
6306
6d216d7f
GM
6307 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6308
2bed3f04
GM
6309 * window.el (window-sides-slots):
6310 * tool-bar.el (tool-bar-position):
6311 * term/xterm.el (xterm-extra-capabilities):
6312 * ses.el (ses-self-reference-early-detection):
6313 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6314 (verilog-auto-wire-type)
6315 (verilog-auto-delete-trailing-whitespace)
6316 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6317 (verilog-auto-tieoff-declaration):
6318 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6319 (sql-oracle-statement-starters, sql-oracle-scan-on):
6320 * progmodes/prolog.el (prolog-align-comments-flag)
6321 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6322 (prolog-left-indent-regexp, prolog-paren-indent-p)
6323 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6324 (prolog-types, prolog-mode-specificators)
6325 (prolog-determinism-specificators, prolog-directives)
6326 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6327 (prolog-electric-dot-flag)
6328 (prolog-electric-dot-full-predicate-template)
6329 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6330 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6331 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6332 (prolog-program-switches, prolog-prompt-regexp)
6333 (prolog-debug-on-string, prolog-debug-off-string)
6334 (prolog-trace-on-string, prolog-trace-off-string)
6335 (prolog-zip-on-string, prolog-zip-off-string)
6336 (prolog-use-standard-consult-compile-method-flag)
6337 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6338 (prolog-imenu-max-lines, prolog-info-predicate-index)
6339 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6340 (prolog-char-quote-workaround):
6341 * progmodes/cc-vars.el (c-defun-tactic):
6342 * net/tramp.el (tramp-encoding-command-interactive)
6343 (tramp-local-end-of-line):
6344 * net/soap-client.el (soap-client):
6345 * net/netrc.el (netrc-file):
6346 * net/gnutls.el (gnutls):
6347 * minibuffer.el (completion-category-overrides)
6348 (completion-cycle-threshold)
6349 (completion-pcm-complete-word-inserts-delimiters):
6350 * man.el (Man-name-local-regexp):
6351 * mail/feedmail.el (feedmail-display-full-frame):
6352 * international/characters.el (glyphless-char-display-control):
6353 * eshell/em-ls.el (eshell-ls-date-format):
6354 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6355 (lisp-lambda-list-keyword-parameter-indentation)
6356 (lisp-lambda-list-keyword-parameter-alignment):
6357 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6358 * dired-x.el (dired-omit-verbose):
6359 * cus-theme.el (custom-theme-allow-multiple-selections):
6360 * calc/calc.el (calc-highlight-selections-with-faces)
6361 (calc-lu-field-reference, calc-lu-power-reference)
6362 (calc-note-threshold):
6363 * battery.el (battery-mode-line-limit):
6364 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6365 (archive-7z-update):
6366 * allout.el (allout-prefixed-keybindings)
6367 (allout-unprefixed-keybindings)
6368 (allout-inhibit-auto-fill-on-headline)
6369 (allout-flattened-numbering-abbreviation):
6370 * allout-widgets.el (allout-widgets-auto-activation)
6371 (allout-widgets-icons-dark-subdir)
6372 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6373 (allout-widgets-theme-dark-background)
6374 (allout-widgets-theme-light-background)
6375 (allout-widgets-item-image-properties-emacs)
6376 (allout-widgets-item-image-properties-xemacs)
6377 (allout-widgets-run-unit-tests-on-load)
6378 (allout-widgets-time-decoration-activity)
6379 (allout-widgets-hook-error-post-time)
6380 (allout-widgets-track-decoration):
6381 Add missing :version tags to new defcustoms and defgroups.
6382
5fec1b8e
GM
6383 * progmodes/sql.el (sql-ansi-statement-starters)
6384 (sql-oracle-statement-starters): Add custom type.
6385
3e0d2fa7
GM
6386 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6387 (prolog-system-version): Give it a type.
6388
90b671e2
EZ
63892012-02-11 Eli Zaretskii <eliz@gnu.org>
6390
6391 * term/pc-win.el (x-select-text, x-selection-owner-p)
6392 (x-own-selection-internal, x-disown-selection-internal)
6393 (x-get-selection-internal): Sync doc strings and argument lists
6394 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6395
5eac0c02
LL
63962012-02-11 Leo Liu <sdl.web@gmail.com>
6397
6398 * progmodes/python.el (python-end-of-statement): Fix infinite
6399 loop. (Bug#10788)
6400
f82cb659
GM
64012012-02-10 Glenn Morris <rgm@gnu.org>
6402
6403 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6404 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6405
cc26d239
LI
64062012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6407
6408 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6409 about SMTP before checking the From header.
6410
91027d08 6411 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6412 into own function for reuse by emacsbug.el.
6413
1be3ca5a
LL
64142012-02-10 Leo Liu <sdl.web@gmail.com>
6415
6416 * subr.el (condition-case-unless-debug): Rename from
6417 condition-case-no-debug. All callers changed.
6418 (with-demoted-errors): Fix caller.
6419
6420 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6421 * nxml/rng-valid.el (rng-do-some-validation):
6422 * emacs-lisp/package.el (package-refresh-contents)
6423 (package-menu-execute):
6424 * desktop.el (desktop-create-buffer):
91027d08 6425 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6426
b011fbfe
GM
64272012-02-10 Glenn Morris <rgm@gnu.org>
6428
b2096d72
GM
6429 * textmodes/bibtex.el:
6430 Add missing :version tags for new/changed defcustoms.
6431
b011fbfe
GM
6432 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6433
4c7e65bf
LI
64342012-02-09 Lars Ingebrigtsen <larsi@rusty>
6435
6436 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6437 (smtpmail-via-smtp): Use it, or fall back on the From address.
6438 (smtpmail-send-it): Ditto.
6439
f3934f6f
SM
64402012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6443 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6444 (byte-compile-tmp-var): New const.
6445 (byte-compile-defvar): Use it to minimize .elc size.
6446 Just use `defvar' rather than simulate it (bug#10761).
6447
a075a2c5
GM
64482012-02-09 Glenn Morris <rgm@gnu.org>
6449
cf3aa21b
GM
6450 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6451
354998cd
GM
6452 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6453 Add :version tags.
6454
dc9924b8
SM
6455 * progmodes/compile.el (compilation-error-screen-columns)
6456 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6457
dab3703d
GM
6458 * vc/log-view.el (log-view-toggle-entry-display):
6459 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6460
3f88cd72
GM
6461 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6462 (report-emacs-bug-can-use-xdg-email):
6463 (report-emacs-bug-insert-to-mailer): Doc fixes.
6464 (report-emacs-bug): Message fix.
6465
d95b247d
GM
6466 * net/browse-url.el (browse-url-can-use-xdg-open)
6467 (browse-url-xdg-open): Doc fixes.
6468
a075a2c5
GM
6469 * electric.el (electric-indent-mode, electric-pair-mode)
6470 (electric-layout-rules, electric-layout-mode): Doc fixes.
6471 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6472
ffb6157e
MR
64732012-02-08 Martin Rudalics <rudalics@gmx.at>
6474
6475 * server.el (server-unselect-display): Don't inadvertently kill
6476 the current buffer. (Bug#10729)
6477
e1ac4066
GM
64782012-02-08 Glenn Morris <rgm@gnu.org>
6479
34e8a2da
GM
6480 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6481 (sql-list-table): Doc fixes.
6482
b4ac6e8c
GM
6483 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6484 Comment out (does nothing).
6485
e1ac4066
GM
6486 * completion.el (dynamic-completion-mode):
6487 * dirtrack.el (dirtrack-debug-mode):
6488 * electric.el (electric-layout-mode):
6489 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6490 * face-remap.el (text-scale-mode, buffer-face-mode):
6491 * iimage.el (iimage-mode):
6492 * image-mode.el (image-transform-mode):
6493 * minibuffer.el (completion-in-region-mode):
6494 * scroll-lock.el (scroll-lock-mode):
6495 * simple.el (next-error-follow-minor-mode):
6496 * tar-mode.el (tar-subfile-mode):
6497 * tooltip.el (tooltip-mode):
6498 * vcursor.el (vcursor-use-vcursor-map):
6499 * wid-browse.el (widget-minor-mode):
6500 * emulation/tpu-edt.el (tpu-edt-mode):
6501 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6502 * international/iso-ascii.el (iso-ascii-mode):
6503 * language/thai-util.el (thai-word-mode):
6504 * mail/supercite.el (sc-minor-mode):
6505 * net/goto-addr.el (goto-address-mode):
6506 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6507 * progmodes/cwarn.el (cwarn-mode):
6508 * progmodes/flymake.el (flymake-mode):
6509 * progmodes/glasses.el (glasses-mode):
6510 * progmodes/hideshow.el (hs-minor-mode):
6511 * progmodes/pascal.el (pascal-outline-mode):
6512 * textmodes/enriched.el (enriched-mode):
6513 * vc/smerge-mode.el (smerge-mode):
6514 Doc fixes (minor mode argument).
6515
5e0d957f
EZ
65162012-02-07 Eli Zaretskii <eliz@gnu.org>
6517
6518 * ls-lisp.el (ls-lisp-sanitize): New function.
6519 (ls-lisp-insert-directory): Use it to fix or remove any elements
6520 in file-alist with missing attributes. (Bug#4673)
6521
98d7371e
AM
65222012-02-07 Alan Mackenzie <acm@muc.de>
6523
6524 Fix spurious recognition of c-in-knr-argdecl.
6525
6526 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6527 putative K&R region.
6528
667ced3a
AM
65292012-02-07 Alan Mackenzie <acm@muc.de>
6530
eb864a71
LM
6531 * progmodes/cc-engine.el (c-forward-objc-directive):
6532 Prevent looping in "#pragma mark @implementation".
667ced3a 6533
5b77774d
MA
65342012-02-07 Michael Albinus <michael.albinus@gmx.de>
6535
6536 * notifications.el (notifications-on-closed-signal): Make `reason'
6537 optional. (Bug#10744)
6538
af008560
GM
65392012-02-07 Glenn Morris <rgm@gnu.org>
6540
60d47423
GM
6541 * emacs-lisp/easy-mmode.el (define-minor-mode):
6542 Doc fixes for the macro and the mode it defines.
6543
dd605cc4
GM
6544 * image.el (imagemagick-types-inhibit): Doc fix.
6545
af008560
GM
6546 * cus-start.el (imagemagick-render-type): Add it.
6547
5cc59a37
LI
65482012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6549
4d6769e1
JB
6550 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6551 Set the default at load time, too, so that `font-lock-fontify-buffer'
6552 can be called without setting up the entire mode first. This fixes
6553 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6554
9a6dd747
CY
65552012-02-06 Chong Yidong <cyd@gnu.org>
6556
2d16b285
CY
6557 * simple.el (list-processes--refresh): Delete exited processes
6558 (Bug#8094).
6559
171e9b6e
CY
6560 * comint.el (comint-next-prompt): next-single-char-property-change
6561 and prev-single-char-property-change never return nil (Bug#8657).
6562
9a6dd747
CY
6563 * custom.el (defcustom): Doc fix (Bug#9711).
6564
aa4589a7
CY
65652012-02-05 Chong Yidong <cyd@gnu.org>
6566
5c2a252f
CY
6567 * cus-edit.el (custom-variable-reset-backup): Quote the value
6568 before storing it in the customized-value property (Bug#6712).
4aab9006 6569 (custom-display): Add a customization type tag.
983b9602 6570 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6571
aa4589a7
CY
6572 * wid-edit.el (widget-field-value-get): New optional arg to
6573 suppress trailing whitespace truncation.
6574 (character): Use it (Bug#2689).
6575
1ff980ae
AS
65762012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6577
6578 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6579 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6580
03988c98
CY
65812012-02-05 Chong Yidong <cyd@gnu.org>
6582
eeb6cc88
CY
6583 * cus-edit.el (custom-variable-value-create): For mismatched
6584 types, show the current value (Bug#7600).
6585
03988c98
CY
6586 * custom.el (defcustom): Doc fix.
6587
f8cdeef0
GM
65882012-02-05 Glenn Morris <rgm@gnu.org>
6589
6590 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6591
0696d255
JB
65922012-02-05 Juanma Barranquero <lekktu@gmail.com>
6593
6594 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6595 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6596 (pp-last-sexp): Use `looking-at-p'.
6597
34c99998
GM
65982012-02-04 Glenn Morris <rgm@gnu.org>
6599
8f05da42
GM
6600 * files.el (revert-buffer):
6601 Doc fix (mention revert-buffer-in-progress-p).
6602
f160676e
GM
6603 * emacs-lisp/ert-x.el (ert-simulate-command):
6604 Check deferred-action-list (which is obsolete) is bound.
6605
c7291ad9
GM
6606 * subr.el (with-wrapper-hook): Doc fixes.
6607
34c99998
GM
6608 * simple.el (filter-buffer-substring-functions)
6609 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6610
6283a7d3
LL
66112012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6612
6613 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6614 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6615
e96e3013
LL
66162012-02-04 Leo Liu <sdl.web@gmail.com>
6617
6618 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6619
8ded50f2
GM
66202012-02-04 Glenn Morris <rgm@gnu.org>
6621
82ff1d13
GM
6622 * image.el (image-extension-data): Add obsolete alias.
6623
987a0a16
GM
6624 * isearch.el (isearch-update): Doc fix.
6625
ea32ef46
GM
6626 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6627
8ded50f2
GM
6628 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6629
eea14f31
GM
66302012-02-03 Glenn Morris <rgm@gnu.org>
6631
6632 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6633 (image-animate-timeout): Doc fix.
6634
6635 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6636
12f381b7
GM
66372012-02-02 Glenn Morris <rgm@gnu.org>
6638
953cebf5
GM
6639 * server.el (server-auth-dir): Doc fix.
6640 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6641
12f381b7
GM
6642 * subr.el (run-mode-hooks): Doc fix.
6643
953a8c3b
JL
66442012-02-02 Juri Linkov <juri@jurta.org>
6645
6646 * image-mode.el (image-toggle-display-image): Remove tautological
6647 `major-mode' from the `derived-mode-p' test.
6648
c5d3843c
KH
66492012-02-02 Kenichi Handa <handa@m17n.org>
6650
9f6e692e 6651 * composite.el (compose-region): Cancel previous change.
c5d3843c 6652
159462d4 66532012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6654
6655 * composite.el (compose-region, compose-string): Signal error for
6656 a null string component (Bug#6988).
6657
9f562668
CY
66582012-02-01 Chong Yidong <cyd@gnu.org>
6659
e2cef717
CY
6660 * view.el (view-buffer-other-window, view-buffer-other-frame):
6661 Handle special modes like view-buffer (Bug#10650).
6662 (view-buffer): Simplify.
6663
9f562668
CY
6664 * frame.el (set-frame-font): Tweak meaning of third argument.
6665
9f6e692e
JB
6666 * dynamic-setting.el (font-setting-change-default-font):
6667 Use set-frame-font (Bug#9982).
9f562668 6668
781acb9f
GM
66692012-02-01 Glenn Morris <rgm@gnu.org>
6670
6035be52
GM
6671 * progmodes/compile.el (compilation-internal-error-properties):
6672 Respect compilation-first-column in the "*compilation*" buffer.
6673
781acb9f
GM
6674 * emacs-lisp/easy-mmode.el (define-minor-mode):
6675 Relax :variable's test for a named function.
6676
abbceb00
AM
66772012-01-31 Alan Mackenzie <acm@muc.de>
6678
6679 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6680 off by one error.
6681
fce3fdeb
CY
66822012-01-31 Chong Yidong <cyd@gnu.org>
6683
6684 * frame.el (set-frame-font): New arg ALL-FRAMES.
6685
6686 * menu-bar.el (menu-set-font): Use set-frame-font.
6687
6688 * faces.el (face-spec-reset-face): Don't apply unspecified
6689 attribute values to the default face.
6690
47893581
JB
66912012-01-31 Juanma Barranquero <lekktu@gmail.com>
6692
6693 * progmodes/cwarn.el (cwarn): Remove dead link.
6694 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6695 Remove * from defcustom docstrings.
6696 (turn-on-cwarn-mode): Make obsolete.
6697 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6698 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6699
e58e988a
GM
67002012-01-31 Glenn Morris <rgm@gnu.org>
6701
60dc2671 6702 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6703 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6704 Allow named functions to be used as the cdr of :variable.
e58e988a 6705
7a3f511d
GM
67062012-01-30 Glenn Morris <rgm@gnu.org>
6707
6708 * emacs-lisp/authors.el (authors-fixed-entries):
6709 Remove reference to deleted file rnewspost.el.
6710
cb882333
JB
67112012-01-29 Juanma Barranquero <lekktu@gmail.com>
6712
6713 * window.el (window-with-parameter): Remove unused variable `windows'.
6714 (window--side-check): Remove unused variable `code'.
6715 (window--resize-siblings): Remove unused variable `first'.
6716 (adjust-window-trailing-edge): Remove unused variable `failed'.
6717 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6718 Use `let', not `let*'.
6719 (balance-windows-2): Remove unused variable `found'.
6720 (window--state-put-2): Remove unused variable `splits'.
6721 (window-state-put): Remove unused variable `selected'.
6722 (same-window-p): Use `string-match-p'.
6723 (display-buffer-assq-regexp): Remove unused variable `value'.
6724 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6725 Mark argument ALIST as ignored.
6726 (pop-to-buffer): Remove unused variable `old-window'.
6727
907201af
EZ
67282012-01-29 Eli Zaretskii <eliz@gnu.org>
6729
6730 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6731 and .lzma compressed files.
6732
ea162670
CY
67332012-01-29 Chong Yidong <cyd@gnu.org>
6734
5b95ee8a
CY
6735 * frame.el (window-system-default-frame-alist): Doc fix.
6736
ea162670
CY
6737 * dynamic-setting.el (font-setting-change-default-font): Don't
6738 change the default face if SET-FONT argument is non-nil (Bug#9982).
6739
d6e6f4b1
SB
67402012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6741
6742 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6743
0f29fa41 67442012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6745
6746 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6747 breakpoints in files outside current directory (Bug#6098).
6748
db174434
CY
67492012-01-29 Chong Yidong <cyd@gnu.org>
6750
6b25e4e2
SE
6751 * progmodes/python.el: Require ansi-color at top-level.
6752
6df6ae42
JB
6753 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6754 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6755 (lisp-mode-abbrev-table): Add doc.
6756 (lisp-mode-variables): Don't set local-abbrev-table.
6757 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6758
e70ee681
RW
67592012-01-28 Roland Winkler <winkler@gnu.org>
6760
6761 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6762
ace88aa2
RW
67632012-01-28 Roland Winkler <winkler@gnu.org>
6764
6765 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6766 (bibtex-set-dialect): Use it. Either set global values of
6767 dialect-dependent variables or bind these variables buffer-locally
6768 (Bug#10254).
6769 (bibtex-mode): Call bibtex-set-dialect via
6770 hack-local-variables-hook.
eb864a71
LM
6771 (bibtex-dialect): Update docstring.
6772 Add safe-local-variable predicate.
ace88aa2
RW
6773 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6774 bibtex-set-dialect.
6775 (bibtex-mode-map): Define menu for each dialect.
6776 (bibtex-entry): Fix docstring.
6777
93376c5b
CY
67782012-01-28 Chong Yidong <cyd@gnu.org>
6779
6780 * eshell/esh-arg.el (eshell-quote-argument): New function.
6781
6782 * eshell/esh-ext.el (eshell-invoke-batch-file):
6783 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6784 first arg to eshell-parse-command (Bug#10523).
6785
4372494f
DA
67862012-01-28 Drew Adams <drew.adams@oracle.com>
6787
6788 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6789 `default-directory' is non-nil.
6790
4d4ec1f8
EZ
67912012-01-28 Eli Zaretskii <eliz@gnu.org>
6792
6793 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6794 line that displays system-configuration-options. (Bug#9924)
6795
7c188927
DA
67962012-01-28 Drew Adams <drew.adams@oracle.com>
6797
6798 * descr-text.el (describe-char): Show information about POS, in
6799 addition to information about the character at POS. Improve and
6800 update the doc string. Change "code point" to "code point in
6801 charset", to avoid confusion with the character's Unicode code
6802 point shown above that. (Bug#10129)
6803
e0da685a
EZ
68042012-01-28 Eli Zaretskii <eliz@gnu.org>
6805
6806 * descr-text.el (describe-char): Show the raw character, not only
6807 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6808 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6809 for the reasons.
6810
70550acf
PH
68112012-01-28 Phil Hagelberg <phil@hagelb.org>
6812
eb864a71
LM
6813 * emacs-lisp/package.el (package-install):
6814 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6815
0ce8e868
CY
68162012-01-28 Chong Yidong <cyd@gnu.org>
6817
cb882333
JB
6818 * emacs-lisp/package.el (package-maybe-load-descriptor):
6819 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6820 (package-maybe-load-descriptor): Use it.
6821 (package-download-transaction): Fully load required packages
6822 inside the loop, so that `require' calls work (Bug#10593).
6823 (package-install): No need to call package-initialize now.
6824
2e7f3bea
CY
68252012-01-28 Chong Yidong <cyd@gnu.org>
6826
6e9bad14
CY
6827 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6828
f823b8ca
CY
6829 * tooltip.el (tooltip-mode): Doc fix.
6830 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6831
2680c309
CY
6832 * frame.el (set-cursor-color): Doc fix (Bug#352).
6833
d7a9e63b
CY
6834 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6835 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6836
2e7f3bea
CY
6837 * cus-edit.el (custom-buffer-create-internal): Fix search button
6838 action (Bug#10542).
2ae01800 6839 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6840
fc4f7a23
EW
68412012-01-27 Eduard Wiebe <usenet@pusto.de>
6842
6843 * dired.el (dired-mark-files-regexp):
6844 Include any subdirectory components. (Bug#10445)
6845
7dd37071
ML
68462012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6847
6848 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6849 Handle [host]:port syntax. (Bug#10533)
6850
a268160b
AH
68512012-01-27 Alex Harsanyi <harsanyi@mac.com>
6852
6853 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6854
e43273ef
GM
68552012-01-26 Glenn Morris <rgm@gnu.org>
6856
6857 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6858 * term.el (term-raw-escape-map): Use Control-X-prefix.
6859 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6860
1edf595d
MR
68612012-01-25 Martin Rudalics <rudalics@gmx.at>
6862
6863 * window.el (window-state-get, window--state-get-1): Don't deal
6864 with fixed-sizeness of windows. Simplify code.
6865
fa8eafef
JC
68662012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6867
6df6ae42
JB
6868 * window.el (window--state-get-1, window--state-put-2):
6869 Don't save and restore the mark.
fa8eafef 6870
0b21c100
CY
68712012-01-25 Chong Yidong <cyd@gnu.org>
6872
6873 * custom.el (custom-variable-p): Doc fix.
6874
5ae1a6c8
GM
68752012-01-25 Glenn Morris <rgm@gnu.org>
6876
40047858
GM
6877 * dired.el (dired-goto-file): Handle some of the more common
6878 characters that `ls -b' escapes. (Bug#10596)
6879
5ddce96c
GM
6880 * progmodes/compile.el (compilation-next-error-function):
6881 Respect compilation-first-column in the "*compilation*" buffer.
6882 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6883
5ae1a6c8
GM
6884 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6885
b559f1a9
GM
68862012-01-24 Glenn Morris <rgm@gnu.org>
6887
6888 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6889
6725d21a
JD
68902012-01-24 Julien Danjou <julien@danjou.info>
6891
6892 * color.el (color-rgb-to-hsl): Fix value computing.
6893 (color-hue-to-rgb): New function.
6894 (color-hsl-to-rgb): New function.
6895 (color-clamp, color-saturate-hsl, color-saturate-name)
6896 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6897 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6898
70df4bbe
GM
68992012-01-24 Glenn Morris <rgm@gnu.org>
6900
6901 * vc/vc-rcs.el (vc-rcs-create-tag):
6902 * vc/vc-sccs.el (vc-sccs-create-tag):
6903 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6904
802a2ae2
ML
69052012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6906
6907 * eshell/esh-util.el (eshell-read-hosts-file):
6908 Skip comment lines. (Bug#10549)
6909
d7128bb1
ML
6910 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6911
d1a5c3b4
JB
69122012-01-23 Juanma Barranquero <lekktu@gmail.com>
6913
2724d9c7
JB
6914 * subr.el (display-delayed-warnings): Doc fix.
6915 (collapse-delayed-warnings): New function to collapse identical
6916 adjacent warnings.
6917 (delayed-warnings-hook): Add it.
d1a5c3b4 6918
a5509865
MA
69192012-01-22 Michael Albinus <michael.albinus@gmx.de>
6920
6921 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6922
a5509865
MA
6923 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6924 (tramp-default-user-alist): Don't add "pscp".
6925 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6926 property "login-as", if set. (Bug#10530)
6927
cc6d5805
MA
69282012-01-21 Michael Albinus <michael.albinus@gmx.de>
6929
6930 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6931 "plink1" and "psftp". (Bug#10530)
6932
69332012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6934
6935 * international/mule-cmds.el (prefer-coding-system): Show a
6936 warning message if the default value of file-name-coding-system
6937 was not changed.
6938
f0960428
JC
69392012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6940
cb882333
JB
6941 * windmove.el (windmove-reference-loc):
6942 Fix windmove-reference-loc miscalculation.
f0960428 6943
dd6f2a63
JB
69442012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6945
6946 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6947 default unit.
6948
7b447e9b
GM
69492012-01-21 Glenn Morris <rgm@gnu.org>
6950
117a9ea1
GM
6951 * international/mule.el (auto-coding-alist): Add .tbz.
6952
7b447e9b
GM
6953 * files.el (local-enable-local-variables): Doc fix.
6954 (inhibit-local-variables-regexps): Rename from
6955 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6956 Doc fix. Add some extensions from auto-coding-alist.
6957 (inhibit-local-variables-suffixes):
6958 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6959 (inhibit-local-variables-p):
6960 New function, extracted from set-auto-mode-1.
6961 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6962 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6963 (hack-local-variables): Doc fix. Make the mode-only case
6964 respect enable-local-variables and friends.
6965 Respect inhibit-local-variables-regexps for file-locals, but
6966 not for directory-locals.
6967 (set-visited-file-name):
6968 Take account of inhibit-local-variables-regexps.
6969 Whether it applies may change as the file name is changed.
6970 * jka-cmpr-hook.el (jka-compr-install):
6971 * jka-compr.el (jka-compr-uninstall):
6972 Update for inhibit-first-line-modes-suffixes name change.
6973
dd6e3cdd
MR
69742012-01-20 Martin Rudalics <rudalics@gmx.at>
6975
6976 * help-macro.el (make-help-screen): Temporarily restore original
6977 binding for minor-mode-map-alist (Bug#10454).
6978
0d0deb38
JD
69792012-01-19 Julien Danjou <julien@danjou.info>
6980
6981 * color.el (color-name-to-rgb): Use the white color to find the max
6982 color component value and return correctly computed values.
6983 (color-name-to-rgb): Add missing float conversion for max value.
6984
34a02f46
MR
69852012-01-19 Martin Rudalics <rudalics@gmx.at>
6986
6987 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6988 special state value for window-persistent-parameters.
6989 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6990 (window--state-put-2): Reset all window parameters to nil before
6991 assigning values of persistent parameters.
6992
606c44c4
AM
69932012-01-18 Alan Mackenzie <acm@muc.de>
6994
6995 Eliminate sluggishness and hangs in fontification of "semicolon
6996 deserts".
6997
cb882333
JB
6998 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6999 Change value 10000 -> 3000.
606c44c4
AM
7000 (c-state-safe-place): Reformulate so it doesn't stack up an
7001 infinite number of wrong entries in c-state-nonlit-pos-cache.
7002 (c-determine-limit-get-base, c-determine-limit): New functions to
7003 determine backward search limits disregarding literals.
7004 (c-find-decl-spots): Amend commenting.
7005 (c-cheap-inside-bracelist-p): New function which detects "={".
7006
7007 * progmodes/cc-fonts.el
7008 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7009 backward search.
7010 (c-font-lock-declarations): Fix an occurrence of point being
7011 undefined. Check additionally for point being in a bracelist or
7012 near a macro invocation without a semicolon so as to avoid a
7013 fruitless time consuming search for a declarator. Give a more
7014 precise search limit for declarators using the new
7015 c-determine-limit.
7016
f3860cea
GM
70172012-01-18 Glenn Morris <rgm@gnu.org>
7018
7019 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7020 (set-auto-mode): Doc fixes.
7021
1db03b16
GM
70222012-01-17 Glenn Morris <rgm@gnu.org>
7023
0e6038be
GM
7024 * isearch.el (search-nonincremental-instead): Fix doc typo.
7025
1db03b16
GM
7026 * dired.el (dired-insert-directory): Handle newlines in directory name.
7027 (dired-build-subdir-alist): Unescape newlines in directory name.
7028
4cb0aa75
MA
70292012-01-17 Michael Albinus <michael.albinus@gmx.de>
7030
7031 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7032 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7033 (tramp-action-terminal): Use it. (Bug#10530)
7034
1d00653d
SM
70352012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7038
6a6ee00d
MR
70392012-01-16 Martin Rudalics <rudalics@gmx.at>
7040
7041 * window.el (window-state-ignored-parameters): Remove variable.
7042 (window--state-get-1): Rename argument MARKERS to IGNORE.
7043 Handle persistent window parameters. Make copy of clone-of
7044 parameter only if requested. (Bug#10348)
7045 (window--state-put-2): Install a window parameter only if it has
7046 a non-nil value or an existing parameter shall be overwritten.
7047
97912def
MA
70482012-01-15 Michael Albinus <michael.albinus@gmx.de>
7049
7050 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7051
688070a5
EZ
70522012-01-14 Eli Zaretskii <eliz@gnu.org>
7053
7054 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7055 don't pass the (nil) value of `upnode' to string-match.
7056
301afadc
CY
70572012-01-14 Chong Yidong <cyd@gnu.org>
7058
7059 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7060 Fix values recognized by the cursorBlink resource.
301afadc 7061
9e5788aa
PE
70622012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7063
7064 * epg.el (epg--make-temp-file): Avoid permission race condition
7065 when running on old Emacs versions (bug#10403).
7066
3cdb7f5a
GM
70672012-01-14 Glenn Morris <rgm@gnu.org>
7068
7069 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7070
8c82b1b4
AM
70712012-01-13 Alan Mackenzie <acm@muc.de>
7072
7073 Fix filling for when filladapt mode is enabled.
7074
7075 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7076 c-mask-paragraph, pass in `fill-paragraph' rather than
7077 `fill-region-as-paragraph'. (This is a reversion of a previous
7078 change.)
eb864a71
LM
7079 * progmodes/cc-mode.el (c-basic-common-init):
7080 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7081
e517eda4
GM
70822012-01-13 Glenn Morris <rgm@gnu.org>
7083
1498536e
GM
7084 * dired.el (dired-switches-escape-p): New function.
7085 (dired-insert-directory): Use dired-switches-escape-p.
7086 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7087
e517eda4
GM
7088 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7089
328f984d
GM
70902012-01-12 Glenn Morris <rgm@gnu.org>
7091
7092 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7093 changes in adaptive-fill-regexp. (Bug#10276)
7094
2cc769a8
AM
70952012-01-11 Alan Mackenzie <acm@muc.de>
7096
7097 Fix Emacs bug #10463 - put `widen's around the critical spots.
7098
1d00653d 7099 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7100 widen around each invocation of c-state-pp-to-literal. Remove an
7101 unused let variable.
7102
e52c37fa
GM
71032012-01-11 Glenn Morris <rgm@gnu.org>
7104
7105 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7106 Doc fix.
e52c37fa 7107
96f8741e
CY
71082012-01-10 Chong Yidong <cyd@gnu.org>
7109
1d00653d
SM
7110 * net/network-stream.el (network-stream-open-starttls):
7111 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7112 response to the capability command.
7113
b09a806e
GM
71142012-01-10 Glenn Morris <rgm@gnu.org>
7115
7116 * mail/unrmail.el (unrmail): Tweak previous change.
7117
7655cb66
CY
71182012-01-09 Chong Yidong <cyd@gnu.org>
7119
7120 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7121
9d5a8f0b
AM
71222012-01-08 Alan Mackenzie <acm@muc.de>
7123
7124 Optimise font locking in long enum definitions.
7125
7126 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7127 arm to a cond form to handle enums.
7128 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7129 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7130
9a0115ab 71312012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7132
7133 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7134 (Bug#10401)
6bb72cbd 7135
f186bb95
LMI
71362012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7137
29232a68
LMI
7138 * faces.el (set-face-attribute): Clarify the meaning of the nil
7139 frame (bug#10294).
7140
4e5d086d
LMI
7141 * subr.el (with-selected-frame): Mention that the selected frame
7142 is restored (bug#9980).
7143
8e66aebe
LMI
7144 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7145 (bug#9759).
7146
cd394be1 7147 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7148 (password-read): Don't autoload unused function.
7149
adf4e762
JB
71502012-01-07 Juanma Barranquero <lekktu@gmail.com>
7151
7152 * progmodes/which-func.el (which-func-mode): Turn into a
7153 non-interactive function and mark as obsolete (bug#10428).
7154
89bd9ccd
CY
71552012-01-06 Chong Yidong <cyd@gnu.org>
7156
7157 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7158 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7159 functions, along with 1 and -1.
7160
4afee9d5
EZ
71612012-01-06 Eli Zaretskii <eliz@gnu.org>
7162
7163 * time.el (display-time-load-average)
7164 (display-time-default-load-average): Doc fixes. See the thread
7165 starting at
7166 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7167 for the details.
7168
536aea70
GM
71692012-01-06 Glenn Morris <rgm@gnu.org>
7170
665ae865
GM
7171 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7172 has no messages. (Bug#10377)
7173
c869783d
GM
7174 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7175 than Info-edit. (Bug#10385)
7176
2bb4227e
GM
7177 * time.el (display-time-load-average, display-time-next-load-average):
7178 Doc fixes.
7179
7d5944b9
GM
7180 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7181 local setting of buffer-read-only to the input buffer. (Bug#10419)
7182
536aea70
GM
7183 * calendar/calendar.el (calendar-mode):
7184 Locally set scroll-margin to 0. (Bug#10379)
7185
7dccca16
UM
71862012-01-06 Ulrich Mueller <ulm@gentoo.org>
7187
7188 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7189
afbb7930
GM
71902012-01-05 Glenn Morris <rgm@gnu.org>
7191
7192 * eshell/em-unix.el (diff-no-select): Autoload it.
7193 (eshell/diff): Use diff-no-select. (Bug#10420)
7194
04482335
CY
71952012-01-05 Chong Yidong <cyd@gnu.org>
7196
7baca3bc
CY
7197 * shell.el (shell-dynamic-complete-functions): Revert last change.
7198 (shell-command-completion-function): New function.
7199 (shell-completion-vars): Use it to implement
7200 shell-completion-execonly (Bug#10417).
7201
04482335
CY
7202 * custom.el (enable-theme): Don't set custom-safe-themes.
7203
1d00653d
SM
7204 * cus-theme.el (custom-theme-merge-theme):
7205 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7206
bb5aa5d6
MM
72072012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7208
7209 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7210 first prompt in `sql-interacive-mode'.
7211 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7212 keywords.
6df6ae42 7213 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7214 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7215 context of original buffer. Invoke `sql-login-hook'.
7216
a7183d7c
EZ
72172012-01-04 Eli Zaretskii <eliz@gnu.org>
7218
7219 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7220 letters in cite-prefix.
7221
a1eacd1e
LMI
72222012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7223
7224 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7225
787cdb34
CY
72262012-01-03 Chong Yidong <cyd@gnu.org>
7227
1d00653d
SM
7228 * shell.el (shell-dynamic-complete-functions):
7229 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7230 comint-filename-completion first (Bug#10417).
7231
30710442
RS
72322012-01-02 Richard Stallman <rms@gnu.org>
7233
7234 * battery.el (battery-status-function):
7235 Detect when to use battery-yeeloong-sysfs.
7236 (battery-echo-area-format): Add string for Yeeloong.
7237 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7238 (battery-yeeloong-sysfs): New function.
7239
f75bfc33
CY
72402012-01-02 Chong Yidong <cyd@gnu.org>
7241
7242 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7243 (dirtrack): Merge code for handling relative filenames in prompt
7244 from shell-dir-cookie-watcher.
7245 (dirtrack-debug-message): New arg to avoid excess format calls.
7246
7247 * shell.el (shell-dir-cookie-re): Variable deleted.
7248 (shell-dir-cookie-watcher): Function deleted.
7249 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7250 with dirtrack-mode.
7251
651e947e
EZ
72522012-01-01 Eli Zaretskii <eliz@gnu.org>
7253
1d00653d
SM
7254 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7255 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7256 libgnutls-26.dll.
7257
94d4c7dc
AS
72582011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7259
7260 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7261
8d43f3cd
EZ
72622011-12-31 Eli Zaretskii <eliz@gnu.org>
7263
7264 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7265 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7266
98c8795a
MA
72672011-12-29 Michael Albinus <michael.albinus@gmx.de>
7268
7269 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7270 also for alternative shells.
7271 (tramp-open-connection-setup-interactive-shell): Check, whether
7272 the shell is a busybox.
7273 (tramp-send-command): Don't suppress multiple prompts for
7274 busyboxes, it hurts.
7275
51281b32
CY
72762011-12-28 Chong Yidong <cyd@gnu.org>
7277
7278 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7279 (gdb-get-source-file): Move mode line update to
7280 gdb-get-source-file (Bug#10087).
7281
2170cb53
CY
72822011-12-25 Chong Yidong <cyd@gnu.org>
7283
7284 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7285 gud-gdb-marker-filter without taking it as an argument.
7286 (gud-gdb-run-command-fetch-lines): Caller changed.
7287 (gud-gdb-completion-function): New variable.
7288 (gud-gdb-completion-at-point): Use it.
7289 (gud-gdb-completions-1): Split from gud-gdb-completions.
7290
7291 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7292 function as separate arguments.
7293 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7294 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7295 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7296 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7297 (gdb-stopped, def-gdb-auto-update-trigger)
7298 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7299 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7300 Callers changed.
2170cb53
CY
7301 (gud-gdbmi-completions): New function.
7302 (gdb): Use it for generating the completion table.
7303
be8b11bb
AM
73042011-12-24 Alan Mackenzie <acm@muc.de>
7305
7306 Introduce a mechanism to widen the region used in context font
1d00653d 7307 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7308
1d00653d
SM
7309 * progmodes/cc-langs.el (c-before-font-lock-functions):
7310 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7311 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7312 functions to be run just before context (etc.) font locking.
7313
7314 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7315 New, functionality extracted from
be8b11bb 7316 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7317 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7318 (c-after-change): Set c-in-after-change-fontification.
7319 (c-set-fl-decl-start): Rejig its interface, so it can be called
7320 from both after-change and context fontifying.
b81d40f0
JB
7321 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7322 New functions.
7323 (c-standard-font-lock-fontify-region-function): New variable.
7324 (c-font-lock-fontify-region): New function.
be8b11bb 7325
341cf6ac
JL
73262011-12-24 Juri Linkov <juri@jurta.org>
7327
7328 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7329 (Bug#10348)
7330
bffcee0a
MA
73312011-12-23 Michael Albinus <michael.albinus@gmx.de>
7332
7333 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7334 existence of source file. (Bug#10325)
7335
cb5e207c
AM
73362011-12-23 Alan Mackenzie <acm@muc.de>
7337
7338 Fix unstable fontification inside templates.
7339
b81d40f0
JB
7340 * progmodes/cc-langs.el (c-before-font-lock-functions):
7341 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7342 additionally has c-set-fl-decl-start. The other languages (apart
7343 from AWK) have that as a single entry.
7344
b81d40f0
JB
7345 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7346 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7347 c-set-fl-decl-start.
7348
b81d40f0
JB
7349 * progmodes/cc-mode.el (c-common-init, c-after-change):
7350 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7351 (c-set-fl-decl-start): New function, extracted from
7352 c-font-lock-enclosing-decls and enhanced.
7353
60ff536c
JB
73542011-12-23 Juanma Barranquero <lekktu@gmail.com>
7355
7356 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7357
1c4757d6
JL
73582011-12-22 Juri Linkov <juri@jurta.org>
7359
7360 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7361
d031f2c7
CY
73622011-12-22 Chong Yidong <cyd@gnu.org>
7363
7364 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7365
bace743a
DA
73662011-12-21 Drew Adams <drew.adams@oracle.com>
7367
7368 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7369
728a1f2b
JC
73702011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7371
7372 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7373
0d373f73
TZ
73742011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7375
fec0aaa4
TZ
7376 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7377 highlighting and support. Fix up comments for capitalization.
7378 (cfengine-mode-debug): New var.
7379 (cfengine3-mode): Change the modeline indicator to "CFE3".
7380 (cfengine3-font-lock-keywords): Improve defun highlighting.
7381 (cfengine2-actions): Rename from `cfengine-actions'.
7382 (cfengine2-font-lock-keywords): Rename from
7383 `cfengine-font-lock-keywords'.
7384 (cfengine2-imenu-expression): Rename from
7385 `cfengine-imenu-expression'.
7386 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7387 (cfengine2-beginning-of-defun): Rename from
7388 `cfengine-beginning-of-defun'.
7389 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7390 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7391 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7392 modeline indicator to "CFE2".
7393 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7394 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7395
bc86f573
CY
73962011-12-21 Chong Yidong <cyd@gnu.org>
7397
7398 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7399 filename argument.
7400
d45ba96b
MR
74012011-12-20 Martin Rudalics <rudalics@gmx.at>
7402
7403 * window.el (window-normalize-buffer-to-display): Remove.
7404 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7405
a6198c90
CY
74062011-12-19 Chong Yidong <cyd@gnu.org>
7407
7408 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7409 Don't signal an error in a predicate function; return non-nil.
7410 (vc-dir-mark-file): Move the error here.
7411 (vc-dir-mark-unmark): If acting on the region, keep going if one
7412 of the entries cannot be marked/unmarked.
7413 (vc-dir-mark-all-files): If current entry is a directory, mark
7414 only child files, as documented.
7415
34c5fb55
VB
74162011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7417
7418 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7419 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7420 addition.
7421
c803b2b7
JD
74222011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7423
7424 * term/ns-win.el (ns-get-selection-internal)
7425 (ns-store-selection-internal): Declare.
1154d12e
JB
7426 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7427 Declare as obsolete.
7428 (ns-get-pasteboard, ns-paste-secondary):
7429 Use ns-get-selection-internal.
7430 (ns-set-pasteboard, ns-copy-including-secondary):
7431 Use ns-store-selection-internal.
c803b2b7 7432
9cff91f8 74332011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7434
7435 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7436 (vc-deduce-fileset): Doc fix.
99a289d9 7437
f16c898a
AS
74382011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7439
7440 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7441
763237c4
SS
74422011-12-13 Sam Steingold <sds@gnu.org>
7443
7444 * man.el (Man-getpage-in-background): When running under a
7445 window-system, ignore $MANWIDTH and $COLUMNS.
7446
5fc1c122
KH
74472011-12-15 Kenichi Handa <handa@m17n.org>
7448
7449 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7450 (setup-ethiopic-environment-internal): Comment out key-binding for
7451 ethio-toggle-punctuation.
7452
13d49cbb
AM
74532011-12-13 Alan Mackenzie <acm@muc.de>
7454
898169a2
AM
7455 Add the switch statement to AWK Mode.
7456
7a71b18d 7457 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7458 "default" to the keywords regexp.
7459
7a71b18d 7460 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7461 expression as the rest.
1d00653d
SM
7462 (c-nonlabel-token-key): Allow string literals for AWK.
7463 Refactor for the other modes.
898169a2 7464
13d49cbb 7465 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7466 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7467 routines. Limit backward searching in c-font-lock-enclosing.decl.
7468
7469 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7470 pp-state and literal type in addition to the limits.
1d00653d 7471 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7472 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7473 (c-slow-in-literal, c-fast-in-literal): Remove.
7474 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7475
7476 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7477 being in a literal. Add a limit for backward searching.
7478
7479 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7480 c-slow-in-literal.
7481
15e0efc7
SM
74822011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7485
454592a6
MR
74862011-12-13 Martin Rudalics <rudalics@gmx.at>
7487
7488 * window.el (delete-other-windows): Use correct frame in call to
7489 window-with-parameter.
7490
87393f26
DP
74912011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7492
7493 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7494 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7495 (makefile-gmake-statements, makefile-makepp-statements):
7496 Use it and add new makepp keywords.
7497 (makefile-makepp-font-lock-keywords): Add new patterns.
7498 (makefile-match-function-end): Match new [...] and [[...]].
7499
11636b22
JB
75002011-12-11 Juanma Barranquero <lekktu@gmail.com>
7501
7502 * ses.el (ses-call-printer-return, ses-cell-property-get)
7503 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7504 (ses-create-cell-variable, ses-reset-header-string)
7505 (ses-cell-set-formula, ses-repair-cell-reference-all)
7506 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7507 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7508 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7509 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7510 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7511 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7512 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7513 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7514 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7515 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7516 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7517 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7518
cf018193
VB
75192011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7520
7521 * ses.el: The overall change is to add cell renaming, that is
7522 setting fancy names for cell symbols other than name matching
7523 "\\`[A-Z]+[0-9]+\\'" regexp .
7524 (ses-create-cell-variable): New defun.
7525 (ses-relocate-formula): Relocate formulas only for cells the
7526 symbols of which are not renamed, i.e. symbols whose names do not
7527 match regexp "\\`[A-Z]+[0-9]+\\'".
7528 (ses-relocate-all): Relocate values only for cells the symbols of
7529 which are not renamed.
7530 (ses-load): Create cells variables as the (ses-cell ...) are read,
7531 in order to check row col consistency with cell symbol name only
7532 for cells that are not renamed.
7533 (ses-replace-name-in-formula): New defun.
7534 (ses-rename-cell): New defun.
7535
ee957461
CY
75362011-12-11 Chong Yidong <cyd@gnu.org>
7537
7538 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7539 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7540
9a9e9ef0
MR
75412011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7542
7543 * window.el (other-window): Fix docstring.
7544
92a8eba5
EZ
75452011-12-10 Eli Zaretskii <eliz@gnu.org>
7546
7547 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7548 `from' or `to' address before taking its substring.
7549 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7550 encoded name is chopped in the middle of the encoded string, and
7551 thus displayed encoded.
7552
e152e577
JB
75532011-12-10 Juanma Barranquero <lekktu@gmail.com>
7554
7555 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7556
e5d84bfe
EZ
75572011-12-10 Eli Zaretskii <eliz@gnu.org>
7558
7559 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7560 to use texinfo-update-node and commands that call it if the
7561 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7562 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7563 (texinfo-all-menus-update, texinfo-master-menu)
7564 (texinfo-update-node, texinfo-every-node-update)
7565 (texinfo-multiple-files-update): Doc fix. Warn against updating
7566 all the @node lines.
7567 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7568 argument is numeric. Explain better in the doc string what the
7569 function really does.
7570 (texinfo-insert-master-menu-list): Improve the error message
7571 displayed if there's no menu in the Top node.
7572 (Bug#2975) See also this thread:
e5d84bfe
EZ
7573 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7574
1d84e9bb
MG
75752011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7576
7577 * speedbar.el (speedbar-supported-extension-expressions):
7578 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7579
382c953b
JB
75802011-12-09 Juanma Barranquero <lekktu@gmail.com>
7581
7582 * printing.el (pr-mode-alist):
7583 * simple.el (filter-buffer-substring-functions)
7584 (completion-list-insert-choice-function):
7585 * window.el (window-with-parameter, window-atom-root)
7586 (window-sides-slots, window-size-fixed, window-min-delta)
7587 (window-max-delta, window--resize-mini-window)
7588 (window--resize-child-windows-normal, window-tree)
7589 (delete-other-windows, quit-window, split-window)
7590 (display-buffer-record-window, special-display-buffer-names)
7591 (special-display-regexps, special-display-popup-frame)
7592 (same-window-p, split-window-sensibly)
7593 (display-buffer-overriding-action, display-buffer-alist)
7594 (display-buffer-base-action, display-buffer, switch-to-buffer)
7595 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7596 (fit-window-to-buffer, recenter-positions)
7597 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7598 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7599 and remove unneeded backslashes in docstrings.
7600
39c9faef
SM
76012011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7602
98449af8
SM
7603 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7604
39c9faef
SM
7605 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7606 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7607 end in ".mk".
7608 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7609 when reading the makefile (bug#10116).
7610
86ed9fdc
SM
76112011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7614 (bug#10116).
7615
5580f89d
GM
76162011-12-06 Glenn Morris <rgm@gnu.org>
7617
7618 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7619
28d3917c
CY
76202011-12-06 Chong Yidong <cyd@gnu.org>
7621
7622 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7623
a98edce9
JB
76242011-12-06 Juanma Barranquero <lekktu@gmail.com>
7625
7626 * textmodes/table.el (table-shorten-cell): Fix typo.
7627
e65adfac
CG
76282011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7629
7630 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7631
71cc0b74
EZ
76322011-12-05 Eli Zaretskii <eliz@gnu.org>
7633
7634 * descr-text.el (describe-char): Fix display of strong
7635 right-to-left characters and directional embeddings and overrides.
7636
7637 * simple.el (what-cursor-position): Fix display of codepoints of
7638 strong right-to-left characters.
7639
315bc30d
CY
76402011-12-05 Chong Yidong <cyd@gnu.org>
7641
7642 * faces.el (read-color): Doc fix.
7643
58a70b94
GM
76442011-12-05 Glenn Morris <rgm@gnu.org>
7645
7646 * align.el (align--set-marker): Add doc-string.
7647 Don't try to move something that is not a marker. (Bug#10216)
7648
5158face
GM
76492011-12-04 Glenn Morris <rgm@gnu.org>
7650
7651 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7652 overly zealous deletion of trailing whitespace.
7653
520fca41
JB
76542011-12-04 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * server.el (server-delete-client): On Windows, do not try to delete
7657 the only terminal.
7658 (server-process-filter): On Windows, treat requests for a tty frame as
7659 if they were for a GUI frame if the running server is in GUI mode.
7660
5e605a2e
GM
76612011-12-03 Glenn Morris <rgm@gnu.org>
7662
7663 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7664
5c3fe83f
SM
76652011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7666
6f5e57e7
SM
7667 * electric.el: Streamline electric-indent's hook.
7668 (electric-indent-chars): Revert to simple list.
7669 (electric-indent-functions): New var.
7670 (electric-indent-post-self-insert-function): Use it.
7671
5c3fe83f
SM
7672 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7673 there's no inferior buffer (bug#10196).
7674 (prolog-consult-compile): Don't use toggle-read-only.
7675
6bdac736
MA
76762011-12-02 Michael Albinus <michael.albinus@gmx.de>
7677
7678 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7679 interrupt. (Bug#10187)
7680
6131ba7f
SM
76812011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7682
99c79fee
SM
7683 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7684 (bug#9160).
7685
6131ba7f
SM
7686 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7687 (bug#10191).
7688
cb0a02ea
JL
76892011-12-02 Juri Linkov <juri@jurta.org>
7690
7691 * info.el (Info-search): Display "end of manual" when Isearch
7692 reaches the end of single-file Info manual. (Bug#9918)
7693
66e0570c
EZ
76942011-12-02 Eli Zaretskii <eliz@gnu.org>
7695
7696 * isearch.el (isearch-message-prefix): Run the input method part
7697 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7698
02b16839
JL
76992011-12-02 Juri Linkov <juri@jurta.org>
7700
7701 * isearch.el (isearch-occur): Use `word-search-regexp' for
7702 `isearch-word'.
7703 (isearch-search-and-update): Add condition for `isearch-word' and
7704 call `word-search-regexp'. (Bug#10145)
7705
0b950688
GM
77062011-12-01 Glenn Morris <rgm@gnu.org>
7707
7708 * eshell/em-hist.el (eshell-hist-initialize):
7709 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7710 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7711
9505c3c7
SM
77122011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7715
1bbe96b2 77162011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7717
a1beca85
SM
7718 * progmodes/verilog-mode.el (verilog-pretty-expr):
7719 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7720 verilog, such as += *= and the like.
7721 (verilog-assignment-operator-re): Regular expression to find the
7722 assigment operator in a verilog assignment.
7723 (verilog-assignment-operation-re): Regular expression to find an
7724 assignment statement for pretty-expr.
7725 (verilog-in-attribute-p): Query returns true if point is in an
7726 attribute context; used to skip these for expression line up from
7727 pretty-expr.
7728 (verilog-in-parameter-p): Query returns true if point is in an
7729 parameter definition context; used to skip these for expression
7730 line up from pretty-expr.
7731 (verilog-in-parenthesis-p): Query returns true if point is in a
7732 parenthetical expression, specifically ( ) but not [ ] or { };
7733 used by pretty-expr.
7734 (verilog-just-one-space): If there is no space, don't add one.
7735 (verilog-get-lineup-indent-2): Specifically skip just attribute
7736 contexts for expression lineup, rather than skipping all
7737 parenthetical expressions.
7738 (verilog-calculate-indent): Fix comment, and fix indent.
7739 (verilog-do-indent): Indent declarations in lists (suggested by
7740 Joachim Lechner).
7741 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7742 skeleton items.
7743 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7744 by Alain Mellan).
7745
1bbe96b2 77462011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7747
7748 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7749 parameters with embedded comments. Reported by Ray Stevens.
7750 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7751 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7752 Reported by Tim Holt.
7753 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7754 instantiated by upper module causing wrong expansion until AUTOed a
7755 second time. Reported by K C Buckenmaier.
7756 (verilog-diff-auto): Fix showing .* as a difference when
7757 `verilog-auto-star-save' off. Reported by Dan Dever.
7758 (verilog-auto-reset, verilog-read-always-signals)
7759 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7760 temporary signals in reset list if
7761 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7762 style to each signal's assignment type, bug381.
7763 Reported by Thomas Esposito.
6288f0ca
WS
7764 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7765 (verilog-uvm-statement-re): Support UVM indentation and
7766 highlighting, with old OVM keywords only.
a1beca85 7767 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7768 Support AUTOTIEOFF creating non-wire data types.
7769 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7770 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7771 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7772 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7773 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7774 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7775 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7776 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7777 non-numeric vector width. Reported by Alex Reed.
7778 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7779 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7780 (verilog-auto-delete-trailing-whitespace):
7781 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7782 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7783 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7784 Fix verilog-scan-cache corruption when running user AUTO expansion
7785 hooks that call indentation routines.
7786 (verilog-simplify-range-expression): Fix typo ignoring lower case
7787 identifiers.
7788 (verilog-delete-auto): Fix delete-autos to also remove user created
7789 automatics, as long as they start with AUTO.
7790 (verilog-batch-diff-auto, verilog-diff-auto)
7791 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7792 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7793 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7794 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7795 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7796 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7797 is disabled and its cache will get corrupt, causing AUTOS not to
7798 expand. Instead use only -quick functions.
7799 (verilog-scan-region): Fix scanning over escaped quotes.
7800 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7801 (verilog-re-search-backward-quick)
7802 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7803 related functions now ignore strings, to fix misparsing of strings
7804 with magic comments embedded in them.
a1beca85
SM
7805 (verilog-read-auto-template):
7806 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7807 Reported by Brad Dobbie.
7808 (verilog-read-auto-template):
7809 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7810 Reported by Brad Dobbie.
6288f0ca
WS
7811 (verilog-auto-inst, verilog-auto-inst-param)
7812 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7813 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7814 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7815 debugging templates without merge conflicts, bug357.
7816 Reported by Brad Dobbie.
7817 (verilog-read-auto-template):
7818 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7819 Reported by Brad Dobbie.
7820 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7821 abbrevs so user won't be asked to save.
7822 (verilog-read-auto-lisp-present): Fix to start at beginning of
7823 buffer in case called outside of verilog-auto.
7824 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7825 to "X-2". Reported by Matthew Myers.
7826 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7827 all inputs from module templates. Reported by Leith Johnson.
7828 (verilog-module-inside-filename-p): Fix locating programs as with
7829 modules.
7830 (verilog-auto-inst-port): Fix vl-width expressions when using
7831 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7832 (verilog-decls-get-regs, verilog-decls-get-signals,
7833 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7834 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7835 verilog-read-decls): Combine reg and wire structures into one var
7836 structure to represent SystemVerilog concepts.
7837 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7838 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7839 (verilog-auto-wire-type, verilog-insert-definition):
7840 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7841 SystemVerilog "logic" keyword instead of "wire"/"reg".
7842 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7843 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7844 ifdef or generate if so there's not a driver conflict).
7845 Reported by Matthew Myers.
7846 (verilog-auto-declare-nettype, verilog-insert-definition):
7847 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7848 `default_nettype none. Reported by Julian Gorfajn.
7849 (verilog-read-always-signals-recurse, verilog-read-decls)
7850 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7851 malformed end statement, bug325. Reported by Joshua Wise and
7852 Andrew Drake.
7853 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7854 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7855 when expanding .* in interfaces, bug320.
7856 Reported by Pierre-David Pfister.
6288f0ca 7857 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7858 name and open parenthesis, bug317.
7859 Reported by Pierre-David Pfister.
6288f0ca
WS
7860 (verilog-simplify-range-expression): Fix simplification of
7861 multiplications inside AUTOWIRE connections, bug303.
7862 (verilog-auto-inst-port): Support parameter expansion in
7863 multidimensional arrays.
7864 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7865 after "assert property". Reported by Julian Gorfajn.
7866 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7867 with multiplication, bug303.
7868 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7869 Reported by Jan Frode Lonnum.
7870
1bbe96b2
GM
78712011-11-30 Juanma Barranquero <lekktu@gmail.com>
7872
7873 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7874 (hfy-shell-file-name, hfy-shell):
7875 * international/fontset.el (x-decompose-font-name): Fix typos.
7876
78772011-11-29 Ken Brown <kbrown@cornell.edu>
7878
7879 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7880 (gdb-version): Remove defvar.
7881 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7882 (gdb-gud-context-command, gdb-non-stop-handler)
7883 (gdb-current-context-command, gdb-stopped): Use it.
7884 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7885 (gdb-non-stop-handler): Don't enable pretty-printing here.
7886 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7887 non-stop mode. Use the following.
7888 (gdb-check-target-async): New defun.
7889 (gud-watch, gdb-stopped): Fix whitespace.
7890 (gdb-get-source-file): Don't try to display the source file if
7891 `gdb-main-file' is nil.
7892
78932011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * align.el: Try to generate fewer markers (bug#10047).
7896 (align--set-marker): New macro.
7897 (align-region): Use it.
7898
c935221f
SM
78992011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7900
7901 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7902
e70b5064
CY
79032011-11-29 Chong Yidong <cyd@gnu.org>
7904
7905 * indent.el (indent-for-tab-command, indent-according-to-mode):
7906 Doc fix.
7907 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7908
f3af92b7
MA
79092011-11-29 Michael Albinus <michael.albinus@gmx.de>
7910
7911 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7912 aware of remote file names. (Bug#10124)
7913
ed472be9
CY
79142011-11-29 Chong Yidong <cyd@gnu.org>
7915
7916 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7917
24510c22
SM
79182011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * files.el (find-file): Don't use force-same-window (bug#10144).
7921 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7922 use pop-to-buffer if the selected window can't be used.
7923 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7924
c60c3703
EZ
79252011-11-28 Eli Zaretskii <eliz@gnu.org>
7926
7927 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7928 special-mode-map.
7929
e95def75
CY
79302011-11-28 Chong Yidong <cyd@gnu.org>
7931
7932 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7933
c3f1c606
NR
79342011-11-27 Nick Roberts <nickrob@snap.net.nz>
7935
7936 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7937 gdb-get-source-file-list on gdb-create-source-file-list.
7938
00db469c
EZ
79392011-11-26 Eli Zaretskii <eliz@gnu.org>
7940
7941 * whitespace.el (whitespace-newline): Use a different foreground
7942 color for 16-color light-background displays.
7943
4ad3bc2a
CY
79442011-11-24 Chong Yidong <cyd@gnu.org>
7945
7946 * window.el (display-buffer--special-action): Doc fix.
7947
e9fce1ac
JB
79482011-11-25 Juanma Barranquero <lekktu@gmail.com>
7949
7950 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7951 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7952 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7953 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7954 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7955 (avl-tree-stack-first):
7956 * emacs-lisp/cconv.el (cconv--analyse-use):
7957 * net/gnutls.el (gnutls-negotiate): Fix typos.
7958
cb825e5d
GM
79592011-11-24 Glenn Morris <rgm@gnu.org>
7960
3adbe224
GM
7961 * lpr.el (lpr-windows-system, lpr-lp-system):
7962 * mail/binhex.el (binhex-begin-line):
7963 * progmodes/grep.el (grep-history, grep-find-history):
7964 * textmodes/flyspell.el:
7965 * vc/pcvs-defs.el (cvs-global-menu):
7966 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7967 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7968 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7969
321decc8
GM
7970 * net/tls.el: Fix case of "GnuTLS".
7971
420b63ad
GM
7972 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7973
cb825e5d
GM
7974 * version.el (emacs-build-system): Give it a doc-string.
7975
a0649f08
JL
79762011-11-24 Juri Linkov <juri@jurta.org>
7977
7978 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7979
c0bc0fd4
GM
79802011-11-24 Glenn Morris <rgm@gnu.org>
7981
7982 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7983 if called on a non-mime message just toggle the headers. (Bug#8006)
7984
20db1522
JB
79852011-11-24 Juanma Barranquero <lekktu@gmail.com>
7986
7987 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7988 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7989 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7990 (allout-rebullet-heading, allout-open-sibtopic)
7991 (allout-toggle-current-subtree-encryption)
7992 (allout-toggle-subtree-encryption, allout-encrypt-string)
7993 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7994 (allout-distinctive-bullets-string, allout-auto-activation):
7995 * window.el (window-normalize-buffer-to-display):
7996 * progmodes/verilog-mode.el (verilog-batch-indent):
7997 * textmodes/bibtex.el (bibtex-field-braces-opt)
7998 (bibtex-field-strings-opt):
7999 * vc/cvs-status.el (cvs-tree-merge):
8000 Fix typos.
8001
7262a87c
MA
80022011-11-23 Michael Albinus <michael.albinus@gmx.de>
8003
8004 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8005 `non-essential' to t, in order to avoid remote connections.
8006
283430a1
EZ
80072011-11-23 Eli Zaretskii <eliz@gnu.org>
8008
a1beca85
SM
8009 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8010 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8011 case-insensitively.
8012
d2992a38
ML
80132011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8014
8015 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8016
50419064
GM
80172011-11-23 Glenn Morris <rgm@gnu.org>
8018
da94eca1
GM
8019 * paths.el (rmail-file-name): Reformat the doc-string so that it
8020 is picked up.
8021
9aac4de2
GM
8022 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8023 (rmail-auto-file): Ignore case in the "special" field names,
8024 as mail-fetch-field does for all others.
8025
8038d2d2
GM
8026 * mail/rmail.el (rmail-forward):
8027 * mail/rmailkwd.el (rmail-set-label):
8028 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8029 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8030
f3fe222a
GM
8031 * mail/rmail.el (rmail-current-message): Doc fix.
8032
50419064
GM
8033 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8034
28109f49
SM
80352011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8038
394c65f1
GM
80392011-11-22 Glenn Morris <rgm@gnu.org>
8040
8041 * mail/rmailmm.el (test-rmail-mime-handler)
8042 (test-rmail-mime-bulk-handler)
8043 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8044
f2a0aa3a
JL
80452011-11-21 Juri Linkov <juri@jurta.org>
8046
1154d12e
JB
8047 * calc/calc.el (calc-read-key-sequence):
8048 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8049
9c34a344
LMI
80502011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8051
8052 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8053 Tell the caller that the next line needs recomputation, even
8054 though it doesn't start a sexp (bug#10094).
8055
f04a3be9
SM
80562011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8059
7978747f
SM
80602011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8061
f04a3be9
SM
8062 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8063 Use force-same-window.
7978747f 8064
fe7a3057
JB
80652011-11-20 Juanma Barranquero <lekktu@gmail.com>
8066
8067 * descr-text.el (describe-char-unicode-data):
8068 * json.el (json-string-escape):
8069 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8070 (Footnote-unicode, Footnote-style-p):
8071 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8072
24901d61
CY
80732011-11-20 Chong Yidong <cyd@gnu.org>
8074
8075 * window.el (replace-buffer-in-windows): Restore interactive spec.
8076
bac7ff22
SM
80772011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8078
24f3d7b9
SM
8079 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8080
bac7ff22
SM
8081 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8082 (byte-compile-global-not-obsolete-vars): New var.
8083 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8084 Use it.
8085 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8086
cd1181db
JB
80872011-11-20 Juanma Barranquero <lekktu@gmail.com>
8088
8089 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8090 * progmodes/pascal.el (electric-pascal-equal):
8091 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8092 * xml.el (xml-substitute-special): Fix typos.
8093
7fb18e9e
GM
80942011-11-20 Glenn Morris <rgm@gnu.org>
8095
8096 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8097 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8098 Doc fixes.
8099 (rmail-decode-mime-charset): Mark as obsolete.
8100
8101 * mail/rmailsum.el (rmail-message-regexp-p-1):
8102 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8103 Before using mime functions, check they are set. (Bug#10077)
8104
d5a6b3ba
JL
81052011-11-19 Juri Linkov <juri@jurta.org>
8106
8107 * info.el (Info-finder-find-node): Use `package--builtins' instead
8108 of `package-alist'. Use node names formed by the pattern "Keyword "
8109 and the keyword name.
8110
e981b61f
AS
81112011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8112
1d00653d 8113 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8114
3ffbc301
JL
81152011-11-19 Juri Linkov <juri@jurta.org>
8116
8117 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8118 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8119 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8120 `old-history', `old-history-forward'. Add let-binding
8121 `window-selected'. Remove calls to `kill-buffer',
8122 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8123 before calling `Info-find-node', so `Info-find-node-2' will reread
8124 the Info file. Restore window positions only when `window-selected'
8125 is non-nil.
8126
30c62133
JL
81272011-11-19 Juri Linkov <juri@jurta.org>
8128
8129 * isearch.el (isearch-lazy-highlight-new-loop):
8130 Remove condition `(not isearch-error)'. (Bug#9918)
8131
8132 * misearch.el (multi-isearch-search-fun): Add condition
8133 `(not bound)' to ignore lazy-highlighting search.
8134 Add the search-failed message "end of multi" when the end of
8135 multi-sequence is reached. Uncapitalize the search-failed
8136 message "Repeat for next buffer".
8137
8138 * info.el (Info-search): Add the search-failed message
8139 "end of the manual" when the end of the manual is reached
8140 in Isearch mode.
8141
645ca9cf
JL
81422011-11-19 Juri Linkov <juri@jurta.org>
8143
8144 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8145 Use non-destructive `remove' instead of `delete' because
8146 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8147 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8148
df754f66
JL
81492011-11-19 Juri Linkov <juri@jurta.org>
8150
8151 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8152 to nil instead of binding `search-ring' and `regexp-search-ring'.
8153 (Bug#9185)
8154
0e23d96a
EZ
81552011-11-19 Eli Zaretskii <eliz@gnu.org>
8156
8157 * simple.el (line-move): Force movement by logical lines for any
8158 hscrolled window, not only when auto-hscroll-mode is on.
8159 (line-move-visual): Update doc string to that effect. (Bug#10076)
8160
8a6ccb66
AS
81612011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8162
8163 * language/european.el (macintosh): Define as alias for mac-roman.
8164
49ae5b39
EZ
81652011-11-19 Eli Zaretskii <eliz@gnu.org>
8166
8167 * mail/rmailmm.el (rmail-mime-display-header)
8168 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8169 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8170 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8171 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8172 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8173 of a raw aref.
8174 (rmail-mime-entity-segment): To get past the tagline, move forward
8175 2 more lines, to account for the 2 empty lines that precede and
8176 follow the line with the buttons.
8177 (rmail-mime-update-tagline): Move one more line, to get past the
8178 empty line that follows the buttons in the tagline. (Bug#9520)
8179
c56cad4a
MR
81802011-11-19 Martin Rudalics <rudalics@gmx.at>
8181
8182 * window.el (window-max-delta-1, window-min-delta-1)
8183 (window-min-size-1, window-state-get-1, window-state-put-1)
8184 (window-state-put-2): Use "window--" prefix.
8185
cbe71af3
SM
81862011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8187
2ad52c60
SM
8188 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8189 (smie-warning-count): New var.
8190 (smie-set-prec2tab): Use it.
8191 (smie-bnf->prec2): Improve warnings. Add docstring.
8192 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8193 (smie-bnf--set-class): New function.
8194 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8195 corner case.
8196
6944dbc1
SM
8197 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8198 (compilation-error-properties, compilation-move-to-column):
8199 Handle compilation-first-column while in the target buffer.
8200
c400c4d7
SM
8201 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8202 Don't hardcode point-min==1.
8203
6dbe3e96
SM
8204 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8205 (eshell-rewrite-for-command): Remove workaround.
8206 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8207 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8208 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8209
cbe71af3
SM
8210 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8211
a8e1496d
GM
82122011-11-17 Glenn Morris <rgm@gnu.org>
8213
8214 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8215 Ignore buffer-local generated-autoload-file if it is the same
8216 as the global value. (Bug#10049)
8217
df85d315
JB
82182011-11-17 Juanma Barranquero <lekktu@gmail.com>
8219
8220 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8221 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8222 (reftex-toc-previous-heading, reftex-toc-max-level)
8223 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8224 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8225 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8226 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8227 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8228 (reftex-toc-rename-label, reftex-toc-visit-location)
8229 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8230 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8231 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8232 leaving "*toc*" only for references to the buffer.
8233
a0c2d0ae
MR
82342011-11-17 Martin Rudalics <rudalics@gmx.at>
8235
8236 * window.el (window-resize, delete-window, split-window):
8237 Replace window-splits by window-combination-resize.
1d00653d 8238 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8239
35c0bac8
GM
82402011-11-17 Glenn Morris <rgm@gnu.org>
8241
8242 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8243 Make bash entry derive from sh entry, not shell entry.
8244
d0c8fc8a
MA
82452011-11-16 Michael Albinus <michael.albinus@gmx.de>
8246
7262a87c
MA
8247 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8248 local file name.
8249
7877f373
JB
82502011-11-16 Juanma Barranquero <lekktu@gmail.com>
8251
8252 * menu-bar.el (menu-bar-file-menu):
8253 * printing.el (pr-ps-utility):
8254 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8255 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8256 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8257 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8258 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8259 (icalendar--convert-cyclic-to-ical)
8260 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8261 (icalendar--convert-ical-to-diary)
8262 (icalendar--convert-recurring-to-diary)
8263 (icalendar--convert-non-recurring-all-day-to-diary)
8264 (icalendar-import-format-sample):
8265 * progmodes/idlw-shell.el (idlwave-shell-mode):
8266 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8267 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8268 (vhdl-ps-print-init): Fix typos.
8269
10649b82
KM
82702011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8271
9d0cfcd6
GM
8272 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8273 FSF and collapse date sequence, obscure author/maintainer email address
8274 better, remove extra version line, track relocation of author's webpage.
10649b82 8275
9d0cfcd6
GM
8276 * progmodes/python.el (python-pdbtrack-input-prompt)
8277 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8278 regular python pdb prompts. Adjustments shamelessly taken exactly as
8279 suggested in EmacsWiki page (tiny change):
8280 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8281
58179cce
JB
82822011-11-16 Juanma Barranquero <lekktu@gmail.com>
8283
8284 * expand.el (expand-pos, expand-index, expand-point):
8285 Remove redundant info from docstring.
8286 (expand-add-abbrevs): Doc fix.
8287 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8288 (expand-sample-perl-mode-expand-list): Fix typos.
8289
8290 * net/dbus.el (dbus-event-member-name):
8291 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8292 * term/pc-win.el (msdos-create-frame-with-faces):
8293 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8294
b6f67890
MR
82952011-11-16 Martin Rudalics <rudalics@gmx.at>
8296
8297 * window.el (split-window, window-state-get-1)
8298 (window-state-put-1, window-state-put-2): Rename occurrences of
8299 window-nest to window-combination-limit.
1d00653d 8300 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8301
ce7ddba0
CY
83022011-11-16 Chong Yidong <cyd@gnu.org>
8303
8304 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8305 regexp (Bug#10033).
8306
3ae704f4
SM
83072011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8310 `completing-read' will remove *Completions* and will preserve
8311 current-buffer for us.
8312 (tmm-add-prompt): Users of *Completions* will always (re)set its
8313 major mode.
8314 (tmm-old-comp-map): Remove.
8315
6ad1cdde
GM
83162011-11-16 Glenn Morris <rgm@gnu.org>
8317
8318 * mail/rmailedit.el: Require rmailmm when compiling.
8319 (rmail-old-mime-state): New declaration.
8320 (rmail-edit-current-message): If editing a mime message,
8321 edit the "raw" message from the mbox buffer.
8322 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8323
d20faa20
GM
83242011-11-15 Glenn Morris <rgm@gnu.org>
8325
8326 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8327 which wasn't being used. Add optional arg to force given state.
8328 (rmail-mime): Add optional arg to force given state.
8329
c7015153
JB
83302011-11-15 Juanma Barranquero <lekktu@gmail.com>
8331
8332 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8333 * frame.el (display-mm-dimensions-alist):
8334 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8335 (outline-move-subtree-down):
8336 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8337 (newsticker--treeview-do-get-node):
8338 * net/quickurl.el (quickurl-list-buffer-name):
8339 * progmodes/dcl-mode.el (dcl-mode):
8340 * progmodes/gdb-mi.el (gdb-mapcar*):
8341 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8342
45261b50
GM
83432011-11-15 Glenn Morris <rgm@gnu.org>
8344
8345 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8346 in a boolean sense, so just make it a boolean, and fix the doc.
8347 (rmail-show-mime-function, rmail-mime-feature)
8348 (rmail-require-mime-maybe): Doc fixes.
8349 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8350
8351 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8352
0d26e0b6
JB
83532011-11-15 Juanma Barranquero <lekktu@gmail.com>
8354
8355 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8356 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8357 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8358 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8359
447f30f6
GM
83602011-11-15 Glenn Morris <rgm@gnu.org>
8361
672b871d
GM
8362 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8363 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8364 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8365 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8366 (rmail-mime, rmail-show-mime): Doc fixes.
8367
f6aa5bb1
GM
8368 * term/ns-win.el (mode-line-frame-identification):
8369 Leave it alone. (Bug#10051)
8370
947cd66b
GM
8371 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8372
447f30f6
GM
8373 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8374 Handle empty buffers. (Bug#9978)
8375
0b381c7e
JB
83762011-11-14 Juanma Barranquero <lekktu@gmail.com>
8377
8378 * international/mule.el (define-charset):
8379 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8380 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8381 * progmodes/verilog-mode.el (verilog-backward-token):
8382 * textmodes/ispell.el (lookup-words):
8383 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8384
71e027ac
GM
83852011-11-14 Glenn Morris <rgm@gnu.org>
8386
56632ce4
GM
8387 * progmodes/executable.el
8388 (executable-make-buffer-file-executable-if-script-p):
8389 Handle file-modes returning nil.
8390
40500957
GM
8391 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8392 message - not necessary, and causes problems. (Bug#9831)
8393
071c2340
GM
8394 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8395
d3cfca60
GM
8396 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8397
71e027ac
GM
8398 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8399 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8400 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8401
89d61221
MR
84022011-11-12 Martin Rudalics <rudalics@gmx.at>
8403
8404 * window.el (window-resize, delete-window): Use window-splits
8405 variable instead of function.
8406 (window-state-get-1, window-state-put-2, window-state-put):
8407 Don't deal with windows' splits status.
8408
98282f6f
GM
84092011-11-12 Glenn Morris <rgm@gnu.org>
8410
8411 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8412 (apropos-documentation): Doc fixes.
8413
40a8bdf6
JB
84142011-11-11 Juanma Barranquero <lekktu@gmail.com>
8415
8416 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8417 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8418
65bd19ff
SM
84192011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * electric.el (electric-indent-post-self-insert-function): Make it
8422 possible for a char to only indent in some circumstances.
8423 (electric-indent-mode): Simplify.
8424
54f9154c
MR
84252011-11-11 Martin Rudalics <rudalics@gmx.at>
8426
8427 * window.el (windows-with-parameter): Remove unused function.
8428 (windows-at-side): Rename to window-at-side-list.
8429 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8430 (window-side-check, window-size-ignore, window-size-fixed-1)
8431 (window-in-direction-2): Prefix with "window--".
8432 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8433
68cbc58b
GM
84342011-11-11 Glenn Morris <rgm@gnu.org>
8435
8436 * subr.el (eval-after-load): If FILE is already loaded,
8437 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8438
b2621720
GM
84392011-11-10 Glenn Morris <rgm@gnu.org>
8440
9a4de110
GM
8441 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8442 Call svn via vc-svn-command rather than vc-do-command.
8443 (vc-svn-command): Add --non-interactive. (Bug#9993)
8444 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8445
b2621720
GM
8446 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8447 Add toggle-read-only. (Bug#7292)
8448 * files.el (toggle-read-only): Mention that it should only
8449 be used interactively. (Bug#10006)
8450
1dce7193
SM
84512011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8452
d9ac1a1e
SM
8453 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8454 Adjust regexp for OCaml warnings.
8455
0c325082
SM
8456 * electric.el (electric-pair-post-self-insert-function): Let user
8457 turn it off buffer-locally (bug#9932).
8458
90132c14
SM
8459 * progmodes/python.el (python-beginning-of-statement):
8460 Rewrite (bug#2703).
8461
1dce7193
SM
8462 * progmodes/compile.el: Better handle TABs (bug#9749).
8463 (compilation-internal-error-properties)
8464 (compilation-next-error-function): Obey the target buffer's
8465 compilation-error-screen-columns.
8466
c4e7c63a
JB
84672011-11-09 Juanma Barranquero <lekktu@gmail.com>
8468
8469 * progmodes/meta-mode.el: Remove obsolete comments.
8470 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8471 Fix typos in docstrings.
8472
2cffd681
MR
84732011-11-09 Martin Rudalics <rudalics@gmx.at>
8474
8475 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8476 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8477 (window--resizable): New function. Make all callers of
8478 window-resizable call window--resizable instead.
8479 (window-resizable): Rewrite in terms of window--resizable.
8480
0edcba87
GM
84812011-11-08 Glenn Morris <rgm@gnu.org>
8482
8483 * progmodes/delphi.el (delphi-mode-syntax-table):
8484 Let define-derived-mode define a proper syntax table. (Bug#9994)
8485
4b0d61e3
SM
84862011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * window.el: Stay away from defsubst.
8489 (window-list-no-nils): Remove.
8490 (window-state-get-1, window-state-get): Use backquote instead.
8491
cd394be1 84922011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8493
4b0d61e3 8494 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8495 Fix incorrect use of default argument in `completing-read'.
8496
e1c2c6f2
MR
84972011-11-08 Martin Rudalics <rudalics@gmx.at>
8498
8499 * window.el (display-buffer-function, special-display-function):
8500 Mention display-buffer-record-window but do not mention
8501 help-setup parameter in doc-strings.
b3f4a882 8502 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8503
105216ed
CY
85042011-11-08 Chong Yidong <cyd@gnu.org>
8505
8506 * window.el (window-total-height, window-total-width): Doc fix.
8507 (window-body-size): Move from C.
8508 (window-body-height, window-body-width): Move to C.
8509
0a9f9ab5
SM
85102011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * window.el: Make special-display like display-buffer-alist (bug#9532).
8513 (display-buffer--special-action): New function, morphed
8514 from display-buffer--special.
8515 (display-buffer): Use it to handle special-display-buffers at higher
8516 priority (just after display-buffer-alist).
8517 (display-buffer-fallback-action, display-buffer--other-frame-action)
8518 (pop-to-buffer-same-window): Remove display-buffer--special.
8519
a769dd15
GM
85202011-11-07 Glenn Morris <rgm@gnu.org>
8521
8522 * calendar/cal-menu.el (cal-menu-set-date-title):
8523 Do nothing if not in a calendar. (Bug#9976)
8524
05a61ee3
SM
85252011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8526
8527 * files.el (find-file): Always use selected-window.
8528
be7f5545
MR
85292011-11-07 Martin Rudalics <rudalics@gmx.at>
8530
8531 * window.el (window-combinations): Make WINDOW argument
8532 mandatory. Rewrite doc-string.
8533 (walk-window-subtree, window-atom-check, window-min-delta)
8534 (window-max-delta, window--resize-this-window)
8535 (window--resize-root-window-vertically, window-tree)
8536 (balance-windows, window-state-put): Rewrite doc-strings as to
8537 not mention the term "subwindow".
8538 (window--resize-subwindows-skip-p): Rename to
8539 window--resize-child-windows-skip-p.
8540 (window--resize-subwindows-normal): Rename to
8541 window--resize-child-windows-normal.
8542 (window--resize-subwindows): Rename to
8543 window--resize-child-windows.
8544 (window-or-subwindow-p): Rename to window--in-subtree-p.
8545
3c6702ef
ML
85462011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8547
8548 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8549 Ensure that mbox format messages end in two newlines (Bug#9974).
8550
49745b39
CY
85512011-11-06 Chong Yidong <cyd@gnu.org>
8552
8553 * window.el (window-combination-p): Function deleted; its
8554 side-effect is not used in any existing code.
8555 (window-combinations, window-combined-p): Call window-*-child
8556 directly.
8557
24300f5f
CY
85582011-11-05 Chong Yidong <cyd@gnu.org>
8559
8560 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8561 (window-size-ignore, window-state-get): Callers changed.
8562 (window-normalize-window): Rename from window-normalize-any-window.
8563 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8564 (window-normalize-live-window): Delete.
447f16b8
CY
8565 (window-combination-p, window-combined-p, window-combinations)
8566 (walk-window-subtree, window-atom-root, window-min-size)
8567 (window-sizable, window-sizable-p, window-size-fixed-p)
8568 (window-min-delta, window-max-delta, window-resizable)
8569 (window-resizable-p, window-full-height-p, window-full-width-p)
8570 (window-current-scroll-bars, window-point-1, set-window-point-1)
8571 (window-at-side-p, window-in-direction, window-resize)
8572 (adjust-window-trailing-edge, maximize-window, minimize-window)
8573 (window-deletable-p, delete-window, delete-other-windows)
8574 (record-window-buffer, unrecord-window-buffer)
8575 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8576 (quit-window, split-window, window-state-put)
8577 (set-window-text-height, fit-window-to-buffer)
8578 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8579
89bd5ee1
EZ
85802011-11-04 Eli Zaretskii <eliz@gnu.org>
8581
53479029
EZ
8582 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8583 rfc2047-decode-string.
8584 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8585 warnings.
8586
89bd5ee1
EZ
8587 * window.el (window-body-height, window-body-width): Mention in
8588 the doc string that the return values are in frame's canonical
8589 units. (Bug#9949)
8590
bd17fdee
AM
85912011-11-03 Alan Mackenzie <acm@muc.de>
8592
8593 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8594 change in cc-engine.el.
8595
acc825c5
SM
85962011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8599
1885e5b8
MR
86002011-11-02 Martin Rudalics <rudalics@gmx.at>
8601
8602 * window.el (quit-window): Call unrecord-window-buffer after
8603 showing another buffer in the window. (Bug#9937)
acc825c5 8604 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8605
ebe06da9
JB
86062011-11-02 Juanma Barranquero <lekktu@gmail.com>
8607
8608 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8609 Accept status with more than 9 shelves. (Bug#9935)
8610 Reported by Colin D Bennett <colin@gibibit.com>.
8611
4ee88440
MR
86122011-11-01 Martin Rudalics <rudalics@gmx.at>
8613
8614 * help.el (with-help-window): Don't reference
8615 temp-buffer-show-specifiers in doc-string.
8616
08e1d82c
AS
86172011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8618
8619 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8620 menu-item.
8621
84bd6e9e
VJL
86222011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8623
8624 * whitespace.el: New version 13.2.2.
8625 (whitespace-newline-mode): Disable properly. Reported by Sarah
8626 <EmacsWiki>.
8627
dba0634a
UJ
86282011-10-30 Ulf Jasper <ulf.jasper@web.de>
8629
8630 * net/newst-treeview.el: Remove "Time-stamp".
8631 (newsticker--group-manage-orphan-feeds): Do not call
8632 newsticker--treeview-tree-update.
db22a3c2
JB
8633 (newsticker-treeview-update, newsticker-treeview):
8634 Call newsticker--treeview-tree-update if necessary.
dba0634a 8635
3d8daefe
MR
86362011-10-30 Martin Rudalics <rudalics@gmx.at>
8637
8638 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8639 (window-iso-combinations): Remove "iso-" infix.
8640 Suggested by Chong Yidong.
3d8daefe
MR
8641 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8642 (window-max-delta-1, window-resize, window--resize-siblings)
8643 (window--resize-this-window, adjust-window-trailing-edge)
8644 (split-window, balance-windows-1)
8645 (shrink-window-if-larger-than-buffer):
8646 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8647 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8648
1bc4c3ae
SM
86492011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8652 in place (bug#9907).
8653 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8654 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8655 (eshell-structure-basic-command, eshell-rewrite-while-command)
8656 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8657 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8658 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8659 (eshell-do-pipelines-synchronously, eshell-eval-command):
8660 Use backquotes and prefer setq to set.
8661 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8662 (eshell-macrop): Use functionp.
c1e2f5fa 8663 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8664
30b65d9c
CY
86652011-10-30 Chong Yidong <cyd@gnu.org>
8666
8667 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8668 instead of set-mark (Bug#9810).
8669
2d197ffb
CY
86702011-10-30 Chong Yidong <cyd@gnu.org>
8671
8672 * window.el (split-window-below, split-window-right): Rename from
8673 split-window-above-each-other and split-window-side-by-side
8674 respectively. All callers changed.
8675 (split-window-sensibly, split-window-sensibly): Use them.
8676 (split-window-keep-point): Doc fix.
8677
8678 * isearch.el: Add isearch-scroll property to split-window-below
8679 and split-window-right.
8680
8681 * follow.el (follow-mode):
8682 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8683 * progmodes/ada-xref.el (ada-gdb-application):
8684 * emulation/vip.el (vip-buffer-in-two-windows):
8685 * image-dired.el (image-dired-dired-with-window-configuration):
8686 * dired-x.el (dired-do-find-marked-files):
8687 * dired.el (dired-pop-to-buffer):
8688 * bs.el (bs--show-with-configuration):
8689 * vc/emerge.el (emerge-setup-windows):
8690 * textmodes/two-column.el (2C-two-columns):
8691 * textmodes/reftex-toc.el (reftex-toc):
8692 * progmodes/gdb-mi.el (gdb-setup-windows):
8693 * progmodes/fortran.el (fortran-window-create):
8694 * net/newst-treeview.el (newsticker--treeview-window-init):
8695 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8696 * emulation/tpu-edt.el (tpu-gold-map):
8697 * emulation/crisp.el (crisp-mode-map):
8698 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8699
38bb2ca8
CY
87002011-10-29 Chong Yidong <cyd@gnu.org>
8701
aa4de341
CY
8702 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8703
e1eb5385
CY
8704 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8705
5d2ece3c
CY
8706 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8707 forged Ispell output (Bug#7904).
8708
38bb2ca8
CY
8709 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8710
d0af9f77
SM
87112011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * doc-view.el: Avoid ugly errors about not finding nil.
8714 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8715 (doc-view-dvipdf-program, doc-view-unoconv-program)
8716 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8717 Avoid nil or absolute file name as default value.
8718 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8719
52bedd34
AM
87202011-10-28 Alan Mackenzie <acm@muc.de>
8721
db22a3c2 8722 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8723
7e43cfa5
AM
87242011-10-28 Alan Mackenzie <acm@muc.de>
8725
8726 Amend the handling of c-beginning/end-of-defun in nested declaration
8727 scopes.
8728
52bedd34
AM
8729 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8730 cc-langs.el. Change it to a defcustom.
7e43cfa5 8731
52bedd34
AM
8732 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8733 cc-vars.el.
7e43cfa5 8734
d0af9f77
SM
8735 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8736 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8737
52bedd34 8738 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8739 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8740 (c-widen-to-enclosing-decl-scope): New function.
8741 (c-while-widening-to-decl-block): New macro.
8742 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8743 outward for defun boundaries, and correspondingly change symbol
8744 `respect-enclosure' to `go-outward'.
8745 (c-declaration-limits): Change algorithm to report only the "innermost"
8746 defun's boundaries.
8747
1a2ce9ee
DD
87482011-10-28 Deniz Dogan <deniz@dogan.se>
8749
8750 * net/rcirc.el (rcirc-mode): Use hard newlines.
8751
bc97a826
AM
87522011-10-28 Alan Mackenzie <acm@muc.de>
8753
8754 Amend to indent and fontify macros "which include their own semicolon"
8755 correctly, using the "virtual semicolon" mechanism.
8756
52bedd34 8757 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8758
d0af9f77 8759 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8760 Recode to scan one line at a time rather than having \n and \r
58179cce 8761 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8762 (c-forward-label): Amend for virtual semicolons.
58179cce 8763 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8764
52bedd34
AM
8765 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8766 of the new C macros.
bc97a826 8767
52bedd34 8768 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8769 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8770 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8771 (c-opt-cpp-macro-define): Make into a full language variable.
8772 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8773 AWK Mode (including \n, \r) removed, no longer needed.
8774
d0af9f77
SM
8775 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8776 Invoke c-make-macro-with-semi-re.
bc97a826 8777
52bedd34
AM
8778 * progmodes/cc-vars.el (c-macro-with-semi-re):
8779 (c-macro-names-with-semicolon): New variables.
58179cce 8780 (c-make-macro-with-semi-re): New function.
bc97a826 8781
7a6c0941
SM
87822011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * vc/log-edit.el: Fill empty field rather than adding new one.
8785 (log-edit-add-field): New function.
8786 (log-edit-insert-changelog): Use it.
8787
b0c4cdcf
ML
87882011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8789
8790 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8791
ee1f1da9
SM
87922011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8795 (gdb--check-interpreter): New function.
8796 (gdb): Use it.
8797
51bc5f8b
GM
87982011-10-27 Glenn Morris <rgm@gnu.org>
8799
416a2c45
GM
8800 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8801 (least-positive-float, least-negative-float)
8802 (least-positive-normalized-float, least-negative-normalized-float)
8803 (float-epsilon, float-negative-epsilon):
8804 Remove unnecessary declarations.
8805
8806 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8807 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8808 (least-positive-float, least-negative-float)
8809 (least-positive-normalized-float, least-negative-normalized-float)
8810 (float-epsilon, float-negative-epsilon): Add doc-strings,
8811 based on those in cl.texi.
8812
51bc5f8b
GM
8813 * files.el (set-visited-file-name): If the major-mode changed,
8814 reload the local variables. (Bug#9796)
8815
15de15c6
CY
88162011-10-27 Chong Yidong <cyd@gnu.org>
8817
8818 * subr.el (change-major-mode-after-body-hook): New hook.
8819 (run-mode-hooks): Run it.
8820
ee1f1da9
SM
8821 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8822 Use change-major-mode-before-body-hook.
15de15c6
CY
8823
8824 * simple.el (fundamental-mode):
8825 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8826 change introducing fundamental-mode-hook.
8827
5430d399
JB
88282011-10-26 Juanma Barranquero <lekktu@gmail.com>
8829
acc825c5 8830 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8831
ad74a69e
MA
88322011-10-26 Michael Albinus <michael.albinus@gmx.de>
8833
8834 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8835 tramp.el explicitly. (Bug#7583)
ad74a69e 8836
71d4c2a5
SM
88372011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * progmodes/octave-mod.el:
8840 * progmodes/octave-inf.el: Update maintainer.
8841
b1f6fa26
CY
88422011-10-26 Chong Yidong <cyd@gnu.org>
8843
8844 * subr.el (with-wrapper-hook): Rewrite doc.
8845
3f04efd6
MA
88462011-10-25 Michael Albinus <michael.albinus@gmx.de>
8847
8848 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8849 filenames "/method:foo:". (Bug#9793)
3f04efd6 8850
410488d3
SM
88512011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8854 (bug#9865).
8855
c1ebb47e
GM
88562011-10-24 Glenn Morris <rgm@gnu.org>
8857
8858 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8859
7f5c46c7
MA
88602011-10-24 Michael Albinus <michael.albinus@gmx.de>
8861
8862 * notifications.el: Add the requirement of a running D-Bus session
8863 bus to the Commentary.
8864
db2440b6
JL
88652011-10-24 Juri Linkov <juri@jurta.org>
8866
8867 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8868 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8869 (Bug#9364)
8870
feecf435
JL
88712011-10-24 Juri Linkov <juri@jurta.org>
8872
8873 * info.el (Info-following-node-name-re): Add newline to the list
8874 of allowed characters for leading space. (Bug#9824)
8875
a3839de2
SM
88762011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8877
acc825c5
SM
8878 * progmodes/octave-inf.el (inferior-octave-mode-map):
8879 Fix C-c C-h binding.
a3839de2
SM
8880 * progmodes/octave-mod.el (octave-help): Remove.
8881
09388e76
MA
88822011-10-23 Michael Albinus <michael.albinus@gmx.de>
8883
8884 Sync with Tramp 2.2.3.
8885
8886 * net/tramp-cache.el (top): Pacify byte-compiler using
8887 `init-file-user' and `site-run-file'.
8888
8889 * net/trampver.el: Update release number.
8890
86c60681
CY
88912011-10-23 Chong Yidong <cyd@gnu.org>
8892
8893 * files.el (toggle-read-only): Remove obsolete comment about
8894 version control.
8895
8896 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8897 for toggle-read-only. Note that this hasn't called vc-next-action
8898 since 2008-05-02, though it wasn't documented at the time.
8899
a3839de2
SM
8900 * vc/ediff-init.el (ediff-toggle-read-only-function):
8901 Use toggle-read-only.
86c60681 8902
cd5495ff
AM
89032011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8904
8905 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8906 of c-parse-state.
8907
00b77525 8908 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8909 correct faulty logical expression.
cd5495ff
AM
8910 (c-parse-state-state, c-record-parse-state-state):
8911 (c-replay-parse-state-state): New defvar/defuns.
8912 (c-debug-parse-state): Use new functions.
8913
42ee24ed
MR
89142011-10-22 Martin Rudalics <rudalics@gmx.at>
8915
8916 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8917 last fix. Use window-in-direction correctly.
42ee24ed 8918
a7dee7e7
CY
89192011-10-21 Chong Yidong <cyd@gnu.org>
8920
8921 * progmodes/idlwave.el (idlwave-mode):
8922 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8923 require-final-newline; that's done in prog-mode.
8924 Suggested by Stefan Monnier.
a7dee7e7 8925
e07b9a6d
MR
89262011-10-21 Martin Rudalics <rudalics@gmx.at>
8927
8928 * mouse.el (mouse-drag-window-above)
8929 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8930 (mouse-drag-mode-line-1, mouse-drag-header-line)
8931 (mouse-drag-vertical-line-rightward-window): Remove.
8932 (mouse-drag-line): New function.
8933 (mouse-drag-mode-line, mouse-drag-header-line)
8934 (mouse-drag-vertical-line): Call mouse-drag-line.
8935 * window.el (window-at-side-p, windows-at-side): New functions.
8936
7e1361d9
UM
89372011-10-21 Ulrich Mueller <ulm@gentoo.org>
8938
8939 * tar-mode.el (tar-grind-file-mode):
8940 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8941
30fcaf3a
CY
89422011-10-21 Chong Yidong <cyd@gnu.org>
8943
8944 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8945 * progmodes/vera-mode.el (vera-mode):
8946 Use mode-require-final-newline.
30fcaf3a 8947
516eddb0
GM
89482011-10-20 Glenn Morris <rgm@gnu.org>
8949
db22a3c2 8950 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8951
10d5f513
CS
89522011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8953
8954 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8955
ac6c8639
CY
89562011-10-20 Chong Yidong <cyd@gnu.org>
8957
8958 * emulation/cua-base.el (cua-mode):
8959 * mail/footnote.el (footnote-mode):
8960 * mail/mailabbrev.el (mail-abbrevs-mode):
8961 * net/xesam.el (xesam-minor-mode):
8962 * progmodes/bug-reference.el (bug-reference-mode):
8963 * progmodes/cap-words.el (capitalized-words-mode):
8964 * progmodes/compile.el (compilation-minor-mode)
8965 (compilation-shell-minor-mode):
8966 * progmodes/gud.el (gud-tooltip-mode):
8967 * progmodes/hideif.el (hide-ifdef-mode):
8968 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8969 * progmodes/subword.el (subword-mode):
8970 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8971 * progmodes/which-func.el (which-function-mode):
8972 * term/tvi970.el (tvi970-set-keypad-mode):
8973 * term/vt100.el (vt100-wide-mode):
8974 * textmodes/flyspell.el (flyspell-mode):
8975 * textmodes/ispell.el (ispell-minor-mode):
8976 * textmodes/nroff-mode.el (nroff-electric-mode):
8977 * textmodes/paragraphs.el (use-hard-newlines):
8978 * textmodes/refill.el (refill-mode):
8979 * textmodes/reftex.el (reftex-mode):
8980 * textmodes/rst.el (rst-minor-mode):
8981 * textmodes/sgml-mode.el (html-autoview-mode)
8982 (sgml-electric-tag-pair-mode):
8983 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8984 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8985 * emulation/crisp.el (crisp-mode):
8986 * emacs-lisp/eldoc.el (eldoc-mode):
8987 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8988 minor mode behavior.
8989
aa42ab43
JL
89902011-10-19 Juri Linkov <juri@jurta.org>
8991
8992 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8993 the list of hard-coded chars with escape-glyph face.
8994
89400f1d
SM
89952011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8998
305c07f6
MA
89992011-10-19 Michael Albinus <michael.albinus@gmx.de>
9000
9001 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9002 running process.
9003
13754b54
GM
90042011-10-19 Glenn Morris <rgm@gnu.org>
9005
9006 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9007 Ignore ignored files. (Bug#9726)
9008
06e21633
CY
90092011-10-19 Chong Yidong <cyd@gnu.org>
9010
9011 Doc fix for minor modes, stating that an omitted argument enables
9012 the mode unconditionally when called from Lisp.
9013
9014 * abbrev.el (abbrev-mode):
9015 * allout.el (allout-mode):
9016 * autoinsert.el (auto-insert-mode):
9017 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9018 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9019 (global-auto-revert-mode):
9020 * battery.el (display-battery-mode):
9021 * composite.el (global-auto-composition-mode)
9022 (auto-composition-mode):
9023 * delsel.el (delete-selection-mode):
9024 * desktop.el (desktop-save-mode):
9025 * dired-x.el (dired-omit-mode):
9026 * dirtrack.el (dirtrack-mode):
9027 * doc-view.el (doc-view-minor-mode):
9028 * double.el (double-mode):
9029 * electric.el (electric-indent-mode, electric-pair-mode):
9030 * emacs-lock.el (emacs-lock-mode):
9031 * epa-hook.el (auto-encryption-mode):
9032 * follow.el (follow-mode):
9033 * font-core.el (font-lock-mode):
9034 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9035 * help.el (temp-buffer-resize-mode):
9036 * hilit-chg.el (highlight-changes-mode)
9037 (highlight-changes-visible-mode):
9038 * hi-lock.el (hi-lock-mode):
9039 * hl-line.el (hl-line-mode, global-hl-line-mode):
9040 * icomplete.el (icomplete-mode):
9041 * ido.el (ido-everywhere):
9042 * image-file.el (auto-image-file-mode):
9043 * image-mode.el (image-minor-mode):
9044 * iswitchb.el (iswitchb-mode):
9045 * jka-cmpr-hook.el (auto-compression-mode):
9046 * linum.el (linum-mode):
9047 * longlines.el (longlines-mode):
9048 * master.el (master-mode):
9049 * mb-depth.el (minibuffer-depth-indicate-mode):
9050 * menu-bar.el (menu-bar-mode):
9051 * minibuf-eldef.el (minibuffer-electric-default-mode):
9052 * mouse-sel.el (mouse-sel-mode):
9053 * msb.el (msb-mode):
9054 * mwheel.el (mouse-wheel-mode):
9055 * outline.el (outline-minor-mode):
9056 * paren.el (show-paren-mode):
9057 * recentf.el (recentf-mode):
9058 * reveal.el (reveal-mode, global-reveal-mode):
9059 * rfn-eshadow.el (file-name-shadow-mode):
9060 * ruler-mode.el (ruler-mode):
9061 * savehist.el (savehist-mode):
9062 * scroll-all.el (scroll-all-mode):
9063 * scroll-bar.el (scroll-bar-mode):
9064 * server.el (server-mode):
9065 * shell.el (shell-dirtrack-mode):
9066 * simple.el (auto-fill-mode, transient-mark-mode)
9067 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9068 (line-number-mode, column-number-mode, size-indication-mode)
9069 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9070 * strokes.el (strokes-mode):
9071 * time.el (display-time-mode):
9072 * t-mouse.el (gpm-mouse-mode):
9073 * tool-bar.el (tool-bar-mode):
9074 * tooltip.el (tooltip-mode):
9075 * type-break.el (type-break-mode-line-message-mode)
9076 (type-break-query-mode):
9077 * view.el (view-mode):
9078 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9079 (global-whitespace-mode, global-whitespace-newline-mode):
9080 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9081
a3839de2
SM
9082 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9083 Fix autogenerated docstring.
06e21633 9084
5214e501
JL
90852011-10-19 Juri Linkov <juri@jurta.org>
9086
9087 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9088 by checking environment variables "DESKTOP_SESSION" and
9089 "XDG_CURRENT_DESKTOP". (Bug#9779)
9090
195f8db9
JL
90912011-10-19 Juri Linkov <juri@jurta.org>
9092
9093 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9094 (browse-url-chromium-program, browse-url-chromium-arguments):
9095 New defcustoms.
9096 (browse-url-default-browser): Check for `browse-url-chromium' and
9097 call `browse-url-chromium-program'.
9098 (browse-url-chromium): New command. (Bug#9779)
9099
343a34ff
JB
91002011-10-18 Juanma Barranquero <lekktu@gmail.com>
9101
9102 * facemenu.el (list-colors-duplicates): On Windows, detect more
9103 duplicates by assuming that only colors matching "^System" are
9104 special "system colors". (Bug#9722)
9105
6978a151
SM
91062011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9109 to distinguish the author from the committer.
9110
6a80b297
MA
91112011-10-18 Michael Albinus <michael.albinus@gmx.de>
9112
9113 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9114
b31a5677
JK
91152011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9116
9117 * international/mule.el (sgml-html-meta-auto-coding-function):
9118 Add support for detecting encoding in HTML5 specified only as
9119 <meta charset="UTF-8">. Implementation just makes http-equiv and
9120 content-type parts from HTML4 encoding string optional. (Bug#9716)
9121
80c6d77f
GM
91222011-10-18 Glenn Morris <rgm@gnu.org>
9123
9124 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9125
08b0fee8
CY
91262011-10-18 Chong Yidong <cyd@gnu.org>
9127
9128 * faces.el (cursor): Doc fix.
9129
67e729a5
CY
91302011-10-17 Chong Yidong <cyd@gnu.org>
9131
9132 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9133
343a34ff 91342011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9135
9136 * dirtrack.el (dirtrack): Support shell buffers with path
9137 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9138
0bc06380
TZ
91392011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9140
9141 * json.el: Bump version to 1.3 and note change in History.
9142 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9143
8b79f3e0
SM
91442011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9145
5a7c536b
SM
9146 * comint.el (comint-insert-input, comint-send-input)
9147 (comint-get-old-input-default, comint-backward-matching-input)
9148 (comint-next-prompt): Use nil instead of `input' for field property of
9149 past user input (bug#114).
9150
96a8a0df
SM
9151 * minibuffer.el (completion--replace): Inherit surrounding properties
9152 (bug#114).
9153 (minibuffer-complete-and-exit): Use it.
9154
8b79f3e0
SM
9155 * comint.el (comint--table-subvert): Quote the all-completions output
9156 (bug#9160).
9157
b8f7ff0d
MR
91582011-10-17 Martin Rudalics <rudalics@gmx.at>
9159
8b79f3e0 9160 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9161
b8f7ff0d 9162 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9163 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9164 entries and separate them from frame entries.
9165
c235b555
GM
91662011-10-15 Glenn Morris <rgm@gnu.org>
9167
9168 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9169 Doc fixes.
9170
6bbfa6e1
CY
91712011-10-15 Chong Yidong <cyd@stupidchicken.com>
9172
8b79f3e0
SM
9173 * net/network-stream.el (network-stream-open-starttls):
9174 Improve detection of failure due to lack of TLS support.
ec5c990d 9175
6bbfa6e1
CY
9176 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9177 putting the input text in front and in bold.
9178
98488977
SM
91792011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9180
3d1337be
SM
9181 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9182
ee0b45e4
SM
9183 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9184 empty buffer.
9185
98488977
SM
9186 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9187 unread-command-events rather than pushing yet-another event.
9188
186f4720
EZ
91892011-10-14 Eli Zaretskii <eliz@gnu.org>
9190
9191 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9192 the explanation of the possible choices. Make the options passed
9193 to completing-read shorter.
9194
8b7a997c
AM
91952011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9196
9197 * textmodes/flyspell.el (flyspell-large-region): Make sure
9198 extended character mode is used if defined (Bug#1339).
9199
12587bbb
EZ
92002011-10-13 Eli Zaretskii <eliz@gnu.org>
9201
9202 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9203 character info for LRE, LRO, RLE, and RLO characters by appending
9204 an invisible PDF.
12587bbb 9205
bad41229
SM
92062011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9209 even in case of error; add debug spec; simplify data flow.
9210 (with-timeout-handler): Remove.
9211
28dbc92f
MA
92122011-10-12 Michael Albinus <michael.albinus@gmx.de>
9213
9214 Fix Bug#6019, Bug#9315.
9215
9216 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9217 complete `buffer-file-name', the local file name part could look
9218 remotely (for example on VMS).
9219
9220 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9221 `tramp-run-real-handler'.
9222 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9223 already quoted by '"'.
9224
9225 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9226 Let `file-name-handler-alist' be nil, the local file name part
9227 could look remotely (for example on VMS).
9228
e1b0b23a
SM
92292011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9232 from here...
9233 (flyspell-post-command-hook): ...to here.
9234
a120bde9
SM
92352011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9238 if not needed.
9239 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9240 using completion. Protect against "slow" callers.
9241 Remove the "message hack".
9242
7ce7717b
JL
92432011-10-11 Juri Linkov <juri@jurta.org>
9244
9245 * isearch.el (isearch-lazy-highlight-word): New variable.
9246 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9247 Use it. (Bug#9727)
9248
c02ee9d6
GM
92492011-10-11 Glenn Morris <rgm@gnu.org>
9250
9251 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9252 like f90-previous-statement does.
9253
93e616fd 92542011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9255
1f190e73 9256 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9257 only in interactive use, to avoid error.
9258
af7b6078
SM
92592011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * minibuffer.el (completion-file-name-table): Fix last change,
9262 i.e. ignore normal errors but not the other ones.
9263
0563dae9
MR
92642011-10-10 Martin Rudalics <rudalics@gmx.at>
9265
9266 * window.el (special-display-buffer-names)
9267 (special-display-regexps): Remove some remnants of earlier
9268 changes from doc-strings.
366ca7f3
MR
9269 (quit-windows-on): New function.
9270
9271 * vc/vc.el (vc-revert, vc-rollback):
9272 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9273 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9274 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9275
49677495
MR
92762011-10-09 Martin Rudalics <rudalics@gmx.at>
9277
9278 * window.el (frame-auto-hide-function): Add version tag.
9279 (Bug#9699)
9280
56f2d1e1
MA
92812011-10-09 Michael Albinus <michael.albinus@gmx.de>
9282
9283 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9284 condition.
9285
112a6592
LL
92862011-10-09 Leo Liu <sdl.web@gmail.com>
9287
9288 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9289 (Bug#9701)
9290
0812589b
GM
92912011-10-08 Glenn Morris <rgm@gnu.org>
9292
9293 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9294 before the first code statement zero indent. (Bug#9690)
9295
b2b0776e
CY
92962011-10-08 Chong Yidong <cyd@stupidchicken.com>
9297
9298 * simple.el (count-words-region): Always count in the region.
9299 Report the number of lines and characters too.
9300 (count-words): New command, which counts in the buffer if the
9301 region is inactive, as count-words-region used to.
9302 (count-words--message): New function. Handle plurals.
9303 (count-lines-region): Make it an alias for count-words-region.
9304
9305 * bindings.el (esc-map): Replace count-lines-region with
9306 count-words-region.
9307
c557cd6b
MR
93082011-10-08 Martin Rudalics <rudalics@gmx.at>
9309
9310 * window.el (window--delete): Delete dedicated frame
9311 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9312 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9313
61a57ef4 93142011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9315
3a7d293b 9316 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9317
c3833279
CY
93182011-10-07 Chong Yidong <cyd@stupidchicken.com>
9319
9320 * bindings.el ([M-left],[M-right]): Bind to left-word and
9321 right-word respectively.
9322
21ce8245
GM
93232011-10-07 Glenn Morris <rgm@gnu.org>
9324
9325 * cus-start.el (debug-on-quit): Fix custom type.
9326
6d823bb2
LMI
93272011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9328
0181e193
LMI
9329 * subr.el (define-key-after): Clarify that the function is not
9330 useful for non-menu keymaps.
9331
6d823bb2
LMI
9332 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9333
8e3459ce 93342011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9335
21ce8245 9336 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9337 in current minibuffer (Fix bug with recursive minibuffers).
9338
a1c2d21e
CY
93392011-10-06 Chong Yidong <cyd@stupidchicken.com>
9340
9341 * progmodes/gdb-mi.el (gdb): Doc fix.
9342
5a4cf282
MR
93432011-10-05 Martin Rudalics <rudalics@gmx.at>
9344
9345 * window.el (frame-auto-hide-function): New option replacing
9346 frame-auto-delete. Suggested by Stefan Monnier.
9347 (window--delete): Call frame-auto-hide-function instead of
9348 investigating frame-auto-delete.
c96111ea
MR
9349 (window-point-1, set-window-point-1): New functions.
9350 (window-in-direction, record-window-buffer, window-state-get-1)
9351 (display-buffer-record-window): Use window-point-1 instead of
9352 window-point.
9353 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9354
9854542e
SM
93552011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9358
8943cfb0
GM
93592011-10-05 Glenn Morris <rgm@gnu.org>
9360
9361 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9362 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9363
647ab967
LL
93642011-10-05 Leo Liu <sdl.web@gmail.com>
9365
9366 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9367 works with buffer object.
9368
3ddfbced
SM
93692011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * mpc.el (mpc-tool-bar-map): Add labels.
9372
bdfa5dd2
GM
93732011-10-04 Glenn Morris <rgm@gnu.org>
9374
9375 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9376
0e2070b5
MR
93772011-10-04 Martin Rudalics <rudalics@gmx.at>
9378
9379 * window.el (window--delete): New function.
9380 (frame-auto-delete): Resuscitate option.
9381 (bury-buffer, replace-buffer-in-windows)
9382 (quit-window): Rewrite using window--delete.
9383 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9384 Pass display-buffer-mark-dedicated to window--display-buffer-2
9385 (Bug#9639).
9386
3dc61a09
SM
93872011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9388
915a9b64
SM
9389 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9390 returns a list (bug#9554). Add remote file name completion.
9391 * comint.el (comint--table-subvert): Curry and get quote&unquote
9392 functions as arguments.
9393 (comint--complete-file-name-data): Adjust call accordingly.
9394 * pcomplete.el (pcomplete--table-subvert): Remove.
9395 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9396
3dc61a09
SM
9397 * minibuffer.el (completion-table-case-fold): Use currying.
9398 (completion--styles-type, completion--cycling-threshold-type):
9399 New constants.
9400 (completion-styles, completion-category-overrides)
9401 (completion-cycle-threshold): Use them.
9402 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9403 completion-table-case-fold.
9404
8ea0a993
SB
94052011-10-03 Stephen Berman <stephen.berman@gmx.net>
9406
9407 * minibuffer.el (completion-category-overrides): Fix type of styles
9408 and add more user friendly tags (bug#9660).
9409
8c24b7f6
SM
94102011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9413 (mule-input-method-string): New widget.
9414 (default-input-method, language-info-custom-alist): Use it.
9415
428fe61a
SM
94162011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9417
32c1fffd
SM
9418 * pcomplete.el: Require comint.
9419 (pcomplete--common-suffix): Remove.
9420 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9421 (pcomplete--table-subvert): Sync with comint--table-subvert.
9422 (pcomplete--entries): Use comint-completion-file-name-table.
9423 * comint.el (comint-unquote-filename): Simplify.
9424 (comint-completion-file-name-table): New function (bug#9616).
9425 (comint--complete-file-name-data): Use it.
9426
428fe61a
SM
9427 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9428 (pcmpl-gnu-tar-buffer): Remove.
9429 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9430 around. Make sure pcomplete-suffix-list is only changed temporarily.
9431 Don't look inside the tar's file if it's too large.
428fe61a 9432
04c52e2f
CY
94332011-10-01 Chong Yidong <cyd@stupidchicken.com>
9434
ce3cefcc
CY
9435 * cus-edit.el (custom-mode-map):
9436 * epa.el (epa-key-list-mode-map):
9437 * man.el (Man-mode-map):
9438 * startup.el (splash-screen-keymap):
9439 * simple.el (special-mode-map): Use scroll-up-command and
9440 scroll-down-command.
9441
9442 * progmodes/idlw-help.el (idlwave-help-mode-map):
9443 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9444 * net/newst-plainview.el (newsticker-mode-map):
9445 * emulation/ws-mode.el (wordstar-mode-map):
9446 * emulation/vi.el (vi-com-map):
9447 * calc/calc-graph.el (calc-graph-show-dumb):
9448 * term/sun.el (terminal-init-sun):
9449 * term/ns-win.el (global-map):
9450 * progmodes/grep.el (grep-mode-map):
9451 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9452 * mail/rmail.el (rmail-mode-map):
9453 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9454
04c52e2f
CY
9455 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9456 custom-safe-themes as special.
9457
79adf8c8
JD
94582011-10-01 Julien Danjou <julien@danjou.info>
9459
9460 * notifications.el (notifications-notify): Fix docstring.
9461
63bd50d3
PS
94622011-10-01 Per Starbäck <per@starback.se>
9463
9464 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9465
199e4c7e
MR
94662011-09-30 Martin Rudalics <rudalics@gmx.at>
9467
9468 * startup.el (command-line-1): Fix last fix by inserting
9469 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9470 (Bug#9605) and (Bug#9636)
199e4c7e 9471
fe5f08dd
EZ
94722011-09-29 Eli Zaretskii <eliz@gnu.org>
9473
9474 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9475 window is hscrolled, move by logical lines. (Bug#9607)
9476 (line-move-visual): Update the doc string to the above effect.
9477
b5516bbd
MR
94782011-09-29 Martin Rudalics <rudalics@gmx.at>
9479
ccee00c0
MR
9480 * window.el (display-buffer-record-window): When WINDOW is the
9481 selected window use `point' instead of `window-point'. (Bug#9626)
9482
b5516bbd
MR
9483 * startup.el (command-line-1): Use insert-before-markers when
9484 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9485
b5516bbd
MR
9486 * help.el (help-window): Remove variable.
9487
52aa0014
GM
94882011-09-29 Glenn Morris <rgm@gnu.org>
9489
9490 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9491
df9a7357
JB
94922011-09-29 Juanma Barranquero <lekktu@gmail.com>
9493
9494 * descr-text.el (describe-char-categories): Accept category
9495 descriptions more than one line long.
9496
a8406c20
SM
94972011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9498
88d9610c
SM
9499 * simple.el (delete-trailing-whitespace): Fix last change.
9500
a5daf810
SM
9501 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9502 Don't confuse "y => 3" as the beginning of a `y' operation.
9503
a8406c20
SM
9504 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9505 object has more than 4 slots (bug#9613).
9506
a239d4e9
JB
95072011-09-28 Juanma Barranquero <lekktu@gmail.com>
9508
9509 * subr.el (with-output-to-temp-buffer):
9510 * net/quickurl.el (quickurl, quickurl-browse-url):
9511 Fix typos in docstrings.
9512
693fbdb6
EZ
95132011-09-27 Eli Zaretskii <eliz@gnu.org>
9514
9515 * minibuffer.el (completion-styles)
9516 (completion-category-overrides): Cross reference each other in doc
9517 strings.
9518
8b457e28
GM
95192011-09-27 Glenn Morris <rgm@gnu.org>
9520
9521 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9522 to split-string. (Bug#9606)
9523
85a16208
LMI
95242011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9525
9526 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9527 (bug#9615).
9528
502f9ebd
CY
95292011-09-27 Chong Yidong <cyd@stupidchicken.com>
9530
9531 * emacs-lisp/package.el (list-packages): Fix echo area message.
9532
7690bdea
LL
95332011-09-27 Leo Liu <sdl.web@gmail.com>
9534
9535 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9536
e2ee6f30
MA
95372011-09-25 Michael Albinus <michael.albinus@gmx.de>
9538
9539 * net/dbus.el (dbus-unregister-object): Don't release services for
9540 registered signals. (Bug#9581)
9541
f3f98342
TZ
95422011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9543
9544 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9545 function that picks between cfengine 2 and 3 support
9546 automatically. Update docs accordingly.
9547
dd7aa8dd
KH
95482011-09-22 Kenichi Handa <handa@m17n.org>
9549
9550 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9551 ZERO.
9552 (indian-itrans-v5-table-for-tamil): New variable.
9553 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9554
3f2b07f8
KM
95552011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9556
9557 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9558 that's true if the current command involved collapsing of text.
9559 It's reset to false at the beginning of the next command.
9560 (allout-post-command-business): Move the cursor to the beginning
9561 of entry if the cursor is hidden and collapsing activity just
9562 happened.
9563
371d6a61
CY
95642011-09-24 Chong Yidong <cyd@stupidchicken.com>
9565
9566 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9567 tracking (Bug#9541).
9568
2ac2721a
UJ
95692011-09-24 Ulf Jasper <ulf.jasper@web.de>
9570
9571 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9572 (newsticker-show-news): Automatically load html rendering package
9573 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9574 because w3m-fill-column is let-bound" and the error "Symbol's value
9575 as variable is void: w3m-fill-column".
2ac2721a 9576
fac7ae53
MA
95772011-09-24 Michael Albinus <michael.albinus@gmx.de>
9578
9579 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9580 Release services only if they are defined. (Bug#9581)
9581
e08b633b
RS
95822011-09-23 Richard Stallman <rms@gnu.org>
9583
e488d29c
RS
9584 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9585 distinguish start of paragraph from start of its text.
9586
19c38752
RS
9587 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9588
e08b633b
RS
9589 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9590 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9591 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9592
0a39f27e
AS
95932011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9594
9595 * international/mule-diag.el (mule-diag): Insert a newline after
9596 each fontset description.
9597
db4e950d
SM
95982011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * simple.el (delete-trailing-whitespace):
9601 Document last change; simplify.
9602
eca3f3ea
PW
96032011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9604
d68e189a
PW
9605 * simple.el (delete-trailing-whitespace): Also delete
9606 extra newlines at the end of the buffer.
9607
eca3f3ea
PW
9608 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9609 (picture-newline): Use forward-line so as to ignore fields.
9610
01c157cc
SM
96112011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * subr.el (with-wrapper-hook): Fix edebug spec.
9614
022de23e
LMI
96152011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9616
9617 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9618 (bug#4538).
9619
91683089
MA
96202011-09-23 Michael Albinus <michael.albinus@gmx.de>
9621
eca3f3ea
PW
9622 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9623 Fix nasty bug using wrong cached values.
91683089 9624
5bdd6fa4
AM
96252011-09-23 Alan Mackenzie <acm@muc.de>
9626
9627 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9628
97adfb97
CY
96292011-09-23 Chong Yidong <cyd@stupidchicken.com>
9630
9631 * window.el (pop-to-buffer): Ensure right window is selected if we
9632 chose another frame.
9633
d4ef2b50
EZ
96342011-09-22 Eli Zaretskii <eliz@gnu.org>
9635
9636 * simple.el (what-cursor-position): Use get-char-property-change
9637 and next-single-char-property-change, to be able to show display
9638 properties that come from overlays as well as text properties.
9639
72258fe5
CY
96402011-09-22 Chong Yidong <cyd@stupidchicken.com>
9641
9642 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9643
9644 * cmuscheme.el (run-scheme, switch-to-scheme):
9645 * cus-edit.el (customize-group, custom-buffer-create)
9646 (customize-browse):
9647 * info.el (info):
9648 * shell.el (shell):
9649 * mail/sendmail.el (mail):
9650 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9651
8f098516
RS
96522011-09-22 Richard Stallman <rms@gnu.org>
9653
9654 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9655 move back only to line beg, don't move back over blank lines.
9656
e74f1bb6
MA
96572011-09-22 Michael Albinus <michael.albinus@gmx.de>
9658
9659 * files.el (copy-directory): Set directory attributes only in case
9660 they could be retrieved from the source directory. (Bug#9565)
9661
bfeef8b6
DK
96622011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9663
9664 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9665 (hs-find-block-beginning, hs-hide-level-recursive):
9666 Ignore strings as well as comments. (Bug#9502)
9667
7e423bb8
AS
96682011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9669
9670 * progmodes/sql.el (sql-comint-postgres):
9671 Convert port number to a string. (Bug#9566)
9672
b4d72fcf
MR
96732011-09-22 Martin Rudalics <rudalics@gmx.at>
9674
9675 * window.el (quit-window): Undedicate window when switching to
9676 previous buffer. Reported by Thierry Volpiatto
9677 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9678 (special-display-popup-frame): When popping up a new frame reset
9679 its previous buffers to nil. Simplify code.
b4d72fcf 9680
a7b88dc6
MA
96812011-09-21 Michael Albinus <michael.albinus@gmx.de>
9682
9683 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9684 and process filter, as done also in `shell-command'.
9685
cf4eacfd
MR
96862011-09-21 Martin Rudalics <rudalics@gmx.at>
9687
eca3f3ea 9688 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9689 Call set-window-start with NOFORCE argument t.
9690 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9691 (quit-window): Reword doc-string. Handle new format of
9692 quit-restore parameter. Don't delete window if it has a
9693 previous buffer we can show instead of the present one.
9694 (display-buffer-record-window): Rewrite using a new format for
9695 the quit-restore window parameter
9696 (special-display-popup-frame, display-buffer-same-window)
9697 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9698 (display-buffer-pop-up-window, display-buffer-use-some-window):
9699 Adapt symbol passed to display-buffer-record-window.
9700 * help.el (help-window-setup): Handle new format of quit-restore
9701 parameter.
9702
8d28cb95
SM
97032011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9704
94ab793f
SM
9705 * faces.el (face-list): Fix docstring (bug#9564).
9706
8d28cb95
SM
9707 * window.el (display-buffer--action-function-custom-type):
9708 Don't include internal functions in the Custom interface.
9709
3820edeb
JL
97102011-09-20 Juri Linkov <juri@jurta.org>
9711
9712 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9713 (Info-forward-node, Info-backward-node, Info-next-preorder)
9714 (Info-last-preorder): Use it. (Bug#9528)
9715
5147931d
JL
97162011-09-20 Juri Linkov <juri@jurta.org>
9717
9718 * info.el (Info-last-preorder): Visit last menu item only when
9719 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9720
cf499a1a
JD
97212011-09-20 Julien Danjou <julien@danjou.info>
9722
9723 * password-cache.el (password-cache-remove): Remove entries even if the
9724 value is nil, so that password with a nil value (negative caching) is
9725 possible to invalidate.
9726
f84e2fe2
LM
97272011-09-20 Lawrence Mitchell <wence@gmx.li>
9728
9729 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9730 all whitespace around breakpoint. (Bug#9553)
9731 (f90-find-breakpoint): Only break at whitespace inside a comment.
9732
78054a46
SM
97332011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9734
9735 * minibuffer.el (completion-file-name-table): Keep track of errors.
9736 (completion-table-with-predicate): Handle the case where pred1 is nil.
9737 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9738
345083b2
SM
97392011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9740
e24e27be
SM
9741 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9742 (debugger-return-value): Signal an error if the debugging context does
9743 not await any return value.
9744
345083b2
SM
9745 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9746 * image-mode.el (image-toggle-display-text)
9747 (image-toggle-display-image): Stay away from evil `intangible'.
9748
08d355e3
LL
97492011-09-19 Leo Liu <sdl.web@gmail.com>
9750
9751 * replace.el (occur-revert-arguments): Make it permanent-local.
9752 (occur-mode): Don't call font-lock-defontify.
9753
f01da43f
CY
97542011-09-19 Chong Yidong <cyd@stupidchicken.com>
9755
9756 * net/ldap.el (ldap-search-internal): Don't push empty search
9757 result (Bug#9508).
9758
b6072fa6
SM
97592011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9762
443d6696
MA
97632011-09-19 Michael Albinus <michael.albinus@gmx.de>
9764
9765 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9766 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9767
7cc6e154
JL
97682011-09-18 Juri Linkov <juri@jurta.org>
9769
9770 * buff-menu.el (Buffer-menu-mode-map):
9771 * dired.el (dired-mode-map):
9772 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9773 (lisp-interaction-mode-map):
9774 * emacs-lisp/package.el (package-menu-mode-map):
9775 * epa.el (epa-key-list-mode-map):
9776 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9777 (menu-bar-options-menu):
9778 * outline.el (outline-mode-menu-bar-map):
9779 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9780 * vc/vc-dir.el (vc-dir-menu-map):
9781 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9782 Capitalize non-function content words in menu item strings.
9783
9784 * dired.el (dired-mode-map): Add menu item for
9785 `image-dired-dired-toggle-marked-thumbs'.
9786
80302a81
JL
97872011-09-18 Juri Linkov <juri@jurta.org>
9788
9789 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9790 to `isearch-case-fold-search' and restore its original value
9791 after the `isearch-mode' call.
9792
46c5cf66
JL
97932011-09-18 Juri Linkov <juri@jurta.org>
9794
9795 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9796 because `zgrep' returns 1 for successful matches (bug#9226).
9797
d18b513b
JL
97982011-09-18 Juri Linkov <juri@jurta.org>
9799
9800 * info.el (Info-extract-menu-node-name): Check the second match
9801 for empty string (second test-case of bug#9528).
9802 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9803 intermediate nodes to the history (first test-case of bug#9528).
9804
72753f87
JL
98052011-09-18 Juri Linkov <juri@jurta.org>
9806
9807 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9808 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9809
c9384295
JL
98102011-09-18 Juri Linkov <juri@jurta.org>
9811
1154d12e
JB
9812 * info.el (Info-file-supports-index-cookies):
9813 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9814 outputs one more line for long file names (bug#4142).
c9384295 9815
d473dce8
CY
98162011-09-18 Chong Yidong <cyd@stupidchicken.com>
9817
9818 * newcomment.el (comment-normalize-vars): If prompting for
9819 comment-start, set comment-start-skip too (Bug#8424).
9820
2176854d
JB
98212011-09-18 Johan Bockgård <bojohan@gnu.org>
9822
9823 * icomplete.el: Fix previous fix of Bug#5849.
9824 (icomplete-mode): Don't set completion-show-inline-help.
9825 (icomplete-minibuffer-setup): Set completion-show-inline-help
9826 locally during icompletion.
9827
3aace4e4
CY
98282011-09-18 Chong Yidong <cyd@stupidchicken.com>
9829
c940224f
CY
9830 * woman.el (woman2-process-escapes): Don't delete unrecognized
9831 escapes (Bug#7843).
9832
3aace4e4
CY
9833 * files.el (inhibit-first-line-modes-regexps): Add image files.
9834 (hack-local-variables-prop-line): Return nil for malformed
9835 prop-lines (Bug#9044).
9836
710dec63
MA
98372011-09-18 Michael Albinus <michael.albinus@gmx.de>
9838
9839 * net/tramp.el (top): Don't require 'shell.
9840 (tramp-methods): Fix docstring.
9841 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9842 Return complete remote file name. Handle "smb" case.
9843 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9844 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9845
9846 * net/tramp-compat.el (top): Require 'shell.
9847
9848 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9849 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9850 `tramp-current-host'.
9851 (tramp-get-remote-tmpdir): Remove.
9852
9853 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9854 `tramp-tmpdir' entries.
9855 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9856 (tramp-smb-handle-file-attributes): Ignore errors.
9857 (tramp-smb-wait-for-output): Check also for process end.
9858
5d5ac8ec
LMI
98592011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9860
9861 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9862 when sending QUIT (bug#9312).
9863
8c0f49f0
CY
98642011-09-17 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9867 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9868 occur-mode-display-occurrence.
9869 (occur-edit-mode): Add usage message.
9870 (occur-cease-edit): New command.
9871 (occur-after-change-function): Use text properties to find the
9872 position of the prefix text.
9873 (occur-engine): Set stickiness of prefix text properties.
9874
8f1383f7
GM
98752011-09-17 Glenn Morris <rgm@gnu.org>
9876
9877 * progmodes/etags.el (complete-tag):
9878 Fix call to completion-in-region. (Bug#9526)
9879
744ba0e3
JL
98802011-09-17 Juri Linkov <juri@jurta.org>
9881
9882 * textmodes/ispell.el (ispell-word): Add to the error message
9883 the word, ispell program name and current dictionary (bug#9121).
9884 (ispell-tex-arg-end): Capitalize "error" in the error message.
9885
d9bbf400
AS
98862011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9887
9888 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9889 check. (Bug#4251)
9890
8da11505
JL
98912011-09-17 Juri Linkov <juri@jurta.org>
9892
9893 * window.el (window-safe-min-height, window-safe-min-width):
9894 Fix typos (followup to bug#9522).
9895
a91adc7e
SJ
98962011-09-17 Sven Joachim <svenjoac@gmx.de>
9897
9898 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9899
064f328a
EZ
99002011-09-16 Eli Zaretskii <eliz@gnu.org>
9901
9902 * simple.el (line-move): If goal-column is set, move by logical
9903 lines, not by display lines. (Bug#971)
9904 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9905 to reflect the above change.
9906
e69df516
SM
99072011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * image.el (imagemagick-register-types): Use regexp-opt.
9910
cbb0f9ab
CY
99112011-09-15 Chong Yidong <cyd@stupidchicken.com>
9912
9913 * window.el (display-buffer-base-action): Rename from
9914 display-buffer-default-action. Make default value empty.
9915 (display-buffer-overriding-action): Convert to defvar.
9916 (display-buffer-fallback-action): New var.
9917
25322144
CY
99182011-09-15 Chong Yidong <cyd@stupidchicken.com>
9919
9920 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9921 declaration.
9922 (package--add-to-archive-contents): If there is a duplicate entry
9923 with an older version, remove it.
9924 (package-menu-mark-delete, package-menu-mark-install)
9925 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9926 (package-menu-mark-obsolete-for-deletion):
9927 Use package-menu-get-status instead of a regexp search.
25322144
CY
9928 (package-menu-get-status): Use tabulated-list-entry.
9929 (package-menu-mark-upgrades): New command.
d770725a 9930 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9931 (package-menu-execute): Do installation before deletion.
9932 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9933 instead of checking major-mode.
9934 (package-menu--find-upgrades): New function.
9935
7520339c
LMI
99362011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9937
9938 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9939 passwords in the log buffer.
65a046c4
LMI
9940 (smtpmail-process-filter): Update the process marker so that the
9941 "broken by peer" status message is inserted in the right place.
7520339c 9942
d3c30954
SM
99432011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9944
3fe48822
SM
9945 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9946 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9947 bibtex-completion-at-point-function.
9948 (bibtex-completion-at-point-function): Use them.
9949
1b8b3954
SM
9950 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9951
d3c30954
SM
9952 * mpc.el (mpc-constraints-tag-lookup): New function.
9953 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9954 also to browser "album|playlist".
9955
72779976
JL
99562011-09-14 Juri Linkov <juri@jurta.org>
9957
9958 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9959 (isearch-edit-string): Use length of `isearch-string' when
9960 `isearch-fail-pos' returns nil.
9961 (isearch-message): Remove duplicate code and call
9962 `isearch-fail-pos' with arg `t'.
9963
a0bf2bcd
CY
99642011-09-14 Chong Yidong <cyd@stupidchicken.com>
9965
17bb0a2d
CY
9966 * replace.el (occur-mode-goto-occurrence): Don't force using other
9967 window (Bug#9499).
9968
a0bf2bcd
CY
9969 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9970
f678e0b6
MR
99712011-09-14 Martin Rudalics <rudalics@gmx.at>
9972
9973 * window.el (display-buffer-window): Remove.
9974 (display-buffer-record-window): Use help-setup window parameter
9975 instead of variable display-buffer-window.
9976 (display-buffer-function, special-display-buffer-names)
9977 (special-display-function): Mention help-setup parameter instead
9978 of display-buffer-window in doc-string.
d3c30954
SM
9979 * help.el (help-window-setup): New argument help-window.
9980 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9981 Reword some messages.
9982 (with-help-window): Pass window used for displaying the buffer
9983 to help-window-setup. Don't set display-buffer-window.
9984
8e39b2e8
GM
99852011-09-13 Glenn Morris <rgm@gnu.org>
9986
9987 * emacs-lisp/debug.el (debugger-make-xrefs):
9988 Preserve point. (Bug#9462)
9989
85e9c04b
CY
99902011-09-13 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * window.el (window-deletable-p): Use next-frame.
9993
1b36ed6a
MR
99942011-09-13 Martin Rudalics <rudalics@gmx.at>
9995
9996 * window.el (window-auto-delete): Remove.
9997 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9998 dedication and previous buffers.
1b36ed6a
MR
9999 (switch-to-prev-buffer): Don't delete window.
10000 (delete-windows-on): Delete a window's frame if and only if the
10001 window is dedicated.
10002 (replace-buffer-in-windows): Delete buffer's window or frame if
10003 and only if window is dedicated.
10004 (quit-window): Handle quit-restore as before last change.
4d61f28d 10005 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10006
ef8ef9fb
CY
100072011-09-13 Chong Yidong <cyd@stupidchicken.com>
10008
10009 * window.el (window-deletable-p): Never delete the last frame on a
10010 given terminal.
10011
b2cba41e
GM
100122011-09-13 Glenn Morris <rgm@gnu.org>
10013
10014 * help.el (describe-key-briefly): Copy previous standard-output change.
10015
51553db6 100162011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10017
10018 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10019
b7556719
GM
100202011-09-13 Glenn Morris <rgm@gnu.org>
10021
10022 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10023 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10024
64b51947
CY
100252011-09-12 Chong Yidong <cyd@stupidchicken.com>
10026
10027 * dired-aux.el (dired-mark-read-string): Don't return default
10028 value on empty input (Bug#9361).
10029 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10030 Omit initial minibuffer contents.
10031 (dired-do-chmod): Signal an error on empty input.
10032 (dired-mark-read-string): Don't return default on empty input.
10033
10034 * files.el (file-modes-symbolic-to-number): Doc fix.
10035
393a301e
SM
100362011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * international/mule-cmds.el (ucs-completions): Remove.
10039 (read-char-by-name): Use complete-with-action instead; add metadata.
10040
fa5660f9
CY
100412011-09-11 Chong Yidong <cyd@stupidchicken.com>
10042
10043 * window.el (display-buffer--action-function-custom-type)
10044 (display-buffer--action-custom-type): New vars.
10045 (display-buffer-alist, display-buffer-default-action)
10046 (display-buffer-overriding-action): Add defcustom types.
10047
4a592f66
CY
10048 * frame.el (delete-other-frames): Doc fix (Bug#276).
10049
73d56dbd
LMI
100502011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10051
10052 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10053
37ac18a3
CY
100542011-09-11 Chong Yidong <cyd@stupidchicken.com>
10055
10056 Change modes that used same-window-* vars to use switch-to-buffer.
10057
10058 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10059 Use switch-to-buffer.
10060
10061 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10062 (customize-browse, custom-buffer-create-other-window):
10063 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10064
10065 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10066 (Info-prev, Info-up, Info-speedbar-goto-node)
10067 (info-display-manual): Use switch-to-buffer.
10068 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10069
10070 * mail/sendmail.el (mail): Use switch-to-buffer.
10071 (mail-recover): Use switch-to-buffer-other-window.
10072
10073 * cmuscheme.el (run-scheme, switch-to-scheme):
10074 * ielm.el (ielm):
10075 * shell.el (shell):
10076 * net/rlogin.el (rlogin):
10077 * net/telnet.el (telnet, rsh):
10078 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10079
10195bd6
AS
100802011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10081
10082 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10083
b322f63a
LMI
100842011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10085
39d7fed6
LMI
10086 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10087 so don't mention it (bug#9301).
ba5a81f1 10088 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10089
ee0e9f11
LMI
10090 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10091 match `x', `w32' and `ns', like the manual says (bug#9029).
10092
0b1c89c1 10093 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10094 (process-kill-buffer-query-function): Mention the buffer name in
10095 the query.
0b1c89c1 10096
77549ea8
LMI
10097 * image-mode.el (image-next-line): The line parameter is mandatory
10098 (bug#9258).
10099
803ef892
LMI
10100 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10101 which can be useful (bug#9301).
10102
12980837
LMI
10103 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10104
91054f8f
LMI
10105 * subr.el (match-string): Mention that the current buffer should
10106 be the same as the search was done in (bug#9282).
10107
b322f63a
LMI
10108 * facemenu.el: Disable the remove-* commands if the mark isn't
10109 active (bug#9162).
10110
3199b96f
CY
101112011-09-10 Chong Yidong <cyd@stupidchicken.com>
10112
10113 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10114 of display-buffer.
10115 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10116
10117 * replace.el (occur-mode-goto-occurrence)
10118 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10119 and display-buffer.
10120
10121 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10122 display-buffer.
10123
10124 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10125 special-display and same-window variables.
10126 (mail-other-window): Use switch-to-buffer-other-window.
10127 (mail-other-frame): USe switch-to-buffer-other-frame.
10128
393a301e
SM
10129 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10130 Use display-buffer-other-frame.
3199b96f
CY
10131 (gdb-display-gdb-buffer): Use pop-to-buffer.
10132
10133 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10134
10135 * progmodes/python.el: Don't set same-window-buffer-names.
10136
10137 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10138
10139 * window.el (display-buffer-alist): Add *Python*.
10140
8319e0bf
CY
101412011-09-10 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * window.el (display-buffer-alist): Add entry for buffers
10144 previously handled same-window-*.
10145 (display-buffer-alist, display-buffer-default-action)
10146 (display-buffer-overriding-action): Mark as risky.
10147 (display-buffer-alist): Document action function changes.
10148 (display-buffer--same-window-action)
10149 (display-buffer--other-frame-action): New variables.
10150 (switch-to-buffer, display-buffer-other-frame): Use them.
10151 (display-buffer): Rename reuse-frame entry to reusable-frames.
10152 (display-buffer-reuse-selected-window): Function deleted.
10153 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10154 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10155 (display-buffer-special): New function.
10156 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10157 display-buffer-reuse-or-pop-window. Split off special-display
10158 part into display-buffer-special.
10159 (display-buffer-use-some-window): Don't perform any special
10160 pop-up-frames handling.
10161 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10162 (display-buffer--maybe-same-window): Rename from
0d3ff375 10163 display-buffer-maybe-same-window.
8319e0bf 10164
919a69aa
CY
10165 * info.el: Don't set same-window-regexps.
10166 (info-setup): New function.
10167 (info-other-window, info): Call it.
10168
10169 * cus-edit.el: Don't set same-window-regexps.
10170 (customize-group): New argument.
10171 (customize-group-other-window): Use it.
10172 (customize-face, customize-face-other-window): Likewise.
10173 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10174
8319e0bf
CY
10175 * net/rlogin.el:
10176 * net/telnet.el:
10177 * progmodes/gud.el: Don't set same-window-regexps.
10178
10179 * cmuscheme.el:
10180 * ielm.el:
10181 * shell.el:
10182 * mail/sendmail.el:
10183 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10184
25173000
JL
101852011-09-10 Juri Linkov <juri@jurta.org>
10186
10187 * isearch.el (isearch-edit-string): Remove obsolete mention of
10188 `C-w' (`isearch-yank-word-or-char') from docstring.
10189 (isearch-query-replace): Fix typo in docstring (bug#9466).
10190
056e44ef
JL
101912011-09-10 Juri Linkov <juri@jurta.org>
10192
10193 * paren.el (show-paren-function): Don't show escaped parens.
10194 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10195
c3760c17
EZ
101962011-09-10 Eli Zaretskii <eliz@gnu.org>
10197
10198 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10199 (mm-default-file-encoding): Remove autoload forms, they are
10200 replaced with autoload cookies in mml.el and mm-encode.el.
10201 (mail-add-attachment): New command.
10202 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10203 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10204 the doc string.
10205 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10206
fece895e
RT
102072011-09-10 Reuben Thomas <rrt@sc3d.org>
10208
e69df516
SM
10209 * simple.el (count-words-region): Use buffer if there's no region
10210 (bug#9429).
fece895e 10211
5e68ce4a
JL
102122011-09-09 Juri Linkov <juri@jurta.org>
10213
10214 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10215 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10216 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10217
0a6b9622
AM
102182011-09-09 Alan Mackenzie <acm@muc.de>
10219
10220 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10221 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10222
14a29deb
EZ
102232011-09-09 Eli Zaretskii <eliz@gnu.org>
10224
10225 Fix for Savannah bug#9392.
10226 * simple.el (mail-encode-mml): New defvar.
10227
10228 * mail/rmail.el (mail-encode-mml): Add a defvar.
10229 (rmail-enable-mime-composing): Default to t.
10230 (rmail-forward): Use MIME method of forwarding only if both
10231 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10232 Set mail-encode-mml non-nil if the MIME method was used.
10233
10234 * mail/sendmail.el (mml-to-mime): Add autoload form.
10235 (mail-encode-mml): Add a defvar.
10236 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10237 to nil.
10238 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10239 message through mml-to-mime, and reset mail-encode-mml to nil.
10240
28c45130
GM
102412011-09-09 Glenn Morris <rgm@gnu.org>
10242
10243 * woman.el (woman-if-body): When processing an .el block,
10244 do not delete the next .el block as well. (Bug#9447)
69f4b618 10245 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10246
9b1c252e
MR
102472011-09-08 Martin Rudalics <rudalics@gmx.at>
10248
10249 * window.el (window-deletable-p): Make sure window is live before
10250 invoking window-prev-buffers.
10251
567457e3
LL
102522011-09-08 Leo Liu <sdl.web@gmail.com>
10253
10254 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10255
97f05794
JL
102562011-09-08 Juri Linkov <juri@jurta.org>
10257
10258 * progmodes/compile.el (compilation-environment): Make it
10259 a defcustom (bug#8340).
10260
8b0874b5
MR
102612011-09-08 Martin Rudalics <rudalics@gmx.at>
10262
10263 * window.el (frame-auto-delete): Rename to window-auto-delete.
10264 Make it control auto-deletion of windows and/or frames.
10265 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10266 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10267 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10268 Rewrite handling of case when window/frame can be deleted.
10269 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10270 argument t. (Bug#9456)
8b0874b5 10271
4feb6e73
CY
102722011-09-07 Chong Yidong <cyd@stupidchicken.com>
10273
10274 * help-mode.el (help-mode): Restore autoload.
10275
91ab9c13
JL
102762011-09-07 Juri Linkov <juri@jurta.org>
10277
10278 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10279 `compilation-environment'. Set buffer-local
10280 `compilation-environment' to `thisenv' later after (funcall mode).
10281 (Bug#8340)
10282
10283 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10284 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10285 instead of replacing its value. (Bug#8340)
10286
0527e251
JL
102872011-09-07 Juri Linkov <juri@jurta.org>
10288
10289 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10290 based on text properties put by `grep-filter' instead of matching
10291 escape sequences.
10292 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10293 to the value of `grep-error-screen-columns' (bug#9438).
10294
249f792c
JL
102952011-09-07 Juri Linkov <juri@jurta.org>
10296
10297 * simple.el (next-error-highlight, next-error-highlight-no-select):
10298 Doc fix (bug#9432).
10299
ff7271b9
OT
103002011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10301
10302 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10303 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10304
183fc730
LL
103052011-09-07 Leo Liu <sdl.web@gmail.com>
10306
10307 * net/rcirc.el (rcirc-mode): Conditionally initialize
10308 rcirc-input-ring.
10309
77694924
SM
103102011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * emacs-lisp/find-func.el (find-function-C-source): Only set
10313 find-function-C-source-directory after checking that we found a source
10314 file there (bug#9440).
10315
d809b8eb
AM
103162011-09-06 Alan Mackenzie <acm@muc.de>
10317
10318 * isearch.el (isearch-other-meta-char): Wherever a key list is
10319 unread, "unread" the prefix arg, too. This fixes bug #8901.
10320
453de99f
OG
103212011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10322
10323 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10324
90439906
JL
103252011-09-05 Juri Linkov <juri@jurta.org>
10326
10327 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10328
f62bd846
JL
103292011-09-05 Juri Linkov <juri@jurta.org>
10330
10331 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10332 keeping point where processing of grep matches begins, and
10333 continue to delete remaining escape sequences from the same point.
10334 (grep-filter): Make leading zero optional in "0?1;31m" because
10335 git-grep emits "\033[1;31m" escape sequences unlike expected
10336 "\033[01;31m" as GNU Grep does (bug#9408).
10337 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10338
045820ec
JL
103392011-09-05 Juri Linkov <juri@jurta.org>
10340
10341 * subr.el (y-or-n-p): Capitalize "yes".
10342
f5e29b9b
MA
103432011-09-04 Michael Albinus <michael.albinus@gmx.de>
10344
10345 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10346 `tramp-cache-unload-hook' where appropriate.
10347 (tramp-methods): Rename `tramp-remote-sh' to
10348 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10349 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10350
10351 * net/tramp-sh.el (top): Don't require 'shell.
10352 (tramp-methods): Add `tramp-remote-shell' and
10353 `tramp-remote-shell-args' entries.
10354 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10355 (tramp-sh-handle-shell-command): Remove.
10356 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10357 Use `tramp-remote-shell'.
10358
2784c434
CY
103592011-09-03 Chong Yidong <cyd@stupidchicken.com>
10360
393a301e 10361 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10362 (sendmail-query-once): Save directly to send-mail-function.
10363 Update message-send-mail-function too.
10364
10365 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10366
464cdf56
CS
103672011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10368
10369 * progmodes/python.el (python-mode-map): Use correct function to
10370 start python interpreter from menu-bar (as reported by Geert
10371 Kloosterman).
10372 (inferior-python-mode-map): Fix typo.
393a301e 10373 (python-shell-map): Remove.
464cdf56 10374
d37e5c87
DD
103752011-09-03 Deniz Dogan <deniz@dogan.se>
10376
10377 * net/rcirc.el (rcirc-print): Simplify code for
10378 rcirc-scroll-show-maximum-output. There is no need to walk
10379 through all windows to find the right one.
10380
f3ada0ee
CS
103812011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10382
10383 * help.el (help-return-method): Doc fix.
10384
1f3c99ca
MR
103852011-09-03 Martin Rudalics <rudalics@gmx.at>
10386
10387 * window.el (window-deletable-p): Don't return a non-nil value
10388 when there's a buffer that was shown in the window before.
10389 (Bug#9419)
393a301e
SM
10390 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10391 Set window's previous buffers to nil.
1f3c99ca 10392
a3cf097f
EZ
103932011-09-03 Eli Zaretskii <eliz@gnu.org>
10394
10395 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10396 newline before and after the tag line, so it doesn't interfere
10397 with determining the paragraph direction of bidirectional text.
10398
3d03de90
LL
103992011-09-03 Leo Liu <sdl.web@gmail.com>
10400
10401 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10402
c3313451
CY
104032011-09-02 Chong Yidong <cyd@stupidchicken.com>
10404
393a301e 10405 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10406 (pop-to-buffer): Change interactive spec. Pass second argument
10407 directly to display-buffer.
10408 (display-buffer): Fix interactive spec. Use functionp to
10409 distinguish between a function and a list of functions.
10410
10411 * abbrev.el (edit-abbrevs):
10412 * arc-mode.el (archive-extract):
10413 * autoinsert.el (auto-insert):
10414 * bookmark.el (bookmark-bmenu-list):
10415 * files.el (find-file):
10416 * view.el (view-buffer):
10417 * progmodes/compile.el (compilation-goto-locus):
10418 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10419
89894cd8
CY
104202011-09-02 Chong Yidong <cyd@stupidchicken.com>
10421
10422 * window.el (display-buffer-alist): Doc fix.
10423 (display-buffer): Add docstring. Don't treat
10424 display-buffer-default specially.
10425 (display-buffer-reuse-selected-window)
10426 (display-buffer-same-window, display-buffer-maybe-same-window)
10427 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10428 (display-buffer-pop-up-window)
10429 (display-buffer-reuse-or-pop-window)
10430 (display-buffer-use-some-window): New functions.
10431 (display-buffer-default-action): Use them.
393a301e 10432 (display-buffer-default): Delete.
89894cd8
CY
10433 (pop-to-buffer-1): Fix choice of actions.
10434
ae0bc9fb
SM
104352011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * minibuffer.el (completion--insert-strings): Don't get confused by
10438 completion entries that end with an LF char.
10439
e9d90883
EZ
104402011-09-01 Eli Zaretskii <eliz@gnu.org>
10441
10442 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10443
437014c8
CY
104442011-09-01 Chong Yidong <cyd@stupidchicken.com>
10445
10446 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10447 (display-buffer-same-window, display-buffer-other-window):
10448 New functions.
437014c8
CY
10449 (pop-to-buffer-1): New function. Use the above.
10450 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10451 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10452
10453 * view.el (view-buffer-other-window, view-buffer-other-frame):
10454 Just use pop-to-buffer.
10455
a5e063d5
TV
104562011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10457
10458 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10459
793d32bb
WH
104602011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10461
10462 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10463
d65e4c15
RS
104642011-08-31 Richard Stallman <rms@gnu.org>
10465
10466 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10467 of the separation of rmail-view-buffer from rmail-buffer.
10468 If you say no to "replace original", the decrypt is in the
10469 view buffer. If you say yes, the decrypt goes into the
10470 rmail buffer also.
10471
f818cd2a
MR
104722011-08-31 Martin Rudalics <rudalics@gmx.at>
10473
10474 * window.el (display-buffer-window): Rewrite doc-string.
10475 (display-buffer-record-window): New function.
10476 (display-buffer-macro-specifiers)
10477 (display-buffer-even-window-sizes, display-buffer-set-height)
10478 (display-buffer-set-width, display-buffer-in-window)
10479 (display-buffer-reuse-window, display-buffer-split-specifiers)
10480 (display-buffer-side-specifiers, display-buffer-split-window-1)
10481 (display-buffer-split-window, display-buffer-split-atom-window)
10482 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10483 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10484 (display-buffer-other-window-means-other-frame)
10485 (display-buffer-normalize-special)
10486 (display-buffer-normalize-default)
10487 (display-buffer-normalize-argument)
10488 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10489 (display-buffer-normalize-specifiers, display-buffer-frame)
10490 (display-buffer-same-window, display-buffer-same-frame)
10491 (display-buffer-other-window)
10492 (display-buffer-same-frame-other-window)
10493 (display-buffer-other-frame, pop-to-buffer-same-window)
10494 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10495 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10496 (switch-to-buffer-same-frame)
10497 (switch-to-buffer-other-window-same-frame)
10498 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10499 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10500 (display-buffer-alist-set): Remove.
10501 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10502 (special-display-regexps, special-display-function):
10503 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10504 parameter.
10505 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10506 (special-display-frame-alist, special-display-popup-frame)
10507 (same-window-buffer-names, same-window-regexps, same-window-p)
10508 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10509 (split-window-preferred-function, split-height-threshold)
10510 (split-width-threshold, window-splittable-p)
10511 (split-window-sensibly, window--try-to-split-window)
10512 (window--frame-usable-p, even-window-heights)
10513 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10514 (window--display-buffer-2, display-buffer-other-frame):
10515 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10516 (display-buffer-default, display-buffer-assq-regexp): New functions.
10517 (display-buffer-alist): Rewrite doc-string.
10518 (display-buffer-default-action)
10519 (display-buffer-overriding-action): New variables.
10520 (display-buffer, switch-to-buffer): Rewrite.
10521 (pop-to-buffer): Restore Emacs 23 behavior but use
10522 window-normalize-buffer-to-display.
10523 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10524 Restore Emacs 23 behavior but use
10525 window-normalize-buffer-to-switch-to.
10526 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10527 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10528 Rewrite using Emacs 23 options.
f818cd2a 10529
5bc3b51d
MA
105302011-08-31 Michael Albinus <michael.albinus@gmx.de>
10531
10532 * net/tramp.el (tramp-root-regexp): Remove.
10533 (tramp-completion-file-name-regexp-unified)
10534 (tramp-completion-file-name-regexp-separate)
10535 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10536 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10537 (tramp-drop-volume-letter): Simplify definition.
10538 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10539
b1a4f8e1
SM
105402011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10543 (bug#9356).
10544
5664fa7b
RT
105452011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10546
b1a4f8e1 10547 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10548
9a45d6c3
JL
105492011-08-29 Juri Linkov <juri@jurta.org>
10550
10551 * isearch.el (isearch-done): Don't display message "Mark saved"
10552 when arg `edit' is non-nil to prevent its flicker in the echo area.
10553
fb87e0fb
CY
105542011-08-28 Chong Yidong <cyd@stupidchicken.com>
10555
10556 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10557 obsolete packages for deletion.
10558
09ac1c2a
CS
105592011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10560
10561 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10562 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10563 view-mode from help-mode.
10564 (help-xref-override-view-map): Remove.
10565 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10566 view-mode is not used anymore.
10567
7a1ff57f
CY
105682011-08-28 Chong Yidong <cyd@stupidchicken.com>
10569
10570 * server.el (server-port): Doc fix.
10571
b9696605
CY
10572 * cus-theme.el (custom-theme-choose-mode): Inherit from
10573 special-mode (Bug#9124).
10574 (custom-theme-choose-mode-map): Add special-mode to parent.
10575
ef8cdf8c
AM
105762011-08-28 Alan Mackenzie <acm@muc.de>
10577
10578 * progmodes/cc-fonts.el
10579 (c-make-font-lock-BO-decl-search-function): New function.
10580 (c-basic-matchers-after - "Fontify the clauses after various
10581 keywords"): Extract the three keyword lists for the 3 erroneous
10582 constructs from the list of four, and use the new function above
10583 in place of an old one.
10584
27de4e20
DD
105852011-08-28 Deniz Dogan <deniz@dogan.se>
10586
10587 * net/rcirc.el (rcirc-insert-prev-input)
10588 (rcirc-insert-next-input): Remove unused argument.
10589
356a3681
SM
105902011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10591
10592 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10593
3fc9b218
AM
105942011-08-27 Alan Mackenzie <acm@muc.de>
10595
10596 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10597 handle function pointer parameters properly.
10598
538a061c
MR
105992011-08-27 Martin Rudalics <rudalics@gmx.at>
10600
10601 * window.el (display-buffer-reuse-window): Fix case where
10602 selected window was reused with non-nil OTHER-WINDOW argument.
10603 (Bug#9381)
10604
35b1c40c
DD
106052011-08-27 Deniz Dogan <deniz@dogan.se>
10606
10607 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10608 oftc's NickServ messages.
10609
2f6a3e79
GM
106102011-08-27 Glenn Morris <rgm@gnu.org>
10611
10612 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10613
7254299e
CY
106142011-08-26 Chong Yidong <cyd@stupidchicken.com>
10615
10616 * emacs-lisp/package.el (package-install): Call package-initialize
10617 if called interactively.
10618
f8ccf167
LL
106192011-08-26 Leo Liu <sdl.web@gmail.com>
10620
10621 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10622
3e8cd5ce
JL
106232011-08-25 Juri Linkov <juri@jurta.org>
10624
10625 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10626 `search-whitespace-regexp' (bug#9364).
10627
93eb7113
JL
106282011-08-25 Juri Linkov <juri@jurta.org>
10629
10630 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10631 `regexp-search-ring' to their global values to protect from
10632 updating by `read-from-minibuffer' (bug#9185).
10633
f65d1611
JL
106342011-08-25 Juri Linkov <juri@jurta.org>
10635
10636 * textmodes/ispell.el (ispell-command-loop): Add newline
10637 at the end of the "Use option `i'..." line.
10638
f1cf7a31
JL
106392011-08-25 Juri Linkov <juri@jurta.org>
10640
10641 * battery.el (display-battery-mode): If `battery-status-function'
10642 or `battery-mode-line-format' is nil, display the message and set
10643 `display-battery-mode' to nil (bug#9363).
10644
0c95fcf7
EZ
106452011-08-25 Eli Zaretskii <eliz@gnu.org>
10646
10647 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10648 bidi-string-mark-left-to-right; they are unnecessary now.
10649
a2ebe600
DD
106502011-08-25 Deniz Dogan <deniz@dogan.se>
10651
10652 * net/quickurl.el: Documentation typo fixes.
10653
e4ed06f1
CY
106542011-08-25 Chong Yidong <cyd@stupidchicken.com>
10655
10656 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10657
e5f1c99e
GM
106582011-08-25 Glenn Morris <rgm@gnu.org>
10659
b2948976
GM
10660 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10661
e5f1c99e
GM
10662 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10663 (smtpmail-via-smtp): Handle nil response from smtp.
10664
f22f4808
JL
106652011-08-24 Juri Linkov <juri@jurta.org>
10666
10667 * proced.el (proced-marked): Inherit from `error' instead of
10668 `font-lock-warning-face'.
10669
10670 * ibuffer.el (ibuffer-marked-face): Change default face from
10671 `font-lock-warning-face' to `warning'.
10672 (ibuffer-deletion-face): Change default face from
10673 `font-lock-type-face' to `error'.
10674
10675 * battery.el (battery-update): Use the face `error' instead of
10676 `font-lock-warning-face' (bug#6117).
10677
6a93965e
JL
106782011-08-24 Juri Linkov <juri@jurta.org>
10679
10680 * faces.el (success): Change face color from "Green3" to
10681 "ForestGreen" on light background (bug#9353).
10682
1ed43b09
CY
106832011-08-24 Chong Yidong <cyd@stupidchicken.com>
10684
5664fa7b
RT
10685 * window.el (quit-window): Rename from quit-restore-window.
10686 Use same arglist as old quit-window.
1ed43b09
CY
10687 (frame-auto-delete): Doc fix.
10688
10689 * view.el (view-mode-exit): Use quit-window.
10690
11dcdbb2
JL
106912011-08-24 Juri Linkov <juri@jurta.org>
10692
10693 * isearch.el (isearch-ring-adjust1): Start visiting previous
10694 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10695 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10696 for empty search string (when the last search string is reused
10697 automatically) to adjust the isearch ring to the last element and
10698 prepare the correct index for further M-p commands (bug#9185).
10699
de62b4df
KH
107002011-08-24 Kenichi Handa <handa@m17n.org>
10701
10702 * international/ucs-normalize.el: If decomposition property of
10703 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10704 nil.
10705 (nfd, nfkd): Likewise.
10706
963b492b
SM
107072011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10708
10709 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10710 from process filters aren't reliably transmitted to the surrounding
10711 accept-process-output.
10712 (mpc-proc-check): New function.
10713 (mpc-proc-sync): Use it (bug#8293)
10714
93b6b5e1
SM
107152011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10718 Add compatibility functions (bug#9313).
10719
bca633fb
EZ
107202011-08-23 Eli Zaretskii <eliz@gnu.org>
10721
b177498a
EZ
10722 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10723
6df6ae42 10724 * international/uni-bidi.el: Regenerate.
bca633fb 10725
0902a04e
KH
107262011-08-23 Kenichi Handa <handa@m17n.org>
10727
10728 * international/charprop.el:
10729 * international/uni-bidi.el:
10730 * international/uni-category.el:
10731 * international/uni-combining.el:
10732 * international/uni-comment.el:
10733 * international/uni-decimal.el:
10734 * international/uni-decomposition.el:
10735 * international/uni-digit.el:
10736 * international/uni-lowercase.el:
10737 * international/uni-mirrored.el:
10738 * international/uni-name.el:
10739 * international/uni-numeric.el:
10740 * international/uni-old-name.el:
10741 * international/uni-titlecase.el:
10742 * international/uni-uppercase.el: Regenerate.
10743
3bbf23bc
MR
107442011-08-23 Martin Rudalics <rudalics@gmx.at>
10745
10746 * help.el (help-window-setup): Fix message displayed when other
10747 window is reused. (Bug#9341)
10748
b3fd59bd
SM
107492011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10750
1802e444
SM
10751 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10752 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10753
b3fd59bd
SM
10754 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10755 Mark obsolete.
10756 * shell.el (shell-parse-pcomplete-arguments): New function.
10757 (shell-completion-vars): Use it instead (bug#9160).
10758
4eb61348
SM
107592011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10760
867cab74
SM
10761 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10762 strings and comments (bug#9333).
10763
4eb61348
SM
10764 * emacs-lisp/debug.el (debug-arglist): New function.
10765 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10766 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10767
262a1439
JL
107682011-08-22 Juri Linkov <juri@jurta.org>
10769
56ee679c
JL
10770 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10771 Revert regexp that highlights output switches to its old
10772 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10773
262a1439
JL
10774 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10775 to check for empty output (bug#9226).
10776
f13f86fb
CY
107772011-08-22 Chong Yidong <cyd@stupidchicken.com>
10778
10779 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10780 symbol-constituent as the default, as that stops font-lock from
10781 working properly (Bug#8843).
10782
c65c9622
LMI
107832011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10784
10785 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10786 `coding-system-for-*' around the process open call to avoid
10787 auth-source side effects.
e7f2c178 10788 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10789 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10790 probe hangs.
c65c9622 10791
23a8a5ab
CY
107922011-08-21 Chong Yidong <cyd@stupidchicken.com>
10793
ff98b2dd
CY
10794 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10795
23a8a5ab
CY
10796 * emacs-lisp/find-func.el (find-function-noselect): New arg
10797 lisp-only.
10798
10799 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10800 signal an error for built-in functions (Bug#6664).
10801
f5e3c598
LMI
108022011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10803
10804 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10805 (smtpmail-try-auth-methods): Use it.
10806
a3f2468a
CY
108072011-08-21 Chong Yidong <cyd@stupidchicken.com>
10808
2c34e8da
CY
10809 * font-lock.el (font-lock-fontify-region)
10810 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10811 (font-lock-default-unfontify-buffer)
10812 (font-lock-default-fontify-region)
10813 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10814
b3fd59bd
SM
10815 * progmodes/compile.el (compilation-error-properties):
10816 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10817 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10818 `ant' regexp.
ee31aabc 10819
a3f2468a
CY
10820 * net/browse-url.el (browse-url-firefox): Don't call
10821 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10822
8e999f70
GM
108232011-08-20 Glenn Morris <rgm@gnu.org>
10824
c21a496a
GM
10825 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10826
59ee0542
GM
10827 * tutorial.el (tutorial--default-keys): Update some default bindings.
10828
8e999f70
GM
10829 * files.el (hack-local-variables): Fully ignore case for "mode:".
10830
e3715033
AM
108312011-08-20 Alan Mackenzie <acm@muc.de>
10832
10833 Resolve invalid use of a regexp in regexp-opt.
10834
4d61f28d
JB
10835 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10836 detection for a java annotation.
e3715033 10837
4d61f28d 10838 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10839 detection for a java annotation.
10840
4d61f28d
JB
10841 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10842 handling for java.
e3715033
AM
10843 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10844
04ed2e9c
CY
108452011-08-20 Chong Yidong <cyd@stupidchicken.com>
10846
10847 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10848 (Bug#9274).
10849
826cee64
AM
108502011-08-20 Alan Mackenzie <acm@muc.de>
10851
58179cce 10852 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10853 such a construct. Mainly for when jit-lock etc. starts a chunk
10854 here.
10855
58179cce 10856 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10857 variable.
58179cce 10858 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10859 c-make-font-lock-search-function.
10860 (c-make-font-lock-search-function): Use the above function.
10861 (c-make-font-lock-context-search-function): New function.
10862 (c-cpp-matchers): Enhance the preprocessor expression case with
10863 the above function
10864 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10865 which takes an expression.
10866
10867 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10868
13009bd8
MR
108692011-08-20 Martin Rudalics <rudalics@gmx.at>
10870
10871 * window.el (display-buffer-reuse-window)
10872 (display-buffer-pop-up-window): Don't reuse or split a side
10873 window.
10874
9234ff7f
GM
108752011-08-19 Glenn Morris <rgm@gnu.org>
10876
10877 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10878 Downcase "Mode:". (Bug#9331)
9234ff7f 10879
f635daa1
CY
108802011-08-18 Chong Yidong <cyd@stupidchicken.com>
10881
10882 * international/characters.el: Add L and R categories.
10883
10884 * subr.el (bidi-string-mark-left-to-right): Rename from
10885 string-mark-left-to-right. Use category search.
10886
10887 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10888
bc987f8b
JL
108892011-08-18 Juri Linkov <juri@jurta.org>
10890
10891 * faces.el (error, warning, success): New faces with definitions
10892 copied from old default values of `font-lock-warning-face',
10893 `compilation-warning', `compilation-info' (bug#6117).
10894
10895 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10896
10897 * progmodes/compile.el (compilation-error): Inherit from `error'.
10898 (compilation-warning): Inherit from `warning'.
10899 (compilation-info): Inherit from `success'.
10900
10901 * dired.el (dired-marked): Inherit from `warning'.
10902 (dired-flagged): Inherit from `error'.
10903
57173b96
LMI
109042011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10905
3e79eb87
LMI
10906 * mail/smtpmail.el (auth-source): Require to avoid problems with
10907 binding variables (bug#9298). Also clean up some unused
10908 autoloads.
10909
b3fd59bd
SM
10910 * net/network-stream.el (network-stream-open-starttls):
10911 Support using starttls.el without using gnutls-cli.
57173b96 10912
02b404de
JL
109132011-08-17 Juri Linkov <juri@jurta.org>
10914
10915 * progmodes/grep.el (rgrep): Handle the case when
10916 `grep-find-command' is a cons cell (bug#9278).
10917
8c9177f2
MR
109182011-08-17 Martin Rudalics <rudalics@gmx.at>
10919
10920 * window.el (display-buffer-pop-up-frame): Run frame creation
10921 function with BUFFER current (as special-display-popup-frame
10922 does). Reported by Drew Adams.
10923
3644a0ab
DU
109242011-08-17 Daiki Ueno <ueno@unixuser.org>
10925
10926 * epa-mail.el: Simplify GnuPG group expansion using
10927 epg-expand-group.
10928 (epa-mail-group-alist, epa-mail-group-modtime)
10929 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10930 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10931 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10932 Remove.
10933
5e617bc2 109342011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10935
10936 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10937
9c4aeabf
AM
109382011-08-16 Alan Mackenzie <acm@muc.de>
10939
10940 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10941 Correct, to avoid the inside of macros.
10942
3a99bf64
RS
109432011-08-16 Richard Stallman <rms@gnu.org>
10944
04963aa8
RS
10945 * epa-mail.el: Handle GnuPG group definitions.
10946 (epa-mail-group-alist, epa-mail-group-modtime)
10947 (epa-mail-gnupg-conf-file): New variables.
10948 (epa-mail-parse-groups, epa-mail-sync-groups)
10949 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10950 (epa-mail-expand-recipients): New functions.
10951 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10952
177549d0
RS
10953 * mail/rmail.el (rmail-epa-decrypt): New command.
10954
fe38beef
RS
10955 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10956 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10957 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10958 (epa-decrypt-armor-in-region): Make error message clearer.
10959
934eacb9
SM
109602011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10961
10962 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10963 and "a2b" to "ab" for `prefix'.
10964
d024fb4e
CY
109652011-08-14 Chong Yidong <cyd@stupidchicken.com>
10966
10967 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10968 filter groups.
de148fee
CY
10969 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10970 Fourquet (Bug#8804).
d024fb4e 10971
62f1ca49
JB
109722011-08-12 Juanma Barranquero <lekktu@gmail.com>
10973
10974 * startup.el (argi): Declare as global variable (bug#9275).
10975
9ccaaa4b
CY
109762011-08-12 Chong Yidong <cyd@stupidchicken.com>
10977
10978 * subr.el (string-mark-left-to-right): Search the entire string
10979 for RTL script, not just the terminating character. Doc fix.
10980
a3dae87a
SM
109812011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10982
6cd18349
SM
10983 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10984 New function.
10985 (js--regexp-literal, js-syntax-propertize-function): Remove.
10986 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10987 (js-mode-map): Don't rebind electric keys.
10988 (js-insert-and-indent): Remove.
10989 (js-mode): Setup electric-layout and electric-indent instead.
10990
a3dae87a
SM
10991 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10992
9d5cb631
DU
109932011-08-12 Daiki Ueno <ueno@unixuser.org>
10994
10995 * epa.el (epa-progress-callback-function): Fix the logic of
10996 displaying progress.
10997 * epa-file.el (epa-file-insert-file-contents): Make progress
10998 display more user-friendly.
10999 (epa-file-write-region): Ditto.
11000
3e26a4a2
CY
110012011-08-10 Chong Yidong <cyd@stupidchicken.com>
11002
11003 * subr.el (string-mark-left-to-right): New function.
11004
11005 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11006 Use string-mark-left-to-right.
11007 (list-buffers-noselect): Caller changed.
11008
a3dae87a
SM
11009 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11010 Use string-mark-left-to-right.
3e26a4a2
CY
11011 (tabulated-list-print): Recenter after moving point.
11012
ac8cf6e6
JL
110132011-08-10 Juri Linkov <juri@jurta.org>
11014
11015 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11016 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11017 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11018
8d96c9a4
CY
110192011-08-09 Chong Yidong <cyd@stupidchicken.com>
11020
11021 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11022 (Bug#7554).
11023
7be1c708 110242011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11025
11026 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11027 character. (Bug#6594)
11028
37e11a63
CY
110292011-08-08 Chong Yidong <cyd@stupidchicken.com>
11030
839dde57
CY
11031 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11032 (image-dired--with-db-file): New macro.
11033 (image-dired-write-tags, image-dired-remove-tag)
11034 (image-dired-create-gallery-lists, image-dired-write-comments)
11035 (image-dired-get-comment, image-dired-mark-tagged-files)
11036 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11037 (image-dired-gallery-generate): Use insert-file-contents.
11038
37e11a63
CY
11039 * time.el (display-time-world-list, display-time-world-display):
11040 * time-stamp.el (time-stamp-string):
11041 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11042 set-time-zone-rule (Bug#7337).
11043
0b4946c4
DU
110442011-08-08 Daiki Ueno <ueno@unixuser.org>
11045
11046 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11047 (epg-error-to-string, epg-errors-to-string): New function.
11048 (epg-wait-for-completion): Reverse errors list.
11049 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11050 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11051 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11052 (epg-sign-keys, epg-generate-key-from-file)
11053 (epg-generate-key-from-string): Format errors by using
11054 epg-errors-to-string (bug#9255).
11055 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11056
75bfc667
JL
110572011-08-07 Juri Linkov <juri@jurta.org>
11058
11059 * faces.el (list-faces-display): Remove extra angle bracket
11060 from `help-mode-map'.
11061
11062 * info.el (Info-history-toc-nodes): Doc fix.
11063
11064 * longlines.el (longlines-mode): Doc fix.
11065
673e08bb
SM
110662011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11067
4640dd88
SM
11068 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11069 of statements and in a few more cases (bug#9183).
11070
673e08bb
SM
11071 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11072 New functions.
11073 (cl-transform-lambda): Use them (bug#9239).
11074
89b3f019
MR
110752011-08-05 Martin Rudalics <rudalics@gmx.at>
11076
11077 * window.el (display-buffer-same-window)
11078 (display-buffer-same-frame, display-buffer-other-window)
11079 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11080 (pop-to-buffer-other-window)
11081 (pop-to-buffer-same-frame-other-window)
11082 (pop-to-buffer-other-frame): Make them defuns.
11083 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11084
640c8776
SM
110852011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * subr.el (make-composed-keymap): Move from C. Change calling
11088 convention, and improve docstring to bring attention to a subtle point.
11089 * minibuffer.el (completing-read-default): Adjust accordingly.
11090
63648a95
MA
110912011-08-03 Michael Albinus <michael.albinus@gmx.de>
11092
11093 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11094 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11095
11096 * net/trampver.el: Update release number.
11097
b796c9b7
SM
110982011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11101 "in" (bug#9190).
11102
2239d7d5
LMI
111032011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11104
e07dd7c3
LMI
11105 * mail/sendmail.el (sendmail-query-once): Restore the current
11106 buffer after querying (bug#9074).
11107
0e6a2bd7
LMI
11108 * dired.el (dired-flagged): Use different faces for marked and
11109 flagged files (bug#6117).
11110
ce887515
LMI
11111 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11112 (bug#4433).
11113
92f2affc
LMI
11114 * ido.el (ido-mode): Switch off the message if called
11115 non-interactively.
11116
57d5aff0
LMI
11117 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11118 before 587, since it appears that that's more likely to work for
11119 more people.
11120
98cd6c18 11121 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11122 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11123 exist.
11124
b96dec83
LMI
11125 * info.el: Remove the `Info-beginning-of-buffer' function
11126 (bug#8325).
11127
b796c9b7
SM
11128 * net/network-stream.el (network-stream-open-starttls):
11129 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11130
d90e2ea0
MR
111312011-08-01 Martin Rudalics <rudalics@gmx.at>
11132
11133 * window.el (display-buffer-in-window): Don't set dedicated status
11134 of window here (Bug#9215).
11135 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11136 (display-buffer-pop-up-side-window)
b796c9b7 11137 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11138
cca09170
SM
111392011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11140
11141 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11142 before binding generated-autoload-file.
11143
027b979c
DD
111442011-08-01 Deniz Dogan <deniz@dogan.se>
11145
11146 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11147
3c7ee4f3
MA
111482011-07-30 Michael Albinus <michael.albinus@gmx.de>
11149
11150 Sync with Tramp 2.2.2.
11151
11152 * net/trampver.el: Update release number.
11153
2cc8e51a
JL
111542011-07-30 Juri Linkov <juri@jurta.org>
11155
11156 * dired-aux.el (dired-touch-initial): Remove function.
11157 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11158 current time, and `default' to the last modification time of the
11159 current marked file (bug#6887).
11160
a514d856
JM
111612011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11162
11163 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11164 numeric argument to read-number (bug#9163).
a514d856 11165
8a7eddd7
MA
111662011-07-27 Michael Albinus <michael.albinus@gmx.de>
11167
11168 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11169 connection process, it could be nil.
11170
1ddd96f5
LL
111712011-07-27 Leo Liu <sdl.web@gmail.com>
11172
11173 Simplify url handling in rcirc-mode.
11174
11175 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11176 (rcirc-browse-url-at-mouse): Remove.
11177 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11178
b248a85d
AM
111792011-07-26 Alan Mackenzie <acm@muc.de>
11180
11181 Fontify bitfield declarations properly.
11182
11183 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11184 (c-symbol-chars): Now exported as a lang variable.
11185 (c-not-primitive-type-keywords): New lang variable.
11186
11187 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11188 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11189 parsed as a bitfield declaration.
b248a85d 11190
b796c9b7
SM
11191 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11192 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11193 (c-punctuation-in): New function.
11194 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11195 declarations properly.
11196
68575ab0
UJ
111972011-07-26 Ulf Jasper <ulf.jasper@web.de>
11198
11199 * calendar/icalendar.el (icalendar--all-events): Take care of
11200 multiple vcalendars in a single file.
b796c9b7 11201 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11202
0f0a88b9
DD
112032011-07-25 Deniz Dogan <deniz@dogan.se>
11204
11205 * image.el (insert-image): Clarifying docstring.
11206
0b3f36df
MA
112072011-07-24 Michael Albinus <michael.albinus@gmx.de>
11208
11209 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11210 `tramp-send-command-and-check' if there is no error.
11211 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11212
a9901f61
AM
112132011-07-22 Alan Mackenzie <acm@muc.de>
11214
11215 Prevent cc-langs.elc being loaded at run time.
11216
11217 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11218 cc-langs.
11219
4d61f28d 11220 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11221 "(require 'cc-langs)". Quote a form so it will evaluate at
11222 (cc-mode's) compilation time.
11223
11d074b2
MA
112242011-07-22 Michael Albinus <michael.albinus@gmx.de>
11225
11226 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11227 loading. (Bug#9114)
11228
938b94c8
MR
112292011-07-21 Martin Rudalics <rudalics@gmx.at>
11230
11231 * window.el (display-buffer-pop-up-window)
11232 (display-buffer-pop-up-side-window)
11233 (display-buffer-in-side-window): Call display-buffer-set-height
11234 and display-buffer-set-width after setting the new window's
b796c9b7 11235 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11236
bfa4f190
SS
112372011-07-20 Sam Steingold <sds@gnu.org>
11238
11239 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11240 (etags-tags-included-tables): Call `convert-standard-filename' on
11241 the file names contained in TAGS so that windows Emacs can handle
11242 TAGS files created by cygwin ctags.
11243
8ca42262
LMI
112442011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11245
11246 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11247 which apparently didn't work.
11248
5db2afd2 112492011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11250
5db2afd2
RW
11251 * proced.el (proced-send-signal): For *Marked Processes* buffer
11252 put point at beginning of buffer.
11253
92e15d10
SB
112542011-07-19 Stephen Berman <stephen.berman@gmx.net>
11255
11256 * proced.el (proced-format): Make header lines align with the text
11257 (bug#1779).
11258
1bfd59e5
LMI
112592011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11260
11261 * view.el (view-buffer): Allow running in `special' modes if we're
11262 visiting a file (bug#8615).
11263
f5aae37c
MR
112642011-07-19 Martin Rudalics <rudalics@gmx.at>
11265
11266 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11267 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11268 New functions.
f5aae37c
MR
11269 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11270 more accurately.
11271
bf2c1571
AM
112722011-07-18 Alan Mackenzie <acm@muc.de>
11273
11274 Fontify declarators properly when, e.g., a jit-lock chunk begins
11275 inside a declaration.
11276
11277 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11278
b796c9b7
SM
11279 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11280 New function.
bf2c1571
AM
11281 (c-complex-decl-matchers): Insert reference to
11282 c-font-lock-enclosing-decls.
11283
11284 * progmodes/cc-engine.el (c-backward-single-comment):
11285 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11286 to nil around calls to (forward-comment -1).
11287
4e190b80
LMI
112882011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11289
12dc863d
LMI
11290 * image.el (put-image): Doc typo fix.
11291
a762e966
LMI
11292 * progmodes/etags.el (tags-search): Doc typo fix.
11293
4e190b80
LMI
11294 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11295 password if we get errors 550 to 554.
11296
f019fb21
LMI
112972011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11298
b796c9b7 11299 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11300
81746738
LMI
11301 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11302 indentation character (bug#6380).
11303
3ee3a1b5
LMI
11304 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11305
c82f64de
LMI
11306 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11307 to clarify what the problem is (bug#4291).
11308
f019fb21
LMI
11309 * simple.el (current-kill): Clarify what
11310 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11311 (auto-fill-mode): Document `auto-fill-function' in relation to
11312 `auto-fill-mode' (bug#2470).
f019fb21 11313
0794775d
LM
113142011-07-16 Lawrence Mitchell <wence@gmx.li>
11315
11316 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11317 method if slot is read-only (bug#9035).
11318
be39b8cc
MR
113192011-07-16 Martin Rudalics <rudalics@gmx.at>
11320
b796c9b7 11321 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11322 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11323 selected before, see discussion of (Bug#8615), (Bug#6954).
11324 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11325
6ccf7859
GM
113262011-07-15 Glenn Morris <rgm@gnu.org>
11327
11328 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11329 Respect help-form.
6ccf7859 11330
87e86684
LM
113312011-07-09 Lawrence Mitchell <wence@gmx.li>
11332
11333 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11334 (gnutls-negotiate): Use it.
11335
d6066239
LMI
113362011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11337
b796c9b7
SM
11338 * net/gnutls.el (gnutls-negotiate):
11339 Upcase `gnutls-algorithm-priority'.
d6066239 11340
bd23ebc0
GM
113412011-07-15 Glenn Morris <rgm@gnu.org>
11342
c65bca65
GM
11343 * jka-compr.el (jka-compr-verbose): Move from here...
11344 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11345 Add missing :version tag.
11346 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11347
478615cc
LMI
113482011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11349
7b41decb
LMI
11350 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11351 (gnutls-negotiate): Use it.
11352
dbc44fcd
LMI
11353 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11354
06789f97
LMI
11355 * info.el (Info-beginning-of-buffer): New command.
11356 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11357 announcing `b' as the key (bug#8325).
ab896c37 11358 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11359
c39da690
LMI
11360 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11361
3aa5f34b
LMI
11362 * international/mule-cmds.el
11363 (describe-specified-language-support): Make the error message
11364 clearer (bug#8905).
11365
4bf0979f
LMI
11366 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11367
478615cc
LMI
11368 * isearch.el (isearch-barrier): Add a doc string, since it's
11369 mentioned in a function doc string (bug#8678).
11370
75c68aa1
MR
113712011-07-15 Martin Rudalics <rudalics@gmx.at>
11372
11373 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11374 buffer argument (Bug#9083) and self-identifying label argument.
11375
a7c33da2
GM
113762011-07-15 Glenn Morris <rgm@gnu.org>
11377
11378 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11379
2f5c6024
LMI
113802011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11381
11382 * man.el (Man-fontify-manpage): Fix message when formatting the
11383 man page (bug#7929).
11384
0bb23927 113852011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11386
11387 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11388 argument LRM; if non-nil, append an invisible LRM character to the
11389 buffer name.
11390 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11391 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11392 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11393 paragraph direction.
cce4b0a7 11394
621ef9ab
LMI
113952011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11396
d1583c48
LMI
11397 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11398 the man page name (bug#7929).
11399
6a57fb5f
LMI
11400 * image.el (put-image): Mention the `put-image' overlay property
11401 (bug#7834).
11402
d7956b14
LMI
11403 * scroll-bar.el (set-scroll-bar-mode): Mention that
11404 `scroll-bar-mode' lists the values (bug#7772).
11405
5b2d4a66
LMI
11406 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11407 command (bug#7729).
11408
7509a874
LMI
11409 * rect.el (apply-on-rectangle): Return the point after the last
11410 operation.
11411 (string-rectangle): Go to the point after the last operation
11412 (bug#7522).
11413
4fe74b19
LMI
11414 * printing.el (pr-toggle-region): Clarify the documentation
11415 slightly (bug#7493).
11416
b796c9b7
SM
11417 * time.el (display-time-update):
11418 Allow `display-time-mail-function' to return nil (bug#7158).
11419 Fix suggested by Detlev Zundel.
ab283561 11420
fc233c9d
LMI
11421 * vc/diff.el (diff): Clarify the order the file names are read
11422 (bug#7111).
11423
43f5740b
LMI
11424 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11425 the doc string (bug#7015).
11426
f2182a76
LMI
11427 * font-lock.el (font-lock-maximum-decoration): Mention what
11428 numeric levels mean (bug#6935).
11429
621ef9ab
LMI
11430 * startup.el (initial-buffer-choice): Don't mention the `none'
11431 selection, which is against policy.
11432
adc47434
MR
114332011-07-14 Martin Rudalics <rudalics@gmx.at>
11434
b796c9b7
SM
11435 * window.el (display-buffer-normalize-special):
11436 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11437
7e5bfb8f
EZ
114382011-07-14 Eli Zaretskii <eliz@gnu.org>
11439
11440 * subr.el (version<, version<=, version=): Mention "-CVS" and
11441 "-12345" alpha version numbers.
11442
27fa387a
CY
114432011-07-14 Chong Yidong <cyd@stupidchicken.com>
11444
11445 * bindings.el: Add advertised binding for set-mark-command
11446 (Bug#5772).
11447
8bdfa064
CY
114482011-07-14 Chong Yidong <cyd@stupidchicken.com>
11449
11450 * bindings.el (mode-line-other-buffer):
11451 * bookmark.el (bookmark-bmenu-2-window):
11452 * bs.el (bs-cycle-next, bs-cycle-previous):
11453 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11454 switch-to-buffer.
11455
11456 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11457 Delete.
8bdfa064 11458
5eba16a3
JB
114592011-07-14 Juanma Barranquero <lekktu@gmail.com>
11460
11461 * follow.el (follow-debug-message, follow-redisplay):
11462 * jka-cmpr-hook.el (with-auto-compression-mode):
11463 Fix typos in docstrings.
11464
15853710
LMI
114652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11466
a28e4607
LMI
11467 * subr.el (with-silent-modifications): Clarify somewhat what the
11468 macro inhibits (bug#6525).
11469
15853710
LMI
11470 * simple.el (eval-expression): Note what it does if called
11471 interactively (bug#6495).
11472
bee0fcef
CY
114732011-07-13 Chong Yidong <cyd@stupidchicken.com>
11474
b796c9b7
SM
11475 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11476 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11477
11478 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11479 Remove switch-to-buffer.
11480
58274504
LMI
114812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11482
bd2fcc8d
LMI
11483 * files.el (make-directory): Clarify that an error will be raised
11484 if there's an error (bug#6397).
11485
0f04b32c
LMI
11486 * startup.el (initial-buffer-choice): Add `none' as a choice
11487 (bug#6234).
11488
465c5fc8
LMI
11489 * subr.el (add-hook): Clarify section about buffer-local hooks
11490 (bug#6218).
11491
58274504
LMI
11492 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11493
bead9a43
JB
114942011-07-13 Juanma Barranquero <lekktu@gmail.com>
11495
11496 * tabify.el (untabify): Preserve the current column so that point
11497 doesn't move (bug#6032).
11498
3af98a7b
LMI
114992011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11500
b796c9b7
SM
11501 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11502 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11503
6240145a
GM
115042011-07-13 Glenn Morris <rgm@gnu.org>
11505
11506 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11507 (dired-insert-directory): Give a message the first time
11508 if ls is found not to support --dired.
11509
1d8c2ccc
LMI
115102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11511
11512 * simple.el (toggle-truncate-lines): Clarify what is toggled
11513 (bug#5580). Text by Drew Adams.
11514
5fc4038e
CY
115152011-07-13 Chong Yidong <cyd@stupidchicken.com>
11516
11517 * simple.el (blink-matching-open): Make the error message from the
11518 last change less verbose.
11519
bf6012e5
DN
115202011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11521
11522 * font-lock.el (font-lock-comment-face): Use the high contrast
11523 "yellow" color for font-lock-comment-face on low color terminals
11524 using a dark background color (bug#4221).
11525
343c3b5a
LMI
115262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11527
7e9505c5
LMI
11528 * dired.el (dired-insert-set-properties): Make the doc string
11529 reflect what it does now (bug#5325).
11530
c26fdcf5
LMI
11531 * simple.el (blink-matching-open): Say that we were unable to find
11532 the match within the limit, if we're limited (bug#5122).
11533
bb388cc5
LMI
11534 * international/mule-cmds.el (prefer-coding-system): Add an
11535 example (bug#4869).
11536
343c3b5a
LMI
11537 * progmodes/etags.el (tags-search): Document `file-list-form'
11538 (bug#4731).
11539
2a517d45
LM
115402011-07-13 Lawrence Mitchell <wence@gmx.li>
11541
11542 * net/browse-url.el (browse-url-default-browser)
11543 (browse-url-browser-function): Make the default browser choice a
11544 bit more logical (bug#4300). Also clean up the doc string.
11545
b6c78ef2
JB
115462011-07-13 Juanma Barranquero <lekktu@gmail.com>
11547
11548 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11549 binary endings (bug#4440).
11550
1c4dd947
LMI
115512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11552
a2014063
LMI
11553 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11554 which can be pretty annoying (bug#8971).
11555
9c9c2d88
LMI
11556 * jka-compr.el (jka-compr-verbose): New variable, and use
11557 throughout (bug#8971).
11558
1c4dd947
LMI
11559 * info.el (Info-find-file): Fall back on the installation
11560 directory if we can't find the info node anywhere else.
11561
a1c9f41b
SO
115622011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11563
11564 * vc/vc.el (vc-revert-file):
11565 Don't set file time-stamp in the past. (Bug#5181)
11566
536f3d36
LMI
115672011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11568
7152b011
LMI
11569 * files.el (after-find-file): Give a better error message when
11570 trying to find a symlink that points to a file that doesn't exist
11571 (bug#4398).
11572
536f3d36
LMI
11573 * progmodes/cc-vars.el: Remove (probably) misleading comment
11574 (bug#4396).
11575
460c0fba
JB
115762011-07-12 Johan Bockgård <bojohan@gnu.org>
11577
11578 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11579
7a6bda45
CY
115802011-07-12 Chong Yidong <cyd@stupidchicken.com>
11581
11582 * mouse-sel.el: Hack restoring functionality, while keeping
11583 compatibility with 2010-07-03 changes to mouse selection.
11584 (mouse-sel-primary-overlay): New var.
11585 (mouse-sel-selection-alist): Use it.
11586 (mouse-sel-mode): Doc fix; remove points that are default features
11587 of mouse.el.
11588
c79598ef
JB
115892011-07-12 Johan Bockgård <bojohan@gnu.org>
11590
11591 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11592 Fix previous fix (bug#2490).
11593
ff8be6ef
RW
115942011-07-12 Roland Winkler <winkler@gnu.org>
11595
b796c9b7
SM
11596 * textmodes/bibtex.el (bibtex-initialize):
11597 Use pop-to-buffer-same-window.
ff8be6ef
RW
11598 (bibtex-search-entries): Fix interactive call.
11599
296ba3ee
LMI
116002011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11601
f5242a02 11602 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11603 Fontise bytecomp Error lines more correctly (bug#2490).
11604 Fix suggested by Johan Bockgård.
f5242a02 11605
296ba3ee
LMI
11606 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11607
11608 * dired-x.el (dired-guess-default): Use `delete-dups'.
11609
f69fd0d2
CY
116102011-07-12 Chong Yidong <cyd@stupidchicken.com>
11611
11612 * dired.el (dired-mark-prompt):
11613 * dired-aux.el (dired-read-shell-command): Doc fix.
11614
eab5dc07
LMI
116152011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11616
b796c9b7
SM
11617 * mail/sendmail.el (sendmail-query-once):
11618 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11619 emacs -Q.
11620
11621 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11622
eab5dc07
LMI
11623 * cus-edit.el (custom-file): Take an optional no-error variable.
11624 (customize-save-variable): Set the variable, and give a warning if
11625 running under "emacs -q".
11626
a1e65d42
JB
116272011-07-11 Juanma Barranquero <lekktu@gmail.com>
11628
11629 * loadhist.el (unload-feature-special-hooks):
11630 Add `auto-coding-functions', `fill-nobreak-predicate' and
11631 `find-directory-functions' (bug#5327).
11632
1d52da10
LMI
116332011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11634
be958f1d
LMI
11635 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11636
5bedb26c
LMI
11637 * cus-edit.el (custom-guess-name-alist): -alist variables should
11638 use the `alist' type (bug#3120). Suggested by Drew Adams.
11639
1d52da10
LMI
11640 * printing.el: Add documentation to all the `pr-toggle-' commands.
11641
cd394be1 116422011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11643
11644 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11645 backends where it makes sense (bug#2623).
11646
dcc88d8a
LMI
116472011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11648
c3de9feb
LMI
11649 * dired-x.el (dired-guess-default): Remove duplicate shell command
11650 entries (bug#2028).
8a93078b 11651 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11652 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11653
dcc88d8a
LMI
11654 * subr.el (remove-duplicates): New conveniency function.
11655
505e3645
LMI
116562011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11657
11658 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11659 (bug#1526).
11660
116612011-07-10 Martin Rudalics <rudalics@gmx.at>
11662
11663 * window.el (display-buffer-normalize-default): Don't invert
11664 meaning of even-window-heights. Reported by Eli Zaretskii
11665 <eliz@gnu.org>.
11666
455e4fa1
BR
116672011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11668
11669 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11670
8e0bc3e9
CY
116712011-07-10 Chong Yidong <cyd@stupidchicken.com>
11672
11673 * window.el (display-buffer): Fix arguments to
11674 display-buffer-reuse-window in last change.
11675
fa7c3228
CY
11676 * faces.el (link): Use a less saturated blue on light backgrounds.
11677
11678 * startup.el (fancy-startup-text, fancy-about-text)
11679 (fancy-startup-tail): Use font-lock faces, for background safety.
11680
c0a7f300
BN
116812011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11682
b796c9b7
SM
11683 * emulation/viper-cmd.el (viper-change-state-to-vi):
11684 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11685
4dc2a129
MR
116862011-07-09 Martin Rudalics <rudalics@gmx.at>
11687
11688 * window.el (display-buffer-default-specifiers): Remove.
11689 (display-buffer-macro-specifiers): Remove default specifiers.
11690 (display-buffer-alist): Default to nil.
b796c9b7 11691 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11692 (display-buffer-pop-up-window): Allow splitting internal
11693 windows. Check whether a live window was created.
11694 (display-buffer-other-window-means-other-frame)
11695 (display-buffer-normalize-arguments): Rename to
11696 display-buffer-normalize-argument and rewrite. Set the
11697 other-window specifier.
11698 (display-buffer-normalize-special): New function.
11699 (display-buffer-normalize-options): Rename to
11700 display-buffer-normalize-default and rewrite.
11701 (display-buffer-normalize-options-inhibit): Remove.
11702 (display-buffer-normalize-specifiers): Rewrite.
11703 (display-buffer): Process other-window specifier and call
11704 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11705 more faithfully.
b796c9b7 11706 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11707 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11708 (display-buffer-in-window, display-buffer-alist-set):
11709 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11710 <tassilo@member.fsf.org>.
11711
2d43b8c9
LL
117122011-07-09 Leo Liu <sdl.web@gmail.com>
11713
11714 * register.el (insert-register): Restore accidental change on
11715 2011-06-26. (Bug#9028)
11716
7f9b7c53
GM
117172011-07-09 Glenn Morris <rgm@gnu.org>
11718
11719 * subr.el (remq): Handle the empty list. (Bug#9024)
11720
f042cfd8
AS
117212011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11722
11723 * mail/sendmail.el (send-mail-function): No longer delay custom
11724 initialization.
11725 * custom.el (custom-initialize-delay): Doc fix.
11726
856b2f11
SM
117272011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11728
11729 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11730
afae1d68
MA
117312011-07-08 Michael Albinus <michael.albinus@gmx.de>
11732
11733 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11734 human-friendly prompt.
11735
0757af94
SM
117362011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11737
11738 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11739 provided by a particular plugin.
11740
d760b731
LMI
117412011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11742
11743 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11744 save customizations (with "emacs -Q"), just set the variable
11745 instead of erroring out.
11746
11747 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11748
cd79ce90
JL
117492011-07-08 Juri Linkov <juri@jurta.org>
11750
11751 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11752 (archive-zip-update-case): Use 7z if found by `executable-find'.
11753 The order of searching the available programs is the same as in
11754 `archive-zip-extract' (bug#8968).
11755
14cc04aa
CY
117562011-07-07 Chong Yidong <cyd@stupidchicken.com>
11757
11758 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11759 (menu-bar-options-menu): Tweak descriptions.
11760
0a1848ec
LMI
117612011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11762
11763 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11764 menu items into verb phrases (bug#1421). Also refill to fit under
11765 80 columns.
11766
f5bd0689
CY
117672011-07-07 Chong Yidong <cyd@stupidchicken.com>
11768
538e85c6
CY
11769 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11770 (Info-read-node-name): Doc fix (Bug#1084).
11771
f5bd0689
CY
11772 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11773 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11774 (end-of-sexp, beginning-of-sexp)
11775 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11776 (forward-symbol, forward-same-syntax, word-at-point)
11777 (sentence-at-point): Doc fix (Bug#1144).
11778
56ec5115
LMI
117792011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11780
f3f8e37f
LMI
11781 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11782 should cover it (bug#1281).
11783
0757af94 11784 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11785
e9fce1ac 11786 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11787 negotiation fails, then possibly try again with a non-encrypted
11788 connection (bug#9017).
11789
56ec5115
LMI
11790 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11791 be used.
11792
c2f9aec8
RS
117932011-07-07 Richard Stallman <rms@gnu.org>
11794
11795 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11796 property, and handle its changed format.
11797 Look for the correct line number.
11798 Use file's line contents (but not past first =) to find
11799 correct line in message.
11800
ef7b981d 118012011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11802
11803 * international/characters.el (build-unicode-category-table):
11804 Delete it.
0757af94 11805 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11806
0757af94 11807 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11808 to src/chartab.c.
11809 (get-char-code-property): Call unicode-property-table-internal to
11810 load a file. Call get-unicode-property-internal where necessary.
11811 (put-char-code-property): Call unicode-property-table-internal to
11812 load a file. Call put-unicode-property-internal where necessary.
11813 put-unicode-property-internal where necessary.
0757af94
SM
11814 (char-code-property-description):
11815 Call unicode-property-table-internal to load a file.
c805dec0
KH
11816
11817 * international/charprop.el:
11818 * international/uni-bidi.el:
11819 * international/uni-category.el:
11820 * international/uni-combining.el:
11821 * international/uni-comment.el:
11822 * international/uni-decimal.el:
11823 * international/uni-decomposition.el:
11824 * international/uni-digit.el:
11825 * international/uni-lowercase.el:
11826 * international/uni-mirrored.el:
11827 * international/uni-name.el:
11828 * international/uni-numeric.el:
11829 * international/uni-old-name.el:
11830 * international/uni-titlecase.el:
11831 * international/uni-uppercase.el: Regenerate.
11832
11833 * loadup.el: Load international/charprop.el before
11834 international/characters.
11835
e14b388a
CY
118362011-07-07 Chong Yidong <cyd@stupidchicken.com>
11837
11838 * window.el (next-buffer, previous-buffer): Signal an error if
11839 called from a minibuffer window.
11840
11841 * bindings.el: Revert 2011-07-04 change.
11842
354cf0ba
RS
118432011-07-06 Richard Stallman <rms@gnu.org>
11844
11845 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11846 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11847 Treat markers like ints.
11848 (rmail-mime-entity): Doc fix.
11849
a48868a7
LMI
118502011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11851
4906cd3d
LMI
11852 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11853 defcustom again for backwards compatibility.
11854
e0457abe
LMI
11855 * simple.el (shell-command-on-region): Fill.
11856
d67f7e1f
LMI
11857 * dired-aux.el (dired-kill-line): Add a doc string.
11858
fe204702
LMI
11859 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11860 to "\\sw\\|\\s_" (bug#358).
11861
a48868a7
LMI
11862 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11863 (dired-unmark-backward): Ditto.
11864 (dired-flag-backup-files): Ditto.
11865
11866 * dired-x.el (dired-mark-sexp): Ditto.
11867
aa8a705c
RS
118682011-07-06 Richard Stallman <rms@gnu.org>
11869
11870 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11871 (rmail-mime-entity): New arg TRUNCATED.
11872 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11873 New functions.
11874 (rmail-mime-save): Warn if entity is truncated.
11875 (rmail-mime-toggle-hidden): Likewise, for showing.
11876 (rmail-mime-process-multipart): Record when an entity is truncated.
11877
a9a936b9
RS
11878 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11879 if ENTITY is a string.
11880
1f2b92cb
LMI
118812011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11882
f4f73198 11883 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11884 of faces when `M-C-x'-ing their definitions (bug#8378).
11885 Also clean up the code slightly.
f4f73198 11886
12b16734 11887 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11888 because that makes the colors go away.
12b16734 11889
f0691d22
LMI
11890 * mail/sendmail.el (send-mail-function): Change the default to
11891 `sendmail-query-once'.
9e87df06 11892 (sendmail-query-once): Add an autoload cookie.
f0691d22 11893
1f2b92cb
LMI
11894 * net/network-stream.el (network-stream-open-starttls): Try using
11895 a plain connection even if the server offered STARTTLS, and we
11896 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11897 capability. This should make smtpmail.el work in slightly more
11898 configurations.
11899
1cdd2a1b
MA
119002011-07-06 Michael Albinus <michael.albinus@gmx.de>
11901
11902 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11903 New defun.
11904 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11905
fbcc67e2
MM
119062011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11907
11908 * progmodes/sql.el: Version 3.0
0757af94 11909 (sql-product-alist): Add product :completion-object,
fbcc67e2 11910 :completion-column, and :statement attributes.
0757af94 11911 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11912 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11913 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11914 ansi keywords.
11915 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11916 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11917 (sql-oracle-show-reserved-words): New function for development.
11918 (sql-product-font-lock): Simplify for source code buffers.
11919 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11920 New functions.
11921 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11922 (sql-mode-map): Add statement movement functions.
11923 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11924 New variable.
fbcc67e2
MM
11925 (sql-statement-regexp, sql-beginning-of-statement)
11926 (sql-end-of-statement, sql-signum): New functions.
0757af94 11927 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11928 (sql-show-sqli-buffer): Bug fix.
11929 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11930 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11931 with sql-interactive-mode.
11932 (sql-save-connection): Save buffer local settings.
0757af94 11933 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11934 (sql-product-interactive): Bug fix.
11935 (sql-preoutput-hold): New variable.
11936 (sql-interactive-remove-continuation-prompt): Bug fixes.
11937 (sql-debug-redirect): New variable.
11938 (sql-str-literal): New function.
11939 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11940 Redesign.
fbcc67e2
MM
11941 (sql-oracle-save-settings, sql-oracle-restore-settings)
11942 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11943 (sql-completion-object, sql-completion-column)
11944 (sql-completion-sqlbuf): New variables.
11945 (sql-build-completions-1, sql-build-completions)
11946 (sql-try-completion): New functions.
11947 (sql-read-table-name): Use them.
11948 (sql-contains-names): New buffer local variable.
11949 (sql-list-all, sql-list-table): Use it.
11950 (sql-oracle-completion-types): New variable.
11951 (sql-oracle-completion-object, sql-sqlite-completion-object)
11952 (sql-postgres-completion-object): New functions.
11953
d4eaeab1
GM
119542011-07-06 Glenn Morris <rgm@gnu.org>
11955
11956 * window.el (pop-to-buffer): Doc fix.
11957
322b7dab 119582011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11959
11960 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11961
322b7dab 119622011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11963
322b7dab 11964 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11965
322b7dab 11966 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11967
605dd5bf
CY
119682011-07-05 Chong Yidong <cyd@stupidchicken.com>
11969
11970 * button.el (button): Inherit from link face. Suggested by Dan
11971 Nicolaescu.
11972
7dbfa719
SM
119732011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11974
3db614b0
SM
11975 * progmodes/gdb-mi.el: Fit in 80 columns.
11976 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11977 switch-to-buffer.
11978
7dbfa719
SM
11979 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11980 if imenu is simply not configured (bug#8941).
11981
919d884a
KM
119822011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11983
11984 * allout.el (allout-post-undo-hook): New allout outline-change
11985 event hook to signal undo activity.
11986 (allout-post-command-business): Run allout-post-undo-hook if an
11987 undo just occurred.
7dbfa719
SM
11988 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11989 * allout-widgets.el (allout-widgets-after-undo-function):
11990 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11991 in the vicinity of an undo.
11992 (allout-widgets-mode): Include allout-widgets-after-undo-function
11993 on the new allout-post-undo-hook.
11994
450a0f09
SM
119952011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11996
11997 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11998 Let define-derived-mode define it.
11999 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12000 cycles of abbrev-table inheritance (bug#8998).
12001
2de69e00
RW
120022011-07-05 Roland Winkler <winkler@gnu.org>
12003
12004 * textmodes/bibtex.el: Add support for biblatex.
12005 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12006 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12007 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12008 (bibtex-entry-alist, bibtex-field-alist): New variables.
12009 (bibtex-entry-field-alist): Obsolete alias for
12010 bibtex-BibTeX-entry-alist.
12011 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12012 (bibtex-set-dialect): New command.
12013 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12014 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12015 Bind via bibtex-set-dialect.
2de69e00
RW
12016 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12017 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12018 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12019 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12020 Define via bibtex-set-dialect.
450a0f09
SM
12021 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12022 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12023 (bibtex-vec-push, bibtex-vec-incr): New functions.
12024 (bibtex-format-entry, bibtex-field-list)
12025 (bibtex-print-help-message, bibtex-validate)
12026 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12027
2dcdbdd9
SM
120282011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * progmodes/compile.el (compilation-goto-locus):
12031 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12032 * bs.el (bs-cycle-next, bs-cycle-previous):
12033 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12034 * bindings.el (mode-line-other-buffer):
12035 * autoinsert.el (auto-insert):
12036 * arc-mode.el (archive-extract):
12037 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12038
b27640fe
JB
120392011-07-05 Juanma Barranquero <lekktu@gmail.com>
12040
12041 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12042 Fix check of `emacs-lock-unlockable-modes'.
12043 Coerce true values of `emacs-lock--try-unlocking' to t.
12044
53bbe3ad
JB
120452011-07-05 Juanma Barranquero <lekktu@gmail.com>
12046
12047 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12048 * emacs-lock.el: New file.
12049
1d3cdbc7
JD
120502011-07-05 Julien Danjou <julien@danjou.info>
12051
12052 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12053 than `boundp' to check if face is set.
12054
9173deec
JB
120552011-07-05 Juanma Barranquero <lekktu@gmail.com>
12056
12057 * register.el (registerv-make):
12058 * window.el (window-min-height): Fix typos in docstrings.
12059
869795d6
JD
120602011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12061
9173deec 12062 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12063 Update doc string.
12064
b768cdcd
JB
120652011-07-04 Juanma Barranquero <lekktu@gmail.com>
12066
12067 * server.el (server-execute): Catch quit and call
12068 `server-return-error' to pass the error back to emacsclient and
12069 close the connection (bug#8942).
12070
13aa217b
KM
120712011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12072
12073 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12074 insecure exception for current topic. Also note that auto-saves
12075 are handled differently.
12076
5d3385a0 12077 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12078 State variables for tracking auto-save inhibition situation.
12079
12080 (allout-write-contents-hook-handler): Rename from
12081 'allout-write-file-hook-handler', and describe how it depends on
12082 write-contents-functions sensitivity to non-nil value to prevent
12083 file write.
12084
12085 (allout-auto-save-hook-handler): Remove. auto-save does not check
12086 this in individual buffers, only in the starting buffer, so this
12087 is not the right way for us to inhibit auto-save in a buffer
12088 according to its condition.
12089
12090 (allout-mode): Use new allout-write-contents-hook-handler, and
12091 only with write-contents-functions. Remove auto-save provisions -
12092 they're implemented elsewhere.
12093
12094 (allout-before-change-handler): If undo is in progress, note that
12095 for attention of allout-post-command-business.
12096
12097 (allout-post-command-business): If the command we're following was
12098 an undo, check for change in the status of encrypted items and
12099 adjust auto-save inhibitions accordingly.
12100
12101 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12102 according to whether there are or aren't any plain-text topics
12103 pending encryption.
12104
2dcdbdd9 12105 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12106 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12107 if there are plain-text topics pending encryption.
13aa217b
KM
12108
12109 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12110 buffer-saved-size and some allout state to not inhibit auto-saves
12111 if there are no longer any plain-text topics pending encryption.
12112
0757af94
SM
12113 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12114 No longer provide for exemption of the current topic.
13aa217b 12115
ac89b32c
JL
121162011-07-04 Juri Linkov <juri@jurta.org>
12117
12118 Add 7z operations to delete and save changed members (bug#8968).
12119 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12120 New defcustoms.
12121 (archive-7z-write-file-member): New function.
12122 (archive-7z-summarize): Fix the number of dashes in the
12123 listing output.
12124
8fa39615
SM
121252011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12126
12127 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12128 (bug#8958).
12129
2f11b3f1
CY
121302011-07-04 Chong Yidong <cyd@stupidchicken.com>
12131
d66fef2b
CY
12132 * bindings.el: Ignore next-buffer and previous-buffer in
12133 minibuffer-local-map.
12134
2f11b3f1
CY
12135 * font-lock.el (font-lock-builtin-face): Change light background
12136 color to dark slate blue (Bug#6693).
12137
f932a347
WD
121382011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12139
12140 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12141
c8af70e1
SM
121422011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12145 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12146 Add switch-to-buffer.
12147
f158badc
LMI
121482011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12149
12150 * isearch.el (isearch-search-fun-function): Clarify further the
12151 meaning of the function returned.
12152
6d95bd46
MA
121532011-07-04 Michael Albinus <michael.albinus@gmx.de>
12154
12155 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12156
12157 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12158 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12159 Use it.
12160 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12161 `tramp-default-remote-path' does not exist.
12162 (tramp-send-command-and-read): New optional argument NOERROR.
12163 (tramp-open-connection-setup-interactive-shell)
12164 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12165 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12166 (tramp-process-sentinel): Flush also process' connection property.
12167 (tramp-sh-handle-start-file-process): Do not set process
12168 sentinel. It is done now ...
12169 (tramp-maybe-open-connection): ... here. (Bug#8929)
12170
909e6b67
MK
121712011-07-04 MON KEY <monkey@sandpframing.com>
12172
12173 * play/animate.el (animate-string): Doc fixes and allow changing
12174 the buffer name (bug#5417).
12175
121762011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12177
c8af70e1 12178 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12179
f34755dc
PE
121802011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12181
396cec72
PE
12182 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12183 This is simpler and helps future-proof the code.
12184 (timer-until): Use time-subtract and float-time.
08235028 12185 (timer--time-less-p): Use time-less-p.
f34755dc 12186
56e6cc31
JB
121872011-07-04 Juanma Barranquero <lekktu@gmail.com>
12188
3abb79e5
JB
12189 * type-break.el (timep): Use the value of `float-time' to avoid a
12190 byte-compiler warning.
12191
56e6cc31
JB
12192 * server.el (server-eval-and-print): Return any result, even nil.
12193
7b9430b4
PE
121942011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12195
12196 * type-break.el: Accept time formats that the builtins accept.
12197 (timep, type-break-time-difference): Accept any format that
12198 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12199 This is simpler and helps future-proof the code.
12200 (type-break-time-difference): Round rather than ignoring
12201 subseconds components.
12202
3034e9e7
LMI
122032011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12204
12205 * info.el (Info-apropos-matches): Make non-interactive, since it
12206 doesn't seem to do anything useful as a command (bug#8829).
12207
1485f4c0
CY
122082011-07-03 Chong Yidong <cyd@stupidchicken.com>
12209
12210 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12211 Move from faces.el.
1485f4c0
CY
12212 (frame-default-terminal-background): New function.
12213
12214 * custom.el (custom-push-theme): Don't record faces in `changed'
12215 theme; this doesn't work correctly for per-frame face settings.
12216 (disable-theme): Use face-set-after-frame-default to reset faces.
12217 (custom--frame-color-default): New function.
12218
9fa3dd45
LMI
122192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12220
c8af70e1 12221 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12222 (bug#8769).
12223
6cbbc20c
KR
122242011-03-29 Kevin Ryde <user42@zip.com.au>
12225
12226 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12227 `perl-Test2' extend to match possible "fail #N" rep count
12228 (bug#8377).
12229
c7f98048
LMI
122302011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12231
65676592
LMI
12232 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12233 `smtpmail-via-smtp' now returns the error instead of nil.
12234
c7f98048
LMI
12235 * isearch.el (isearch-search-fun-function): Clarify the doc string
12236 (bug#8101).
12237
56e6cc31 122382011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12239
12240 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12241 unnecessary spaces (bug#8987).
12242
2b216704
LMI
122432011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12244
12245 * net/network-stream.el (open-network-stream): Use the
12246 :end-of-capability command thoughout.
12247
122482011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12249
12250 * net/network-stream.el (open-network-stream): Add the
12251 :end-of-capability command parameter, used by pop3.el.
12252
36adf6ce
LMI
122532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12254
1ca0da0e
LMI
12255 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12256
fc00f69c
LMI
12257 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12258 for list)" (bug#6475).
12259
28fd8759 12260 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12261 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12262 an error (bug#6297).
12263
0dd8b6da
LMI
12264 * man.el (Man-reference-regexp): Allow matching possible
12265 word-wrapped references (bug#6289).
12266
ce1438d6
LMI
12267 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12268 for consistency with the other vc buffers (bug#6197).
12269 (vc-checkin): Ditto.
12270
12271 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12272
36adf6ce
LMI
12273 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12274
e83cc1f7
LMI
122752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12276
8a20ca4c
LMI
12277 * custom.el (defcustom): Clarify that :set is only used in the
12278 Customize user interface (bug#6089).
12279
83319045
LMI
12280 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12281 associated with a file, refuse to run instead of erroring out
12282 (bug#6084).
12283
a8392169
LMI
12284 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12285 the doc string, since it appears that using `fill-column' always
12286 controls the width (bug#7845).
12287
e83cc1f7
LMI
12288 * simple.el (shell-command-on-region): Say where the error output
12289 went if `shell-command-default-error-buffer' is set (bug#6857).
12290
e47ca23b
KM
122912011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12292
12293 * allout.el (allout-yank-processing): Adjust cursor position for
12294 backwards-deleted space.
12295
12296 (allout-rebullet-heading): Register changes with
12297 allout-exposure-changed-hook, so the modified topic is properly
12298 decorated.
12299
5cf56143
LMI
123002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12301
08549772
LMI
12302 * minibuffer.el (completion-in-region): Document PREDICATE
12303 (bug#7136).
12304
48e96771
LMI
12305 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12306 of keyword/argument pairs (bug#6904).
12307
c8af70e1
SM
12308 * replace.el (multi-occur):
12309 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12310
e17d05e2
LMI
123112011-07-02 Drew Adams <drew.adams@oracle.com>
12312
12313 * dired.el (dired-mark-if): Make the message about whether it's
12314 marking or unmarking clearer (bug#8523).
12315
063b0e45
LMI
123162011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12317
12318 * disp-table.el (display-table-print-array): New function.
12319 (describe-display-table): Use it to print the vectors more pretty
12320 (Bug#8859).
12321
28545e04
MR
123222011-07-02 Martin Rudalics <rudalics@gmx.at>
12323
12324 * window.el (window-state-get-1): Don't assign clone numbers.
12325 Add clone-of item to list of window parameters.
12326 (window-state-put-2): Don't process clone numbers.
12327 (display-buffer-alist): Fix doc-string.
12328
3349e122
SM
123292011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12330
12331 * subr.el (remq): Don't allocate if it's not needed.
12332 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12333 (keymap--merge-bindings): New functions.
12334 (keymap-canonicalize): Use them to refine the canonicalization.
12335 * minibuffer.el (minibuffer-local-completion-map)
12336 (minibuffer-local-must-match-map): Move initialization from C.
12337 (minibuffer-local-filename-completion-map): Move initialization from C;
12338 don't inherit from anything here.
12339 (minibuffer-local-filename-must-match-map): Make obsolete.
12340 (completing-read-default): Use make-composed-keymap to combine
12341 minibuffer-local-filename-completion-map with either
12342 minibuffer-local-must-match-map or
12343 minibuffer-local-filename-completion-map.
12344
d224ac83
GM
123452011-07-01 Glenn Morris <rgm@gnu.org>
12346
3de63bf8
GM
12347 * type-break.el (type-break-time-sum): Use dolist.
12348
d224ac83
GM
12349 * textmodes/flyspell.el (flyspell-word-search-backward):
12350 Replace CL function.
12351
1a1e3f32
SM
123522011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12353
fe3f64d5
SM
12354 * mouse.el (mouse--strip-first-event): New function.
12355 (function-key-map): Use it to map fringe clicks to normal clicks
12356 by default.
12357
eb604e34
SM
12358 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12359 (vc-bzr-revision-completion-table): Add support for annotate and date.
12360
1a1e3f32
SM
12361 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12362 inherit from parent.
12363
5bd35902
LMI
123642011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12365
ace6c69c 12366 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12367 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12368
191e2bed
LMI
12369 * dired.el (dired-mode): Fix up the doc string as suggested by
12370 Drew Adams (bug#8817).
12371
5bd35902
LMI
12372 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12373 cookie, since the manual says that it should be possible to add
12374 this function to `find-file-hook' (bug#8709).
12375
eee8207a
TZ
123762011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12377
12378 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12379 here. Noted Ted Zlatanov as the maintainer.
12380 (cfengine-common-settings, cfengine-common-syntax): New functions
12381 to set up common things between `cfengine-mode' and
12382 `cfengine3-mode'.
12383 (cfengine3-mode): New mode.
12384 (cfengine3-defuns cfengine3-defuns-regex
12385 (cfengine3-class-selector-regex cfengine3-category-regex)
12386 (cfengine3-vartypes cfengine3-font-lock-keywords)
12387 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12388 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12389
36b148cf
MA
123902011-07-01 Michael Albinus <michael.albinus@gmx.de>
12391
12392 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12393
12394 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12395
0bf4ba9a
MR
123962011-07-01 Martin Rudalics <rudalics@gmx.at>
12397
12398 * window.el (same-window-buffer-names, same-window-regexps)
12399 (same-window-p, special-display-frame-alist)
12400 (special-display-popup-frame, special-display-function)
12401 (special-display-buffer-names, special-display-regexps)
12402 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12403 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12404 (split-window-preferred-function, split-height-threshold)
12405 (split-width-threshold, even-window-heights)
12406 (display-buffer-mark-dedicated, window-splittable-p)
12407 (split-window-sensibly, window-safely-shrinkable-p):
12408 Un-obsolete.
12409 (display-buffer): Don't spread args with function specifier
12410 because special-display-popup-frame won't like it.
12411
35837f51
PE
124122011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12413
d0672f86
PE
12414 Time-stamp simplifications and fixes.
12415 These improve accuracy slightly, and future-proof the code
12416 against some potential changes to current-time format.
12417
b9444d97
PE
12418 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12419 by using time-since and float-time.
12420
0ef923dc
PE
12421 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12422 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12423 + NNN microseconds".
12424
2f81380d
PE
12425 * type-break.el (type-break-time-sum): Rewrite using time-add.
12426
845b5c3e
PE
12427 * play/hanoi.el (hanoi-current-time-float): Remove.
12428 All uses replaced by float-time.
12429
ee6f1be0
PE
12430 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12431 This yields a more-accurate answer.
12432 (rng-time-to-float): Remove; no longer needed.
12433
fe955043
PE
12434 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12435
5777162a
PE
12436 * calendar/timeclock.el (timeclock-seconds-to-time):
12437 Defalias to seconds-to-time, since they're the same thing.
12438
3103f8b6 12439 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12440 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12441 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12442
0e61a35f
SM
124432011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 * window.el (bury-buffer): Don't iconify the only frame.
12446 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12447 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12448
ddd63a1e
CY
124492011-07-01 Chong Yidong <cyd@stupidchicken.com>
12450
0e61a35f
SM
12451 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12452 Add mouse-yank-primary.
ddd63a1e 12453
055f4923
TZ
124542011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12455
12456 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12457
6a2fb145
SM
124582011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12461 (find-library-name): Use it to find relative load names when provided
12462 absolute file name (bug#8803).
12463
fd4983f2
LMI
124642011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12465
887d14ad
LMI
12466 * textmodes/flyspell.el (flyspell-word): Consider words that
12467 differ only in case as potential doublons (bug#5687).
12468
c53dc7fc
LMI
12469 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12470 Remove two rather uninteresting debugging-like messages to make
12471 debbugs.el more silent.
12472
fd4983f2
LMI
12473 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12474 a password-like phrase.
12475
7a71b18d 124762011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12477
12478 * progmodes/cc-guess.el: New file.
12479
6a2fb145 12480 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12481
12482 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12483 derived from `c-basic-common-init'.
12484
12485 * progmodes/cc-mode.el (top-level): Require cc-guess.
12486 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12487
1fa280a3
LM
124882011-06-30 Lawrence Mitchell <wence@gmx.li>
12489
12490 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12491
e6597158
AM
124922011-06-30 Alan Mackenzie <acm@muc.de>
12493
1fa280a3
LM
12494 * progmodes/cc-engine.el (c-guess-continued-construct):
12495 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12496 lock is disabled. Name this case as "CASE G".
12497
68ba37fb
KM
124982011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12499
12500 * allout.el (allout-yank-processing): Fix injection of extra space
12501 between bullet and non-whitespace character in first topic when
12502 pasting, ensuring that the actual spacing in the pasted topic
12503 following the bullet char is preserved. This extra space was
12504 causing pasted encrypted topics to get a decrypted status even
12505 when the content was actually still encrypted. Now the decryption
12506 status from before the paste is preserved.
12507
12508 (allout-flag-region): Set all allout overlays so they evaporate
12509 when reduced to zero length (evanescent), to prevent overlay
12510 leakage.
12511
887a0b34
GM
125122011-06-30 Glenn Morris <rgm@gnu.org>
12513
94b9acce
GM
12514 * w32-fns.el (w32-charset-info-alist): Declare.
12515
1d9b46d4
GM
12516 * find-dired.el (find-grep-options): Simplify.
12517
cc232200
GM
12518 * term/ns-win.el (ns-set-resource): Declare.
12519
28e77c46
GM
12520 * ses.el (row, col): Declare dynamic variables honestly.
12521
887a0b34
GM
12522 * textmodes/reftex-parse.el (index-tags): Declare.
12523
658d8eb8
CY
125242011-06-30 Chong Yidong <cyd@stupidchicken.com>
12525
12526 * cus-edit.el (customize-push-and-save): New function.
12527
12528 * files.el (hack-local-variables-confirm): Use it.
12529
1fa280a3
LM
12530 * custom.el (load-theme): New arg NO-CONFIRM.
12531 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12532 (custom-enabled-themes): Doc fix.
12533
12534 * cus-theme.el (customize-create-theme)
12535 (custom-theme-merge-theme): Callers to load-theme changed.
12536
bb617717
LMI
125372011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12538
d61bdd5d
LMI
12539 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12540 short URLs have at least one dot in them (bug #7614).
12541
bb617717
LMI
12542 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12543 nil, because using a pty is apparently too slow (bug #895).
12544
2f31f37a
LMI
125452011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12546
12547 * mail/sendmail.el (sendmail-query-once): New function.
12548 (sendmail-query-once-function): New variable.
12549
3076b24e
GM
125502011-06-29 Glenn Morris <rgm@gnu.org>
12551
faf2a174
GM
12552 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12553
3076b24e
GM
12554 * ses.el (top-level): Require cl when compiling.
12555 (ses-set-localvars): Fix error statement.
12556 Call it at compile time to silence a storm of warnings.
12557
5386012d
MR
125582011-06-29 Martin Rudalics <rudalics@gmx.at>
12559
12560 * window.el (normalize-live-buffer): Rename to
12561 window-normalize-buffer.
12562 (normalize-live-frame): Rename to window-normalize-frame.
12563 (normalize-any-window): Rename to window-normalize-any-window.
12564 (normalize-live-window): Rename to window-normalize-live-window.
12565 (make-window-atom): Rename to window-make-atom.
12566 (window-resize-reset): Rename to window--resize-reset.
12567 (window-resize-reset-1): Rename to window--resize-reset-1.
12568 (resize-mini-window): Rename to window--resize-mini-window.
12569 (resize-subwindows-skip-p): Rename to
12570 window--resize-subwindows-skip-p.
12571 (resize-subwindows-normal): Rename to
12572 window--resize-subwindows-normal.
12573 (resize-subwindows): Rename to window--resize-subwindows.
12574 (resize-other-windows): Rename to window--resize-siblings.
12575 (resize-this-window): Rename to window--resize-this-window.
12576 (resize-root-window): Rename to window--resize-root-window.
12577 (resize-root-window-vertically): Rename to
12578 window--resize-root-window-vertically.
12579 (normalize-buffer-to-display): Rename to
12580 window-normalize-buffer-to-display.
12581 (normalize-buffer-to-switch-to): Rename to
12582 window-normalize-buffer-to-switch-to.
12583 Correspondingly update all callers of the functions listed
12584 above.
12585 (display-buffer-alist, display-buffer-normalize-arguments)
12586 (display-buffer-normalize-options, display-buffer)
12587 (display-buffer-alist-set): Use "function" instead of
12588 "fun-with-args".
12589
1176868d
CY
125902011-06-28 Chong Yidong <cyd@stupidchicken.com>
12591
12592 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12593 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12594 debbugs.gnu.org. Mention acknowledgment email.
12595
20a7a65f
LMI
125962011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12597
12598 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12599 buffer multibyteness, since it shouldn't matter.
12600
5f45cca5
MR
126012011-06-28 Martin Rudalics <rudalics@gmx.at>
12602
12603 * window.el (display-buffer-in-side-window): Handle dedicated
12604 windows as in display-buffer-reuse-window.
12605 (display-buffer-normalize-alist): Use value of override
12606 specifier.
12607 (display-buffer-normalize-specifiers): Use value of
12608 other-window-means-other-frame specifier.
12609 (display-buffer-alist): Rewrite some texts in widgets.
12610 (display-buffer): Spread arguments when calling function
12611 specified by fun-with-args.
12612
ad85fe1f
DD
126132011-06-28 Deniz Dogan <deniz@dogan.se>
12614
1fa280a3
LM
12615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12616 Unnest `let'.
da68c4c8 12617
ad85fe1f
DD
12618 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12619 selectors (Bug#5732).
ec49bd31 12620 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12621
a08cc025
JA
126222011-06-27 Jari Aalto <jari.aalto@cante.net>
12623
12624 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12625 (eshell-ls-date-format): New defcustom.
12626 (eshell-ls-file): Use it.
12627
e2b551c5
SM
126282011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12631
8982b231
KY
126322011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12633
12634 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12635 (ange-ftp-make-tmp-name): New arg.
12636 (ange-ftp-file-local-copy): Use it.
12637
36c9fa27
J
126382011-06-27 Jambunathan K <kjambunathan@gmail.com>
12639
12640 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12641 no-conversion (Bug#8870).
12642
d68443dc
MR
126432011-06-27 Martin Rudalics <rudalics@gmx.at>
12644
12645 * window.el (window-right, window-left, window-child)
12646 (window-child-count, window-last-child)
12647 (window-iso-combination-p, walk-window-tree-1)
12648 (window-atom-check-1, window-tree-1, delete-window)
12649 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12650 new naming conventions - window-vchild, window-hchild,
12651 window-next and window-prev are now called window-top-child,
12652 window-left-child, window-next-sibling and window-prev-sibling
12653 respectively.
d615d6d2
MR
12654 (resize-window-reset): Rename to window-resize-reset.
12655 (resize-window-reset-1): Rename to window-resize-reset-1.
12656 (resize-window): Rename to window-resize.
12657 (window-min-height, window-min-width)
12658 (resize-mini-window, resize-this-window, resize-root-window)
12659 (resize-root-window-vertically, adjust-window-trailing-edge)
12660 (enlarge-window, shrink-window, maximize-window)
12661 (minimize-window, delete-window, quit-restore-window)
12662 (split-window, balance-windows, balance-windows-area-adjust)
12663 (balance-windows-area, window-state-put-2)
12664 (display-buffer-even-window-sizes, display-buffer-set-height)
12665 (display-buffer-set-width, set-window-text-height)
12666 (fit-window-to-buffer): Rename all "resize-window" prefixed
12667 calls to use the "window-resize" prefix convention.
12668 (display-buffer-alist): Fix symbol for label specifier.
12669 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12670 corresponding specifier.
12671 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12672
b6458526
VB
126732011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12674
12675 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12676 convention.
12677 (ses-call-printer): Does not pass an empty string to formatter when the
12678 cell is empty to keep from barking printer Calc math-format-value.
12679
d31fd9ac
RS
126802011-06-27 Richard Stallman <rms@gnu.org>
12681
43d5bf84
RS
12682 * battery.el (battery-mode-line-limit): New variable.
12683 (battery-update): Handle it.
12684
d31fd9ac
RS
12685 * mail/rmailmm.el (rmail-mime-process-multipart):
12686 Handle truncated messages.
12687
819a6054
GM
126882011-06-27 Glenn Morris <rgm@gnu.org>
12689
12690 * progmodes/flymake.el (flymake-err-line-patterns):
12691 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12692
cedc73f2
VB
126932011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12694
819a6054 12695 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12696 (ses--clean-!, ses--clean-_): New functions.
12697 (ses-range): Add configurability of readout order, and conversion
12698 to Calc vector.
12699
5e5d49b6
VB
12700 * ses.el (ses-repair-cell-reference-all): New function.
12701 (ses-cell-symbol): Set macro as safe, so that it can be used in
12702 formulas.
12703
56e6cc31 12704 * ses.el: Update cycle detection algorithm.
90ca8b49 12705 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12706 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12707 (ses-set-localvars): New function.
12708 (ses-make-cell): Add property-list as a cell element.
12709 (ses-cell-property-get-fun, ses-cell-property-get)
12710 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12711 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12712 New functions.
90ca8b49
VB
12713 (ses-cell-property-set, ses-cell-property-pop)
12714 (ses-cell-property-get-handle): New macro.
12715 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12716 New aliases, used for code readability.
12717 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12718 cycle detection.
12719 (ses-self-reference-early-detection): New defcustom.
fac916bf 12720 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12721 (ses-mode): Use ses-set-localvars.
12722 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12723 before lauching the update processing.
12724 (ses-initialize-Dijkstra-attempt): New function.
12725 (ses-recalculate-cell): Update for cycle detection based on
12726 Dijkstra algorithm.
12727
2bb63e81
VB
12728 * ses.el: Fix commenting and indenting convention.
12729
c9d29fb8
SM
127302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * bs.el (bs-cycle-next): Complete last change.
12733
d8e4b68b
JB
127342011-06-27 Drew Adams <drew.adams@oracle.com>
12735
12736 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12737
40098786
LMI
127382011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12739
c9d29fb8
SM
12740 * net/network-stream.el (network-stream-open-starttls):
12741 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12742 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12743
40098786
LMI
12744 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12745 to binary to possibly avoid line encoding issues on Windows (among
12746 other things).
12747
468d09d4
LMI
127482011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12749
12750 * net/network-stream.el (open-network-stream): Return an :error
12751 saying what the problem was, if possible.
12752
12753 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12754 server.
12755
12756 * net/network-stream.el (network-stream-open-starttls): If we
12757 wanted to use STARTTLS, and the server offered it, but we weren't
12758 able to because we had no STARTTLS support, then close the connection.
12759 (open-network-stream): Return an :error element, if present.
12760
16f07dd7
CY
127612011-06-26 Chong Yidong <cyd@stupidchicken.com>
12762
88821ca0
CY
12763 * hl-line.el (hl-line-sticky-flag): Doc fix.
12764 (global-hl-line-sticky-flag): New option (Bug#8323).
12765 (global-hl-line-highlight): Obey it.
12766
16f07dd7
CY
12767 * vc/vc.el (vc-revert-show-diff): Default to t.
12768
6b5ccddf
KM
127692011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12770
c9d29fb8
SM
12771 * allout-widgets.el (allout-widgets-post-command-business):
12772 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12773 undecorated when an isearch is continued past, and isearch
12774 automatically collapses them. This leads to "widget leaks", where
12775 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12776 hidden widgets can slow down cursor travel, substantially.
12777 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12778 so we're doing without this nicety.
12779
12780 (allout-widgets-tally-string): Don't try to do a hash-table-count
12781 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12782 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12783 *Messages* when allout-widgets-maintain-tally is t.
12784
355f2e07
MR
127852011-06-26 Martin Rudalics <rudalics@gmx.at>
12786
12787 * window.el (display-buffer-normalize-argument): Rename to
12788 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12789 LABEL argument. Respect special-display-function when popping up
12790 a new frame. Fix code searching for a window showing the buffer
12791 on another frame.
c9d29fb8
SM
12792 (display-buffer-normalize-specifiers):
12793 Call display-buffer-normalize-arguments.
355f2e07
MR
12794 (display-buffer-in-window): Don't undedicate the window if its
12795 buffer remains the same.
12796 Reported by Drew Adams <drew.adams@oracle.com>.
12797 (display-buffer-alist): Add choice for same-window macro
12798 specfier.
12799 (display-buffer): Mention special meaning of LABEL argument in
12800 doc-string. Fix quoting. Don't pop up a new frame even as
12801 fallback.
12802
7ca8fc42
JB
128032011-06-26 Juanma Barranquero <lekktu@gmail.com>
12804
12805 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12806 avoid deleting the current window in some cases (bug#8911).
12807
bc312254
AS
128082011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12809
12810 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12811 (Bug#8934)
12812
2db18f3f
LMI
128132011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12814
c9d29fb8
SM
12815 * net/network-stream.el (network-stream-open-starttls):
12816 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12817 (network-stream-open-tls): Ditto.
12818
6302e0d3
LL
128192011-06-26 Leo Liu <sdl.web@gmail.com>
12820
12821 * register.el (registerv): New struct.
12822 (registerv-make): New function.
c9d29fb8
SM
12823 (jump-to-register, describe-register-1, insert-register):
12824 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12825 struct. (Bug#8415)
12826
5fdd4046
CY
128272011-06-26 Chong Yidong <cyd@stupidchicken.com>
12828
2afef60a
CY
12829 * vc/vc.el (vc-revert-show-diff): New defcustom.
12830 (vc-diff-internal): New arg specifying diff buffer.
12831 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12832 reuse an existing *vc-diff* buffer (Bug#8927).
12833
5fdd4046
CY
12834 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12835
e93db24a
GM
128362011-06-26 Glenn Morris <rgm@gnu.org>
12837
12838 * progmodes/f90.el (f90-critical-indent): New option.
12839 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12840 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12841 (f90-mode): Doc fix.
12842 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12843 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12844 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12845 (f90-match-end): Handle block, critical.
12846
eefff499
GM
128472011-06-25 Glenn Morris <rgm@gnu.org>
12848
f6ba4cc9
GM
12849 * calendar/diary-lib.el (diary-included-files): Doc fix.
12850 (diary-include-files): New function, extracted from
12851 diary-include-other-diary-files and diary-mark-included-diary-files.
12852 (diary-include-other-diary-files, diary-mark-included-diary-files):
12853 Just call diary-include-files.
12854 (diary-mark-entries): Reset diary-included-files on first call.
12855
16712304
GM
12856 * calendar/diary-lib.el (diary-mark-entries)
12857 (diary-mark-included-diary-files):
12858 Visit included diary-files in temp buffers.
12859
5d8e0d43
GM
12860 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12861 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12862 (f90-start-block-re, f90-imenu-generic-expression)
12863 (f90-looking-at-program-block-start, f90-no-block-limit):
12864 Add support for submodules.
12865
ccf7a5d5
GM
12866 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12867 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12868
11fdef7d 128692011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12870
12871 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12872 buffer-file-type before setting its value, to avoid disastrous
eefff499 12873 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12874
74f53697
JB
128752011-06-25 Juanma Barranquero <lekktu@gmail.com>
12876
12877 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12878
12879 * ses.el (ses-unload-function):
12880 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12881
12882 * proced.el (proced-unload-function):
12883 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12884
18a4ce5e
AR
128852011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12886
12887 * server.el (server-create-window-system-frame): Add parameters arg.
12888 (server-process-filter): Doc fix. Handle frame-parameters.
12889
519d22cc
JB
128902011-06-25 Juanma Barranquero <lekktu@gmail.com>
12891
12892 Fix bug#8730, bug#8781.
12893
12894 * loadhist.el (unload--set-major-mode): New function.
12895 (unload-feature): Use it.
12896
12897 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12898 (python-unload-function): New function.
12899
c206f5b0
SM
129002011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12901
12902 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12903
f9ad64f3
GS
129042011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12905
12906 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12907 the candidates list.
12908
7d0da90e
JB
129092011-06-24 Juanma Barranquero <lekktu@gmail.com>
12910
12911 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12912
14b4e83d
RS
129132011-06-23 Richard Stallman <rms@gnu.org>
12914
12915 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12916 (rmail-variables): Set next-error-move-function.
12917 (rmail-what-message): Take argument POS.
12918 (rmail-next-error-move): New function.
12919
273d2baf
SM
129202011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12923 messages for adjacent non-terminals.
12924
56c2cc9a
RS
129252011-06-23 Richard Stallman <rms@gnu.org>
12926
12927 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12928 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12929 (rmail-start-mail): Don't specify use of rmail-mail-return;
12930 that's done by mail-bury now.
12931 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12932
d59eb518
MA
129332011-06-23 Michael Albinus <michael.albinus@gmx.de>
12934
12935 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12936 SIZE is a number.
12937
02cfc6d6
MR
129382011-06-23 Martin Rudalics <rudalics@gmx.at>
12939
12940 * window.el (get-lru-window, get-mru-window)
12941 (get-largest-window): Never return a minibuffer window.
12942 (display-buffer-pop-up-window): Fix a bug that could lead to
12943 reusing the minibuffer window.
12944 (display-buffer): Pass original specifier argument to
12945 display-buffer-function instead of the normalized one.
12946 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12947
4e323265
LL
129482011-06-22 Leo Liu <sdl.web@gmail.com>
12949
12950 * minibuffer.el (completing-read-function)
12951 (completing-read-default): Move from minibuf.c
12952
7a70468f
RS
129532011-06-22 Richard Stallman <rms@gnu.org>
12954
50718fc2
RS
12955 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12956 to Rmail even if not started by a special Rmail command.
12957
7a70468f
RS
12958 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12959 Copy the buffer currently showing just one message.
12960
297dde5a
RW
129612011-06-22 Roland Winkler <winkler@gnu.org>
12962
12963 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12964 (bibtex-clean-entry): First delete the old key so that a
12965 customized algorithm for generating the new key does not get
12966 confused by the old key.
12967 (bibtex-url): Obey regexp of first step.
12968 (bibtex-search-entries): Do not use add-to-list with local
12969 list-var.
12970
97bb1093
LMI
129712011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12972
12973 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12974 stored a user name, then query for the password first, instead of
12975 waiting for SMTP to give an error message and the trying again.
12976
1c0f1a19
JD
129772011-06-22 Lawrence Mitchell <wence@gmx.li>
12978
12979 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12980 BUFFER in call-process.
12981
396f7c9d
LMI
129822011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12983
12984 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12985 QUIT twice.
ddb7ffee
LMI
12986 (smtpmail-try-auth-methods): Require user name and password from
12987 auth-source.
396f7c9d 12988
8998d1b3
MR
129892011-06-22 Martin Rudalics <rudalics@gmx.at>
12990
12991 * window.el (display-buffer-default-specifiers)
12992 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12993 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12994 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12995
12996 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12997 (special-display-frame-alist, special-display-popup-frame):
12998 Remove duplicate declarations. These are now in window.el.
12999
4ea31e07
LMI
130002011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13001
c9d29fb8
SM
13002 * mail/smtpmail.el (smtpmail-via-smtp):
13003 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13004 server supports it. SMTP servers that support STARTTLS commonly
13005 require it.
13006
13007 * net/network-stream.el (network-stream-open-starttls): Support
13008 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13009 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13010
95f41d9a
LMI
13011 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13012 upgrades with `open-network-stream', and rely solely on
13013 auth-source for all credentials. Big changes throughout the file,
13014 but in particular:
c9d29fb8
SM
13015 (smtpmail-auth-credentials): Remove.
13016 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13017 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13018 MAIL FROM, too.
95f41d9a 13019
c9d29fb8
SM
13020 * net/network-stream.el (network-stream-open-starttls):
13021 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13022 STARTTLS.
13023 (auth-source): Require.
13024 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13025 (network-stream-certificate): Change cert-cert to cert and
13026 cert-key to key.
4ea31e07 13027
065ec2c7
MA
130282011-06-21 Michael Albinus <michael.albinus@gmx.de>
13029
13030 * net/tramp-cache.el (top): Don't load the persistency file when
13031 "emacs -Q" has been called.
13032
cd93b359
DR
130332011-06-21 Tim Harper <timcharper@gmail.com>
13034
d8e4b68b
JB
13035 * term/ns-win.el (ns-initialize-window-system):
13036 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13037 resource to NO as it is not yet supported by the NS port.
13038
ae9c0411
JB
130392011-06-21 Juanma Barranquero <lekktu@gmail.com>
13040
13041 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13042 (list-dynamic-libraries): ...not here.
13043
7f3f739f
LL
130442011-06-21 Leo Liu <sdl.web@gmail.com>
13045
13046 * subr.el (sha1): Implement sha1 using secure-hash.
13047
327c8fb1
MR
130482011-06-21 Martin Rudalics <rudalics@gmx.at>
13049
13050 * window.el (display-buffer-alist): In default value do not
13051 enforce searching a window on any but the selected frame.
13052 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13053 (display-buffer-select-window): Remove function.
13054 (display-buffer-in-window): When a window on another frame gets
13055 reused, do not select it any more but just raise its frame if
13056 necessary (Bug#8851) and (Bug#8856).
13057 (display-buffer-normalize-options): Handle pop-up-frames related
13058 options more faithfully.
13059 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13060 window if it is on another frame.
c9d29fb8
SM
13061 (display-buffer-alist, display-buffer-default-specifiers):
13062 Don't make new frame unsplittable by default.
9e9de014
MR
13063 (display-buffer-normalize-argument): Fix doc-string typo and use
13064 'same-frame-other-window instead of 'other-window when associating
13065 with display-buffer-macro-specifiers.
327c8fb1 13066
7cf3f556
VB
130672011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13068
13069 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13070 New functions.
13071 (5x5-mode-map, 5x5-mode-menu): Bind them.
13072 (5x5-draw-grid): Tweak the solver's rendering.
13073
60a406cf
SM
130742011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13077 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13078
d8e4b68b 130792011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13080
13081 * menu-bar.el: Use function variable instead of switch-to-buffer.
13082 (menu-bar-select-buffer-function): New variable.
60a406cf 13083 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13084
478d6f95
SM
130852011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13088 variable's status.
13089
ca530739
JD
130902011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13091
13092 * x-dnd.el (x-dnd-version-from-flags)
13093 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13094 and long as number (Bug#8899).
13095 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13096
bcd70d97
SM
130972011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13098
60a406cf 13099 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13100 (completion-try-completion, completion-all-completions): Compute the
13101 metadata argument if it's missing; make it optional (bug#8795).
13102
60a406cf 13103 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13104 (widget-complete): Use new :completion-function property.
13105 (widget-completions-at-point): New function.
13106 (default): Use :completion-function instead of :complete.
60a406cf
SM
13107 (widget-default-completions): Rename from widget-default-complete;
13108 Rewrite.
bcd70d97
SM
13109 (widget-string-complete, widget-file-complete, widget-color-complete):
13110 Remove functions.
13111 (file, symbol, function, variable, coding-system, color):
13112 * international/mule-cmds.el (default-input-method, charset)
13113 (language-info-custom-alist):
13114 * cus-edit.el (face): Use new property :completions.
13115
13116 * progmodes/pascal.el (pascal-completions-at-point): New function.
13117 (pascal-mode): Use it.
13118 (pascal-mode-map): Use completion-at-point.
13119 (pascal-toggle-completions): Make obsolete.
13120 (pascal-complete-word, pascal-show-completions):
13121 * progmodes/octave-mod.el (octave-complete-symbol):
13122 Redefine as obsolete alias.
13123 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13124 Signal absence of completion info for old Octave,
13125 (inferior-octave-complete): Redefine as obsolete alias.
13126 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13127 (meta-completions-at-point): Rename from meta-complete-symbol and
13128 adapt it for use on completion-at-point-functions.
13129 (meta-common-mode): Use it.
13130 (meta-looking-at-backward, meta-match-buffer): Remove.
13131 (meta-complete-symbol): Redefine as obsolete alias.
13132 (meta-common-mode-map): Use completion-at-point.
13133 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13134 (makefile-mode-map): Use completion-at-point.
13135 (makefile-completions-at-point): Rename from makefile-complete and
13136 adapt it for use on completion-at-point-functions.
13137 (makefile-mode): Use it.
13138 (makefile-complete): Redefine as obsolete alias.
13139
aebf69c8
DD
131402011-06-20 Deniz Dogan <deniz@dogan.se>
13141
13142 * net/rcirc.el: Delete trailing whitespaces once and for all.
13143
bfbbb27d
DC
131442011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13145
13146 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13147
d264a46b
CY
131482011-06-19 Chong Yidong <cyd@stupidchicken.com>
13149
4ca009e5
CY
13150 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13151
d264a46b
CY
13152 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13153
fbf5b3ce
MR
131542011-06-19 Martin Rudalics <rudalics@gmx.at>
13155
13156 * window.el (display-buffer-other-window-means-other-frame):
13157 Call display-buffer-normalize-alist.
13158 (display-buffer-normalize-specifiers-1): Rename to
13159 display-buffer-normalize-argument. New argument other-frame.
13160 Rewrite.
13161 (display-buffer-normalize-specifiers-2): Rename to
13162 display-buffer-normalize-options.
13163 (display-buffer-normalize-alist-1): New function.
13164 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13165 display-buffer-normalize-alist.
13166 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13167 (display-buffer-normalize-options-inhibit): New variable.
13168 (display-buffer-normalize-specifiers): Rewrite calling
13169 display-buffer-normalize-alist,
13170 display-buffer-normalize-argument, and
13171 display-buffer-normalize-options. Don't call the latter if
13172 display-buffer-normalize-options-inhibit is non-nil.
13173 (frame-auto-delete): New option.
13174 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13175 (window-list-no-nils, window-state-ignored-parameters)
13176 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13177 (window-state-put-1, window-state-put-2, window-state-put):
13178 New functions.
9a028c23
MR
13179 (display-buffer-normalize-options): Move special-display-p group
13180 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13181
6d10d800
CY
131822011-06-18 Chong Yidong <cyd@stupidchicken.com>
13183
6420d28b
CY
13184 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13185 groups (Bug#8776).
13186 (rx-submatch-n): New function.
13187 (rx): Document it.
13188
ddb8b596
CY
13189 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13190 (Bug#8768).
13191
13192 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13193
77080289
CY
13194 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13195
61dfb316
CY
13196 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13197 anytime existing face settings are present (Bug#8889).
13198
6d10d800
CY
13199 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13200 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13201 Remove unused argument.
13202
be3fb2b8
MR
132032011-06-18 Martin Rudalics <rudalics@gmx.at>
13204
bcd70d97
SM
13205 * window.el (display-buffer-default-specifiers):
13206 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13207 pop-up-window-min-width, and another reuse-window specifier
13208 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13209 (display-buffer-normalize-specifiers-2):
13210 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13211 pop-up-windows is unset. Add a reuse-window specifier for the
13212 case popping up a new window fails.
13213 (special-display-popup-frame): Remove double quoting.
28dec25a 13214 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13215
1c6d8c76
SM
132162011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13217
13218 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13219 according to comint-completion-addsuffix.
13220
13221 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13222 (pcomplete-suffix-list): Mark as obsolete.
13223 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13224 pcomplete-seen in the closure.
13225 (pcomplete-comint-setup): Setup completion-at-point as well.
13226 (pcomplete--entries): New function.
13227 (pcomplete--env-regexp): New var.
13228 (pcomplete-entries): Rewrite to work with partial-completion and
13229 without relying on pcomplete-suffix-list.
13230 (pcomplete-pare-list): Remove, unused.
13231
25aef8b8
MR
132322011-06-17 Martin Rudalics <rudalics@gmx.at>
13233
13234 * window.el (display-buffer-alist): Set pop-up-window-min-height
13235 and pop-up-window-min-width in default value. Reported by
13236 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13237 other-window-means-other-frame.
13238 (display-buffer-macro-specifiers): Comment out entry for
13239 other-window specifier.
13240 (display-buffer-other-window-means-other-frame): New function.
13241 (display-buffer-normalize-specifiers-1): New arguments
13242 buffer-name and label. Treat other-window case specially.
13243 (display-buffer-normalize-specifiers-2): Treat other-window case
13244 specially.
13245 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13246 (display-buffer-normalize-specifiers):
13247 Call display-buffer-normalize-specifiers-3.
25aef8b8 13248
dbad4f69
MR
132492011-06-17 Martin Rudalics <rudalics@gmx.at>
13250
13251 * window.el (same-window-p): Fix two typos introduced when
13252 adding with-no-warnings.
d1067961
MR
13253 (display-buffer-normalize-specifiers-1): Don't check
13254 pop-up-frames for 'unset initialization.
13255 (display-buffer-normalize-specifiers-2): Major rewrite using
13256 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13257 (pop-up-frames, display-buffer-reuse-frames)
13258 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13259 Suggested by David Engster <deng@randomsample.de>.
13260 (even-window-heights): Initialize to 'unset.
13261 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13262 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13263 other window case.
dbad4f69 13264
9b9c9e3a
MR
132652011-06-16 Martin Rudalics <rudalics@gmx.at>
13266
bcd70d97
SM
13267 * window.el (display-buffer-normalize-specifiers-1):
13268 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13269 second argument of display-buffer (Bug#8865).
981d5c09
MR
13270 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13271 (switch-to-buffer-other-window-same-frame)
13272 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13273 Adams (Bug#8875).
9c2755e9
MR
13274 (display-buffer): Don't check noninteractive when calling
13275 display-buffer-pop-up-frame.
13276 (display-buffer-pop-up-frame): Never pop up a frame in
13277 noninteractive mode (Bug#8857).
67222e1d
MR
13278 (enlarge-window, shrink-window): Don't report an error when the
13279 window can't be resized as requested (Bug#8862).
9b9c9e3a 13280
2b75be67
SM
132812011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13282
9ffdd3ba
SM
13283 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13284
cb581a67
SM
13285 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13286
2b75be67
SM
13287 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13288
8c0e3589
AM
132892011-06-15 Alan Mackenzie <acm@muc.de>
13290
cb581a67
SM
13291 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13292 for declarators, disable knr checking to speed up for normal files.
13293 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13294
b96e6cde
LMI
132952011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13296
4bba86e6
LMI
13297 * net/network-stream.el (open-network-stream): Add the keyword
13298 :always-query-capabilities for the case where you want to force a
13299 `plain' network connection, but the protocol still requires the
13300 capabilitiy command (i.e., SMTP and EHLO).
13301
2b75be67 13302 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13303 consistency with other `-live-p' functions.
13304
efdcdbf8
SM
133052011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * window.el (same-window-buffer-names, same-window-regexps)
13308 (special-display-frame-alist, special-display-popup-frame)
13309 (special-display-function, special-display-buffer-names)
13310 (special-display-regexps, pop-up-frame-alist)
13311 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13312 (pop-up-windows, split-window-preferred-function)
13313 (split-height-threshold, split-width-threshold, even-window-heights)
13314 (display-buffer-mark-dedicated): Don't encourage the use of
13315 display-buffer-alist from Elisp code.
13316
c5cde042
DN
133172011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13318
13319 * progmodes/python.el (python-mode): Derive from prog-mode.
13320 * progmodes/ps-mode.el (ps-mode):
13321 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13322 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13323 * progmodes/ld-script.el (ld-script-mode): Likewise.
13324
baa1c9ab
MR
133252011-06-15 Martin Rudalics <rudalics@gmx.at>
13326
13327 * window.el (display-buffer-alist): Trim default value to avoid
13328 popping up a new frame (Bug#8857) or reusing an arbitrary window
13329 on another frame.
13330 (display-buffer): Do not fall back on popping up a new frame in
13331 batch mode (Bug#8857).
13332
c5dd5a51
CY
133332011-06-14 Chong Yidong <cyd@stupidchicken.com>
13334
13335 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13336 (custom-theme-summary): New function.
13337 (customize-themes): Use it.
13338
d647b7c4
GM
133392011-06-13 Glenn Morris <rgm@gnu.org>
13340
13341 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13342
9481c002
MR
133432011-06-13 Martin Rudalics <rudalics@gmx.at>
13344
357f93d2
MR
13345 * help.el (help-window): Remove variable.
13346 (help-window-point-marker, temp-buffer-max-height)
13347 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13348 (help-print-return-message): Don't set help-window.
13349 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13350 (help-window-setup-finish): Remove.
13351 (help-window-display-message, help-window-setup)
13352 (with-help-window): Major rewrite based on new
13353 display-buffer-window variable.
13354
13355 * help-mode.el (help-mode-finish): Remove help-window related
13356 code.
13357
13358 * view.el (view-exits-all-viewing-windows): Remove reference to
13359 view-return-to-alist in doc-string.
13360 (view-return-to-alist): Make obsolete.
13361 (view-buffer): Call pop-to-buffer-same-window and remove
13362 undo-window code.
13363 (view-buffer-other-window): Call pop-to-buffer-other-window and
13364 simplify code. Ignore second argument.
13365 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13366 simplify code. Ignore second argument.
13367 (view-return-to-alist-update): Make obsolete.
13368 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13369 Rewrite using quit-restore window parameters.
2b75be67
SM
13370 (view-mode-exit): Rename second argument to EXIT-ONLY.
13371 Rewrite using quit-restore-window.
357f93d2
MR
13372 (View-exit, View-exit-and-edit, View-leave, View-quit)
13373 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13374 appropriate arguments.
13375 (view-end-message): Use quit-restore window parameter.
13376
9481c002
MR
13377 * window.el (display-buffer-function): Rewrite doc-string.
13378 (display-buffer-window, display-buffer-alist): New variables.
13379 (display-buffer-split-specifiers)
13380 (display-buffer-side-specifiers)
13381 (display-buffer-macro-specifiers): New constants.
13382 (display-buffer-even-window-sizes, display-buffer-set-height)
13383 (display-buffer-set-width, display-buffer-select-window)
13384 (display-buffer-in-window, display-buffer-reuse-window)
13385 (display-buffer-split-window-1, display-buffer-split-window)
13386 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13387 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13388 (display-buffer-in-side-window, normalize-buffer-to-display)
13389 (display-buffer-normalize-specifiers-1)
13390 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13391 (display-buffer-normalize-specifiers, display-buffer-frame):
13392 New functions.
9481c002
MR
13393 (display-buffer): Major rewrite.
13394 (display-buffer-other-window, display-buffer-other-frame)
13395 (pop-to-buffer, switch-to-buffer-other-window)
13396 (switch-to-buffer-other-frame): Rewrite.
13397 (display-buffer-same-window, display-buffer-same-frame)
13398 (display-buffer-same-frame-other-window)
13399 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13400 (pop-to-buffer-other-window)
13401 (pop-to-buffer-same-frame-other-window)
13402 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13403 (switch-to-buffer-other-window-same-frame): New functions.
13404 (same-window-p, special-display-p): Rewrite disabling warnings.
13405 Make obsolete.
13406 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13407 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13408 Make obsolete
13409 (same-window-buffer-names, same-window-regexps)
13410 (special-display-frame-alist, special-display-popup-frame)
13411 (special-display-function, special-display-buffer-names)
13412 (special-display-regexps, pop-up-frame-alist)
13413 (pop-up-frame-function, split-window-preferred-function)
13414 (split-height-threshold, split-width-threshold)
13415 (even-window-heights): Make obsolete.
13416
9db51aca
GM
134172011-06-12 Glenn Morris <rgm@gnu.org>
13418
13419 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13420 Misc simplifications.
9db51aca 13421
39cffb44
MR
134222011-06-12 Martin Rudalics <rudalics@gmx.at>
13423
13424 * window.el (window-safely-shrinkable-p): Restore function which
13425 was inadvertently removed in change from 2011-06-11. Declare as
13426 obsolete.
13427
2b75be67
SM
13428 * calendar/calendar.el (calendar-generate-window):
13429 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13430 window-safely-shrinkable-p.
13431
a8955be7
GM
134322011-06-12 Glenn Morris <rgm@gnu.org>
13433
13434 * progmodes/fortran.el (fortran-mode-syntax-table):
13435 * progmodes/f90.el (f90-mode-syntax-table):
13436 Set % to punctuation. (Bug#8820)
13437 (f90-find-tag-default): Remove, no longer needed.
13438
f0d4059d
DC
134392011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13440
13441 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13442
1100a63c
CY
134432011-06-11 Chong Yidong <cyd@stupidchicken.com>
13444
13445 * image.el (image-animated-p): Return animation delay in seconds.
13446 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13447 (image-animate-timeout): Remove DELAY argument. Don't assume
13448 every subimage has the same delay; get it from image-animated-p.
13449 (image-animate): Caller changed.
13450
def722bf
MA
134512011-06-11 Michael Albinus <michael.albinus@gmx.de>
13452
13453 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13454 to ignored backtrace functions.
13455
0a2bb1a9
GM
134562011-06-11 Glenn Morris <rgm@gnu.org>
13457
13458 * calendar/appt.el (appt-disp-window-function): Doc fix.
13459 (appt-check): Handle overlapping appointments. (Bug#8337)
13460
6198ccd0
MR
134612011-06-11 Martin Rudalics <rudalics@gmx.at>
13462
13463 * window.el (window-tree-1, window-tree): New functions, moving
13464 the latter to window.el.
13465 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13466 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13467 (bw-refresh-edges): Remove.
13468 (balance-windows-1, balance-windows-2): New functions.
13469 (balance-windows): Rewrite in terms of window tree functions,
13470 balance-windows-1 and balance-windows-2.
13471 (bw-adjust-window): Remove.
13472 (balance-windows-area-adjust): New function with functionality of
13473 bw-adjust-window but using resize-window.
2b75be67
SM
13474 (set-window-text-height): Rewrite doc-string.
13475 Use normalize-live-window and resize-window.
13476 (enlarge-window-horizontally, shrink-window-horizontally):
13477 Rename argument to DELTA.
6198ccd0
MR
13478 (window-buffer-height): New function.
13479 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13480 Rewrite using new window resize routines.
2b75be67
SM
13481 (kill-buffer-and-window, mouse-autoselect-window-select):
13482 Use ignore-errors instead of condition-case.
6198ccd0
MR
13483 (quit-window): Call delete-frame instead of delete-windows-on
13484 for the only buffer on frame.
13485
9397e56f
MR
134862011-06-10 Martin Rudalics <rudalics@gmx.at>
13487
13488 * loadup.el (top-level): Load window before files for the sake
13489 of replace-buffer-in-windows.
13490
13491 * files.el (read-buffer-to-switch)
13492 (switch-to-buffer-other-window)
2b75be67
SM
13493 (switch-to-buffer-other-frame, display-buffer-other-frame):
13494 Move to window.el.
9397e56f
MR
13495
13496 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13497 (previous-buffer): Move to window.el.
13498
13499 * bindings.el (unbury-buffer): Move to window.el.
13500
13501 * window.el (delete-other-windows-vertically): Move after
13502 definition of delete-other-windows.
13503 (other-window, delete-windows-on, replace-buffer-in-windows):
13504 Move here from window.c.
13505 (record-window-buffer, unrecord-window-buffer)
13506 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13507 (switch-to-next-buffer): New functions.
13508 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13509 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13510 (previous-buffer): Move here from simple.el.
13511 Call switch-to-prev-buffer.
9397e56f
MR
13512 (bury-buffer): Move here from buffer.c. Switch to previous
13513 buffer when window cannot be deleted.
13514 (unbury-buffer): Move here from bindings.el.
13515 (ctl-x-map): Move binding for other-window from window.c to
13516 here.
13517 (read-buffer-to-switch, switch-to-buffer-other-window)
13518 (switch-to-buffer-other-frame): Move here from files.el.
13519 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13520 (switch-to-buffer): Move here from buffer.c.
13521 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13522
562dd5e9
MR
135232011-06-10 Martin Rudalics <rudalics@gmx.at>
13524
13525 * window.el (window-min-height, window-min-width): Move here
13526 from window.c. Add defcustoms and rewrite doc-strings.
13527 (resize-mini-window, resize-window): New functions.
13528 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13529 Move here from window.c.
13530 (maximize-window, minimize-window): New functions.
13531 (delete-window, delete-other-windows, split-window): Move here
13532 from window.c.
13533 (window-split-min-size): New function.
13534 (split-window-keep-point): Mention split-window-above-each-other
13535 instead of split-window-vertically.
2b75be67 13536 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13537 Rename split-window-vertically to split-window-above-each-other
13538 and provide defalias for old definition.
13539 (split-window-side-by-side, split-window-horizontally):
13540 Rename split-window-horizontally to split-window-side-by-side
13541 and provide defalias for the old definition.
562dd5e9
MR
13542 (ctl-x-map): Move bindings for delete-window,
13543 delete-other-windows and enlarge-window here from window.c.
13544 Replace bindings for split-window-vertically and
13545 split-window-horizontally by bindings for
13546 split-window-above-each-other and split-window-side-by-side.
13547
13548 * cus-start.el (all): Remove entries for window-min-height and
13549 window-min-width. Add entries for window-splits and
13550 window-nest.
13551
f0da764a
GM
135522011-06-09 Glenn Morris <rgm@gnu.org>
13553
80675c21
GM
13554 * calendar/appt.el (appt-mode-line): New function.
13555 (appt-check, appt-disp-window): Use it.
13556
f0da764a
GM
13557 * files.el (hack-one-local-variable-eval-safep):
13558 Allow minor-modes with explicit +/-1 arguments.
13559
59f623b7
TZ
135602011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13561
13562 * term/xterm.el (xterm): Add defgroup.
13563 (xterm-extra-capabilities): Add defcustom to supply known xterm
13564 capabilities, skip querying them, or query them (default).
13565 (terminal-init-xterm): Use it.
13566 (terminal-init-xterm-modify-other-keys): New function to set up
13567 modifyOtherKeys support to simplify `terminal-init-xterm'.
13568
9aab8e0d
MR
135692011-06-09 Martin Rudalics <rudalics@gmx.at>
13570
13571 * window.el (resize-window-reset, resize-window-reset-1)
13572 (resize-subwindows-skip-p, resize-subwindows-normal)
13573 (resize-subwindows, resize-other-windows, resize-this-window)
13574 (resize-root-window, resize-root-window-vertically)
13575 (window-deletable-p, window-or-subwindow-p)
13576 (frame-root-window-p): New functions.
13577
e8b08aee
GM
135782011-06-09 Glenn Morris <rgm@gnu.org>
13579
13580 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13581 (ange-ftp-get-files): Use it.
13582
254c37a5
AK
135832011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13584
13585 * mail/sendmail.el (mail-recover-1, mail-recover):
13586 * files.el (recover-file, recover-session):
13587 Handle dired-listing-switches not being just a single short option.
13588
35d7dbd3
GM
135892011-06-09 Glenn Morris <rgm@gnu.org>
13590
13591 * calendar/appt.el (appt-display-message, appt-disp-window):
13592 Handle lists of appointments.
13593
387522b2
MR
135942011-06-08 Martin Rudalics <rudalics@gmx.at>
13595
2b75be67
SM
13596 * window.el (one-window-p): Move down in code.
13597 Rewrite doc-string.
13598 (window-current-scroll-bars): Rewrite doc-string.
13599 Normalize live window argument.
387522b2
MR
13600 (walk-windows, get-window-with-predicate, count-windows):
13601 Rewrite doc-string. Use window-list-1.
13602 (window-in-direction-2, window-in-direction, get-mru-window):
13603 New functions.
13604
d8e4b68b 136052011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13606
13607 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13608 Doc fix (Bug#8713).
13609
136102011-06-08 Chong Yidong <cyd@stupidchicken.com>
13611
13612 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13613
136142011-06-08 Juanma Barranquero <lekktu@gmail.com>
13615
13616 * loadhist.el (unload-feature-special-hooks):
13617 Add `comint-output-filter-functions'.
13618
0de12c52
IK
136192011-06-08 Ivan Kanis <gnu@kanis.fr>
13620
13621 * calendar/appt.el (appt-check): Move some initializations into the let.
13622
f3d1777e
MR
136232011-06-08 Martin Rudalics <rudalics@gmx.at>
13624
13625 * window.el (window-height): Defalias to window-total-height.
13626 (window-width): Defalias to window-body-width.
13627
18af70d0
CY
136282011-06-07 Chong Yidong <cyd@stupidchicken.com>
13629
13630 * image-mode.el (image-toggle-animation): New command.
13631 (image-mode-map): Bind it to RET.
13632 (image-mode): Update message.
13633 (image-toggle-display-image): Avoid a spurious cache flush.
13634 (image-transform-rotation): Doc fix.
13635 (image-transform-properties): Return quickly in the normal case.
13636 (image-animate-loop): Rename from image-animate-max-time.
13637
2b75be67 13638 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13639 (create-animated-image): Remove unnecessary function.
13640 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13641 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13642 (image-animate-timer): Use car-safe.
13643 (image-animate-timeout): Rename argument.
13644
190b47e6
MR
136452011-06-07 Martin Rudalics <rudalics@gmx.at>
13646
13647 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13648 window.c. Rename first argument to ALL-FRAMES.
13649 Rephrase doc-strings.
13650 (get-buffer-window-list): Rewrite using window-list-1.
13651 Rephrase doc-string.
a1511caf
MR
13652 (window-safe-min-height, window-safe-min-width): New constants.
13653 (window-size-ignore, window-min-size, window-min-size-1)
13654 (window-sizable, window-sizable-p, window-size-fixed-1)
13655 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13656 (window-max-delta-1, window-max-delta, window-resizable)
13657 (window-resizable-p, window-total-height, window-total-width)
13658 (window-body-width): New functions.
13659 (window-full-height-p, window-full-width-p): Rewrite using
13660 window-total-size.
13661 (window-body-height): Rewrite using window-body-size.
190b47e6 13662
85cc1f11
MR
136632011-06-06 Martin Rudalics <rudalics@gmx.at>
13664
13665 * window.el (window-right, window-left, window-child)
13666 (window-child-count, window-last-child, window-any-p)
13667 (normalize-live-buffer, normalize-live-frame)
13668 (normalize-any-window, normalize-live-window)
13669 (window-iso-combination-p, window-iso-combined-p)
13670 (window-iso-combinations)
13671 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13672 (windows-with-parameter, window-with-parameter)
13673 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13674 (window-atom-check, window-side-check, window-check):
13675 New functions.
85cc1f11
MR
13676 (ignore-window-parameters, window-sides, window-sides-vertical)
13677 (window-sides-slots): New variables.
13678 (window-size-fixed): Move down in code. Minor doc-string fix.
13679
e7156492
AS
136802011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13681
13682 * comint.el (comint-dynamic-complete-as-filename)
13683 (comint-dynamic-complete-filename): Correctly call
13684 completion-in-region.
13685
7e821d0d
DD
136862011-06-05 Deniz Dogan <deniz@dogan.se>
13687
13688 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13689 in last change.
13690
ac09b8a1
DD
136912011-06-05 Deniz Dogan <deniz@dogan.se>
13692
13693 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13694 (rcirc): Use it to prompt for encryption.
13695
34699b85
RW
136962011-06-05 Roland Winkler <winkler@gnu.org>
13697
13698 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13699 (bibtex-search-entries): New command bound to C-c C-a.
13700 (bibtex-display-entries): New function.
13701
004dedd3
RW
137022011-06-05 Roland Winkler <winkler@gnu.org>
13703
13704 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13705 (bibtex-insert-kill): After yanking insert newline if necessary.
13706 (bibtex-initialize): Call bibtex-string-files-init only once.
13707 (bibtex-mode): Do not call easy-menu-add.
13708 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13709 (bibtex-yank): Set arg properly if nil.
13710
022fe7ce
RW
137112011-06-05 Roland Winkler <winkler@gnu.org>
13712
2b75be67
SM
13713 * textmodes/bibtex.el (bibtex-search-entry-globally):
13714 New variable.
022fe7ce
RW
13715 (bibtex-search-entry): Use it.
13716
b7c3692a
RW
137172011-06-05 Roland Winkler <winkler@gnu.org>
13718
13719 * textmodes/bibtex.el (bibtex-entry-format): New option
13720 sort-fields.
13721 (bibtex-format-entry, bibtex-reformat): Honor this option.
13722 (bibtex-parse-entry): Return fields in proper order.
13723
8eda563d
JB
137242011-06-05 Juanma Barranquero <lekktu@gmail.com>
13725
13726 * doc-view.el (doc-view-remove-if): Move computation of result out
13727 of `dolist' to silence misleading lexical-binding warning.
13728
7dbe3dbc
CY
137292011-06-04 Chong Yidong <cyd@stupidchicken.com>
13730
13731 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13732 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13733
0c33dd17
MA
137342011-06-04 Michael Albinus <michael.albinus@gmx.de>
13735
13736 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13737 "SunOS 5.10".
13738
f8f91c2b
MA
137392011-06-04 Michael Albinus <michael.albinus@gmx.de>
13740
13741 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13742 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13743 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13744 (tramp-parse-putty):
13745 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13746 (tramp-completion-function-alist-ssh)
13747 (tramp-completion-function-alist-telnet)
13748 (tramp-completion-function-alist-su)
13749 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13750 cookie.
13751
13752 * net/tramp-ftp.el:
13753 * net/tramp-sh.el:
13754 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13755 load "tramp.el" `tramp-set-completion-function'.
13756
e17d9003
SM
137572011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 * shell.el: Require and use pcomplete.
13760 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13761 (shell-completion-vars): Set pcomplete-default-completion-function.
13762
6c4cab03
DD
137632011-06-04 Deniz Dogan <deniz@dogan.se>
13764
13765 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13766 `memq' (Bug#8799).
13767
ea9fafe0
SM
137682011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13769
13770 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13771
b3e945d3
JB
137722011-06-02 Juanma Barranquero <lekktu@gmail.com>
13773
13774 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13775 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13776 * vc/log-view.el (log-view-beginning-of-defun):
13777 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13778 (smerge-refine-forward, smerge-refine-chopup-region):
13779 Silence warning for unused `dotimes' counter variables.
13780
7d520089
SM
137812011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13782
13783 * net/tramp.el (tramp-with-progress-reporter): Rename from
13784 with-progress-reporter. Use `declare'.
13785 * net/tramp-smb.el:
13786 * net/tramp-sh.el:
13787 * net/tramp-gvfs.el: Update all uses.
13788
a1c2400f
JB
137892011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13790
13791 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13792 buffer isn't killed before making it current.
13793
2403c841
SM
137942011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13795
13796 Silence various byte-compiler warnings.
13797 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13798 `access-type' and new obsolescence format.
13799 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13800 new format.
13801 (byte-compile-check-variable): New `access-type' argument.
13802 Only warn if the access-type is obsolete.
13803 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13804 (byte-compile-variable-set): Adjust callers.
13805 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13806 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13807 setting it as obsolete.
13808 * simple.el (minibuffer-completing-symbol):
13809 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13810 access as obsolete.
13811 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13812 obsolete yet.
13813 * international/quail.el (quail-mouse-choose-completion): Remove unused
13814 code referring to obsolete var.
13815 (quail-choose-completion-string): Remove.
13816 * server.el (server-clients-with, server-kill-buffer-query-function)
13817 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13818 * proced.el (proced-send-signal):
13819 * emacs-lisp/lisp.el (lisp-complete-symbol):
13820 Replace completion-annotate-function with completion-extra-properties.
13821
2462470b
SM
138222011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13823
fb5b2591
SM
13824 * simple.el (goto-line): Use read-number.
13825 (overriding-map-is-bound): Remove.
13826 (saved-overriding-map): Change default.
13827 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13828 Take the map as argument.
13829 (universal-argument, negative-argument, digit-argument): Use it.
13830 (restore-overriding-map): Adjust.
13831 (do-auto-fill): Use fill-forward-paragraph.
13832 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13833
fd6fa53f
SM
13834 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13835 (minibuffer-inactive-mode): New major mode.
13836 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13837 the *Messages* buffer" hack.
13838 (mouse-popup-menubar): Don't burp if the event is a normal key.
13839
2462470b
SM
13840 Miscellaneous tweaks.
13841 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13842 lexical scoping as in subr.el's dolist and dotimes.
13843 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13844 Silence compiler warning.
13845 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13846 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13847 * international/ccl.el (ccl-compile): Trivial simplification.
13848 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13849 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13850 `printflag' argument.
13851 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13852 Purecopy the whole obsolescence data.
13853
108bf785
LL
138542011-06-01 Leo Liu <sdl.web@gmail.com>
13855
13856 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13857 improve doc-string as suggested by Marco Pessotto
13858 <melmothx@gmail.com>.
13859 (rcirc-print): Fix last change.
13860
30a23501
SM
138612011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13862
13863 * minibuffer.el (complete-with-action): Return nil for the metadata and
13864 boundaries of non-functional tables.
13865 (completion-table-dynamic): Return nil for the metadata.
13866 (completion-table-with-terminator): Add default case, using
13867 complete-with-action.
13868 (completion--metadata): New function.
13869 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13870 to try and avoid pathological performance problems.
13871 (completion--embedded-envvar-table): Return `category' metadata.
13872
bcd54f83
LMI
138732011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13874
13875 * subr.el (process-alive-p): New tiny convenience function.
13876
e227544d
SM
138772011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13880 content but also its previous major mode.
13881
e8296fdc
HE
138822011-05-31 Helmut Eller <eller.helmut@gmail.com>
13883
4d61f28d 13884 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13885 *Backtrace* buffer when we exit with C-M-c.
13886
620c53a6
SM
138872011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * minibuffer.el: Add metadata method to completion tables.
13890 (completion-category-overrides): New defcustom.
13891 (completion-metadata, completion--field-metadata)
13892 (completion-metadata-get, completion--styles)
13893 (completion--cycle-threshold): New functions.
13894 (completion-try-completion, completion-all-completions):
13895 Add `metadata' argument to choose completion-styles.
13896 (completion--do-completion): Use metadata to choose cycling.
13897 (completion-all-sorted-completions): Use metadata for sorting.
13898 Remove :completion-cycle-penalty which is not needed any more.
13899 (completion--try-word-completion): Add `metadata' argument.
13900 (minibuffer-completion-help): Check metadata for annotation function
13901 and sorting.
13902 (completion-file-name-table): Return `category' metadata.
13903 (minibuffer-completing-file-name): Make obsolete.
13904 * simple.el (minibuffer-completing-symbol): Make obsolete.
13905 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13906 completion-try-completion.
13907
1257e755
SM
139082011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13911
3767e706
LL
139122011-05-30 Leo Liu <sdl.web@gmail.com>
13913
13914 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13915 (rcirc-print): Decode all incoming messages (bug#8744).
13916 (rcirc-decode-coding-system): Allow value nil for automatic coding
13917 system detection.
3767e706 13918
d1a5d56a
GM
139192011-06-01 Glenn Morris <rgm@gnu.org>
13920
13921 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13922
e8cbec34
CY
139232011-05-29 Chong Yidong <cyd@stupidchicken.com>
13924
13925 * image.el (image-animate-max-time): Allow nil and t values.
13926 Default to nil.
13927 (create-animated-image): Doc fix.
13928 (image-animate-start): Remove second arg; just use
13929 image-animate-max-time.
13930 (image-animate-timeout): Doc fix. Args changed.
13931
13932 * image-mode.el (image-toggle-display-image): Ensure that the
13933 image spec passed to the animate timer is the same object as in
58179cce 13934 the buffer's display property (Bug#6981).
e8cbec34
CY
13935 (image-transform-properties): Doc fix.
13936
13937 * image.el (image-animate-max-time): Default to nil.
13938
159daf87
MR
139392011-05-29 Martin Rudalics <rudalics@gmx.at>
13940
13941 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13942 entire buffer list (Bug#8184).
13943
d66c4c7c
CY
139442011-05-29 Chong Yidong <cyd@stupidchicken.com>
13945
13946 * image.el (imagemagick-types-inhibit)
13947 (imagemagick-register-types): Doc fix.
13948
80aec780
DD
139492011-05-29 Deniz Dogan <deniz@dogan.se>
13950
13951 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13952 default.
13953
1dd3c2d9
CY
139542011-05-29 Chong Yidong <cyd@stupidchicken.com>
13955
13956 * select.el: Don't perform clipboard-manager saving in hooks;
13957 leave the hooks empty.
13958
60e56523
LL
139592011-05-28 Leo Liu <sdl.web@gmail.com>
13960
13961 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13962 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13963 (occur-edit-mode): New major mode (Bug#8463).
13964 (occur-after-change-function): New function.
13965 (occur-engine): Give Occur tags a read-only property.
13966
2b1e1a22
KR
139672011-05-28 Kevin Ryde <user42@zip.com.au>
13968
13969 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13970
5d344e88
CY
139712011-05-28 Chong Yidong <cyd@stupidchicken.com>
13972
8e6ca83d
CY
13973 * bindings.el (help-echo): Make the initial non-indicator dash
13974 empty on graphical terminals (Bug#7295).
13975
5d344e88
CY
13976 * files.el (auto-mode-alist): Move config rule after the
13977 in-stripping one (Bug#8547).
13978
bfbbace7
CY
13979 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13980
fbeba6e2
CY
13981 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13982 setting (Bug#8740).
13983
60ed8c72
AA
139842011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13985
4ac619f0
AA
13986 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13987 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13988 (Bug#8539).
60ed8c72 13989
23db196e
CY
139902011-05-28 Chong Yidong <cyd@stupidchicken.com>
13991
13992 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13993
5012f24c
DK
139942011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13995
13996 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13997 (hs-hide-block-at-point, hs-find-block-beginning)
13998 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13999 (Bug#8279).
14000
6a639b16
GM
140012011-05-28 Glenn Morris <rgm@gnu.org>
14002
14003 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14004
d43eaf2c
CY
140052011-05-28 Chong Yidong <cyd@stupidchicken.com>
14006
5199bde1
CY
14007 * help-fns.el (describe-function-1): If the function is a derived
14008 major mode, print the parent mode.
14009
d43eaf2c
CY
14010 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14011 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14012
423428a8
SM
140132011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14014
0ff8e1ba 14015 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14016 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14017 * progmodes/etags.el (tags-completion-at-point-function):
14018 * info-look.el (info-lookup-completions-at-point): Mark as
14019 non-exclusive.
14020 (info-complete): Adjust accordingly.
14021
423428a8
SM
14022 * info-look.el: Convert to lexical-binding and completion-at-point.
14023 (info-lookup-completions-at-point): New function.
14024 (info-complete): Use it and completion-in-region.
14025
b74aa22b
DA
140262011-05-28 Drew Adams <drew.adams@oracle.com>
14027
14028 * isearch.el: Let M-e start with point at the first mismatched char.
14029 (isearch-fail-pos): New function.
14030 (isearch-edit-string): Use it.
14031
66e2e71d
DK
140322011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14033
14034 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14035
b1890b0f 140362011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14037
14038 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14039 traversal functions for avl-trees.
14040 (avl-tree--stack): New struct.
14041 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14042 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14043 (avl-tree--do-enter): Add optional `updatefun' arg.
14044 Change return value.
eb95d01d 14045 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14046 (avl-tree--do-delete): Add `test' and `nilflag' args.
14047 Change return value.
eb95d01d
TC
14048 (avl-tree-member): Add optional `nilflag'
14049 (avl-tree-member-p): New function.
14050 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14051 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14052 (avl-tree-stack-empty-p): New functions.
14053
3769ddcf
TC
14054 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14055 avl-tree--del-balance1 and make it work both ways.
14056 (avl-tree--del-balance2): Remove.
14057 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14058 make it work both ways.
14059 (avl-tree--enter-balance2): Remove.
14060 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14061 New macros.
14062 (avl-tree--mapc, avl-tree-map): Add direction argument.
14063
eb95d01d 140642011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14065
14066 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14067
a9f737ee
CY
140682011-05-27 Chong Yidong <cyd@stupidchicken.com>
14069
14070 * select.el: Support clipboard managers with built-in function
14071 x-clipboard-manager-save, via delete-frame-functions and
14072 kill-emacs-hook.
14073 (xselect-convert-to-targets): Add MULTIPLE target to list.
14074 (xselect-convert-to-save-targets): New function.
14075
c92a1e54
KH
140762011-05-27 Kenichi Handa <handa@m17n.org>
14077
14078 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14079 let-binding rfc2047-encode-encoded-words to nil.
14080
e145f188
GM
140812011-05-27 Glenn Morris <rgm@gnu.org>
14082
5ec8a862
GM
14083 * mail/emacsbug.el: Don't require url-util.
14084
4b29d9fb
GM
14085 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14086
e145f188
GM
14087 * files.el (set-auto-mode):
14088 Also respect mode: entries at the end of the file. (Bug#8586)
14089
7d15102b
GM
140902011-05-26 Glenn Morris <rgm@gnu.org>
14091
98f593b8
GM
14092 * files.el (hack-local-variables-prop-line, hack-local-variables):
14093 Downcase mode names, as seems to be traditional.
27b48e63 14094 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14095
7d15102b
GM
14096 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14097 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14098
51d5b4ec
JD
140992011-05-25 Julien Danjou <julien@danjou.info>
14100
14101 * textmodes/rst.el (rst-define-level-faces): Do not define face
14102 symbol if it is already defined.
14103
91513f63
VB
141042011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14105
14106 * play/5x5.el (5x5-new-game, 5x5-randomize):
14107 Reset 5x5-solver-output to nil when a new grid is cast.
14108 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14109 these debugging traces, as defmacro breaks the compiled code.
14110
4d90d6d0
DK
141112011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14112
14113 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14114
e1b90ef6
LL
141152011-05-24 Leo Liu <sdl.web@gmail.com>
14116
14117 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14118 (vc-bzr-sha1): Adapt.
14119
d8e4b68b 14120 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14121
14122 * bindings.el: Provide sha1 feature.
14123
db0406bb 141242011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14125
14126 * mail/sendmail.el: Require `rfc2047'.
14127 (mail-insert-from-field): Do not perform RFC2047 encoding.
14128 (mail-encode-header): New function.
14129 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14130 buffer to the return value of select-message-coding-system.
14131 Call mail-encode-header.
b8d747b9
KH
14132
14133 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14134
db0406bb 141352011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14136
4d90d6d0
DK
14137 * mail/supercite.el (sc-default-cite-frame):
14138 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14139
eb8a5e9b
GM
141402011-05-24 Glenn Morris <rgm@gnu.org>
14141
f8630703
GM
14142 * progmodes/python.el (brm-menu): Declare.
14143
8831bbed
GM
14144 * emulation/viper.el (viper-set-hooks): Declare.
14145
eb8a5e9b
GM
14146 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14147 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14148 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14149 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14150 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14151 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14152
a2a25d24
SM
141532011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14154
14155 Add an :exit-function for completion-at-point.
14156
14157 * minibuffer.el (completion--done): New fun.
14158 (completion--do-completion): Use it. New arg `expect-exact'.
14159 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14160 since completion--do-completion does it for us now.
14161 (minibuffer-force-complete): Use completion--done and
14162 completion--replace. Handle sole-completion case with more care.
14163 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14164 (completion-extra-properties): New var.
14165 (completion-annotate-function): Make obsolete.
14166 (minibuffer-completion-help): Adjust accordingly.
14167 Use completion-list-insert-choice-function.
14168 (completion-at-point, completion-help-at-point):
14169 Bind completion-extra-properties.
14170 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14171 * simple.el (completion-list-insert-choice-function): New var.
14172 (completion-setup-function): Preserve it.
14173 (choose-completion): Pay attention to it, shuffle the code a bit.
14174 (choose-completion-string): New arg `insert-function'.
14175
14176 * textmodes/bibtex.el: Convert to lexical binding.
14177 (bibtex-mode-map): Use completion-at-point.
14178 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14179 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14180 (bibtex-complete): Define as obsolete alias.
14181 (bibtex-complete-internal): Remove.
14182 (bibtex-format-entry): Remove unused sub-group in regexp.
14183 * shell.el (shell--command-completion-data)
14184 (shell-environment-variable-completion):
14185 * pcomplete.el (pcomplete-completions-at-point):
14186 * comint.el (comint--complete-file-name-data): Use :exit-function
14187 instead of completion-table-with-terminator so it also works for
14188 choose-completion.
14189
e44e373d
SM
141902011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14191
4f91a816
SM
14192 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14193
782fc819
SM
14194 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14195 (bug#8710).
14196
e44e373d
SM
14197 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14198
381987c3
KM
141992011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14200
14201 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14202 customization variable and implement: If non-nil, auto-fill will
14203 be inhibited while on topic's header line.
14204
b776bc70
VB
142052011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14206
14207 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14208 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14209 always have a solution in grid size = 5 cases.
14210 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14211 (5x5-solver-output, 5x5-log-buffer): New vars.
14212 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14213 Make these variables buffer local to achieve 5x5 multi-session-ness.
14214 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14215 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14216 (5x5-solve-suggest): New funs.
14217 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14218 randomize a grid so that we ensure that there is always a solution.
14219 (5x5-make-random-grid): Allow other movement than flipping.
14220
7de88b6e
KR
142212011-05-23 Kevin Ryde <user42@zip.com.au>
14222
14223 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14224 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14225 advice and passes PREDICATE.
14226
b1ef1257
SM
142272011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14228
bbca48fe
SM
14229 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14230 byte-compile-lambda if it's actually a lambda.
14231
b1ef1257
SM
14232 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14233 Fix function quoting. Use backquote better.
14234
92a9cc65
YS
142352011-05-22 Yuanle Song <sylecn@gmail.com>
14236
14237 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14238 matching (Bug#8516).
14239
f0fb8059
JA
142402011-01-22 Jari Aalto <jari.aalto@cante.net>
14241
14242 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14243 different face (Bug#8178).
14244
d5b44c93
CY
142452011-05-22 Chong Yidong <cyd@stupidchicken.com>
14246
14247 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14248 defface (Bug#8144).
14249
79106a44
SM
142502011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14251
9c848d8a
SM
14252 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14253 funcall as well (bug#8712). Warn when performing those conversions.
14254 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14255
79106a44
SM
14256 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14257
88dfa756
GM
142582011-05-22 Glenn Morris <rgm@gnu.org>
14259
14260 * files.el (hack-local-variables-prop-line): Small simplifications.
14261 (hack-local-variables, hack-local-variables-prop-line):
14262 If MODE-ONLY, return the mode, rather than just `t'.
14263
b7cf2c79
SM
142642011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14265
14266 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14267
3f1a8558
GM
142682011-05-21 Glenn Morris <rgm@gnu.org>
14269
7e4ccca3
GM
14270 * files.el (hack-local-variables-prop-line, hack-local-variables):
14271 If only interested in the mode, don't bother doing the other stuff.
14272
637d46ca
GM
14273 * image-mode.el (image-after-revert-hook):
14274 Redraw all frames on which the image is visible. (Bug#8567)
14275
973d955b
GM
14276 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14277
3f1a8558
GM
14278 * wid-edit.el (widget-checklist-match-inline):
14279 Fix 2011-04-19 change. (Bug#8649)
14280
96479927
SM
142812011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14282
1dcf791f
SM
14283 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14284 Also allow singlespace after single-letter capitals followed by a dot.
14285
96479927
SM
14286 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14287 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14288
35fd0881
N
142892011-05-20 Nix <nix@esperi.org.uk>
14290
14291 * files.el (basic-save-buffer-2):
14292 Fix handling of break-hardlink-on-save with non-existent files.
14293
82745640
DD
142942011-05-19 Deniz Dogan <deniz@dogan.se>
14295
14296 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14297 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14298
4a720484
GM
142992011-05-19 Glenn Morris <rgm@gnu.org>
14300
d1f21341
GM
14301 * progmodes/f90.el (f90-type-def-re):
14302 Handle "type, bind(c)". (Bug#8691)
14303
4a720484
GM
14304 * emacs-lisp/autoload.el (batch-update-autoloads):
14305 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14306
2fb0a219
MA
143072011-05-18 Michael Albinus <michael.albinus@gmx.de>
14308
14309 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14310 property for the correct connection in case of multihops.
14311
e565dd37
GM
143122011-05-18 Glenn Morris <rgm@gnu.org>
14313
c2571358 14314 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14315 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14316
e565dd37
GM
14317 Rationalize calendar handling of day and month abbrev-arrays.
14318 * calendar/calendar.el (calendar-customized-p): New function.
14319 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14320 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14321 Add :set function.
14322 (calendar-abbrev-length, calendar-day-abbrev-array)
14323 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14324 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14325 Elements may no longer be nil.
14326 (calendar-day-name, calendar-month-name):
14327 Update for changed nature of abbrev arrays.
14328 * calendar/diary-lib.el (diary-name-pattern):
14329 Update for changed nature of abbrev arrays.
14330 (diary-mark-entries-1): Update calendar-make-alist calls.
14331 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14332 * calendar/cal-html.el (cal-html-day-abbrev-array):
14333 Simply inherit from calendar-day-abbrev-array.
14334
1d99a745
SM
143352011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14336
14337 * progmodes/grep.el (grep-mode): Disable default
14338 compilation-directory-matcher setting (bug#8684).
14339
7c1d9aa0
MA
143402011-05-17 Michael Albinus <michael.albinus@gmx.de>
14341
14342 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14343 instead of "head" and "tail". There were problems with SunOS 5.9,
14344 and it performs better.
14345
3952e9d8
GM
143462011-05-17 Glenn Morris <rgm@gnu.org>
14347
2dd12e7f
GM
14348 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14349
e4157b9c
GM
14350 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14351 Replace obsolete function.
14352
8e249bbd
GM
14353 * shell.el (pcomplete-parse-arguments-function): Declare.
14354
3952e9d8
GM
14355 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14356 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14357 (appt-check): Doc fixes.
14358 (appt-disp-window-function, appt-delete-window-function):
14359 Remove needless special case in custom :type.
14360 (appt-display-count): Default to 0, not nil.
14361 (appt-check): Reset appt-display-count to 0, not nil.
14362
c71a0d48 143632011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14364
c71a0d48
GM
14365 * progmodes/python.el (python-font-lock-keywords):
14366 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14367
31d55be9
SM
143682011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14371
3bfacb2f
KR
143722011-05-16 Kevin Ryde <user42@zip.com.au>
14373
14374 * info-look.el (makefile-automake-mode): New setups, looking in
14375 automake manual, then makefile-mode.
14376 (makefile-mode): Remove automake manual, have it just in
14377 makefile-automake-mode since there's various things different or
14378 not relevant to plain make.
14379 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14380 believe a hypothetical automake-mode would go to makefile-mode,
14381 not the other way around.
14382
c8e83751
CY
143832011-05-15 Chong Yidong <cyd@stupidchicken.com>
14384
5e9e35cd
CY
14385 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14386 hunk-end tags (Bug#8672).
14387
c8e83751
CY
14388 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14389 vc-annotate-show-diff-revision-at-line (Bug#8671).
14390
50b23e5a
GM
143912011-05-14 Glenn Morris <rgm@gnu.org>
14392
7210a739
GM
14393 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14394 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14395 (change-log-font-lock-keywords): Also handle multiple author lines
14396 with leading tabs. (Bug#8644)
7210a739 14397
4691905a
GM
14398 * calendar/appt.el (appt-check): Rename some local variables.
14399 Some simplification/reordering.
14400
50b23e5a
GM
14401 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14402 (feedmail-sendmail-f-doesnt-sell-me-out)
14403 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14404 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14405 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14406 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14407 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14408 (feedmail-binmail-gnulinuxish-template):
14409 Rename from feedmail-binmail-linuxish-template.
14410 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14411 Use insert-buffer-substring.
14412
215cda7c
BC
144132011-05-14 Bill Carpenter <bill@carpenter.org>
14414
14415 * mail/feedmail.el (feedmail-patch-level): Increase.
14416 (feedmail-debug): New custom group.
14417 (feedmail-confirm-outgoing-timeout)
14418 (feedmail-sendmail-f-doesnt-sell-me-out)
14419 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14420 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14421 (feedmail-sender-line, feedmail-from-line)
14422 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14423 (feedmail-spray-this-address)
215cda7c
BC
14424 (feedmail-spray-address-fiddle-plex-list)
14425 (feedmail-queue-use-send-time-for-date)
14426 (feedmail-queue-use-send-time-for-message-id)
14427 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14428 (feedmail-buffer-eating-function):
14429 Doc fixes.
14430 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14431 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14432 (feedmail-message-action-scroll-down): New functions.
14433 (feedmail-queue-directory, feedmail-queue-draft-directory):
14434 Use expand-file-name.
14435 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14436 Remove C-v help entry.
14437 (feedmail-queue-buffer-file-name): New variable.
14438 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14439 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14440 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14441 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14442 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14443 (feedmail-message-action-toggle-spray)
14444 (feedmail-run-the-queue-no-prompts)
14445 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14446 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14447 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14448 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14449 (feedmail-envelope-deducer, feedmail-fiddle-from)
14450 (feedmail-fiddle-sender, feedmail-default-date-generator)
14451 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14452 (feedmail-fiddle-spray-address)
14453 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14454 (feedmail-fiddle-list-of-fiddle-plexes)
14455 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14456 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14457 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14458 Change default. Doc fix.
14459 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14460 (feedmail-binmail-linuxish-template): New constant.
14461 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14462 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14463 (feedmail-send-it): Add debug call.
14464 Use feedmail-queue-buffer-file-name, and
14465 feedmail-send-it-immediately-wrapper.
14466 (feedmail-message-action-send): Add debug call.
14467 Use feedmail-send-it-immediately-wrapper.
14468 (feedmail-queue-express-to-queue): Add debug call.
14469 Run feedmail-queue-express-hook.
14470 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14471 (feedmail-message-action-help-blat):
14472 Rename from feedmail-queue-send-edit-prompt-help-first.
14473 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14474 Check line-endings. Handle errors better.
14475 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14476 Doc fix. Add debug call.
14477 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14478 Use feedmail-queue-send-edit-prompt-inner.
14479 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14480 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14481 from feedmail-queue-send-edit-prompt.
14482 (feedmail-queue-send-edit-prompt-help)
14483 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14484 (feedmail-tidy-up-slug): Add debug call.
14485 Respect feedmail-queue-slug-suspect-regexp.
14486 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14487 (feedmail-dump-message-to-queue): Add debug call.
14488 Expand queue-directory.
14489 (feedmail-dump-message-to-queue): Change message slightly.
14490 Use feedmail-say-chatter.
14491 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14492 (feedmail-send-it-immediately-wrapper): New function.
14493 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14494 Insert empty string rather than newline. Handle full-frame case.
14495 Use catch/throw. Use feedmail-say-chatter.
14496 (feedmail-fiddle-from): Try mail-host-address.
14497 (feedmail-default-message-id-generator): Doc fix.
14498 Bind system-time-locale. Handle missing end.
14499 (feedmail-fiddle-x-mailer): Add debug call.
14500 Handle feedmail-x-mailer-line being nil.
14501 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14502 Add debug call. Use buffer-substring-no-properties.
14503 (feedmail-say-debug, feedmail-say-chatter): New functions.
14504 (feedmail-find-eoh): Give an explicit error.
14505
42c7e61e
UJ
145062011-05-13 Ulf Jasper <ulf.jasper@web.de>
14507
c2571358 14508 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14509 family from helvetica to sans.
c2571358 14510 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14511 etc/images/newsticker.
14512
c2571358 14513 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14514 family from helvetica to sans.
14515
14516 * net/newst-plainview.el (newsticker-new-item-face)
14517 (newsticker-old-item-face, newsticker-immortal-item-face)
14518 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14519 (newsticker-statistics-face): Change default family from
42c7e61e 14520 helvetica to sans.
c2571358 14521 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14522 etc/images/newsticker.
14523
5d3385a0
JB
14524 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14525 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14526 auto-marking.
14527
8497a297
DV
145282011-05-13 Didier Verna <didier@xemacs.org>
14529
14530 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14531 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14532 TODO entries.
8497a297
DV
14533 (lisp-lambda-list-keyword-parameter-indentation)
14534 (lisp-lambda-list-keyword-parameter-alignment)
14535 (lisp-lambda-list-keyword-alignment): New customizable user options.
14536 (lisp-indent-defun-method): Improve docstring.
14537 (extended-loop-p): Fix comment.
14538 (lisp-indent-lambda-list-keywords-regexp): New variable.
14539 (lisp-indent-lambda-list): New function.
14540 (lisp-indent-259): Use it.
14541 (lisp-indent-defmethod): Support for more than one
14542 method qualifier and properly indent methods lambda-lists.
14543 (defgeneric): Provide a missing common-lisp-indent-function property.
14544
f278f87f
SM
145452011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14546
14547 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14548 bounds for the empty string (bug#8667).
14549
5233edd7
GM
145502011-05-13 Glenn Morris <rgm@gnu.org>
14551
5237a44f
GM
14552 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14553
8340026c 14554 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14555 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14556
5233edd7 14557 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14558 (appt-time-msg-list): Doc fix.
a5464014 14559 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14560
92d10796
AS
145612011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14562
14563 * progmodes/ld-script.el (ld-script-keywords)
14564 (ld-script-builtins): Update keywords list.
14565
914a0ae1
SM
145662011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14567
c89be45f
SM
14568 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14569
914a0ae1
SM
14570 * shell.el (shell-completion-vars): New function.
14571 (shell-mode):
14572 * simple.el (read-shell-command): Use it.
14573 (blink-matching-open): No need for " [...]" in minibuffer-message.
14574
98dc3df3
GM
145752011-05-12 Glenn Morris <rgm@gnu.org>
14576
14577 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14578 (appt-check): Simplify.
14579
d2fc7e3d 145802011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14581
4d61f28d 14582 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14583 literal "/dev/null".
14584
d2fc7e3d 145852011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14586
14587 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14588 Fix typo.
14589
d2fc7e3d 145902011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14591
3f254caa
SM
14592 * progmodes/which-func.el (which-function):
14593 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14594 which might not be defined (Bug#8260).
14595
d45885f7
GM
145962011-05-12 Glenn Morris <rgm@gnu.org>
14597
14598 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14599 Let byte-compile-initial-macro-environment always take precedence.
14600
488086f4
SM
146012011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14602
14603 * net/rcirc.el: Add support for SSL/TLS connections.
14604 (rcirc-server-alist): New field `encryption'.
14605 (rcirc): Check `encryption' settings.
14606 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14607 Merge make-local-variable into `set'.
14608 (rcirc--connection-open-p): New function.
14609 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14610 the process is not a network process (e.g. running gnutls-cli).
14611 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14612 Make rcirc-(en|de)code-coding-system local here.
14613 (rcirc-mode): Merge make-local-variable into `set'.
14614 (rcirc-parent-buffer): Make permanent buffer-local.
14615 (rcirc-multiline-minor-mode): Don't do it here.
14616 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14617 there's no server buffer.
14618
7d3b9d44
GM
146192011-05-11 Glenn Morris <rgm@gnu.org>
14620
f64049c6
GM
14621 * newcomment.el (comment-kill): Prefix "unused" local.
14622
93c9df73
GM
14623 * term/w32console.el (get-screen-color): Declare.
14624
7d3b9d44
GM
14625 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14626 Handle symbol elements of byte-compile-initial-macro-environment.
14627
9e2dd53f
LL
146282011-05-10 Leo Liu <sdl.web@gmail.com>
14629
488086f4
SM
14630 * bookmark.el (bookmark-bmenu-mode-map):
14631 Bind bookmark-bmenu-search to `/'.
8b340240 14632
9e2dd53f 14633 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14634 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14635 (Footnote-unicode): New function.
14636 (footnote-style-alist): Add unicode style to the list.
14637 (footnote-style): Doc fix.
9e2dd53f 14638
79b70037
GM
146392011-05-10 Jim Meyering <meyering@redhat.com>
14640
14641 Fix doubled-word typos.
14642 * international/quail.el (quail-insert-kbd-layout): and and -> and
14643 * kermit.el: and and -> and
14644 * net/ldap.el (ldap-search-internal): to to -> to
14645 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14646 * progmodes/js.el (js-mode): and and -> and
14647 * textmodes/artist.el (artist-move-to-xy): at at -> at
14648 (artist-draw-region-trim-line-endings): if if -> if
14649 And Safetyc -> Safety.
14650 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14651
b8f82dc1 146522011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 14653 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14654
14655 * files.el (hack-one-local-variable-eval-safep):
14656 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14657
4f99f44b
GM
146582011-05-10 Glenn Morris <rgm@gnu.org>
14659
14660 * calendar/diary-lib.el (diary-list-entries-hook)
14661 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14662 (diary-nongregorian-marking-hook, diary-list-entries)
14663 (diary-include-other-diary-files, diary-mark-entries)
14664 (diary-mark-included-diary-files): Doc fixes.
14665
84f29e6b
JB
146662011-05-09 Juanma Barranquero <lekktu@gmail.com>
14667
14668 * misc.el: Require tabulated-list.el during compilation.
14669
9bedd73a
CY
146702011-05-09 Chong Yidong <cyd@stupidchicken.com>
14671
488086f4
SM
14672 * progmodes/compile.el (compilation-start):
14673 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14674 (compilation-filter-hook): Doc fix.
14675
797c735c
DD
146762011-05-09 Deniz Dogan <deniz@dogan.se>
14677
14678 * wdired.el: Remove outdated installation comment. Fix usage
14679 comment.
14680
5f4b1dfe
JB
146812011-05-09 Juanma Barranquero <lekktu@gmail.com>
14682
14683 * misc.el: Implement new command `list-dynamic-libraries'.
14684 (list-dynamic-libraries--loaded-only-p): New variable.
14685 (list-dynamic-libraries--refresh): New function.
14686 (list-dynamic-libraries): New command.
14687
4c44026c
CY
146882011-05-09 Chong Yidong <cyd@stupidchicken.com>
14689
488086f4
SM
14690 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14691 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14692 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14693 higher priority to avoid clobbering by gnu.
14694
027f966d
CY
146952011-05-08 Chong Yidong <cyd@stupidchicken.com>
14696
14697 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14698 if the face has existing theme settings (Bug#8454).
14699
085f5d7d
CY
147002011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14701
488086f4
SM
14702 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14703 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14704
2a86a00c
RS
14705 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14706 special file names `.' and `..' (Bug#8259).
14707
d9c54a06
CY
147082011-05-08 Chong Yidong <cyd@stupidchicken.com>
14709
488086f4
SM
14710 * progmodes/grep.el (grep-mode-font-lock-keywords):
14711 Remove buffer-changing entries.
d9c54a06
CY
14712 (grep-filter): New function.
14713 (grep-mode): Add it to compilation-filter-hook.
14714
14715 * progmodes/compile.el (compilation-filter-hook)
14716 (compilation-filter-start): New defvars.
14717 (compilation-filter): Call compilation-filter-hook prior to
14718 updating the process mark.
14719
c4662635
SM
147202011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14721
14722 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14723
b0512a1d
EZ
147242011-05-07 Eli Zaretskii <eliz@gnu.org>
14725
605c9376
EZ
14726 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14727 mailclient-send-it even if window-system is nil. (Bug#8595)
14728
c4662635
SM
14729 * term/w32console.el (terminal-init-w32console):
14730 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14731 background-mode. (Bug#8597)
14732
d1dc2cc2
SM
147332011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14734
14735 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14736 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14737 New functions.
14738 (defgeneric, eieio--defmethod): Use them.
14739 (eieio-defgeneric): Remove.
14740 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14741
915d1300
GM
147422011-05-07 Glenn Morris <rgm@gnu.org>
14743
a3961c3e
GM
14744 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14745 Use let rather than let*.
14746 (timeclock-find-discrep): Remove unused local.
14747
314347b9
GM
14748 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14749
915d1300
GM
14750 * calendar/appt.el (appt-time-msg-list): Doc fix.
14751
275b59b0
NF
147522011-05-06 Noah Friedman <friedman@splode.com>
14753
14754 * apropos.el (apropos-print-doc): Only use
14755 emacs-lisp-docstring-fill-column when it is bound to an integer,
14756 per that variable's documentation.
14757
6c19f744
SM
147582011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14761 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14762
60f884b2
GM
147632011-05-06 Glenn Morris <rgm@gnu.org>
14764
5006e634
GM
14765 * calendar/appt.el (appt-message-warning-time): Doc fix.
14766 (appt-warning-time-regexp): New option.
14767 (appt-make-list): Respect appt-message-warning-time.
14768
548d0a63
GM
14769 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14770 New options.
14771 (diary-add-to-list): Strip comments from the displayed string.
14772 (diary-mode): Set comment-start and comment-end.
14773
60f884b2
GM
14774 * vc/diff-mode.el (smerge-refine-subst): Declare.
14775 (diff-refine-hunk): Don't require smerge-mode when compiling.
14776
989681bb
JB
147772011-05-06 Juanma Barranquero <lekktu@gmail.com>
14778
14779 * simple.el (list-processes): Return nil as the docstring says.
14780
a6bc05e1
MA
147812011-05-05 Michael Albinus <michael.albinus@gmx.de>
14782
14783 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14784 to "".
14785 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14786 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14787 determining of binary transfer. (Bug#7383)
14788
23c22e9a
MA
147892011-05-05 Michael Albinus <michael.albinus@gmx.de>
14790
c4662635
SM
14791 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14792 Fix port computation bug. (Bug#8618)
23c22e9a 14793
0bff894f
GM
147942011-05-05 Glenn Morris <rgm@gnu.org>
14795
b8296902
GM
14796 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14797
1f522ce8
GM
14798 * simple.el (shell-dynamic-complete-functions)
14799 (comint-dynamic-complete-functions): Declare.
14800
cf5bee67
GM
14801 * net/network-stream.el (gnutls-negotiate):
14802 * simple.el (tabulated-list-print): Fix declarations.
14803
14804 * progmodes/gud.el (syntax-symbol, syntax-point):
14805 Remove unnecessary and incorrect declarations.
14806
0bff894f
GM
14807 * emacs-lisp/check-declare.el (check-declare-scan):
14808 Handle byte-compile-initial-macro-environment in bytecomp.el
14809
9869b3ae
SM
148102011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14811
14812 Fix earlier half-done eieio-defmethod change (bug#8338).
14813 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14814 Streamline and change calling convention.
14815 (defmethod): Adjust accordingly and simplify.
14816 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14817 new eieio--defmethod.
14818 (slot-boundp): Minor CSE simplification.
14819
9c1d5ac5
MZ
148202011-05-05 Milan Zamazal <pdm@zamazal.org>
14821
14822 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14823 (glasses-make-readable): Use glasses-separate-capital-groups.
14824
455c834e
JB
148252011-05-05 Juanma Barranquero <lekktu@gmail.com>
14826
14827 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14828 (warning-series): Doc fix.
14829 (display-warning): Don't try to create the buffer if we just found it.
14830
9ed7c8cb
CY
148312011-05-04 Chong Yidong <cyd@stupidchicken.com>
14832
14833 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14834 (autoload-find-generated-file): New function.
14835 (generate-file-autoloads): Bind generated-autoload-file to
14836 buffer-file-name.
9869b3ae
SM
14837 (update-file-autoloads, update-directory-autoloads):
14838 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14839 output file (Bug#7989).
14840 (batch-update-autoloads): Doc fix.
14841
0898ca10
JB
148422011-05-04 Juanma Barranquero <lekktu@gmail.com>
14843
14844 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14845
31dfb76c
GM
148462011-05-04 Glenn Morris <rgm@gnu.org>
14847
f330b642
GM
14848 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14849 function, so it follows changes in calendar-date-style.
14850 (diary-fancy-date-matcher): New function.
14851 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14852 (diary-fancy-font-lock-fontify-region-function):
14853 Use diary-fancy-date-pattern as a function.
14854
31dfb76c
GM
14855 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14856 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14857
48e79d6a
TZ
148582011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14859
14860 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14861 instead of positional arguments. Allow :keylist and :crlfiles
14862 arguments.
14863 (open-gnutls-stream): Call it.
14864
14865 * net/network-stream.el (network-stream-open-starttls): Adjust to
14866 call `gnutls-negotiate' with :process and :hostname arguments.
14867
dd5a5ee0
SM
148682011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14869
ef80fc09
SM
14870 * minibuffer.el (completion--message): New function.
14871 (completion--do-completion, minibuffer-complete)
14872 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14873 (completion--do-completion): Don't ignore completion-auto-help when in
14874 icomplete-mode.
14875
dd5a5ee0
SM
14876 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14877 internal encoding (e.g. tibetan zero is not whitespace).
14878 (global-whitespace-mode): Prefer save-current-buffer.
14879 (whitespace-trailing-regexp): Remove useless save-match-data.
14880 (whitespace-empty-at-bob-regexp): Minor simplification.
14881
b7d22a83
CY
148822011-05-03 Chong Yidong <cyd@stupidchicken.com>
14883
14884 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14885
5192af46
AM
148862011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14887
14888 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14889 Use `concat' to create string for insertion.
5192af46 14890
5767d190
SM
148912011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14894 Avoid open-line which runs post-self-insert-hook.
14895 (bibtex-fill-entry): Remove unused `end' var.
14896
bf242939
AM
148972011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14898
5767d190
SM
14899 * textmodes/ispell.el (ispell-add-per-file-word-list):
14900 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14901
25666126
LL
149022011-05-03 Leo Liu <sdl.web@gmail.com>
14903
14904 * isearch.el (isearch-yank-pop): New command.
5767d190 14905 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14906 (isearch-forward): Mention it.
14907
52d3c2d0
SM
149082011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14909
1bcace58
SM
14910 * simple.el (minibuffer-complete-shell-command): Remove.
14911 (minibuffer-local-shell-command-map): Use completion-at-point.
14912 (read-shell-command): Setup completion vars here instead.
14913 (read-expression-map): Bind TAB to symbol completion.
14914
52d3c2d0
SM
14915 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14916 error directly rather via storing it into `results'.
14917
35813471
LL
149182011-05-02 Leo Liu <sdl.web@gmail.com>
14919
14920 * vc/diff.el: Fix description.
14921
e793a940
LMI
149222011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14923
14924 * server.el (server-eval-at): New function.
14925
8de66e05
LMI
149262011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14927
14928 * net/network-stream.el (open-network-stream): Take a :nowait
14929 parameter and pass it on to `make-network-process'.
14930 (network-stream-open-plain): Ditto.
14931
dcb79f20
AS
149322011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14933
14934 * faces.el (face-spec-set-match-display): Don't match toolkit
14935 options on terminal frames.
14936
14a7fbd8
SM
149372011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14938
7eabc1be
SM
14939 * progmodes/pascal.el: Use lexical binding.
14940 (pascal-mode-map): Remove author preferences.
14941
14a7fbd8
SM
14942 * pcomplete.el (pcomplete-std-complete): Don't abuse
14943 completion-at-point.
14944
50f84510
JB
149452011-04-28 Juanma Barranquero <lekktu@gmail.com>
14946
6e087a44
JB
14947 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14948 removing code that has been dead since 1991 or so.
14949
50f84510
JB
14950 * startup.el (command-line): When warning about "_emacs", use a
14951 delayed warning to allow the user to filter it out.
14952
0ba690bd
DD
149532011-04-28 Deniz Dogan <deniz@dogan.se>
14954
14955 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14956 user has not joined.
14957
08abfaad
SM
149582011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14959
14960 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14961 aren't any completions at point.
14962
638f053a
JB
149632011-04-28 Juanma Barranquero <lekktu@gmail.com>
14964
14965 * subr.el (display-delayed-warnings): New function.
14966 (delayed-warnings-hook): New variable.
14967
8fff8daa
SM
149682011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14969
08abfaad
SM
14970 * minibuffer.el (completion-at-point, completion-help-at-point):
14971 Don't presume that a given completion-at-point-function will always
14972 use the same calling convention.
14973
8fff8daa
SM
14974 * pcomplete.el (pcomplete-completions-at-point):
14975 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14976 pcomplete-seen is non-nil.
14977 (pcomplete-comint-setup): Also recognize the new comint/shell
14978 completion functions.
14979 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14980 pcomplete-seen is non-nil.
14981
841a1577 149822011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14983
841a1577 14984 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14985 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14986 the first character in the entry. This allows for code to add its
211ec907
UJ
14987 own uid to the entry.
14988 (icalendar--convert-float-to-ical): Add export of
14989 `diary-float'-entries save for those with the optional DAY
14990 argument.
14991
2a782793
DC
149922011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14993
14994 * subr.el (shell-quote-argument): Use alternate escaping strategy
14995 when we spot a variable reference in a string.
14996
0438ce91
DC
149972011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14998
14999 * cus-start.el (all): Define customization for debug-on-event.
15000
841a1577 150012011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15002
15003 * subr.el (shell-quote-argument): Escape correctly under Windows.
15004
d090ed6c
SM
150052011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15006
15007 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15008
bfd31217
MA
150092011-04-25 Michael Albinus <michael.albinus@gmx.de>
15010
d090ed6c
SM
15011 * net/tramp.el (tramp-process-actions): Add POS argument.
15012 Delete region between POS and (pos).
bfd31217 15013
d090ed6c
SM
15014 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15015 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15016 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15017
15018 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15019 position in `tramp-process-actions' call.
15020
15021 * net/trampver.el: Update release number.
15022
e92f3bd3
SM
150232011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15024
850256b5
SM
15025 * custom.el (defcustom): Obey lexical-binding.
15026
e92f3bd3
SM
15027 Fix octave-inf completion problems reported by Alexander Klimov.
15028 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15029 Inherit from octave-mode-syntax-table.
15030 (inferior-octave-mode): Set info-lookup-mode.
15031 (inferior-octave-completion-at-point): New function.
15032 (inferior-octave-complete): Use it and completion-in-region.
15033 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15034 comint-filename-completion.
15035 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15036 symbol elements which shouldn't be word elements.
15037 (octave-font-lock-keywords, octave-beginning-of-defun)
15038 (octave-function-header-regexp): Adjust regexps accordingly.
15039 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15040
cd22b309
JB
150412011-04-25 Juanma Barranquero <lekktu@gmail.com>
15042
15043 * net/gnutls.el (gnutls-errorp): Declare before first use.
15044
8b492194
TZ
150452011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15046
15047 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15048 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15049 default trustfile exists before going to use it. Add missing
5a5fa834 15050 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15051 Reported by Claudio Bley <claudio.bley@gmail.com>.
15052 (open-gnutls-stream): Add usage example.
15053
15054 * net/network-stream.el (network-stream-open-starttls): Give host
15055 parameter to `gnutls-negotiate'.
15056 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15057 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15058
841a1577 150592011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15060
cd22b309
JB
15061 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15062 Use correct match group (bug#8438).
05842630 15063
3ba7869c
CY
150642011-04-24 Chong Yidong <cyd@stupidchicken.com>
15065
512e3ae1
CY
15066 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15067 (package-menu--generate): New arg specifying packages to show.
15068 (package-menu-refresh, package-menu-execute, list-packages):
15069 Callers changed.
15070 (package-show-package-list): New function, replacing deleted
15071 package--list-packages (renamed because it is non-internal).
15072
15073 * finder.el (finder-list-matches): Use package-show-package-list
15074 instead of deleted package--list-packages.
15075
e92f3bd3
SM
15076 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15077 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15078 (vc-annotate-mode-map): Bind it to RET.
15079
7031be6d
UR
150802011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15081
15082 * progmodes/etags.el (next-file): Don't use set-buffer to change
15083 buffers (Bug#8478).
15084
4ef177aa
CY
150852011-04-24 Chong Yidong <cyd@stupidchicken.com>
15086
c8d173eb
CY
15087 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15088
4ef177aa
CY
15089 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15090 (apropos-accumulator): Doc fix.
15091 (apropos-function, apropos-macro, apropos-command)
15092 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15093 (apropos-plist): Add face property.
15094 (apropos-symbols-internal): Fix indentation.
15095 (apropos-print): Simplify help, and recognize apropos-multi-type.
15096 (apropos-print-doc): Use button-type-get to extract the button's
15097 face property. Fill docstring (Bug#8352).
15098
4ffd0d6b 150992011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15100
15101 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15102
c6c32125 15103 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15104 (mpuz-mode-map): Use mapc.
c6c32125
JB
15105 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15106 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15107 Fix typos in docstrings.
15108
58d468b4
JB
15109 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15110 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15111
6470c3c6
JB
15112 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15113
4ffd0d6b 151142011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15115
15116 * minibuffer.el (completion--do-completion): Avoid the "Next char
15117 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15118
3ad8bad0
CY
15119 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15120 mouse-2 into unread-command-events, it is interpreted correctly.
15121
71d73c9c 15122 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15123 (image-toggle-display): Doc fix.
71d73c9c 15124
841a1577 151252011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15126
4ffd0d6b
GM
15127 * textmodes/page.el (what-page): Use line-number-at-pos to
15128 calculate line number (Bug#6825).
6e1dbaa9 15129
c2fb1b60
JB
151302011-04-22 Juanma Barranquero <lekktu@gmail.com>
15131
15132 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15133 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15134 Pass argument NO-DEFAULT to `find-tag-interactive'.
15135
e02f48d7
JB
151362011-04-22 Juanma Barranquero <lekktu@gmail.com>
15137
15138 Lexical-binding cleanup.
15139
15140 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15141 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15142 * progmodes/ada-prj.el (ada-prj-initialize-values)
15143 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15144 (ada-prj-show-value):
15145 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15146 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15147 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15148 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15149 * progmodes/bug-reference.el (bug-reference-push-button):
15150 * progmodes/fortran.el (fortran-line-length):
15151 * progmodes/glasses.el (glasses-change):
15152 * progmodes/octave-mod.el (octave-fill-paragraph):
15153 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15154 (python-pdbtrack-grub-for-buffer, python-sentinel):
15155 * progmodes/sql.el (sql-save-connection):
15156 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15157 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15158 Mark unused parameters.
15159
15160 * progmodes/compile.el (compilation--flush-directory-cache)
15161 (compilation--flush-parse, compile-internal): Mark unused parameters.
15162 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15163 (compilation-next-error-function): Remove unused variable `timestamp'.
15164
15165 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15166 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15167
15168 * progmodes/dcl-mode.el (dcl-end-of-command):
15169 Remove unused variable `start'.
15170 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15171 (dcl-option-value-basic, dcl-option-value-offset)
15172 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15173 Mark unused parameters.
15174 (dcl-save-local-variable): Remove unused variable `val'.
15175 (mode): Declare.
15176
15177 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15178 Mark unused parameters.
15179 (delphi-ignore-changes): Move before first use.
15180 (delphi-charset-token-at): Remove unused variable `start'.
15181 (delphi-else-start): Remove unused variable `if-count'.
15182 (delphi-comment-block-start, delphi-comment-block-end):
15183 Remove unused variable `kind'.
15184 (delphi-indent-line): Remove unused variable `new-point'.
15185
15186 * progmodes/ebrowse.el (ebrowse-files-list)
15187 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15188 Mark unused parameters. Don't quote `lambda'.
15189 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15190 Don't quote `lambda'.
15191 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15192 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15193 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15194 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15195 Use `ignore-errors'.
15196 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15197 (ebrowse-view/find-file-and-search-pattern)
15198 (ebrowse-view/find-member-declaration/definition):
15199 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15200 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15201 Rename parameter PREFIX-ARG to PREFIX.
15202 (ebrowse-tags-read-name): Remove unused variables `start' and
15203 `member-info'.
15204 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15205 to `tags-file'.
15206
15207 * progmodes/etags.el (local-find-tag-hook): Declare.
15208 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15209 Mark unused parameters.
15210
15211 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15212 (executable-interpret): Mark unused parameter.
15213
15214 * progmodes/flymake.el (flymake-process-sentinel)
15215 (flymake-after-change-function)
15216 (flymake-create-temp-with-folder-structure)
15217 (flymake-get-include-dirs-dot): Mark unused parameters.
15218 (flymake-safe-delete-directory): Remove unused variable `err'.
15219
15220 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15221 (speedbar-timer-fn, speedbar-line-text)
15222 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15223 (speedbar-center-buffer-smartly): Declare functions.
15224 (gdb-find-watch-expression): Remove unused variable `array'.
15225 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15226 (gdb-starting): Mark unused parameters.
15227 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15228 (gdb-table-string): Remove unused variable `res'.
15229 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15230 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15231 (gdb-display-buffer): Remove unused variable `cur-size'.
15232
15233 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15234 allow lexical-binding compilation.
15235 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15236 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15237 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15238 Mark unused parameters.
15239 (gud-gdb-marker-filter): Remove unused variable `match'.
15240 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15241 lambda expressions and funcall them, instead of using `fset'.
15242
15243 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15244 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15245
15246 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15247 variable `header-beg'; use `let'.
15248
15249 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15250 `restart', `last-sexp' and `at-do'.
15251
15252 * progmodes/js.el (js--debug): Mark unused parameter.
15253 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15254 (js--splice-into-items): Remove unused variable `item'.
15255 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15256
15257 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15258 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15259 (makefile-complete): Remove unused variable `try'.
15260 (makefile-fill-paragraph, makefile-match-function-end):
15261 Mark unused parameters.
15262
15263 * progmodes/octave-inf.el (inferior-octave-complete):
15264 Remove unused variable `proc'.
15265 (inferior-octave-output-digest): Mark unused parameter.
15266
15267 * progmodes/perl-mode.el (perl-calculate-indent):
15268 Remove unused variable `err'.
15269
15270 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15271 (prolog-indent-line): Mark unused parameters.
15272 (prolog-indent-line): Remove unused variable `beg'.
15273
15274 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15275 (reporter-dont-compact-list): Declare.
15276
15277 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15278 Remove unused variable `char'.
15279 (sh-debug): Mark unused parameter.
15280 (sh-get-indent-info): Remove unused variable `start'.
15281 (sh-calculate-indent): Remove unused variable `var'.
15282
15283 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15284 (simula-electric-keyword): Remove unused variable `null'.
15285 (simula-search-backward, simula-search-forward): Remove unused
15286 variables `begin' and `end'.
15287
15288 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15289 Remove unused variable `pos'.
15290 (vera-electric-tab, vera-comment-uncomment-region):
15291 Mark unused parameters.
15292 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15293
7ede3b65
CY
152942011-04-22 Chong Yidong <cyd@stupidchicken.com>
15295
15296 * emacs-lisp/package.el (package--builtins, package-alist)
15297 (package-load-descriptor, package-built-in-p, package-activate)
15298 (define-package, package-installed-p)
15299 (package-compute-transaction, package-buffer-info)
15300 (package--push): Doc fix. Distinguish more clearly between
15301 version strings and version lists.
15302
121656e9
JB
153032011-04-21 Juanma Barranquero <lekktu@gmail.com>
15304
15305 Lexical-binding cleanup.
15306
15307 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15308 (5x5-make-mutate-best):
15309 * play/fortune.el (fortune-in-buffer):
15310 * play/gomoku.el (gomoku-init-display):
15311 * play/solitaire.el (solitaire, solitaire-do-check):
15312 * play/tetris.el (tetris-default-update-speed-function):
15313 Mark unused parameters.
15314
15315 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15316 (bubbles--shift): Remove unused variable `char-org'.
15317 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15318 (bubbles--show-images): Remove unused variable `char'.
15319
15320 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15321 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15322 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15323 (decipher-analyze-buffer): Use ?\s.
15324 (decipher-make-checkpoint): Remove unused variable `mapping'.
15325
15326 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15327
15328 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15329 Remove unused variable `result'; use `let'.
15330
15331 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15332 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15333 (gametree-children-shown-p, gametree-compute-reduced-score):
15334 Use `ignore-errors'.
15335
15336 * play/handwrite.el (ps-lpr-switches): Declare.
15337 (handwrite): Remove unused variables `pmin' and `lastp'.
15338
15339 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15340
15341 * play/landmark.el (landmark-init-display)
15342 (landmark-update-naught-weights): Mark unused parameters.
15343 (landmark-y): Remove unused variable `noise'. Simplify.
15344 (landmark-human-plays): Remove unused variable `score'.
15345
15346 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15347 (mpuz-try-proposal): Remove unused variable `game'.
15348
15349 * play/zone.el (life-patterns): Declare.
15350
80f499c7
JB
153512011-04-20 Juanma Barranquero <lekktu@gmail.com>
15352
15353 * vc/vc.el (ediff-vc-internal): Declare function.
15354
024ff170
SM
153552011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15356
c0a193ea
SM
15357 * shell.el: Use lexical-binding and std completion UI.
15358 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15359 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15360 comint-preoutput-filter-functions rather than on
15361 comint-output-filter-functions.
15362 (shell-command-completion, shell--command-completion-data)
15363 (shell-filename-completion, shell-environment-variable-completion)
15364 (shell-c-a-p-replace-by-expanded-directory): New functions.
15365 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15366 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15367 (shell-dynamic-complete-environment-variable): Use them.
15368 (shell-dynamic-complete-as-environment-variable)
15369 (shell-dynamic-complete-as-command): Remove.
15370 (shell-match-partial-variable): Match past point.
15371 * comint.el: Clean up use of completion-at-point-functions.
15372 (comint-completion-at-point): New function.
15373 (comint-mode): Use it completion-at-point-functions.
15374 (comint-dynamic-complete): Make it obsolete.
15375 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15376 (comint-c-a-p-replace-by-expanded-history): New function.
15377 (comint-dynamic-complete-functions)
15378 (comint-replace-by-expanded-history): Use it.
15379 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15380 termination strings. Try harder to avoid second try-completion.
15381 (completion-in-region-mode-map): Disable bindings that don't work yet.
15382
2dbaa080
SM
15383 * comint.el: Use lexical-binding. Require CL.
15384 (comint-dynamic-complete-functions): Use comint-filename-completion.
15385 (comint-completion-addsuffix): Tweak custom type.
15386 (comint-filename-completion, comint--common-suffix)
15387 (comint--common-quoted-suffix, comint--table-subvert)
15388 (comint--complete-file-name-data): New functions.
15389 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15390 (comint-dynamic-list-filename-completions): Use them.
15391 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15392
2dbaa080
SM
15393 * minibuffer.el (completion-in-region-mode):
15394 Keep completion-in-region-mode--predicate global.
15395 (completion-in-region--postch):
15396 Assume completion-in-region-mode--predicate is not null.
15397
c79a6f38
SM
15398 * progmodes/flymake.el (flymake-start-syntax-check-process):
15399 Obey `dir'. Simplify.
15400
024ff170
SM
15401 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15402 we're in VC after all.
15403
1c6c854e
CS
154042011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15405
15406 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15407 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15408 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15409
bed7f140
SM
154102011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15411
332e62ab
SM
15412 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15413 add sanity check.
15414
bed7f140
SM
15415 * obsolete/erc-hecomplete.el: Make obsolete.
15416 * obsolete/: Standardize obsolescence info in the header.
15417
f195c582
GM
154182011-04-20 Glenn Morris <rgm@gnu.org>
15419
15420 * calendar/solar.el (solar-horizontal-coordinates):
15421 Use the longitude argument rather than `calendar-longitude'.
15422 (solar-date-next-longitude): Remove unused locals.
15423
cb79b8c0
VJL
154242011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15425
15426 * whitespace.el: New version 13.2.1.
15427
154282011-04-20 felix <EmacsWiki> (tiny change)
15429
d8e4b68b 15430 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15431 switching between major modes on a file.
15432
602ea69d
SM
154332011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15434
15435 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15436 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15437 multi-line comments as well.
15438
06b60517
JB
154392011-04-19 Juanma Barranquero <lekktu@gmail.com>
15440
15441 Lexical-binding cleanup.
15442
15443 * arc-mode.el (archive-mode-revert):
15444 * cmuscheme.el (scheme-interactively-start-process):
15445 * custom.el (custom-initialize-delay):
15446 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15447 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15448 * emacs-lock.el (emacs-lock-clear-sentinel):
15449 * ezimage.el (defezimage):
15450 * follow.el (follow-avoid-tail-recenter):
15451 * fringe.el (set-fringe-mode-1):
15452 * generic-x.el (bat-generic-mode-compile):
15453 * help-mode.el (help-info-variable, help-do-xref)
15454 (help-mode-revert-buffer):
15455 * help.el (view-emacs-todo):
15456 * iswitchb.el (iswitchb-completion-help):
15457 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15458 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15459 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15460 * locate.el (locate-update):
15461 * longlines.el (longlines-encode-region)
15462 (longlines-after-change-function):
15463 * outline.el (outline-isearch-open-invisible):
15464 * ps-def.el (declare-function, charset-dimension, char-width)
15465 (encode-char):
15466 * ps-mule.el (ps-mule-plot-string):
15467 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15468 (recentf-edit-list-select, recentf-edit-list-validate)
15469 (recentf-open-files-action):
15470 * rect.el (delete-whitespace-rectangle-line)
15471 (rectangle-number-line-callback):
15472 * register.el (window-configuration-to-register)
15473 (frame-configuration-to-register):
15474 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15475 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15476 (xselect-convert-to-targets, xselect-convert-to-delete)
15477 (xselect-convert-to-filename, xselect-convert-to-charpos)
15478 (xselect-convert-to-lineno, xselect-convert-to-colno)
15479 (xselect-convert-to-os, xselect-convert-to-host)
15480 (xselect-convert-to-user, xselect-convert-to-class)
15481 (xselect-convert-to-name, xselect-convert-to-integer)
15482 (xselect-convert-to-atom, xselect-convert-to-identity):
15483 * subr.el (declare, ignore, process-kill-without-query)
15484 (text-clone-maintain):
15485 * terminal.el (te-get-char, te-tic-sentinel):
15486 * tool-bar.el (tool-bar-make-keymap):
15487 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15488 * type-break.el (type-break-mode, type-break-noninteractive-query):
15489 * view.el (View-back-to-mark):
15490 * wid-browse.el (widget-browse-action, widget-browse-widget)
15491 (widget-browse-widgets, widget-browse-sexp):
15492 * widget.el (define-widget-keywords):
15493 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15494 Mark unused parameters.
15495
15496 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15497 (align-areas): Remove unused variable `look'.
15498 (align-region): Remove unused variables `real-end' and `pos-list'.
15499
15500 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15501
15502 * bindings.el (mode-line-modified, mode-line-remote):
15503 Mark unused parameters.
15504 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15505
15506 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15507 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15508
15509 * comint.el (comint-history-isearch-pop-state)
15510 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15511 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15512 (comint-substitute-in-file-name): Doc fix.
15513
15514 * completion.el (cmpl-statistics-block): Mark unused parameter.
15515 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15516 (save-completions-to-file, load-completions-from-file):
15517 Remove unused local variable `e'.
15518
15519 * composite.el (compose-chars): Remove unused variable `len'.
15520 (lgstring-insert-glyph): Remove unused variable `g'.
15521 (compose-glyph-string): Remove unused variables `ascent',
15522 `descent', `lbearing' and `rbearing'.
15523 (compose-glyph-string-relative): Remove unused variables
15524 `lbearing', `rbearing' and `wadjust'.
15525 (compose-gstring-for-graphic): Remove unused variables `header',
15526 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15527 (compose-gstring-for-terminal): Remove unused variables `header'
15528 and `nchars'. Use `let', not `let*'.
15529
15530 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15531 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15532 (Custom-buffer-done, custom-buffer-create-internal)
15533 (custom-browse-visibility-action, custom-browse-group-tag-action)
15534 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15535 (widget-magic-mouse-down-action, custom-toggle-parent)
15536 (custom-add-parent-links, custom-toggle-hide-variable)
15537 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15538 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15539 (custom-face-menu-create, custom-variable-menu-create, get)
15540 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15541 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15542 (customize-apropos): Remove unused variable `tests'.
15543 (custom-group-value-create): Remove unused variable `hidden-p'.
15544 (sort-fold-case): Declare.
15545
15546 * cus-theme.el (custom-reset-standard-faces-list)
15547 (custom-reset-standard-variables-list): Declare.
15548 (customize-create-theme, custom-theme-revert, custom-theme-write)
15549 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15550 Mark unused parameters.
15551
15552 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15553
15554 * delim-col.el (delimit-columns-max): Move defvar before first use.
15555
15556 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15557 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15558
15559 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15560 (auto-insert): Declare.
15561 (desktop-restore-file-buffer): Rename desktop-* parameters;
15562 mark unused ones.
15563 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15564 (desktop-buffer): Rename desktop-* parameters.
15565
15566 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15567 (dframe-reposition-frame-xemacs, dframe-help-echo)
15568 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15569 Mark unused parameters.
15570
15571 * dired-aux.el (backup-extract-version-start, overwrite-query)
15572 (overwrite-backup-query, rename-regexp-query)
15573 (rename-non-directory-query): Declare.
15574 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15575 (dired-add-entry): Remove unused variable `orig-file-name'.
15576 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15577 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15578 `dired-copy-preserve-time' directly.
15579 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15580 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15581
15582 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15583 (dired-virtual-revert, dired-make-relative-symlink):
15584 Mark unused parameters.
15585 (manual-program): Declare.
15586 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15587 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15588 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15589
15590 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15591
15592 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15593
15594 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15595 Declare.
15596
15597 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15598
15599 * electric.el (Electric-command-loop): Rename parameter
15600 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15601
15602 * expand.el (expand-in-literal): Remove unused variable `here'.
15603
15604 * facemenu.el (facemenu-add-new-color):
15605 Remove unused variable `docstring'.
15606
15607 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15608 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15609 (face-attr-construct): Mark unused parameter. Doc fix.
15610 (read-color): Remove unused variable `hex-string'.
15611
15612 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15613 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15614 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15615 (display-buffer-other-frame): Remove unused variable `old-window'.
15616 (kill-buffer-hook): Declare.
15617 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15618 Mark unused parameters.
15619 (after-find-file): Pass 1 to `auto-save-mode', not t.
15620
15621 * files-x.el (auto-insert): Declare.
15622 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15623
15624 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15625 variable `buf'. Mark unused parameter.
06b60517
JB
15626 (find-lisp-insert-directory): Mark unused parameter.
15627
15628 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15629 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15630 (format-common-tail): Remove, unused.
15631 (format-deannotate-region): Remove unused variable `loc'.
15632 (format-annotate-region): Remove unused variable `p'.
15633 (format-annotate-single-property-change): Remove unused variables
15634 `default' and `tail'.
15635
15636 * forms.el (read-file-filter): Declare.
15637 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15638
15639 * frame.el (frame-creation-function-alist): Mark unused parameter.
15640 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15641
15642 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15643 Remove unused parameters.
15644 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15645 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15646
15647 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15648 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15649 (hfy-prepare-tag-map): Mark unused parameters.
15650 (htmlfontify-buffer): Use `called-interactively-p'.
15651
15652 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15653 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15654 (ibuffer-do-occur): Mark unused parameters.
15655 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15656 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15657
15658 * ibuffer.el: Don't quote `lambda'.
15659 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15660 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15661 Mark unused parameters.
15662
15663 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15664 (ido-completing-read): Mark unused parameters.
15665 (ido-copy-current-word): Mark unused parameters;
15666 remove unused variable `name'.
15667 (ido-sort-merged-list): Remove unused parameter `dirs'.
15668
15669 * ielm.el (ielm-input-sender): Mark unused parameter.
15670 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15671 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15672 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15673 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15674 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15675
15676 * image-dired.el (image-dired-display-thumbs): Remove unused
15677 variables `curr-file' and `count'.
15678 (image-dired-remove-tag): Remove unused variable `start'.
15679 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15680 variable `curr-file'
15681 (image-dired-rotate-original): Remove unused variable `temp-file'.
15682 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15683 Remove unused variable `file'.
15684 (image-dired-gallery-generate): Remove unused variable `curr'.
15685 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15686
15687 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15688
15689 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15690
15691 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15692
15693 * isearch.el (minibuffer-history-symbol): Declare.
15694 (isearch-edit-string): Remove unused variable `err'.
15695 (isearch-message-prefix, isearch-message-suffix):
15696 Mark unused parameters.
15697
15698 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15699
15700 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15701
15702 * makesum.el (double-column): Remove unused variable `cnt'.
15703
15704 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15705 (ido-ignore-item-temp-list): Declare.
15706
15707 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15708 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15709 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15710 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15711 `mouse-col-delta'.
15712
15713 * mouse-sel.el (mouse-extend-internal):
15714 Remove unused variable `orig-window-frame'.
15715
15716 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15717 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15718 Move declarations before first use.
15719 (pcomplete-opt): Mark unused parameters; doc fix.
15720
15721 * proced.el (proced-revert): Mark unused parameter.
15722 (proced-send-signal): Remove unused variable `err'.
15723
15724 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15725 Rename parameter PREFIX-ARG to ARG.
15726 (ps-basic-plot-string, ps-basic-plot-whitespace):
15727 Mark unused parameters.
15728
15729 * replace.el (replace-count): Define.
15730 (occur-revert-function): Mark unused parameters.
15731 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15732 (isearch-case-fold-search, isearch-string): Declare.
15733 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15734 bind `case-fold-search'. Remove unused variables `beg' and `end',
15735 and simplify.
15736 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15737 COUNT and bind `replace-count'.
15738 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15739 to COUNT.
15740
15741 * savehist.el (print-readably, print-string-length): Declare.
15742
15743 * shadowfile.el (shadow-expand-cluster-in-file-name):
15744 Remove unused variable `cluster'.
15745 (shadow-copy-file): Remove unused variable `i'.
15746 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15747 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15748 (shadow-define-literal-group, shadow-define-regexp-group)
15749 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15750
15751 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15752 (shell): Use `called-interactively-p'.
15753 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15754
15755 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15756 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15757 (delete-backward-char): Remove unused variable `ocol'.
15758 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15759 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15760 (event-apply-hyper-modifier, event-apply-shift-modifier)
15761 (event-apply-control-modifier, event-apply-meta-modifier):
15762 Mark unused parameters.
15763 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15764 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15765
15766 * speedbar.el (speedbar-ignored-directory-expressions)
15767 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15768 (speedbar-find-file, speedbar-dir-follow)
15769 (speedbar-directory-buttons-follow, speedbar-tag-find)
15770 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15771 (speedbar-buffers-line-directory, speedbar-buffer-click):
15772 Mark unused parameters.
15773 (speedbar-tag-file): Remove unused variable `mode'.
15774 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15775
15776 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15777
15778 * talk.el (talk): Remove unused variable `display'.
15779
15780 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15781 (tar-write-region-annotate): Mark unused parameter.
15782
15783 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15784 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15785 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15786 warning by another.
15787
15788 * time-stamp.el (time-stamp-string-preprocess):
15789 Remove unused variable `require-padding'.
15790
15791 * tree-widget.el (widget-glyph-enable): Declare.
15792 (tree-widget-action): Mark unused parameter.
15793
15794 * w32-fns.el (x-get-selection): Mark unused parameter.
15795 (autoload-make-program, generated-autoload-file): Declare.
15796
15797 * wdired.el (wdired-revert): Mark unused parameters.
15798 (wdired-xcase-word): Remove unused variable `err'.
15799
15800 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15801 (whitespace-help-scroll): Remove unused variable `data-help'.
15802
15803 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15804 (widget-image-insert, widget-after-change, default)
15805 (widget-default-format-handler, widget-default-notify)
15806 (widget-default-prompt-value, widget-info-link-action)
15807 (widget-url-link-action, widget-function-link-action)
15808 (widget-variable-link-action, widget-file-link-action)
15809 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15810 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15811 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15812 (widget-insert-button-action, widget-delete-button-action, visibility)
15813 (widget-documentation-link-action, widget-documentation-string-action)
15814 (widget-const-prompt-value, widget-regexp-match, symbol)
15815 (widget-coding-system-prompt-value)
15816 (widget-key-sequence-value-to-external, sexp)
15817 (widget-sexp-value-to-internal, character, vector, cons)
15818 (widget-choice-prompt-value, widget-boolean-prompt-value)
15819 (widget-color--choose-action): Mark unused parameters.
15820 (widget-item-match-inline, widget-choice-match-inline)
15821 (widget-checklist-match, widget-checklist-match-inline)
15822 (widget-group-match): Rename parameter VALUES to VALS.
15823 (widget-field-value-set): Remove unused variable `size'.
15824 (widget-color-action): Remove unused variables `value' and `start'.
15825
15826 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15827 variable `dir'. Doc fix.
06b60517
JB
15828 (windmove-find-other-window): Don't pass it.
15829
15830 * window.el (count-windows): Mark unused parameter.
15831 (bw-adjust-window): Remove unused variable `err'.
15832
15833 * woman.el (woman-file-name): Remove unused variable `default'.
15834 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15835 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15836 (global-font-lock-mode): Declare.
15837 (woman-decode-region): Mark unused parameter.
15838 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15839
15840 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15841 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15842 (x-dnd-handle-moz-url): Remove unused variable `title'.
15843 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15844
15845 * xml.el (xml-parse-tag, xml-parse-attlist):
15846 Remove unused variable `pos'.
15847
bc4f7f3d
GM
158482011-04-19 Glenn Morris <rgm@gnu.org>
15849
15850 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15851 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15852 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15853 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15854 * calendar/cal-html.el (cal-html-insert-minical):
15855 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15856 (calendar-mark-date-pattern):
15857 Prefix "unused" locals.
15858
15859 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15860 optional argument `style'.
15861
15862 * calendar/appt.el (appt-make-list):
15863 * calendar/cal-china.el (calendar-chinese-date-string):
15864 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15865 (diary-hebrew-yahrzeit):
15866 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15867 * calendar/calendar.el (calendar-generate-window):
15868 * calendar/time-date.el (time-to-days):
15869 Remove unused local variables.
15870
16a43933
CY
158712011-04-18 Chong Yidong <cyd@stupidchicken.com>
15872
15873 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15874 glyphless-char-display table.
15875 (tabulated-list-glyphless-char-display): New var.
15876
7eed1860
SS
158772011-04-18 Sam Steingold <sds@gnu.org>
15878
15879 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15880 to acknowledgments.
15881
4d2d1ccd
GM
158822011-04-17 Glenn Morris <rgm@gnu.org>
15883
15884 * calendar/diary-lib.el (diary-sexp-entry):
15885 * calendar/holidays.el (holiday-sexp):
15886 Set debug-on-error rather than the removed stack-trace-on-error.
15887
239da61d
GM
158882011-04-16 Glenn Morris <rgm@gnu.org>
15889
15890 * progmodes/f90.el: Use lexical-binding.
15891 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15892
8b05752a
SM
158932011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15894
daca8ba5
SM
15895 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15896 (mail-mode): Setup mailalias completion here instead.
15897 * mail/mailalias.el: Use lexical-binding.
15898 (pattern, mailalias-done): Declare dynamic.
15899 (mail-completion-at-point-function): New function, from mail-complete.
15900 (mail-complete): Use it.
15901 (mail-completion-expand): New function.
15902 (mail-get-names): Use it.
15903 (mail-directory, mail-directory-process, mail-directory-stream):
15904 Don't use `pattern' for lexically bound arg.
15905
6f542485
SM
15906 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15907
037e7c3f
SM
15908 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15909 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15910 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15911
8b05752a
SM
15912 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15913 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15914 (byte-interactive-p): Define them again, for use when inlining
15915 old code.
15916
49093f60
JB
159172011-04-15 Juanma Barranquero <lekktu@gmail.com>
15918
15919 * loadup.el: Use `string-to-number', not `string-to-int'.
15920
b5b8e7de
SM
159212011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15922
15923 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15924 gud-gdb-complete-command.
15925 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15926 (gud-gdb-completion-at-point): New function.
15927 (gud-gdb-completions): Remove.
15928
f42efeb5
MA
159292011-04-14 Michael Albinus <michael.albinus@gmx.de>
15930
49093f60
JB
15931 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15932 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15933 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15934 whether `executable-find' is bound.
f42efeb5
MA
15935
15936 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15937
e240cc21
SM
159382011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15939
15940 * minibuffer.el (completion-in-region-mode-predicate)
15941 (completion-in-region-mode--predicate): New vars.
15942 (completion-in-region, completion-in-region--postch)
15943 (completion-in-region-mode): Use them.
15944 (completion--capf-wrapper): Also return the hook function.
15945 (completion-at-point, completion-help-at-point):
15946 Adjust and provide a predicate.
c2bd2ab0
SM
15947
15948 Preserve arg names for advice of subr and lexical functions (bug#8457).
15949 * help-fns.el (help-function-arglist): Consolidate the subr and
15950 new-byte-code cases. Add argument `preserve-names' to extract names
15951 from the docstring when needed.
15952 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15953 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15954 (ad-arglist): Use help-function-arglist's new arg.
15955 (ad-definition-type): Use cond.
15956
c183f693
JB
159572011-04-13 Juanma Barranquero <lekktu@gmail.com>
15958
06641a47
JB
15959 * autorevert.el (auto-revert-handler):
15960 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15961 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15962 Don't quote lambda.
15963
c183f693
JB
15964 * image-mode.el (image-transform-set-scale):
15965 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15966
1e3b6001
G
159672011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15968
15969 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15970 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15971 Upgrades via gnutls-cli are too slow to be done opportunistically.
15972
2d6af8dd
JB
159732011-04-12 Juanma Barranquero <lekktu@gmail.com>
15974
15975 * dframe.el (dframe-current-frame): Remove spurious quote.
15976
c0749a51
GM
159772011-04-12 Glenn Morris <rgm@gnu.org>
15978
088d0d61
GM
15979 * calendar/cal-tex.el (cal-tex-end-document):
15980 Try to automatically use latin1 input if needed.
15981
c0749a51
GM
15982 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15983 Don't try to cons a mark onto an empty element.
15984
5c90fde0
LL
159852011-04-11 Leo Liu <sdl.web@gmail.com>
15986
15987 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15988 buffers.
15989 (ido-kill-buffer-at-head): Support killing virtual buffers.
15990
369e974d
CY
159912011-04-10 Chong Yidong <cyd@stupidchicken.com>
15992
15993 * minibuffer.el (completion-show-inline-help): New var.
15994 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15995 (minibuffer-force-complete, minibuffer-complete-word):
15996 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15997
15998 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15999 to avoid interference from inline help (Bug#5849).
16000
37f1c930
LL
160012011-04-10 Leo Liu <sdl.web@gmail.com>
16002
099c39a4
JB
16003 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16004 Fix typo.
37f1c930 16005
a32d4040
CY
160062011-04-09 Chong Yidong <cyd@stupidchicken.com>
16007
16008 * image-mode.el (image-toggle-display-image): Signal an error if
16009 not in Image mode.
16010 (image-transform-mode, image-transform-resize)
16011 (image-transform-set-rotation): Doc fix.
daca8ba5 16012 (image-transform-set-resize): Delete.
a32d4040
CY
16013 (image-transform-set-scale, image-transform-fit-to-height)
16014 (image-transform-fit-to-width): Handle image-toggle-display-image
16015 and image-transform-resize directly.
16016
099c39a4 160172011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16018
16019 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16020 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16021 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16022 (doc-view-mode-map): Add bindings for the new functions.
16023
099c39a4 160242011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16025
4d61f28d 16026 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16027 Fix typo in docstring.
16028
3726838a
EZ
160292011-04-08 Eli Zaretskii <eliz@gnu.org>
16030
04f33f1e
EZ
16031 * files.el (file-size-human-readable): Produce one digit after
16032 decimal, like "ls -lh" does.
16033
16034 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16035 the file size representation.
16036
3726838a
EZ
16037 * simple.el (list-processes): If async subprocesses are not
16038 available, error out with a clear error message.
16039
cbb59342
CY
160402011-04-08 Chong Yidong <cyd@stupidchicken.com>
16041
16042 * help.el (help-form-show): New function, to be called from C.
16043 Put help-form output in a buffer named differently than *Help*.
16044
e3971c44
EZ
160452011-04-08 Eli Zaretskii <eliz@gnu.org>
16046
16047 * files.el (file-size-human-readable): New function.
16048
16049 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16050 computing the representation inline. Don't require `cl'.
16051
12544bbe
GM
160522011-04-08 Glenn Morris <rgm@gnu.org>
16053
a1de6c6a
GM
16054 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16055
3c4671f4
GM
16056 * net/browse-url.el (browse-url-firefox):
16057 Test system-type, not system-configuration.
16058
b605679c
GM
16059 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16060 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16061 Use log-edit-empty-buffer-p. (Bug#7598)
16062
56442f0c
GM
16063 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16064 (rlogin-mode-map): Initialize in the defvar.
16065 (rlogin): Use ignore-errors.
16066
12544bbe
GM
16067 * replace.el (occur-mode-map): Some fixes for menu items.
16068
eb237b0f
AH
160692011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16070
16071 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16072
7d668f2c
CY
160732011-04-06 Chong Yidong <cyd@stupidchicken.com>
16074
e67a13ab
CY
16075 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16076 issuing unused warnings.
16077
16078 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16079 macro directly.
16080
7d668f2c
CY
16081 * simple.el: Lisp reimplement of list-processes. Based on an
16082 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16083 (process-menu-mode): New major mode.
16084 (list-processes--refresh, list-processes):
16085 (process-menu-visit-buffer): New functions.
16086
16087 * files.el (save-buffers-kill-emacs): Don't assume any return
16088 value of list-processes, which is undocumented anyway.
16089
a83ec3c9
CY
160902011-04-06 Chong Yidong <cyd@stupidchicken.com>
16091
16092 * emacs-lisp/tabulated-list.el: New file.
16093
e91a96fe
CY
16094 * emacs-lisp/package.el: Use Tabulated List mode.
16095 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16096 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16097 table format using Tabulated List mode variables.
16098 (package--push): New macro, replacing package-list-maybe-add.
16099 (package-menu--generate): Use package--push. Renamed from
16100 package--generate-package-list.
16101 (package-menu-refresh, list-packages): Use it.
daca8ba5 16102 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16103 Return insertion data instead of inserting it directly.
099c39a4
JB
16104 (package-menu-describe-package, package-menu-execute):
16105 Use tabulated-list-get-id.
e91a96fe
CY
16106 (package-menu-mark-delete, package-menu-mark-install)
16107 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16108 (package-menu-mark-obsolete-for-deletion):
16109 Use tabulated-list-put-tag.
e91a96fe
CY
16110 (package--list-packages, package-menu-revert)
16111 (package-menu-get-package, package-menu-get-version)
16112 (package-menu-sort-by-column): Functions deleted.
16113 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16114 (package-menu--status-predicate, package-menu--version-predicate)
16115 (package-menu--name-predicate)
16116 (package-menu--description-predicate): Handle arguments in the
16117 Tabulated List format.
16118 (package-list-packages-no-fetch): Call list-packages.
16119
3e214b50
JB
161202011-04-06 Juanma Barranquero <lekktu@gmail.com>
16121
16122 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16123 (after-find-file): Don't bind it.
3e214b50
JB
16124 (revert-buffer-in-progress-p): New variable.
16125 (revert-buffer): Bind it.
16126 Pass nil for `after-find-file-from-revert-buffer'.
16127
16128 * saveplace.el (save-place-find-file-hook): Use new variable
16129 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16130
3f0f1700
GM
161312011-04-06 Glenn Morris <rgm@gnu.org>
16132
c0274801
GM
16133 * Makefile.in (AUTOGEN_VCS): New variable.
16134 (autoloads): Use $AUTOGEN_VCS.
16135
3f0f1700
GM
16136 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16137 * calendar/calendar.el (calendar-mode-map):
16138 Check for toolkit scroll bars. (Bug#8305)
16139
41ea9e48
CY
161402011-04-05 Chong Yidong <cyd@stupidchicken.com>
16141
16142 * minibuffer.el (completion-in-region--postch)
16143 (completion-in-region-mode): Remove unnecessary messages.
16144
6194c800
JB
161452011-04-05 Juanma Barranquero <lekktu@gmail.com>
16146
33256f14
JB
16147 * font-lock.el (font-lock-refresh-defaults):
16148 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16149 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16150
6194c800
JB
16151 * info.el (Info-directory-list, Info-read-node-name-2)
16152 (Info-split-parameter-string): Doc fixes.
16153 (Info-virtual-nodes): Reflow docstring.
16154 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16155 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16156 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16157 Fix typos in docstrings.
16158 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16159 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16160 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16161 (Info-restore-desktop-buffer): Mark unused parameters.
16162 (Info-directory-find-file, Info-directory-find-node)
16163 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16164 (Info-virtual-index-find-node, Info-apropos-find-file)
16165 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16166 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16167 (Info-virtual-index): Remove unused local variable `nodename'.
16168
b87a8200 161692011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16170
b87a8200
DD
16171 * net/rcirc.el: Update my e-mail address.
16172 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16173
3b2ff876
CY
161742011-04-05 Chong Yidong <cyd@stupidchicken.com>
16175
16176 * startup.el (command-line): Save the cursor's theme-face
16177 directly, instead of using face-override-spec.
16178
16179 * custom.el (load-theme): Minor optimization in assigning faces.
16180
8d17e7ca
JB
161812011-04-04 Juanma Barranquero <lekktu@gmail.com>
16182
16183 * help-fns.el (describe-variable): Complete all variables having
16184 documentation, including keywords.
16185 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16186
2fbc1934
JB
161872011-04-04 Juanma Barranquero <lekktu@gmail.com>
16188
16189 Convert to lexical-binding.
16190
16191 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16192 (bs--get-marked-string, bs--get-modified-string)
16193 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16194 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16195 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16196
16197 * ehelp.el (electric-help-execute-extended)
16198 (electric-help-ctrl-x-prefix):
16199 * hexl.el (hexl-revert-buffer-function):
16200 * linum.el (linum-after-change, linum-after-scroll):
16201 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16202
16203 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16204
74f50695
DU
162052011-04-04 Daiki Ueno <ueno@unixuser.org>
16206
16207 * epa-dired.el:
16208 * epa-mail.el:
16209 * epa-hook.el:
16210 * epa-file.el:
16211 * epa.el:
16212 * epg.el: Use lexical binding.
16213
c11325f7
CY
162142011-04-03 Chong Yidong <cyd@stupidchicken.com>
16215
0d9e9a12
CY
16216 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16217
c11325f7 16218 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16219 dictionary case for flyspell-mark-duplications-exceptions.
16220 Use regexp matching for languages.
c11325f7
CY
16221 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16222 default dictionary (Bug#7926).
16223
da91b5f2
CY
162242011-04-02 Chong Yidong <cyd@stupidchicken.com>
16225
099c39a4
JB
16226 * emacs-lisp/package.el (package--with-work-buffer):
16227 Recognize https URLs.
da91b5f2 16228
099c39a4
JB
16229 * net/network-stream.el: Move from gnus/proto-stream.el.
16230 Change prefix to network-stream throughout.
da91b5f2
CY
16231 (open-protocol-stream): Merge into open-network-stream, leaving
16232 open-protocol-stream as an alias. Handle nil BUFFER args.
16233
16234 * subr.el (open-network-stream): Move to net/network-stream.el.
16235
afa8e9f6
GM
162362011-04-02 Glenn Morris <rgm@gnu.org>
16237
1d2e369d
GM
16238 * find-dired.el (find-exec-terminator): New option.
16239 (find-ls-option): Test for -ls support.
16240 (find-ls-subdir-switches): Test for -b in find-ls-option.
16241 (find-dired, find-grep-dired): Doc fixes.
16242 (find-dired): Use find-exec-terminator.
16243
8abb7da8 16244 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16245 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16246 (find-name-arg): Remove purecopy.
8abb7da8 16247
f3ca7378
GM
16248 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16249 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16250 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16251 accordingly. Don't add the null-device if not needed.
16252
afa8e9f6
GM
16253 * files.el (save-some-buffers): Doc fix.
16254
35eae264
EZ
162552011-04-02 Eli Zaretskii <eliz@gnu.org>
16256
16257 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16258
26b51db5
JB
162592011-04-01 Juanma Barranquero <lekktu@gmail.com>
16260
16261 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16262 Use `dolist' rather than `mapcar'.
16263
7200d79c
SM
162642011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16265
03408648 16266 Add lexical binding.
7200d79c 16267
03408648
SM
16268 * subr.el (apply-partially): Use new closures rather than CL.
16269 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16270 (dolist, dotimes): Use slightly different expansion for lexical code.
16271 (functionp): Move to C.
16272 (letrec): New macro.
16273 (with-wrapper-hook): Use it and apply-partially instead of CL.
16274 (eval-after-load): Preserve lexical-binding.
16275 (save-window-excursion, with-output-to-temp-buffer): Turn them
16276 into macros.
7200d79c 16277
03408648
SM
16278 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16279
16280 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16281 than the arglist.
16282 (help-add-fundoc-usage): Don't add `Not documented'.
16283 (help-function-arglist): Handle closures, subroutines, and new
16284 byte-code-functions.
16285 (help-make-usage): Remove leading underscores.
16286 (describe-function-1): Handle closures.
16287 (describe-variable): Use special-variable-p for completion.
16288
16289 * files.el (lexical-binding): Declare safe.
f488fb65 16290
03408648
SM
16291 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16292 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16293 (pcase): Add `let' pattern.
16294 Change memoization so it actually works.
16295 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16296 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16297 <let>: New case.
f488fb65 16298
03408648
SM
16299 * emacs-lisp/macroexp.el: Use lexical binding.
16300 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16301 Don't convert ' to #' without checking that it's indeed quoting
16302 a lambda.
16303
16304 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16305 Use eval-sexp-add-defvars.
03408648
SM
16306 (eval-sexp-add-defvars): New fun.
16307
16308 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16309
16310 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16311 Don't autoload.
16312 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16313 than the internal `byte-compile-lambda'.
16314 (defmethod): Don't hide code under quotes.
16315 (eieio-defmethod): New `code' argument.
16316
16317 * emacs-lisp/eieio-comp.el: Remove.
16318
16319 * emacs-lisp/edebug.el (edebug-eval-defun)
16320 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16321 (edebug-toggle): Avoid `eval'.
16322
16323 * emacs-lisp/disass.el (disassemble-internal): Handle new
16324 `closure' objects.
16325 (disassemble-1): Handle new byte codes.
16326
16327 * emacs-lisp/cl.el (pushnew): Silence warning.
16328
16329 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16330 (cl-byte-compile-throw): Remove.
16331 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16332
16333 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16334 closures.
16335
16336 * emacs-lisp/cconv.el: New file.
16337
16338 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16339 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16340 (byte-compile-initial-macro-environment):
16341 Handle declare-function here.
16342 (byte-compile--lexical-environment): New var.
16343 (byte-stack-ref, byte-stack-set, byte-discardN)
16344 (byte-discardN-preserve-tos): New lap codes.
16345 (byte-interactive-p): Don't use any more.
16346 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16347 New macros.
16348 (byte-compile-lapcode): Use them and handle new lap codes.
16349 (byte-compile-obsolete): Remove.
16350 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16351 (byte-compile-arglist-warn): Check late def of inlinable funs.
16352 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16353 since they should have been expanded by now.
16354 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16355 (byte-compile-from-buffer): Remove unused second arg.
16356 (byte-compile-preprocess): New function.
16357 (byte-compile-toplevel-file-form): New function to distinguish
16358 file-form calls from outside from file-form calls from hunk-handlers.
16359 (byte-compile-file-form): Simplify.
16360 (byte-compile-file-form-defsubst): Remove.
16361 (byte-compile-file-form-defmumble): Simplify now that
16362 byte-compile-lambda always returns a byte-code-function.
16363 (byte-compile): Preprocess.
16364 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16365 Remove, not used any more.
16366 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16367 (byte-compile-make-args-desc): New funs.
16368 (byte-compile-lambda): Handle lexical functions. Always return
16369 a byte-code-function.
16370 (byte-compile-reserved-constants): New var, to make up room for
16371 closed-over variables.
16372 (byte-compile-constants-vector): Obey it.
16373 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16374 (byte-compile-macroexpand-declare-function): New function.
16375 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16376 byte-code-functions.
16377 (byte-compile-form): Check obsolescence here.
16378 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16379 (byte-compile-variable-ref): Remove.
16380 (byte-compile-dynamic-variable-op): New fun.
16381 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16382 (byte-compile-variable-set): New funs.
16383 (byte-compile-discard): Add 2 args.
16384 (byte-compile-stack-ref, byte-compile-stack-set)
16385 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16386 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16387 macroexpand-all instead.
16388 (byte-compile-quote-form): Remove.
16389 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16390 (byte-compile-bind, byte-compile-unbind): New funs.
16391 (byte-compile-let): Handle let* and lexical binding.
16392 (byte-compile-let*): Remove.
16393 (byte-compile-catch, byte-compile-unwind-protect)
16394 (byte-compile-track-mouse, byte-compile-condition-case):
16395 Handle a new :fun-body form, used for lexical scoping.
16396 (byte-compile-save-window-excursion)
16397 (byte-compile-with-output-to-temp-buffer): Remove.
16398 (byte-compile-defun): Simplify.
16399 (byte-compile-stack-adjustment): New fun.
16400 (byte-compile-out): Use it.
16401 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16402
16403 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16404 handler any more.
16405
16406 * emacs-lisp/byte-opt.el: Use lexical binding.
16407 (byte-inline-lapcode): Remove (to bytecomp).
16408 (byte-compile-inline-expand): Pay attention to inlining to/from
16409 lexically bound code.
16410 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16411 any more.
16412 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16413 any more and don't call compiler-macros.
16414 (byte-compile-splice-in-already-compiled-code): Remove.
16415 (byte-code): Don't inline any more.
16416 (disassemble-offset): Receive `bytes' as argument rather than via
16417 dynamic scoping.
16418 (byte-compile-tag-number): Declare before first use.
16419 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16420 `return' even if make-spliceable.
16421 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16422 obsolete interactive-p.
16423 (byte-optimize-lapcode): Optimize new lap-codes.
16424 Don't trip up on new form of `byte-constant' lap code.
16425
16426 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16427
16428 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16429
16430 * custom.el (custom-initialize-default, custom-declare-variable):
16431 Use `defvar'.
16432
16433 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16434 New variables.
16435 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16436 (COMPILE_FIRST): Add macroexp and cconv.
16437 * makefile.w32-in: Mirror changes in Makefile.in.
16438
16439 * vc/cvs-status.el:
16440 * vc/diff-mode.el:
16441 * vc/log-edit.el:
16442 * vc/log-view.el:
16443 * vc/smerge-mode.el:
16444 * textmodes/bibtex-style.el:
090bd7cb 16445 * textmodes/css-mode.el:
03408648
SM
16446 * startup.el:
16447 * uniquify.el:
da91b5f2
CY
16448 * minibuffer.el:
16449 * newcomment.el:
16450 * reveal.el:
16451 * server.el:
16452 * mpc.el:
16453 * emacs-lisp/smie.el:
16454 * doc-view.el:
16455 * dired.el:
03408648
SM
16456 * abbrev.el: Use lexical binding.
16457
0f0c1f27
EZ
164582011-04-01 Eli Zaretskii <eliz@gnu.org>
16459
16460 * info.el (info-display-manual): New function.
16461
c82b2579
SM
164622011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16463
16464 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16465
221ddf68
TH
164662011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16467
16468 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16469 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16470
cba6e77e
GM
164712011-03-31 Glenn Morris <rgm@gnu.org>
16472
e040639f
GM
16473 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16474
cba6e77e
GM
16475 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16476
6d0f1c9e
CS
164772011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16478
16479 * progmodes/python.el (python-default-interpreter)
16480 (python-python-command-args, python-jython-command-args)
16481 (python-which-shell, python-which-args, python-which-bufname)
16482 (python-file-queue, python-comint-output-filter-function)
16483 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16484 variables and functions.
16485
3e2d70fd
SM
164862011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16487
16488 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16489 (completion-in-region-mode): New minor mode.
16490 (completion-in-region): Use it.
16491 (completion-in-region--data, completion-in-region-mode-map): New vars.
16492 (completion-in-region--postch): New function.
16493 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16494 New vars.
16495 (completion--capf-wrapper): New function.
16496 (completion-at-point): Use it to track well-behavedness of
16497 hook functions.
16498 (completion-help-at-point): New command.
16499
f3e4086c
JM
165002011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16501
16502 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16503 syntax class to search for whitespace on a single line
16504 (Message-ID: <4D938140.4030905@redhat.com>).
16505
eb7ffc14
LL
165062011-03-30 Leo Liu <sdl.web@gmail.com>
16507
16508 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16509 New commands.
16510 (edit-abbrevs-map): Bind them here.
16511 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16512
d806ab68
KM
165132011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16514
16515 * allout.el (allout-hide-by-annotation, allout-flag-region):
16516 Reduce possibility of overlay leakage by making them volatile.
16517
16518 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16519 hash is not shared between buffers. Mode initialization is
16520 responsible for giving it a useful starting value.
16521 (allout-item-span): Reduce possibility of overlay leakage by
16522 making them volatile.
16523 (allout-widgets-count-buttons-in-region): Add diagnostic function
16524 for tracking down button overlay leaks.
16525
ea622834
LL
165262011-03-29 Leo Liu <sdl.web@gmail.com>
16527
16528 * ido.el (ido-read-internal): Use the default history var
16529 minibuffer-history if no HISTORY is specified.
16530
b62f8267
G
165312011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16532
03408648
SM
16533 * net/imap.el (imap-shell-open, imap-process-connection-type):
16534 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16535 Kerberos, SSL, other subprocesses.
16536
947b6566
LL
165372011-03-28 Leo Liu <sdl.web@gmail.com>
16538
16539 * abbrev.el (abbrev-table-empty-p): New function.
16540 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16541 nonempty ones. (Bug#5937)
16542
5ffb62aa
JD
165432011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16544
16545 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16546
7a097943
LL
165472011-03-27 Leo Liu <sdl.web@gmail.com>
16548
16549 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16550 for foreground and background colors.
16551 (ansi-color-make-color-map): Adapt.
16552
c5b40130
LL
165532011-03-25 Leo Liu <sdl.web@gmail.com>
16554
1f48f7d2
LL
16555 * midnight.el (midnight-time-float): Remove. Note it calculates
16556 the microsecond component incorrectly and seconds-to-time does the
16557 same job.
625897ec 16558 Remove redundant (require 'timer).
1f48f7d2 16559
c5b40130
LL
16560 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16561 (ido-completions): Remove unused arguments. (Bug#8329)
16562
d86d2721
SM
165632011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16564
16565 * minibuffer.el (completion--flush-all-sorted-completions):
16566 Remove itself from hook.
16567 (completion-at-point): Let the functions perform the completion
16568 immediately and return nil or t.
16569 * comint.el (comint-dynamic-complete-functions): Now identical to
16570 completion-at-point-functions.
16571 (comint-dynamic-list-input-ring): Remove unused var `index'.
16572 (comint--match-partial-filename, comint--unquote&expand-filename):
16573 New funs, split from comint-match-partial-filename.
16574 (comint-dynamic-complete): Use completion-at-point.
16575 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16576
e8974c48
DA
165772011-03-24 Drew Adams <drew.adams@oracle.com>
16578
16579 * thingatpt.el: Support `defun'.
16580
def71b5e
LL
165812011-03-23 Leo Liu <sdl.web@gmail.com>
16582
cb5af48e
LL
16583 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16584
def71b5e
LL
16585 * help-mode.el (help-mode-finish): Tweak regexp.
16586
927c53e7
GM
165872011-03-23 Glenn Morris <rgm@gnu.org>
16588
18d05bed
GM
16589 * eshell/esh-opt.el (eshell-eval-using-options):
16590 Do not bind unused local variable `eshell-option-stub'.
16591
927c53e7
GM
16592 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16593
9d0da923
JB
165942011-03-22 Juanma Barranquero <lekktu@gmail.com>
16595
16596 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16597 keymap variable in `with-no-warnings' to avoid a warning when the
16598 keymap has been already `defconst'ed.
16599
4b978a67
LL
166002011-03-22 Leo Liu <sdl.web@gmail.com>
16601
16602 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16603 encode all chars in abbrevs; otherwise use emacs-mule or
16604 utf-8-emacs. (Bug#8308)
16605
5fd62452
JB
166062011-03-22 Juanma Barranquero <lekktu@gmail.com>
16607
0b1596c6
JB
16608 * simple.el (backward-delete-char-untabify):
16609 Avoid warning about using `delete-backward-char'.
16610
5fd62452
JB
16611 * image.el (image-type-file-name-regexps): Make it variable.
16612 `imagemagick-register-types' modifies it, and the user may want
16613 to add new extensions for known image types.
16614 (imagemagick-register-types): Throw error if not using ImageMagick.
16615
0b4e93f1
LL
166162011-03-22 Leo Liu <sdl.web@gmail.com>
16617
16618 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16619 located before rcirc-prompt-end-marker.
16620 (rcirc-complete): Error if point is not after rcirc prompt.
16621 Handle the case when table is nil.
9882e214 16622 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16623
fccee4ab
CY
166242011-03-22 Chong Yidong <cyd@stupidchicken.com>
16625
16626 * custom.el (custom--inhibit-theme-enable): Make it affect only
16627 custom-theme-set-variables and custom-theme-set-faces.
16628 (provide-theme): Ignore custom--inhibit-theme-enable.
16629 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16630 (custom-enabling-themes): Delete variable.
d86d2721
SM
16631 (enable-theme): Accept only loaded themes as arguments.
16632 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16633 (custom-enabled-themes): Forbid themes from setting this.
16634 Eliminate use of custom-enabling-themes.
16635 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16636
af896da6
LL
166372011-03-21 Leo Liu <sdl.web@gmail.com>
16638
16639 * ido.el (ido-read-internal): Add ido-selected to history instead
16640 of user input.
16641
78f64af0
SM
166422011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16643
16644 * subr.el (deferred-action-list, deferred-action-function):
16645 Mark obsolete.
16646
b16ac1ec
LL
166472011-03-21 Leo Liu <sdl.web@gmail.com>
16648
810f7698
LL
16649 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16650 change on 2011-02-13 (bug#8309).
16651
b16ac1ec
LL
16652 * minibuffer.el (read-file-name-function): Change default value.
16653 (read-file-name--defaults): Rename from read-file-name-defaults.
16654 (read-file-name-default): Rename from read-file-name.
16655 (read-file-name): Call read-file-name-function.
16656
4e05e67e
GM
166572011-03-21 Glenn Morris <rgm@gnu.org>
16658
16659 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16660 Doc fixes.
16661
4359915b
CY
166622011-03-21 Chong Yidong <cyd@stupidchicken.com>
16663
16664 * cus-theme.el: Add missing provide statement.
16665 (customize-create-theme): Extract theme value correctly.
16666 (custom-theme-visit-theme): Autoload.
16667 (customize-create-theme): Prompt before inserting default faces.
16668
1fe275ee
JB
166692011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16670
16671 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16672 units and musical notes.
16673
cd394be1 166742011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16675
16676 * ido.el (ido-read-internal): Use completing-read-default.
16677 (ido-completing-read): Fix compatibility with completing-read.
16678
7d476bde
CO
166792011-03-20 Christian Ohler <ohler@gnu.org>
16680
16681 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16682 (ert-delete-all-tests): Use `called-interactively-p' rather than
16683 `interactive-p'.
16684 (ert--make-xrefs-region): Respect END.
16685
fe0fb33e
CY
166862011-03-19 Chong Yidong <cyd@stupidchicken.com>
16687
ff854b0b
CY
16688 * dired-aux.el (dired-create-directory): Signal an error if the
16689 directory already exists (Bug#8246).
16690
fe0fb33e
CY
16691 * facemenu.el (list-colors-display): Call list-faces-display
16692 inside with-help-window.
16693 (list-colors-print): Use display property to align the final
16694 column, instead of checking window-width.
16695
576bce32
EZ
166962011-03-19 Eli Zaretskii <eliz@gnu.org>
16697
4d61f28d 16698 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16699 windows-nt systems.
16700 (emerge-protect-metachars): Quote correctly for ms-dos and
16701 windows-nt systems.
16702
89c41d68 167032011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16704
16705 * info.el (info-initialize): Replace all uses of `:' with
16706 path-separator for compatibility with non-Unix systems.
16707 Cache quoting of path-separator. (Bug#8258)
16708
b14e3e21 167092011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16710
16711 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16712 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16713 (mouse-avoidance-mode): Fix typos in docstrings.
16714
4525ce3e
CY
167152011-03-19 Chong Yidong <cyd@stupidchicken.com>
16716
16717 * startup.el (package-subdirectory-regexp): Move from package.el.
16718 Omit \\` and \\', and let callers add them.
16719
16720 * emacs-lisp/package.el (package-strip-version)
16721 (package-load-all-descriptors): Add \\` and \\' to
16722 package-subdirectory-regexp before using it.
16723 (package-untar-buffer): New arg DIR; ensure that file untars only
16724 into this expected directory. Remove superfluous delete-region.
16725 (package-unpack): Caller changed.
16726 (package-tar-file-info): Use package-subdirectory-regexp.
16727
a904a09a 167282011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16729
a904a09a
SM
16730 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16731 diff-mode-shared-map (bug#8284).
16732 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16733
167342011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16735
16736 * calendar/time-date.el (format-seconds): Use assoc instead of
16737 assoc-string, since assoc-string doesn't exist in XEmacs.
16738
171fc304
JB
167392011-03-17 Juanma Barranquero <lekktu@gmail.com>
16740
16741 * custom.el (custom-known-themes): Reflow docstring.
16742 (custom-theme-load-path): Fix typo in docstring.
16743 (load-theme): Fix typo in error message.
16744 (custom-available-themes, custom-variable-theme-value):
16745 Use `let', not `let*'.
16746
d71990a1
JB
167472011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16748
16749 * calc/README: Mention inclusion of musical notes.
16750
16751 * calc/calc-units.el (calc-lu-quant): Rename from
16752 `calc-logunits-quantity'.
16753 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16754 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16755 (calc-db): Rename from `calc-dblevel'.
16756 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16757 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16758 (calc-np): Rename from `calc-nplevel'.
16759 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16760 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16761 (calc-lu-plus): Rename from `calc-logunits-add'.
16762 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16763 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16764 (calc-lu-minus): Rename from `calc-logunits-sub'.
16765 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16766 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16767 (calc-lu-times): Rename from `calc-logunits-mul'.
16768 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16769 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16770 (calc-lu-divide): Rename from `calc-logunits-div'.
16771 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16772 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16773
16774 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16775 functions being autoloaded.
16776
16777 * calc/calc.el (calc-lu-power-reference): Rename from
16778 `calc-logunits-power-reference'.
16779 (calc-lu-field-reference): Rename from
16780 `calc-logunits-field-reference'.
16781
7a71b18d
GM
16782 * calc/calc-help.el (calc-l-prefix-help):
16783 Mention musical note functions.
d71990a1 16784
40c2934b
SM
167852011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16786
16787 * minibuffer.el (completion-all-sorted-completions):
16788 Use :completion-cycle-penalty text property if present.
16789
b0911414
KM
167902011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16791
16792 * allout.el (allout-yank-processing): Adjust for new rebulleting
16793 regime so bullet being yanked is used without prompting the user
16794 for a choice.
16795
8a05b668
JB
167962011-03-16 Juanma Barranquero <lekktu@gmail.com>
16797
16798 * startup.el (command-line): Warn the user that _emacs is deprecated.
16799
5ba5fb81
JB
168002011-03-16 Juanma Barranquero <lekktu@gmail.com>
16801
16802 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16803 (delphi-verbose, delphi-comment-face, delphi-string-face)
16804 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16805 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16806 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16807 (delphi-new-comment-line, delphi-font-lock-defaults)
16808 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16809 Fix typos in docstrings.
16810
2dab465b
KM
168112011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16812
5ba5fb81 16813 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16814 Invert the roles of character and string values for INSTEAD, so a
16815 string is used for the more common case of a defaulting prompt.
16816
0adf5618
SM
168172011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16818
16819 * progmodes/ruby-mode.el (ruby-backward-sexp):
16820 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16821 * play/gamegrid.el (gamegrid-make-face):
16822 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16823 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16824 * notifications.el (notifications-notify):
16825 * net/xesam.el (xesam-search-engines):
16826 * net/quickurl.el (quickurl-list-insert):
16827 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16828
d72700e5
CY
168292011-03-15 Chong Yidong <cyd@stupidchicken.com>
16830
16831 * startup.el (command-line): Update package subdirectory regexp.
16832
49c5410a
SM
168332011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16834
c6eee9aa
SM
16835 * allout.el (allout-abbreviate-flattened-numbering)
16836 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16837
49c5410a
SM
16838 * subr.el (read-char-choice): Only show the cursor after the prompt,
16839 not after the answer.
16840
047b2bb9
KR
168412011-03-15 Kevin Ryde <user42@zip.com.au>
16842
16843 * help-fns.el (variable-at-point): Skip leading quotes, if any
16844 (bug#8253).
16845
0a57d256
SM
168462011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16847
16848 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16849 warning message.
16850
77c992bc
MA
168512011-03-14 Michael Albinus <michael.albinus@gmx.de>
16852
16853 * shell.el (shell): When called interactively, offer to change the
16854 shell file name on remote hosts.
16855
eebc475d
TZ
168562011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16857
16858 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16859 integration for LDAP parameters. The host, base, user or binddn,
16860 and secret tokens can be specified in a netrc file, for instance.
16861 This is optional because an `auth-source' parameter must be
16862 specified in the search attributes.
16863
9d05d1ba
JB
168642011-03-13 Juanma Barranquero <lekktu@gmail.com>
16865
16866 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16867
09d9db2c
GM
168682011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16869
16870 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16871 into declaration. Remove redundant and harmful binding.
16872
168732011-03-12 Eli Zaretskii <eliz@gnu.org>
16874
16875 * files.el (file-ownership-preserved-p): Pass `integer' as an
16876 explicit 2nd argument to `file-attributes'. If the file's owner
16877 is the Administrators group on Windows, and the current user is
16878 Administrator, consider that a match.
16879
16880 * server.el (server-ensure-safe-dir): Consider server directory
16881 safe on MS-Windows if its owner is the Administrators group while
16882 the current Emacs user is Administrator. Use `=' to compare
16883 numerical UIDs, since they could be integers or floats.
16884
219bd536
JB
168852011-03-12 Juanma Barranquero <lekktu@gmail.com>
16886
16887 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16888
f3afd36b
MA
168892011-03-12 Michael Albinus <michael.albinus@gmx.de>
16890
16891 Sync with Tramp 2.2.1.
16892
16893 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16894
16895 * net/trampver.el: Update release number.
16896
3aaaa6f1
SM
168972011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16898
94642599
SM
16899 * progmodes/compile.el (compilation--previous-directory): Fix up
16900 various nil/dead-marker mismatches (bug#8014).
16901 (compilation-directory-properties, compilation-error-properties):
16902 Don't call it at a position past the one we're about to change.
16903
3aaaa6f1
SM
16904 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16905 Disable obsolescence warnings in the file that declares it.
16906
14239447
KM
169072011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16908
099c39a4
JB
16909 * allout-widgets.el (allout-widgets-tally):
16910 Initialize allout-widgets-tally as a hash table rather than nil to
16911 prevent mode-line redisplay warnings. Also, clarify the module
16912 description and fix a comment typo.
14239447 16913
135e287c
JB
169142011-03-11 Juanma Barranquero <lekktu@gmail.com>
16915
16916 * help-fns.el (describe-variable): Don't complete keywords.
16917 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16918
ffbf300e
CY
169192011-03-10 Chong Yidong <cyd@stupidchicken.com>
16920
ba08b241
CY
16921 * emacs-lisp/package.el (package-version-join): Impose a standard
16922 string representation for pre/alpha/beta version lists.
16923 (package-unpack-single): Standardize the directory name by passing
16924 it through package-version-join.
16925 (package-strip-rcs-id): Accept any version string that does not
16926 signal an error in version-to-list.
ffbf300e 16927
f346fd6b
MA
169282011-03-10 Michael Albinus <michael.albinus@gmx.de>
16929
16930 * simple.el (delete-trailing-whitespace): Return nil for the
16931 benefit of `write-file-functions'.
16932
ccb55d27
GM
169332011-03-10 Glenn Morris <rgm@gnu.org>
16934
5ceaac0c
GM
16935 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16936
02da65ff
GM
16937 * vc/vc-git.el (vc-git-program): New option.
16938 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16939 (vc-git--call): Use it.
16940
b2f603cc
GM
16941 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16942
5772caab
GM
16943 * cus-edit.el (Custom-newline): If no button at point, look
16944 for a subgroup button at start-of-line. (Bug#2298)
16945
ccb55d27
GM
16946 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16947
ec6ecaed
JD
169482011-03-10 Julien Danjou <julien@danjou.info>
16949
16950 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16951 `cursor-type' is nil.
16952
9d5aa01d
JB
169532011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16954
16955 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16956
b6a5875b
KM
169572011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16958
7a71b18d 16959 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16960 preserves the existing header prefix, rebulleting it if necessary,
16961 rather than replacing it. This is necessary for proper operation
16962 of cooperative addons like allout-widgets.
1154d12e
JB
16963 (allout-make-topic-prefix, allout-rebullet-heading):
16964 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16965 value as alternate bullet to be used, instead of prompting the user
16966 for a bullet character.
b6a5875b 16967
ee545c35
MA
169682011-03-09 Michael Albinus <michael.albinus@gmx.de>
16969
d86d2721
SM
16970 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16971 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16972 `tramp-default-port'.
16973
c47971d7
DD
169742011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16975
16976 * net/rcirc.el (rcirc-handler-001): Remove useless
16977 with-rcirc-process-buffer.
16978 (rcirc-check-auth-status): Swap arguments to string-match.
16979
13522cb4
GM
169802011-03-09 Glenn Morris <rgm@gnu.org>
16981
0be6f4f1
GM
16982 * shell.el (shell-mode):
16983 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16984
13522cb4
GM
16985 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16986 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16987
515de2e3
CY
169882011-03-08 Chong Yidong <cyd@stupidchicken.com>
16989
16990 * emacs-lisp/package.el (package-refresh-contents)
16991 (package-menu-execute): Use condition-case-no-debug.
16992
b511b994
MA
169932011-03-08 Michael Albinus <michael.albinus@gmx.de>
16994
16995 * simple.el (shell-command-to-string): Use `process-file'.
16996
16997 * emacs-lisp/package.el (package-tar-file-info): Handle also
16998 remote files.
16999
d86d2721
SM
17000 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17001 Use `equal' for upload base check.
b511b994 17002
25bbfb31
AM
170032011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17004
17005 * textmodes/texinfo.el (texinfo-environments):
17006 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17007
be996521
GM
170082011-03-08 Glenn Morris <rgm@gnu.org>
17009
e9c8529f
GM
17010 * cus-start.el (cursor-in-non-selected-windows):
17011 Fix :set quoting oddness. (Bug#8192)
17012
be996521
GM
17013 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17014 in some setf expressions. (Bug#2159)
17015
2bb5649e
CY
170162011-03-08 Chong Yidong <cyd@stupidchicken.com>
17017
17018 * custom.el (custom-available-themes): Return themes in
17019 alphabetical order.
17020
33383987 17021See ChangeLog.15 for earlier changes.
e3d51b27
MR
17022
17023;; Local Variables:
17024;; coding: utf-8
e3d51b27
MR
17025;; End:
17026
acaf905b 17027 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17028
17029 This file is part of GNU Emacs.
17030
17031 GNU Emacs is free software: you can redistribute it and/or modify
17032 it under the terms of the GNU General Public License as published by
17033 the Free Software Foundation, either version 3 of the License, or
17034 (at your option) any later version.
17035
17036 GNU Emacs is distributed in the hope that it will be useful,
17037 but WITHOUT ANY WARRANTY; without even the implied warranty of
17038 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17039 GNU General Public License for more details.
17040
17041 You should have received a copy of the GNU General Public License
17042 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.