Port 'movemail' again to Solaris and similar hosts.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7ad4afe1
MA
12012-07-11 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4
9af57756
CY
52012-07-11 Chong Yidong <cyd@gnu.org>
6
7 * vc/log-edit.el (log-edit-vc-backend): New variable.
8 (log-edit): Doc fix.
9
10 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11 argument of log-edit to set up all local variables.
12 (vc-start-logentry): New optional arg specifying VC backend.
13
14 * vc/vc.el (vc-checkin): Use it.
15 (vc-deduce-fileset): Handle Log Edit buffers.
16 (vc-diff): Make first argument optional too.
17
18 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
19
8477cc7a
MA
202012-07-10 Michael Albinus <michael.albinus@gmx.de>
21
22 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
23 command, just in case. The function is not needed anymore.
24 (eshell-external-command): Do not call `eshell-remote-command'.
25
19faa8e8
SM
262012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
27
f58e0fd5
SM
28 Reduce use of (require 'cl).
29 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
30 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
31 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
32 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
33 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
34 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
35 * battery.el, avoid.el, abbrev.el: Use cl-lib.
36 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
37 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
38 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
39 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
40 * calculator.el, autorevert.el, apropos.el: Don't require CL.
41 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
42 (byte-compile-unfold-bcf, byte-compile-check-variable):
43 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
44 (byte-compile-nilconstp):
45 * emacs-lisp/autoload.el (make-autoload): Use pcase.
46 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
47
2519d43a
SM
48 * emacs-lisp/gv.el (cond): Make it a valid place.
49 (if): Simplify slightly.
50
19faa8e8
SM
51 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
52 (pcase--self-quoting-p): New function.
53 (pcase--u1): Use it.
54
c4907a5e
GM
552012-07-10 Glenn Morris <rgm@gnu.org>
56
57 * emacs-lisp/authors.el (authors-fixed-entries):
58 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
59
c4444d16
PE
602012-07-09 Paul Eggert <eggert@cs.ucla.edu>
61
62 Rename configure.in to configure.ac (Bug#11603).
63 * emacs-lisp/authors.el (authors-canonical-file-name):
64 * progmodes/autoconf.el (autoconf-mode):
65 Prefer configure.ac to configure.in.
66
d75be97d
CY
672012-07-08 Chong Yidong <cyd@gnu.org>
68
01ac65bd
CY
69 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
70 Implement the mouse-1-click-follows-link handling properly.
71
72 * info.el (Info-link-keymap): Use follow-link mechanism for
73 header-line links (Bug#374).
74
d75be97d
CY
75 * simple.el (deactivate-mark): Do not set the primary selection
76 if another program has acquired it (Bug#11772).
77
87a92845 782012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
79
80 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
81 (woman-decode-region): Replace escaped-escapes without destroying
82 bold or underline (Bug#11552).
87a92845 83 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 84
621b9d6c
CY
852012-07-07 Chong Yidong <cyd@gnu.org>
86
87 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
88 (interprogram-cut-function, interprogram-paste-function):
89 Mention that we typically mean the clipboard.
621b9d6c 90
133a11fc
GM
912012-07-06 Glenn Morris <rgm@gnu.org>
92
0d27a45e
GM
93 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
94
133a11fc
GM
95 * files.el (toggle-read-only): Restrict message to interactive use.
96
07b151f1
MA
972012-07-06 Michael Albinus <michael.albinus@gmx.de>
98
99 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
100
101 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
102
211b896b
GM
1032012-07-06 Glenn Morris <rgm@gnu.org>
104
50394322
GM
105 * Makefile.in (compile-one-process): Rename from "recompile".
106
211b896b
GM
107 * Makefile.in (bzr-update): "compile" is the same as "recompile
108 autoloads", but parallelizable, so use that instead.
109
4737eec9
DG
1102012-07-06 Dmitry Gutov <dgutov@yandex.ru>
111
112 * window.el (quit-window): Always restore window height when
113 it's saved in quit-restore parameter.
114
226c3633 1152012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
116
117 * simple.el (kill-whole-line): Doc tweak.
118
226c3633 1192012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
120
121 * files.el (file-relative-name): Compare file names
122 case-insensitively if on MS-Windows or MS-DOS, or if
123 read-file-name-completion-ignore-case is non-nil. Don't use
124 case-fold-search for this purpose. (Bug#11827)
125
226c3633 1262012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 127
19faa8e8
SM
128 * calendar/cal-dst.el (calendar-current-time-zone):
129 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 130
60198fc9
GM
1312012-07-06 Glenn Morris <rgm@gnu.org>
132
133 * Makefile.in (cvs-update): Remove old alias.
134
957b3189
MA
1352012-07-05 Michael Albinus <michael.albinus@gmx.de>
136
137 Sync with Tramp 2.2.6-pre.
138
139 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
140 compatible declaration.
141
19faa8e8
SM
142 * net/tramp-cmds.el (tramp-append-tramp-buffers):
143 Protect `list-load-path-shadows' call.
957b3189
MA
144
145 * net/tramp-compat.el (top): Require packages, which aren't
146 autoloaded anymore for XEmacs. Protect call of
147 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
148 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
149 it hurts at least for SXEmacs.
150 (tramp-compat-temporary-file-directory): In XEmacs, there is no
151 standard-value for `temporary-file-directory'.
152
153 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
154 Redirect stderr to /dev/null.
155 (tramp-sh-handle-write-region): uid and gid can be floats.
156 Reported by Russell Sim <russell.sim@gmail.com>.
157 (tramp-sh-handle-vc-registered): Hide errors.
158 (tramp-vc-file-name-handler): Use dummy results for `process-file'
159 and `start-file-process'.
160 (tramp-maybe-open-connection): Check also whether `non-essential'
161 is bound.
162
566df3fc
CY
1632012-07-04 Chong Yidong <cyd@gnu.org>
164
165 * xml.el (xml--parse-buffer): Use xml-syntax-table.
166 (xml-parse-tag): Likewise, and avoid changing entity tables.
167 (xml-syntax-table): Define from scratch, making sure not to give
168 x2000 and other Unicode spaces whitespace syntax, since those are
169 not spaces in XML.
170 (xml-parse-fragment): Delete unused function.
171 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
172 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
173 (xml-entity-ref, xml-pe-reference-re)
174 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
175 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
176 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
177 (xml-entity-value-re): Use syntax references in regexps where
178 possible; no need to define inside a let-binding.
179 (xml-parse-dtd): Use xml-pe-reference-re.
180 (xml-entity-or-char-ref-re): New defconst.
181 (xml-parse-string, xml-substitute-special): Use it.
182
30eabd7a
SM
1832012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
184
0781098a
SM
185 * files.el (locate-dominating-file): Allow `name' to be a predicate.
186 (find-file--read-only): New function.
187 (find-file-read-only, find-file-read-only-other-window)
188 (find-file-read-only-other-frame): Use it.
189 (insert-file-contents-literally): Don't `fset'.
190 (get-free-disk-space): Use locate-dominating-file.
191
b5771c0d
SM
192 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
193 function is already compiled.
194
30eabd7a
SM
195 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
196
b4886f6e
MA
1972012-07-03 Michael Albinus <michael.albinus@gmx.de>
198
199 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
200 files on the same host.
201
b9d82339
AS
2022012-07-03 Andreas Schwab <schwab@linux-m68k.org>
203
204 * help-fns.el (describe-function-1): Only call
205 help-fns--autoloaded-p when we have a file name. (Bug#11848)
206
a76e6535
CY
2072012-07-03 Chong Yidong <cyd@gnu.org>
208
209 * xml.el: Protect parser against XML bombs.
210 (xml-entity-expansion-limit): New variable.
211 (xml-parse-string, xml-substitute-special): Use it.
212 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
213
b544fef2
GM
2142012-07-03 Glenn Morris <rgm@gnu.org>
215
216 * progmodes/bug-reference.el (bug-reference-bug-regexp):
217 Allow linking to specific messages in debbugs reports (eg 123#5).
218
a7aef6f5
CY
2192012-07-02 Chong Yidong <cyd@gnu.org>
220
221 * xml.el: Fix entity and character reference expansion, allowing
222 them to expand into markup as per XML spec.
223 (xml-default-ns): New variable.
224 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
225 (xml-parse-region): Make first two arguments optional.
226 Discard text properties.
227 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
228 All callers changed.
a7aef6f5
CY
229 (xml-parse-tag): Call xml-parse-tag-1. For backward
230 compatibility, this function should not modify buffer contents.
231 (xml-parse-tag-1): Fix opening-tag regexp.
232 (xml-parse-string): Rewrite, handling entity and character
233 references properly.
234 (xml--entity-replacement-text): Signal an error if a parameter
235 entity is undefined.
236
3df31c9f
SM
2372012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
238
2b5208f1
SM
239 * comint.el (comint-output-filter): Filter out repeated prompts.
240
3df31c9f
SM
241 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
242 and file-name-absolute-p.
243 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
244 internal calls.
245
e3ac1281
PE
2462012-07-02 Paul Eggert <eggert@cs.ucla.edu>
247
248 Spelling fixes.
249 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
250 Rename from byte-compile--refiy-function. All uses changed.
251
fbf2e7ad
CY
2522012-07-01 Chong Yidong <cyd@gnu.org>
253
254 * xml.el (xml--parse-buffer): New function. Move most of
255 xml-parse-region here.
256 (xml-parse-region): Copy region into a temporary buffer, since
257 parameter entity substitution requires changing buffer contents.
258 Use xml--parse-buffer.
259 (xml-parse-file): Use xml--parse-buffer.
260 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 261 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 262
9bf0aa15
GM
2632012-06-30 Glenn Morris <rgm@gnu.org>
264
bbce2853
GM
265 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
266
9bf0aa15
GM
267 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
268 Remove outdated and unnecessary dbus declarations.
269
0d23c240
EZ
2702012-06-30 Eli Zaretskii <eliz@gnu.org>
271
272 * emacs-lisp/timer.el (timer-until): Subtract results of
273 float-time, instead of taking float-time of the result of
274 time-subtract, since float-time signals an error for negative time
275 arguments.
276
b3218de1
CY
2772012-06-30 Chong Yidong <cyd@gnu.org>
278
279 * xml.el (xml-*-re): Convert defvars into defconsts, and
280 eval-and-compile them so eval-and-compile works on derivatives.
281 (xml--entity-replacement-text): Use eval-and-comple.
282
a40c87a0
MA
2832012-06-30 Michael Albinus <michael.albinus@gmx.de>
284
285 * vc/vc-git.el (vc-git-registered): Use cache property
286 `git-registered'.
287 (vc-git-mode-line-string): Call `vc-working-revision' instead of
288 `vc-git-working-revision' in order to benefit from the cache.
289 (vc-git-root): Use cache property `git-root'.
290
ac87de97
DG
2912012-06-30 Dmitry Gutov <dgutov@yandex.ru>
292
293 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
294 removed (likely outside Emacs).
295
ac10fe06
SM
2962012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
297
3df31c9f 298 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 299
7f3fbd5d
CY
3002012-06-30 Chong Yidong <cyd@gnu.org>
301
302 * xml.el: Implement XML parameter entities.
303 (xml-parameter-entity-alist): New variable.
304 (xml-parse-region, xml-parse-fragment): Preserve previous values
305 of xml-entity-alist and xml-parameter-entity-alist, so that
306 repeated calls on different documents do not change them.
307 (xml-parse-tag): Fix doctype regexp.
308 (xml--entity-replacement-text): New function.
309 (xml-parse-dtd): Use it. Don't handle system entities; doing that
310 properly requires url retrieval which is unimplemented.
311 (xml-escape-string): Doc fix.
312
3cfbebba
SM
3132012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
316
2af3565e
DA
3172012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
318
319 * fringe.el (fringe-mode): Doc fix.
320
929df0e7
MA
3212012-06-29 Michael Albinus <michael.albinus@gmx.de>
322
323 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
324 is non-nil.
325 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
326 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
327
c8d3a25c 3282012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 329
c8d3a25c
GM
330 * calendar/cal-dst.el (calendar-current-time-zone):
331 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 332
c8d3a25c 3332012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
334
335 * progmodes/which-func.el (which-func-format):
336 Add mouse-face. (Bug#11698)
337
c8d3a25c
GM
3382012-06-29 Leo Liu <sdl.web@gmail.com>
339
340 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
341
3422012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * minibuffer.el (minibuffer-confirm-exit-commands):
345 Add completion-at-point (bug#11725).
346
3472012-06-29 Glenn Morris <rgm@gnu.org>
348
349 * progmodes/f90.el (f90-font-lock-keywords-2):
350 Add some preprocessor elements. (Bug#10499)
351
3522012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * progmodes/cperl-mode.el (cperl-update-syntaxification):
355 Use syntax-propertize (bug#11739).
356
2badeec4
JB
3572012-06-28 Juanma Barranquero <lekktu@gmail.com>
358
359 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
360
ae4969c2
JD
3612012-06-28 Julien Danjou <julien@danjou.info>
362
363 * term.el (term-handle-colors-array): Use a set of new faces to
364 color the terminal. Also uses :inverse-video property.
365 (term-default-fg-color): Set to nil by default, deprecate in favor
366 of `term-face'.
367 (term-default-bg-color): Set to nil by default, deprecate in favor
368 of `term-face'.
369 (term-current-face): Use `term-face' by default.
370 (term-bold-attribute): Variable deleted.
371
1c9bd870
GM
3722012-06-28 Glenn Morris <rgm@gnu.org>
373
374 * simple.el (completion-list-mode-finish):
375 Don't use toggle-read-only. (Since completion-list-mode has
376 a special mode-class, it wasn't doing anything extra anyway.)
377
c207708c
SM
3782012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 Make inlining of other-mode interpreted functions work (bug#11799).
381 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
382 (byte-compile): Use it to fix compilation of lexical-binding closures.
383 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
384 function, if needed.
385
3fd56834
SM
3862012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
387
04901786
SM
388 * help-mode.el (help-make-xrefs): Don't just withstand
389 cyclic-variable-indirection but any error in documentation-property.
390
1ec4b7b2
SM
391 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
392 memory use.
393 * bindings.el (bindings--define-key): New function.
394 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
395 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
396 * bindings.el: Use it to purecopy define-key bindings.
397
e309e2a5
SM
398 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
399
d5c6faf9
SM
400 * emacs-lisp/cl.el (flet): Mark obsolete.
401 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
402 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
403 * progmodes/js.el (js-c-fill-paragraph):
404 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
405 (ebrowse-switch-member-buffer-to-derived-class):
406 * play/5x5.el (5x5-solver): Use cl-flet.
407
6e9590e2
SM
408 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
409 (cl--symbol-function): New macro.
410 (cl--letf, cl--letf*): Use it.
411
3fd56834
SM
412 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
413 Strip "toggle-" if any.
414
35ff222c
GM
4152012-06-27 Glenn Morris <rgm@gnu.org>
416
1ba6038a
GM
417 * info.el (Info-default-directory-list): Move here from paths.el.
418 * paths.el: Remove file, which is now empty.
419 * loadup.el: No longer load "paths".
420
0ea0e51b
GM
421 * custom.el (custom-initialize-delay): Doc fix.
422
35ff222c
GM
423 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
424 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
425 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
426 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
427 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
428 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
429 * eshell/eshell.el (eshell-defgroup): Remove alias.
430
c89926a5
CY
4312012-06-27 Chong Yidong <cyd@gnu.org>
432
433 * help.el (help-enable-auto-load): New variable.
434
435 * help-fns.el (help-fns--autoloaded-p): New function.
436 (describe-function-1): Refer to a function as "autoloaded" if it
437 was autoloaded at any time in the past. Perform autoloading if
438 help-enable-auto-load is non-nil.
439
cc06e7e7
EZ
4402012-06-26 Eli Zaretskii <eliz@gnu.org>
441
442 * makefile.w32-in (compile, compile-always): Depend on
443 update-subdirs, not on subdirs.el. Otherwise, several different
444 sub-targets of 'bootstrap' running in parallel could
445 simultaneously write to subdirs.el, producing a garbled file.
446
d2c32364
SS
4472012-06-26 Sam Steingold <sds@gnu.org>
448
449 * files.el (file-name-base): New convenience function.
0d14cc21
GM
450 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
451 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
452 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
453 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
454 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
455 * textmodes/tex-mode.el: Use it.
456 Did not touch cedet and org because they are maintained elsewhere.
457
5cf983b2
MR
4582012-06-26 Martin Rudalics <rudalics@gmx.at>
459
460 * calendar/calendar.el (calendar-exit): Don't try to delete or
461 iconify last frame. See:
462 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
463
8c4f2952
JD
4642012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
465
466 * server.el (server-process-filter): Remember dir in the
467 process's `server-client-directory' properties.
468
772b2e2c
CY
4692012-06-24 Chong Yidong <cyd@gnu.org>
470
471 * xml.el (xml-parse-tag): Correctly handle comment embedded in
472 non-tag text.
473
711b11e1
JB
4742012-06-23 Juanma Barranquero <lekktu@gmail.com>
475
476 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
477
dc5d230c
SM
4782012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * help-fns.el (describe-variable): Don't croak when doc is not found.
481 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
482 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
483 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
484 * emacs-lisp/smie.el (smie-next-sexp): CSE.
485 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
486 ((lambda ..) ..).
487 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
488
136e1c1d
CY
4892012-06-23 Chong Yidong <cyd@gnu.org>
490
e8c1cabf
CY
491 * info.el (Info-mouse-follow-link): Accept symbol values of
492 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
493 (Info-fontify-node): Use Info-link-keymap for all navigation
494 buttons, with link-args property to perform the desired action.
495 (Info-link-keymap): Doc fix.
496 (Info-next-link-keymap, Info-prev-link-keymap)
497 (Info-up-link-keymap): Delete now-unused keymaps.
498
0e9e6c6a
CY
4992012-06-23 Chong Yidong <cyd@gnu.org>
500
05e89fea
CY
501 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
502
0e9e6c6a
CY
503 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
504 system abbrevs.
505
506 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
507
e33c6771
SM
5082012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
509
b68581e2
SM
510 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
511 (bug#11719).
512
e33c6771
SM
513 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
514 the requote function doesn't work properly (bug#11714).
515
7117e105
GM
5162012-06-23 Glenn Morris <rgm@gnu.org>
517
518 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
519
36cec983
SM
5202012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 Further GV/CL cleanups.
523 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
524 gv-expander.
525 (gv--defun-declaration): New function.
526 (defun-declarations-alist): Use it.
527 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
528 (gv-place): Autoload.
529 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
530 original definition of dotimes and dolist.
531 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
532 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
533 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
534 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
535 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
536 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
537 to the function's definition.
538 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
539 * window.el:
540 * files.el:
541 * faces.el:
542 * env.el: Don't use CL.
543
d35af63c
PE
5442012-06-22 Paul Eggert <eggert@cs.ucla.edu>
545
546 Support higher-resolution time stamps (Bug#9000).
547
548 * calendar/time-date.el (with-decoded-time-value): New arg
549 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
550 (encode-time-value): New optional arg PICO. New type 3.
551 (time-to-seconds) [!float-time]: Support the new picoseconds
552 component if it's used.
553 (seconds-to-time, time-subtract, time-add):
554 Support ps-resolution time stamps as well.
555
556 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
557 (timerp): Timer vectors now have length 9, not 8.
558 (timer--time): Support new-style (4-part) time stamps.
559 (timer-next-integral-multiple-of-time): Time stamps now have
560 picosecond resolution, so take a bit more care about rounding.
561 (timer-relative-time, timer-inc-time): New optional arg psecs.
562 (timer-set-time-with-usecs): Set psecs to 0.
563 (timer--activate): Check psecs component, too.
564
565 * proced.el (proced-time-lessp): Support ps-resolution stamps.
566
ac77b21a
SM
5672012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
568
f143bfe3
SM
569 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
570 Move the non-essential binding to the post/pre-command-hook where it is
571 more obviously correct.
572
ac77b21a
SM
573 * subr.el (read-passwd): Don't use a history at all.
574 * savehist.el (savehist-save): Remove password saved accidentally
575 because of the above bug.
576
76386c5a
BG
5772012-06-22 Bastien Guerry <bzg@gnu.org>
578
579 * files.el (toggle-read-only): Display a message telling whether
580 the buffer is read-only or not (bug#11726).
581
2ee3d7f0
SM
5822012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * emacs-lisp/gv.el: New file.
585 * subr.el (push, pop): Extend to generalized variables.
586 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
587 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
588 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
589 gv-define-simple-setter, and gv-define-expander.
590 Remove setf-methods defined in gv. Rename cl-setf -> setf.
591 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
592 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
593 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
594 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
595 gv-letplace.
596 (cl-defstruct): Don't define setf-method any more.
597 * emacs-lisp/cl.el (flet): Don't autoload.
598 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
599 (define-setf-expander, defsetf, define-modify-macro)
600 (cl-struct-setf-expander): Move from cl-lib.el.
601 * emacs-lisp/syntax.el:
602 * emacs-lisp/ewoc.el:
603 * emacs-lisp/smie.el:
604 * emacs-lisp/cconv.el:
605 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
606 (timer--time): Use gv-define-simple-setter.
607 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
608 to avoid coding-system problems in subr.el. Adjust all users.
609 (macroexp--maxsize, macroexp-small-p): New functions.
610 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
611 * scroll-bar.el (scroll-bar-mode):
612 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
613 (normal-erase-is-backspace-mode): Don't use the `eq' place.
614 * winner.el (winner-configuration, winner-make-point-alist)
615 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
616 * files.el (locate-file-completion-table): Avoid list*.
617
c5695d1d
CY
6182012-06-22 Chong Yidong <cyd@gnu.org>
619
620 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
621 (dired-create-files): Doc fix (Bug#11329).
622 (dired-do-copy): Doc fix (Bug#11334).
623 (dired-mark-read-string): Doc fix (Bug#11553).
624
2ee3d7f0
SM
625 * dired.el (dired-recursive-copies, dired-recursive-deletes):
626 Doc fix (Bug#11326).
c5695d1d
CY
627 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
628 (dired-dwim-target): Doc fix.
629
630 * wdired.el (wdired-mode): Doc fix.
631
89b5595a
GM
6322012-06-22 Glenn Morris <rgm@gnu.org>
633
575db3f1
GM
634 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
635 (pcmpl-rpm-cache-stamp-file): New constant.
636 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
637 (pcmpl-rpm-packages): Optionally cache list of packages.
638
a4c8dd51
GM
639 * pcmpl-rpm.el (pcmpl-rpm): New group.
640 (pcmpl-rpm-query-options): New option.
641 (pcmpl-rpm-packages): No need to inline it.
642 Use pcmpl-rpm-query-options.
643
89b5595a
GM
644 * calendar/calendar.el (calendar-in-read-only-buffer):
645 Avoid some needless mode changes.
646
e76f0800
CY
6472012-06-21 Chong Yidong <cyd@gnu.org>
648
649 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
650 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 651 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 652
297a8f1d
CY
6532012-06-20 Chong Yidong <cyd@gnu.org>
654
655 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
656
d34c18b1
DR
6572012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
658
659 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
660 (bug#11201).
661
32f7f28e
CY
6622012-06-20 Chong Yidong <cyd@gnu.org>
663
664 * term.el (term-window-width): Handle the case of a missing right
665 fringe (Bug#8837).
666 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
667 (term-mode): Use define-derived-mode. Minor cleanups.
668 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
669 (term-move-columns, term-insert-char, term-emulate-terminal)
670 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 671
493c6688
MA
6722012-06-20 Michael Albinus <michael.albinus@gmx.de>
673
d34c18b1
DR
674 * net/ange-ftp.el (ange-ftp-get-passwd):
675 Bind `enable-recursive-minibuffers'.
493c6688
MA
676 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
677
3f06ecf4
DR
6782012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
679
680 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
681
68f12411
GM
6822012-06-19 Glenn Morris <rgm@gnu.org>
683
684 * progmodes/python.el (python-mode): Derive from prog-mode.
685
b3820318
KG
6862012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
687
688 * emulation/edt.el (edt-default-menu-bar-update-buffers)
689 (edt-user-menu-bar-update-buffers): New functions.
690 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
691
c6bf3022
CY
6922012-06-19 Chong Yidong <cyd@gnu.org>
693
694 * subr.el (with-selected-window): Preserve the selected window's
695 terminal's top-frame (Bug#4702).
696
697 * window.el (save-selected-window): Likewise.
698
25f09295
SM
6992012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * progmodes/python.el (python-rx-constituents): Move backquote.
702 (python-skeleton-define, python-define-auxiliary-skeleton):
703 Use `declare'.
704
6b11952a
MA
7052012-06-18 Michael Albinus <michael.albinus@gmx.de>
706
707 * minibuffer.el (read-file-name-default): Revert the patch from
708 2012-06-17.
709
ee4b1330
SM
7102012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
713 (pcase--u1, pcase--q1): Don't use apply-partially.
714
35647f79
GM
7152012-06-18 Glenn Morris <rgm@gnu.org>
716
717 * progmodes/python.el (python-proc, python-buffer)
718 (python-send-receive, python-send-string): Fix obsolete versions.
719
24b0cff0
MR
7202012-06-18 Martin Rudalics <rudalics@gmx.at>
721
722 * window.el (special-display-p): Completely remove stringp
723 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
724
29855149
MA
7252012-06-17 Michael Albinus <michael.albinus@gmx.de>
726
727 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
728
729 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
730
731 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
732 * net/tramp-sh.el (tramp-maybe-open-connection):
733 Throw if `non-essential' is non-nil.
734
07463363
MR
7352012-06-17 Martin Rudalics <rudalics@gmx.at>
736
737 * window.el (special-display-p): Signal an error if BUFFER-NAME
738 is not a string (Bug#11713).
739
48d1354e
PE
7402012-06-17 Paul Eggert <eggert@cs.ucla.edu>
741
742 * progmodes/python.el (python-info-beginning-of-backslash):
743 Rename from python-info-beginning-of-backlash, as a spelling fix.
744
eb4a8a9a
CY
7452012-06-17 Chong Yidong <cyd@gnu.org>
746
747 * term.el (term-emulate-terminal): If term-check-size is called,
748 move point to the process mark without resetting point (Bug#4635).
749
ddfbf826 7502012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
751
752 * international/mule-cmds.el (mule-menu-keymap)
753 (set-language-environment, set-locale-environment): Doc tweaks.
754
9b0e3eba
AA
7552012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
756
757 * cus-face.el (custom-face-attributes): Add wave-style underline
758 attribute.
759 * faces.el (set-face-attribute): Update docstring to describe
760 wave-style underline attribute.
761
771e3eae
CY
7622012-06-16 Chong Yidong <cyd@gnu.org>
763
764 * term/xterm.el (terminal-init-xterm): Discard input before
765 querying background mode (Bug#10959).
766
7ae2ea10
SM
7672012-06-16 Stefan Merten <smerten@oekonux.de>
768
769 * textmodes/rst.el: Added and corrected some comments.
770 (rst-re-alist-def): Improve symbol syntax.
771 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
772 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
773 (rst-official-version, rst-official-cvs-rev): Update version
774 information.
7ae2ea10 775
b6974efa
JB
7762012-06-15 Juanma Barranquero <lekktu@gmail.com>
777
778 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
779 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
780
8826d473
GM
7812012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
782
783 * progmodes/python.el: New python.el merge.
784 (python-guess-indent): Obsolete var.
785 (python-indent-guess-indent-offset): New defcustom.
786 (python-indent): Obsolete var.
787 (python-indent-offset): New defcustom.
788 (python-python-command, python-jython-command): Delete var.
789 (python-shell-interpreter): New defcustom.
790 (python-pdbtrack-do-tracking-p): Delete var.
791 (python-pdbtrack-activate): New defcustom.
792 (python-use-skeletons): Obsolete var.
793 (python-skeleton-autoinsert): New defcustom.
794 (inferior-python-filter-regexp, python-continuation-offset)
795 (python-honour-comment-indentation, python-indent-string-contents)
796 (python-jython-packages, python-mode-hook)
797 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
798 (python-shell-prompt-alist)
799 (python-source-modes): Delete defcustoms.
800 (python-check-buffer-name, python-eldoc-setup-code)
801 (python-eldoc-string-code, python-ffap-setup-code)
802 (python-ffap-string-code, python-fill-comment-function)
803 (python-fill-decorator-function, python-fill-paren-function)
804 (python-fill-string-function, python-imenu-include-defun-type)
805 (python-imenu-make-tree, python-imenu-subtree-root-label)
806 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
807 (python-shell-compilation-regexp-alist)
808 (python-shell-completion-module-string-code)
809 (python-shell-completion-pdb-string-code)
810 (python-shell-completion-setup-code)
811 (python-shell-completion-string-code)
812 (python-shell-enable-font-lock, python-shell-exec-path)
813 (python-shell-extra-pythonpaths)
814 (python-shell-internal-buffer-name, python-shell-interpreter-args)
815 (python-shell-process-environment)
816 (python-shell-prompt-block-regexp)
817 (python-shell-prompt-output-regexp)
818 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
819 (python-shell-send-setup-max-wait, python-shell-setup-codes)
820 (python-shell-virtualenv-path): New defcustoms.
821 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
822 (inferior-python-mode-syntax-table, python--prompt-regexp)
823 (python-buffer, python-command python-python-command)
824 (python-default-template, python-imports, python-indent-index)
825 (python-indent-list, python-indent-list-length)
826 (python-mode-running, python-pdbtrack-is-tracking-p)
827 (python-preoutput-continuation, python-preoutput-leftover)
828 (python-preoutput-result, python-preoutput-skip-next-prompt)
829 (python-prev-dir/file, python-recursing)
830 (python-saved-check-command, python-version-checked)
831 (python-which-func-length-limit)
832 (view-return-to-alist): Delete vars.
833 (python-check-custom-command, python-dotty-syntax-table)
834 (python-imenu-index-alist, python-indent-current-level)
835 (python-indent-dedenters, python-indent-levels)
836 (python-nav-beginning-of-defun-regexp)
837 (python-nav-list-defun-positions-cache)
838 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
839 (python-shell-internal-buffer)
840 (python-skeleton-available): New vars.
841 (def-python-skeleton): Delete macro.
842 (python-skeleton-define): New macro.
843 (python-define-auxiliary-skeleton, python-rx): New macros.
844 (python-insert-class): Delete command.
845 (python-skeleton-class): New command.
846 (python-insert-def): Delete command.
847 (python-skeleton-def): New command.
848 (python-insert-for): Delete command.
849 (python-skeleton-for): New command.
850 (python-insert-if): Delete command.
851 (python-skeleton-if): New command.
852 (python-insert-try/except, python-insert-try/finally): Delete commands.
853 (python-skeleton-try): New command.
854 (python-insert-while): Delete command.
855 (python-skeleton-while): New command.
856 (python-backspace): Delete command.
857 (python-indent-dedent-line-backspace): New command.
858 (python-electric-colon): Delete command.
859 (python-indent-electric-colon): New command.
860 (python-guess-indent): Delete command.
861 (python-indent-guess-indent-offset): New command.
862 (python-shift-left): Delete command.
863 (python-indent-shift-left): New command.
864 (python-shift-right): Delete command.
865 (python-indent-shift-right): New command.
866 (python-find-function): Delete command.
867 (python-nav-jump-to-defun): New command.
868 (python-next-statement): Delete command.
869 (python-nav-forward-sentence): New command.
870 (python-previous-statement): Delete command.
871 (python-nav-backward-sentence): New command.
872 (python-fill-paragraph): Delete command.
873 (python-fill-paragraph-function): New command.
874 (python-send-buffer): Delete command.
875 (python-shell-send-buffer): New command.
876 (python-send-defun): Delete command.
877 (python-shell-send-defun): New command.
878 (python-send-region, python-send-region-and-go): Delete commands.
879 (python-shell-send-region)
880 (python-shell-switch-to-shell): New commands.
881 (python-send-string): Delete command.
882 (python-shell-send-string): New command.
883 (python-switch-to-python): Delete command.
884 (python-shell-switch-to-shell): New command.
885 (python-describe-symbol): Delete command.
886 (python-eldoc-at-point): New command.
887 (python--set-prompt-regexp, python-args-to-list)
888 (python-after-info-look, python-check-version)
889 (python-check-comint-prompt, python-find-imports)
890 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
891 (python-unload-function, python-expand-template)
892 (python-maybe-jython, python-preoutput-filter)
893 (python-pdbtrack-get-source-buffer)
894 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
895 (python-pdbtrack-toggle-stack-tracking)
896 (python-pdbtrack-track-stack-file, python-initial-text)
897 (python-first-word, python-comment-line-p, python-send-command)
898 (python-setup-brm, python-sentinel, python-set-proc)
899 (python-skip-out, python-input-filter, python-outdent-p)
900 (python-outline-level, python-backslash-continuation-line-p)
901 (python-end-of-block, python-end-of-statement, python-mark-block)
902 (python-beginning-of-block, python-beginning-of-statement)
903 (python-blank-line-p, python-beginning-of-string)
904 (python-open-block-statement-p): Delete functions.
905 (python-indent-line, python-indent-line-1): Delete functions.
906 (python-indent-line): New function.
907 (python-indentation-levels): Delete function.
908 (python-indent-calculate-levels): New function.
909 (python-proc): Delete function.
910 (python-shell-get-process): New function.
911 (python-send-receive): Delete function.
912 (python-shell-send-string-no-output): New function.
913 (python-module-path): Delete function.
914 (python-ffap-module-path): New function.
915 (python-completion-at-point)
916 (python-symbol-completions): Delete functions.
917 (python-completion-complete-at-point): New function.
918 (python-load-file): Delete function.
919 (python-shell-send-file): New function.
920 (python-calculate-indentation): Delete function.
921 (python-indent-calculate-indentation): New function.
922 (python-skip-comments/blanks): Delete function.
923 (python-util-forward-comment): New function.
924 (python-continuation-line-p): Delete function.
925 (python-info-continuation-line-p): New function.
926 (python-which-func, python-current-defun): Delete function.
927 (python-info-current-defun): New function.
928 (python-beginning-of-defun): Delete function.
929 (python-nav-beginning-of-defun): New function.
930 (python-close-block-statement-p)
931 (python-block-end-p): Delete function.
932 (python-info-closing-block): New function.
933 (python-comint-output-filter-function)
934 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
935 (python-fill-comment, python-fill-decorator, python-fill-paren)
936 (python-fill-string, python-imenu-make-element-tree)
937 (python-imenu-make-tree, python-imenu-tree-assoc)
938 (python-indent-context, python-indent-dedent-line)
939 (python-indent-line-function)
940 (python-indent-post-self-insert-function)
941 (python-indent-toggle-levels)
942 (python-info-assignment-continuation-line-p)
943 (python-info-beginning-of-backlash)
944 (python-info-block-continuation-line-p)
945 (python-info-closing-block-message)
946 (python-info-line-ends-backslash-p)
947 (python-info-looking-at-beginning-of-defun)
948 (python-info-ppss-context, python-info-ppss-context-type)
949 (python-nav-list-defun-positions, python-nav-read-defun)
950 (python-nav-sentence-end, python-nav-sentence-start)
951 (python-pdbtrack-comint-output-filter-function)
952 (python-pdbtrack-set-tracked-buffer)
953 (python-shell-calculate-exec-path)
954 (python-shell-calculate-process-environment)
955 (python-shell-completion--do-completion-at-point)
956 (python-shell-completion--get-completions)
957 (python-shell-completion-complete-at-point)
958 (python-shell-completion-complete-or-indent)
959 (python-shell-get-or-create-process)
960 (python-shell-get-process-name)
961 (python-shell-internal-get-or-create-process)
962 (python-shell-internal-get-process-name)
963 (python-shell-internal-send-string, python-shell-make-comint)
964 (python-shell-parse-command, python-shell-send-setup-code)
965 (python-skeleton-add-menu-items)
966 (python-util-clone-local-variables, python-util-position)
967 (run-python-internal, python-indentation-levels)
968 (python-nav-beginning-of-defun)
969 (python-completion-complete-at-point): New functions.
970 (run-python): Change arguments. New API requirements.
971
4302f5ba
SM
9722012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
973
f38ea36d
SM
974 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
975 (bug#11649).
976
977 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
978 (macroexp--expand-all): Use it.
979
4302f5ba
SM
980 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
981 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
982 Use `cl-function' instead.
983
33377562
JB
9842012-06-14 Juanma Barranquero <lekktu@gmail.com>
985
986 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
987 Suggested by Stefan Monnier while discussing bug#11657.
988
54c5ba1a
SS
9892012-06-14 Sam Steingold <sds@gnu.org>
990
991 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
992
f9f1b1fe
AS
9932012-06-14 Andreas Schwab <schwab@linux-m68k.org>
994
995 * play/doctor.el (doctor-doc): Remove parameter and use
996 doctor-sent instead of sent.
997 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
998
a81068ba
SM
9992012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1000
5a315f9c
SM
1001 * files.el: Require cl-lib.
1002 (file-name-non-special): Replace case -> cl-case.
1003
1004 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1005
a81068ba
SM
1006 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1007 mapping from #' to function*.
1008
8cca9703
CY
10092012-06-13 Chong Yidong <cyd@gnu.org>
1010
1011 * mouse.el (mouse-drag-track): Do not set the mark if the user
1012 releases the mouse without selecting anything (Bug#11588).
1013
a12ac9d7
SM
10142012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1015
ccf1dc18
SM
1016 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1017 as well (bug#11646).
1018
ef62b23d
SM
1019 * loadup.el: Count byte-code functions as well.
1020
c4c8444a
SM
1021 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1022 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1023
a12ac9d7
SM
1024 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1025 (bug#11649). Add cl-defun and cl-defmacro.
1026
87e6e64f
DA
10272012-06-13 Drew Adams <drew.adams@oracle.com>
1028
1029 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1030 Fix last change.
1031
682cefaf
MA
10322012-06-13 Michael Albinus <michael.albinus@gmx.de>
1033
1034 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1035 Otherwise, it blocks in batch mode.
1036
773e1f08
JB
10372012-06-13 Juanma Barranquero <lekktu@gmail.com>
1038
1039 * help-mode.el (bookmark-make-record-default): Declare.
1040
60057926
CY
10412012-06-13 Chong Yidong <cyd@gnu.org>
1042
1043 * emacs-lisp/package.el (list-packages): Compute a list of
1044 packages that are newly-available since the last list-packages
1045 invocation.
1046 (package-menu--new-package-list): New var.
1047 (package-menu--generate, package-menu--print-info)
1048 (package-menu--status-predicate, package-menu-mark-install):
1049 Handle new status label "new".
1050
ad4d226c
SM
10512012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1054 conversion to backquotes.
1055
f1a4e679
CY
10562012-06-12 Chong Yidong <cyd@gnu.org>
1057
1058 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1059 Rename from gud-inhibit-global-bindings.
1060
1061 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1062
1063 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1064 hook from nxml-glyph-set-hook.
1065
1066 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1067 declaration.
1068
1069 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1070
1071 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1072 Convert to defcustom.
1073
0c9e42b5
DA
10742012-06-12 Drew Adams <drew.adams@oracle.com>
1075
1076 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1077 New functions.
1078 (help-mode): Use them.
1079
09e06855
GM
10802012-06-11 Glenn Morris <rgm@gnu.org>
1081
1082 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1083 Use preprocessor face for directives.
1084 (fortran-directive-re): Doc fix.
1085
71adb94b
SM
10862012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1087
2eb87922
SM
1088 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1089 conversion to backquotes (bug#11652).
1090
71adb94b
SM
1091 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1092 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1093 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1094 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1095 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1096 (cl-ninth, cl-tenth): Mark them as inlinable.
1097 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1098 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1099 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1100 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1101 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1102 (cl-list*, cl-adjoin): Don't put an autoload manually.
1103 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1104 (cl--compiler-macro-list*): Add autoload cookie.
1105 (cl--compiler-macro-cXXr): New function.
2eb87922 1106
71adb94b
SM
1107 * help-fns.el (help-fns--compiler-macro): New function extracted from
1108 describe-function-1; follow aliases and use `compiler-macro' property.
1109 (describe-function-1): Use it.
1110
a6674402
CY
11112012-06-11 Chong Yidong <cyd@gnu.org>
1112
1113 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1114 is uninstalled, if imagemagick is installed.
1115
bb3faf5b
SM
11162012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * emacs-lisp/cl-lib.el: Use lexical-binding.
1119 (cl-map-extents, cl-maclisp-member): Remove.
1120 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1121 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1122 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1123 * emacs-lisp/cl-extra.el: Use lexical-binding.
1124 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1125 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1126 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1127 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1128 * emacs-lisp/cl-seq.el: Use lexical-binding.
1129 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1130 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1131 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1132 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1133 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1134 CL's internals.
1135
2fe4b125
MA
11362012-06-11 Michael Albinus <michael.albinus@gmx.de>
1137
1138 Sync with Tramp 2.2.6-pre.
1139
1140 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1141 `print-length' and `print-level' to nil, in order to avoid
1142 truncation. Reported by Christopher Schmidt
1143 <christopher@ristopher.com>.
1144
1145 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1146
1147 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1148 New defmacro.
1149 (tramp-compat-copy-directory): Add optional argument
1150 COPY-CONTENTS. It is not handled yet.
1151
1152 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1153 (tramp-ftp-file-name-p): Simplify.
1154
1155 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1156 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1157 connection vector.
1158
1159 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1160 (tramp-methods): Do not use `tramp-password-end-of-line'.
1161 (tramp-completion-function-alist-putty): Handle UNIX case.
1162 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1163 (tramp-do-file-attributes-with-stat)
1164 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1165 gid as real numbers. They could run out of integer range on cygwin.
1166 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1167 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1168 (tramp-open-connection-setup-interactive-shell):
1169 Use `tramp-cleanup'. Move check for busyboxes ...
1170 (tramp-find-shell): ... here. Simplify implementation.
1171 Set "remote-shell" property also for alternative shells.
1172 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1173 If failing, a regular file would be written otherwise.
1174 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1175 (tramp-find-inline-encoding): Cache the coding commands in the
1176 process cache. Apply test command on the remote side, if defined.
1177 (tramp-find-inline-compress): Cache the compress commands in the
1178 process cache.
1179 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1180 when requested. Handle hops.
1181 (tramp-current-connection): New defvar.
87e6e64f
DA
1182 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1183 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1184 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1185 (tramp-get-inline-compress, tramp-get-inline-coding):
1186 Read connection properties from the process cache.
2fe4b125
MA
1187
1188 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1189 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1190 New defconsts.
2fe4b125
MA
1191 (tramp-smb-prompt): Extend for powershell prompt.
1192 (tramp-smb-file-name-handler-alist): Add handlers for
1193 `process-file', `shell-command' and `start-file-process'.
1194 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1195 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1196 (tramp-smb-file-name-p): Simplify.
1197 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1198 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1199 (tramp-smb-shell-quote-argument): New defuns.
1200 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1201 Implement using "tar". By this, time-stamps are preserved.
1202 (tramp-smb-handle-copy-file): Handle also the case of directories.
1203 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1204 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1205 Use `tramp-get-connection-buffer').
2fe4b125
MA
1206 (tramp-smb-handle-rename-file): Use "rename", when source and
1207 target are on the same share.
87e6e64f
DA
1208 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1209 Use `tramp-smb-server-version'.
2fe4b125
MA
1210 (tramp-smb-wait-for-output): Remove prompt.
1211
1212 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1213 (tramp-methods, tramp-rsh-end-of-line):
1214 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1215 (tramp-save-ad-hoc-proxies): New defcustom.
1216 (tramp-completion-function-alist): Adapt docstring.
1217 (tramp-default-password-end-of-line): Remove defcustom.
1218 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1219 (tramp-user-regexp, tramp-file-name-regexp-unified)
1220 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1221 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1222 (tramp-remote-file-name-spec-regexp): New defconst.
1223 (tramp-file-name-structure): Extend structure for hops.
1224 (tramp-get-method-parameter): Move up.
1225 (tramp-file-name-p, tramp-dissect-file-name)
1226 (with-parsed-tramp-file-name): Handle hops.
1227 (tramp-file-name-hop): New defun.
1228 (tramp-make-tramp-file-name): New optional arg HOP.
1229 (tramp-message-show-progress-reporter-message): New defvar.
1230 (tramp-with-progress-reporter): Use it. We cannot use
1231 `tramp-message-show-message' here, because this suppresses also
1232 error buffers.
1233 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1234 `tramp-message-show-message' is nil.
1235 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1236 (tramp-cleanup): New defun.
1237 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1238 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1239 an error unchanged.
1240 (tramp-completion-handle-file-name-all-completions): Handle hops.
1241 Fix an error when called from ido.
1242 (tramp-completion-dissect-file-name): Use better local variable
1243 name. Add hop to the vector.
1244 (tramp-handle-insert-file-contents): Use progress-reporter for the
1245 whole scenario.
1246 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1247 to `t'.
1248 (tramp-check-for-regexp): Simplify search.
1249 (tramp-enter-password): Remove it. Move implementation ...
1250 (tramp-action-password): ... here.
1251 (tramp-mode-string-to-int, tramp-local-host-p)
1252 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1253 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1254 Set tramp-autoload cookie.
2fe4b125
MA
1255
1256 * net/trampver.el: Update release number.
1257
12582012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1259 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1262 (tramp-parse-group, tramp-parse-file)
1263 (tramp-parse-shostkeys-sknownhosts): New defuns.
1264 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1265 (tramp-parse-shosts-group, tramp-parse-sconfig)
1266 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1267 (tramp-parse-sknownhosts, tramp-parse-hosts)
1268 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1269 Use them.
1270 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1271 (tramp-parse-putty-group): Don't narrow.
1272 (tramp-parse-putty): Make a loop.
1273 (tramp-file-name-handler): Catch the `suppress' signal.
1274
72834e10
CY
12752012-06-11 Chong Yidong <cyd@gnu.org>
1276
1277 * image.el (imagemagick-register-types): Put the ImageMagick entry
1278 at the end of image-type-file-name-regexps.
1279
a4712e11
JB
12802012-06-11 Johan Bockgård <bojohan@gnu.org>
1281
1282 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1283 (pcase, pcase-let*, pcase-dolist): Use them.
1284
82ad98e3
SM
12852012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * emacs-lisp/pcase.el (pcase--let*): New function.
1288 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1289 (pcase--expand): Use macroexp-let².
1290
f80efb86
SM
12912012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1294 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1295 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1296 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1297 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1298 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1299
31ca4639 13002012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1301
31ca4639
CY
1302 * mail/rmail.el (rmail-yank-current-message): Leave point at
1303 correct position. (Bug#11660)
94f0aa34 1304
31ca4639 13052012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1306
31ca4639 1307 * allout-widgets.el: Fix code header.
9e1b8ec4 1308
31ca4639 13092012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1310
f80efb86
SM
1311 * cus-edit.el (customize-changed-options-previous-release):
1312 Bump to 24.1.
31ca4639 1313
642b6d30
AS
13142012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1315
1316 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1317
4f5d2ba1
CY
13182012-06-09 Chong Yidong <cyd@gnu.org>
1319
1320 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1321
e75852fd
MR
13222012-06-09 Martin Rudalics <rudalics@gmx.at>
1323
1324 * window.el (special-display-popup-frame): Don't use
1325 window--display-buffer (Bug#11651).
1326
1e48e282
EZ
13272012-06-09 Eli Zaretskii <eliz@gnu.org>
1328
8a26b487
EZ
1329 Fix parallel builds: make sure loaddefs.el is not being written
1330 while Lisp files are compiled.
1331 (compile): Don't depend on 'mh-autoloads'.
1332 (compile-CMD, compile-SH): Depend on 'autoloads'.
1333 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1334
1e48e282
EZ
1335 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1336
6175e34b
CY
13372012-06-09 Chong Yidong <cyd@gnu.org>
1338
1339 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1340 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1341 Doc fixes (Bug#11225).
1342
d9857e53
SM
13432012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1346 a function if there's a clear indication that it has a compiler-macro.
1347 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1348 (macro-declarations-alist): Add arglist to declaration functions.
1349 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1350 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1351 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1352 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1353 Also add autoload to find the compiler macro.
1354 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1355 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1356 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1357 (cl--compiler-macro-get): New functions, replacing calls to
1358 cl-define-compiler-macro.
1359 (cl-typep) [compiler-macro]: Use macroexp-let².
1360
f81298f8 13612012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1362
1363 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1364 string properly, fixes Bug#11473.
1365
4b56d0fe
CY
13662012-06-08 Chong Yidong <cyd@gnu.org>
1367
1368 * faces.el (set-face-attribute): Doc fix.
1369 (modify-face): Don't use :bold and :italic.
1370 (error, warning, success): Tweak definitions.
1371
1372 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1373 (custom-modified, custom-set, custom-changed, custom-themed)
1374 (custom-saved, custom-button, custom-button-mouse)
1375 (custom-button-pressed, custom-state, custom-comment-tag)
1376 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1377 (custom-group-subtitle): Use new-style face specs.
1378 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1379 (custom-set-face, custom-changed-face, custom-saved-face)
1380 (custom-button-face, custom-button-pressed-face)
1381 (custom-documentation-face, custom-state-face)
1382 (custom-comment-face, custom-comment-tag-face)
1383 (custom-variable-tag-face, custom-variable-button-face)
1384 (custom-face-tag-face, custom-group-tag-face-1)
1385 (custom-group-tag-face): Remove obsolete face alias.
1386
1387 * epa.el (epa-validity-high, epa-validity-medium)
1388 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1389 (epa-field-name, epa-field-body):
1390 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1391 (font-lock-keyword-face, font-lock-builtin-face)
1392 (font-lock-function-name-face, font-lock-variable-name-face)
1393 (font-lock-type-face, font-lock-constant-face):
1394 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1395 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1396 * speedbar.el (speedbar-button-face, speedbar-file-face)
1397 (speedbar-directory-face, speedbar-tag-face)
1398 (speedbar-selected-face, speedbar-highlight-face)
1399 (speedbar-separator-face):
1400 * whitespace.el (whitespace-newline, whitespace-space)
1401 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1402 (whitespace-line, whitespace-space-before-tab)
1403 (whitespace-space-after-tab, whitespace-indentation)
1404 (whitespace-empty):
1405 * emulation/cua-base.el (cua-global-mark):
1406 * eshell/em-prompt.el (eshell-prompt):
1407 * net/newst-plainview.el (newsticker-new-item-face)
1408 (newsticker-old-item-face, newsticker-immortal-item-face)
1409 (newsticker-obsolete-item-face, newsticker-date-face)
1410 (newsticker-statistics-face, newsticker-default-face):
1411 * net/newst-reader.el (newsticker-feed-face)
1412 (newsticker-extra-face, newsticker-enclosure-face):
1413 * net/newst-treeview.el (newsticker-treeview-face)
1414 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1415 (newsticker-treeview-immortal-face)
1416 (newsticker-treeview-obsolete-face)
1417 (newsticker-treeview-selection-face):
1418 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1419 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1420 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1421 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1422 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1423 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1424 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1425 (mpuz-text):
1426 * progmodes/vera-mode.el (vera-font-lock-number)
1427 (vera-font-lock-function, vera-font-lock-interface):
1428 * textmodes/table.el (table-cell): Use new-style face specs, and
1429 don't use the old :bold and :italic attributes.
1430
1431 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1432 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1433 (ebrowse-member-class, ebrowse-progress): Likewise.
1434 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1435 (ebrowse-file-name-face, ebrowse-default-face)
1436 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1437 (ebrowse-progress-face): Remove obsolete faces.
1438
1439 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1440 Inherit from error and warning faces respectively.
1441
1442 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1443 Likewise.
f80efb86
SM
1444 (flyspell-incorrect-face, flyspell-duplicate-face):
1445 Remove obsolete aliases.
4b56d0fe 1446
03310646
MA
14472012-06-08 Michael Albinus <michael.albinus@gmx.de>
1448
1449 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1450 Avoid infloop.
1451
513749ee
SM
14522012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * startup.el (argv, argi): Make lexically scoped.
1455 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1456 * emacs-lisp/cl-macs.el: Use lexical-binding.
1457 Rename cl-bind-* to cl--bind-*.
1458 * files.el: Don't require `cl' since it doesn't use it.
1459 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1460
595ef4ad
JB
14612012-06-08 Juanma Barranquero <lekktu@gmail.com>
1462
1463 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1464 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1465 instead of calling external sort utility.
1466 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1467
e9f66fcb
EZ
14682012-06-08 Eli Zaretskii <eliz@gnu.org>
1469
1470 * descr-text.el (describe-char): Mention how to insert the
1471 character, if the current input method doesn't support it.
1472 See the discussion in this thread for the details:
1473 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1474
3d10db47
SS
14752012-06-08 Sam Steingold <sds@gnu.org>
1476
1477 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1478 XF86Back to previous-buffer.
1479 (minibuffer-local-map): Bind them to next-history-element and
1480 previous-history-element respectively.
1481 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1482 help-go-back respectively.
1483 * info.el (Info-mode-map): Bind them to Info-history-forward and
1484 Info-history-back respectively.
1485 These are the keys next to Up on the ThinkPad keyboard.
1486
de7e2b36
SM
14872012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1490 * emacs-lisp/cl-macs.el: Provide itself.
1491 (cl--labels-convert-cache): New var.
1492 (cl--labels-convert): New function.
1493 (cl-flet, cl-labels): New implementation with new semantics, relying on
1494 lexical-binding.
1495 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1496 (cl-closure-vars, cl--function-convert-cache)
1497 (cl--function-convert): Move from cl-macs.el.
1498 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1499 rename by removing the "cl-" prefix.
1500 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1501
6fa6c4ae
SM
15022012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1505 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1506 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1507 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1508 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1509 (cl-hash-table-count): Add old compatibility aliases.
1510
1511 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1512 Use macroexpand-all-environment instead.
1513 (cl--old-macroexpand): New var.
1514 (cl--sm-macroexpand): New function.
1515 (cl-symbol-macrolet): Use it during macro expansion.
1516 (cl--function-convert-cache): New var.
1517 (cl--function-convert): New function, extracted from
1518 cl-macroexpand-all.
1519 (cl-lexical-let): Use it.
1520
1521 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1522 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1523 (cl-member): Remove old alias.
1524
1525 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1526 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1527 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1528 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1529 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1530 (cl-macroexpand-cmacs): Remove var.
1531 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1532 Use macroexpand-all instead.
1533
4dd1c416
SM
15342012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1537 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1538 (macroexp-copyable-p): New functions and macros.
1539 * emacs-lisp/edebug.el (edebug-unwrap):
1540 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1541 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1542 (pcase--let*): Remove.
1543 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1544 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1545 macroexp-const-p instead.
1546 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1547
1548 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1549 instead of "cl-" for internal definitions. Use macroexp-const-p.
1550 (cl-old-bc-file-form): Remove var.
1551 (cl-const-exprs-p): Remove fun.
1552 (cl-labels, cl-macrolet): Use backquote.
1553 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1554 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1555 (cl-define-setf-expander): Rename from cl-define-setf-method.
1556 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1557
1558 * international/mule-cmds.el: Don't require CL.
1559 (view-hello-file): Don't use `letf'.
1560
ed8bd4d7
SM
15612012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1562
7287f2f3
SM
1563 * tmm.el (tmm-prompt): Use string-prefix-p.
1564 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1565 (tmm-add-prompt): Use minibuffer-completion-help.
1566 (tmm-delete-map): Remove.
1567
ed8bd4d7
SM
1568 * subr.el (kbd): Make it its own function.
1569
7b4cdbf4
SM
15702012-06-07 Stefan Merten <smerten@oekonux.de>
1571
1572 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1573 Silence compiler warnings. Fix versions.
ed8bd4d7 1574 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1575 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1576 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1577 (rst-package-emacs-version-alist): Correct Emacs version to
1578 represent major merge with upstream.
ed8bd4d7 1579 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1580
2b48d721
GM
15812012-06-06 Glenn Morris <rgm@gnu.org>
1582
1583 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1584 Only print environment variables if set.
1585
fa779ab0
SM
15862012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1589 (macroexp--cons): Rename from maybe-cons.
1590 (macroexp--accumulate): Rename from macroexp-accumulate.
1591 (macroexp--all-forms): Rename from macroexpand-all-forms.
1592 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1593 (macroexp--expand-all): Rename from macroexpand-all-1.
1594
628299e0
SS
15952012-06-06 Sam Steingold <sds@gnu.org>
1596
1597 * calendar/calendar.el (calendar-in-read-only-buffer):
1598 Call `special-mode' to enable the standard read-only keybindings.
1599
b7bb5838
SM
16002012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1603 with "loading" messages (bug#11635).
1604
dfb308ba
MA
16052012-06-06 Michael Albinus <michael.albinus@gmx.de>
1606
1607 * files.el (enable-remote-dir-locals): New option.
1608 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1609
0372ee92
MA
1610 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1611 Ensure, that the temp directory is local.
1612
1613 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1614 `temporary-file-directory'.
1615
eed0bb91
MA
1616 * progmodes/python.el (python-send-region): Ensure, that the
1617 temporary file is created also in the remote case.
1618
7a58f64d
GM
16192012-06-06 Glenn Morris <rgm@gnu.org>
1620
f7dd4e98
GM
1621 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1622 (vc-rcs-update-changelog): Use it.
1623
090bd7cb 1624 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1625
7a58f64d
GM
1626 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1627 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1628 (vc-sccs-diff): Replace use of the external vcdiff script.
1629
daed4003
GM
16302012-06-05 Glenn Morris <rgm@gnu.org>
1631
1632 * ledit.el: Move to obsolete/.
1633
48c455c7
SS
16342012-06-05 Sam Steingold <sds@gnu.org>
1635
1636 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1637 patch (Bug#11140).
1638
57a7d507
SM
16392012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1640
090bd7cb 1641 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1642
53aacf21
SM
1643 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1644 compiler-macro expansion.
1645
57a7d507
SM
1646 Add native compiler-macro support.
1647 * emacs-lisp/macroexp.el (macroexpand-all-1):
1648 Support compiler-macros directly. Properly follow aliases and apply
1649 the compiler macros more thoroughly.
1650 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1651 macroexpand now properly follows aliases.
1652 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1653 (cl-compiler-macroexpand): Use new prop.
1654 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1655
1656 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1657
51a5f9d8
MR
16582012-06-05 Martin Rudalics <rudalics@gmx.at>
1659
1660 * window.el (get-lru-window, get-mru-window, get-largest-window):
1661 New argument NOT-SELECTED to avoid picking the selected window.
1662 (window--display-buffer-1, window--display-buffer-2): Replace by
1663 new function window--display-buffer
1664 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1665 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1666 Use window--display-buffer.
51a5f9d8
MR
1667 (display-buffer-use-some-window): Remove temporary dedication
1668 hack by calling get-lru-window and get-largest-window with
1669 NOT-SELECTED argument non-nil. Call window--display-buffer.
1670
08f9f738
GM
16712012-06-05 Glenn Morris <rgm@gnu.org>
1672
1673 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1674 Replace external vcdiff script.
1675
e364a2b7
SM
16762012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1679
041df390
CY
16802012-06-04 Chong Yidong <cyd@gnu.org>
1681
e364a2b7
SM
1682 * image.el (imagemagick-types-inhibit): Revert last change.
1683 Add INFO and M.
47b36b94 1684 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1685
7c1898a7
SM
16862012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * emacs-lisp/cl-lib.el: Rename from cl.el.
1689 * emacs-lisp/cl.el: New compatibility file.
1690 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1691 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1692 to obey the "cl-" prefix.
1693 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1694
0c3461de
GM
16952012-06-03 Glenn Morris <rgm@gnu.org>
1696
1e266c88
GM
1697 * emacs-lisp/authors.el (authors-aliases): Addition.
1698
0c3461de
GM
1699 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1700 Fix :version.
1701
d8a52e15
SM
17022012-06-03 Stefan Merten <smerten@oekonux.de>
1703
1704 * textmodes/rst.el: Add comments.
1705 (rst-transition, rst-adornment): New faces.
1706 (rst-adornment-faces-alist): Make default safe to reevaluate.
1707 Fixes
1708 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1709 Improve customization tags.
1710 (rst-define-level-faces): Clarify meaning.
1711
5205d6f6
CY
17122012-06-03 Chong Yidong <cyd@gnu.org>
1713
1714 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1715 (compilation-mode-line-run, compilation-mode-line-exit):
1716 New faces.
5205d6f6
CY
1717 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1718
757ee657
JD
17192012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1720
7c1898a7
SM
1721 * progmodes/which-func.el (which-func-update-ediff-windows):
1722 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1723
5f2c76c6
CY
17242012-06-03 Chong Yidong <cyd@gnu.org>
1725
1726 * bindings.el: Remove explicit help text from format-mode-line.
1727 It is now supplied by mode-line-default-help-echo.
1728 (mode-line-front-space, mode-line-end-spaces)
1729 (mode-line-misc-info): New variables.
1730 (mode-line-modes, mode-line-position): Move the default value to
1731 the variable definition.
1732 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1733 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1734 (mode-line-modified-help-echo): New functions.
1735 (mode-line-mule-info, mode-line-modified): Use them.
1736 (mode-line-eol-desc, propertized-buffer-identification):
1737 Consistency fixes for help text.
cbe46e5f
CY
1738 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1739 set-buffer-file-coding-system (Bug#289).
1740 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1741
f2d6a3df
SM
17422012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * simple.el (execute-extended-command): Set real-this-command
1745 (bug#11506).
1746
37269466
CY
17472012-06-02 Chong Yidong <cyd@gnu.org>
1748
1749 Remove incorrect uses of "modeline" in comments, docstrings, and
1750 function/variable names (Bug#10329).
1751
1752 * cus-edit.el (mode-line):
1753 * dframe.el (dframe-mouse-hscroll):
1754 * emacs-lisp/re-builder.el:
1755 * emacs-lisp/easy-mmode.el (define-minor-mode):
1756 * frame.el (set-frame-name):
1757 * help.el (lookup-minor-mode-from-indicator):
1758 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1759 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1760 (c-toggle-hungry-state):
1761 * progmodes/antlr-mode.el (antlr-language-alist):
1762 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1763 * progmodes/vhdl-mode.el (vhdl-mode):
1764 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1765 * term/ns-win.el (ns-face-at-pos):
1766 * term/sup-mouse.el (sup-mouse-report):
1767 * textmodes/flyspell.el (flyspell-mode-line-string):
1768 * textmodes/ispell.el (ispell-highlight-face):
1769 * textmodes/reftex-global.el:
1770 * vc/vc-arch.el (vc-arch-mode-line-string):
1771 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1772 * vc/vc-git.el (vc-git-mode-line-string):
1773 * vc/vc-hooks.el (vc-display-status)
1774 (vc-default-mode-line-string):
1775 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1776
1777 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1778
1779 * dired.el (dired-sort-set-mode-line): Rename from
1780 dired-sort-set-modeline. All callers changed.
1781
1782 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1783 eshell-status-in-modeline.
1784
1785 * foldout.el (foldout-mode-line-string): Rename from
1786 foldout-modeline-string. All callers changed.
1787 (foldout-update-mode-line): Rename from foldout-update-modeline.
1788
1789 * subr.el (redraw-modeline): Make into obsolete alias.
1790
1791 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1792 timeclock-modeline-display. Make old name an alias.
1793 (timeclock-update-mode-line): Likewise. All callers changed.
1794 (timeclock-mode-line-display): No need to check before using
1795 add-hook.
1796 (timeclock-relative, timeclock-day-over-hook)
1797 (timeclock-use-elapsed, timeclock-mode-string)
1798 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1799
1800 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1801 crisp-mode-modeline-string.
1802
1803 * play/solitaire.el (solitaire-build-mode-line): Rename from
1804 solitaire-build-modeline. All callers changed.
1805
1806 * play/zone.el (zone-hiding-mode-line): Rename from
1807 zone-hiding-modeline. All callers changed.
1808 (zone): Remove unusued `modeline-hidden-level' property.
1809
1810 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1811 xscheme-modeline-initialize. All callers changed.
1812
1813 * strokes.el (strokes-lighter): Rename from
1814 strokes-modeline-string.
1815
1816 * textmodes/sgml-mode.el (html-face-tag-alist)
1817 (html-tag-face-alist): Use mode-line face instead of obsolete
1818 alias modeline.
1819
42152ee4
SM
18202012-06-02 Stefan Merten <smerten@oekonux.de>
1821
1822 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1823 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1824
95f520b5
CY
18252012-06-02 Chong Yidong <cyd@gnu.org>
1826
1827 * image.el (imagemagick-enabled-types): Rename from
1828 imagemagick-types-enable. Add many more types.
1829 (imagemagick-types-inhibit): Change default to nil.
1830 (imagemagick-filter-types): Caller changed.
1831
4a5f187a
SM
18322012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1833
03fef3e6
SM
1834 * emacs-lisp/cl-macs.el: Use backquotes.
1835 (cl-transform-function-property): Use eval-and-compile rather than
1836 abusing `require'.
1837 (defstruct): Use declare-function instead of with-no-warnings.
1838
4a5f187a
SM
1839 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1840 (byte-compile-output-docform): Re-add the print-circle bindings.
1841 (byte-compile-fix-header): Use #$ just because it's shorter.
1842 (byte-compile-output-file-form): Remove defun/defmacro.
1843
bd56924f
MR
18442012-06-01 Martin Rudalics <rudalics@gmx.at>
1845
1846 * simple.el (choose-completion): Remove now obsolete binding for
1847 owindow.
1848
046e38ce
MA
18492012-06-01 Michael Albinus <michael.albinus@gmx.de>
1850
1851 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1852 in order to avoid "Stack overflow in regexp matcher".
1853
32d72c2f
GM
18542012-05-31 Glenn Morris <rgm@gnu.org>
1855
1856 * image.el: For clarity, call imagemagick-register-types at
1857 top-level, rather than relying on a custom :initialize.
1858 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1859 (imagemagick-filter-types): New function. (Bug#7406)
1860 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1861 If disabling support, remove elements altogether rather
1862 than using an impossible regexp.
1863 (imagemagick-types-inhibit): Give it the default init function.
1864
dd41169b
SM
18652012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1866
4a5f187a
SM
1867 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1868 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1869
efc00ab1 18702012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1871
1872 * desktop.el (desktop-read): Clear previous and next buffers for
1873 all windows and bury *Messages* buffer (bug#11556).
1874
500fcedc
SM
18752012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 Add `declare' for `defun'. Align `defmacro's with it.
1878 * emacs-lisp/easy-mmode.el (define-minor-mode)
1879 (define-globalized-minor-mode): Don't autoload the var definitions.
1880 * emacs-lisp/byte-run.el: Use lexical-binding.
1881 (defun-declarations-alist, macro-declarations-alist): New vars.
1882 (defmacro, defun): Use them.
1883 (make-obsolete, define-obsolete-function-alias)
1884 (make-obsolete-variable, define-obsolete-variable-alias):
1885 Use `declare'.
1886 (macro-declaration-function): Mark obsolete.
1887 * emacs-lisp/autoload.el: Use lexical-binding.
1888 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1889
6e8a1786
AM
18902012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1891
1892 * textmodes/ispell.el (ispell-with-no-warnings):
1893 Define as a macro.
500fcedc
SM
1894 (ispell-kill-ispell, ispell-change-dictionary):
1895 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
1896 `interactive-p'.
1897
61b108cc
SM
18982012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1901 (macro-declaration-function): Move var from C code.
1902 (macro-declaration-function): Define function with defalias.
1903 * emacs-lisp/macroexp.el (macroexpand-all-1):
1904 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1905 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1906 defun/defmacro any more.
1907 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1908 Provide fallback for unknown arglist.
1909 (byte-compile-arglist-warn): Change calling convention.
1910 (byte-compile-output-file-form): Move print-vars binding.
1911 (byte-compile-output-docform): Simplify accordingly.
1912 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1913 (byte-compile-defmacro-declaration): Remove.
1914 (byte-compile-file-form-defmumble): Generalize to defalias.
1915 (byte-compile-output-as-comment): Return byte-positions.
1916 Simplify callers accordingly.
1917 (byte-compile-lambda): Use `assert'.
1918 (byte-compile-defun, byte-compile-defmacro): Remove.
1919 (byte-compile-file-form-defalias):
1920 Use byte-compile-file-form-defmumble.
1921 (byte-compile-defalias-warn): Remove.
1922
6d3f7c2f
SM
19232012-05-29 Stefan Merten <smerten@oekonux.de>
1924
1925 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 1926 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
1927
1928 (rst-mode-abbrev-table): Merge definition.
1929 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1930 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1931
6dbaa1c7
UJ
19322012-05-29 Ulf Jasper <ulf.jasper@web.de>
1933
1934 * calendar/icalendar.el
1935 (icalendar-export-region): Export UID properly.
1936
d209e2fb 19372012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
1938 * calendar/icalendar.el (icalendar-import-format):
1939 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
1940 (icalendar-import-format-uid): New.
1941 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1942 Export UID.
1943
6876a58d
SM
19442012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1947 different alternative patterns.
1948 (pcase-codegen): Be more careful to preserve identity.
1949 (pcase--u1): Don't forget to mark vars as used.
1950
1951 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1952 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1953 (byte-compile-from-buffer): ...rather than here.
1954
1955 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1956 functions from byte-compile-function-environment.
1957
46b7967e
TN
19582012-05-29 Troels Nielsen <bn.troels@gmail.com>
1959
1960 * window.el (window-deletable-p): Avoid deleting the root window
1961 of a frame with an active minibuffer.
1962
69d565e2
MR
19632012-05-29 Martin Rudalics <rudalics@gmx.at>
1964
1965 * simple.el (choose-completion): Use quit-window (Bug#11567).
1966
a149fa51
CY
19672012-05-29 Chong Yidong <cyd@gnu.org>
1968
1969 * whitespace.el (whitespace-cleanup): Fix usage of
1970 whitespace-empty-at-bob-regexp (Bug#11492).
1971
2b311310
AH
19722012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1973
1974 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1975 revert (Bug#11488).
1976
b9cb2387
JL
19772012-05-29 Juri Linkov <juri@jurta.org>
1978
1979 * isearch.el (isearch-mode-map): Bind `M-s _' to
1980 `isearch-toggle-symbol'. Bind `M-s c' to
1981 `isearch-toggle-case-fold'.
1982 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1983 (isearch-forward): Add `M-s _' to the docstring.
1984 (isearch-forward-symbol, isearch-toggle-case-fold)
1985 (isearch-symbol-regexp): New functions. (Bug#11381)
1986
d5e61c1c
JL
19872012-05-29 Juri Linkov <juri@jurta.org>
1988
1989 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1990 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1991 a function, call it to get the regexp.
1992 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1993 property `isearch-message-prefix' instead of the string "word ".
1994 (isearch-search-fun-default): For the case of `isearch-word',
1995 return a lambda that calls re-search-forward/re-search-backward
1996 with a regexp returned by `word-search-regexp' or by the function
1997 in `isearch-word'.
1998
8cbd80f7
JL
19992012-05-29 Juri Linkov <juri@jurta.org>
2000
2001 * isearch.el (isearch-search-fun-default): New function.
2002 (isearch-search-fun): Move default part to the new function
2003 `isearch-search-fun-default'.
2004 (isearch-search-fun-function): Set the default value to
2005 `isearch-search-fun-default'. (Bug#11381)
2006
2007 * comint.el (comint-history-isearch-end):
2008 Use `isearch-search-fun-default'.
2009 (comint-history-isearch-search): Use `isearch-search-fun-default'
2010 and remove spacial case for `isearch-word'.
2011 (comint-history-isearch-wrap): Remove spacial case for
2012 `isearch-word'.
2013
2014 * hexl.el (hexl-isearch-search-function):
2015 Use `isearch-search-fun-default'.
2016
2017 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2018 Use `word-search-regexp' for `isearch-word'.
2019
2020 * misearch.el (multi-isearch-search-fun):
2021 Use `isearch-search-fun-default'.
2022
2023 * simple.el (minibuffer-history-isearch-search):
2024 Use `isearch-search-fun-default' and remove spacial case for
2025 `isearch-word'.
2026 (minibuffer-history-isearch-wrap): Remove spacial case for
2027 `isearch-word'.
2028
2029 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2030 Remove spacial case for `isearch-word'.
2031 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2032
85c8c5b6
AM
20332012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2034
2035 Decrease XEmacs incompatibilities.
2036 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2037 Use `string-match'.
2038 (flyspell-delete-region-overlays): Use alternative definition for
2039 XEmacs.
2040 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2041 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2042 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2043 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2044 `define-obsolete-face-alias' under XEmacs, but old method.
2045
2046 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2047 `with-no-warnings' definition or Emacs alias.
2048 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2049 (ispell-word): Do not use `region-p' if XEmacs.
2050
8cab9efc
AM
20512012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2052
2053 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2054 Check for `ispell-dictionary-base-alist' instead of full
2055 `ispell-dictionary-alist'.
2056 (ispell-init-process): Show spellchecker when starting new Ispell
2057 process.
2058
fda91268
RZ
20592012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2062 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2063
694ea8e3
JB
20642012-05-27 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * version.el (motif-version-string, gtk-version-string)
2067 (ns-version-string): Declare.
2068
e4d4f539
JL
20692012-05-27 Juri Linkov <juri@jurta.org>
2070
2071 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2072 after the `eval-defun-1' specialcaseing
2073 like in `edebug-eval-defun' (bug#10181).
2074
2075 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2076 like in `eval-defun-1'.
2077
33017faf 20782012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2079
fda91268
RZ
2080 * mail/sendmail.el (mail-yank-region):
2081 Recognize rmail-yank-current-message in addition to insert-buffer.
2082 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2083 a *mail* buffer created through rmail-start-mail with sendmail as
2084 mail-user-agent.
2085
33017faf
GM
20862012-05-27 Chong Yidong <cyd@gnu.org>
2087
2088 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2089 Default to 256 (Bug#11267).
2090
2091 * help.el (describe-mode): Doc fix.
2092
04188bb9
GM
20932012-05-26 Glenn Morris <rgm@gnu.org>
2094
38264cc9
GM
2095 * w32-fns.el (w32-init-info): Remove.
2096 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2097
eb7afdad
GM
2098 * info.el (info-initialize): For self-contained NS builds, put the
2099 included info/ directory at the front. (Bug#2791)
2100
04188bb9
GM
2101 * paths.el (Info-default-directory-list): Make it a defcustom,
2102 mainly so that we can use custom-initialize-delay.
2103
a179e3f7
SM
21042012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2105
43416392
SM
2106 * subr.el (buffer-has-markers-at): Mark obsolete.
2107
a179e3f7 2108 * subr.el (lambda): Use declare.
43416392 2109
a179e3f7
SM
2110 * emacs-lisp/lisp-mode.el (lambda):
2111 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2112
34a008d9
AH
21132012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2114
2115 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2116
0a3b289f
GM
21172012-05-26 Glenn Morris <rgm@gnu.org>
2118
2119 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2120
758c81e8
GM
21212012-05-25 Glenn Morris <rgm@gnu.org>
2122
f9f334f0
GM
2123 * paths.el: Remove no-byte-compile.
2124 * loadup.el: No need to load paths.el uncompiled.
2125
87eb79c2
GM
2126 * image.el (imagemagick-types-inhibit): Doc fix.
2127
758c81e8
GM
2128 * version.el: Remove no-byte-compile and associated formatting.
2129 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2130 is ancient code from when there was an "inc-vers.el".
2131
e7e85dc0
SM
21322012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * progmodes/gdb-mi.el: Minor style changes.
2135 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2136 Turn into minor modes.
2137 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2138 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2139 (gdb-shell): Remove unneeded let-binding.
2140 (gdb-get-many-fields): Eliminate O(n²) behavior.
2141
f31237a4
EZ
21422012-05-25 Eli Zaretskii <eliz@gnu.org>
2143
2144 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2145 platforms that don't link in fontset.c.
2146
bc1b21bb
JL
21472012-05-25 Juri Linkov <juri@jurta.org>
2148
2149 Use the same diff color scheme as in modern VCSes (bug#10181).
2150
2151 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2152 to avoid confusion with `diff-added' that now uses green colors.
2153 (diff-removed): Use shades of red.
2154 (diff-added): Use shades of green.
2155 (diff-changed): Leave just the yellow color.
2156 (diff-use-changed-face): New variable.
2157 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2158 how to highlight context diff changes.
2159 (diff-refine-change): Use shades of yellow.
2160 (diff-refine-removed): New face that uses shades of red.
2161 (diff-refine-added): New face that uses shades of green.
2162 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2163 `diff-refine-removed' in the call to `smerge-refine-subst'
2164 depending on the value of `diff-use-changed-face'.
2165
2166 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2167 (smerge-other): Use shades of green.
2168 (smerge-base): Use shades of yellow.
2169 (smerge-refined-change): Empty face.
2170 (smerge-refined-removed): New face that uses shades of red.
2171 (smerge-refined-added): New face that uses shades of green.
2172 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2173 args `props-r' and `props-a', and use them. Doc fix.
2174 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2175 on its value use different faces `smerge-refined-change',
2176 `smerge-refined-removed', `smerge-refined-added' in the call to
2177 `smerge-refine-subst'.
2178
2179 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2180 Add face condition `min-colors 88' with shades of red.
2181 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2182 `min-colors 88' with shades of green.
2183 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2184 `min-colors 88' with shades of yellow.
2185
6df9112c
GM
21862012-05-24 Glenn Morris <rgm@gnu.org>
2187
ead5edc0
GM
2188 * paths.el (prune-directory-list, remote-shell-program): Move to...
2189 * files.el (prune-directory-list, remote-shell-program): ...here.
2190 For the latter, delay initialization, prefer ssh, just search PATH.
2191
f18b81e6
GM
2192 * paths.el (term-file-prefix): Move to faces.el (the only user).
2193 * faces.el (term-file-prefix): Move here, make it a defcustom.
2194
ee2f89a6
GM
2195 * paths.el (news-directory, news-path, news-inews-program):
2196 Move to gnus/nnspool.el.
61a583ca 2197
f8815e4c
GM
2198 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2199
c8f3b42c
GM
2200 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2201 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2202 Make the latter a defcustom, with a delayed initialization.
2203
6df9112c
GM
2204 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2205 These were deleted from Gnus itself late 2010.
2206
5dadff36
JB
22072012-05-22 Juanma Barranquero <lekktu@gmail.com>
2208
9e1701c6
JB
2209 * progmodes/which-func.el (which-func-ff-hook):
2210 Check against user-error, not error.
2211
bd7239f5 2212 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2213 cl-specs.el, which no longer exists.
2214
3290526d
GM
22152012-05-22 Glenn Morris <rgm@gnu.org>
2216
2217 * info.el (info-emacs-bug): New command.
2218 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2219 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2220
ff0c3cfb
GM
22212012-05-21 Glenn Morris <rgm@gnu.org>
2222
2223 * makefile.w32-in (update-subdirs-SH):
2224 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2225
5814f126
SM
22262012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2227
a52c0aa0
SM
2228 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2229
5814f126
SM
2230 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2231 Simplify Maven regexp, and make sure the file can't start with a space
2232 (bug#11517).
2233
b847032c
GM
22342012-05-21 Glenn Morris <rgm@gnu.org>
2235
2236 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2237 Scrap superfluous subshells.
2238
3858bfe7
SM
22392012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2242 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2243
d14b0029
JB
22442012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2245
2246 * calc/calc.el (calc-ensure-consistent-units): New variable.
2247
a52c0aa0
SM
2248 * calc/calc-units.el (math-consistent-units-p)
2249 (math-check-unit-consistency): New functions.
2250 (calc-quick-units, calc-convert-units):
2251 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2252 is non-nil.
d14b0029
JB
2253 (calc-extract-units): Fix typo.
2254
60c4db3a
SM
22552012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2256
77f3b62e
SM
2257 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2258
60c4db3a
SM
2259 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2260 (flyspell-default-deplacement-commands): Don't spell check after
2261 repeated window/frame switches (e.g. triggered by mouse-movement).
2262 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2263 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2264 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2265 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2266 Remove unused vars.
2267 (flyspell-get-casechars, flyspell-get-not-casechars):
2268 Simplify; Don't bother removing a ] just to add it back.
2269 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2270
d209e2fb 22712012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2272
2273 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2274 New functions.
bd7239f5 2275 (math-function-table): Add support for more C functions.
b1a10716 2276
3f1b25b5
AM
22772012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2278
090bd7cb
JB
2279 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2280 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2281 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2282
b581bb5c
SM
22832012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2286 their respective macro declarations.
2287 * skeleton.el (define-skeleton):
2288 * progmodes/compile.el (define-compilation-mode):
2289 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2290 (define-ibuffer-filter):
2291 * emacs-lisp/generic.el (define-generic-mode):
2292 * emacs-lisp/easy-mmode.el (define-minor-mode)
2293 (define-globalized-minor-mode):
2294 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2295 * emacs-lisp/byte-run.el (defsubst):
2296 * custom.el (deftheme): Add doc-string metadata.
2297
70b8ef8f
SM
22982012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2301
b1198e17
SM
23022012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2303
9abdc45d
SM
2304 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2305
b1198e17
SM
2306 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2307 * emacs-lisp/cl-macs.el: Idem.
2308 * emacs-lisp/cl-specs.el: Remove.
2309
4735906a
SM
23102012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 Minor renaming of internal CL functions and variables.
2313 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2314 (cl--position): Rename from cl-position.
2315 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2316 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2317 (cl--random-state): Rename from *random-state*.
2318
ac348012
SM
23192012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2322 parens around the arg list (bug#11499).
2323
a0a79cde
JL
23242012-05-17 Juri Linkov <juri@jurta.org>
2325
2326 * isearch.el (word-search-regexp, word-search-backward)
2327 (word-search-forward, word-search-backward-lax)
2328 (word-search-forward-lax): Move functions from search.c
2329 (bug#10145, bug#11381).
2330
65034a51
AM
23312012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2332
090bd7cb
JB
2333 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2334 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2335 Delay for otherchars as for normal word components.
65034a51 2336
1a72a195
SM
23372012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * minibuffer.el (completion--sifn-requote): Fix last change.
2340 (minibuffer-local-must-match-filename-map):
2341 Move define-obsolete-variable-alias before its var.
2342
fdb058c2
SM
23432012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2344
c41045e6
SM
2345 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2346
036dfb8b
SM
2347 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2348 behavior.
2349 (completion--string-equal-p): New function.
2350 (completion--twq-all): Use it to get better assertion failure data.
2351
2473256d
SM
2352 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2353 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2354 (shell--requote-argument): New functions.
2355 (shell-completion-vars): Use them.
2356 (shell--parse-pcomplete-arguments): Rename from
2357 shell-parse-pcomplete-arguments.
2358 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2359 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2360 Obey comint-file-name-quote-list.
2361
fdb058c2
SM
2362 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2363 (smie-indent-keyword): Use it.
2364
51fa99f1
SM
23652012-05-14 Stefan Merten <smerten@oekonux.de>
2366
2367 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2368
e18afed7 23692012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2370
2371 * net/rlogin.el (rlogin-mode-map): Fix last change.
2372
e18afed7 23732012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2374
2375 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2376 the following \r\n using a single `process-send-string', since the
2377 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2378 with two `process-send-string's (Bug#11444).
8633b1f4 2379
e18afed7 23802012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2381
fdb058c2
SM
2382 * shell.el (shell-parse-pcomplete-arguments):
2383 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2384
2d21d7f6
WJ
23852012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2386
e18afed7 2387 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2388 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2389 (image-transform-width, image-transform-fit-width): New functions.
2390 (image-transform-properties): Use them.
2391 (image-transform-check-size): New function.
2392 (image-toggle-display-image): Use it (for testing).
2393 (image-transform-set-rotation): Reduce angle mod 360.
2394 Delete obsolete comment.
2395
7102e6d0
WJ
23962012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2397
2398 * image-mode.el: Fix scaling (bug#11399).
2399 (image-transform-resize): Doc fix.
2400 (image-transform-properties): Default scale is 1 and height should
2401 be an integer.
2402
06bc5e6e
SM
24032012-05-13 Johan Bockgård <bojohan@gnu.org>
2404
2405 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2406 than hard-coding `car', to fix misbehavior when moving forward.
2407
0ae03b6a
CY
24082012-05-13 Chong Yidong <cyd@gnu.org>
2409
2410 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2411 (tabulated-list-entries, tabulated-list-padding)
2412 (tabulated-list-sort-key): Make permanent-local.
2413
2414 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2415 (electric-buffer-list): Put electric buffer menu
2416 command descriptions in this docstring, instead of the docstring
2417 of electric-buffer-menu-mode. Code cleanups.
2418 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2419 Electric-buffer-menu-mode.
2420 (electric-buffer-update-highlight): Minor code cleanup.
2421
205a7391
MA
24222012-05-13 Michael Albinus <michael.albinus@gmx.de>
2423
2424 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2425 (Bug#11447)
2426
e5bd0a28
SM
24272012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 Move define-obsolete-variable-alias before the var's definition.
2430 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2431 * tooltip.el (tooltip-hook):
2432 * textmodes/reftex-toc.el (reftex-toc-map):
2433 * textmodes/reftex-sel.el (reftex-select-label-map)
2434 (reftex-select-bib-map):
2435 * textmodes/reftex-index.el (reftex-index-map)
2436 (reftex-index-phrases-map):
2437 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2438 * progmodes/meta-mode.el (meta-mode-map):
2439 * novice.el (disabled-command-hook):
2440 * loadhist.el (unload-hook-features-list):
2441 * frame.el (blink-cursor):
2442 * files.el (find-file-not-found-hooks, write-file-hooks)
2443 (write-contents-hooks):
2444 * emulation/tpu-edt.el (GOLD-map):
2445 * emacs-lock.el (emacs-lock-from-exiting):
2446 * emacs-lisp/generic.el (generic-font-lock-defaults):
2447 * emacs-lisp/chart.el (chart-map):
2448 * dos-fns.el (register-name-alist):
2449 * dired-x.el (dired-omit-files-p):
2450 * desktop.el (desktop-enable):
2451 * cus-edit.el (custom-mode-hook):
2452 * buff-menu.el (buffer-menu-mode-hook):
2453 * bookmark.el (bookmark-read-annotation-text-func)
2454 (bookmark-exit-hooks):
2455 * allout.el (allout-mode-deactivate-hook)
2456 (allout-exposure-change-hook, allout-structure-added-hook)
2457 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2458 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2459 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2460 comes before the corresponding variable's definition.
2461
ac59c2f6
CY
24622012-05-12 Chong Yidong <cyd@gnu.org>
2463
2464 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2465 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2466 (Buffer-menu-mode-map): Bind it.
2467 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2468
dee6c9a3
SM
24692012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2171cea5
SM
2471 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2472 (prolog-upper-case-string, prolog-lower-case-string)
2473 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2474 (prolog-use-smie, prolog-smie-grammar): New vars.
2475 (prolog-smie-forward-token, prolog-smie-backward-token)
2476 (prolog-smie-rules): New funs.
2477 (prolog-comment-indent): Remove.
2478 (prolog-mode-variables): Use default comment indentation instead.
2479 Setup SMIE.
2480 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2481 (prolog-mode): Don't call them any more.
2482 (prolog-electric-colon, prolog-electric-dash)
2483 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2484
aa0382bd
SM
2485 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2486
dbacb4bd
SM
2487 * minibuffer.el (completion--twq-all): Again, allow case differences.
2488
13bdd94c
SM
2489 * term.el: Move keymap initialization code to be more idiomatic.
2490 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2491 (term-terminal-menu): Move initialization into declaration.
2492 (term-escape-char): Let the user set it in her .emacs.
2493
ff46c759
SM
2494 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2495 Provide SMIE-based indentation (not enabled by default yet).
2496 (sh-mode-map): Don't bind electric keys.
2497 Use electric-pair-mode instead of skeleton-pair.
2498 (sh-assignment-regexp): Fit within 80 columns.
2499 (sh-indent-supported): Specify actual shell name instead of boolean.
2500 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2501 (sh-maybe-here-document): Use it. Make obsolete.
2502 (sh-electric-here-document-mode) New minor mode.
2503 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2504 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2505 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2506 (sh-smie-rc-grammar, sh-use-smie): New vars.
2507 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2508 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2509 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2510 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2511 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2512 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2513 (sh-set-shell): Use smie-setup if requested.
2514
dee6c9a3
SM
2515 * term.el (term-set-escape-char): Properly set term-escape-char.
2516 See http://stackoverflow.com/questions/10524656.
2517
9f9aa044
CY
25182012-05-10 Chong Yidong <cyd@gnu.org>
2519
2520 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2521 Use url-generic-parse-url, and handle host names and Windows
2522 filenames properly.
2523 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2524 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2525 URL schemes to work on.
2526 (ffap--toggle-read-only): New function.
2527 (ffap-read-only, ffap-read-only-other-window)
2528 (ffap-read-only-other-frame): Use it.
2529 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2530 necessary for ffap-url-unwrap-remote.
2531
836d29b3
DA
25322012-05-10 Dave Abrahams <dave@boostpro.com>
2533
2534 * cus-start.el (create-lockfiles): Add it.
2535
00fd78ed
CY
25362012-05-09 Chong Yidong <cyd@gnu.org>
2537
2538 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2539 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2540
666b903b 25412012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2542
2543 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2544
666b903b 25452012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2546
2547 * ansi-color.el (ansi-color-process-output): Check for validity of
2548 comint-last-output-start before using it. This avoids a bad
2549 interaction with gdb-mi's input/output buffer.
2550
666b903b 25512012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2552
2553 * files.el (dir-locals-read-from-file):
2554 Mention dir-locals in any error message.
2555
666b903b 25562012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2557
2558 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2559 package (Bug#11410).
2560
f677562b
CY
2561 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2562 variables into description.
2563
666b903b 25642012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2565
2566 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2567 shell-delimiter-argument-list (bug#11348).
2568 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2569
b499d8d0
JB
25702012-05-09 Juanma Barranquero <lekktu@gmail.com>
2571
8f6b6da8
JB
2572 * textmodes/rst.el: Silence byte-compiler warnings.
2573 (rst-re-alist, rst-reset-section-caches): Move around.
2574 (rst-re): Use `characterp', not `char-valid-p'.
2575 (font-lock-beg, font-lock-end): Declare.
2576
4824146a
JB
2577 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2578 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2579
b499d8d0
JB
2580 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2581
ad89bb83
GM
25822012-05-08 Glenn Morris <rgm@gnu.org>
2583
2584 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2585
8bba5a75
SM
25862012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2587
49ed9c8e
SM
2588 * vc/log-edit.el: Add GNU coding standards highlighting.
2589 (log-edit-font-lock-gnu-style)
2590 (log-edit-font-lock-gnu-keywords): New vars.
2591 (log-edit-font-lock-keywords): New fun.
2592 (log-edit-mode): Don't fold case in font-lock.
2593 (log-edit-font-lock-keywords): Do not assume case-folding.
2594
07d00b56
SM
2595 * imenu.el: Misc cleanup. Make docstrings out of comments.
2596 Use lexical-binding.
2597 (imenu--index-alist, imenu--last-menubar-index-alist)
2598 (imenu-menubar-modified-tick): Use defvar-local.
2599 (imenu--split-menu): Remove unused var.
2600 (imenu--cleanup-seen): Declare as global.
2601 (imenu--cleanup): Use dolist.
2602
8bba5a75
SM
2603 * subr.el (defvar-local): Add debug spec and doc-string position.
2604
5075bdb5
GM
26052012-05-08 Glenn Morris <rgm@gnu.org>
2606
090bd7cb 2607 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2608 * language/english.el, language/georgian.el, language/greek.el:
2609 * language/japanese.el, language/khmer.el, language/korean.el:
2610 * language/lao.el, language/misc-lang.el, language/romanian.el:
2611 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2612 * language/thai.el, language/utf-8-lang.el:
2613 Remove no-byte-compile setting.
2614
5075bdb5
GM
2615 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2616
06f679a7
AH
26172012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2618
2619 * progmodes/make-mode.el (makefile-browse):
2620 Remove unnecessary interactive. (Bug#11324)
2621
03794570
GM
26222012-05-07 Glenn Morris <rgm@gnu.org>
2623
af8630f4
GM
2624 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2625
03794570
GM
2626 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2627
f0809a9d
SM
26282012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2629
28be5ce7
SM
2630 * loadup.el: Preload newcomment.el.
2631 * newcomment.el: Move autoload-only code to toplevel.
2632
f0809a9d
SM
2633 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2634 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2635 Handle new :right-align column property.
2636 (tabulated-list-print-col): Idem, plus use `display' text-property to
2637 try and preserve alignment for variable pitch fonts.
2638
1241b724
CY
26392012-05-07 Chong Yidong <cyd@gnu.org>
2640
2641 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2642 (tabulated-list-use-header-line): New var.
2643 (tabulated-list-init-header): Use it.
2644 (tabulated-list-print-fake-header): New function.
2645 (tabulated-list-print): Use it.
2646 (tabulated-list-sort-button-map): Add non-header-line commands.
2647 (tabulated-list-init-header): Add column name property to basic
2648 labels as well.
2649 (tabulated-list-col-sort): Handle non-header-line button case.
2650 (tabulated-list--sort-by-column-name): Fix a corner case.
2651
f0809a9d
SM
2652 * buff-menu.el (list-buffers--refresh):
2653 Handle Buffer-menu-use-header-line.
1241b724 2654
e5f9458f
CY
26552012-05-06 Chong Yidong <cyd@gnu.org>
2656
2657 * buff-menu.el: Convert to Tabulated List mode.
2658 (Buffer-menu-buffer+size-width): Make obsolete.
2659 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2660 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2661 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2662 documentation into docstring of buffer-menu.
2663 (Buffer-menu-toggle-files-only): Add an informative message.
2664 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2665 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2666 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2667 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2668 (Buffer-menu-execute, Buffer-menu-select)
2669 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2670 (Buffer-menu-bury): Use Tabulated List machinery.
2671 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2672 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2673 Delete.
e5f9458f
CY
2674 (list-buffers--refresh): New function.
2675 (list-buffers-noselect): Use it.
2676 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2677 (Buffer-menu--pretty-file-name): New helper functions.
2678
2679 * loadup.el: Preload tabulated-list.
2680
2681 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2682 tabulated-list-sort-column.
2683 (tabulated-list-init-header): Add the initial aligning space even
2684 if tabulated-list-padding is zero.
2685
e129292c
CS
26862012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2687
2688 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2689 whose cdr is not a cons cell correctly (bug#11038).
2690
6632d361
CY
26912012-05-06 Chong Yidong <cyd@gnu.org>
2692
e129292c
CS
2693 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2694 Accept additional plist in column descriptors.
6632d361
CY
2695 (tabulated-list-init-header): Obey it.
2696 (tabulated-list-get-entry): New function.
2697 (tabulated-list-put-tag): Use it. Use string-width instead of
2698 length.
2699 (tabulated-list--column-number): New function.
2700 (tabulated-list-print): Use it.
e129292c
CS
2701 (tabulated-list-print-col): New function.
2702 Set `tabulated-list-column-name' property on each column's text.
6632d361 2703 (tabulated-list-print-entry): Use it.
e129292c
CS
2704 (tabulated-list-delete-entry, tabulated-list-set-col):
2705 New functions.
6632d361
CY
2706 (tabulated-list-sort-column): New command (Bug#11337).
2707
3cc99f68
CY
2708 * buff-menu.el (list-buffers): Move C-x C-b binding from
2709 buff-menu.el to bindings.el.
2710
2711 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2712 :advertised-binding feature.
2713
52b61776
TN
27142012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2715
2716 * progmodes/compile.el (compilation-internal-error-properties):
2717 Calculate start position correctly when end-col is set but
2718 end-line is not (Bug#11382).
2719
ebfe2597
WJ
27202012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2721
2722 * man.el (Man-unindent): Use text-property-default-nonsticky to
2723 prevent untabify from inheriting face properties (Bug#11408).
2724
6d3f7c2f
SM
27252012-05-05 Stefan Merten <smerten@oekonux.de>
2726
2727 * textmodes/rst.el: Major merge with upstream development up to
2728 Docutils SVN r7399 / rst.el V1.2.1.
2729
2730 Clarify maintainership and authors.
2731
2732 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2733 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2734 (rst-official-version, rst-official-cvs-rev, rst-version)
2735 (rst-package-emacs-version-alist): New functions and variables
2736 for version information.
2737
2738 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2739 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2740 (rst-mode-syntax-table, rst-mode): New and corrected functions
2741 and variables representing reStructuredText features.
2742
2743 (rst-re): New function for reStructuredText regexes. Use in
2744 many places.
2745
2746 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2747 (rst-mode-map): Rebind keys.
2748
2749 (rst-mode-lazy, rst-font-lock-keywords)
2750 (rst-font-lock-extend-region)
2751 (rst-font-lock-extend-region-internal)
2752 (rst-font-lock-extend-region-extend)
2753 (rst-font-lock-find-unindented-line-limit)
2754 (rst-font-lock-find-unindented-line-match)
2755 (rst-adornment-level, rst-font-lock-adornment-level)
2756 (rst-font-lock-adornment-match)
2757 (rst-font-lock-handle-adornment-pre-match-form)
2758 (rst-font-lock-handle-adornment-matcher): Major revision of
2759 font-locking. Integrate with other code. Use `jit-lock-mode'.
2760
2761 (rst-preferred-adornments, rst-adjust-hook)
2762 (rst-new-adornment-down, rst-preferred-bullets)
2763 (rst-preferred-bullets, rst-indent, rst-indent-width)
2764 (rst-indent-field, rst-indent-literal-normal)
2765 (rst-indent-literal-minimized, rst-indent-comment): Change,
2766 extend and improve customization.
2767
2768 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2769 (rst-normalize-cursor-position, rst-get-decoration)
2770 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2771 (rst-rstrip, rst-toc-insert-find-delete-contents)
2772 (rst-shift-fill-region, rst-compute-bullet-tabs)
2773 (rst-debug-print-tabs, rst-debug-mark-found)
2774 (rst-shift-region-guts, rst-shift-region-right)
2775 (rst-shift-region-left, rst-use-char-classes)
2776 (rst-font-lock-keywords-function)
2777 (rst-font-lock-indentation-point)
2778 (rst-font-lock-find-unindented-line-begin)
2779 (rst-font-lock-find-unindented-line-end)
2780 (rst-font-lock-find-unindented-line)
2781 (rst-font-lock-adornment-point, rst-font-lock-level)
2782 (rst-adornment-level-alist): Remove functions and variables.
2783
2784 (rst-compare-adornments, rst-get-adornment-match)
2785 (rst-suggest-new-adornment, rst-get-adornments-around)
2786 (rst-adornment-complete-p, rst-get-next-adornment)
2787 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2788 (rst-straighten-adornments): Standardize function names to
2789 use "adornment" instead of "decoration". Correct callers.
2790 Similar standardizing in many places.
2791
2792 (rst-update-section, rst-adjust, rst-promote-region)
2793 (rst-enumerate-region, rst-bullet-list-region)
2794 (rst-repeat-last-character): Correct use of `interactive'.
2795
2796 (rst-classify-adornment, rst-find-all-adornments)
2797 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2798 (rst-find-leftmost-column, rst-repeat-last-character):
2799 Refactor functions.
2800
2801 (rst-find-title-line, rst-reset-section-caches)
2802 (rst-get-adornments-around, rst-adjust-adornment-work)
2803 (rst-arabic-to-roman, rst-roman-to-arabic)
2804 (rst-insert-list-pos, rst-insert-list-new-item)
2805 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2806 New functions.
2807
2808 (rst-all-sections, rst-section-hierarchy)
2809 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2810 New variables.
2811
2812 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2813 configuration instead of only buffer. Change where necessary.
2814
2815 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2816 (rst-shift-region, rst-adaptive-fill): New functions for
2817 indentation and filling.
2818
2819 (rst-comment-line-break, rst-comment-indent)
2820 (rst-comment-insert-comment, rst-comment-region)
2821 (rst-uncomment-region): New functions for handling comments.
2822
2823 (rst-compile): Quote shell arguments.
2824
2825 (rst-compile-pdf-preview, rst-compile-slides-preview):
2826 Delete temporary files after use.
2827
a43f98b3
GM
28282012-05-05 Glenn Morris <rgm@gnu.org>
2829
48176e8b
GM
2830 * calendar/cal-html.el: Optionally include holidays in the output.
2831 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2832 (cal-html-holidays): New option.
2833 (cal-html-css-default): Add holiday entry.
2834 (holiday-in-range): Autoload it.
2835 (cal-html-htmlify-entry): Add optional class argument.
2836 (cal-html-htmlify-list): Add optional holidays argument.
2837 (cal-html-insert-agenda-days): Include holidays in the output.
2838 (cal-html-one-month): Maybe include holidays.
2839
a43f98b3
GM
2840 * calendar/holidays.el (holiday-in-range):
2841 Move here from cal-tex-list-holidays.
2842 * calendar/cal-tex.el (cal-tex-list-holidays):
2843 Make it an obsolete alias for holiday-in-range. Update all callers.
2844
fef9d149 28452012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2846
2847 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2848 Nextstep.
2849
248da2f4
RW
28502012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2851
2852 * files.el (file-auto-mode-skip): New var.
2853 (set-auto-mode-1): Use it.
2854
f95e9344
SM
28552012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2856
df96ab1e
SM
2857 * repeat.el: Use lexical-binding.
2858 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2859 (repeat-undo-count): Remove.
2860 (repeat):
2861 * progmodes/octave-mod.el (octave-abbrev-start):
2862 * progmodes/f90.el (f90-abbrev-start):
2863 * face-remap.el (text-scale-adjust):
2864 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2865
5342bb06
SM
2866 * emacs-lisp/pcase.el (pcase--let*): New function.
2867 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2868 a bit more.
2869 (pcase--split-pred): Be more clever about ruling out overlap between
2870 a predicate and some constant pattern.
2871 (pcase--q1): Use `null' instead of (eq foo nil).
2872
f95e9344
SM
2873 * subr.el (setq-local, defvar-local): New macros.
2874 (kbd): Redefine as an alias.
2875 (with-selected-window): Leave unrelated frames alone.
2876 (set-temporary-overlay-map): New function.
2877
71873e2b
SM
28782012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * subr.el (user-error): New function.
2881 * window.el (switch-to-buffer):
2882 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2883 (smerge-match-conflict):
2884 * simple.el (previous-matching-history-element)
2885 (next-matching-history-element, goto-history-element, undo-more)
2886 (undo-start):
2887 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2888 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2889 (next-file, tags-loop-scan, list-tags, complete-tag):
2890 * progmodes/compile.el (compilation-loop):
2891 * mouse.el (mouse-minibuffer-check):
2892 * man.el (Man-bgproc-sentinel, Man-goto-page):
2893 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2894 (Info-history-forward, Info-follow-reference, Info-menu)
2895 (Info-extract-menu-item, Info-extract-menu-counting)
2896 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2897 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2898 (Info-next-reference, Info-prev-reference, Info-index)
2899 (Info-index-next, Info-follow-nearest-node)
2900 (Info-copy-current-node-name):
2901 * imenu.el (imenu--make-index-alist)
2902 (imenu-default-create-index-function, imenu-add-to-menubar):
2903 * files.el (basic-save-buffer, recover-file):
2904 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2905 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2906 (checkdoc-message-text, checkdoc-defun):
2907 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2908 * cus-edit.el (customize-changed-options, customize-rogue)
2909 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2910 (custom-variable-mark-to-reset-standard)
2911 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2912 (custom-file):
2913 * completion.el (check-completion-length):
2914 * comint.el (comint-search-arg)
2915 (comint-previous-matching-input-string-position)
2916 (comint-previous-matching-input)
2917 (comint-replace-by-expanded-history-before-point, comint-send-input)
2918 (comint-copy-old-input, comint-backward-matching-input)
2919 (comint-goto-process-mark, comint-set-process-mark):
2920 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2921 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2922
8a61ee22
SM
29232012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2924
66408d1e
SM
2925 * dabbrev.el (dabbrev--ignore-case-p): New function.
2926 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2927 Use it.
2928
8a61ee22
SM
2929 * files.el (automount-dir-prefix): Mark as obsolete.
2930
3c74813a
GM
29312012-05-04 Glenn Morris <rgm@gnu.org>
2932
2933 * patcomp.el, play/bruce.el: Move to obsolete/.
2934
0bfcf5c5
PE
29352012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2936
2937 Fix minor Y10k bugs.
2938 * arc-mode.el (archive-unixdate):
2939 * autoinsert.el (auto-insert-alist):
2940 * calc/calc-forms.el (math-this-year):
2941 * emacs-lisp/copyright.el (copyright-current-year)
2942 (copyright-update-year, copyright):
2943 * tar-mode.el (tar-clip-time-string):
2944 * time.el (display-time-update):
2945 Don't assume years have 4 digits.
2946
78f3273a
CY
29472012-05-04 Chong Yidong <cyd@gnu.org>
2948
2949 * dos-w32.el (file-name-buffer-file-type-alist)
2950 (direct-print-region-use-command-dot-com):
2951 * ffap.el (ffap-menu-regexp):
2952 * find-file.el (ff-special-constructs):
2953 * follow.el (follow-debug):
2954 * forms.el (forms--debug):
2955 * iswitchb.el (iswitchb-all-frames):
2956 * ido.el (ido-all-frames):
2957 * emacs-lisp/timer.el (timer-max-repeats):
2958 * mail/feedmail.el (feedmail-mail-send-hook)
2959 (feedmail-mail-send-hook-queued):
2960 * mail/footnote.el (footnote-signature-separator):
2961 * mail/mailabbrev.el (mail-alias-separator-string)
2962 (mail-abbrev-mode-regexp):
2963 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2964 * progmodes/idlwave.el (idlwave-libinfo-file)
2965 (idlwave-default-completion-case-is-down)
2966 (idlwave-library-routines): Convert defvars to defcustoms.
2967
2968 * mail/rmail.el (rmail-decode-mime-charset):
2969 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2970 (idlwave-shell-fix-inserted-breaks)
2971 (idlwave-shell-activate-alt-keybindings)
2972 (idlwave-shell-use-breakpoint-glyph):
2973 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2974
f7ae6719
SM
29752012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2978
47086495
WS
29792012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2980
2981 * progmodes/verilog-mode.el (font-lock-keywords):
2982 Fix mis-highligting auto. Reported by Craig Barner.
2983 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2984 defines from global name space. Reported by Dan Dever.
2985 (verilog-auto-reset, verilog-auto-reset-widths)
2986 (verilog-auto-tieoff): Support using unbased numbers for
2987 AUTORESET and AUTOTIEOFF.
2988 (verilog-submit-bug-report): Update variable list.
2989 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2990 parenthesis from not matching. Reported by Michael Rytting.
2991 (verilog-auto-template-lint): Fix hash error when linting modules
2992 with no used templates.
2993 (verilog-warn, verilog-warn-error)
2994 (verilog-warn-fatal): When non-interactive report multiple
2995 warnings before exiting. Suggested by Brad Dobbie.
2996 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2997 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2998 to report unused template errors. Reported by Brad Dobbie.
2999 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3000 nets, bug438. Reported by Vns Blore.
3001 (verilog-auto-inout-module, verilog-auto-reg)
3002 (verilog-read-decls, verilog-read-sub-decls-sig)
3003 (verilog-signals-edit-wire-reg, verilog-signals-with):
3004 Fix passing of Verilog data types in ANSI input/output ports
3005 such as "output logic" into the AUTOs. Special case "wire" and
3006 "reg" for backwards compatibility presuming Verilog 2001.
3007 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3008 (verilog-preprocess): Fix replication of preprocess output.
3009 Reported by Brad Dobbie.
3010 (verilog-auto-inst-interfaced-ports):
3011 Create verilog-auto-inst-interfaced-ports, bug429.
3012 Reported by Julian Gorfajn.
3013 (verilog-after-save-font-hook)
3014 (verilog-before-save-font-hook): New variable.
3015 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3016 (verilog-save-font-mods): Wrap disabling fontification, reported
3017 by David Rogoff.
3018 (verilog-do-indent, verilog-pretty-declarations-auto)
3019 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3020 Reported by Pierre-David Pfister.
3021 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3022 of class declarations, bug292. Reported by Kevin Heilman.
3023 (verilog-read-decls): Fix 'parameter type' not appearing in
3024 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3025 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3026 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3027 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3028 Reported by David Kravitz.
3029
30302012-05-03 Michael McNamara <mac@mail.brushroad.com>
3031
3032 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3033 assignment with tests in ifs and for loops.
3034 (verilog-extended-complete-re, verilog-complete-reg): Change so
3035 that DPI inport functions don't look like fuction declarations.
3036 (verilog-pretty-expr): Don't line up assignment
3037 operations to the test and increment in if and for loops
3038 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3039 that DPI inport functions don't look like fuction declarations.
47086495 3040
2e51d4b5
KH
30412012-05-03 Kenichi Handa <handa@m17n.org>
3042
3043 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3044 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3045 (Bug#11282).
3046
2bd785a2
SM
30472012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * emacs-lisp/bytecomp.el
3050 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3051 since cconv.el might have introduced :fun-body, internal-make-closure,
3052 and friends for bytecomp to handle (bug#11391).
3053 * custom.el (defcustom): Avoid ((λ ..) ..).
3054
99d27583
SM
30552012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3058
55a71479
JB
30592012-05-02 Juanma Barranquero <lekktu@gmail.com>
3060
3061 * notifications.el (dbus-debug):
3062 * term/linux.el (gpm-mouse-enable):
3063 * term/screen.el (xterm-register-default-colors): Declare.
3064
7b97c764
CY
30652012-05-02 Chong Yidong <cyd@gnu.org>
3066
2bc356d7
CY
3067 * cus-start.el (gc-cons-percentage, exec-suffixes)
3068 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3069 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3070 (make-cursor-line-fully-visible, void-text-area-pointer)
3071 (font-list-limit): Add customization data.
3072
7b97c764
CY
3073 * allout.el (allout-exposure-change-functions)
3074 (allout-structure-added-functions)
3075 (allout-structure-deleted-functions)
3076 (allout-structure-shifted-functions): Rename abnormal hooks from
3077 *-hook, and convert to defcustoms.
5d3385a0
JB
3078 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3079 Convert to defcustoms.
7b97c764
CY
3080 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3081
3082 * allout-widgets.el: Hook callers changed.
3083
90207a15 30842012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3085
3086 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3087 the yanked message in preference to the default value of
3088 buffer-file-coding-system.
3089
90207a15 30902012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3091
5d3385a0
JB
3092 * window.el (display-buffer--action-function-custom-type):
3093 Fix entry.
d9558cad 3094
90207a15 30952012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3096
3097 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3098
d80ac57b
GM
30992012-05-01 Glenn Morris <rgm@gnu.org>
3100
976f7668
GM
3101 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3102
beb83b5a
GM
3103 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3104
d80ac57b
GM
3105 * cus-edit.el (custom-variable-documentation): Simplify with format.
3106
b593d6a9
AH
31072012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3108 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * simple.el (suggest-key-bindings, execute-extended-command):
3111 Move from keyboard.c.
3112
782fbf2a
CY
31132012-05-01 Chong Yidong <cyd@gnu.org>
3114
3115 * follow.el: Eliminate advice.
3116 (set-process-filter, process-filter, sit-for): Advice deleted.
3117 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3118 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3119 Vars deleted.
782fbf2a
CY
3120 (follow-auto): Use a :set function.
3121 (follow-mode): Rewritten. Don't advise process filters.
3122 (follow-switch-to-current-buffer-all, follow-scroll-up)
3123 (follow-scroll-down): Assume follow-mode is bound.
3124 (follow-comint-scroll-to-bottom)
3125 (follow-align-compilation-windows): New functions.
3126 (follow--window-sorter): New function.
3127 (follow-all-followers): Use it to explicitly sort windows by their
3128 positions; don't make assumptions about next-window order.
3129 (follow-windows-start-end, follow-delete-other-windows-and-split)
3130 (follow-calc-win-start): Doc fix.
3131 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3132 vertical-motion unnecessarily.
3133 (follow-adjust-window): New function.
3134 (follow-post-command-hook): Use it.
3135 (follow-call-set-process-filter, follow-call-process-filter)
3136 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3137 (follow-stop-intercept-process-output, follow-generic-filter):
3138 Functions deleted.
3139 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3140 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3141 New functions, replacing advice on scroll-bar-* commands.
87233a14 3142 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3143
3144 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3145 (comint-postoutput-scroll-to-bottom): Use it.
3146 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3147
290af740
GM
31482012-05-01 Glenn Morris <rgm@gnu.org>
3149
3150 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3151 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3152 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3153 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3154 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3155 Remove no-byte-compile setting.
3156
6eac8dc9
SM
31572012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3160 all-completions code to not return a number in the last cdr.
3161
9cc7819c
LL
31622012-04-30 Leo Liu <sdl.web@gmail.com>
3163
3164 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3165 read-only error.
3166
c93b886f
CY
31672012-04-29 Chong Yidong <cyd@gnu.org>
3168
3169 * follow.el (follow-calc-win-end): Rewrite to handle partial
3170 screen lines correctly (Bug#8390).
3171 (follow-avoid-tail-recenter): Minor cleanup.
3172
8b6c19f4
SM
31732012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 Avoid the obsolete `assoc' package.
3176 * speedbar.el (speedbar-refresh): Avoid adelete.
3177 (speedbar-file-lists): Simplify and avoid aput.
3178 * man.el (Man--sections, Man--refpages): New vars, replacing
3179 Man-sections-alist and Man-refpages-alist.
3180 (Man-build-section-alist, Man-build-references-alist):
3181 Use them; avoid aput.
3182 (Man--last-section, Man--last-refpage): New vars.
3183 (Man-follow-manual-reference): Use them.
3184 Use the `default' arg of completing-read.
3185 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3186
c5bb7569
CY
31872012-04-27 Chong Yidong <cyd@gnu.org>
3188
d1d2e2e8
CY
3189 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3190
15cd8efd
CY
3191 * startup.el (x-apply-session-resources): New function.
3192
3193 * term/ns-win.el (ns-initialize-window-system):
3194 * term/w32-win.el (w32-initialize-window-system):
3195 * term/x-win.el (x-initialize-window-system): Use it to properly
3196 set menu-bar-mode and other vars from X resources, even if the
3197 initial frame is not a window-system frame (Bug#2299).
3198
c5bb7569
CY
3199 * subr.el (read-key): Avoid running filter function when setting
3200 up temporary tool bar entries (Bug#9922).
3201
a8e7d6d7 32022012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3203
3204 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3205 (Bug#11344)
3206
a8e7d6d7 32072012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3208
3209 * select.el (xselect--encode-string): New function, split from
3210 xselect-convert-to-string.
3211 (xselect-convert-to-string): Use it.
3212 (xselect-convert-to-filename, xselect-convert-to-os)
3213 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3214 returned strings are properly encoded (Bug#11315).
3215
a8e7d6d7 32162012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3217
3218 * simple.el (delete-active-region): Move to killing custom group.
3219
a8e7d6d7 32202012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3221
3222 * progmodes/which-func.el (which-func-current): Quote %
3223 characters for mode-line processing.
3224
578c1d4b 32252012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3226
3227 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3228 reaching eob (Bug#11286).
3229
a8e7d6d7 32302012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3231
3232 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3233 (gdb): Make it buffer-local and init to zero.
3234 (gdb-control-commands-regexp): New variable.
3235 (gdb-send): Don't wrap in "-interpreter-exec console" if
3236 gdb-control-level is positive. Increment gdb-control-level
3237 whenever the command matches gdb-control-commands-regexp, and
3238 decrement it each time the command is "end". (Bug#11279)
3239
a8e7d6d7 32402012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3241
3242 * window.el (adjust-window-trailing-edge, enlarge-window)
3243 (shrink-window, window-resize):
3244 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3245 windows (Bug#11276).
3246
b3608390
CY
32472012-04-27 Chong Yidong <cyd@gnu.org>
3248
3249 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3250 fix "missing prefix" warning. All callers changed.
b3608390 3251
797e6e88
SM
32522012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * emacs-lisp/assoc.el: Move to obsolete/.
3255
e95a67dc
SM
32562012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3257
657c21e4 3258 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3259
3260 * term/ns-win.el (ns-define-service):
3261 * progmodes/pascal.el (pascal-goto-defun):
3262 * progmodes/js.el (js--read-tab):
3263 * progmodes/etags.el (tags-lazy-completion-table):
3264 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3265 * emacs-lisp/ewoc.el (ewoc--wrap):
3266 * emacs-lisp/assoc.el (aput, adelete, amake):
3267 * doc-view.el (doc-view-convert-current-doc):
3268 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3269
cb3e7ae0
CY
32702012-04-26 Chong Yidong <cyd@gnu.org>
3271
dce04f7f
CY
3272 * image.el (image-type-from-buffer): Only return supported image
3273 type (Bug#9045).
3274
cb3e7ae0
CY
3275 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3276 value, for symmetry with diff-end-of-hunk.
3277 (diff-split-hunk, diff-find-source-location)
3278 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3279 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3280 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3281 compute the relevant hunk or file properly (Bug#6005).
3282 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3283
0d42eb3e
SM
32842012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * vc/vc-mtn.el:
3287 * vc/vc-hg.el:
3288 * vc/vc-git.el:
3289 * vc/vc-dir.el:
3290 * vc/vc-cvs.el:
3291 * vc/vc-bzr.el:
3292 * vc/vc-arch.el:
3293 * vc/vc.el: Replace lexical-let by lexical-binding.
3294 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3295 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3296 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3297
f08ae1c9
CY
32982012-04-26 Chong Yidong <cyd@gnu.org>
3299
8b71081d
CY
3300 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3301 (diff-mode-shared-map): Bind it to / and [remap undo].
3302
f08ae1c9
CY
3303 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3304 (ediff-window-setup-function): Use it as the default, to set up
3305 windows based on whether the current frame is graphical (Bug#2138).
3306 (ediff-choose-window-setup-function-automatically): Make obsolete.
3307
3308 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3309
ef24141c
SM
33102012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3311
cc356a5d
SM
3312 * ffap.el: Remove old code for obsolete package.
3313 (ffap-complete-as-file-p): Remove.
3314
b4ff4f1f
SM
3315 Use completion-table-with-quoting for comint and pcomplete.
3316 * comint.el (comint--unquote&requote-argument)
3317 (comint--unquote-argument, comint--requote-argument): New functions.
3318 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3319 (comint-quote-filename): Use regexp-opt-charset.
3320 (comint--common-suffix, comint--common-quoted-suffix)
3321 (comint--table-subvert): Remove.
3322 (comint-unquote-function, comint-requote-function): New vars.
3323 (comint--complete-file-name-data): Use them with
3324 completion-table-with-quoting.
3325 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3326 * pcomplete.el (pcomplete-arg-quote-list)
3327 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3328 (pcomplete-unquote-argument-function): Default to non-nil.
3329 (pcomplete-unquote-argument): Simplify.
3330 (pcomplete--common-quoted-suffix): Remove.
3331 (pcomplete-requote-argument-function): New var.
3332 (pcomplete--common-suffix): New function.
3333 (pcomplete-completions-at-point): Use completion-table-with-quoting
3334 and completion-table-subvert.
3335
79c4eeb4
SM
3336 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3337 (minibuffer--double-dollars): Preserve properties.
3338 (completion--sifn-requote): New function.
3339 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3340
ef24141c
SM
3341 * minibuffer.el: Add support for completion of quoted/escaped data.
3342 (completion-table-with-quoting, completion-table-subvert): New funs.
3343 (completion--twq-try, completion--twq-all): New functions.
3344 (completion--nth-completion): New function.
3345 (completion-try-completion, completion-all-completions): Use it.
3346
784e7d6e
LL
33472012-04-25 Leo Liu <sdl.web@gmail.com>
3348
dd2ac746
SM
3349 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3350 Use compilation-message if available to find real filename.
784e7d6e 3351
07875ee7
CY
33522012-04-25 Chong Yidong <cyd@gnu.org>
3353
3354 * vc/diff-mode.el (diff-setup-whitespace): New function.
3355 (diff-mode): Use it.
3356
3357 * vc/diff.el (diff-sentinel):
3358 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3359 Whitespace mode variables based on diff style (Bug#8612).
3360
5055880d
LL
33612012-04-25 Leo Liu <sdl.web@gmail.com>
3362
daf75653
LL
3363 * progmodes/python.el (python-send-region): Add suffix .py to the
3364 temp file.
3365
5055880d
LL
3366 * files.el (auto-mode-alist): Use javascript-mode instead.
3367
db9b177b
AH
33682012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3369
ef24141c 3370 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3371
090bd7cb 3372 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3373 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3374 references, see Bug#9.
ef24141c 3375 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3376 when receiving a fault reply.
ef24141c 3377 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3378
090bd7cb 3379 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3380 (soap-inspect-simple-type): New function.
db9b177b 3381
090bd7cb 3382 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3383 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3384 (soap-decode-basic-type, soap-encode-basic-type):
3385 support unsignedInt and double basic types.
db9b177b 3386 (soap-resolve-references-for-simple-type)
ef24141c
SM
3387 (soap-parse-simple-type, soap-encode-simple-type): New function.
3388 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3389
090bd7cb 3390 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3391 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3392 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3393 the local name of "soapenc:Array".
3394 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3395 decoding integer, byte and anyURI xsd types.
3396
1fc6097b
CY
33972012-04-25 Chong Yidong <cyd@gnu.org>
3398
3399 * cus-edit.el (custom-buffer-create-internal): Update header text.
3400
afc6df87
EZ
34012012-04-25 Eli Zaretskii <eliz@gnu.org>
3402
3403 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3404 settings on 'system-type', not on 'window-system'. On MS-Windows,
3405 set interactive-mode on in GDB.
3406
dfbd787f
SM
34072012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3410 (ruby-syntax-propertize-regexp): Remove.
3411 (ruby-syntax-propertize-function): Split regexp into chunks.
3412 Match following code directly.
3413
85222d44
DG
34142012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3415
51a8ea2a
DG
3416 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3417 (ruby-syntax-propertize-regexp): New function.
3418 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3419 by a special keyword.
3420
85222d44
DG
3421 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3422 (ruby-syntax-general-delimiters-goto-beg)
3423 (ruby-syntax-propertize-general-delimiters): New functions.
3424 (ruby-syntax-propertize-function): Use them to handle GDL.
3425 (ruby-font-lock-keywords): Move old handling of GDL...
3426 (ruby-font-lock-syntactic-keywords): .. to here.
3427 (ruby-calculate-indent): Adjust indentation for GDL.
3428
b613912b
MA
34292012-04-24 Michael Albinus <michael.albinus@gmx.de>
3430
b5380639
MA
3431 * notifications.el (top): Remove unneeded declarations.
3432 (notifications-specification-version): Change to "1.2".
e43042fe 3433 (notifications-interface, notifications-notify-method)
b613912b
MA
3434 (notifications-close-notification-method): Fix docstring.
3435 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3436 (notifications-notify): Add :action-items, :resident and
3437 :transient hints. Change "image_data" to "image-data" and
3438 "image_path" to "image-path".
b613912b
MA
3439 (notifications-get-capabilities): New defun.
3440
257440aa
LL
34412012-04-24 Leo Liu <sdl.web@gmail.com>
3442
3443 * progmodes/python.el: Move hideshow setup to the end.
3444
b1bac16e
MR
34452012-04-24 Martin Rudalics <rudalics@gmx.at>
3446
3447 * window.el (handle-select-window): Clear echo area since this is
3448 no more done by read_char (Bug#11304).
3449
d81bd059
SM
34502012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3453 and `/ M' to filter-derived-mode.
3454 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3455 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3456 (ibuffer-mark-by-mode): Use default rather than initial-input.
3457 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3458
c4cf6d91
IA
34592012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3460
3461 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3462 (ibuffer-filter-by-derived-mode): New filter.
3463 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3464
7511ded8
CY
34652012-04-23 Andreas Politz <politza@fh-trier.de>
3466
3467 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3468
775c916b
CY
34692012-04-23 Chong Yidong <cyd@gnu.org>
3470
3471 * cus-edit.el (customize-apropos, customize-apropos-options):
3472 Disable matching of non-option variables (Bug#11176).
3473 (customize-option, customize-option-other-window)
3474 (customize-changed-options): Doc fix.
3475 (customize-apropos-options, customize-apropos-faces)
3476 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3477
3478 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3479 Fix word list splitting (Bug#11132).
46c71e23
CY
3480 (apropos-symbol, apropos-keybinding, apropos-label)
3481 (apropos-property, apropos-function-button)
3482 (apropos-variable-button, apropos-misc-button): New faces.
3483 (apropos-symbol-face, apropos-keybinding-face)
3484 (apropos-label-face, apropos-property-face, apropos-match-face):
3485 Variables removed (Bug#8396).
3486 (apropos-library-button, apropos-format-plist, apropos-print)
3487 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3488
2df41f9c
MA
34892012-04-23 Michael Albinus <michael.albinus@gmx.de>
3490
3491 * net/xesam.el (xesam-mode-map): Use let-bound map in
3492 initialization. (Bug#11292)
3493
da00640a
AM
34942012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3495
3496 Preserve ispell session localwords when switching back to
3497 original buffer.
3498
090bd7cb
JB
3499 * textmodes/ispell.el (ispell-buffer-session-localwords):
3500 New buffer-local variable to hold buffer session localwords.
da00640a
AM
3501 (ispell-kill-ispell): add option 'clear to delete session
3502 localwords.
3503 (ispell-command-loop, ispell-change-dictionary)
3504 (ispell-buffer-local-words): Preserve session localwords when
3505 needed.
3506
090bd7cb
JB
3507 * textmodes/flyspell.el (flyspell-process-localwords)
3508 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3509
f621ccf5
AM
35102012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3511
090bd7cb
JB
3512 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3513 using obsolete `translation-table-for-input'.
ef24141c
SM
3514 (ispell-word, ispell-process-line, ispell-complete-word):
3515 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3516
c2d1019e
CY
35172012-04-22 Chong Yidong <cyd@gnu.org>
3518
3519 * cus-edit.el (custom-variable-menu)
3520 (custom-variable-reset-saved, custom-face-menu)
3521 (custom-face-reset-saved): If there is no saved value, make the
3522 "reset-saved" operation bring back the default (Bug#9509).
3523 (custom-face-state): Properly detect themed faces.
3524
eeddc531
CY
3525 * faces.el (face-spec-set): Stop supporting deprecated form of
3526 third arg.
3527
dcbf5805
MA
35282012-04-22 Michael Albinus <michael.albinus@gmx.de>
3529
3530 Move functions from C to Lisp. Make non-blocking method calls
3531 the default. Implement further D-Bus standard interfaces.
3532
ef24141c
SM
3533 * net/dbus.el (dbus-message-internal): Declare function.
3534 Remove unneeded function declarations.
dcbf5805
MA
3535 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3536 (dbus-message-type-method-return, dbus-message-type-error)
3537 (dbus-message-type-signal): Declare variables. Remove local
3538 definitions.
3539 (dbus-interface-dbus, dbus-interface-peer)
3540 (dbus-interface-introspectable, dbus-interface-properties)
3541 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3542 Adapt docstring.
3543 (dbus-interface-objectmanager): New defconst.
3544 (dbus-call-method, dbus-call-method-asynchronously)
3545 (dbus-send-signal, dbus-method-return-internal)
3546 (dbus-method-error-internal, dbus-register-service)
3547 (dbus-register-signal, dbus-register-method): New defuns, moved
3548 from dbusbind.c
3549 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3550 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3551 New defuns.
dcbf5805
MA
3552 (dbus-call-method-non-blocking): Make it an obsolete function.
3553 (dbus-unregister-object, dbus-unregister-service)
3554 (dbus-handle-event, dbus-register-property)
3555 (dbus-property-handler): Obey the new structure of
3556 `bus-registered-objects'.
3557 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3558 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3559 Use `dbus-call-method'.
3560
cf20dee0
CY
35612012-04-22 Chong Yidong <cyd@gnu.org>
3562
3563 * cus-edit.el (custom-commands, custom-reset-menu)
3564 (Custom-reset-standard): Tweak labels.
3565 (custom-reset-button-menu): Change default to t.
3566 (custom-buffer-create-internal): For the custom-reset-button-menu
3567 case, put the revert button first.
3568 (custom-group-subtitle): New face.
3569 (custom-group-value-create): Align docstring to a specific column.
3570
3571 * wid-edit.el (widget-documentation-link-add): Don't handle
3572 indentation in this function.
3573 (widget-documentation-string-indent-to): New function.
3574 (widget-documentation-string-value-create): Use it.
3575
3576 * autorevert.el (auto-revert):
3577 * epg-config.el (epg):
3578 * ibuffer.el (ibuffer):
3579 * mpc.el (mpc):
3580 * ses.el (ses):
3581 * eshell/eshell.el (eshell):
3582 * net/ange-ftp.el (ange-ftp):
3583 * progmodes/ebnf2ps.el (postscript):
3584 * progmodes/flymake.el (flymake):
3585 * progmodes/prolog.el (prolog):
3586 * progmodes/verilog-mode.el (verilog-mode):
3587 * progmodes/which-func.el (which-func):
3588 * term/xterm.el (xterm):
3589 * textmodes/picture.el (picture):
3590 * textmodes/tildify.el (tildify):
3591 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3592 customization buffers.
3593
583e23bd
AM
35942012-04-22 Alan Mackenzie <acm@muc.de>
3595
3596 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3597 Adding a ) can hide the resulting (..) from searches. Fix it.
3598 Bound the backward search to the position of the existing (.
3599
7dd51bf1
JB
36002012-04-21 Juanma Barranquero <lekktu@gmail.com>
3601
3602 * progmodes/verilog-mode.el (verilog-mode): Check whether
3603 which-func-modes is t before adding verilog-mode.
3604 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3605
d64a438f
LL
36062012-04-21 Leo Liu <sdl.web@gmail.com>
3607
7dd51bf1 3608 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3609
081e8d65
MV
36102012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3611
3612 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3613 filling of the last column of a table (Bug#5635).
3614 (woman-find-next-control-line): New arg, specifying an additional
3615 regexp component for the control line.
3616 (woman2-roff-buffer): Use it.
3617 (woman-break-table): New function.
3618 (woman2-TS): Use it.
3619
36202012-04-21 Chong Yidong <cyd@gnu.org>
3621
3622 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3623 (woman-horizontal-escapes, woman-negative-vertical-space)
3624 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3625 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3626
ed571ccb
SM
36272012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * minibuffer.el (completion-file-name-table): Complete user names.
3630
39773899
LL
36312012-04-20 Leo Liu <sdl.web@gmail.com>
3632
3633 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3634 and pcase-let*.
3635
de6ff46d
CY
36362012-04-20 Chong Yidong <cyd@gnu.org>
3637
3638 * server.el (server-execute): Respect initial-buffer-choice if it
3639 is a string and there are no files to open (Bug#2825).
3640 (server-create-window-system-frame, server-create-tty-frame):
3641 Don't switch buffers here.
2d0e8e61
CY
3642 (server-process-filter): Only try to open a window system frame if
3643 compiled with graphical support (Bug#8314).
de6ff46d 3644
54071013
DN
36452012-04-20 Dan Nicolaescu <dann@gnu.org>
3646
3647 * battery.el (battery-echo-area-format): Display remaining time
3648 for sysfs backend too (Bug#11269).
3649 (battery-linux-sysfs): Fix conditional for the charge.
3650
f30d612a
CY
36512012-04-20 Chong Yidong <cyd@gnu.org>
3652
c07a4c0b 3653 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3654 (gdb-inferior-io--init-proc): New function.
3655 (gdb-init-1): Use it.
3656 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3657 responsible for allocating a new pty and hooking it to gdb when
3658 the old pty gets an EIO due to process exit.
3659 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3660 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3661 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3662
2116e93c
EZ
36632012-04-20 Eli Zaretskii <eliz@gnu.org>
3664
3665 * window.el (window-min-size, window-sizable, window-min-delta)
3666 (window-max-delta, window--resizable, window-resizable)
3667 (window-total-size, window-full-height-p, window-full-width-p)
3668 (window-in-direction, window--resize-mini-window, window-resize)
3669 (window--resize-child-windows-normal)
3670 (window--resize-child-windows, window--resize-siblings)
3671 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3672 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3673
c07a4c0b 36742012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3675
ef24141c
SM
3676 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3677 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3678 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3679 pty process (Bug#11273).
3680 (gdb-update): New arg to suppress talking to the gdb process.
3681 (gdb-done-or-error): Use it.
3682 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3683 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3684 sentinel not being called.
3685
3686 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3687
d02766ab
CY
3688 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3689
c07a4c0b 36902012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3691
3692 * net/network-stream.el (open-network-stream): Doc fix.
3693
c07a4c0b 36942012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3695
3696 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3697
c07a4c0b 36982012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3699
3700 Ensure searching for keywords is case sensitive.
3701
3702 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3703 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3704 (c-defun-name, c-mark-function, c-cpp-define-name)
3705 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3706 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3707
ef24141c
SM
3708 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3709 Bind case-fold-search to nil.
f0f6bc35 3710
c07a4c0b 37112012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3712
3713 * mail/sendmail.el (mail-bury): Call return action with the right
3714 Rmail buffer (Bug#11242).
3715
9a864fa2
CY
3716 * server.el (server-process-filter): Handle corner case where both
3717 tty and nowait options are present (Bug#11102).
3718
539aa513
EZ
37192012-04-20 Eli Zaretskii <eliz@gnu.org>
3720
3721 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3722 (top level): Put into the executable the ident-style '$Id:' tag on
3723 windows-nt as well.
539aa513 3724
cfc7d5da
SM
37252012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 * electric.el (electric-indent-post-self-insert-function): Check that
3728 electric-indent-mode is enabled in current buffer.
3729
5b01685c
JB
37302012-04-19 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * imenu.el (imenu-progress-message): Restore; it is "used" in
3733 erc/erc-imenu.el and net/snmp-mode.el.
3734
4d6769e1
JB
37352012-04-19 Juanma Barranquero <lekktu@gmail.com>
3736
3737 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3738 (mouse-avoidance-nudge-mouse): Remove unused binding.
3739
3740 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3741
3742 * descr-text.el (describe-char):
3743 * progmodes/python.el (python-describe-symbol):
3744 Don't call `toggle-read-only', set `buffer-read-only'.
3745
3746 * imenu.el (imenu-default-goto-function): Mark unused args.
3747 (imenu-progress-message): Remove obsolete macro; all callers changed.
3748
3749 * subr.el (keymap-canonicalize): Remove unused binding.
3750 (read-passwd): Mark unused arg.
3751
3752 * tutorial.el (tutorial--display-changes): Remove unused binding.
3753 (tutorial--save-tutorial-to): Remove unused variable.
3754
3755 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3756 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3757 (package-generate-autoloads, package-menu--generate)
3758 (package-menu--find-upgrades): Remove unused bindings.
3759
3760 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3761 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3762 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3763 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3764 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3765 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3766 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3767 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3768 (cua-delete-char-rectangle): Mark unused args.
3769 (cua-align-rectangle): Remove unused binding.
3770
3771 * mail/rmail.el (compilation--message->loc)
3772 (epa--find-coding-system-for-mime-charset): Declare.
3773
3774 * net/dbus.el (dbus-register-service): Declare.
3775 (dbus-name-owner-changed-handler): Remove unused binding.
3776
3777 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3778 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3779 (nxml-scan-backward-within): Mark unused arg.
3780 (nxml-dynamic-markup-word): Remove unused binding.
3781
3782 * mouse.el (mouse-menu-major-mode-map):
3783 * emacs-lisp/authors.el (authors-scan-change-log)
3784 (authors-add-to-author-list):
3785 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3786 * emacs-lisp/smie.el (smie-auto-fill):
3787 * mail/sendmail.el (mail-bury):
3788 * mail/unrmail.el (unrmail):
3789 * net/tls.el (open-tls-stream):
3790 * textmodes/picture.el (picture-mouse-set-point):
3791 Remove unused bindings.
3792
8c8fc5df
MA
37932012-04-19 Michael Albinus <michael.albinus@gmx.de>
3794
3795 * net/tramp.el (tramp-action-password): Let-bind
3796 `enable-recursive-minibuffers' to t.
3797
a77b0ac9
SS
37982012-04-18 Sam Steingold <sds@gnu.org>
3799
3800 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3801 instead of 'string to accommodate values like [f11].
3802 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3803 * progmodes/gdb-mi.el: Likewise.
3804
12a106a9
LL
38052012-04-18 Leo Liu <sdl.web@gmail.com>
3806
3807 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3808 current buffer.
3809 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3810 LOCAL is nil.
3811
bc6494ef
CY
38122012-04-18 Chong Yidong <cyd@gnu.org>
3813
3814 * simple.el (line-move): Use forward-line if in batch mode
3815 (Bug#11053).
3816
c09c46b2
CS
38172012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3818
3819 * files.el (after-find-file): Do not try to add a final newline if
3820 the buffer is read-only (Bug#11156).
3821
5f6530ea
RS
38222012-04-17 Richard Stallman <rms@gnu.org>
3823
3824 * mail/rmail.el (rmail-start-mail):
3825 Pass (rmail-mail-return...) for the return-action.
3826 Pass (rmail-yank-current-message...) for the yank-action.
3827 (rmail-yank-current-message): New function.
3828 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3829 (rmail-reply): Likewise.
3830 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3831
3832 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3833 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3834 buffer, not newbuf.
3835
197b6f3c
JB
38362012-04-17 Juanma Barranquero <lekktu@gmail.com>
3837
3838 * server.el (server-ensure-safe-dir): Simplify.
3839
2311d8e5 38402012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3841
2311d8e5
GM
3842 * emacs-lisp/smie.el: Provide smarter auto-filling.
3843 (smie-auto-fill): New function.
3844 (smie-setup): Use it.
98fb480e 3845
2311d8e5
GM
3846 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3847
38482012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3849
3850 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3851 (comment-indent): Use it.
3852
2311d8e5 38532012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3854
3855 * ses.el: The overall change is to add cell renaming, that is
3856 setting fancy names for cell symbols other than name matching
3857 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3858 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3859 (ses-create-cell-variable): New defun.
2311d8e5 3860 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3861 (ses-relocate-formula): Relocate formulas only for cells the
3862 symbols of which are not renamed, i.e. symbols whose names do not
3863 match regexp "\\`[A-Z]+[0-9]+\\'".
3864 (ses-relocate-all): Relocate values only for cells the symbols of
3865 which are not renamed.
3866 (ses-load): Create cells variables as the (ses-cell ...) are read,
3867 in order to check row col consistency with cell symbol name only
3868 for cells that are not renamed.
3869 (ses-replace-name-in-formula): New defun.
3870 (ses-rename-cell): New defun.
4bdf2ad2 3871
fc72b15c
PO
38722012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3873
3874 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3875 New option (bug#11118).
3876 (perl-calculate-indent): Respect it.
3877
12e10e61
GM
38782012-04-17 Glenn Morris <rgm@gnu.org>
3879
3880 * dired-aux.el (dired-mark-read-string): Doc fix.
3881
30009afd
DA
38822012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3883
3884 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3885 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3886
41f03f4d
GM
38872012-04-17 Glenn Morris <rgm@gnu.org>
3888
3889 * mouse.el (mouse-drag-track):
3890 * speedbar.el (speedbar-frame-mode):
3891 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3892
f45f90f3
LL
38932012-04-16 Leo Liu <sdl.web@gmail.com>
3894
3895 * progmodes/python.el: Trivial cleanup.
3896
94ee8db5
GM
38972012-04-16 Glenn Morris <rgm@gnu.org>
3898
121b8917
GM
3899 * vc/vc.el (vc-string-prefix-p):
3900 * vc/pcvs-util.el (cvs-string-prefix-p):
3901 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3902 * mpc.el (mpc-string-prefix-p):
3903 Make all of these into obsolete aliases for string-prefix-p.
3904 Update callers.
3905 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3906
1197ecfa
GM
3907 * textmodes/two-column.el: Move custom options to the start.
3908 (frame-width): Remove compat definition.
3909 (2C-associate-buffer, 2C-dissociate):
3910 Use with-current-buffer rather than save-excursion.
3911 (2C-dissociate): Force a mode-line update.
3912 (2C-autoscroll): Use ignore-errors.
3913
099e7202
GM
3914 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3915 Autoload trivia.
3916
bf350d6a
GM
3917 * emacs-lisp/cl-extra.el (*random-state*):
3918 Remove unnecessary declaration.
3919
0e829eab
GM
3920 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3921
e3ad7552
GM
3922 * play/cookie1.el (cookie-snarf):
3923 Give an explicit error if input file cannot be read.
3924
68892d27
GM
3925 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3926
20f0c46d
GM
3927 * progmodes/perl-mode.el (c-macro-expand):
3928 Remove unnecessary autoload (it is in loaddefs.el).
3929
5a0978ce
GM
3930 * textmodes/picture.el (picture-desired-column)
3931 (picture-update-desired-column): Convert comments to doc-strings.
3932 (picture-substitute): Remove function.
3933 (picture-mode-map): Initialize in the defvar.
3934
6b955486
GM
3935 * woman.el: Remove eval-after-load for tar-mode.
3936 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3937 (woman-tar-extract-file): Autoload it.
3938
94ee8db5
GM
3939 * frame.el (automatic-hscrolling): Make this alias obsolete.
3940
177eca34
AM
39412012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3942
090bd7cb 3943 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3944 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3945 (ispell-dictionary-base-alist): Revert to original XEmacs
3946 friendly version for default. [:alpha:] will be added in
090bd7cb 3947 `ispell-set-spellchecker-params' if needed.
177eca34 3948
c505aaeb
CY
39492012-04-16 Chong Yidong <cyd@gnu.org>
3950
3951 * image.el (imagemagick--extension-regexp): New variable.
3952 (imagemagick-register-types): Use it.
3953 (imagemagick-types-inhibit): Add :set function. Allow new value
3954 of t to inhibit all types.
3955
3956 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3957 so we can preload it.
3958
3959 * loadup.el (fboundp): Preload regexp-opt, needed by
3960 imagemagick-register-types.
3961
60efac0f
CY
39622012-04-15 Chong Yidong <cyd@gnu.org>
3963
3964 * frame.el (scrolling): Remove nearly unused customization group.
3965
3966 * scroll-all.el (scroll-all-mode): Move to windows group.
3967
5dd1713e
CY
39682012-04-15 Chong Yidong <cyd@gnu.org>
3969
3970 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3971
e6fd457e
CY
39722012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3973
3974 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3975 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3976
e153c136
GM
39772012-04-15 Glenn Morris <rgm@gnu.org>
3978
3979 * simple.el (process-file-side-effects): Doc fix.
3980
e6fd457e 39812012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3982
3983 * international/mule-cmds.el (set-language-environment): Doc fix.
3984
3603c3b1
JB
39852012-04-14 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * server.el (server-auth-key, server-generate-key): Doc fixes.
3988 (server-get-auth-key): Doc fix. Use `string-match-p'.
3989 (server-start): Reflow docstring.
3990
e6de100c
LI
39912012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3992
3993 * server.el (server-generate-key): `called-interactively-p'
3994 requires a parameter.
3995
29734c21
MN
39962012-04-14 Michal Nazarewicz <mina86@mina86.com>
3997
3998 * server.el (server-auth-key): New variable.
75f1671a 3999 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4000 (server-start): Use the new variable and functions to allow
4001 setting a permanent server key (bug#9423).
4002
d65c9521
LL
40032012-04-14 Leo Liu <sdl.web@gmail.com>
4004
4005 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4006
5ae255c7
PE
40072012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4008
4009 Spelling fixes.
4010 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4011 Emacs uses American spelling.
4012
d5e6342e
JB
40132012-04-14 Juanma Barranquero <lekktu@gmail.com>
4014
4015 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4016 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4017 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4018 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4019
ab036cd7
SM
40202012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * progmodes/which-func.el (which-func-modes): Change default.
4023
35dc09a1 40242012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4025
4026 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4027 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4028
35dc09a1 40292012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4030
4031 * custom.el (custom-theme-set-variables): Doc fix.
4032
35dc09a1 40332012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4034
4035 * international/mule.el (set-auto-coding-for-load): Doc fix.
4036
35dc09a1 40372012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4038
35dc09a1
GM
4039 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4040 imenu work again for Objective C Mode. Correct the *-index values,
4041 these having been disturbed by a previous change in 2011-08.
57f845ee 4042
0de3da9f
AM
4043 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4044 Correct two search limits.
4045
35dc09a1 40462012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4047
4048 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4049
35dc09a1 40502012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4051
4052 * international/characters.el: Fix sorting.
4053
35dc09a1 40542012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4055
4056 * international/characters.el: Add more missing Latin case pairs.
4057
35dc09a1 40582012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4059
4060 * files.el (dir-locals-set-class-variables): Doc fix.
4061
35dc09a1 40622012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4063
3f1b5bf8
EZ
4064 * international/characters.el: Add set-case-syntax-pair call for
4065 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4066 counterpart. (Bug#11209)
4067
9f847f41
EZ
4068 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4069
35dc09a1 40702012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4071
4072 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4073
35dc09a1 40742012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4075
35dc09a1
GM
4076 * textmodes/ispell.el (ispell-dictionary-base-alist):
4077 Add data for Hebrew.
e2627d21 4078
35dc09a1 40792012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4080
35dc09a1
GM
4081 * net/rcirc.el (rcirc-cmd-quit):
4082 Revert 2012-03-18 change (Bug#11192).
5c14e333 4083
35dc09a1 40842012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4085
4086 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4087
35dc09a1 40882012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4089
4517fe3a
SM
4090 * minibuffer.el (completion-in-region-mode-map):
4091 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4092
b472a594
VD
40932012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4094
4095 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4096
09b95ce3
MY
40972012-04-13 Masatake YAMATO <yamato@redhat.com>
4098
4099 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4100 to allow `C-M-f' and `C-M-b' to move to the nearest path
4101 separator (bug#9511).
4102
4b63a9ca
LI
41032012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4104
4105 * avoid.el: Require cl when compiling. And also move the
4106 `provide' to the end.
4107
7b55b8bf
TV
41082012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4109
4110 * avoid.el (mouse-avoidance-banish-position): New variable.
4111 (mouse-avoidance-banish-destination): Use it (bug#10165).
4112
adedaa1f
LL
41132012-04-13 Leo Liu <sdl.web@gmail.com>
4114
4115 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4116
70e74021
KB
41172012-04-13 Ken Brown <kbrown@cornell.edu>
4118
4119 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4120 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4121 (browse-url-filename-alist): For the same reason, don't modify
4122 file:// URLs on Cygwin.
4123
e75e89ba
SM
41242012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4127 the region on shift if the binding is already shifted (bug#11221).
4128
82f289a4
GM
41292012-04-12 Glenn Morris <rgm@gnu.org>
4130
4131 * mail/mailpost.el: Move to obsolete/.
4132
d333dc4c
DA
41332012-04-12 Drew Adams <drew.adams@oracle.com>
4134
4135 * imenu.el (imenu--generic-function): Ignore invisible definitions
4136 (bug#10123).
4137
0d15b5ba
VD
41382012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4139
4140 * hexl.el (hexl-bits): New variable.
4141 (hexl-options): Mention the variable in the doc string.
75f1671a 4142 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4143 (hexl-mode): Mention the new variable.
75f1671a
JB
4144 (hexl-mode, hexl-current-address, hexl-current-address):
4145 Use the displen.
0d15b5ba
VD
4146 (hexl-ascii-start-column): New function.
4147 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4148 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4149
64a440db
AM
41502012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4151
4152 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4153 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4154 the encoding, as expected by hunspell.
4155
6decb6c2
SM
41562012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * battery.el (battery--linux-sysfs-regexp): New const.
4159 (battery-status-function): Use it. Remove yeeloong special case.
4160 (battery-yeeloong-sysfs): Remove.
4161 (battery-echo-area-format): Remove yeeloong special case.
4162
088be6fb
SM
41632012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4164
6622e416
SM
4165 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4166 Reported by Noah Friedman.
4167
088be6fb
SM
4168 * subr.el (read-passwd): Use read-string.
4169
b49f886e
LMI
41702012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4171
4172 * vcursor.el (vcursor-move): Increase the priority of the overlay
4173 (bug#9663).
4174
a63067fc
DD
41752012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4176
4177 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4178 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4179
ac3cf14a
WS
41802012-04-11 William Stevenson <yhvh2000@gmail.com>
4181
4182 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4183 define-minor-mode (bug#10760).
4184
c4fc691b 41852012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4186
4d6769e1 4187 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4188 that directories matching `grep-find-ignored-files' won't be
4189 pruned (bug#10351).
4190
af23e2e5
CY
41912012-04-11 Chong Yidong <cyd@gnu.org>
4192
4193 * startup.el (command-line): Remove support for long-obsolete
4194 variable font-lock-face-attributes.
4195
ab7ce8c1
GM
41962012-04-11 Glenn Morris <rgm@gnu.org>
4197
4198 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4199
de8c03dc
SM
42002012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * window.el (window--state-get-1): Obey window-point-insertion-type.
4203
050cc68b
LB
42042012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4205
4206 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4207 to previous function when point is on the first character of a
75f1671a 4208 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4209
a38c310c
GM
42102012-04-11 Glenn Morris <rgm@gnu.org>
4211
effed0c2
GM
4212 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4213 not just file-errors.
4214
a38c310c
GM
4215 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4216 (vc-bzr-sha1): Use internal sha1.
4217
0221e323
SM
42182012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4221
43956923
SG
42222012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4223
4224 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4225 that start in the middle of the line (bug#10496).
4226
6a8c9eaf
DN
42272012-04-10 Dan Nicolaescu <dann@gnu.org>
4228
4229 * battery.el (battery-linux-proc-acpi): Only one battery is
4230 discharged at a time, but that seems to confuse battery.el when
4231 computing `rate-type' for the battery not being discharged
4232 (bug#10332).
4233
1930bf5d
SM
42342012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4235
2a718f6f
SM
4236 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4237
599430d0
SM
4238 * international/quail.el: Use dolist and simplify.
4239 (quail-define-package, quail-update-keyboard-layout)
4240 (quail-define-rules): Use dolist.
4241 (quail-insert-kbd-layout, quail-get-translation): CSE.
4242
a2754b6c
SM
4243 * tmm.el: Use dolist, remove left over hook.
4244 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4245 Use dolist.
4246 (calendar-load-hook): Don't mess with it.
4247
1930bf5d
SM
4248 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4249 Use derived-mode-p. Run the diff asynchronously.
4250
9f67961c
LMI
42512012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4252
4253 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4254
2a8ce227
JB
42552012-04-10 Juanma Barranquero <lekktu@gmail.com>
4256
4257 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4258 (list-dynamic-libraries--loaded): New function.
4259 (list-dynamic-libraries--refresh): Use it.
4260
8f33b5f8
NW
42612012-04-10 Nathan Weizenbaum <nweiz@google.com>
4262
1930bf5d
SM
4263 * progmodes/python.el (python-fill-paragraph):
4264 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4265 disabled (bug#7018).
4266
b12f0439
L
42672012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
4268
1930bf5d 4269 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4270 DOS/MS Windows for the Baltic languages. There are still plenty
4271 of texts written in this encoding/codepage (bug#6519).
b12f0439 4272
57c3bd01
GM
42732012-04-10 Glenn Morris <rgm@gnu.org>
4274
4275 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4276 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4277
6c3eab30
FA
42782012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4279
1930bf5d 4280 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4281 next-line "n" and previous-line "p" in order to make recentf more
4282 consistent with ibuffer, dired or org-mode (bug#9387).
4283
24d78a88
LMI
42842012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4285
bc72b5d9
LMI
4286 * image.el (put-image): Return the overlay created instead of the
4287 optional input string (bug#7834). Note that this may break code
4288 that is (for some reason or other) depending on `put-image'
4289 returning the string.
4290
bd2dba5a
LMI
4291 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4292
74beb59f
LMI
4293 * simple.el (zap-to-char): Allow zapping using input methods
4294 (bug#1580).
4295
24d78a88
LMI
4296 * textmodes/fill.el (fill-region): Leave point and mark where they
4297 were before filling (bug#5399).
4298
263f20cd
GM
42992012-04-09 Glenn Morris <rgm@gnu.org>
4300
4301 * version.el (emacs-bzr-get-version):
4302 Handle lightweight checkouts of local branches.
4303
58d1f797
AS
43042012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4305
263f20cd 4306 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4307
b4d3bc10
CY
43082012-04-09 Chong Yidong <cyd@gnu.org>
4309
4310 * custom.el (custom-variable-p): Return nil for non-symbol
4311 arguments instead of signaling an error.
4312 (user-variable-p): Obsolete alias for custom-variable-p.
4313
4314 * apropos.el (apropos-variable):
4315 * files-x.el (read-file-local-variable):
4316 * simple.el (set-variable):
4317 * woman.el (woman-mini-help):
4318 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4319
fd06db5d
GM
43202012-04-09 Glenn Morris <rgm@gnu.org>
4321
e5fcdb5e
GM
4322 * startup.el (normal-top-level): Don't look for leim-list.el
4323 in places where it will not be found. (Bug#910)
4324
fd06db5d
GM
4325 * international/mule-cmds.el (set-default-coding-systems):
4326 * files.el (normal-mode):
4327 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4328 This function was removed with ucs-tables.el in 2008.
4329
b39bb7e1
EZ
43302012-04-08 Eli Zaretskii <eliz@gnu.org>
4331
4332 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4333 ispell-encoding8-command to "-i", without a trailing space.
4334 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4335 separate command-line arguments, to specify the encoding, since
4336 that's how hunspell expects it.
4337
5c5b8e23
GM
43382012-04-08 Glenn Morris <rgm@gnu.org>
4339
4340 * loadup.el: Load bindings before cus-start.
4341 This reduces somewhat the number of "rogue" settings in emacs -Q.
4342
a1ed8b05
GM
43432012-04-07 Glenn Morris <rgm@gnu.org>
4344
4345 * version.el (emacs-bzr-get-version): New function.
dfae128a 4346 (emacs-bzr-version): New variable.
a1ed8b05
GM
4347 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4348 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4349
b142f158
EZ
43502012-04-07 Eli Zaretskii <eliz@gnu.org>
4351
dfae128a
GM
4352 * international/uni-bidi.el, international/uni-category.el:
4353 * international/uni-combining.el, international/uni-decimal.el:
4354 * international/uni-decomposition.el, international/uni-digit.el:
4355 * international/uni-lowercase.el, international/uni-mirrored.el:
4356 * international/uni-name.el, international/uni-numeric.el:
4357 * international/uni-titlecase.el, international/uni-uppercase.el:
4358 Update for Unicode 6.1.
b142f158 4359
9078ead6
EZ
43602012-04-07 Eli Zaretskii <eliz@gnu.org>
4361
4362 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4363
f23d2c7d
LMI
43642012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4365
4366 * window.el (shrink-window): Mention the `window-min-height'
4367 variable in the doc string.
4368
0a0a3573
BG
43692012-04-05 Bastien Guerry <bzg@altern.org>
4370
4371 * color.el (color-lighten-name): Fix typo.
4372
e5248ac9
SM
43732012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * server.el (server--on-display-p): New function.
4376 (server--on-display-p): Use it.
4377
b4243e22
GV
43782012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4379
4380 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4381 (bug#11145).
4382
305d9f44
SM
43832012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * comint.el (comint--common-quoted-suffix): Check string boundary
4386 before comparing (bug#11158).
4387 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4388
3d439cd1
CY
43892012-04-04 Chong Yidong <cyd@gnu.org>
4390
321cc491
CY
4391 * minibuffer.el (completion-extra-properties): Doc fix.
4392
3d439cd1
CY
4393 * subr.el (delayed-warnings-hook): Doc fix.
4394
2d562c0f
DU
43952012-04-04 Daiki Ueno <ueno@unixuser.org>
4396
4397 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4398 selection (Bug#11159).
4399 (epa-insert-keys): Inform that the default public key will be
4400 exported if no key is selected.
4401
4443f204
RS
44022012-04-04 Richard Stallman <rms@gnu.org>
4403
4404 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4405
529c06b6
CY
44062012-04-03 Chong Yidong <cyd@gnu.org>
4407
4408 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4409 mail-insert-file, not its obsolete alias mail-attach-file.
4410
66b907dc
MA
44112012-04-03 Michael Albinus <michael.albinus@gmx.de>
4412
4413 * notifications.el (notifications-notify): Fix docstring.
4414
c0ea195d
GM
44152012-04-02 Glenn Morris <rgm@gnu.org>
4416
4417 * emacs-lisp/authors.el (authors-aliases): Another addition.
4418
5ca64e00
MA
44192012-04-02 Michael Albinus <michael.albinus@gmx.de>
4420
4421 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4422 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4423 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4424
42ee526b
CY
44252012-04-01 Chong Yidong <cyd@gnu.org>
4426
4427 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4428 Handle root directory properly.
4429 (copy-directory): Caller changed.
4430
4431 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4432 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4433
0b021094
GM
44342012-03-31 Glenn Morris <rgm@gnu.org>
4435
40f86458
GM
4436 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4437
7019c177
GM
4438 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4439
a1daddd6
GM
4440 * calendar/calendar.el (calendar-window-list)
4441 (calendar-hide-window): Restore. (Bug#11140)
4442 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4443
0b021094
GM
4444 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4445
40311efc
TV
44462012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4447
4448 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4449 Check if file is a symlink (Bug#10489).
4450
4451 * files.el (copy-directory): Likewise.
4452
5319014e
CY
44532012-03-30 Chong Yidong <cyd@gnu.org>
4454
4455 * image.el (imagemagick-types-inhibit)
4456 (imagemagick-register-types): Doc fix.
4457
935d1290
AM
44582012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4459
090bd7cb 4460 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4461 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4462 and treats ~word as ordinary words in pipe mode.
935d1290 4463
61c6e8fd
GM
44642012-03-30 Glenn Morris <rgm@gnu.org>
4465
4466 * tutorial.el (help-with-tutorial): Ensure local variables don't
4467 happen to make the buffer read-only. (Bug#11127)
4468
81fdff00
SM
44692012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4472 (perl-calculate-indent): Return `noindent' in strings.
4473
6e7a6ec0
SS
44742012-03-28 Sam Steingold <sds@gnu.org>
4475
4476 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4477 instead of the broken adhockery which does not prevent calendar
4478 buffers from being displayed at random after exit.
4479 (calendar-window-list, calendar-hide-window): Remove the broken
4480 adhockery.
4481
fee88ca0
GM
44822012-03-28 Glenn Morris <rgm@gnu.org>
4483
4484 * replace.el (query-replace-map): Doc fix.
4485
38de3354
AS
44862012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4487
4488 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4489 contents. (Bug#11109)
4490
b973155e
SM
44912012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4494 (bug#11077).
4495 (avl-tree--check, avl-tree--check-node): New funs.
4496
dcb6e7b3
MR
44972012-03-27 Martin Rudalics <rudalics@gmx.at>
4498
4499 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4500 (switch-to-prev-buffer, switch-to-next-buffer):
4501 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4502 showing a buffer already is done on the same frame.
4503
b4fa35fa
GM
45042012-03-27 Glenn Morris <rgm@gnu.org>
4505
4506 * startup.el (mail-host-address): Doc fix.
4507
f9210e18
SM
45082012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4511 than 197 variables.
4512
c0bf7753
AF
45132012-03-26 Ami Fischman <ami@fischman.org>
4514
4515 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4516
33da7b16
GM
45172012-03-26 Glenn Morris <rgm@gnu.org>
4518
02243d9d
GM
4519 * files.el (save-buffers-kill-emacs): Doc fix.
4520
33da7b16
GM
4521 * startup.el (normal-top-level, command-line, command-line-1):
4522 Give them doc strings.
4523
e5a69fd0
EZ
45242012-03-25 Eli Zaretskii <eliz@gnu.org>
4525
4526 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4527 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4528
9a69676a
CY
45292012-03-25 Chong Yidong <cyd@gnu.org>
4530
4125cb8b
CY
4531 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4532 theme if it was previously enabled before (Bug#11031).
4533
dd470960
CY
4534 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4535 spec with custom-face-get-current-spec if its :shown-value is not
4536 determined yet (Bug#9337).
4125cb8b 4537 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4538
9a69676a
CY
4539 * button.el (button-at): Minor addition to docstring.
4540
6e7e90fa
SL
45412012-03-24 Simon Leinen <simon.leinen@gmail.com>
4542
4543 * vc/vc.el (vc-merge): Fix a prompt.
4544
f06e2758
CY
45452012-03-24 Chong Yidong <cyd@gnu.org>
4546
4547 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4548 point (Bug#9623).
4549
6e7e90fa
SL
4550 * button.el (button-at): Minor addition to docstring.
4551
b9d0879b
SM
45522012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * newcomment.el (comment-choose-indent): No space after BOL.
4555
e71cebb3
SS
45562012-03-22 Sam Steingold <sds@gnu.org>
4557
4558 * window.el (switch-to-prev-buffer): Revert last patch because the
4559 bug turned out to be an advertised feature (Elisp manual 28.14).
4560
335aff35
GM
45612012-03-22 Glenn Morris <rgm@gnu.org>
4562
4563 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4564 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4565
c676576a
LMI
45662012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4567
4568 * net/network-stream.el (network-stream-open-starttls): Make error
4569 message under Windows be less misleading.
4570
126f3d39
LW
45712012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4572
4573 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4574 understands (bug#9942).
4575
64fee311
CY
45762012-03-22 Chong Yidong <cyd@gnu.org>
4577
4578 * simple.el (end-of-visible-line): Handle return value of
4579 next-single-property-change properly (Bug#9371).
4580
a640d29a
KH
45812012-03-22 Kenichi Handa <handa@m17n.org>
4582
4583 * international/quail.el (quail-insert-kbd-layout): Fix previous
4584 change. To avoid unwanted bidi reordering, use
4585 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4586
39675016
DG
45872012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4588
4589 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4590 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4591 (ruby-beginning-of-indent): Be more careful with the difference
4592 between word-boundary and symbol boundary.
4593 (ruby-mode-syntax-table): Make : a symbol constituent.
4594
0a6934fc 45952012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4596
3d008e4f
SM
4597 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4598
0a6934fc
SM
45992012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4600
af67c9d7
SM
4601 * progmodes/etags.el (tags-completion-at-point-function):
4602 Improve last fix.
4603
1acad97c
SM
4604 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4605
e298b5da
SS
46062012-03-21 Sam Steingold <sds@gnu.org>
4607
4608 * progmodes/etags.el (tags-completion-at-point-function):
4609 Avoid the error when point is inside the pattern.
4610
91d82a70
JY
46112012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4612
4613 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4614 line (Bug#10855).
4615
69188b79
CY
46162012-03-21 Drew Adams <drew.adams@oracle.com>
4617
4618 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4619
99fc91fe
AK
46202012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4621
4622 * ido.el (ido-set-current-directory, ido-read-internal)
4623 (ido-choose-completion-string, ido-completion-help): Handle nil
4624 value of ido-completion-buffer (Bug#11008).
4625
087bbb4c
SS
46262012-03-21 Sam Steingold <sds@gnu.org>
4627
4628 * window.el (switch-to-prev-buffer): Do not switch to a visible
4629 window previous buffer, just like with the frame previous buffers.
4630
fb5b8aca
CY
46312012-03-21 Chong Yidong <cyd@gnu.org>
4632
4633 * faces.el (make-face, make-empty-face, copy-face):
4634 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4635 Doc fixes.
4636
dc9924b8
SM
46372012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4640 (widget-complete): Remove broken use of it.
4641
f0bcceb9
CY
46422012-03-20 Chong Yidong <cyd@gnu.org>
4643
dc9924b8
SM
4644 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4645 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4646 characters.
4647
ee52ebf3
TH
46482012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4649
4650 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4651 to draw rectangles, not squares. (Regression introduced by revno
4652 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4653
4c5779ab
CY
46542012-03-18 Chong Yidong <cyd@gnu.org>
4655
4656 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4657 it is not yet defined (for temacs).
4658
15360934
LL
46592012-03-18 Leo Liu <sdl.web@gmail.com>
4660
dc9924b8 4661 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4662
d9a8eb66
EZ
46632012-03-17 Eli Zaretskii <eliz@gnu.org>
4664
4665 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4666 (ispell-choices-win-default-height, ispell-silently-savep)
4667 (ispell-dictionary-alist, ispell-encoding8-command)
4668 (ispell-check-version, ispell-aspell-find-dictionary)
4669 (ispell-valid-dictionary-list, ispell-words-keyword)
4670 (ispell-get-word, ispell-internal-change-dictionary)
4671 (ispell-region, ispell-skip-region-list)
4672 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4673 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4674 (ispell-message-text-end, ispell-message)
4675 (ispell-buffer-local-parsing): Doc fix.
4676
f02ff80d
J
46772012-03-13 Jambunathan K <kjambunathan@gmail.com>
4678
4679 * htmlfontify.el: Add support for code block fontification for ODT
4680 export (Bug #9914).
4681 (hfy-optimisations): Define new option
4682 `body-text-only'
4683 (hfy-fontify-buffer): Honor above setting.
4684 (hfy-begin-span, hfy-end-span): New routines factored out form
4685 `hfy-fontify-buffer'.
4686 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4687 that permit insertion of custom tags.
4688 (hfy-fontify-buffer): Use above handlers.
4689 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4690 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4691 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4692 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4693 bind a special variable `hfy-user-sheet-assoc'.
4694 (htmlfontify-string): New defun.
4695 (hfy-compile-face-map): Make sure that the last char in the
4696 buffer is correctly fontified.
4697 (hfy-face-resolve-face): Whitespace only change.
4698
9ac7a13f
EZ
46992012-03-17 Eli Zaretskii <eliz@gnu.org>
4700
4701 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4702 message more clear.
4703
e2b5bdd7
LL
47042012-03-16 Leo Liu <sdl.web@gmail.com>
4705
4706 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4707
2e492df3
AM
47082012-03-16 Alan Mackenzie <acm@muc.de>
4709
4710 Further optimise the handling of large macros.
4711
4712 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4713 limit to a call of `c-literal-limits'.
4714 (c-determine-+ve-limit): New function.
dc9924b8
SM
4715 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4716 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4717 In CASE 5B, restrict a search limit to 500.
4718 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4719
4720 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4721 Restrict macro bounds to +-500 from after-change's BEG END.
4722
50e94f0c
LL
47232012-03-16 Leo Liu <sdl.web@gmail.com>
4724
4725 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4726
6f09f6ed
AH
47272012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4728
4729 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4730 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4731
c7e73d51
GM
47322012-03-16 Glenn Morris <rgm@gnu.org>
4733
da986230
GM
4734 * view.el (view-buffer, view-buffer-other-window)
4735 (view-buffer-other-frame): Doc fixes re special mode-class.
4736
0835f01e
GM
4737 * subr.el (eval-after-load): If named feature is provided not from
4738 a file, run after-load forms. (Bug#10946)
4739
c7e73d51
GM
4740 * calendar/calendar.el (calendar-insert-at-column):
4741 Handle non-unit-width characters a bit better. (Bug#10978)
4742
3f2eafd1
CY
47432012-03-15 Chong Yidong <cyd@gnu.org>
4744
4745 * emacs-lisp/ring.el (ring-extend): New function.
4746 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4747
4748 * comint.el (comint-read-input-ring)
4749 (comint-add-to-input-history): Grow comint-input-ring lazily.
4750
103af3fe
SM
47512012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4752
663b1677
SM
4753 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4754 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4755
103af3fe
SM
4756 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4757 (imenu-add-to-menubar): Don't add a redundant index.
4758 (imenu-update-menubar): Handle a dynamically composed keymap.
4759
899cb7cb
KY
47602012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4761
4762 * mail/sendmail.el (mail-encode-header):
4763 Bind rfc2047-encode-encoded-words to nil.
4764
3809f91d
GM
47652012-03-13 Glenn Morris <rgm@gnu.org>
4766
4767 * calendar/calendar.el (calendar-string-spread):
4768 Handle non-unit-width characters a bit better. (Bug#10978)
4769
9e345a01
LL
47702012-03-13 Leo Liu <sdl.web@gmail.com>
4771
4772 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4773 directory and file as argument (Bug#10822).
4774
4a07df36
KS
47752012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4776
4777 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4778 For dynamically generated code, follow $PC.
4779 (gdb-disassembly-handler-custom): Handle no function name case.
4780
4aaa9356
TL
47812012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4782
4783 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4784 * emulation/ws-mode.el (ws-query-replace):
4785 * sort.el (sort-regexp-fields):
4786 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4787
225979da
SM
47882012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * dabbrev.el: Fix cycle completion order (bug#10963).
4791 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4792 (dabbrev-completion): Don't use an obarray; provide
4793 a cycle-sort-function.
4794
e2f1fdab
LL
47952012-03-12 Leo Liu <sdl.web@gmail.com>
4796
dc9924b8 4797 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4798 (kill-do-not-save-duplicates): Doc fix.
4799
b19490ed
SM
48002012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * dabbrev.el: Fix cycle completion (bug#10963).
4803 Use lexical binding and wrap to 80 columns.
4804 (dabbrev-completion): Delay computing the list of completions.
4805
4b05d722
KH
48062012-03-12 Kenichi Handa <handa@m17n.org>
4807
4808 * international/quail.el (quail-insert-kbd-layout): Surround each
4809 row by LRO and PDF instead of inserting many LRMs. Pad the left
4810 and right of each non-spacing marks. Insert invisible space
4811 between lower and upper characters to prevent composition.
4812
dbbc2e69
SM
48132012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * minibuffer.el (minibuffer-complete): Don't get confused when the
4816 function is run twice via different commands (bug#10958).
4817 (complete-with-action): Fix docstring.
4818
292112ed
CY
48192012-03-12 Chong Yidong <cyd@gnu.org>
4820
5d1ac394
CY
4821 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4822 (nxml-completion-at-point-function): New function.
4823 (nxml-mode): Use it.
4824 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4825
292112ed
CY
4826 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4827 Load generated autoloads file before byte compiling (Bug#10970).
4828 (package--make-autoloads-and-compile): New helper fun.
4829
4098f8f7
CS
48302012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4831
4832 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4833
8f754691
MA
48342012-03-11 Michael Albinus <michael.albinus@gmx.de>
4835
4836 * autorevert.el (auto-revert-handler): Ensure, that
4837 file-readable-p is applied only for local files or in
4838 auto-revert-tail-mode.
4839
e29ab36b
AS
48402012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4841
dbbc2e69
SM
4842 * server.el (server-eval-at): Handle non-tcp connections.
4843 Decode result string.
ad0bf5b6 4844
e29ab36b
AS
4845 * server.el (server-msg-size): New constant.
4846 (server-reply-print): New function.
4847 (server-eval-and-print): Use it.
4848 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4849 Handle -print-nonl.
4850
de5939ba
CS
48512012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4852
4853 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4854 (Bug#10987).
4855
0c93eabf
CY
48562012-03-11 Chong Yidong <cyd@gnu.org>
4857
397a688f
CY
4858 * simple.el (goto-line): Doc fix (Bug#9938).
4859
2cc775f9
CY
4860 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4861
0c93eabf
CY
4862 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4863 when finished (Bug#10963).
4864
c491fa41
MR
48652012-03-11 Martin Rudalics <rudalics@gmx.at>
4866
4867 * window.el (split-window-below): Fix bug in case where
4868 split-window-keep-point is nil (Bug#10971).
4869
300e8fa5
JL
48702012-03-11 Juri Linkov <juri@jurta.org>
4871
4872 * replace.el (replace-highlight): Set isearch-word to nil
4873 unconditionally. (Bug#10887)
4874
dbf6c5a1
EZ
48752012-03-10 Eli Zaretskii <eliz@gnu.org>
4876
4877 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4878 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4879 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4880 (mairix-widget-create-query): Add usage information about mairix
4881 search forms: negating words, searching for substrings, etc.
4882
b9e501de
JP
48832012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4884
4885 * international/fontset.el (font-encoding-alist): Add an entry for
4886 ksx1001 (Bug#5667).
4887
92795c91
RS
48882012-03-10 Richard Stallman <rms@gnu.org>
4889
1694e6c1
RS
4890 * mail/sendmail.el (mail-encode-header):
4891 Set rfc2047-encode-encoded-words.
4892
607e8555
RS
4893 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4894
de3bc99a
RS
4895 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4896 view buffer means not swapped.
4897 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4898 (rmail-write-region-annotate): Error if real text has disappeared.
4899
92795c91
RS
4900 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4901
699bd04e
CY
49022012-03-10 Chong Yidong <cyd@gnu.org>
4903
4904 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4905 * emulation/cua-base.el (cua--init-keymaps):
4906 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4907
570a1714
MR
49082012-03-10 Martin Rudalics <rudalics@gmx.at>
4909
dbbc2e69
SM
4910 * speedbar.el (speedbar-unhighlight-one-tag-line):
4911 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4912
82dcf4e4
CY
49132012-03-10 Chong Yidong <cyd@gnu.org>
4914
7a2c7ca7
CY
4915 * minibuffer.el (completion-in-region, completion-help-at-point):
4916 Give the completion field overlay a high priority (Bug#6830).
4917
82dcf4e4
CY
4918 * dired.el (dired-goto-file): Recognize absolute file name
4919 listings (Bug#7126).
4920 (dired-goto-file-1): New helper function.
4921 (dired-toggle-read-only): Inhibit warnings.
4922
052e28ac
MA
49232012-03-09 Michael Albinus <michael.albinus@gmx.de>
4924
75f1671a 4925 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4926 there are no properties.
4927
95d5e396
LL
49282012-03-09 Leo Liu <sdl.web@gmail.com>
4929
4930 * savehist.el (savehist-printable): Stricter check for string
4931 value (Bug#10937).
4932
3f018d6d
EZ
49332012-03-09 Eli Zaretskii <eliz@gnu.org>
4934
dbbc2e69
SM
4935 * mail/smtpmail.el (smtpmail-send-it):
4936 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4937 valid mbox format.
4938
f7fd3d79
GM
49392012-03-09 Glenn Morris <rgm@gnu.org>
4940
4941 * files.el (dir-locals-find-file):
4942 Don't check result is regular, readable.
4943 (dir-locals-read-from-file): Demote errors.
4944
6ff6e72f
EZ
49452012-03-08 Eli Zaretskii <eliz@gnu.org>
4946
dbbc2e69
SM
4947 * international/quail.el (quail-insert-kbd-layout):
4948 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4949 layout cell, to prevent their reordering by bidi display engine.
4950 For details, see the discussion in
4951 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4952
9cec7834
AM
49532012-03-08 Alan Mackenzie <acm@muc.de>
4954
4955 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4956 the starting position; make it extend the marked region when
4957 invoked repeatedly - all under appropriate circumstances.
4958 Fixes bugs #5525, #10906.
4959
9a40b8d4
GM
49602012-03-08 Glenn Morris <rgm@gnu.org>
4961
4962 * files.el (locate-dominating-file, dir-locals-find-file):
4963 Undo 2012-03-06 change.
4964
7a08ed35
EZ
49652012-03-07 Eli Zaretskii <eliz@gnu.org>
4966
dbbc2e69
SM
4967 * international/quail.el (quail-help):
4968 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4969 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4970 for the reason.
4971
5aca4f71 49722012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4973
4974 Avoid superfluous registering of signals. (Bug#10807)
4975
4976 * notifications.el (notifications-on-action-object)
4977 (notifications-on-close-object): New defvars.
4978 (notifications-on-action-signal, notifications-on-closed-signal):
4979 Unregister the signal if not needed any longer.
4980 (notifications-notify): Register `notifications-action-signal' or
4981 `notifications-closed-signal', if :on-action or :on-close has been
4982 passed as argument.
4983
78e8b10a
CY
49842012-03-07 Chong Yidong <cyd@gnu.org>
4985
4986 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4987 non-X platforms.
4988
69481eb8
GM
49892012-03-06 Glenn Morris <rgm@gnu.org>
4990
4991 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4992 (x-disown-selection-internal, x-get-selection-internal):
4993 Doc fix (add arglist signatures). (Bug#10783)
4994
133b8e11
KS
49952012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4996
4997 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4998 Handle breakpoints with no "type".
4999
99a83064
GM
50002012-03-06 Glenn Morris <rgm@gnu.org>
5001
5002 * files.el (locate-dominating-file): Add optional predicate argument.
5003 (dir-locals-find-file): Make use of above change.
5004
17798e78
TTN
50052012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5006
5007 * info.el (Info-insert-dir): Also try "dir.gz".
5008
eb182446
GM
50092012-03-06 Glenn Morris <rgm@gnu.org>
5010
8f2114ee
GM
5011 * files.el (dir-locals-find-file):
5012 Ignore non-readable or non-regular files. (Bug#10928)
5013
eb182446
GM
5014 * files.el (locate-dominating-file): Doc fix.
5015
24679323
AS
50162012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5017
5018 * calendar/calendar.el (calendar-set-mode-line):
5019 `getenv' returns a string. (Bug#10951)
5020
01d972a9
LL
50212012-03-05 Leo Liu <sdl.web@gmail.com>
5022
109aa8a9
LL
5023 * simple.el (backward-delete-char-untabify): Constrain point to
5024 field (Bug#10939).
5025
01d972a9
LL
5026 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5027
10607bea
CY
50282012-03-05 Chong Yidong <cyd@gnu.org>
5029
5030 * simple.el (count-words): If called from Lisp, return the word
5031 count, for symmetry with `count-lines'. Arglist changed.
5032 (count-words--message): Args changed. Consolidate counting code
5033 from count-words and count-words-region.
5034 (count-words-region): Caller changed.
5035 (count-lines-region): Make it an obsolete alias.
5036
5dd11cfe
TH
50372012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5038
5039 * saveplace.el (save-place-to-alist)
5040 (save-place-ignore-files-regexp): Allow value nil to disable this
5041 feature.
5042
c349f4e6
CY
50432012-03-04 Chong Yidong <cyd@gnu.org>
5044
5045 * faces.el (face-spec-reset-face): For the default face, reset the
5046 attributes to default values (Bug#10748).
5047
e627be4c
LMI
50482012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5049
5050 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5051 previous patch: Check `message-send-mail-function', and not the
5052 default function (bug#10897).
5053
ebeabff4
MA
50542012-03-04 Michael Albinus <michael.albinus@gmx.de>
5055
a41a6cf4
MA
5056 * notifications.el (notifications-on-action-signal)
5057 (notifications-on-closed-signal): Check for unique service name of
5058 incoming event. Fix error in removing entry.
ebeabff4 5059 (top): Register for signals with wildcard service name.
a41a6cf4 5060 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5061
c1ca42b4
CY
50622012-03-04 Chong Yidong <cyd@gnu.org>
5063
dc9924b8 5064 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5065
ea16568d
GM
50662012-03-04 Glenn Morris <rgm@gnu.org>
5067
5068 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5069 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5070 (expand-abbrev, define-abbrev-table): Doc fixes.
5071
fbae4637
LMI
50722012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5073
5074 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5075 `message-default-send-mail-function' and not `send-mail-function'
5076 when doing the prompting for `sendmail-query-once' before sending
5077 in Message buffers (bug#10897).
5078
a1e7225c
LMI
5079 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5080 This is inconsistent with all the other stream functions, which leave
5081 the setting up to the higher levels (if so wanted) (bug#10931).
5082
56d093a9
AM
50832012-03-02 Alan Mackenzie <acm@muc.de>
5084
5085 Depessimize the handling of very large macros.
5086
5087 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5088 (c-macro-cache-syntactic): New variables to implement a one
5089 element macro cache.
5090 (c-invalidate-macro-cache): New function.
5091 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5092 Adapt to use the new cache.
5093 (c-state-safe-place): Use better the cache of safe positions.
5094 (c-state-semi-nonlit-pos-cache)
5095 (c-state-semi-nonlit-pos-cache-limit):
5096 New variables for...
5097 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5098 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5099 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5100 Use c-state-semi-safe-place.
56d093a9 5101
dbbc2e69
SM
5102 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5103 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5104
817e5c3d
MA
51052012-03-02 Michael Albinus <michael.albinus@gmx.de>
5106
dbbc2e69
SM
5107 * jka-compr.el (jka-compr-call-process):
5108 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5109 not remote.
5110
a032a702
MA
51112012-03-01 Michael Albinus <michael.albinus@gmx.de>
5112
5113 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5114 access of FILE2, if FILE1 does not exist.
5115
99a54f21
MA
5116 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5117 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5118
5119 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5120 Add "PAGER=" to `process-environment'.
5121
f6561e1f
MM
51222012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5123
5124 * progmodes/sql.el: Bug fix
5125 (sql-get-login-ext): Save login values in globals.
5126 (sql-get-login): Use new version of `sql-get-login-ext'.
5127 (sql-interactive-mode): Set global `sql-connection' to nil.
5128 (sql-connect): Set global values for connection.
5129 (sql-product-interactive): Save global values as buffer local.
5130
2d44d9cc
LL
51312012-02-29 Leo Liu <sdl.web@gmail.com>
5132
5133 * abbrev.el (define-abbrevs): Reset sys to nil.
5134
96b49301 51352012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5136
bf7f9bc5
JB
5137 * files.el (file-equal-p): Rename from `files-equal-p'.
5138 Return nil when one or both files don't exist.
96b49301 5139 (file-subdir-of-p): Now only top directory must exists,
5140 return nil if it doesn't.
bf7f9bc5
JB
5141 (copy-directory): No need to test with `file-subdir-of-p' after
5142 creating dir.
5143 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5144 to `file-equal-p'.
96b49301 5145
44e97401
GM
51462012-02-28 Glenn Morris <rgm@gnu.org>
5147
5148 * shell.el (shell-mode):
5149 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5150 * play/landmark.el (landmark-font-lock-face-O):
5151 * play/handwrite.el (handwrite):
5152 * play/gomoku.el (gomoku-O):
5153 * net/browse-url.el (browse-url-browser-display):
5154 * international/mule.el (define-charset):
5155 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5156 * filesets.el (filesets-find-file-delay):
5157 * eshell/em-xtra.el (eshell-xtra):
5158 * eshell/em-unix.el (eshell-grep):
5159 * emulation/viper.el (viper-mode):
5160 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5161 * emacs-lisp/easymenu.el (easy-menu-define):
5162 * calendar/timeclock.el (timeclock-use-display-time):
5163 * bs.el (bs-mode):
5164 * bookmark.el (bookmark-save-flag):
5165 Doc fix (standardize possessive apostrophe usage).
5166
c98c6276
CY
51672012-02-27 Chong Yidong <cyd@gnu.org>
5168
bf7f9bc5
JB
5169 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5170 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5171
c98c6276
CY
5172 * font-lock.el (font-lock-specified-p): Rename from
5173 font-lock-spec-present. Callers changed.
5174
9c62cd04 51752012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5176
bf7f9bc5
JB
5177 * emacs-lisp/package.el (package-compute-transaction):
5178 Handle holding a package version to t in package-load-list.
8ac9e529 5179
530739c9
MA
51802012-02-26 Michael Albinus <michael.albinus@gmx.de>
5181
5182 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5183 (tramp-get-inode, tramp-get-device): Use cached values.
5184
487915d7
AM
51852012-02-26 Alan Mackenzie <acm@muc.de>
5186
5187 Check there is a font-lock specification before doing initial
5188 fontification.
5189
5190 * font-core.el (font-lock-mode): Move the conditional from
5191 :after-hook to font-lock-initial-fontify.
5192 (font-lock-default-function): Move the check for a specification
5193 to font-lock-spec-present.
5194
dc9924b8 5195 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5196 (font-lock-spec-present): New function.
5197
4fd96557
JB
51982012-02-26 Jim Blandy <jimb@red-bean.com>
5199
5200 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5201 (gdb-send): Apply it to the operand of the '-interpreter-exec
5202 console' command, so that we can pass arguments with (say) quotes
5203 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5204
9a4888c0
CY
52052012-02-26 Chong Yidong <cyd@gnu.org>
5206
07498861
CY
5207 * help-fns.el (describe-function-1): Clarify description of
5208 remapping (Bug#10844).
5209
9a4888c0
CY
5210 * files.el (files-equal-p): Doc fix.
5211 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5212 and quit the loop once a mismatch is found.
5213
ea8fb88d
JB
52142012-02-25 Juanma Barranquero <lekktu@gmail.com>
5215
5216 * bs.el (bs--show-with-configuration): Don't throw an error
5217 if the window cannot be split; otherwise, subsequent calls to
5218 bs-show fail, restoring a stale window config. (Bug#10882)
5219
525795c1
JD
52202012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5221
5222 * term/ns-win.el (global-map): Bind ns-drag-file to
5223 ns-find-file (Bug#5855, Bug#10050).
5224
f008086f
AS
52252012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5226
5227 * calendar/parse-time.el (parse-time-string): Allow extractor to
5228 return nil.
5229
a3fcfa99
MA
52302012-02-25 Michael Albinus <michael.albinus@gmx.de>
5231
91027d08
JB
5232 * net/tramp.el (tramp-file-name-for-operation):
5233 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5234
5235 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5236 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5237 Add COPY-CONTENTS argument.
a3fcfa99 5238
67b0de11
CY
52392012-02-25 Chong Yidong <cyd@gnu.org>
5240
5241 Add custom groups for VC backends, for consistency with vc-bzr.
5242
5243 * vc/vc-arch.el (vc-arch):
5244 * vc/vc-cvs.el (vc-cvs):
5245 * vc/vc-git.el (vc-git):
5246 * vc/vc-hg.el (vc-hg):
5247 * vc/vc-mtn.el (vc-mtn):
5248 * vc/vc-rcs.el (vc-rcs):
5249 * vc/vc-sccs.el (vc-sccs):
5250 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5251 All relevant defcustoms reassigned.
5252
3c9dfce6
CY
52532012-02-25 Chong Yidong <cyd@gnu.org>
5254
1339bf43
CY
5255 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5256
3c9dfce6
CY
5257 * term/x-win.el (x-initialize-window-system): Reduce default for
5258 x-selection-timeout to 5 seconds (Bug#8869).
5259
25b2e303 52602012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5261
ec70a47d
GM
5262 * files.el (files-equal-p, file-subdir-of-p): New functions.
5263 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5264 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5265 * dired-aux.el (dired-copy-file-recursive): Same.
5266 (dired-create-files): Modify destination when source is equal to
5267 dest when copying files.
53a46cd0 5268 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5269
914260cd
MA
52702012-02-24 Michael Albinus <michael.albinus@gmx.de>
5271
5272 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5273 (Bug#10874)
5274
2cb228f7
AM
52752012-02-23 Alan Mackenzie <acm@muc.de>
5276
5277 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5278 parameter "after-hook:" to allow the expansion to run code after
5279 the execution of the mode hooks.
5280
5281 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5282 from font-lock-mode-internal.
2cb228f7 5283
91027d08 5284 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5285 :after-hook.
5286
8f0fde21
SM
52872012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5288
3e88618b
SM
5289 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5290 (completion--cache-all-sorted-completions): New function.
5291 (completion-all-sorted-completions): Use it.
5292 (completion--do-completion, minibuffer-force-complete):
5293 Use it to re-instate the flush hook.
5294
8f0fde21
SM
5295 * icomplete.el (icomplete-completions): Replace last fix with a better
5296 one (bug#10850).
5297
8e911f6f
DG
52982012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5299
5300 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5301 when it might call us back infinitely (bug#10797).
5302
49fe4321
GM
53032012-02-23 Glenn Morris <rgm@gnu.org>
5304
5305 * minibuffer.el (completion-category-overrides): Doc fix.
5306
b291b572
SM
53072012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5310 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5311
31a9ef2e
GM
53122012-02-23 Glenn Morris <rgm@gnu.org>
5313
5e6e6794 5314 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5315 (authors-obsolete-files-regexps, authors-ignored-files)
5316 (authors-ambiguous-files, authors-renamed-files-alist):
5317 Add more entries.
5318
0bd1e074
JL
53192012-02-23 Juri Linkov <juri@jurta.org>
5320
5321 * isearch.el (isearch-occur): Sync interactive spec with occur's
5322 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5323
b617673c
JL
5324 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5325
19e9789e
JL
53262012-02-22 Juri Linkov <juri@jurta.org>
5327
5328 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5329 (ucs-insert): Doc fix. Check for hex digits in the string.
5330 Don't display `nil' in the error message. (Bug#10857)
5331
f41ce09d
AM
53322012-02-22 Alan Mackenzie <acm@muc.de>
5333
7a71b18d 5334 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5335
ac2eceee
GM
53362012-02-22 Glenn Morris <rgm@gnu.org>
5337
5338 * ffap.el (ffap-c-path):
5339 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5340
abd1f678
CY
53412012-02-22 Chong Yidong <cyd@gnu.org>
5342
5343 * custom.el (load-theme): Doc fix.
5344
f25aef2e
GM
53452012-02-22 Glenn Morris <rgm@gnu.org>
5346
5347 * dired-x.el (dired-guess-shell-alist-default):
5348 Remove escape sequences from nroff output. (Bug#172)
5349
5f8dc2ca
GM
53502012-02-21 Glenn Morris <rgm@gnu.org>
5351
6ff86ec4
GM
5352 * vc/emerge.el (emerge-defvar-local):
5353 Set `permanent-local' property rather than unused `preserved'.
5354
be3223a3 5355 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5356 (picture-mode-map): Use it. (Bug#10860)
5357 (picture-mode): Doc fix.
5358
3fe58f4f
JB
53592012-02-21 Juanma Barranquero <lekktu@gmail.com>
5360
5361 * newcomment.el (uncomment-region-default): Remove unused binding.
5362
f9a998c3
GM
53632012-02-21 Glenn Morris <rgm@gnu.org>
5364
5365 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5366 (picture-self-insert, picture-tab-chars): Doc fix.
5367 (picture-mode-map): Fix C-a, C-e.
5368
c6029348
GM
53692012-02-20 Glenn Morris <rgm@gnu.org>
5370
5371 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5372
ab1ce9d7
LL
53732012-02-20 Leo Liu <sdl.web@gmail.com>
5374
5375 * icomplete.el (icomplete-completions): Check FROM arg before
5376 passing to substring (Bug#10850).
5377
0fd40f89
CY
53782012-02-19 Chong Yidong <cyd@gnu.org>
5379
5380 * comint.el: Require ansi-color.
5381 (comint-output-filter-functions): Add ansi-color-process-output.
5382
5383 * ansi-color.el: Don't set comint-output-filter-functions; it is
5384 now in the initial value defined in comint.el.
5385 (ansi-color-apply-face-function): New variable.
5386 (ansi-color-apply-on-region): Use it.
5387 (ansi-color-apply-overlay-face): New function.
5388
5389 * shell.el (shell): No need to require ansi-color.
5390 (shell-mode): Use ansi-color-apply-face-function to highlight
5391 color escapes using font-lock-face property (Bug#10835).
5392
20af2394
CY
53932012-02-19 Chong Yidong <cyd@gnu.org>
5394
5395 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5396 mode-line formats (Bug#10839).
5397
e23a3fbe
GM
53982012-02-18 Glenn Morris <rgm@gnu.org>
5399
b474519e
GM
5400 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5401
5402 * mail/undigest.el (unforward-rmail-message): Doc fix.
5403
e23a3fbe
GM
5404 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5405
57939ff4
EZ
54062012-02-18 Eli Zaretskii <eliz@gnu.org>
5407
5408 * international/characters.el (script-list): Sync with the latest
5409 Unicode Character Database.
5410
0c23686e
AS
54112012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5412
5413 * international/titdic-cnv.el: Remove duplicate coding tag.
5414 * language/cham.el: Likewise.
5415 * language/tai-viet.el: Likewise.
5416
6818b449
GM
54172012-02-18 Glenn Morris <rgm@gnu.org>
5418
5419 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5420 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5421 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5422 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5423 * calendar/holidays.el (holiday-bahai-holidays)
5424 (calendar-holidays, list-holidays):
5425 Use utf-8 Bahá'í in doc-strings, menus, etc.
5426
0311a3fc
TH
54272012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5428
5429 * saveplace.el (save-place-ignore-files-regexp): New variable
5430 allowing for excluding files from saving their location of point.
5431 The default value matches the temporary commit message editing
5432 files from Git, SVN, Bazaar, and Mercurial.
5433 (save-place-to-alist): Use it.
5434
d209e2fb 54352012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5436 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * newcomment.el (uncomment-region-default): Don't leave extra space
5439 when an arg is provided (bug#8150).
5440
ee0ce425
TZ
54412012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5442
eb864a71 5443 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5444
95ddf442
GM
54452012-02-17 Glenn Morris <rgm@gnu.org>
5446
5447 * net/socks.el: Require network-stream. (Bug#10599)
5448
48dd1e39 54492012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5450
5451 * international/charprop.el:
5452 * international/uni-name.el:
5453 * international/uni-old-name.el:
5454 * international/uni-comment.el: Regenerate.
5455
d68cd087
GM
54562012-02-16 Glenn Morris <rgm@gnu.org>
5457
5458 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5459 Interactively in calendar buffer, give an error if not on a date.
5460
13932042
GM
54612012-02-15 Glenn Morris <rgm@gnu.org>
5462
5463 * shell.el (shell-delimiter-argument-list):
5464 Revert 2011-02-17 change. (Bug#8027)
5465
c3a70e2b
CY
54662012-02-15 Chong Yidong <cyd@gnu.org>
5467
60236b0d
CY
5468 * minibuffer.el (completion-at-point-functions): Doc fix.
5469
c3a70e2b
CY
5470 * custom.el (defcustom): Doc fix; note use of defvar.
5471
9f26dc24
GM
54722012-02-15 Glenn Morris <rgm@gnu.org>
5473
5474 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5475 Doc fixes.
5476
6546b134
GM
54772012-02-14 Glenn Morris <rgm@gnu.org>
5478
5479 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5480
d29b2b4c
LI
54812012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5482
5483 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5484 way the ports list is computed.
835bdcba
LI
5485 (smtpmail-query-smtp-server): Prompt the user for a port number if
5486 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5487
08dcdbc9
TZ
54882012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5489
5490 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5491
2605051a
GM
54922012-02-13 Glenn Morris <rgm@gnu.org>
5493
5494 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5495
7ee99f32
TZ
54962012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5497
5498 * net/gnutls.el (gnutls-trustfiles): New variable.
5499 (gnutls-negotiate): Use it.
5500
5f0af64f
LI
55012012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5502
5503 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5504 does its stuff if Gnus is running.
5505
c14fcc95
AM
55062012-02-13 Alan Mackenzie <acm@muc.de>
5507
5508 Fix a loop in c-set-fl-decl-start.
5509
7a71b18d 5510 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5511 c-backward-syntactic-ws actually moves backwards.
5512
142b4d90
LL
55132012-02-13 Leo Liu <sdl.web@gmail.com>
5514
5515 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5516 beginning so that all \C-o chars are removed.
5517
fa9958a6
TZ
55182012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5519
dc9924b8 5520 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5521
0bc5886a
AM
55222012-02-12 Alan Mackenzie <acm@muc.de>
5523
5524 Fix infinite loop with long macros.
4d6769e1 5525 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5526
d4bd55e7
CY
55272012-02-12 Chong Yidong <cyd@gnu.org>
5528
5529 * window.el (display-buffer): Doc fix (Bug#10785).
5530
66f3fe22
GM
55312012-02-12 Glenn Morris <rgm@gnu.org>
5532
bd7da63e
GM
5533 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5534 (x-disown-selection-internal, x-get-selection-internal):
5535 Sync docs with the xselect.c versions.
5536
66f3fe22
GM
5537 * allout-widgets.el: Add missing license notice.
5538
3e0d2fa7
GM
55392012-02-11 Glenn Morris <rgm@gnu.org>
5540
cfecdf09
GM
5541 * select.el (x-get-selection-internal, x-own-selection-internal)
5542 (x-disown-selection-internal):
5543 * x-dnd.el (x-get-selection-internal): Update declarations.
5544
6d216d7f
GM
5545 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5546
2bed3f04
GM
5547 * window.el (window-sides-slots):
5548 * tool-bar.el (tool-bar-position):
5549 * term/xterm.el (xterm-extra-capabilities):
5550 * ses.el (ses-self-reference-early-detection):
5551 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5552 (verilog-auto-wire-type)
5553 (verilog-auto-delete-trailing-whitespace)
5554 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5555 (verilog-auto-tieoff-declaration):
5556 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5557 (sql-oracle-statement-starters, sql-oracle-scan-on):
5558 * progmodes/prolog.el (prolog-align-comments-flag)
5559 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5560 (prolog-left-indent-regexp, prolog-paren-indent-p)
5561 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5562 (prolog-types, prolog-mode-specificators)
5563 (prolog-determinism-specificators, prolog-directives)
5564 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5565 (prolog-electric-dot-flag)
5566 (prolog-electric-dot-full-predicate-template)
5567 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5568 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5569 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5570 (prolog-program-switches, prolog-prompt-regexp)
5571 (prolog-debug-on-string, prolog-debug-off-string)
5572 (prolog-trace-on-string, prolog-trace-off-string)
5573 (prolog-zip-on-string, prolog-zip-off-string)
5574 (prolog-use-standard-consult-compile-method-flag)
5575 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5576 (prolog-imenu-max-lines, prolog-info-predicate-index)
5577 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5578 (prolog-char-quote-workaround):
5579 * progmodes/cc-vars.el (c-defun-tactic):
5580 * net/tramp.el (tramp-encoding-command-interactive)
5581 (tramp-local-end-of-line):
5582 * net/soap-client.el (soap-client):
5583 * net/netrc.el (netrc-file):
5584 * net/gnutls.el (gnutls):
5585 * minibuffer.el (completion-category-overrides)
5586 (completion-cycle-threshold)
5587 (completion-pcm-complete-word-inserts-delimiters):
5588 * man.el (Man-name-local-regexp):
5589 * mail/feedmail.el (feedmail-display-full-frame):
5590 * international/characters.el (glyphless-char-display-control):
5591 * eshell/em-ls.el (eshell-ls-date-format):
5592 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5593 (lisp-lambda-list-keyword-parameter-indentation)
5594 (lisp-lambda-list-keyword-parameter-alignment):
5595 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5596 * dired-x.el (dired-omit-verbose):
5597 * cus-theme.el (custom-theme-allow-multiple-selections):
5598 * calc/calc.el (calc-highlight-selections-with-faces)
5599 (calc-lu-field-reference, calc-lu-power-reference)
5600 (calc-note-threshold):
5601 * battery.el (battery-mode-line-limit):
5602 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5603 (archive-7z-update):
5604 * allout.el (allout-prefixed-keybindings)
5605 (allout-unprefixed-keybindings)
5606 (allout-inhibit-auto-fill-on-headline)
5607 (allout-flattened-numbering-abbreviation):
5608 * allout-widgets.el (allout-widgets-auto-activation)
5609 (allout-widgets-icons-dark-subdir)
5610 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5611 (allout-widgets-theme-dark-background)
5612 (allout-widgets-theme-light-background)
5613 (allout-widgets-item-image-properties-emacs)
5614 (allout-widgets-item-image-properties-xemacs)
5615 (allout-widgets-run-unit-tests-on-load)
5616 (allout-widgets-time-decoration-activity)
5617 (allout-widgets-hook-error-post-time)
5618 (allout-widgets-track-decoration):
5619 Add missing :version tags to new defcustoms and defgroups.
5620
5fec1b8e
GM
5621 * progmodes/sql.el (sql-ansi-statement-starters)
5622 (sql-oracle-statement-starters): Add custom type.
5623
3e0d2fa7
GM
5624 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5625 (prolog-system-version): Give it a type.
5626
90b671e2
EZ
56272012-02-11 Eli Zaretskii <eliz@gnu.org>
5628
5629 * term/pc-win.el (x-select-text, x-selection-owner-p)
5630 (x-own-selection-internal, x-disown-selection-internal)
5631 (x-get-selection-internal): Sync doc strings and argument lists
5632 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5633
5eac0c02
LL
56342012-02-11 Leo Liu <sdl.web@gmail.com>
5635
5636 * progmodes/python.el (python-end-of-statement): Fix infinite
5637 loop. (Bug#10788)
5638
f82cb659
GM
56392012-02-10 Glenn Morris <rgm@gnu.org>
5640
5641 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5642 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5643
cc26d239
LI
56442012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5645
5646 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5647 about SMTP before checking the From header.
5648
91027d08 5649 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5650 into own function for reuse by emacsbug.el.
5651
1be3ca5a
LL
56522012-02-10 Leo Liu <sdl.web@gmail.com>
5653
5654 * subr.el (condition-case-unless-debug): Rename from
5655 condition-case-no-debug. All callers changed.
5656 (with-demoted-errors): Fix caller.
5657
5658 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5659 * nxml/rng-valid.el (rng-do-some-validation):
5660 * emacs-lisp/package.el (package-refresh-contents)
5661 (package-menu-execute):
5662 * desktop.el (desktop-create-buffer):
91027d08 5663 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5664
b011fbfe
GM
56652012-02-10 Glenn Morris <rgm@gnu.org>
5666
b2096d72
GM
5667 * textmodes/bibtex.el:
5668 Add missing :version tags for new/changed defcustoms.
5669
b011fbfe
GM
5670 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5671
4c7e65bf
LI
56722012-02-09 Lars Ingebrigtsen <larsi@rusty>
5673
5674 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5675 (smtpmail-via-smtp): Use it, or fall back on the From address.
5676 (smtpmail-send-it): Ditto.
5677
f3934f6f
SM
56782012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5681 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5682 (byte-compile-tmp-var): New const.
5683 (byte-compile-defvar): Use it to minimize .elc size.
5684 Just use `defvar' rather than simulate it (bug#10761).
5685
a075a2c5
GM
56862012-02-09 Glenn Morris <rgm@gnu.org>
5687
cf3aa21b
GM
5688 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5689
354998cd
GM
5690 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5691 Add :version tags.
5692
dc9924b8
SM
5693 * progmodes/compile.el (compilation-error-screen-columns)
5694 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5695
dab3703d
GM
5696 * vc/log-view.el (log-view-toggle-entry-display):
5697 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5698
3f88cd72
GM
5699 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5700 (report-emacs-bug-can-use-xdg-email):
5701 (report-emacs-bug-insert-to-mailer): Doc fixes.
5702 (report-emacs-bug): Message fix.
5703
d95b247d
GM
5704 * net/browse-url.el (browse-url-can-use-xdg-open)
5705 (browse-url-xdg-open): Doc fixes.
5706
a075a2c5
GM
5707 * electric.el (electric-indent-mode, electric-pair-mode)
5708 (electric-layout-rules, electric-layout-mode): Doc fixes.
5709 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5710
ffb6157e
MR
57112012-02-08 Martin Rudalics <rudalics@gmx.at>
5712
5713 * server.el (server-unselect-display): Don't inadvertently kill
5714 the current buffer. (Bug#10729)
5715
e1ac4066
GM
57162012-02-08 Glenn Morris <rgm@gnu.org>
5717
34e8a2da
GM
5718 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5719 (sql-list-table): Doc fixes.
5720
b4ac6e8c
GM
5721 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5722 Comment out (does nothing).
5723
e1ac4066
GM
5724 * completion.el (dynamic-completion-mode):
5725 * dirtrack.el (dirtrack-debug-mode):
5726 * electric.el (electric-layout-mode):
5727 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5728 * face-remap.el (text-scale-mode, buffer-face-mode):
5729 * iimage.el (iimage-mode):
5730 * image-mode.el (image-transform-mode):
5731 * minibuffer.el (completion-in-region-mode):
5732 * scroll-lock.el (scroll-lock-mode):
5733 * simple.el (next-error-follow-minor-mode):
5734 * tar-mode.el (tar-subfile-mode):
5735 * tooltip.el (tooltip-mode):
5736 * vcursor.el (vcursor-use-vcursor-map):
5737 * wid-browse.el (widget-minor-mode):
5738 * emulation/tpu-edt.el (tpu-edt-mode):
5739 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5740 * international/iso-ascii.el (iso-ascii-mode):
5741 * language/thai-util.el (thai-word-mode):
5742 * mail/supercite.el (sc-minor-mode):
5743 * net/goto-addr.el (goto-address-mode):
5744 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5745 * progmodes/cwarn.el (cwarn-mode):
5746 * progmodes/flymake.el (flymake-mode):
5747 * progmodes/glasses.el (glasses-mode):
5748 * progmodes/hideshow.el (hs-minor-mode):
5749 * progmodes/pascal.el (pascal-outline-mode):
5750 * textmodes/enriched.el (enriched-mode):
5751 * vc/smerge-mode.el (smerge-mode):
5752 Doc fixes (minor mode argument).
5753
5e0d957f
EZ
57542012-02-07 Eli Zaretskii <eliz@gnu.org>
5755
5756 * ls-lisp.el (ls-lisp-sanitize): New function.
5757 (ls-lisp-insert-directory): Use it to fix or remove any elements
5758 in file-alist with missing attributes. (Bug#4673)
5759
98d7371e
AM
57602012-02-07 Alan Mackenzie <acm@muc.de>
5761
5762 Fix spurious recognition of c-in-knr-argdecl.
5763
5764 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5765 putative K&R region.
5766
667ced3a
AM
57672012-02-07 Alan Mackenzie <acm@muc.de>
5768
eb864a71
LM
5769 * progmodes/cc-engine.el (c-forward-objc-directive):
5770 Prevent looping in "#pragma mark @implementation".
667ced3a 5771
5b77774d
MA
57722012-02-07 Michael Albinus <michael.albinus@gmx.de>
5773
5774 * notifications.el (notifications-on-closed-signal): Make `reason'
5775 optional. (Bug#10744)
5776
af008560
GM
57772012-02-07 Glenn Morris <rgm@gnu.org>
5778
60d47423
GM
5779 * emacs-lisp/easy-mmode.el (define-minor-mode):
5780 Doc fixes for the macro and the mode it defines.
5781
dd605cc4
GM
5782 * image.el (imagemagick-types-inhibit): Doc fix.
5783
af008560
GM
5784 * cus-start.el (imagemagick-render-type): Add it.
5785
5cc59a37
LI
57862012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5787
4d6769e1
JB
5788 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5789 Set the default at load time, too, so that `font-lock-fontify-buffer'
5790 can be called without setting up the entire mode first. This fixes
5791 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5792
9a6dd747
CY
57932012-02-06 Chong Yidong <cyd@gnu.org>
5794
2d16b285
CY
5795 * simple.el (list-processes--refresh): Delete exited processes
5796 (Bug#8094).
5797
171e9b6e
CY
5798 * comint.el (comint-next-prompt): next-single-char-property-change
5799 and prev-single-char-property-change never return nil (Bug#8657).
5800
9a6dd747
CY
5801 * custom.el (defcustom): Doc fix (Bug#9711).
5802
aa4589a7
CY
58032012-02-05 Chong Yidong <cyd@gnu.org>
5804
5c2a252f
CY
5805 * cus-edit.el (custom-variable-reset-backup): Quote the value
5806 before storing it in the customized-value property (Bug#6712).
4aab9006 5807 (custom-display): Add a customization type tag.
983b9602 5808 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5809
aa4589a7
CY
5810 * wid-edit.el (widget-field-value-get): New optional arg to
5811 suppress trailing whitespace truncation.
5812 (character): Use it (Bug#2689).
5813
1ff980ae
AS
58142012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5815
5816 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5817 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5818
03988c98
CY
58192012-02-05 Chong Yidong <cyd@gnu.org>
5820
eeb6cc88
CY
5821 * cus-edit.el (custom-variable-value-create): For mismatched
5822 types, show the current value (Bug#7600).
5823
03988c98
CY
5824 * custom.el (defcustom): Doc fix.
5825
f8cdeef0
GM
58262012-02-05 Glenn Morris <rgm@gnu.org>
5827
5828 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5829
0696d255
JB
58302012-02-05 Juanma Barranquero <lekktu@gmail.com>
5831
5832 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5833 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5834 (pp-last-sexp): Use `looking-at-p'.
5835
34c99998
GM
58362012-02-04 Glenn Morris <rgm@gnu.org>
5837
8f05da42
GM
5838 * files.el (revert-buffer):
5839 Doc fix (mention revert-buffer-in-progress-p).
5840
f160676e
GM
5841 * emacs-lisp/ert-x.el (ert-simulate-command):
5842 Check deferred-action-list (which is obsolete) is bound.
5843
c7291ad9
GM
5844 * subr.el (with-wrapper-hook): Doc fixes.
5845
34c99998
GM
5846 * simple.el (filter-buffer-substring-functions)
5847 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5848
6283a7d3
LL
58492012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5850
5851 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5852 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5853
e96e3013
LL
58542012-02-04 Leo Liu <sdl.web@gmail.com>
5855
5856 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5857
8ded50f2
GM
58582012-02-04 Glenn Morris <rgm@gnu.org>
5859
82ff1d13
GM
5860 * image.el (image-extension-data): Add obsolete alias.
5861
987a0a16
GM
5862 * isearch.el (isearch-update): Doc fix.
5863
ea32ef46
GM
5864 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5865
8ded50f2
GM
5866 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5867
eea14f31
GM
58682012-02-03 Glenn Morris <rgm@gnu.org>
5869
5870 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5871 (image-animate-timeout): Doc fix.
5872
5873 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5874
12f381b7
GM
58752012-02-02 Glenn Morris <rgm@gnu.org>
5876
953cebf5
GM
5877 * server.el (server-auth-dir): Doc fix.
5878 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5879
12f381b7
GM
5880 * subr.el (run-mode-hooks): Doc fix.
5881
953a8c3b
JL
58822012-02-02 Juri Linkov <juri@jurta.org>
5883
5884 * image-mode.el (image-toggle-display-image): Remove tautological
5885 `major-mode' from the `derived-mode-p' test.
5886
c5d3843c
KH
58872012-02-02 Kenichi Handa <handa@m17n.org>
5888
9f6e692e 5889 * composite.el (compose-region): Cancel previous change.
c5d3843c 5890
159462d4 58912012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5892
5893 * composite.el (compose-region, compose-string): Signal error for
5894 a null string component (Bug#6988).
5895
9f562668
CY
58962012-02-01 Chong Yidong <cyd@gnu.org>
5897
e2cef717
CY
5898 * view.el (view-buffer-other-window, view-buffer-other-frame):
5899 Handle special modes like view-buffer (Bug#10650).
5900 (view-buffer): Simplify.
5901
9f562668
CY
5902 * frame.el (set-frame-font): Tweak meaning of third argument.
5903
9f6e692e
JB
5904 * dynamic-setting.el (font-setting-change-default-font):
5905 Use set-frame-font (Bug#9982).
9f562668 5906
781acb9f
GM
59072012-02-01 Glenn Morris <rgm@gnu.org>
5908
6035be52
GM
5909 * progmodes/compile.el (compilation-internal-error-properties):
5910 Respect compilation-first-column in the "*compilation*" buffer.
5911
781acb9f
GM
5912 * emacs-lisp/easy-mmode.el (define-minor-mode):
5913 Relax :variable's test for a named function.
5914
abbceb00
AM
59152012-01-31 Alan Mackenzie <acm@muc.de>
5916
5917 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5918 off by one error.
5919
fce3fdeb
CY
59202012-01-31 Chong Yidong <cyd@gnu.org>
5921
5922 * frame.el (set-frame-font): New arg ALL-FRAMES.
5923
5924 * menu-bar.el (menu-set-font): Use set-frame-font.
5925
5926 * faces.el (face-spec-reset-face): Don't apply unspecified
5927 attribute values to the default face.
5928
47893581
JB
59292012-01-31 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * progmodes/cwarn.el (cwarn): Remove dead link.
5932 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5933 Remove * from defcustom docstrings.
5934 (turn-on-cwarn-mode): Make obsolete.
5935 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5936 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5937
e58e988a
GM
59382012-01-31 Glenn Morris <rgm@gnu.org>
5939
60dc2671 5940 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5941 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5942 Allow named functions to be used as the cdr of :variable.
e58e988a 5943
7a3f511d
GM
59442012-01-30 Glenn Morris <rgm@gnu.org>
5945
5946 * emacs-lisp/authors.el (authors-fixed-entries):
5947 Remove reference to deleted file rnewspost.el.
5948
cb882333
JB
59492012-01-29 Juanma Barranquero <lekktu@gmail.com>
5950
5951 * window.el (window-with-parameter): Remove unused variable `windows'.
5952 (window--side-check): Remove unused variable `code'.
5953 (window--resize-siblings): Remove unused variable `first'.
5954 (adjust-window-trailing-edge): Remove unused variable `failed'.
5955 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5956 Use `let', not `let*'.
5957 (balance-windows-2): Remove unused variable `found'.
5958 (window--state-put-2): Remove unused variable `splits'.
5959 (window-state-put): Remove unused variable `selected'.
5960 (same-window-p): Use `string-match-p'.
5961 (display-buffer-assq-regexp): Remove unused variable `value'.
5962 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5963 Mark argument ALIST as ignored.
5964 (pop-to-buffer): Remove unused variable `old-window'.
5965
907201af
EZ
59662012-01-29 Eli Zaretskii <eliz@gnu.org>
5967
5968 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5969 and .lzma compressed files.
5970
ea162670
CY
59712012-01-29 Chong Yidong <cyd@gnu.org>
5972
5b95ee8a
CY
5973 * frame.el (window-system-default-frame-alist): Doc fix.
5974
ea162670
CY
5975 * dynamic-setting.el (font-setting-change-default-font): Don't
5976 change the default face if SET-FONT argument is non-nil (Bug#9982).
5977
d6e6f4b1
SB
59782012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5979
5980 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5981
0f29fa41 59822012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5983
5984 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5985 breakpoints in files outside current directory (Bug#6098).
5986
db174434
CY
59872012-01-29 Chong Yidong <cyd@gnu.org>
5988
6b25e4e2
SE
5989 * progmodes/python.el: Require ansi-color at top-level.
5990
6df6ae42
JB
5991 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5992 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5993 (lisp-mode-abbrev-table): Add doc.
5994 (lisp-mode-variables): Don't set local-abbrev-table.
5995 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5996
e70ee681
RW
59972012-01-28 Roland Winkler <winkler@gnu.org>
5998
5999 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6000
ace88aa2
RW
60012012-01-28 Roland Winkler <winkler@gnu.org>
6002
6003 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6004 (bibtex-set-dialect): Use it. Either set global values of
6005 dialect-dependent variables or bind these variables buffer-locally
6006 (Bug#10254).
6007 (bibtex-mode): Call bibtex-set-dialect via
6008 hack-local-variables-hook.
eb864a71
LM
6009 (bibtex-dialect): Update docstring.
6010 Add safe-local-variable predicate.
ace88aa2
RW
6011 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6012 bibtex-set-dialect.
6013 (bibtex-mode-map): Define menu for each dialect.
6014 (bibtex-entry): Fix docstring.
6015
93376c5b
CY
60162012-01-28 Chong Yidong <cyd@gnu.org>
6017
6018 * eshell/esh-arg.el (eshell-quote-argument): New function.
6019
6020 * eshell/esh-ext.el (eshell-invoke-batch-file):
6021 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6022 first arg to eshell-parse-command (Bug#10523).
6023
4372494f
DA
60242012-01-28 Drew Adams <drew.adams@oracle.com>
6025
6026 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6027 `default-directory' is non-nil.
6028
4d4ec1f8
EZ
60292012-01-28 Eli Zaretskii <eliz@gnu.org>
6030
6031 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6032 line that displays system-configuration-options. (Bug#9924)
6033
7c188927
DA
60342012-01-28 Drew Adams <drew.adams@oracle.com>
6035
6036 * descr-text.el (describe-char): Show information about POS, in
6037 addition to information about the character at POS. Improve and
6038 update the doc string. Change "code point" to "code point in
6039 charset", to avoid confusion with the character's Unicode code
6040 point shown above that. (Bug#10129)
6041
e0da685a
EZ
60422012-01-28 Eli Zaretskii <eliz@gnu.org>
6043
6044 * descr-text.el (describe-char): Show the raw character, not only
6045 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6046 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6047 for the reasons.
6048
70550acf
PH
60492012-01-28 Phil Hagelberg <phil@hagelb.org>
6050
eb864a71
LM
6051 * emacs-lisp/package.el (package-install):
6052 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6053
0ce8e868
CY
60542012-01-28 Chong Yidong <cyd@gnu.org>
6055
cb882333
JB
6056 * emacs-lisp/package.el (package-maybe-load-descriptor):
6057 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6058 (package-maybe-load-descriptor): Use it.
6059 (package-download-transaction): Fully load required packages
6060 inside the loop, so that `require' calls work (Bug#10593).
6061 (package-install): No need to call package-initialize now.
6062
2e7f3bea
CY
60632012-01-28 Chong Yidong <cyd@gnu.org>
6064
6e9bad14
CY
6065 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6066
f823b8ca
CY
6067 * tooltip.el (tooltip-mode): Doc fix.
6068 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6069
2680c309
CY
6070 * frame.el (set-cursor-color): Doc fix (Bug#352).
6071
d7a9e63b
CY
6072 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6073 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6074
2e7f3bea
CY
6075 * cus-edit.el (custom-buffer-create-internal): Fix search button
6076 action (Bug#10542).
2ae01800 6077 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6078
fc4f7a23
EW
60792012-01-27 Eduard Wiebe <usenet@pusto.de>
6080
6081 * dired.el (dired-mark-files-regexp):
6082 Include any subdirectory components. (Bug#10445)
6083
7dd37071
ML
60842012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6085
6086 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6087 Handle [host]:port syntax. (Bug#10533)
6088
a268160b
AH
60892012-01-27 Alex Harsanyi <harsanyi@mac.com>
6090
6091 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6092
e43273ef
GM
60932012-01-26 Glenn Morris <rgm@gnu.org>
6094
6095 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6096 * term.el (term-raw-escape-map): Use Control-X-prefix.
6097 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6098
1edf595d
MR
60992012-01-25 Martin Rudalics <rudalics@gmx.at>
6100
6101 * window.el (window-state-get, window--state-get-1): Don't deal
6102 with fixed-sizeness of windows. Simplify code.
6103
fa8eafef
JC
61042012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6105
6df6ae42
JB
6106 * window.el (window--state-get-1, window--state-put-2):
6107 Don't save and restore the mark.
fa8eafef 6108
0b21c100
CY
61092012-01-25 Chong Yidong <cyd@gnu.org>
6110
6111 * custom.el (custom-variable-p): Doc fix.
6112
5ae1a6c8
GM
61132012-01-25 Glenn Morris <rgm@gnu.org>
6114
40047858
GM
6115 * dired.el (dired-goto-file): Handle some of the more common
6116 characters that `ls -b' escapes. (Bug#10596)
6117
5ddce96c
GM
6118 * progmodes/compile.el (compilation-next-error-function):
6119 Respect compilation-first-column in the "*compilation*" buffer.
6120 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6121
5ae1a6c8
GM
6122 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6123
b559f1a9
GM
61242012-01-24 Glenn Morris <rgm@gnu.org>
6125
6126 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6127
6725d21a
JD
61282012-01-24 Julien Danjou <julien@danjou.info>
6129
6130 * color.el (color-rgb-to-hsl): Fix value computing.
6131 (color-hue-to-rgb): New function.
6132 (color-hsl-to-rgb): New function.
6133 (color-clamp, color-saturate-hsl, color-saturate-name)
6134 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6135 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6136
70df4bbe
GM
61372012-01-24 Glenn Morris <rgm@gnu.org>
6138
6139 * vc/vc-rcs.el (vc-rcs-create-tag):
6140 * vc/vc-sccs.el (vc-sccs-create-tag):
6141 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6142
802a2ae2
ML
61432012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6144
6145 * eshell/esh-util.el (eshell-read-hosts-file):
6146 Skip comment lines. (Bug#10549)
6147
d7128bb1
ML
6148 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6149
d1a5c3b4
JB
61502012-01-23 Juanma Barranquero <lekktu@gmail.com>
6151
2724d9c7
JB
6152 * subr.el (display-delayed-warnings): Doc fix.
6153 (collapse-delayed-warnings): New function to collapse identical
6154 adjacent warnings.
6155 (delayed-warnings-hook): Add it.
d1a5c3b4 6156
a5509865
MA
61572012-01-22 Michael Albinus <michael.albinus@gmx.de>
6158
6159 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6160
a5509865
MA
6161 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6162 (tramp-default-user-alist): Don't add "pscp".
6163 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6164 property "login-as", if set. (Bug#10530)
6165
cc6d5805
MA
61662012-01-21 Michael Albinus <michael.albinus@gmx.de>
6167
6168 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6169 "plink1" and "psftp". (Bug#10530)
6170
61712012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6172
6173 * international/mule-cmds.el (prefer-coding-system): Show a
6174 warning message if the default value of file-name-coding-system
6175 was not changed.
6176
f0960428
JC
61772012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6178
cb882333
JB
6179 * windmove.el (windmove-reference-loc):
6180 Fix windmove-reference-loc miscalculation.
f0960428 6181
dd6f2a63
JB
61822012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6183
6184 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6185 default unit.
6186
7b447e9b
GM
61872012-01-21 Glenn Morris <rgm@gnu.org>
6188
117a9ea1
GM
6189 * international/mule.el (auto-coding-alist): Add .tbz.
6190
7b447e9b
GM
6191 * files.el (local-enable-local-variables): Doc fix.
6192 (inhibit-local-variables-regexps): Rename from
6193 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6194 Doc fix. Add some extensions from auto-coding-alist.
6195 (inhibit-local-variables-suffixes):
6196 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6197 (inhibit-local-variables-p):
6198 New function, extracted from set-auto-mode-1.
6199 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6200 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6201 (hack-local-variables): Doc fix. Make the mode-only case
6202 respect enable-local-variables and friends.
6203 Respect inhibit-local-variables-regexps for file-locals, but
6204 not for directory-locals.
6205 (set-visited-file-name):
6206 Take account of inhibit-local-variables-regexps.
6207 Whether it applies may change as the file name is changed.
6208 * jka-cmpr-hook.el (jka-compr-install):
6209 * jka-compr.el (jka-compr-uninstall):
6210 Update for inhibit-first-line-modes-suffixes name change.
6211
dd6e3cdd
MR
62122012-01-20 Martin Rudalics <rudalics@gmx.at>
6213
6214 * help-macro.el (make-help-screen): Temporarily restore original
6215 binding for minor-mode-map-alist (Bug#10454).
6216
0d0deb38
JD
62172012-01-19 Julien Danjou <julien@danjou.info>
6218
6219 * color.el (color-name-to-rgb): Use the white color to find the max
6220 color component value and return correctly computed values.
6221 (color-name-to-rgb): Add missing float conversion for max value.
6222
34a02f46
MR
62232012-01-19 Martin Rudalics <rudalics@gmx.at>
6224
6225 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6226 special state value for window-persistent-parameters.
6227 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6228 (window--state-put-2): Reset all window parameters to nil before
6229 assigning values of persistent parameters.
6230
606c44c4
AM
62312012-01-18 Alan Mackenzie <acm@muc.de>
6232
6233 Eliminate sluggishness and hangs in fontification of "semicolon
6234 deserts".
6235
cb882333
JB
6236 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6237 Change value 10000 -> 3000.
606c44c4
AM
6238 (c-state-safe-place): Reformulate so it doesn't stack up an
6239 infinite number of wrong entries in c-state-nonlit-pos-cache.
6240 (c-determine-limit-get-base, c-determine-limit): New functions to
6241 determine backward search limits disregarding literals.
6242 (c-find-decl-spots): Amend commenting.
6243 (c-cheap-inside-bracelist-p): New function which detects "={".
6244
6245 * progmodes/cc-fonts.el
6246 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6247 backward search.
6248 (c-font-lock-declarations): Fix an occurrence of point being
6249 undefined. Check additionally for point being in a bracelist or
6250 near a macro invocation without a semicolon so as to avoid a
6251 fruitless time consuming search for a declarator. Give a more
6252 precise search limit for declarators using the new
6253 c-determine-limit.
6254
f3860cea
GM
62552012-01-18 Glenn Morris <rgm@gnu.org>
6256
6257 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6258 (set-auto-mode): Doc fixes.
6259
1db03b16
GM
62602012-01-17 Glenn Morris <rgm@gnu.org>
6261
0e6038be
GM
6262 * isearch.el (search-nonincremental-instead): Fix doc typo.
6263
1db03b16
GM
6264 * dired.el (dired-insert-directory): Handle newlines in directory name.
6265 (dired-build-subdir-alist): Unescape newlines in directory name.
6266
4cb0aa75
MA
62672012-01-17 Michael Albinus <michael.albinus@gmx.de>
6268
6269 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6270 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6271 (tramp-action-terminal): Use it. (Bug#10530)
6272
1d00653d
SM
62732012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6274
6275 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6276
6a6ee00d
MR
62772012-01-16 Martin Rudalics <rudalics@gmx.at>
6278
6279 * window.el (window-state-ignored-parameters): Remove variable.
6280 (window--state-get-1): Rename argument MARKERS to IGNORE.
6281 Handle persistent window parameters. Make copy of clone-of
6282 parameter only if requested. (Bug#10348)
6283 (window--state-put-2): Install a window parameter only if it has
6284 a non-nil value or an existing parameter shall be overwritten.
6285
97912def
MA
62862012-01-15 Michael Albinus <michael.albinus@gmx.de>
6287
6288 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6289
688070a5
EZ
62902012-01-14 Eli Zaretskii <eliz@gnu.org>
6291
6292 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6293 don't pass the (nil) value of `upnode' to string-match.
6294
301afadc
CY
62952012-01-14 Chong Yidong <cyd@gnu.org>
6296
6297 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6298 Fix values recognized by the cursorBlink resource.
301afadc 6299
9e5788aa
PE
63002012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6301
6302 * epg.el (epg--make-temp-file): Avoid permission race condition
6303 when running on old Emacs versions (bug#10403).
6304
3cdb7f5a
GM
63052012-01-14 Glenn Morris <rgm@gnu.org>
6306
6307 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6308
8c82b1b4
AM
63092012-01-13 Alan Mackenzie <acm@muc.de>
6310
6311 Fix filling for when filladapt mode is enabled.
6312
6313 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6314 c-mask-paragraph, pass in `fill-paragraph' rather than
6315 `fill-region-as-paragraph'. (This is a reversion of a previous
6316 change.)
eb864a71
LM
6317 * progmodes/cc-mode.el (c-basic-common-init):
6318 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6319
e517eda4
GM
63202012-01-13 Glenn Morris <rgm@gnu.org>
6321
1498536e
GM
6322 * dired.el (dired-switches-escape-p): New function.
6323 (dired-insert-directory): Use dired-switches-escape-p.
6324 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6325
e517eda4
GM
6326 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6327
328f984d
GM
63282012-01-12 Glenn Morris <rgm@gnu.org>
6329
6330 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6331 changes in adaptive-fill-regexp. (Bug#10276)
6332
2cc769a8
AM
63332012-01-11 Alan Mackenzie <acm@muc.de>
6334
6335 Fix Emacs bug #10463 - put `widen's around the critical spots.
6336
1d00653d 6337 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6338 widen around each invocation of c-state-pp-to-literal. Remove an
6339 unused let variable.
6340
e52c37fa
GM
63412012-01-11 Glenn Morris <rgm@gnu.org>
6342
6343 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6344 Doc fix.
e52c37fa 6345
96f8741e
CY
63462012-01-10 Chong Yidong <cyd@gnu.org>
6347
1d00653d
SM
6348 * net/network-stream.el (network-stream-open-starttls):
6349 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6350 response to the capability command.
6351
b09a806e
GM
63522012-01-10 Glenn Morris <rgm@gnu.org>
6353
6354 * mail/unrmail.el (unrmail): Tweak previous change.
6355
7655cb66
CY
63562012-01-09 Chong Yidong <cyd@gnu.org>
6357
6358 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6359
9d5a8f0b
AM
63602012-01-08 Alan Mackenzie <acm@muc.de>
6361
6362 Optimise font locking in long enum definitions.
6363
6364 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6365 arm to a cond form to handle enums.
6366 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6367 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6368
9a0115ab 63692012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6370
6371 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6372 (Bug#10401)
6bb72cbd 6373
f186bb95
LMI
63742012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6375
29232a68
LMI
6376 * faces.el (set-face-attribute): Clarify the meaning of the nil
6377 frame (bug#10294).
6378
4e5d086d
LMI
6379 * subr.el (with-selected-frame): Mention that the selected frame
6380 is restored (bug#9980).
6381
8e66aebe
LMI
6382 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6383 (bug#9759).
6384
cd394be1 6385 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6386 (password-read): Don't autoload unused function.
6387
adf4e762
JB
63882012-01-07 Juanma Barranquero <lekktu@gmail.com>
6389
6390 * progmodes/which-func.el (which-func-mode): Turn into a
6391 non-interactive function and mark as obsolete (bug#10428).
6392
89bd9ccd
CY
63932012-01-06 Chong Yidong <cyd@gnu.org>
6394
6395 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6396 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6397 functions, along with 1 and -1.
6398
4afee9d5
EZ
63992012-01-06 Eli Zaretskii <eliz@gnu.org>
6400
6401 * time.el (display-time-load-average)
6402 (display-time-default-load-average): Doc fixes. See the thread
6403 starting at
6404 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6405 for the details.
6406
536aea70
GM
64072012-01-06 Glenn Morris <rgm@gnu.org>
6408
665ae865
GM
6409 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6410 has no messages. (Bug#10377)
6411
c869783d
GM
6412 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6413 than Info-edit. (Bug#10385)
6414
2bb4227e
GM
6415 * time.el (display-time-load-average, display-time-next-load-average):
6416 Doc fixes.
6417
7d5944b9
GM
6418 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6419 local setting of buffer-read-only to the input buffer. (Bug#10419)
6420
536aea70
GM
6421 * calendar/calendar.el (calendar-mode):
6422 Locally set scroll-margin to 0. (Bug#10379)
6423
7dccca16
UM
64242012-01-06 Ulrich Mueller <ulm@gentoo.org>
6425
6426 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6427
afbb7930
GM
64282012-01-05 Glenn Morris <rgm@gnu.org>
6429
6430 * eshell/em-unix.el (diff-no-select): Autoload it.
6431 (eshell/diff): Use diff-no-select. (Bug#10420)
6432
04482335
CY
64332012-01-05 Chong Yidong <cyd@gnu.org>
6434
7baca3bc
CY
6435 * shell.el (shell-dynamic-complete-functions): Revert last change.
6436 (shell-command-completion-function): New function.
6437 (shell-completion-vars): Use it to implement
6438 shell-completion-execonly (Bug#10417).
6439
04482335
CY
6440 * custom.el (enable-theme): Don't set custom-safe-themes.
6441
1d00653d
SM
6442 * cus-theme.el (custom-theme-merge-theme):
6443 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6444
bb5aa5d6
MM
64452012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6446
6447 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6448 first prompt in `sql-interacive-mode'.
6449 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6450 keywords.
6df6ae42 6451 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6452 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6453 context of original buffer. Invoke `sql-login-hook'.
6454
a7183d7c
EZ
64552012-01-04 Eli Zaretskii <eliz@gnu.org>
6456
6457 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6458 letters in cite-prefix.
6459
a1eacd1e
LMI
64602012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6461
6462 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6463
787cdb34
CY
64642012-01-03 Chong Yidong <cyd@gnu.org>
6465
1d00653d
SM
6466 * shell.el (shell-dynamic-complete-functions):
6467 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6468 comint-filename-completion first (Bug#10417).
6469
30710442
RS
64702012-01-02 Richard Stallman <rms@gnu.org>
6471
6472 * battery.el (battery-status-function):
6473 Detect when to use battery-yeeloong-sysfs.
6474 (battery-echo-area-format): Add string for Yeeloong.
6475 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6476 (battery-yeeloong-sysfs): New function.
6477
f75bfc33
CY
64782012-01-02 Chong Yidong <cyd@gnu.org>
6479
6480 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6481 (dirtrack): Merge code for handling relative filenames in prompt
6482 from shell-dir-cookie-watcher.
6483 (dirtrack-debug-message): New arg to avoid excess format calls.
6484
6485 * shell.el (shell-dir-cookie-re): Variable deleted.
6486 (shell-dir-cookie-watcher): Function deleted.
6487 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6488 with dirtrack-mode.
6489
651e947e
EZ
64902012-01-01 Eli Zaretskii <eliz@gnu.org>
6491
1d00653d
SM
6492 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6493 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6494 libgnutls-26.dll.
6495
94d4c7dc
AS
64962011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6497
6498 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6499
8d43f3cd
EZ
65002011-12-31 Eli Zaretskii <eliz@gnu.org>
6501
6502 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6503 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6504
98c8795a
MA
65052011-12-29 Michael Albinus <michael.albinus@gmx.de>
6506
6507 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6508 also for alternative shells.
6509 (tramp-open-connection-setup-interactive-shell): Check, whether
6510 the shell is a busybox.
6511 (tramp-send-command): Don't suppress multiple prompts for
6512 busyboxes, it hurts.
6513
51281b32
CY
65142011-12-28 Chong Yidong <cyd@gnu.org>
6515
6516 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6517 (gdb-get-source-file): Move mode line update to
6518 gdb-get-source-file (Bug#10087).
6519
2170cb53
CY
65202011-12-25 Chong Yidong <cyd@gnu.org>
6521
6522 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6523 gud-gdb-marker-filter without taking it as an argument.
6524 (gud-gdb-run-command-fetch-lines): Caller changed.
6525 (gud-gdb-completion-function): New variable.
6526 (gud-gdb-completion-at-point): Use it.
6527 (gud-gdb-completions-1): Split from gud-gdb-completions.
6528
6529 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6530 function as separate arguments.
6531 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6532 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6533 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6534 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6535 (gdb-stopped, def-gdb-auto-update-trigger)
6536 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6537 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6538 Callers changed.
2170cb53
CY
6539 (gud-gdbmi-completions): New function.
6540 (gdb): Use it for generating the completion table.
6541
be8b11bb
AM
65422011-12-24 Alan Mackenzie <acm@muc.de>
6543
6544 Introduce a mechanism to widen the region used in context font
1d00653d 6545 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6546
1d00653d
SM
6547 * progmodes/cc-langs.el (c-before-font-lock-functions):
6548 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6549 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6550 functions to be run just before context (etc.) font locking.
6551
6552 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6553 New, functionality extracted from
be8b11bb 6554 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6555 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6556 (c-after-change): Set c-in-after-change-fontification.
6557 (c-set-fl-decl-start): Rejig its interface, so it can be called
6558 from both after-change and context fontifying.
b81d40f0
JB
6559 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6560 New functions.
6561 (c-standard-font-lock-fontify-region-function): New variable.
6562 (c-font-lock-fontify-region): New function.
be8b11bb 6563
341cf6ac
JL
65642011-12-24 Juri Linkov <juri@jurta.org>
6565
6566 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6567 (Bug#10348)
6568
bffcee0a
MA
65692011-12-23 Michael Albinus <michael.albinus@gmx.de>
6570
6571 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6572 existence of source file. (Bug#10325)
6573
cb5e207c
AM
65742011-12-23 Alan Mackenzie <acm@muc.de>
6575
6576 Fix unstable fontification inside templates.
6577
b81d40f0
JB
6578 * progmodes/cc-langs.el (c-before-font-lock-functions):
6579 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6580 additionally has c-set-fl-decl-start. The other languages (apart
6581 from AWK) have that as a single entry.
6582
b81d40f0
JB
6583 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6584 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6585 c-set-fl-decl-start.
6586
b81d40f0
JB
6587 * progmodes/cc-mode.el (c-common-init, c-after-change):
6588 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6589 (c-set-fl-decl-start): New function, extracted from
6590 c-font-lock-enclosing-decls and enhanced.
6591
60ff536c
JB
65922011-12-23 Juanma Barranquero <lekktu@gmail.com>
6593
6594 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6595
1c4757d6
JL
65962011-12-22 Juri Linkov <juri@jurta.org>
6597
6598 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6599
d031f2c7
CY
66002011-12-22 Chong Yidong <cyd@gnu.org>
6601
6602 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6603
bace743a
DA
66042011-12-21 Drew Adams <drew.adams@oracle.com>
6605
6606 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6607
728a1f2b
JC
66082011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6609
6610 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6611
0d373f73
TZ
66122011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6613
fec0aaa4
TZ
6614 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6615 highlighting and support. Fix up comments for capitalization.
6616 (cfengine-mode-debug): New var.
6617 (cfengine3-mode): Change the modeline indicator to "CFE3".
6618 (cfengine3-font-lock-keywords): Improve defun highlighting.
6619 (cfengine2-actions): Rename from `cfengine-actions'.
6620 (cfengine2-font-lock-keywords): Rename from
6621 `cfengine-font-lock-keywords'.
6622 (cfengine2-imenu-expression): Rename from
6623 `cfengine-imenu-expression'.
6624 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6625 (cfengine2-beginning-of-defun): Rename from
6626 `cfengine-beginning-of-defun'.
6627 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6628 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6629 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6630 modeline indicator to "CFE2".
6631 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6632 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6633
bc86f573
CY
66342011-12-21 Chong Yidong <cyd@gnu.org>
6635
6636 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6637 filename argument.
6638
d45ba96b
MR
66392011-12-20 Martin Rudalics <rudalics@gmx.at>
6640
6641 * window.el (window-normalize-buffer-to-display): Remove.
6642 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6643
a6198c90
CY
66442011-12-19 Chong Yidong <cyd@gnu.org>
6645
6646 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6647 Don't signal an error in a predicate function; return non-nil.
6648 (vc-dir-mark-file): Move the error here.
6649 (vc-dir-mark-unmark): If acting on the region, keep going if one
6650 of the entries cannot be marked/unmarked.
6651 (vc-dir-mark-all-files): If current entry is a directory, mark
6652 only child files, as documented.
6653
34c5fb55
VB
66542011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6655
6656 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6657 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6658 addition.
6659
c803b2b7
JD
66602011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6661
6662 * term/ns-win.el (ns-get-selection-internal)
6663 (ns-store-selection-internal): Declare.
1154d12e
JB
6664 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6665 Declare as obsolete.
6666 (ns-get-pasteboard, ns-paste-secondary):
6667 Use ns-get-selection-internal.
6668 (ns-set-pasteboard, ns-copy-including-secondary):
6669 Use ns-store-selection-internal.
c803b2b7 6670
9cff91f8 66712011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6672
6673 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6674 (vc-deduce-fileset): Doc fix.
99a289d9 6675
f16c898a
AS
66762011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6677
6678 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6679
763237c4
SS
66802011-12-13 Sam Steingold <sds@gnu.org>
6681
6682 * man.el (Man-getpage-in-background): When running under a
6683 window-system, ignore $MANWIDTH and $COLUMNS.
6684
5fc1c122
KH
66852011-12-15 Kenichi Handa <handa@m17n.org>
6686
6687 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6688 (setup-ethiopic-environment-internal): Comment out key-binding for
6689 ethio-toggle-punctuation.
6690
13d49cbb
AM
66912011-12-13 Alan Mackenzie <acm@muc.de>
6692
898169a2
AM
6693 Add the switch statement to AWK Mode.
6694
7a71b18d 6695 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6696 "default" to the keywords regexp.
6697
7a71b18d 6698 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6699 expression as the rest.
1d00653d
SM
6700 (c-nonlabel-token-key): Allow string literals for AWK.
6701 Refactor for the other modes.
898169a2 6702
13d49cbb 6703 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6704 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6705 routines. Limit backward searching in c-font-lock-enclosing.decl.
6706
6707 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6708 pp-state and literal type in addition to the limits.
1d00653d 6709 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6710 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6711 (c-slow-in-literal, c-fast-in-literal): Remove.
6712 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6713
6714 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6715 being in a literal. Add a limit for backward searching.
6716
6717 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6718 c-slow-in-literal.
6719
15e0efc7
SM
67202011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6723
454592a6
MR
67242011-12-13 Martin Rudalics <rudalics@gmx.at>
6725
6726 * window.el (delete-other-windows): Use correct frame in call to
6727 window-with-parameter.
6728
87393f26
DP
67292011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6730
6731 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6732 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6733 (makefile-gmake-statements, makefile-makepp-statements):
6734 Use it and add new makepp keywords.
6735 (makefile-makepp-font-lock-keywords): Add new patterns.
6736 (makefile-match-function-end): Match new [...] and [[...]].
6737
11636b22
JB
67382011-12-11 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * ses.el (ses-call-printer-return, ses-cell-property-get)
6741 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6742 (ses-create-cell-variable, ses-reset-header-string)
6743 (ses-cell-set-formula, ses-repair-cell-reference-all)
6744 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6745 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6746 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6747 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6748 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6749 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6750 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6751 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6752 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6753 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6754 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6755 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6756
cf018193
VB
67572011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6758
6759 * ses.el: The overall change is to add cell renaming, that is
6760 setting fancy names for cell symbols other than name matching
6761 "\\`[A-Z]+[0-9]+\\'" regexp .
6762 (ses-create-cell-variable): New defun.
6763 (ses-relocate-formula): Relocate formulas only for cells the
6764 symbols of which are not renamed, i.e. symbols whose names do not
6765 match regexp "\\`[A-Z]+[0-9]+\\'".
6766 (ses-relocate-all): Relocate values only for cells the symbols of
6767 which are not renamed.
6768 (ses-load): Create cells variables as the (ses-cell ...) are read,
6769 in order to check row col consistency with cell symbol name only
6770 for cells that are not renamed.
6771 (ses-replace-name-in-formula): New defun.
6772 (ses-rename-cell): New defun.
6773
ee957461
CY
67742011-12-11 Chong Yidong <cyd@gnu.org>
6775
6776 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6777 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6778
9a9e9ef0
MR
67792011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6780
6781 * window.el (other-window): Fix docstring.
6782
92a8eba5
EZ
67832011-12-10 Eli Zaretskii <eliz@gnu.org>
6784
6785 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6786 `from' or `to' address before taking its substring.
6787 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6788 encoded name is chopped in the middle of the encoded string, and
6789 thus displayed encoded.
6790
e152e577
JB
67912011-12-10 Juanma Barranquero <lekktu@gmail.com>
6792
6793 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6794
e5d84bfe
EZ
67952011-12-10 Eli Zaretskii <eliz@gnu.org>
6796
6797 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6798 to use texinfo-update-node and commands that call it if the
6799 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6800 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6801 (texinfo-all-menus-update, texinfo-master-menu)
6802 (texinfo-update-node, texinfo-every-node-update)
6803 (texinfo-multiple-files-update): Doc fix. Warn against updating
6804 all the @node lines.
6805 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6806 argument is numeric. Explain better in the doc string what the
6807 function really does.
6808 (texinfo-insert-master-menu-list): Improve the error message
6809 displayed if there's no menu in the Top node.
6810 (Bug#2975) See also this thread:
e5d84bfe
EZ
6811 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6812
1d84e9bb
MG
68132011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6814
6815 * speedbar.el (speedbar-supported-extension-expressions):
6816 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6817
382c953b
JB
68182011-12-09 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * printing.el (pr-mode-alist):
6821 * simple.el (filter-buffer-substring-functions)
6822 (completion-list-insert-choice-function):
6823 * window.el (window-with-parameter, window-atom-root)
6824 (window-sides-slots, window-size-fixed, window-min-delta)
6825 (window-max-delta, window--resize-mini-window)
6826 (window--resize-child-windows-normal, window-tree)
6827 (delete-other-windows, quit-window, split-window)
6828 (display-buffer-record-window, special-display-buffer-names)
6829 (special-display-regexps, special-display-popup-frame)
6830 (same-window-p, split-window-sensibly)
6831 (display-buffer-overriding-action, display-buffer-alist)
6832 (display-buffer-base-action, display-buffer, switch-to-buffer)
6833 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6834 (fit-window-to-buffer, recenter-positions)
6835 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6836 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6837 and remove unneeded backslashes in docstrings.
6838
39c9faef
SM
68392011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6840
98449af8
SM
6841 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6842
39c9faef
SM
6843 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6844 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6845 end in ".mk".
6846 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6847 when reading the makefile (bug#10116).
6848
86ed9fdc
SM
68492011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6852 (bug#10116).
6853
5580f89d
GM
68542011-12-06 Glenn Morris <rgm@gnu.org>
6855
6856 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6857
28d3917c
CY
68582011-12-06 Chong Yidong <cyd@gnu.org>
6859
6860 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6861
a98edce9
JB
68622011-12-06 Juanma Barranquero <lekktu@gmail.com>
6863
6864 * textmodes/table.el (table-shorten-cell): Fix typo.
6865
e65adfac
CG
68662011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6867
6868 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6869
71cc0b74
EZ
68702011-12-05 Eli Zaretskii <eliz@gnu.org>
6871
6872 * descr-text.el (describe-char): Fix display of strong
6873 right-to-left characters and directional embeddings and overrides.
6874
6875 * simple.el (what-cursor-position): Fix display of codepoints of
6876 strong right-to-left characters.
6877
315bc30d
CY
68782011-12-05 Chong Yidong <cyd@gnu.org>
6879
6880 * faces.el (read-color): Doc fix.
6881
58a70b94
GM
68822011-12-05 Glenn Morris <rgm@gnu.org>
6883
6884 * align.el (align--set-marker): Add doc-string.
6885 Don't try to move something that is not a marker. (Bug#10216)
6886
5158face
GM
68872011-12-04 Glenn Morris <rgm@gnu.org>
6888
6889 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6890 overly zealous deletion of trailing whitespace.
6891
520fca41
JB
68922011-12-04 Juanma Barranquero <lekktu@gmail.com>
6893
6894 * server.el (server-delete-client): On Windows, do not try to delete
6895 the only terminal.
6896 (server-process-filter): On Windows, treat requests for a tty frame as
6897 if they were for a GUI frame if the running server is in GUI mode.
6898
5e605a2e
GM
68992011-12-03 Glenn Morris <rgm@gnu.org>
6900
6901 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6902
5c3fe83f
SM
69032011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6f5e57e7
SM
6905 * electric.el: Streamline electric-indent's hook.
6906 (electric-indent-chars): Revert to simple list.
6907 (electric-indent-functions): New var.
6908 (electric-indent-post-self-insert-function): Use it.
6909
5c3fe83f
SM
6910 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6911 there's no inferior buffer (bug#10196).
6912 (prolog-consult-compile): Don't use toggle-read-only.
6913
6bdac736
MA
69142011-12-02 Michael Albinus <michael.albinus@gmx.de>
6915
6916 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6917 interrupt. (Bug#10187)
6918
6131ba7f
SM
69192011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6920
99c79fee
SM
6921 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6922 (bug#9160).
6923
6131ba7f
SM
6924 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6925 (bug#10191).
6926
cb0a02ea
JL
69272011-12-02 Juri Linkov <juri@jurta.org>
6928
6929 * info.el (Info-search): Display "end of manual" when Isearch
6930 reaches the end of single-file Info manual. (Bug#9918)
6931
66e0570c
EZ
69322011-12-02 Eli Zaretskii <eliz@gnu.org>
6933
6934 * isearch.el (isearch-message-prefix): Run the input method part
6935 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6936
02b16839
JL
69372011-12-02 Juri Linkov <juri@jurta.org>
6938
6939 * isearch.el (isearch-occur): Use `word-search-regexp' for
6940 `isearch-word'.
6941 (isearch-search-and-update): Add condition for `isearch-word' and
6942 call `word-search-regexp'. (Bug#10145)
6943
0b950688
GM
69442011-12-01 Glenn Morris <rgm@gnu.org>
6945
6946 * eshell/em-hist.el (eshell-hist-initialize):
6947 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6948 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6949
9505c3c7
SM
69502011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6953
1bbe96b2 69542011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6955
a1beca85
SM
6956 * progmodes/verilog-mode.el (verilog-pretty-expr):
6957 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6958 verilog, such as += *= and the like.
6959 (verilog-assignment-operator-re): Regular expression to find the
6960 assigment operator in a verilog assignment.
6961 (verilog-assignment-operation-re): Regular expression to find an
6962 assignment statement for pretty-expr.
6963 (verilog-in-attribute-p): Query returns true if point is in an
6964 attribute context; used to skip these for expression line up from
6965 pretty-expr.
6966 (verilog-in-parameter-p): Query returns true if point is in an
6967 parameter definition context; used to skip these for expression
6968 line up from pretty-expr.
6969 (verilog-in-parenthesis-p): Query returns true if point is in a
6970 parenthetical expression, specifically ( ) but not [ ] or { };
6971 used by pretty-expr.
6972 (verilog-just-one-space): If there is no space, don't add one.
6973 (verilog-get-lineup-indent-2): Specifically skip just attribute
6974 contexts for expression lineup, rather than skipping all
6975 parenthetical expressions.
6976 (verilog-calculate-indent): Fix comment, and fix indent.
6977 (verilog-do-indent): Indent declarations in lists (suggested by
6978 Joachim Lechner).
6979 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6980 skeleton items.
6981 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6982 by Alain Mellan).
6983
1bbe96b2 69842011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6985
6986 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6987 parameters with embedded comments. Reported by Ray Stevens.
6988 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6989 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6990 Reported by Tim Holt.
6991 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6992 instantiated by upper module causing wrong expansion until AUTOed a
6993 second time. Reported by K C Buckenmaier.
6994 (verilog-diff-auto): Fix showing .* as a difference when
6995 `verilog-auto-star-save' off. Reported by Dan Dever.
6996 (verilog-auto-reset, verilog-read-always-signals)
6997 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6998 temporary signals in reset list if
6999 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7000 style to each signal's assignment type, bug381.
7001 Reported by Thomas Esposito.
6288f0ca
WS
7002 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7003 (verilog-uvm-statement-re): Support UVM indentation and
7004 highlighting, with old OVM keywords only.
a1beca85 7005 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7006 Support AUTOTIEOFF creating non-wire data types.
7007 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7008 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7009 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7010 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7011 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7012 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7013 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7014 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7015 non-numeric vector width. Reported by Alex Reed.
7016 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7017 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7018 (verilog-auto-delete-trailing-whitespace):
7019 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7020 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7021 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7022 Fix verilog-scan-cache corruption when running user AUTO expansion
7023 hooks that call indentation routines.
7024 (verilog-simplify-range-expression): Fix typo ignoring lower case
7025 identifiers.
7026 (verilog-delete-auto): Fix delete-autos to also remove user created
7027 automatics, as long as they start with AUTO.
7028 (verilog-batch-diff-auto, verilog-diff-auto)
7029 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7030 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7031 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7032 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7033 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7034 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7035 is disabled and its cache will get corrupt, causing AUTOS not to
7036 expand. Instead use only -quick functions.
7037 (verilog-scan-region): Fix scanning over escaped quotes.
7038 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7039 (verilog-re-search-backward-quick)
7040 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7041 related functions now ignore strings, to fix misparsing of strings
7042 with magic comments embedded in them.
a1beca85
SM
7043 (verilog-read-auto-template):
7044 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7045 Reported by Brad Dobbie.
7046 (verilog-read-auto-template):
7047 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7048 Reported by Brad Dobbie.
6288f0ca
WS
7049 (verilog-auto-inst, verilog-auto-inst-param)
7050 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7051 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7052 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7053 debugging templates without merge conflicts, bug357.
7054 Reported by Brad Dobbie.
7055 (verilog-read-auto-template):
7056 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7057 Reported by Brad Dobbie.
7058 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7059 abbrevs so user won't be asked to save.
7060 (verilog-read-auto-lisp-present): Fix to start at beginning of
7061 buffer in case called outside of verilog-auto.
7062 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7063 to "X-2". Reported by Matthew Myers.
7064 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7065 all inputs from module templates. Reported by Leith Johnson.
7066 (verilog-module-inside-filename-p): Fix locating programs as with
7067 modules.
7068 (verilog-auto-inst-port): Fix vl-width expressions when using
7069 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7070 (verilog-decls-get-regs, verilog-decls-get-signals,
7071 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7072 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7073 verilog-read-decls): Combine reg and wire structures into one var
7074 structure to represent SystemVerilog concepts.
7075 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7076 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7077 (verilog-auto-wire-type, verilog-insert-definition):
7078 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7079 SystemVerilog "logic" keyword instead of "wire"/"reg".
7080 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7081 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7082 ifdef or generate if so there's not a driver conflict).
7083 Reported by Matthew Myers.
7084 (verilog-auto-declare-nettype, verilog-insert-definition):
7085 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7086 `default_nettype none. Reported by Julian Gorfajn.
7087 (verilog-read-always-signals-recurse, verilog-read-decls)
7088 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7089 malformed end statement, bug325. Reported by Joshua Wise and
7090 Andrew Drake.
7091 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7092 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7093 when expanding .* in interfaces, bug320.
7094 Reported by Pierre-David Pfister.
6288f0ca 7095 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7096 name and open parenthesis, bug317.
7097 Reported by Pierre-David Pfister.
6288f0ca
WS
7098 (verilog-simplify-range-expression): Fix simplification of
7099 multiplications inside AUTOWIRE connections, bug303.
7100 (verilog-auto-inst-port): Support parameter expansion in
7101 multidimensional arrays.
7102 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7103 after "assert property". Reported by Julian Gorfajn.
7104 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7105 with multiplication, bug303.
7106 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7107 Reported by Jan Frode Lonnum.
7108
1bbe96b2
GM
71092011-11-30 Juanma Barranquero <lekktu@gmail.com>
7110
7111 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7112 (hfy-shell-file-name, hfy-shell):
7113 * international/fontset.el (x-decompose-font-name): Fix typos.
7114
71152011-11-29 Ken Brown <kbrown@cornell.edu>
7116
7117 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7118 (gdb-version): Remove defvar.
7119 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7120 (gdb-gud-context-command, gdb-non-stop-handler)
7121 (gdb-current-context-command, gdb-stopped): Use it.
7122 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7123 (gdb-non-stop-handler): Don't enable pretty-printing here.
7124 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7125 non-stop mode. Use the following.
7126 (gdb-check-target-async): New defun.
7127 (gud-watch, gdb-stopped): Fix whitespace.
7128 (gdb-get-source-file): Don't try to display the source file if
7129 `gdb-main-file' is nil.
7130
71312011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * align.el: Try to generate fewer markers (bug#10047).
7134 (align--set-marker): New macro.
7135 (align-region): Use it.
7136
c935221f
SM
71372011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7140
e70b5064
CY
71412011-11-29 Chong Yidong <cyd@gnu.org>
7142
7143 * indent.el (indent-for-tab-command, indent-according-to-mode):
7144 Doc fix.
7145 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7146
f3af92b7
MA
71472011-11-29 Michael Albinus <michael.albinus@gmx.de>
7148
7149 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7150 aware of remote file names. (Bug#10124)
7151
ed472be9
CY
71522011-11-29 Chong Yidong <cyd@gnu.org>
7153
7154 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7155
24510c22
SM
71562011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * files.el (find-file): Don't use force-same-window (bug#10144).
7159 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7160 use pop-to-buffer if the selected window can't be used.
7161 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7162
c60c3703
EZ
71632011-11-28 Eli Zaretskii <eliz@gnu.org>
7164
7165 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7166 special-mode-map.
7167
e95def75
CY
71682011-11-28 Chong Yidong <cyd@gnu.org>
7169
7170 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7171
c3f1c606
NR
71722011-11-27 Nick Roberts <nickrob@snap.net.nz>
7173
7174 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7175 gdb-get-source-file-list on gdb-create-source-file-list.
7176
00db469c
EZ
71772011-11-26 Eli Zaretskii <eliz@gnu.org>
7178
7179 * whitespace.el (whitespace-newline): Use a different foreground
7180 color for 16-color light-background displays.
7181
4ad3bc2a
CY
71822011-11-24 Chong Yidong <cyd@gnu.org>
7183
7184 * window.el (display-buffer--special-action): Doc fix.
7185
e9fce1ac
JB
71862011-11-25 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7189 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7190 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7191 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7192 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7193 (avl-tree-stack-first):
7194 * emacs-lisp/cconv.el (cconv--analyse-use):
7195 * net/gnutls.el (gnutls-negotiate): Fix typos.
7196
cb825e5d
GM
71972011-11-24 Glenn Morris <rgm@gnu.org>
7198
3adbe224
GM
7199 * lpr.el (lpr-windows-system, lpr-lp-system):
7200 * mail/binhex.el (binhex-begin-line):
7201 * progmodes/grep.el (grep-history, grep-find-history):
7202 * textmodes/flyspell.el:
7203 * vc/pcvs-defs.el (cvs-global-menu):
7204 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7205 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7206 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7207
321decc8
GM
7208 * net/tls.el: Fix case of "GnuTLS".
7209
420b63ad
GM
7210 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7211
cb825e5d
GM
7212 * version.el (emacs-build-system): Give it a doc-string.
7213
a0649f08
JL
72142011-11-24 Juri Linkov <juri@jurta.org>
7215
7216 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7217
c0bc0fd4
GM
72182011-11-24 Glenn Morris <rgm@gnu.org>
7219
7220 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7221 if called on a non-mime message just toggle the headers. (Bug#8006)
7222
20db1522
JB
72232011-11-24 Juanma Barranquero <lekktu@gmail.com>
7224
7225 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7226 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7227 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7228 (allout-rebullet-heading, allout-open-sibtopic)
7229 (allout-toggle-current-subtree-encryption)
7230 (allout-toggle-subtree-encryption, allout-encrypt-string)
7231 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7232 (allout-distinctive-bullets-string, allout-auto-activation):
7233 * window.el (window-normalize-buffer-to-display):
7234 * progmodes/verilog-mode.el (verilog-batch-indent):
7235 * textmodes/bibtex.el (bibtex-field-braces-opt)
7236 (bibtex-field-strings-opt):
7237 * vc/cvs-status.el (cvs-tree-merge):
7238 Fix typos.
7239
7262a87c
MA
72402011-11-23 Michael Albinus <michael.albinus@gmx.de>
7241
7242 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7243 `non-essential' to t, in order to avoid remote connections.
7244
283430a1
EZ
72452011-11-23 Eli Zaretskii <eliz@gnu.org>
7246
a1beca85
SM
7247 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7248 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7249 case-insensitively.
7250
d2992a38
ML
72512011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7252
7253 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7254
50419064
GM
72552011-11-23 Glenn Morris <rgm@gnu.org>
7256
da94eca1
GM
7257 * paths.el (rmail-file-name): Reformat the doc-string so that it
7258 is picked up.
7259
9aac4de2
GM
7260 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7261 (rmail-auto-file): Ignore case in the "special" field names,
7262 as mail-fetch-field does for all others.
7263
8038d2d2
GM
7264 * mail/rmail.el (rmail-forward):
7265 * mail/rmailkwd.el (rmail-set-label):
7266 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7267 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7268
f3fe222a
GM
7269 * mail/rmail.el (rmail-current-message): Doc fix.
7270
50419064
GM
7271 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7272
28109f49
SM
72732011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7276
394c65f1
GM
72772011-11-22 Glenn Morris <rgm@gnu.org>
7278
7279 * mail/rmailmm.el (test-rmail-mime-handler)
7280 (test-rmail-mime-bulk-handler)
7281 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7282
f2a0aa3a
JL
72832011-11-21 Juri Linkov <juri@jurta.org>
7284
1154d12e
JB
7285 * calc/calc.el (calc-read-key-sequence):
7286 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7287
9c34a344
LMI
72882011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7289
7290 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7291 Tell the caller that the next line needs recomputation, even
7292 though it doesn't start a sexp (bug#10094).
7293
f04a3be9
SM
72942011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7297
7978747f
SM
72982011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7299
f04a3be9
SM
7300 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7301 Use force-same-window.
7978747f 7302
fe7a3057
JB
73032011-11-20 Juanma Barranquero <lekktu@gmail.com>
7304
7305 * descr-text.el (describe-char-unicode-data):
7306 * json.el (json-string-escape):
7307 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7308 (Footnote-unicode, Footnote-style-p):
7309 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7310
24901d61
CY
73112011-11-20 Chong Yidong <cyd@gnu.org>
7312
7313 * window.el (replace-buffer-in-windows): Restore interactive spec.
7314
bac7ff22
SM
73152011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7316
24f3d7b9
SM
7317 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7318
bac7ff22
SM
7319 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7320 (byte-compile-global-not-obsolete-vars): New var.
7321 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7322 Use it.
7323 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7324
cd1181db
JB
73252011-11-20 Juanma Barranquero <lekktu@gmail.com>
7326
7327 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7328 * progmodes/pascal.el (electric-pascal-equal):
7329 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7330 * xml.el (xml-substitute-special): Fix typos.
7331
7fb18e9e
GM
73322011-11-20 Glenn Morris <rgm@gnu.org>
7333
7334 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7335 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7336 Doc fixes.
7337 (rmail-decode-mime-charset): Mark as obsolete.
7338
7339 * mail/rmailsum.el (rmail-message-regexp-p-1):
7340 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7341 Before using mime functions, check they are set. (Bug#10077)
7342
d5a6b3ba
JL
73432011-11-19 Juri Linkov <juri@jurta.org>
7344
7345 * info.el (Info-finder-find-node): Use `package--builtins' instead
7346 of `package-alist'. Use node names formed by the pattern "Keyword "
7347 and the keyword name.
7348
e981b61f
AS
73492011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7350
1d00653d 7351 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7352
3ffbc301
JL
73532011-11-19 Juri Linkov <juri@jurta.org>
7354
7355 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7356 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7357 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7358 `old-history', `old-history-forward'. Add let-binding
7359 `window-selected'. Remove calls to `kill-buffer',
7360 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7361 before calling `Info-find-node', so `Info-find-node-2' will reread
7362 the Info file. Restore window positions only when `window-selected'
7363 is non-nil.
7364
30c62133
JL
73652011-11-19 Juri Linkov <juri@jurta.org>
7366
7367 * isearch.el (isearch-lazy-highlight-new-loop):
7368 Remove condition `(not isearch-error)'. (Bug#9918)
7369
7370 * misearch.el (multi-isearch-search-fun): Add condition
7371 `(not bound)' to ignore lazy-highlighting search.
7372 Add the search-failed message "end of multi" when the end of
7373 multi-sequence is reached. Uncapitalize the search-failed
7374 message "Repeat for next buffer".
7375
7376 * info.el (Info-search): Add the search-failed message
7377 "end of the manual" when the end of the manual is reached
7378 in Isearch mode.
7379
645ca9cf
JL
73802011-11-19 Juri Linkov <juri@jurta.org>
7381
7382 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7383 Use non-destructive `remove' instead of `delete' because
7384 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7385 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7386
df754f66
JL
73872011-11-19 Juri Linkov <juri@jurta.org>
7388
7389 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7390 to nil instead of binding `search-ring' and `regexp-search-ring'.
7391 (Bug#9185)
7392
0e23d96a
EZ
73932011-11-19 Eli Zaretskii <eliz@gnu.org>
7394
7395 * simple.el (line-move): Force movement by logical lines for any
7396 hscrolled window, not only when auto-hscroll-mode is on.
7397 (line-move-visual): Update doc string to that effect. (Bug#10076)
7398
8a6ccb66
AS
73992011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7400
7401 * language/european.el (macintosh): Define as alias for mac-roman.
7402
49ae5b39
EZ
74032011-11-19 Eli Zaretskii <eliz@gnu.org>
7404
7405 * mail/rmailmm.el (rmail-mime-display-header)
7406 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7407 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7408 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7409 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7410 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7411 of a raw aref.
7412 (rmail-mime-entity-segment): To get past the tagline, move forward
7413 2 more lines, to account for the 2 empty lines that precede and
7414 follow the line with the buttons.
7415 (rmail-mime-update-tagline): Move one more line, to get past the
7416 empty line that follows the buttons in the tagline. (Bug#9520)
7417
c56cad4a
MR
74182011-11-19 Martin Rudalics <rudalics@gmx.at>
7419
7420 * window.el (window-max-delta-1, window-min-delta-1)
7421 (window-min-size-1, window-state-get-1, window-state-put-1)
7422 (window-state-put-2): Use "window--" prefix.
7423
cbe71af3
SM
74242011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7425
2ad52c60
SM
7426 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7427 (smie-warning-count): New var.
7428 (smie-set-prec2tab): Use it.
7429 (smie-bnf->prec2): Improve warnings. Add docstring.
7430 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7431 (smie-bnf--set-class): New function.
7432 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7433 corner case.
7434
6944dbc1
SM
7435 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7436 (compilation-error-properties, compilation-move-to-column):
7437 Handle compilation-first-column while in the target buffer.
7438
c400c4d7
SM
7439 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7440 Don't hardcode point-min==1.
7441
6dbe3e96
SM
7442 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7443 (eshell-rewrite-for-command): Remove workaround.
7444 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7445 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7446 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7447
cbe71af3
SM
7448 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7449
a8e1496d
GM
74502011-11-17 Glenn Morris <rgm@gnu.org>
7451
7452 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7453 Ignore buffer-local generated-autoload-file if it is the same
7454 as the global value. (Bug#10049)
7455
df85d315
JB
74562011-11-17 Juanma Barranquero <lekktu@gmail.com>
7457
7458 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7459 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7460 (reftex-toc-previous-heading, reftex-toc-max-level)
7461 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7462 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7463 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7464 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7465 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7466 (reftex-toc-rename-label, reftex-toc-visit-location)
7467 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7468 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7469 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7470 leaving "*toc*" only for references to the buffer.
7471
a0c2d0ae
MR
74722011-11-17 Martin Rudalics <rudalics@gmx.at>
7473
7474 * window.el (window-resize, delete-window, split-window):
7475 Replace window-splits by window-combination-resize.
1d00653d 7476 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7477
35c0bac8
GM
74782011-11-17 Glenn Morris <rgm@gnu.org>
7479
7480 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7481 Make bash entry derive from sh entry, not shell entry.
7482
d0c8fc8a
MA
74832011-11-16 Michael Albinus <michael.albinus@gmx.de>
7484
7262a87c
MA
7485 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7486 local file name.
7487
7877f373
JB
74882011-11-16 Juanma Barranquero <lekktu@gmail.com>
7489
7490 * menu-bar.el (menu-bar-file-menu):
7491 * printing.el (pr-ps-utility):
7492 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7493 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7494 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7495 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7496 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7497 (icalendar--convert-cyclic-to-ical)
7498 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7499 (icalendar--convert-ical-to-diary)
7500 (icalendar--convert-recurring-to-diary)
7501 (icalendar--convert-non-recurring-all-day-to-diary)
7502 (icalendar-import-format-sample):
7503 * progmodes/idlw-shell.el (idlwave-shell-mode):
7504 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7505 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7506 (vhdl-ps-print-init): Fix typos.
7507
10649b82
KM
75082011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7509
9d0cfcd6
GM
7510 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7511 FSF and collapse date sequence, obscure author/maintainer email address
7512 better, remove extra version line, track relocation of author's webpage.
10649b82 7513
9d0cfcd6
GM
7514 * progmodes/python.el (python-pdbtrack-input-prompt)
7515 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7516 regular python pdb prompts. Adjustments shamelessly taken exactly as
7517 suggested in EmacsWiki page (tiny change):
7518 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7519
58179cce
JB
75202011-11-16 Juanma Barranquero <lekktu@gmail.com>
7521
7522 * expand.el (expand-pos, expand-index, expand-point):
7523 Remove redundant info from docstring.
7524 (expand-add-abbrevs): Doc fix.
7525 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7526 (expand-sample-perl-mode-expand-list): Fix typos.
7527
7528 * net/dbus.el (dbus-event-member-name):
7529 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7530 * term/pc-win.el (msdos-create-frame-with-faces):
7531 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7532
b6f67890
MR
75332011-11-16 Martin Rudalics <rudalics@gmx.at>
7534
7535 * window.el (split-window, window-state-get-1)
7536 (window-state-put-1, window-state-put-2): Rename occurrences of
7537 window-nest to window-combination-limit.
1d00653d 7538 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7539
ce7ddba0
CY
75402011-11-16 Chong Yidong <cyd@gnu.org>
7541
7542 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7543 regexp (Bug#10033).
7544
3ae704f4
SM
75452011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7548 `completing-read' will remove *Completions* and will preserve
7549 current-buffer for us.
7550 (tmm-add-prompt): Users of *Completions* will always (re)set its
7551 major mode.
7552 (tmm-old-comp-map): Remove.
7553
6ad1cdde
GM
75542011-11-16 Glenn Morris <rgm@gnu.org>
7555
7556 * mail/rmailedit.el: Require rmailmm when compiling.
7557 (rmail-old-mime-state): New declaration.
7558 (rmail-edit-current-message): If editing a mime message,
7559 edit the "raw" message from the mbox buffer.
7560 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7561
d20faa20
GM
75622011-11-15 Glenn Morris <rgm@gnu.org>
7563
7564 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7565 which wasn't being used. Add optional arg to force given state.
7566 (rmail-mime): Add optional arg to force given state.
7567
c7015153
JB
75682011-11-15 Juanma Barranquero <lekktu@gmail.com>
7569
7570 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7571 * frame.el (display-mm-dimensions-alist):
7572 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7573 (outline-move-subtree-down):
7574 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7575 (newsticker--treeview-do-get-node):
7576 * net/quickurl.el (quickurl-list-buffer-name):
7577 * progmodes/dcl-mode.el (dcl-mode):
7578 * progmodes/gdb-mi.el (gdb-mapcar*):
7579 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7580
45261b50
GM
75812011-11-15 Glenn Morris <rgm@gnu.org>
7582
7583 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7584 in a boolean sense, so just make it a boolean, and fix the doc.
7585 (rmail-show-mime-function, rmail-mime-feature)
7586 (rmail-require-mime-maybe): Doc fixes.
7587 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7588
7589 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7590
0d26e0b6
JB
75912011-11-15 Juanma Barranquero <lekktu@gmail.com>
7592
7593 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7594 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7595 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7596 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7597
447f30f6
GM
75982011-11-15 Glenn Morris <rgm@gnu.org>
7599
672b871d
GM
7600 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7601 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7602 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7603 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7604 (rmail-mime, rmail-show-mime): Doc fixes.
7605
f6aa5bb1
GM
7606 * term/ns-win.el (mode-line-frame-identification):
7607 Leave it alone. (Bug#10051)
7608
947cd66b
GM
7609 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7610
447f30f6
GM
7611 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7612 Handle empty buffers. (Bug#9978)
7613
0b381c7e
JB
76142011-11-14 Juanma Barranquero <lekktu@gmail.com>
7615
7616 * international/mule.el (define-charset):
7617 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7618 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7619 * progmodes/verilog-mode.el (verilog-backward-token):
7620 * textmodes/ispell.el (lookup-words):
7621 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7622
71e027ac
GM
76232011-11-14 Glenn Morris <rgm@gnu.org>
7624
56632ce4
GM
7625 * progmodes/executable.el
7626 (executable-make-buffer-file-executable-if-script-p):
7627 Handle file-modes returning nil.
7628
40500957
GM
7629 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7630 message - not necessary, and causes problems. (Bug#9831)
7631
071c2340
GM
7632 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7633
d3cfca60
GM
7634 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7635
71e027ac
GM
7636 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7637 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7638 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7639
89d61221
MR
76402011-11-12 Martin Rudalics <rudalics@gmx.at>
7641
7642 * window.el (window-resize, delete-window): Use window-splits
7643 variable instead of function.
7644 (window-state-get-1, window-state-put-2, window-state-put):
7645 Don't deal with windows' splits status.
7646
98282f6f
GM
76472011-11-12 Glenn Morris <rgm@gnu.org>
7648
7649 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7650 (apropos-documentation): Doc fixes.
7651
40a8bdf6
JB
76522011-11-11 Juanma Barranquero <lekktu@gmail.com>
7653
7654 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7655 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7656
65bd19ff
SM
76572011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * electric.el (electric-indent-post-self-insert-function): Make it
7660 possible for a char to only indent in some circumstances.
7661 (electric-indent-mode): Simplify.
7662
54f9154c
MR
76632011-11-11 Martin Rudalics <rudalics@gmx.at>
7664
7665 * window.el (windows-with-parameter): Remove unused function.
7666 (windows-at-side): Rename to window-at-side-list.
7667 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7668 (window-side-check, window-size-ignore, window-size-fixed-1)
7669 (window-in-direction-2): Prefix with "window--".
7670 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7671
68cbc58b
GM
76722011-11-11 Glenn Morris <rgm@gnu.org>
7673
7674 * subr.el (eval-after-load): If FILE is already loaded,
7675 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7676
b2621720
GM
76772011-11-10 Glenn Morris <rgm@gnu.org>
7678
9a4de110
GM
7679 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7680 Call svn via vc-svn-command rather than vc-do-command.
7681 (vc-svn-command): Add --non-interactive. (Bug#9993)
7682 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7683
b2621720
GM
7684 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7685 Add toggle-read-only. (Bug#7292)
7686 * files.el (toggle-read-only): Mention that it should only
7687 be used interactively. (Bug#10006)
7688
1dce7193
SM
76892011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7690
d9ac1a1e
SM
7691 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7692 Adjust regexp for OCaml warnings.
7693
0c325082
SM
7694 * electric.el (electric-pair-post-self-insert-function): Let user
7695 turn it off buffer-locally (bug#9932).
7696
90132c14
SM
7697 * progmodes/python.el (python-beginning-of-statement):
7698 Rewrite (bug#2703).
7699
1dce7193
SM
7700 * progmodes/compile.el: Better handle TABs (bug#9749).
7701 (compilation-internal-error-properties)
7702 (compilation-next-error-function): Obey the target buffer's
7703 compilation-error-screen-columns.
7704
c4e7c63a
JB
77052011-11-09 Juanma Barranquero <lekktu@gmail.com>
7706
7707 * progmodes/meta-mode.el: Remove obsolete comments.
7708 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7709 Fix typos in docstrings.
7710
2cffd681
MR
77112011-11-09 Martin Rudalics <rudalics@gmx.at>
7712
7713 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7714 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7715 (window--resizable): New function. Make all callers of
7716 window-resizable call window--resizable instead.
7717 (window-resizable): Rewrite in terms of window--resizable.
7718
0edcba87
GM
77192011-11-08 Glenn Morris <rgm@gnu.org>
7720
7721 * progmodes/delphi.el (delphi-mode-syntax-table):
7722 Let define-derived-mode define a proper syntax table. (Bug#9994)
7723
4b0d61e3
SM
77242011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * window.el: Stay away from defsubst.
7727 (window-list-no-nils): Remove.
7728 (window-state-get-1, window-state-get): Use backquote instead.
7729
cd394be1 77302011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7731
4b0d61e3 7732 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7733 Fix incorrect use of default argument in `completing-read'.
7734
e1c2c6f2
MR
77352011-11-08 Martin Rudalics <rudalics@gmx.at>
7736
7737 * window.el (display-buffer-function, special-display-function):
7738 Mention display-buffer-record-window but do not mention
7739 help-setup parameter in doc-strings.
b3f4a882 7740 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7741
105216ed
CY
77422011-11-08 Chong Yidong <cyd@gnu.org>
7743
7744 * window.el (window-total-height, window-total-width): Doc fix.
7745 (window-body-size): Move from C.
7746 (window-body-height, window-body-width): Move to C.
7747
0a9f9ab5
SM
77482011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * window.el: Make special-display like display-buffer-alist (bug#9532).
7751 (display-buffer--special-action): New function, morphed
7752 from display-buffer--special.
7753 (display-buffer): Use it to handle special-display-buffers at higher
7754 priority (just after display-buffer-alist).
7755 (display-buffer-fallback-action, display-buffer--other-frame-action)
7756 (pop-to-buffer-same-window): Remove display-buffer--special.
7757
a769dd15
GM
77582011-11-07 Glenn Morris <rgm@gnu.org>
7759
7760 * calendar/cal-menu.el (cal-menu-set-date-title):
7761 Do nothing if not in a calendar. (Bug#9976)
7762
05a61ee3
SM
77632011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * files.el (find-file): Always use selected-window.
7766
be7f5545
MR
77672011-11-07 Martin Rudalics <rudalics@gmx.at>
7768
7769 * window.el (window-combinations): Make WINDOW argument
7770 mandatory. Rewrite doc-string.
7771 (walk-window-subtree, window-atom-check, window-min-delta)
7772 (window-max-delta, window--resize-this-window)
7773 (window--resize-root-window-vertically, window-tree)
7774 (balance-windows, window-state-put): Rewrite doc-strings as to
7775 not mention the term "subwindow".
7776 (window--resize-subwindows-skip-p): Rename to
7777 window--resize-child-windows-skip-p.
7778 (window--resize-subwindows-normal): Rename to
7779 window--resize-child-windows-normal.
7780 (window--resize-subwindows): Rename to
7781 window--resize-child-windows.
7782 (window-or-subwindow-p): Rename to window--in-subtree-p.
7783
3c6702ef
ML
77842011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7785
7786 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7787 Ensure that mbox format messages end in two newlines (Bug#9974).
7788
49745b39
CY
77892011-11-06 Chong Yidong <cyd@gnu.org>
7790
7791 * window.el (window-combination-p): Function deleted; its
7792 side-effect is not used in any existing code.
7793 (window-combinations, window-combined-p): Call window-*-child
7794 directly.
7795
24300f5f
CY
77962011-11-05 Chong Yidong <cyd@gnu.org>
7797
7798 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7799 (window-size-ignore, window-state-get): Callers changed.
7800 (window-normalize-window): Rename from window-normalize-any-window.
7801 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7802 (window-normalize-live-window): Delete.
447f16b8
CY
7803 (window-combination-p, window-combined-p, window-combinations)
7804 (walk-window-subtree, window-atom-root, window-min-size)
7805 (window-sizable, window-sizable-p, window-size-fixed-p)
7806 (window-min-delta, window-max-delta, window-resizable)
7807 (window-resizable-p, window-full-height-p, window-full-width-p)
7808 (window-current-scroll-bars, window-point-1, set-window-point-1)
7809 (window-at-side-p, window-in-direction, window-resize)
7810 (adjust-window-trailing-edge, maximize-window, minimize-window)
7811 (window-deletable-p, delete-window, delete-other-windows)
7812 (record-window-buffer, unrecord-window-buffer)
7813 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7814 (quit-window, split-window, window-state-put)
7815 (set-window-text-height, fit-window-to-buffer)
7816 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7817
89bd5ee1
EZ
78182011-11-04 Eli Zaretskii <eliz@gnu.org>
7819
53479029
EZ
7820 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7821 rfc2047-decode-string.
7822 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7823 warnings.
7824
89bd5ee1
EZ
7825 * window.el (window-body-height, window-body-width): Mention in
7826 the doc string that the return values are in frame's canonical
7827 units. (Bug#9949)
7828
bd17fdee
AM
78292011-11-03 Alan Mackenzie <acm@muc.de>
7830
7831 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7832 change in cc-engine.el.
7833
acc825c5
SM
78342011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7837
1885e5b8
MR
78382011-11-02 Martin Rudalics <rudalics@gmx.at>
7839
7840 * window.el (quit-window): Call unrecord-window-buffer after
7841 showing another buffer in the window. (Bug#9937)
acc825c5 7842 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7843
ebe06da9
JB
78442011-11-02 Juanma Barranquero <lekktu@gmail.com>
7845
7846 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7847 Accept status with more than 9 shelves. (Bug#9935)
7848 Reported by Colin D Bennett <colin@gibibit.com>.
7849
4ee88440
MR
78502011-11-01 Martin Rudalics <rudalics@gmx.at>
7851
7852 * help.el (with-help-window): Don't reference
7853 temp-buffer-show-specifiers in doc-string.
7854
08e1d82c
AS
78552011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7856
7857 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7858 menu-item.
7859
84bd6e9e
VJL
78602011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7861
7862 * whitespace.el: New version 13.2.2.
7863 (whitespace-newline-mode): Disable properly. Reported by Sarah
7864 <EmacsWiki>.
7865
dba0634a
UJ
78662011-10-30 Ulf Jasper <ulf.jasper@web.de>
7867
7868 * net/newst-treeview.el: Remove "Time-stamp".
7869 (newsticker--group-manage-orphan-feeds): Do not call
7870 newsticker--treeview-tree-update.
db22a3c2
JB
7871 (newsticker-treeview-update, newsticker-treeview):
7872 Call newsticker--treeview-tree-update if necessary.
dba0634a 7873
3d8daefe
MR
78742011-10-30 Martin Rudalics <rudalics@gmx.at>
7875
7876 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7877 (window-iso-combinations): Remove "iso-" infix.
7878 Suggested by Chong Yidong.
3d8daefe
MR
7879 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7880 (window-max-delta-1, window-resize, window--resize-siblings)
7881 (window--resize-this-window, adjust-window-trailing-edge)
7882 (split-window, balance-windows-1)
7883 (shrink-window-if-larger-than-buffer):
7884 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7885 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7886
1bc4c3ae
SM
78872011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7890 in place (bug#9907).
7891 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7892 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7893 (eshell-structure-basic-command, eshell-rewrite-while-command)
7894 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7895 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7896 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7897 (eshell-do-pipelines-synchronously, eshell-eval-command):
7898 Use backquotes and prefer setq to set.
7899 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7900 (eshell-macrop): Use functionp.
c1e2f5fa 7901 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7902
30b65d9c
CY
79032011-10-30 Chong Yidong <cyd@gnu.org>
7904
7905 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7906 instead of set-mark (Bug#9810).
7907
2d197ffb
CY
79082011-10-30 Chong Yidong <cyd@gnu.org>
7909
7910 * window.el (split-window-below, split-window-right): Rename from
7911 split-window-above-each-other and split-window-side-by-side
7912 respectively. All callers changed.
7913 (split-window-sensibly, split-window-sensibly): Use them.
7914 (split-window-keep-point): Doc fix.
7915
7916 * isearch.el: Add isearch-scroll property to split-window-below
7917 and split-window-right.
7918
7919 * follow.el (follow-mode):
7920 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7921 * progmodes/ada-xref.el (ada-gdb-application):
7922 * emulation/vip.el (vip-buffer-in-two-windows):
7923 * image-dired.el (image-dired-dired-with-window-configuration):
7924 * dired-x.el (dired-do-find-marked-files):
7925 * dired.el (dired-pop-to-buffer):
7926 * bs.el (bs--show-with-configuration):
7927 * vc/emerge.el (emerge-setup-windows):
7928 * textmodes/two-column.el (2C-two-columns):
7929 * textmodes/reftex-toc.el (reftex-toc):
7930 * progmodes/gdb-mi.el (gdb-setup-windows):
7931 * progmodes/fortran.el (fortran-window-create):
7932 * net/newst-treeview.el (newsticker--treeview-window-init):
7933 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7934 * emulation/tpu-edt.el (tpu-gold-map):
7935 * emulation/crisp.el (crisp-mode-map):
7936 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7937
38bb2ca8
CY
79382011-10-29 Chong Yidong <cyd@gnu.org>
7939
aa4de341
CY
7940 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7941
e1eb5385
CY
7942 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7943
5d2ece3c
CY
7944 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7945 forged Ispell output (Bug#7904).
7946
38bb2ca8
CY
7947 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7948
d0af9f77
SM
79492011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * doc-view.el: Avoid ugly errors about not finding nil.
7952 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7953 (doc-view-dvipdf-program, doc-view-unoconv-program)
7954 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7955 Avoid nil or absolute file name as default value.
7956 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7957
52bedd34
AM
79582011-10-28 Alan Mackenzie <acm@muc.de>
7959
db22a3c2 7960 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7961
7e43cfa5
AM
79622011-10-28 Alan Mackenzie <acm@muc.de>
7963
7964 Amend the handling of c-beginning/end-of-defun in nested declaration
7965 scopes.
7966
52bedd34
AM
7967 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7968 cc-langs.el. Change it to a defcustom.
7e43cfa5 7969
52bedd34
AM
7970 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7971 cc-vars.el.
7e43cfa5 7972
d0af9f77
SM
7973 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7974 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7975
52bedd34 7976 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7977 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7978 (c-widen-to-enclosing-decl-scope): New function.
7979 (c-while-widening-to-decl-block): New macro.
7980 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7981 outward for defun boundaries, and correspondingly change symbol
7982 `respect-enclosure' to `go-outward'.
7983 (c-declaration-limits): Change algorithm to report only the "innermost"
7984 defun's boundaries.
7985
1a2ce9ee
DD
79862011-10-28 Deniz Dogan <deniz@dogan.se>
7987
7988 * net/rcirc.el (rcirc-mode): Use hard newlines.
7989
bc97a826
AM
79902011-10-28 Alan Mackenzie <acm@muc.de>
7991
7992 Amend to indent and fontify macros "which include their own semicolon"
7993 correctly, using the "virtual semicolon" mechanism.
7994
52bedd34 7995 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7996
d0af9f77 7997 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7998 Recode to scan one line at a time rather than having \n and \r
58179cce 7999 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8000 (c-forward-label): Amend for virtual semicolons.
58179cce 8001 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8002
52bedd34
AM
8003 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8004 of the new C macros.
bc97a826 8005
52bedd34 8006 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8007 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8008 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8009 (c-opt-cpp-macro-define): Make into a full language variable.
8010 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8011 AWK Mode (including \n, \r) removed, no longer needed.
8012
d0af9f77
SM
8013 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8014 Invoke c-make-macro-with-semi-re.
bc97a826 8015
52bedd34
AM
8016 * progmodes/cc-vars.el (c-macro-with-semi-re):
8017 (c-macro-names-with-semicolon): New variables.
58179cce 8018 (c-make-macro-with-semi-re): New function.
bc97a826 8019
7a6c0941
SM
80202011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * vc/log-edit.el: Fill empty field rather than adding new one.
8023 (log-edit-add-field): New function.
8024 (log-edit-insert-changelog): Use it.
8025
b0c4cdcf
ML
80262011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8027
8028 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8029
ee1f1da9
SM
80302011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8033 (gdb--check-interpreter): New function.
8034 (gdb): Use it.
8035
51bc5f8b
GM
80362011-10-27 Glenn Morris <rgm@gnu.org>
8037
416a2c45
GM
8038 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8039 (least-positive-float, least-negative-float)
8040 (least-positive-normalized-float, least-negative-normalized-float)
8041 (float-epsilon, float-negative-epsilon):
8042 Remove unnecessary declarations.
8043
8044 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8045 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8046 (least-positive-float, least-negative-float)
8047 (least-positive-normalized-float, least-negative-normalized-float)
8048 (float-epsilon, float-negative-epsilon): Add doc-strings,
8049 based on those in cl.texi.
8050
51bc5f8b
GM
8051 * files.el (set-visited-file-name): If the major-mode changed,
8052 reload the local variables. (Bug#9796)
8053
15de15c6
CY
80542011-10-27 Chong Yidong <cyd@gnu.org>
8055
8056 * subr.el (change-major-mode-after-body-hook): New hook.
8057 (run-mode-hooks): Run it.
8058
ee1f1da9
SM
8059 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8060 Use change-major-mode-before-body-hook.
15de15c6
CY
8061
8062 * simple.el (fundamental-mode):
8063 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8064 change introducing fundamental-mode-hook.
8065
5430d399
JB
80662011-10-26 Juanma Barranquero <lekktu@gmail.com>
8067
acc825c5 8068 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8069
ad74a69e
MA
80702011-10-26 Michael Albinus <michael.albinus@gmx.de>
8071
8072 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8073 tramp.el explicitly. (Bug#7583)
ad74a69e 8074
71d4c2a5
SM
80752011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * progmodes/octave-mod.el:
8078 * progmodes/octave-inf.el: Update maintainer.
8079
b1f6fa26
CY
80802011-10-26 Chong Yidong <cyd@gnu.org>
8081
8082 * subr.el (with-wrapper-hook): Rewrite doc.
8083
3f04efd6
MA
80842011-10-25 Michael Albinus <michael.albinus@gmx.de>
8085
8086 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8087 filenames "/method:foo:". (Bug#9793)
3f04efd6 8088
410488d3
SM
80892011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8092 (bug#9865).
8093
c1ebb47e
GM
80942011-10-24 Glenn Morris <rgm@gnu.org>
8095
8096 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8097
7f5c46c7
MA
80982011-10-24 Michael Albinus <michael.albinus@gmx.de>
8099
8100 * notifications.el: Add the requirement of a running D-Bus session
8101 bus to the Commentary.
8102
db2440b6
JL
81032011-10-24 Juri Linkov <juri@jurta.org>
8104
8105 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8106 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8107 (Bug#9364)
8108
feecf435
JL
81092011-10-24 Juri Linkov <juri@jurta.org>
8110
8111 * info.el (Info-following-node-name-re): Add newline to the list
8112 of allowed characters for leading space. (Bug#9824)
8113
a3839de2
SM
81142011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8115
acc825c5
SM
8116 * progmodes/octave-inf.el (inferior-octave-mode-map):
8117 Fix C-c C-h binding.
a3839de2
SM
8118 * progmodes/octave-mod.el (octave-help): Remove.
8119
09388e76
MA
81202011-10-23 Michael Albinus <michael.albinus@gmx.de>
8121
8122 Sync with Tramp 2.2.3.
8123
8124 * net/tramp-cache.el (top): Pacify byte-compiler using
8125 `init-file-user' and `site-run-file'.
8126
8127 * net/trampver.el: Update release number.
8128
86c60681
CY
81292011-10-23 Chong Yidong <cyd@gnu.org>
8130
8131 * files.el (toggle-read-only): Remove obsolete comment about
8132 version control.
8133
8134 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8135 for toggle-read-only. Note that this hasn't called vc-next-action
8136 since 2008-05-02, though it wasn't documented at the time.
8137
a3839de2
SM
8138 * vc/ediff-init.el (ediff-toggle-read-only-function):
8139 Use toggle-read-only.
86c60681 8140
cd5495ff
AM
81412011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8142
8143 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8144 of c-parse-state.
8145
00b77525 8146 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8147 correct faulty logical expression.
cd5495ff
AM
8148 (c-parse-state-state, c-record-parse-state-state):
8149 (c-replay-parse-state-state): New defvar/defuns.
8150 (c-debug-parse-state): Use new functions.
8151
42ee24ed
MR
81522011-10-22 Martin Rudalics <rudalics@gmx.at>
8153
8154 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8155 last fix. Use window-in-direction correctly.
42ee24ed 8156
a7dee7e7
CY
81572011-10-21 Chong Yidong <cyd@gnu.org>
8158
8159 * progmodes/idlwave.el (idlwave-mode):
8160 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8161 require-final-newline; that's done in prog-mode.
8162 Suggested by Stefan Monnier.
a7dee7e7 8163
e07b9a6d
MR
81642011-10-21 Martin Rudalics <rudalics@gmx.at>
8165
8166 * mouse.el (mouse-drag-window-above)
8167 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8168 (mouse-drag-mode-line-1, mouse-drag-header-line)
8169 (mouse-drag-vertical-line-rightward-window): Remove.
8170 (mouse-drag-line): New function.
8171 (mouse-drag-mode-line, mouse-drag-header-line)
8172 (mouse-drag-vertical-line): Call mouse-drag-line.
8173 * window.el (window-at-side-p, windows-at-side): New functions.
8174
7e1361d9
UM
81752011-10-21 Ulrich Mueller <ulm@gentoo.org>
8176
8177 * tar-mode.el (tar-grind-file-mode):
8178 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8179
30fcaf3a
CY
81802011-10-21 Chong Yidong <cyd@gnu.org>
8181
8182 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8183 * progmodes/vera-mode.el (vera-mode):
8184 Use mode-require-final-newline.
30fcaf3a 8185
516eddb0
GM
81862011-10-20 Glenn Morris <rgm@gnu.org>
8187
db22a3c2 8188 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8189
10d5f513
CS
81902011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8191
8192 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8193
ac6c8639
CY
81942011-10-20 Chong Yidong <cyd@gnu.org>
8195
8196 * emulation/cua-base.el (cua-mode):
8197 * mail/footnote.el (footnote-mode):
8198 * mail/mailabbrev.el (mail-abbrevs-mode):
8199 * net/xesam.el (xesam-minor-mode):
8200 * progmodes/bug-reference.el (bug-reference-mode):
8201 * progmodes/cap-words.el (capitalized-words-mode):
8202 * progmodes/compile.el (compilation-minor-mode)
8203 (compilation-shell-minor-mode):
8204 * progmodes/gud.el (gud-tooltip-mode):
8205 * progmodes/hideif.el (hide-ifdef-mode):
8206 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8207 * progmodes/subword.el (subword-mode):
8208 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8209 * progmodes/which-func.el (which-function-mode):
8210 * term/tvi970.el (tvi970-set-keypad-mode):
8211 * term/vt100.el (vt100-wide-mode):
8212 * textmodes/flyspell.el (flyspell-mode):
8213 * textmodes/ispell.el (ispell-minor-mode):
8214 * textmodes/nroff-mode.el (nroff-electric-mode):
8215 * textmodes/paragraphs.el (use-hard-newlines):
8216 * textmodes/refill.el (refill-mode):
8217 * textmodes/reftex.el (reftex-mode):
8218 * textmodes/rst.el (rst-minor-mode):
8219 * textmodes/sgml-mode.el (html-autoview-mode)
8220 (sgml-electric-tag-pair-mode):
8221 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8222 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8223 * emulation/crisp.el (crisp-mode):
8224 * emacs-lisp/eldoc.el (eldoc-mode):
8225 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8226 minor mode behavior.
8227
aa42ab43
JL
82282011-10-19 Juri Linkov <juri@jurta.org>
8229
8230 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8231 the list of hard-coded chars with escape-glyph face.
8232
89400f1d
SM
82332011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8236
305c07f6
MA
82372011-10-19 Michael Albinus <michael.albinus@gmx.de>
8238
8239 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8240 running process.
8241
13754b54
GM
82422011-10-19 Glenn Morris <rgm@gnu.org>
8243
8244 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8245 Ignore ignored files. (Bug#9726)
8246
06e21633
CY
82472011-10-19 Chong Yidong <cyd@gnu.org>
8248
8249 Doc fix for minor modes, stating that an omitted argument enables
8250 the mode unconditionally when called from Lisp.
8251
8252 * abbrev.el (abbrev-mode):
8253 * allout.el (allout-mode):
8254 * autoinsert.el (auto-insert-mode):
8255 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8256 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8257 (global-auto-revert-mode):
8258 * battery.el (display-battery-mode):
8259 * composite.el (global-auto-composition-mode)
8260 (auto-composition-mode):
8261 * delsel.el (delete-selection-mode):
8262 * desktop.el (desktop-save-mode):
8263 * dired-x.el (dired-omit-mode):
8264 * dirtrack.el (dirtrack-mode):
8265 * doc-view.el (doc-view-minor-mode):
8266 * double.el (double-mode):
8267 * electric.el (electric-indent-mode, electric-pair-mode):
8268 * emacs-lock.el (emacs-lock-mode):
8269 * epa-hook.el (auto-encryption-mode):
8270 * follow.el (follow-mode):
8271 * font-core.el (font-lock-mode):
8272 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8273 * help.el (temp-buffer-resize-mode):
8274 * hilit-chg.el (highlight-changes-mode)
8275 (highlight-changes-visible-mode):
8276 * hi-lock.el (hi-lock-mode):
8277 * hl-line.el (hl-line-mode, global-hl-line-mode):
8278 * icomplete.el (icomplete-mode):
8279 * ido.el (ido-everywhere):
8280 * image-file.el (auto-image-file-mode):
8281 * image-mode.el (image-minor-mode):
8282 * iswitchb.el (iswitchb-mode):
8283 * jka-cmpr-hook.el (auto-compression-mode):
8284 * linum.el (linum-mode):
8285 * longlines.el (longlines-mode):
8286 * master.el (master-mode):
8287 * mb-depth.el (minibuffer-depth-indicate-mode):
8288 * menu-bar.el (menu-bar-mode):
8289 * minibuf-eldef.el (minibuffer-electric-default-mode):
8290 * mouse-sel.el (mouse-sel-mode):
8291 * msb.el (msb-mode):
8292 * mwheel.el (mouse-wheel-mode):
8293 * outline.el (outline-minor-mode):
8294 * paren.el (show-paren-mode):
8295 * recentf.el (recentf-mode):
8296 * reveal.el (reveal-mode, global-reveal-mode):
8297 * rfn-eshadow.el (file-name-shadow-mode):
8298 * ruler-mode.el (ruler-mode):
8299 * savehist.el (savehist-mode):
8300 * scroll-all.el (scroll-all-mode):
8301 * scroll-bar.el (scroll-bar-mode):
8302 * server.el (server-mode):
8303 * shell.el (shell-dirtrack-mode):
8304 * simple.el (auto-fill-mode, transient-mark-mode)
8305 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8306 (line-number-mode, column-number-mode, size-indication-mode)
8307 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8308 * strokes.el (strokes-mode):
8309 * time.el (display-time-mode):
8310 * t-mouse.el (gpm-mouse-mode):
8311 * tool-bar.el (tool-bar-mode):
8312 * tooltip.el (tooltip-mode):
8313 * type-break.el (type-break-mode-line-message-mode)
8314 (type-break-query-mode):
8315 * view.el (view-mode):
8316 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8317 (global-whitespace-mode, global-whitespace-newline-mode):
8318 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8319
a3839de2
SM
8320 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8321 Fix autogenerated docstring.
06e21633 8322
5214e501
JL
83232011-10-19 Juri Linkov <juri@jurta.org>
8324
8325 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8326 by checking environment variables "DESKTOP_SESSION" and
8327 "XDG_CURRENT_DESKTOP". (Bug#9779)
8328
195f8db9
JL
83292011-10-19 Juri Linkov <juri@jurta.org>
8330
8331 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8332 (browse-url-chromium-program, browse-url-chromium-arguments):
8333 New defcustoms.
8334 (browse-url-default-browser): Check for `browse-url-chromium' and
8335 call `browse-url-chromium-program'.
8336 (browse-url-chromium): New command. (Bug#9779)
8337
343a34ff
JB
83382011-10-18 Juanma Barranquero <lekktu@gmail.com>
8339
8340 * facemenu.el (list-colors-duplicates): On Windows, detect more
8341 duplicates by assuming that only colors matching "^System" are
8342 special "system colors". (Bug#9722)
8343
6978a151
SM
83442011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8347 to distinguish the author from the committer.
8348
6a80b297
MA
83492011-10-18 Michael Albinus <michael.albinus@gmx.de>
8350
8351 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8352
b31a5677
JK
83532011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8354
8355 * international/mule.el (sgml-html-meta-auto-coding-function):
8356 Add support for detecting encoding in HTML5 specified only as
8357 <meta charset="UTF-8">. Implementation just makes http-equiv and
8358 content-type parts from HTML4 encoding string optional. (Bug#9716)
8359
80c6d77f
GM
83602011-10-18 Glenn Morris <rgm@gnu.org>
8361
8362 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8363
08b0fee8
CY
83642011-10-18 Chong Yidong <cyd@gnu.org>
8365
8366 * faces.el (cursor): Doc fix.
8367
67e729a5
CY
83682011-10-17 Chong Yidong <cyd@gnu.org>
8369
8370 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8371
343a34ff 83722011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8373
8374 * dirtrack.el (dirtrack): Support shell buffers with path
8375 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8376
0bc06380
TZ
83772011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8378
8379 * json.el: Bump version to 1.3 and note change in History.
8380 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8381
8b79f3e0
SM
83822011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8383
5a7c536b
SM
8384 * comint.el (comint-insert-input, comint-send-input)
8385 (comint-get-old-input-default, comint-backward-matching-input)
8386 (comint-next-prompt): Use nil instead of `input' for field property of
8387 past user input (bug#114).
8388
96a8a0df
SM
8389 * minibuffer.el (completion--replace): Inherit surrounding properties
8390 (bug#114).
8391 (minibuffer-complete-and-exit): Use it.
8392
8b79f3e0
SM
8393 * comint.el (comint--table-subvert): Quote the all-completions output
8394 (bug#9160).
8395
b8f7ff0d
MR
83962011-10-17 Martin Rudalics <rudalics@gmx.at>
8397
8b79f3e0 8398 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8399
b8f7ff0d 8400 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8401 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8402 entries and separate them from frame entries.
8403
c235b555
GM
84042011-10-15 Glenn Morris <rgm@gnu.org>
8405
8406 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8407 Doc fixes.
8408
6bbfa6e1
CY
84092011-10-15 Chong Yidong <cyd@stupidchicken.com>
8410
8b79f3e0
SM
8411 * net/network-stream.el (network-stream-open-starttls):
8412 Improve detection of failure due to lack of TLS support.
ec5c990d 8413
6bbfa6e1
CY
8414 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8415 putting the input text in front and in bold.
8416
98488977
SM
84172011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8418
3d1337be
SM
8419 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8420
ee0b45e4
SM
8421 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8422 empty buffer.
8423
98488977
SM
8424 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8425 unread-command-events rather than pushing yet-another event.
8426
186f4720
EZ
84272011-10-14 Eli Zaretskii <eliz@gnu.org>
8428
8429 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8430 the explanation of the possible choices. Make the options passed
8431 to completing-read shorter.
8432
8b7a997c
AM
84332011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8434
8435 * textmodes/flyspell.el (flyspell-large-region): Make sure
8436 extended character mode is used if defined (Bug#1339).
8437
12587bbb
EZ
84382011-10-13 Eli Zaretskii <eliz@gnu.org>
8439
8440 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8441 character info for LRE, LRO, RLE, and RLO characters by appending
8442 an invisible PDF.
12587bbb 8443
bad41229
SM
84442011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8447 even in case of error; add debug spec; simplify data flow.
8448 (with-timeout-handler): Remove.
8449
28dbc92f
MA
84502011-10-12 Michael Albinus <michael.albinus@gmx.de>
8451
8452 Fix Bug#6019, Bug#9315.
8453
8454 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8455 complete `buffer-file-name', the local file name part could look
8456 remotely (for example on VMS).
8457
8458 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8459 `tramp-run-real-handler'.
8460 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8461 already quoted by '"'.
8462
8463 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8464 Let `file-name-handler-alist' be nil, the local file name part
8465 could look remotely (for example on VMS).
8466
e1b0b23a
SM
84672011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8468
8469 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8470 from here...
8471 (flyspell-post-command-hook): ...to here.
8472
a120bde9
SM
84732011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8476 if not needed.
8477 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8478 using completion. Protect against "slow" callers.
8479 Remove the "message hack".
8480
7ce7717b
JL
84812011-10-11 Juri Linkov <juri@jurta.org>
8482
8483 * isearch.el (isearch-lazy-highlight-word): New variable.
8484 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8485 Use it. (Bug#9727)
8486
c02ee9d6
GM
84872011-10-11 Glenn Morris <rgm@gnu.org>
8488
8489 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8490 like f90-previous-statement does.
8491
93e616fd 84922011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8493
1f190e73 8494 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8495 only in interactive use, to avoid error.
8496
af7b6078
SM
84972011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * minibuffer.el (completion-file-name-table): Fix last change,
8500 i.e. ignore normal errors but not the other ones.
8501
0563dae9
MR
85022011-10-10 Martin Rudalics <rudalics@gmx.at>
8503
8504 * window.el (special-display-buffer-names)
8505 (special-display-regexps): Remove some remnants of earlier
8506 changes from doc-strings.
366ca7f3
MR
8507 (quit-windows-on): New function.
8508
8509 * vc/vc.el (vc-revert, vc-rollback):
8510 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8511 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8512 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8513
49677495
MR
85142011-10-09 Martin Rudalics <rudalics@gmx.at>
8515
8516 * window.el (frame-auto-hide-function): Add version tag.
8517 (Bug#9699)
8518
56f2d1e1
MA
85192011-10-09 Michael Albinus <michael.albinus@gmx.de>
8520
8521 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8522 condition.
8523
112a6592
LL
85242011-10-09 Leo Liu <sdl.web@gmail.com>
8525
8526 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8527 (Bug#9701)
8528
0812589b
GM
85292011-10-08 Glenn Morris <rgm@gnu.org>
8530
8531 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8532 before the first code statement zero indent. (Bug#9690)
8533
b2b0776e
CY
85342011-10-08 Chong Yidong <cyd@stupidchicken.com>
8535
8536 * simple.el (count-words-region): Always count in the region.
8537 Report the number of lines and characters too.
8538 (count-words): New command, which counts in the buffer if the
8539 region is inactive, as count-words-region used to.
8540 (count-words--message): New function. Handle plurals.
8541 (count-lines-region): Make it an alias for count-words-region.
8542
8543 * bindings.el (esc-map): Replace count-lines-region with
8544 count-words-region.
8545
c557cd6b
MR
85462011-10-08 Martin Rudalics <rudalics@gmx.at>
8547
8548 * window.el (window--delete): Delete dedicated frame
8549 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8550 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8551
61a57ef4 85522011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8553
3a7d293b 8554 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8555
c3833279
CY
85562011-10-07 Chong Yidong <cyd@stupidchicken.com>
8557
8558 * bindings.el ([M-left],[M-right]): Bind to left-word and
8559 right-word respectively.
8560
21ce8245
GM
85612011-10-07 Glenn Morris <rgm@gnu.org>
8562
8563 * cus-start.el (debug-on-quit): Fix custom type.
8564
6d823bb2
LMI
85652011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8566
0181e193
LMI
8567 * subr.el (define-key-after): Clarify that the function is not
8568 useful for non-menu keymaps.
8569
6d823bb2
LMI
8570 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8571
8e3459ce 85722011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8573
21ce8245 8574 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8575 in current minibuffer (Fix bug with recursive minibuffers).
8576
a1c2d21e
CY
85772011-10-06 Chong Yidong <cyd@stupidchicken.com>
8578
8579 * progmodes/gdb-mi.el (gdb): Doc fix.
8580
5a4cf282
MR
85812011-10-05 Martin Rudalics <rudalics@gmx.at>
8582
8583 * window.el (frame-auto-hide-function): New option replacing
8584 frame-auto-delete. Suggested by Stefan Monnier.
8585 (window--delete): Call frame-auto-hide-function instead of
8586 investigating frame-auto-delete.
c96111ea
MR
8587 (window-point-1, set-window-point-1): New functions.
8588 (window-in-direction, record-window-buffer, window-state-get-1)
8589 (display-buffer-record-window): Use window-point-1 instead of
8590 window-point.
8591 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8592
9854542e
SM
85932011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8596
8943cfb0
GM
85972011-10-05 Glenn Morris <rgm@gnu.org>
8598
8599 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8600 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8601
647ab967
LL
86022011-10-05 Leo Liu <sdl.web@gmail.com>
8603
8604 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8605 works with buffer object.
8606
3ddfbced
SM
86072011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * mpc.el (mpc-tool-bar-map): Add labels.
8610
bdfa5dd2
GM
86112011-10-04 Glenn Morris <rgm@gnu.org>
8612
8613 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8614
0e2070b5
MR
86152011-10-04 Martin Rudalics <rudalics@gmx.at>
8616
8617 * window.el (window--delete): New function.
8618 (frame-auto-delete): Resuscitate option.
8619 (bury-buffer, replace-buffer-in-windows)
8620 (quit-window): Rewrite using window--delete.
8621 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8622 Pass display-buffer-mark-dedicated to window--display-buffer-2
8623 (Bug#9639).
8624
3dc61a09
SM
86252011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8626
915a9b64
SM
8627 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8628 returns a list (bug#9554). Add remote file name completion.
8629 * comint.el (comint--table-subvert): Curry and get quote&unquote
8630 functions as arguments.
8631 (comint--complete-file-name-data): Adjust call accordingly.
8632 * pcomplete.el (pcomplete--table-subvert): Remove.
8633 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8634
3dc61a09
SM
8635 * minibuffer.el (completion-table-case-fold): Use currying.
8636 (completion--styles-type, completion--cycling-threshold-type):
8637 New constants.
8638 (completion-styles, completion-category-overrides)
8639 (completion-cycle-threshold): Use them.
8640 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8641 completion-table-case-fold.
8642
8ea0a993
SB
86432011-10-03 Stephen Berman <stephen.berman@gmx.net>
8644
8645 * minibuffer.el (completion-category-overrides): Fix type of styles
8646 and add more user friendly tags (bug#9660).
8647
8c24b7f6
SM
86482011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8651 (mule-input-method-string): New widget.
8652 (default-input-method, language-info-custom-alist): Use it.
8653
428fe61a
SM
86542011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8655
32c1fffd
SM
8656 * pcomplete.el: Require comint.
8657 (pcomplete--common-suffix): Remove.
8658 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8659 (pcomplete--table-subvert): Sync with comint--table-subvert.
8660 (pcomplete--entries): Use comint-completion-file-name-table.
8661 * comint.el (comint-unquote-filename): Simplify.
8662 (comint-completion-file-name-table): New function (bug#9616).
8663 (comint--complete-file-name-data): Use it.
8664
428fe61a
SM
8665 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8666 (pcmpl-gnu-tar-buffer): Remove.
8667 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8668 around. Make sure pcomplete-suffix-list is only changed temporarily.
8669 Don't look inside the tar's file if it's too large.
428fe61a 8670
04c52e2f
CY
86712011-10-01 Chong Yidong <cyd@stupidchicken.com>
8672
ce3cefcc
CY
8673 * cus-edit.el (custom-mode-map):
8674 * epa.el (epa-key-list-mode-map):
8675 * man.el (Man-mode-map):
8676 * startup.el (splash-screen-keymap):
8677 * simple.el (special-mode-map): Use scroll-up-command and
8678 scroll-down-command.
8679
8680 * progmodes/idlw-help.el (idlwave-help-mode-map):
8681 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8682 * net/newst-plainview.el (newsticker-mode-map):
8683 * emulation/ws-mode.el (wordstar-mode-map):
8684 * emulation/vi.el (vi-com-map):
8685 * calc/calc-graph.el (calc-graph-show-dumb):
8686 * term/sun.el (terminal-init-sun):
8687 * term/ns-win.el (global-map):
8688 * progmodes/grep.el (grep-mode-map):
8689 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8690 * mail/rmail.el (rmail-mode-map):
8691 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8692
04c52e2f
CY
8693 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8694 custom-safe-themes as special.
8695
79adf8c8
JD
86962011-10-01 Julien Danjou <julien@danjou.info>
8697
8698 * notifications.el (notifications-notify): Fix docstring.
8699
63bd50d3
PS
87002011-10-01 Per Starbäck <per@starback.se>
8701
8702 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8703
199e4c7e
MR
87042011-09-30 Martin Rudalics <rudalics@gmx.at>
8705
8706 * startup.el (command-line-1): Fix last fix by inserting
8707 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8708 (Bug#9605) and (Bug#9636)
199e4c7e 8709
fe5f08dd
EZ
87102011-09-29 Eli Zaretskii <eliz@gnu.org>
8711
8712 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8713 window is hscrolled, move by logical lines. (Bug#9607)
8714 (line-move-visual): Update the doc string to the above effect.
8715
b5516bbd
MR
87162011-09-29 Martin Rudalics <rudalics@gmx.at>
8717
ccee00c0
MR
8718 * window.el (display-buffer-record-window): When WINDOW is the
8719 selected window use `point' instead of `window-point'. (Bug#9626)
8720
b5516bbd
MR
8721 * startup.el (command-line-1): Use insert-before-markers when
8722 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8723
b5516bbd
MR
8724 * help.el (help-window): Remove variable.
8725
52aa0014
GM
87262011-09-29 Glenn Morris <rgm@gnu.org>
8727
8728 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8729
df9a7357
JB
87302011-09-29 Juanma Barranquero <lekktu@gmail.com>
8731
8732 * descr-text.el (describe-char-categories): Accept category
8733 descriptions more than one line long.
8734
a8406c20
SM
87352011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8736
88d9610c
SM
8737 * simple.el (delete-trailing-whitespace): Fix last change.
8738
a5daf810
SM
8739 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8740 Don't confuse "y => 3" as the beginning of a `y' operation.
8741
a8406c20
SM
8742 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8743 object has more than 4 slots (bug#9613).
8744
a239d4e9
JB
87452011-09-28 Juanma Barranquero <lekktu@gmail.com>
8746
8747 * subr.el (with-output-to-temp-buffer):
8748 * net/quickurl.el (quickurl, quickurl-browse-url):
8749 Fix typos in docstrings.
8750
693fbdb6
EZ
87512011-09-27 Eli Zaretskii <eliz@gnu.org>
8752
8753 * minibuffer.el (completion-styles)
8754 (completion-category-overrides): Cross reference each other in doc
8755 strings.
8756
8b457e28
GM
87572011-09-27 Glenn Morris <rgm@gnu.org>
8758
8759 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8760 to split-string. (Bug#9606)
8761
85a16208
LMI
87622011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8763
8764 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8765 (bug#9615).
8766
502f9ebd
CY
87672011-09-27 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * emacs-lisp/package.el (list-packages): Fix echo area message.
8770
7690bdea
LL
87712011-09-27 Leo Liu <sdl.web@gmail.com>
8772
8773 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8774
e2ee6f30
MA
87752011-09-25 Michael Albinus <michael.albinus@gmx.de>
8776
8777 * net/dbus.el (dbus-unregister-object): Don't release services for
8778 registered signals. (Bug#9581)
8779
f3f98342
TZ
87802011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8781
8782 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8783 function that picks between cfengine 2 and 3 support
8784 automatically. Update docs accordingly.
8785
dd7aa8dd
KH
87862011-09-22 Kenichi Handa <handa@m17n.org>
8787
8788 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8789 ZERO.
8790 (indian-itrans-v5-table-for-tamil): New variable.
8791 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8792
3f2b07f8
KM
87932011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8794
8795 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8796 that's true if the current command involved collapsing of text.
8797 It's reset to false at the beginning of the next command.
8798 (allout-post-command-business): Move the cursor to the beginning
8799 of entry if the cursor is hidden and collapsing activity just
8800 happened.
8801
371d6a61
CY
88022011-09-24 Chong Yidong <cyd@stupidchicken.com>
8803
8804 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8805 tracking (Bug#9541).
8806
2ac2721a
UJ
88072011-09-24 Ulf Jasper <ulf.jasper@web.de>
8808
8809 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8810 (newsticker-show-news): Automatically load html rendering package
8811 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8812 because w3m-fill-column is let-bound" and the error "Symbol's value
8813 as variable is void: w3m-fill-column".
2ac2721a 8814
fac7ae53
MA
88152011-09-24 Michael Albinus <michael.albinus@gmx.de>
8816
8817 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8818 Release services only if they are defined. (Bug#9581)
8819
e08b633b
RS
88202011-09-23 Richard Stallman <rms@gnu.org>
8821
e488d29c
RS
8822 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8823 distinguish start of paragraph from start of its text.
8824
19c38752
RS
8825 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8826
e08b633b
RS
8827 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8828 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8829 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8830
0a39f27e
AS
88312011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8832
8833 * international/mule-diag.el (mule-diag): Insert a newline after
8834 each fontset description.
8835
db4e950d
SM
88362011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * simple.el (delete-trailing-whitespace):
8839 Document last change; simplify.
8840
eca3f3ea
PW
88412011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8842
d68e189a
PW
8843 * simple.el (delete-trailing-whitespace): Also delete
8844 extra newlines at the end of the buffer.
8845
eca3f3ea
PW
8846 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8847 (picture-newline): Use forward-line so as to ignore fields.
8848
01c157cc
SM
88492011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * subr.el (with-wrapper-hook): Fix edebug spec.
8852
022de23e
LMI
88532011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8854
8855 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8856 (bug#4538).
8857
91683089
MA
88582011-09-23 Michael Albinus <michael.albinus@gmx.de>
8859
eca3f3ea
PW
8860 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8861 Fix nasty bug using wrong cached values.
91683089 8862
5bdd6fa4
AM
88632011-09-23 Alan Mackenzie <acm@muc.de>
8864
8865 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8866
97adfb97
CY
88672011-09-23 Chong Yidong <cyd@stupidchicken.com>
8868
8869 * window.el (pop-to-buffer): Ensure right window is selected if we
8870 chose another frame.
8871
d4ef2b50
EZ
88722011-09-22 Eli Zaretskii <eliz@gnu.org>
8873
8874 * simple.el (what-cursor-position): Use get-char-property-change
8875 and next-single-char-property-change, to be able to show display
8876 properties that come from overlays as well as text properties.
8877
72258fe5
CY
88782011-09-22 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8881
8882 * cmuscheme.el (run-scheme, switch-to-scheme):
8883 * cus-edit.el (customize-group, custom-buffer-create)
8884 (customize-browse):
8885 * info.el (info):
8886 * shell.el (shell):
8887 * mail/sendmail.el (mail):
8888 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8889
8f098516
RS
88902011-09-22 Richard Stallman <rms@gnu.org>
8891
8892 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8893 move back only to line beg, don't move back over blank lines.
8894
e74f1bb6
MA
88952011-09-22 Michael Albinus <michael.albinus@gmx.de>
8896
8897 * files.el (copy-directory): Set directory attributes only in case
8898 they could be retrieved from the source directory. (Bug#9565)
8899
bfeef8b6
DK
89002011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8901
8902 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8903 (hs-find-block-beginning, hs-hide-level-recursive):
8904 Ignore strings as well as comments. (Bug#9502)
8905
7e423bb8
AS
89062011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8907
8908 * progmodes/sql.el (sql-comint-postgres):
8909 Convert port number to a string. (Bug#9566)
8910
b4d72fcf
MR
89112011-09-22 Martin Rudalics <rudalics@gmx.at>
8912
8913 * window.el (quit-window): Undedicate window when switching to
8914 previous buffer. Reported by Thierry Volpiatto
8915 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8916 (special-display-popup-frame): When popping up a new frame reset
8917 its previous buffers to nil. Simplify code.
b4d72fcf 8918
a7b88dc6
MA
89192011-09-21 Michael Albinus <michael.albinus@gmx.de>
8920
8921 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8922 and process filter, as done also in `shell-command'.
8923
cf4eacfd
MR
89242011-09-21 Martin Rudalics <rudalics@gmx.at>
8925
eca3f3ea 8926 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8927 Call set-window-start with NOFORCE argument t.
8928 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8929 (quit-window): Reword doc-string. Handle new format of
8930 quit-restore parameter. Don't delete window if it has a
8931 previous buffer we can show instead of the present one.
8932 (display-buffer-record-window): Rewrite using a new format for
8933 the quit-restore window parameter
8934 (special-display-popup-frame, display-buffer-same-window)
8935 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8936 (display-buffer-pop-up-window, display-buffer-use-some-window):
8937 Adapt symbol passed to display-buffer-record-window.
8938 * help.el (help-window-setup): Handle new format of quit-restore
8939 parameter.
8940
8d28cb95
SM
89412011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8942
94ab793f
SM
8943 * faces.el (face-list): Fix docstring (bug#9564).
8944
8d28cb95
SM
8945 * window.el (display-buffer--action-function-custom-type):
8946 Don't include internal functions in the Custom interface.
8947
3820edeb
JL
89482011-09-20 Juri Linkov <juri@jurta.org>
8949
8950 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8951 (Info-forward-node, Info-backward-node, Info-next-preorder)
8952 (Info-last-preorder): Use it. (Bug#9528)
8953
5147931d
JL
89542011-09-20 Juri Linkov <juri@jurta.org>
8955
8956 * info.el (Info-last-preorder): Visit last menu item only when
8957 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8958
cf499a1a
JD
89592011-09-20 Julien Danjou <julien@danjou.info>
8960
8961 * password-cache.el (password-cache-remove): Remove entries even if the
8962 value is nil, so that password with a nil value (negative caching) is
8963 possible to invalidate.
8964
f84e2fe2
LM
89652011-09-20 Lawrence Mitchell <wence@gmx.li>
8966
8967 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8968 all whitespace around breakpoint. (Bug#9553)
8969 (f90-find-breakpoint): Only break at whitespace inside a comment.
8970
78054a46
SM
89712011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 * minibuffer.el (completion-file-name-table): Keep track of errors.
8974 (completion-table-with-predicate): Handle the case where pred1 is nil.
8975 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8976
345083b2
SM
89772011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8978
e24e27be
SM
8979 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8980 (debugger-return-value): Signal an error if the debugging context does
8981 not await any return value.
8982
345083b2
SM
8983 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8984 * image-mode.el (image-toggle-display-text)
8985 (image-toggle-display-image): Stay away from evil `intangible'.
8986
08d355e3
LL
89872011-09-19 Leo Liu <sdl.web@gmail.com>
8988
8989 * replace.el (occur-revert-arguments): Make it permanent-local.
8990 (occur-mode): Don't call font-lock-defontify.
8991
f01da43f
CY
89922011-09-19 Chong Yidong <cyd@stupidchicken.com>
8993
8994 * net/ldap.el (ldap-search-internal): Don't push empty search
8995 result (Bug#9508).
8996
b6072fa6
SM
89972011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9000
443d6696
MA
90012011-09-19 Michael Albinus <michael.albinus@gmx.de>
9002
9003 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9004 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9005
7cc6e154
JL
90062011-09-18 Juri Linkov <juri@jurta.org>
9007
9008 * buff-menu.el (Buffer-menu-mode-map):
9009 * dired.el (dired-mode-map):
9010 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9011 (lisp-interaction-mode-map):
9012 * emacs-lisp/package.el (package-menu-mode-map):
9013 * epa.el (epa-key-list-mode-map):
9014 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9015 (menu-bar-options-menu):
9016 * outline.el (outline-mode-menu-bar-map):
9017 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9018 * vc/vc-dir.el (vc-dir-menu-map):
9019 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9020 Capitalize non-function content words in menu item strings.
9021
9022 * dired.el (dired-mode-map): Add menu item for
9023 `image-dired-dired-toggle-marked-thumbs'.
9024
80302a81
JL
90252011-09-18 Juri Linkov <juri@jurta.org>
9026
9027 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9028 to `isearch-case-fold-search' and restore its original value
9029 after the `isearch-mode' call.
9030
46c5cf66
JL
90312011-09-18 Juri Linkov <juri@jurta.org>
9032
9033 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9034 because `zgrep' returns 1 for successful matches (bug#9226).
9035
d18b513b
JL
90362011-09-18 Juri Linkov <juri@jurta.org>
9037
9038 * info.el (Info-extract-menu-node-name): Check the second match
9039 for empty string (second test-case of bug#9528).
9040 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9041 intermediate nodes to the history (first test-case of bug#9528).
9042
72753f87
JL
90432011-09-18 Juri Linkov <juri@jurta.org>
9044
9045 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9046 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9047
c9384295
JL
90482011-09-18 Juri Linkov <juri@jurta.org>
9049
1154d12e
JB
9050 * info.el (Info-file-supports-index-cookies):
9051 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9052 outputs one more line for long file names (bug#4142).
c9384295 9053
d473dce8
CY
90542011-09-18 Chong Yidong <cyd@stupidchicken.com>
9055
9056 * newcomment.el (comment-normalize-vars): If prompting for
9057 comment-start, set comment-start-skip too (Bug#8424).
9058
2176854d
JB
90592011-09-18 Johan Bockgård <bojohan@gnu.org>
9060
9061 * icomplete.el: Fix previous fix of Bug#5849.
9062 (icomplete-mode): Don't set completion-show-inline-help.
9063 (icomplete-minibuffer-setup): Set completion-show-inline-help
9064 locally during icompletion.
9065
3aace4e4
CY
90662011-09-18 Chong Yidong <cyd@stupidchicken.com>
9067
c940224f
CY
9068 * woman.el (woman2-process-escapes): Don't delete unrecognized
9069 escapes (Bug#7843).
9070
3aace4e4
CY
9071 * files.el (inhibit-first-line-modes-regexps): Add image files.
9072 (hack-local-variables-prop-line): Return nil for malformed
9073 prop-lines (Bug#9044).
9074
710dec63
MA
90752011-09-18 Michael Albinus <michael.albinus@gmx.de>
9076
9077 * net/tramp.el (top): Don't require 'shell.
9078 (tramp-methods): Fix docstring.
9079 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9080 Return complete remote file name. Handle "smb" case.
9081 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9082 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9083
9084 * net/tramp-compat.el (top): Require 'shell.
9085
9086 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9087 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9088 `tramp-current-host'.
9089 (tramp-get-remote-tmpdir): Remove.
9090
9091 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9092 `tramp-tmpdir' entries.
9093 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9094 (tramp-smb-handle-file-attributes): Ignore errors.
9095 (tramp-smb-wait-for-output): Check also for process end.
9096
5d5ac8ec
LMI
90972011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9098
9099 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9100 when sending QUIT (bug#9312).
9101
8c0f49f0
CY
91022011-09-17 Chong Yidong <cyd@stupidchicken.com>
9103
9104 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9105 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9106 occur-mode-display-occurrence.
9107 (occur-edit-mode): Add usage message.
9108 (occur-cease-edit): New command.
9109 (occur-after-change-function): Use text properties to find the
9110 position of the prefix text.
9111 (occur-engine): Set stickiness of prefix text properties.
9112
8f1383f7
GM
91132011-09-17 Glenn Morris <rgm@gnu.org>
9114
9115 * progmodes/etags.el (complete-tag):
9116 Fix call to completion-in-region. (Bug#9526)
9117
744ba0e3
JL
91182011-09-17 Juri Linkov <juri@jurta.org>
9119
9120 * textmodes/ispell.el (ispell-word): Add to the error message
9121 the word, ispell program name and current dictionary (bug#9121).
9122 (ispell-tex-arg-end): Capitalize "error" in the error message.
9123
d9bbf400
AS
91242011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9125
9126 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9127 check. (Bug#4251)
9128
8da11505
JL
91292011-09-17 Juri Linkov <juri@jurta.org>
9130
9131 * window.el (window-safe-min-height, window-safe-min-width):
9132 Fix typos (followup to bug#9522).
9133
a91adc7e
SJ
91342011-09-17 Sven Joachim <svenjoac@gmx.de>
9135
9136 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9137
064f328a
EZ
91382011-09-16 Eli Zaretskii <eliz@gnu.org>
9139
9140 * simple.el (line-move): If goal-column is set, move by logical
9141 lines, not by display lines. (Bug#971)
9142 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9143 to reflect the above change.
9144
e69df516
SM
91452011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9146
9147 * image.el (imagemagick-register-types): Use regexp-opt.
9148
cbb0f9ab
CY
91492011-09-15 Chong Yidong <cyd@stupidchicken.com>
9150
9151 * window.el (display-buffer-base-action): Rename from
9152 display-buffer-default-action. Make default value empty.
9153 (display-buffer-overriding-action): Convert to defvar.
9154 (display-buffer-fallback-action): New var.
9155
25322144
CY
91562011-09-15 Chong Yidong <cyd@stupidchicken.com>
9157
9158 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9159 declaration.
9160 (package--add-to-archive-contents): If there is a duplicate entry
9161 with an older version, remove it.
9162 (package-menu-mark-delete, package-menu-mark-install)
9163 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9164 (package-menu-mark-obsolete-for-deletion):
9165 Use package-menu-get-status instead of a regexp search.
25322144
CY
9166 (package-menu-get-status): Use tabulated-list-entry.
9167 (package-menu-mark-upgrades): New command.
d770725a 9168 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9169 (package-menu-execute): Do installation before deletion.
9170 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9171 instead of checking major-mode.
9172 (package-menu--find-upgrades): New function.
9173
7520339c
LMI
91742011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9175
9176 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9177 passwords in the log buffer.
65a046c4
LMI
9178 (smtpmail-process-filter): Update the process marker so that the
9179 "broken by peer" status message is inserted in the right place.
7520339c 9180
d3c30954
SM
91812011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9182
3fe48822
SM
9183 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9184 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9185 bibtex-completion-at-point-function.
9186 (bibtex-completion-at-point-function): Use them.
9187
1b8b3954
SM
9188 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9189
d3c30954
SM
9190 * mpc.el (mpc-constraints-tag-lookup): New function.
9191 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9192 also to browser "album|playlist".
9193
72779976
JL
91942011-09-14 Juri Linkov <juri@jurta.org>
9195
9196 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9197 (isearch-edit-string): Use length of `isearch-string' when
9198 `isearch-fail-pos' returns nil.
9199 (isearch-message): Remove duplicate code and call
9200 `isearch-fail-pos' with arg `t'.
9201
a0bf2bcd
CY
92022011-09-14 Chong Yidong <cyd@stupidchicken.com>
9203
17bb0a2d
CY
9204 * replace.el (occur-mode-goto-occurrence): Don't force using other
9205 window (Bug#9499).
9206
a0bf2bcd
CY
9207 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9208
f678e0b6
MR
92092011-09-14 Martin Rudalics <rudalics@gmx.at>
9210
9211 * window.el (display-buffer-window): Remove.
9212 (display-buffer-record-window): Use help-setup window parameter
9213 instead of variable display-buffer-window.
9214 (display-buffer-function, special-display-buffer-names)
9215 (special-display-function): Mention help-setup parameter instead
9216 of display-buffer-window in doc-string.
d3c30954
SM
9217 * help.el (help-window-setup): New argument help-window.
9218 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9219 Reword some messages.
9220 (with-help-window): Pass window used for displaying the buffer
9221 to help-window-setup. Don't set display-buffer-window.
9222
8e39b2e8
GM
92232011-09-13 Glenn Morris <rgm@gnu.org>
9224
9225 * emacs-lisp/debug.el (debugger-make-xrefs):
9226 Preserve point. (Bug#9462)
9227
85e9c04b
CY
92282011-09-13 Chong Yidong <cyd@stupidchicken.com>
9229
9230 * window.el (window-deletable-p): Use next-frame.
9231
1b36ed6a
MR
92322011-09-13 Martin Rudalics <rudalics@gmx.at>
9233
9234 * window.el (window-auto-delete): Remove.
9235 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9236 dedication and previous buffers.
1b36ed6a
MR
9237 (switch-to-prev-buffer): Don't delete window.
9238 (delete-windows-on): Delete a window's frame if and only if the
9239 window is dedicated.
9240 (replace-buffer-in-windows): Delete buffer's window or frame if
9241 and only if window is dedicated.
9242 (quit-window): Handle quit-restore as before last change.
4d61f28d 9243 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9244
ef8ef9fb
CY
92452011-09-13 Chong Yidong <cyd@stupidchicken.com>
9246
9247 * window.el (window-deletable-p): Never delete the last frame on a
9248 given terminal.
9249
b2cba41e
GM
92502011-09-13 Glenn Morris <rgm@gnu.org>
9251
9252 * help.el (describe-key-briefly): Copy previous standard-output change.
9253
51553db6 92542011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9255
9256 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9257
b7556719
GM
92582011-09-13 Glenn Morris <rgm@gnu.org>
9259
9260 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9261 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9262
64b51947
CY
92632011-09-12 Chong Yidong <cyd@stupidchicken.com>
9264
9265 * dired-aux.el (dired-mark-read-string): Don't return default
9266 value on empty input (Bug#9361).
9267 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9268 Omit initial minibuffer contents.
9269 (dired-do-chmod): Signal an error on empty input.
9270 (dired-mark-read-string): Don't return default on empty input.
9271
9272 * files.el (file-modes-symbolic-to-number): Doc fix.
9273
393a301e
SM
92742011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * international/mule-cmds.el (ucs-completions): Remove.
9277 (read-char-by-name): Use complete-with-action instead; add metadata.
9278
fa5660f9
CY
92792011-09-11 Chong Yidong <cyd@stupidchicken.com>
9280
9281 * window.el (display-buffer--action-function-custom-type)
9282 (display-buffer--action-custom-type): New vars.
9283 (display-buffer-alist, display-buffer-default-action)
9284 (display-buffer-overriding-action): Add defcustom types.
9285
4a592f66
CY
9286 * frame.el (delete-other-frames): Doc fix (Bug#276).
9287
73d56dbd
LMI
92882011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9289
9290 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9291
37ac18a3
CY
92922011-09-11 Chong Yidong <cyd@stupidchicken.com>
9293
9294 Change modes that used same-window-* vars to use switch-to-buffer.
9295
9296 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9297 Use switch-to-buffer.
9298
9299 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9300 (customize-browse, custom-buffer-create-other-window):
9301 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9302
9303 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9304 (Info-prev, Info-up, Info-speedbar-goto-node)
9305 (info-display-manual): Use switch-to-buffer.
9306 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9307
9308 * mail/sendmail.el (mail): Use switch-to-buffer.
9309 (mail-recover): Use switch-to-buffer-other-window.
9310
9311 * cmuscheme.el (run-scheme, switch-to-scheme):
9312 * ielm.el (ielm):
9313 * shell.el (shell):
9314 * net/rlogin.el (rlogin):
9315 * net/telnet.el (telnet, rsh):
9316 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9317
10195bd6
AS
93182011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9319
9320 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9321
b322f63a
LMI
93222011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9323
39d7fed6
LMI
9324 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9325 so don't mention it (bug#9301).
ba5a81f1 9326 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9327
ee0e9f11
LMI
9328 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9329 match `x', `w32' and `ns', like the manual says (bug#9029).
9330
0b1c89c1 9331 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9332 (process-kill-buffer-query-function): Mention the buffer name in
9333 the query.
0b1c89c1 9334
77549ea8
LMI
9335 * image-mode.el (image-next-line): The line parameter is mandatory
9336 (bug#9258).
9337
803ef892
LMI
9338 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9339 which can be useful (bug#9301).
9340
12980837
LMI
9341 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9342
91054f8f
LMI
9343 * subr.el (match-string): Mention that the current buffer should
9344 be the same as the search was done in (bug#9282).
9345
b322f63a
LMI
9346 * facemenu.el: Disable the remove-* commands if the mark isn't
9347 active (bug#9162).
9348
3199b96f
CY
93492011-09-10 Chong Yidong <cyd@stupidchicken.com>
9350
9351 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9352 of display-buffer.
9353 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9354
9355 * replace.el (occur-mode-goto-occurrence)
9356 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9357 and display-buffer.
9358
9359 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9360 display-buffer.
9361
9362 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9363 special-display and same-window variables.
9364 (mail-other-window): Use switch-to-buffer-other-window.
9365 (mail-other-frame): USe switch-to-buffer-other-frame.
9366
393a301e
SM
9367 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9368 Use display-buffer-other-frame.
3199b96f
CY
9369 (gdb-display-gdb-buffer): Use pop-to-buffer.
9370
9371 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9372
9373 * progmodes/python.el: Don't set same-window-buffer-names.
9374
9375 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9376
9377 * window.el (display-buffer-alist): Add *Python*.
9378
8319e0bf
CY
93792011-09-10 Chong Yidong <cyd@stupidchicken.com>
9380
9381 * window.el (display-buffer-alist): Add entry for buffers
9382 previously handled same-window-*.
9383 (display-buffer-alist, display-buffer-default-action)
9384 (display-buffer-overriding-action): Mark as risky.
9385 (display-buffer-alist): Document action function changes.
9386 (display-buffer--same-window-action)
9387 (display-buffer--other-frame-action): New variables.
9388 (switch-to-buffer, display-buffer-other-frame): Use them.
9389 (display-buffer): Rename reuse-frame entry to reusable-frames.
9390 (display-buffer-reuse-selected-window): Function deleted.
9391 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9392 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9393 (display-buffer-special): New function.
9394 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9395 display-buffer-reuse-or-pop-window. Split off special-display
9396 part into display-buffer-special.
9397 (display-buffer-use-some-window): Don't perform any special
9398 pop-up-frames handling.
9399 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9400 (display-buffer--maybe-same-window): Rename from
0d3ff375 9401 display-buffer-maybe-same-window.
8319e0bf 9402
919a69aa
CY
9403 * info.el: Don't set same-window-regexps.
9404 (info-setup): New function.
9405 (info-other-window, info): Call it.
9406
9407 * cus-edit.el: Don't set same-window-regexps.
9408 (customize-group): New argument.
9409 (customize-group-other-window): Use it.
9410 (customize-face, customize-face-other-window): Likewise.
9411 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9412
8319e0bf
CY
9413 * net/rlogin.el:
9414 * net/telnet.el:
9415 * progmodes/gud.el: Don't set same-window-regexps.
9416
9417 * cmuscheme.el:
9418 * ielm.el:
9419 * shell.el:
9420 * mail/sendmail.el:
9421 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9422
25173000
JL
94232011-09-10 Juri Linkov <juri@jurta.org>
9424
9425 * isearch.el (isearch-edit-string): Remove obsolete mention of
9426 `C-w' (`isearch-yank-word-or-char') from docstring.
9427 (isearch-query-replace): Fix typo in docstring (bug#9466).
9428
056e44ef
JL
94292011-09-10 Juri Linkov <juri@jurta.org>
9430
9431 * paren.el (show-paren-function): Don't show escaped parens.
9432 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9433
c3760c17
EZ
94342011-09-10 Eli Zaretskii <eliz@gnu.org>
9435
9436 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9437 (mm-default-file-encoding): Remove autoload forms, they are
9438 replaced with autoload cookies in mml.el and mm-encode.el.
9439 (mail-add-attachment): New command.
9440 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9441 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9442 the doc string.
9443 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9444
fece895e
RT
94452011-09-10 Reuben Thomas <rrt@sc3d.org>
9446
e69df516
SM
9447 * simple.el (count-words-region): Use buffer if there's no region
9448 (bug#9429).
fece895e 9449
5e68ce4a
JL
94502011-09-09 Juri Linkov <juri@jurta.org>
9451
9452 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9453 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9454 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9455
0a6b9622
AM
94562011-09-09 Alan Mackenzie <acm@muc.de>
9457
9458 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9459 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9460
14a29deb
EZ
94612011-09-09 Eli Zaretskii <eliz@gnu.org>
9462
9463 Fix for Savannah bug#9392.
9464 * simple.el (mail-encode-mml): New defvar.
9465
9466 * mail/rmail.el (mail-encode-mml): Add a defvar.
9467 (rmail-enable-mime-composing): Default to t.
9468 (rmail-forward): Use MIME method of forwarding only if both
9469 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9470 Set mail-encode-mml non-nil if the MIME method was used.
9471
9472 * mail/sendmail.el (mml-to-mime): Add autoload form.
9473 (mail-encode-mml): Add a defvar.
9474 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9475 to nil.
9476 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9477 message through mml-to-mime, and reset mail-encode-mml to nil.
9478
28c45130
GM
94792011-09-09 Glenn Morris <rgm@gnu.org>
9480
9481 * woman.el (woman-if-body): When processing an .el block,
9482 do not delete the next .el block as well. (Bug#9447)
69f4b618 9483 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9484
9b1c252e
MR
94852011-09-08 Martin Rudalics <rudalics@gmx.at>
9486
9487 * window.el (window-deletable-p): Make sure window is live before
9488 invoking window-prev-buffers.
9489
567457e3
LL
94902011-09-08 Leo Liu <sdl.web@gmail.com>
9491
9492 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9493
97f05794
JL
94942011-09-08 Juri Linkov <juri@jurta.org>
9495
9496 * progmodes/compile.el (compilation-environment): Make it
9497 a defcustom (bug#8340).
9498
8b0874b5
MR
94992011-09-08 Martin Rudalics <rudalics@gmx.at>
9500
9501 * window.el (frame-auto-delete): Rename to window-auto-delete.
9502 Make it control auto-deletion of windows and/or frames.
9503 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9504 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9505 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9506 Rewrite handling of case when window/frame can be deleted.
9507 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9508 argument t. (Bug#9456)
8b0874b5 9509
4feb6e73
CY
95102011-09-07 Chong Yidong <cyd@stupidchicken.com>
9511
9512 * help-mode.el (help-mode): Restore autoload.
9513
91ab9c13
JL
95142011-09-07 Juri Linkov <juri@jurta.org>
9515
9516 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9517 `compilation-environment'. Set buffer-local
9518 `compilation-environment' to `thisenv' later after (funcall mode).
9519 (Bug#8340)
9520
9521 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9522 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9523 instead of replacing its value. (Bug#8340)
9524
0527e251
JL
95252011-09-07 Juri Linkov <juri@jurta.org>
9526
9527 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9528 based on text properties put by `grep-filter' instead of matching
9529 escape sequences.
9530 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9531 to the value of `grep-error-screen-columns' (bug#9438).
9532
249f792c
JL
95332011-09-07 Juri Linkov <juri@jurta.org>
9534
9535 * simple.el (next-error-highlight, next-error-highlight-no-select):
9536 Doc fix (bug#9432).
9537
ff7271b9
OT
95382011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9539
9540 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9541 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9542
183fc730
LL
95432011-09-07 Leo Liu <sdl.web@gmail.com>
9544
9545 * net/rcirc.el (rcirc-mode): Conditionally initialize
9546 rcirc-input-ring.
9547
77694924
SM
95482011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * emacs-lisp/find-func.el (find-function-C-source): Only set
9551 find-function-C-source-directory after checking that we found a source
9552 file there (bug#9440).
9553
d809b8eb
AM
95542011-09-06 Alan Mackenzie <acm@muc.de>
9555
9556 * isearch.el (isearch-other-meta-char): Wherever a key list is
9557 unread, "unread" the prefix arg, too. This fixes bug #8901.
9558
453de99f
OG
95592011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9560
9561 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9562
90439906
JL
95632011-09-05 Juri Linkov <juri@jurta.org>
9564
9565 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9566
f62bd846
JL
95672011-09-05 Juri Linkov <juri@jurta.org>
9568
9569 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9570 keeping point where processing of grep matches begins, and
9571 continue to delete remaining escape sequences from the same point.
9572 (grep-filter): Make leading zero optional in "0?1;31m" because
9573 git-grep emits "\033[1;31m" escape sequences unlike expected
9574 "\033[01;31m" as GNU Grep does (bug#9408).
9575 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9576
045820ec
JL
95772011-09-05 Juri Linkov <juri@jurta.org>
9578
9579 * subr.el (y-or-n-p): Capitalize "yes".
9580
f5e29b9b
MA
95812011-09-04 Michael Albinus <michael.albinus@gmx.de>
9582
9583 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9584 `tramp-cache-unload-hook' where appropriate.
9585 (tramp-methods): Rename `tramp-remote-sh' to
9586 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9587 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9588
9589 * net/tramp-sh.el (top): Don't require 'shell.
9590 (tramp-methods): Add `tramp-remote-shell' and
9591 `tramp-remote-shell-args' entries.
9592 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9593 (tramp-sh-handle-shell-command): Remove.
9594 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9595 Use `tramp-remote-shell'.
9596
2784c434
CY
95972011-09-03 Chong Yidong <cyd@stupidchicken.com>
9598
393a301e 9599 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9600 (sendmail-query-once): Save directly to send-mail-function.
9601 Update message-send-mail-function too.
9602
9603 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9604
464cdf56
CS
96052011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9606
9607 * progmodes/python.el (python-mode-map): Use correct function to
9608 start python interpreter from menu-bar (as reported by Geert
9609 Kloosterman).
9610 (inferior-python-mode-map): Fix typo.
393a301e 9611 (python-shell-map): Remove.
464cdf56 9612
d37e5c87
DD
96132011-09-03 Deniz Dogan <deniz@dogan.se>
9614
9615 * net/rcirc.el (rcirc-print): Simplify code for
9616 rcirc-scroll-show-maximum-output. There is no need to walk
9617 through all windows to find the right one.
9618
f3ada0ee
CS
96192011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9620
9621 * help.el (help-return-method): Doc fix.
9622
1f3c99ca
MR
96232011-09-03 Martin Rudalics <rudalics@gmx.at>
9624
9625 * window.el (window-deletable-p): Don't return a non-nil value
9626 when there's a buffer that was shown in the window before.
9627 (Bug#9419)
393a301e
SM
9628 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9629 Set window's previous buffers to nil.
1f3c99ca 9630
a3cf097f
EZ
96312011-09-03 Eli Zaretskii <eliz@gnu.org>
9632
9633 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9634 newline before and after the tag line, so it doesn't interfere
9635 with determining the paragraph direction of bidirectional text.
9636
3d03de90
LL
96372011-09-03 Leo Liu <sdl.web@gmail.com>
9638
9639 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9640
c3313451
CY
96412011-09-02 Chong Yidong <cyd@stupidchicken.com>
9642
393a301e 9643 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9644 (pop-to-buffer): Change interactive spec. Pass second argument
9645 directly to display-buffer.
9646 (display-buffer): Fix interactive spec. Use functionp to
9647 distinguish between a function and a list of functions.
9648
9649 * abbrev.el (edit-abbrevs):
9650 * arc-mode.el (archive-extract):
9651 * autoinsert.el (auto-insert):
9652 * bookmark.el (bookmark-bmenu-list):
9653 * files.el (find-file):
9654 * view.el (view-buffer):
9655 * progmodes/compile.el (compilation-goto-locus):
9656 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9657
89894cd8
CY
96582011-09-02 Chong Yidong <cyd@stupidchicken.com>
9659
9660 * window.el (display-buffer-alist): Doc fix.
9661 (display-buffer): Add docstring. Don't treat
9662 display-buffer-default specially.
9663 (display-buffer-reuse-selected-window)
9664 (display-buffer-same-window, display-buffer-maybe-same-window)
9665 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9666 (display-buffer-pop-up-window)
9667 (display-buffer-reuse-or-pop-window)
9668 (display-buffer-use-some-window): New functions.
9669 (display-buffer-default-action): Use them.
393a301e 9670 (display-buffer-default): Delete.
89894cd8
CY
9671 (pop-to-buffer-1): Fix choice of actions.
9672
ae0bc9fb
SM
96732011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * minibuffer.el (completion--insert-strings): Don't get confused by
9676 completion entries that end with an LF char.
9677
e9d90883
EZ
96782011-09-01 Eli Zaretskii <eliz@gnu.org>
9679
9680 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9681
437014c8
CY
96822011-09-01 Chong Yidong <cyd@stupidchicken.com>
9683
9684 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9685 (display-buffer-same-window, display-buffer-other-window):
9686 New functions.
437014c8
CY
9687 (pop-to-buffer-1): New function. Use the above.
9688 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9689 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9690
9691 * view.el (view-buffer-other-window, view-buffer-other-frame):
9692 Just use pop-to-buffer.
9693
a5e063d5
TV
96942011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9695
9696 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9697
793d32bb
WH
96982011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9699
9700 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9701
d65e4c15
RS
97022011-08-31 Richard Stallman <rms@gnu.org>
9703
9704 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9705 of the separation of rmail-view-buffer from rmail-buffer.
9706 If you say no to "replace original", the decrypt is in the
9707 view buffer. If you say yes, the decrypt goes into the
9708 rmail buffer also.
9709
f818cd2a
MR
97102011-08-31 Martin Rudalics <rudalics@gmx.at>
9711
9712 * window.el (display-buffer-window): Rewrite doc-string.
9713 (display-buffer-record-window): New function.
9714 (display-buffer-macro-specifiers)
9715 (display-buffer-even-window-sizes, display-buffer-set-height)
9716 (display-buffer-set-width, display-buffer-in-window)
9717 (display-buffer-reuse-window, display-buffer-split-specifiers)
9718 (display-buffer-side-specifiers, display-buffer-split-window-1)
9719 (display-buffer-split-window, display-buffer-split-atom-window)
9720 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9721 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9722 (display-buffer-other-window-means-other-frame)
9723 (display-buffer-normalize-special)
9724 (display-buffer-normalize-default)
9725 (display-buffer-normalize-argument)
9726 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9727 (display-buffer-normalize-specifiers, display-buffer-frame)
9728 (display-buffer-same-window, display-buffer-same-frame)
9729 (display-buffer-other-window)
9730 (display-buffer-same-frame-other-window)
9731 (display-buffer-other-frame, pop-to-buffer-same-window)
9732 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9733 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9734 (switch-to-buffer-same-frame)
9735 (switch-to-buffer-other-window-same-frame)
9736 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9737 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9738 (display-buffer-alist-set): Remove.
9739 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9740 (special-display-regexps, special-display-function):
9741 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9742 parameter.
9743 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9744 (special-display-frame-alist, special-display-popup-frame)
9745 (same-window-buffer-names, same-window-regexps, same-window-p)
9746 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9747 (split-window-preferred-function, split-height-threshold)
9748 (split-width-threshold, window-splittable-p)
9749 (split-window-sensibly, window--try-to-split-window)
9750 (window--frame-usable-p, even-window-heights)
9751 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9752 (window--display-buffer-2, display-buffer-other-frame):
9753 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9754 (display-buffer-default, display-buffer-assq-regexp): New functions.
9755 (display-buffer-alist): Rewrite doc-string.
9756 (display-buffer-default-action)
9757 (display-buffer-overriding-action): New variables.
9758 (display-buffer, switch-to-buffer): Rewrite.
9759 (pop-to-buffer): Restore Emacs 23 behavior but use
9760 window-normalize-buffer-to-display.
9761 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9762 Restore Emacs 23 behavior but use
9763 window-normalize-buffer-to-switch-to.
9764 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9765 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9766 Rewrite using Emacs 23 options.
f818cd2a 9767
5bc3b51d
MA
97682011-08-31 Michael Albinus <michael.albinus@gmx.de>
9769
9770 * net/tramp.el (tramp-root-regexp): Remove.
9771 (tramp-completion-file-name-regexp-unified)
9772 (tramp-completion-file-name-regexp-separate)
9773 (tramp-completion-file-name-regexp-url): Don't use leading volume
9774 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9775 (tramp-drop-volume-letter): Simplify definition.
9776 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9777
b1a4f8e1
SM
97782011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9781 (bug#9356).
9782
5664fa7b
RT
97832011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9784
b1a4f8e1 9785 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9786
9a45d6c3
JL
97872011-08-29 Juri Linkov <juri@jurta.org>
9788
9789 * isearch.el (isearch-done): Don't display message "Mark saved"
9790 when arg `edit' is non-nil to prevent its flicker in the echo area.
9791
fb87e0fb
CY
97922011-08-28 Chong Yidong <cyd@stupidchicken.com>
9793
9794 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9795 obsolete packages for deletion.
9796
09ac1c2a
CS
97972011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9798
9799 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9800 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9801 view-mode from help-mode.
9802 (help-xref-override-view-map): Remove.
9803 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9804 view-mode is not used anymore.
9805
7a1ff57f
CY
98062011-08-28 Chong Yidong <cyd@stupidchicken.com>
9807
9808 * server.el (server-port): Doc fix.
9809
b9696605
CY
9810 * cus-theme.el (custom-theme-choose-mode): Inherit from
9811 special-mode (Bug#9124).
9812 (custom-theme-choose-mode-map): Add special-mode to parent.
9813
ef8cdf8c
AM
98142011-08-28 Alan Mackenzie <acm@muc.de>
9815
9816 * progmodes/cc-fonts.el
9817 (c-make-font-lock-BO-decl-search-function): New function.
9818 (c-basic-matchers-after - "Fontify the clauses after various
9819 keywords"): Extract the three keyword lists for the 3 erroneous
9820 constructs from the list of four, and use the new function above
9821 in place of an old one.
9822
27de4e20
DD
98232011-08-28 Deniz Dogan <deniz@dogan.se>
9824
9825 * net/rcirc.el (rcirc-insert-prev-input)
9826 (rcirc-insert-next-input): Remove unused argument.
9827
356a3681
SM
98282011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9831
3fc9b218
AM
98322011-08-27 Alan Mackenzie <acm@muc.de>
9833
9834 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9835 handle function pointer parameters properly.
9836
538a061c
MR
98372011-08-27 Martin Rudalics <rudalics@gmx.at>
9838
9839 * window.el (display-buffer-reuse-window): Fix case where
9840 selected window was reused with non-nil OTHER-WINDOW argument.
9841 (Bug#9381)
9842
35b1c40c
DD
98432011-08-27 Deniz Dogan <deniz@dogan.se>
9844
9845 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9846 oftc's NickServ messages.
9847
2f6a3e79
GM
98482011-08-27 Glenn Morris <rgm@gnu.org>
9849
9850 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9851
7254299e
CY
98522011-08-26 Chong Yidong <cyd@stupidchicken.com>
9853
9854 * emacs-lisp/package.el (package-install): Call package-initialize
9855 if called interactively.
9856
f8ccf167
LL
98572011-08-26 Leo Liu <sdl.web@gmail.com>
9858
9859 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9860
3e8cd5ce
JL
98612011-08-25 Juri Linkov <juri@jurta.org>
9862
9863 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9864 `search-whitespace-regexp' (bug#9364).
9865
93eb7113
JL
98662011-08-25 Juri Linkov <juri@jurta.org>
9867
9868 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9869 `regexp-search-ring' to their global values to protect from
9870 updating by `read-from-minibuffer' (bug#9185).
9871
f65d1611
JL
98722011-08-25 Juri Linkov <juri@jurta.org>
9873
9874 * textmodes/ispell.el (ispell-command-loop): Add newline
9875 at the end of the "Use option `i'..." line.
9876
f1cf7a31
JL
98772011-08-25 Juri Linkov <juri@jurta.org>
9878
9879 * battery.el (display-battery-mode): If `battery-status-function'
9880 or `battery-mode-line-format' is nil, display the message and set
9881 `display-battery-mode' to nil (bug#9363).
9882
0c95fcf7
EZ
98832011-08-25 Eli Zaretskii <eliz@gnu.org>
9884
9885 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9886 bidi-string-mark-left-to-right; they are unnecessary now.
9887
a2ebe600
DD
98882011-08-25 Deniz Dogan <deniz@dogan.se>
9889
9890 * net/quickurl.el: Documentation typo fixes.
9891
e4ed06f1
CY
98922011-08-25 Chong Yidong <cyd@stupidchicken.com>
9893
9894 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9895
e5f1c99e
GM
98962011-08-25 Glenn Morris <rgm@gnu.org>
9897
b2948976
GM
9898 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9899
e5f1c99e
GM
9900 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9901 (smtpmail-via-smtp): Handle nil response from smtp.
9902
f22f4808
JL
99032011-08-24 Juri Linkov <juri@jurta.org>
9904
9905 * proced.el (proced-marked): Inherit from `error' instead of
9906 `font-lock-warning-face'.
9907
9908 * ibuffer.el (ibuffer-marked-face): Change default face from
9909 `font-lock-warning-face' to `warning'.
9910 (ibuffer-deletion-face): Change default face from
9911 `font-lock-type-face' to `error'.
9912
9913 * battery.el (battery-update): Use the face `error' instead of
9914 `font-lock-warning-face' (bug#6117).
9915
6a93965e
JL
99162011-08-24 Juri Linkov <juri@jurta.org>
9917
9918 * faces.el (success): Change face color from "Green3" to
9919 "ForestGreen" on light background (bug#9353).
9920
1ed43b09
CY
99212011-08-24 Chong Yidong <cyd@stupidchicken.com>
9922
5664fa7b
RT
9923 * window.el (quit-window): Rename from quit-restore-window.
9924 Use same arglist as old quit-window.
1ed43b09
CY
9925 (frame-auto-delete): Doc fix.
9926
9927 * view.el (view-mode-exit): Use quit-window.
9928
11dcdbb2
JL
99292011-08-24 Juri Linkov <juri@jurta.org>
9930
9931 * isearch.el (isearch-ring-adjust1): Start visiting previous
9932 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9933 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9934 for empty search string (when the last search string is reused
9935 automatically) to adjust the isearch ring to the last element and
9936 prepare the correct index for further M-p commands (bug#9185).
9937
de62b4df
KH
99382011-08-24 Kenichi Handa <handa@m17n.org>
9939
9940 * international/ucs-normalize.el: If decomposition property of
9941 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9942 nil.
9943 (nfd, nfkd): Likewise.
9944
963b492b
SM
99452011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9948 from process filters aren't reliably transmitted to the surrounding
9949 accept-process-output.
9950 (mpc-proc-check): New function.
9951 (mpc-proc-sync): Use it (bug#8293)
9952
93b6b5e1
SM
99532011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9954
9955 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9956 Add compatibility functions (bug#9313).
9957
bca633fb
EZ
99582011-08-23 Eli Zaretskii <eliz@gnu.org>
9959
b177498a
EZ
9960 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9961
6df6ae42 9962 * international/uni-bidi.el: Regenerate.
bca633fb 9963
0902a04e
KH
99642011-08-23 Kenichi Handa <handa@m17n.org>
9965
9966 * international/charprop.el:
9967 * international/uni-bidi.el:
9968 * international/uni-category.el:
9969 * international/uni-combining.el:
9970 * international/uni-comment.el:
9971 * international/uni-decimal.el:
9972 * international/uni-decomposition.el:
9973 * international/uni-digit.el:
9974 * international/uni-lowercase.el:
9975 * international/uni-mirrored.el:
9976 * international/uni-name.el:
9977 * international/uni-numeric.el:
9978 * international/uni-old-name.el:
9979 * international/uni-titlecase.el:
9980 * international/uni-uppercase.el: Regenerate.
9981
3bbf23bc
MR
99822011-08-23 Martin Rudalics <rudalics@gmx.at>
9983
9984 * help.el (help-window-setup): Fix message displayed when other
9985 window is reused. (Bug#9341)
9986
b3fd59bd
SM
99872011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9988
1802e444
SM
9989 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9990 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9991
b3fd59bd
SM
9992 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9993 Mark obsolete.
9994 * shell.el (shell-parse-pcomplete-arguments): New function.
9995 (shell-completion-vars): Use it instead (bug#9160).
9996
4eb61348
SM
99972011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9998
867cab74
SM
9999 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10000 strings and comments (bug#9333).
10001
4eb61348
SM
10002 * emacs-lisp/debug.el (debug-arglist): New function.
10003 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10004 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10005
262a1439
JL
100062011-08-22 Juri Linkov <juri@jurta.org>
10007
56ee679c
JL
10008 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10009 Revert regexp that highlights output switches to its old
10010 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10011
262a1439
JL
10012 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10013 to check for empty output (bug#9226).
10014
f13f86fb
CY
100152011-08-22 Chong Yidong <cyd@stupidchicken.com>
10016
10017 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10018 symbol-constituent as the default, as that stops font-lock from
10019 working properly (Bug#8843).
10020
c65c9622
LMI
100212011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10022
10023 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10024 `coding-system-for-*' around the process open call to avoid
10025 auth-source side effects.
e7f2c178 10026 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10027 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10028 probe hangs.
c65c9622 10029
23a8a5ab
CY
100302011-08-21 Chong Yidong <cyd@stupidchicken.com>
10031
ff98b2dd
CY
10032 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10033
23a8a5ab
CY
10034 * emacs-lisp/find-func.el (find-function-noselect): New arg
10035 lisp-only.
10036
10037 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10038 signal an error for built-in functions (Bug#6664).
10039
f5e3c598
LMI
100402011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10041
10042 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10043 (smtpmail-try-auth-methods): Use it.
10044
a3f2468a
CY
100452011-08-21 Chong Yidong <cyd@stupidchicken.com>
10046
2c34e8da
CY
10047 * font-lock.el (font-lock-fontify-region)
10048 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10049 (font-lock-default-unfontify-buffer)
10050 (font-lock-default-fontify-region)
10051 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10052
b3fd59bd
SM
10053 * progmodes/compile.el (compilation-error-properties):
10054 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10055 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10056 `ant' regexp.
ee31aabc 10057
a3f2468a
CY
10058 * net/browse-url.el (browse-url-firefox): Don't call
10059 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10060
8e999f70
GM
100612011-08-20 Glenn Morris <rgm@gnu.org>
10062
c21a496a
GM
10063 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10064
59ee0542
GM
10065 * tutorial.el (tutorial--default-keys): Update some default bindings.
10066
8e999f70
GM
10067 * files.el (hack-local-variables): Fully ignore case for "mode:".
10068
e3715033
AM
100692011-08-20 Alan Mackenzie <acm@muc.de>
10070
10071 Resolve invalid use of a regexp in regexp-opt.
10072
4d61f28d
JB
10073 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10074 detection for a java annotation.
e3715033 10075
4d61f28d 10076 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10077 detection for a java annotation.
10078
4d61f28d
JB
10079 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10080 handling for java.
e3715033
AM
10081 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10082
04ed2e9c
CY
100832011-08-20 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10086 (Bug#9274).
10087
826cee64
AM
100882011-08-20 Alan Mackenzie <acm@muc.de>
10089
58179cce 10090 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10091 such a construct. Mainly for when jit-lock etc. starts a chunk
10092 here.
10093
58179cce 10094 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10095 variable.
58179cce 10096 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10097 c-make-font-lock-search-function.
10098 (c-make-font-lock-search-function): Use the above function.
10099 (c-make-font-lock-context-search-function): New function.
10100 (c-cpp-matchers): Enhance the preprocessor expression case with
10101 the above function
10102 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10103 which takes an expression.
10104
10105 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10106
13009bd8
MR
101072011-08-20 Martin Rudalics <rudalics@gmx.at>
10108
10109 * window.el (display-buffer-reuse-window)
10110 (display-buffer-pop-up-window): Don't reuse or split a side
10111 window.
10112
9234ff7f
GM
101132011-08-19 Glenn Morris <rgm@gnu.org>
10114
10115 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10116 Downcase "Mode:". (Bug#9331)
9234ff7f 10117
f635daa1
CY
101182011-08-18 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * international/characters.el: Add L and R categories.
10121
10122 * subr.el (bidi-string-mark-left-to-right): Rename from
10123 string-mark-left-to-right. Use category search.
10124
10125 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10126
bc987f8b
JL
101272011-08-18 Juri Linkov <juri@jurta.org>
10128
10129 * faces.el (error, warning, success): New faces with definitions
10130 copied from old default values of `font-lock-warning-face',
10131 `compilation-warning', `compilation-info' (bug#6117).
10132
10133 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10134
10135 * progmodes/compile.el (compilation-error): Inherit from `error'.
10136 (compilation-warning): Inherit from `warning'.
10137 (compilation-info): Inherit from `success'.
10138
10139 * dired.el (dired-marked): Inherit from `warning'.
10140 (dired-flagged): Inherit from `error'.
10141
57173b96
LMI
101422011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10143
3e79eb87
LMI
10144 * mail/smtpmail.el (auth-source): Require to avoid problems with
10145 binding variables (bug#9298). Also clean up some unused
10146 autoloads.
10147
b3fd59bd
SM
10148 * net/network-stream.el (network-stream-open-starttls):
10149 Support using starttls.el without using gnutls-cli.
57173b96 10150
02b404de
JL
101512011-08-17 Juri Linkov <juri@jurta.org>
10152
10153 * progmodes/grep.el (rgrep): Handle the case when
10154 `grep-find-command' is a cons cell (bug#9278).
10155
8c9177f2
MR
101562011-08-17 Martin Rudalics <rudalics@gmx.at>
10157
10158 * window.el (display-buffer-pop-up-frame): Run frame creation
10159 function with BUFFER current (as special-display-popup-frame
10160 does). Reported by Drew Adams.
10161
3644a0ab
DU
101622011-08-17 Daiki Ueno <ueno@unixuser.org>
10163
10164 * epa-mail.el: Simplify GnuPG group expansion using
10165 epg-expand-group.
10166 (epa-mail-group-alist, epa-mail-group-modtime)
10167 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10168 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10169 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10170 Remove.
10171
5e617bc2 101722011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10173
10174 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10175
9c4aeabf
AM
101762011-08-16 Alan Mackenzie <acm@muc.de>
10177
10178 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10179 Correct, to avoid the inside of macros.
10180
3a99bf64
RS
101812011-08-16 Richard Stallman <rms@gnu.org>
10182
04963aa8
RS
10183 * epa-mail.el: Handle GnuPG group definitions.
10184 (epa-mail-group-alist, epa-mail-group-modtime)
10185 (epa-mail-gnupg-conf-file): New variables.
10186 (epa-mail-parse-groups, epa-mail-sync-groups)
10187 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10188 (epa-mail-expand-recipients): New functions.
10189 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10190
177549d0
RS
10191 * mail/rmail.el (rmail-epa-decrypt): New command.
10192
fe38beef
RS
10193 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10194 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10195 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10196 (epa-decrypt-armor-in-region): Make error message clearer.
10197
934eacb9
SM
101982011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10199
10200 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10201 and "a2b" to "ab" for `prefix'.
10202
d024fb4e
CY
102032011-08-14 Chong Yidong <cyd@stupidchicken.com>
10204
10205 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10206 filter groups.
de148fee
CY
10207 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10208 Fourquet (Bug#8804).
d024fb4e 10209
62f1ca49
JB
102102011-08-12 Juanma Barranquero <lekktu@gmail.com>
10211
10212 * startup.el (argi): Declare as global variable (bug#9275).
10213
9ccaaa4b
CY
102142011-08-12 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * subr.el (string-mark-left-to-right): Search the entire string
10217 for RTL script, not just the terminating character. Doc fix.
10218
a3dae87a
SM
102192011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10220
6cd18349
SM
10221 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10222 New function.
10223 (js--regexp-literal, js-syntax-propertize-function): Remove.
10224 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10225 (js-mode-map): Don't rebind electric keys.
10226 (js-insert-and-indent): Remove.
10227 (js-mode): Setup electric-layout and electric-indent instead.
10228
a3dae87a
SM
10229 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10230
9d5cb631
DU
102312011-08-12 Daiki Ueno <ueno@unixuser.org>
10232
10233 * epa.el (epa-progress-callback-function): Fix the logic of
10234 displaying progress.
10235 * epa-file.el (epa-file-insert-file-contents): Make progress
10236 display more user-friendly.
10237 (epa-file-write-region): Ditto.
10238
3e26a4a2
CY
102392011-08-10 Chong Yidong <cyd@stupidchicken.com>
10240
10241 * subr.el (string-mark-left-to-right): New function.
10242
10243 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10244 Use string-mark-left-to-right.
10245 (list-buffers-noselect): Caller changed.
10246
a3dae87a
SM
10247 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10248 Use string-mark-left-to-right.
3e26a4a2
CY
10249 (tabulated-list-print): Recenter after moving point.
10250
ac8cf6e6
JL
102512011-08-10 Juri Linkov <juri@jurta.org>
10252
10253 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10254 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10255 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10256
8d96c9a4
CY
102572011-08-09 Chong Yidong <cyd@stupidchicken.com>
10258
10259 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10260 (Bug#7554).
10261
7be1c708 102622011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10263
10264 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10265 character. (Bug#6594)
10266
37e11a63
CY
102672011-08-08 Chong Yidong <cyd@stupidchicken.com>
10268
839dde57
CY
10269 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10270 (image-dired--with-db-file): New macro.
10271 (image-dired-write-tags, image-dired-remove-tag)
10272 (image-dired-create-gallery-lists, image-dired-write-comments)
10273 (image-dired-get-comment, image-dired-mark-tagged-files)
10274 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10275 (image-dired-gallery-generate): Use insert-file-contents.
10276
37e11a63
CY
10277 * time.el (display-time-world-list, display-time-world-display):
10278 * time-stamp.el (time-stamp-string):
10279 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10280 set-time-zone-rule (Bug#7337).
10281
0b4946c4
DU
102822011-08-08 Daiki Ueno <ueno@unixuser.org>
10283
10284 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10285 (epg-error-to-string, epg-errors-to-string): New function.
10286 (epg-wait-for-completion): Reverse errors list.
10287 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10288 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10289 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10290 (epg-sign-keys, epg-generate-key-from-file)
10291 (epg-generate-key-from-string): Format errors by using
10292 epg-errors-to-string (bug#9255).
10293 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10294
75bfc667
JL
102952011-08-07 Juri Linkov <juri@jurta.org>
10296
10297 * faces.el (list-faces-display): Remove extra angle bracket
10298 from `help-mode-map'.
10299
10300 * info.el (Info-history-toc-nodes): Doc fix.
10301
10302 * longlines.el (longlines-mode): Doc fix.
10303
673e08bb
SM
103042011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10305
4640dd88
SM
10306 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10307 of statements and in a few more cases (bug#9183).
10308
673e08bb
SM
10309 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10310 New functions.
10311 (cl-transform-lambda): Use them (bug#9239).
10312
89b3f019
MR
103132011-08-05 Martin Rudalics <rudalics@gmx.at>
10314
10315 * window.el (display-buffer-same-window)
10316 (display-buffer-same-frame, display-buffer-other-window)
10317 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10318 (pop-to-buffer-other-window)
10319 (pop-to-buffer-same-frame-other-window)
10320 (pop-to-buffer-other-frame): Make them defuns.
10321 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10322
640c8776
SM
103232011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * subr.el (make-composed-keymap): Move from C. Change calling
10326 convention, and improve docstring to bring attention to a subtle point.
10327 * minibuffer.el (completing-read-default): Adjust accordingly.
10328
63648a95
MA
103292011-08-03 Michael Albinus <michael.albinus@gmx.de>
10330
10331 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10332 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10333
10334 * net/trampver.el: Update release number.
10335
b796c9b7
SM
103362011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10339 "in" (bug#9190).
10340
2239d7d5
LMI
103412011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10342
e07dd7c3
LMI
10343 * mail/sendmail.el (sendmail-query-once): Restore the current
10344 buffer after querying (bug#9074).
10345
0e6a2bd7
LMI
10346 * dired.el (dired-flagged): Use different faces for marked and
10347 flagged files (bug#6117).
10348
ce887515
LMI
10349 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10350 (bug#4433).
10351
92f2affc
LMI
10352 * ido.el (ido-mode): Switch off the message if called
10353 non-interactively.
10354
57d5aff0
LMI
10355 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10356 before 587, since it appears that that's more likely to work for
10357 more people.
10358
98cd6c18 10359 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10360 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10361 exist.
10362
b96dec83
LMI
10363 * info.el: Remove the `Info-beginning-of-buffer' function
10364 (bug#8325).
10365
b796c9b7
SM
10366 * net/network-stream.el (network-stream-open-starttls):
10367 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10368
d90e2ea0
MR
103692011-08-01 Martin Rudalics <rudalics@gmx.at>
10370
10371 * window.el (display-buffer-in-window): Don't set dedicated status
10372 of window here (Bug#9215).
10373 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10374 (display-buffer-pop-up-side-window)
b796c9b7 10375 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10376
cca09170
SM
103772011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10380 before binding generated-autoload-file.
10381
027b979c
DD
103822011-08-01 Deniz Dogan <deniz@dogan.se>
10383
10384 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10385
3c7ee4f3
MA
103862011-07-30 Michael Albinus <michael.albinus@gmx.de>
10387
10388 Sync with Tramp 2.2.2.
10389
10390 * net/trampver.el: Update release number.
10391
2cc8e51a
JL
103922011-07-30 Juri Linkov <juri@jurta.org>
10393
10394 * dired-aux.el (dired-touch-initial): Remove function.
10395 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10396 current time, and `default' to the last modification time of the
10397 current marked file (bug#6887).
10398
a514d856
JM
103992011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10400
10401 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10402 numeric argument to read-number (bug#9163).
a514d856 10403
8a7eddd7
MA
104042011-07-27 Michael Albinus <michael.albinus@gmx.de>
10405
10406 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10407 connection process, it could be nil.
10408
1ddd96f5
LL
104092011-07-27 Leo Liu <sdl.web@gmail.com>
10410
10411 Simplify url handling in rcirc-mode.
10412
10413 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10414 (rcirc-browse-url-at-mouse): Remove.
10415 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10416
b248a85d
AM
104172011-07-26 Alan Mackenzie <acm@muc.de>
10418
10419 Fontify bitfield declarations properly.
10420
10421 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10422 (c-symbol-chars): Now exported as a lang variable.
10423 (c-not-primitive-type-keywords): New lang variable.
10424
10425 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10426 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10427 parsed as a bitfield declaration.
b248a85d 10428
b796c9b7
SM
10429 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10430 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10431 (c-punctuation-in): New function.
10432 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10433 declarations properly.
10434
68575ab0
UJ
104352011-07-26 Ulf Jasper <ulf.jasper@web.de>
10436
10437 * calendar/icalendar.el (icalendar--all-events): Take care of
10438 multiple vcalendars in a single file.
b796c9b7 10439 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10440
0f0a88b9
DD
104412011-07-25 Deniz Dogan <deniz@dogan.se>
10442
10443 * image.el (insert-image): Clarifying docstring.
10444
0b3f36df
MA
104452011-07-24 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10448 `tramp-send-command-and-check' if there is no error.
10449 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10450
a9901f61
AM
104512011-07-22 Alan Mackenzie <acm@muc.de>
10452
10453 Prevent cc-langs.elc being loaded at run time.
10454
10455 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10456 cc-langs.
10457
4d61f28d 10458 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10459 "(require 'cc-langs)". Quote a form so it will evaluate at
10460 (cc-mode's) compilation time.
10461
11d074b2
MA
104622011-07-22 Michael Albinus <michael.albinus@gmx.de>
10463
10464 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10465 loading. (Bug#9114)
10466
938b94c8
MR
104672011-07-21 Martin Rudalics <rudalics@gmx.at>
10468
10469 * window.el (display-buffer-pop-up-window)
10470 (display-buffer-pop-up-side-window)
10471 (display-buffer-in-side-window): Call display-buffer-set-height
10472 and display-buffer-set-width after setting the new window's
b796c9b7 10473 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10474
bfa4f190
SS
104752011-07-20 Sam Steingold <sds@gnu.org>
10476
10477 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10478 (etags-tags-included-tables): Call `convert-standard-filename' on
10479 the file names contained in TAGS so that windows Emacs can handle
10480 TAGS files created by cygwin ctags.
10481
8ca42262
LMI
104822011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10483
10484 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10485 which apparently didn't work.
10486
5db2afd2 104872011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10488
5db2afd2
RW
10489 * proced.el (proced-send-signal): For *Marked Processes* buffer
10490 put point at beginning of buffer.
10491
92e15d10
SB
104922011-07-19 Stephen Berman <stephen.berman@gmx.net>
10493
10494 * proced.el (proced-format): Make header lines align with the text
10495 (bug#1779).
10496
1bfd59e5
LMI
104972011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10498
10499 * view.el (view-buffer): Allow running in `special' modes if we're
10500 visiting a file (bug#8615).
10501
f5aae37c
MR
105022011-07-19 Martin Rudalics <rudalics@gmx.at>
10503
10504 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10505 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10506 New functions.
f5aae37c
MR
10507 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10508 more accurately.
10509
bf2c1571
AM
105102011-07-18 Alan Mackenzie <acm@muc.de>
10511
10512 Fontify declarators properly when, e.g., a jit-lock chunk begins
10513 inside a declaration.
10514
10515 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10516
b796c9b7
SM
10517 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10518 New function.
bf2c1571
AM
10519 (c-complex-decl-matchers): Insert reference to
10520 c-font-lock-enclosing-decls.
10521
10522 * progmodes/cc-engine.el (c-backward-single-comment):
10523 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10524 to nil around calls to (forward-comment -1).
10525
4e190b80
LMI
105262011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10527
12dc863d
LMI
10528 * image.el (put-image): Doc typo fix.
10529
a762e966
LMI
10530 * progmodes/etags.el (tags-search): Doc typo fix.
10531
4e190b80
LMI
10532 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10533 password if we get errors 550 to 554.
10534
f019fb21
LMI
105352011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10536
b796c9b7 10537 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10538
81746738
LMI
10539 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10540 indentation character (bug#6380).
10541
3ee3a1b5
LMI
10542 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10543
c82f64de
LMI
10544 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10545 to clarify what the problem is (bug#4291).
10546
f019fb21
LMI
10547 * simple.el (current-kill): Clarify what
10548 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10549 (auto-fill-mode): Document `auto-fill-function' in relation to
10550 `auto-fill-mode' (bug#2470).
f019fb21 10551
0794775d
LM
105522011-07-16 Lawrence Mitchell <wence@gmx.li>
10553
10554 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10555 method if slot is read-only (bug#9035).
10556
be39b8cc
MR
105572011-07-16 Martin Rudalics <rudalics@gmx.at>
10558
b796c9b7 10559 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10560 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10561 selected before, see discussion of (Bug#8615), (Bug#6954).
10562 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10563
6ccf7859
GM
105642011-07-15 Glenn Morris <rgm@gnu.org>
10565
10566 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10567 Respect help-form.
6ccf7859 10568
87e86684
LM
105692011-07-09 Lawrence Mitchell <wence@gmx.li>
10570
10571 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10572 (gnutls-negotiate): Use it.
10573
d6066239
LMI
105742011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10575
b796c9b7
SM
10576 * net/gnutls.el (gnutls-negotiate):
10577 Upcase `gnutls-algorithm-priority'.
d6066239 10578
bd23ebc0
GM
105792011-07-15 Glenn Morris <rgm@gnu.org>
10580
c65bca65
GM
10581 * jka-compr.el (jka-compr-verbose): Move from here...
10582 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10583 Add missing :version tag.
10584 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10585
478615cc
LMI
105862011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10587
7b41decb
LMI
10588 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10589 (gnutls-negotiate): Use it.
10590
dbc44fcd
LMI
10591 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10592
06789f97
LMI
10593 * info.el (Info-beginning-of-buffer): New command.
10594 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10595 announcing `b' as the key (bug#8325).
ab896c37 10596 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10597
c39da690
LMI
10598 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10599
3aa5f34b
LMI
10600 * international/mule-cmds.el
10601 (describe-specified-language-support): Make the error message
10602 clearer (bug#8905).
10603
4bf0979f
LMI
10604 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10605
478615cc
LMI
10606 * isearch.el (isearch-barrier): Add a doc string, since it's
10607 mentioned in a function doc string (bug#8678).
10608
75c68aa1
MR
106092011-07-15 Martin Rudalics <rudalics@gmx.at>
10610
10611 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10612 buffer argument (Bug#9083) and self-identifying label argument.
10613
a7c33da2
GM
106142011-07-15 Glenn Morris <rgm@gnu.org>
10615
10616 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10617
2f5c6024
LMI
106182011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10619
10620 * man.el (Man-fontify-manpage): Fix message when formatting the
10621 man page (bug#7929).
10622
0bb23927 106232011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10624
10625 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10626 argument LRM; if non-nil, append an invisible LRM character to the
10627 buffer name.
10628 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10629 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10630 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10631 paragraph direction.
cce4b0a7 10632
621ef9ab
LMI
106332011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10634
d1583c48
LMI
10635 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10636 the man page name (bug#7929).
10637
6a57fb5f
LMI
10638 * image.el (put-image): Mention the `put-image' overlay property
10639 (bug#7834).
10640
d7956b14
LMI
10641 * scroll-bar.el (set-scroll-bar-mode): Mention that
10642 `scroll-bar-mode' lists the values (bug#7772).
10643
5b2d4a66
LMI
10644 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10645 command (bug#7729).
10646
7509a874
LMI
10647 * rect.el (apply-on-rectangle): Return the point after the last
10648 operation.
10649 (string-rectangle): Go to the point after the last operation
10650 (bug#7522).
10651
4fe74b19
LMI
10652 * printing.el (pr-toggle-region): Clarify the documentation
10653 slightly (bug#7493).
10654
b796c9b7
SM
10655 * time.el (display-time-update):
10656 Allow `display-time-mail-function' to return nil (bug#7158).
10657 Fix suggested by Detlev Zundel.
ab283561 10658
fc233c9d
LMI
10659 * vc/diff.el (diff): Clarify the order the file names are read
10660 (bug#7111).
10661
43f5740b
LMI
10662 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10663 the doc string (bug#7015).
10664
f2182a76
LMI
10665 * font-lock.el (font-lock-maximum-decoration): Mention what
10666 numeric levels mean (bug#6935).
10667
621ef9ab
LMI
10668 * startup.el (initial-buffer-choice): Don't mention the `none'
10669 selection, which is against policy.
10670
adc47434
MR
106712011-07-14 Martin Rudalics <rudalics@gmx.at>
10672
b796c9b7
SM
10673 * window.el (display-buffer-normalize-special):
10674 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10675
7e5bfb8f
EZ
106762011-07-14 Eli Zaretskii <eliz@gnu.org>
10677
10678 * subr.el (version<, version<=, version=): Mention "-CVS" and
10679 "-12345" alpha version numbers.
10680
27fa387a
CY
106812011-07-14 Chong Yidong <cyd@stupidchicken.com>
10682
10683 * bindings.el: Add advertised binding for set-mark-command
10684 (Bug#5772).
10685
8bdfa064
CY
106862011-07-14 Chong Yidong <cyd@stupidchicken.com>
10687
10688 * bindings.el (mode-line-other-buffer):
10689 * bookmark.el (bookmark-bmenu-2-window):
10690 * bs.el (bs-cycle-next, bs-cycle-previous):
10691 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10692 switch-to-buffer.
10693
10694 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10695 Delete.
8bdfa064 10696
5eba16a3
JB
106972011-07-14 Juanma Barranquero <lekktu@gmail.com>
10698
10699 * follow.el (follow-debug-message, follow-redisplay):
10700 * jka-cmpr-hook.el (with-auto-compression-mode):
10701 Fix typos in docstrings.
10702
15853710
LMI
107032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10704
a28e4607
LMI
10705 * subr.el (with-silent-modifications): Clarify somewhat what the
10706 macro inhibits (bug#6525).
10707
15853710
LMI
10708 * simple.el (eval-expression): Note what it does if called
10709 interactively (bug#6495).
10710
bee0fcef
CY
107112011-07-13 Chong Yidong <cyd@stupidchicken.com>
10712
b796c9b7
SM
10713 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10714 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10715
10716 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10717 Remove switch-to-buffer.
10718
58274504
LMI
107192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10720
bd2fcc8d
LMI
10721 * files.el (make-directory): Clarify that an error will be raised
10722 if there's an error (bug#6397).
10723
0f04b32c
LMI
10724 * startup.el (initial-buffer-choice): Add `none' as a choice
10725 (bug#6234).
10726
465c5fc8
LMI
10727 * subr.el (add-hook): Clarify section about buffer-local hooks
10728 (bug#6218).
10729
58274504
LMI
10730 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10731
bead9a43
JB
107322011-07-13 Juanma Barranquero <lekktu@gmail.com>
10733
10734 * tabify.el (untabify): Preserve the current column so that point
10735 doesn't move (bug#6032).
10736
3af98a7b
LMI
107372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10738
b796c9b7
SM
10739 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10740 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10741
6240145a
GM
107422011-07-13 Glenn Morris <rgm@gnu.org>
10743
10744 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10745 (dired-insert-directory): Give a message the first time
10746 if ls is found not to support --dired.
10747
1d8c2ccc
LMI
107482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10749
10750 * simple.el (toggle-truncate-lines): Clarify what is toggled
10751 (bug#5580). Text by Drew Adams.
10752
5fc4038e
CY
107532011-07-13 Chong Yidong <cyd@stupidchicken.com>
10754
10755 * simple.el (blink-matching-open): Make the error message from the
10756 last change less verbose.
10757
bf6012e5
DN
107582011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10759
10760 * font-lock.el (font-lock-comment-face): Use the high contrast
10761 "yellow" color for font-lock-comment-face on low color terminals
10762 using a dark background color (bug#4221).
10763
343c3b5a
LMI
107642011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10765
7e9505c5
LMI
10766 * dired.el (dired-insert-set-properties): Make the doc string
10767 reflect what it does now (bug#5325).
10768
c26fdcf5
LMI
10769 * simple.el (blink-matching-open): Say that we were unable to find
10770 the match within the limit, if we're limited (bug#5122).
10771
bb388cc5
LMI
10772 * international/mule-cmds.el (prefer-coding-system): Add an
10773 example (bug#4869).
10774
343c3b5a
LMI
10775 * progmodes/etags.el (tags-search): Document `file-list-form'
10776 (bug#4731).
10777
2a517d45
LM
107782011-07-13 Lawrence Mitchell <wence@gmx.li>
10779
10780 * net/browse-url.el (browse-url-default-browser)
10781 (browse-url-browser-function): Make the default browser choice a
10782 bit more logical (bug#4300). Also clean up the doc string.
10783
b6c78ef2
JB
107842011-07-13 Juanma Barranquero <lekktu@gmail.com>
10785
10786 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10787 binary endings (bug#4440).
10788
1c4dd947
LMI
107892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10790
a2014063
LMI
10791 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10792 which can be pretty annoying (bug#8971).
10793
9c9c2d88
LMI
10794 * jka-compr.el (jka-compr-verbose): New variable, and use
10795 throughout (bug#8971).
10796
1c4dd947
LMI
10797 * info.el (Info-find-file): Fall back on the installation
10798 directory if we can't find the info node anywhere else.
10799
a1c9f41b
SO
108002011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10801
10802 * vc/vc.el (vc-revert-file):
10803 Don't set file time-stamp in the past. (Bug#5181)
10804
536f3d36
LMI
108052011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10806
7152b011
LMI
10807 * files.el (after-find-file): Give a better error message when
10808 trying to find a symlink that points to a file that doesn't exist
10809 (bug#4398).
10810
536f3d36
LMI
10811 * progmodes/cc-vars.el: Remove (probably) misleading comment
10812 (bug#4396).
10813
460c0fba
JB
108142011-07-12 Johan Bockgård <bojohan@gnu.org>
10815
10816 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10817
7a6bda45
CY
108182011-07-12 Chong Yidong <cyd@stupidchicken.com>
10819
10820 * mouse-sel.el: Hack restoring functionality, while keeping
10821 compatibility with 2010-07-03 changes to mouse selection.
10822 (mouse-sel-primary-overlay): New var.
10823 (mouse-sel-selection-alist): Use it.
10824 (mouse-sel-mode): Doc fix; remove points that are default features
10825 of mouse.el.
10826
c79598ef
JB
108272011-07-12 Johan Bockgård <bojohan@gnu.org>
10828
10829 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10830 Fix previous fix (bug#2490).
10831
ff8be6ef
RW
108322011-07-12 Roland Winkler <winkler@gnu.org>
10833
b796c9b7
SM
10834 * textmodes/bibtex.el (bibtex-initialize):
10835 Use pop-to-buffer-same-window.
ff8be6ef
RW
10836 (bibtex-search-entries): Fix interactive call.
10837
296ba3ee
LMI
108382011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10839
f5242a02 10840 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10841 Fontise bytecomp Error lines more correctly (bug#2490).
10842 Fix suggested by Johan Bockgård.
f5242a02 10843
296ba3ee
LMI
10844 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10845
10846 * dired-x.el (dired-guess-default): Use `delete-dups'.
10847
f69fd0d2
CY
108482011-07-12 Chong Yidong <cyd@stupidchicken.com>
10849
10850 * dired.el (dired-mark-prompt):
10851 * dired-aux.el (dired-read-shell-command): Doc fix.
10852
eab5dc07
LMI
108532011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10854
b796c9b7
SM
10855 * mail/sendmail.el (sendmail-query-once):
10856 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10857 emacs -Q.
10858
10859 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10860
eab5dc07
LMI
10861 * cus-edit.el (custom-file): Take an optional no-error variable.
10862 (customize-save-variable): Set the variable, and give a warning if
10863 running under "emacs -q".
10864
a1e65d42
JB
108652011-07-11 Juanma Barranquero <lekktu@gmail.com>
10866
10867 * loadhist.el (unload-feature-special-hooks):
10868 Add `auto-coding-functions', `fill-nobreak-predicate' and
10869 `find-directory-functions' (bug#5327).
10870
1d52da10
LMI
108712011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10872
be958f1d
LMI
10873 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10874
5bedb26c
LMI
10875 * cus-edit.el (custom-guess-name-alist): -alist variables should
10876 use the `alist' type (bug#3120). Suggested by Drew Adams.
10877
1d52da10
LMI
10878 * printing.el: Add documentation to all the `pr-toggle-' commands.
10879
cd394be1 108802011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10881
10882 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10883 backends where it makes sense (bug#2623).
10884
dcc88d8a
LMI
108852011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10886
c3de9feb
LMI
10887 * dired-x.el (dired-guess-default): Remove duplicate shell command
10888 entries (bug#2028).
8a93078b 10889 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10890 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10891
dcc88d8a
LMI
10892 * subr.el (remove-duplicates): New conveniency function.
10893
505e3645
LMI
108942011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10895
10896 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10897 (bug#1526).
10898
108992011-07-10 Martin Rudalics <rudalics@gmx.at>
10900
10901 * window.el (display-buffer-normalize-default): Don't invert
10902 meaning of even-window-heights. Reported by Eli Zaretskii
10903 <eliz@gnu.org>.
10904
455e4fa1
BR
109052011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10906
10907 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10908
8e0bc3e9
CY
109092011-07-10 Chong Yidong <cyd@stupidchicken.com>
10910
10911 * window.el (display-buffer): Fix arguments to
10912 display-buffer-reuse-window in last change.
10913
fa7c3228
CY
10914 * faces.el (link): Use a less saturated blue on light backgrounds.
10915
10916 * startup.el (fancy-startup-text, fancy-about-text)
10917 (fancy-startup-tail): Use font-lock faces, for background safety.
10918
c0a7f300
BN
109192011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10920
b796c9b7
SM
10921 * emulation/viper-cmd.el (viper-change-state-to-vi):
10922 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10923
4dc2a129
MR
109242011-07-09 Martin Rudalics <rudalics@gmx.at>
10925
10926 * window.el (display-buffer-default-specifiers): Remove.
10927 (display-buffer-macro-specifiers): Remove default specifiers.
10928 (display-buffer-alist): Default to nil.
b796c9b7 10929 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10930 (display-buffer-pop-up-window): Allow splitting internal
10931 windows. Check whether a live window was created.
10932 (display-buffer-other-window-means-other-frame)
10933 (display-buffer-normalize-arguments): Rename to
10934 display-buffer-normalize-argument and rewrite. Set the
10935 other-window specifier.
10936 (display-buffer-normalize-special): New function.
10937 (display-buffer-normalize-options): Rename to
10938 display-buffer-normalize-default and rewrite.
10939 (display-buffer-normalize-options-inhibit): Remove.
10940 (display-buffer-normalize-specifiers): Rewrite.
10941 (display-buffer): Process other-window specifier and call
10942 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10943 more faithfully.
b796c9b7 10944 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10945 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10946 (display-buffer-in-window, display-buffer-alist-set):
10947 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10948 <tassilo@member.fsf.org>.
10949
2d43b8c9
LL
109502011-07-09 Leo Liu <sdl.web@gmail.com>
10951
10952 * register.el (insert-register): Restore accidental change on
10953 2011-06-26. (Bug#9028)
10954
7f9b7c53
GM
109552011-07-09 Glenn Morris <rgm@gnu.org>
10956
10957 * subr.el (remq): Handle the empty list. (Bug#9024)
10958
f042cfd8
AS
109592011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10960
10961 * mail/sendmail.el (send-mail-function): No longer delay custom
10962 initialization.
10963 * custom.el (custom-initialize-delay): Doc fix.
10964
856b2f11
SM
109652011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10966
10967 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10968
afae1d68
MA
109692011-07-08 Michael Albinus <michael.albinus@gmx.de>
10970
10971 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10972 human-friendly prompt.
10973
0757af94
SM
109742011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10977 provided by a particular plugin.
10978
d760b731
LMI
109792011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10980
10981 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10982 save customizations (with "emacs -Q"), just set the variable
10983 instead of erroring out.
10984
10985 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10986
cd79ce90
JL
109872011-07-08 Juri Linkov <juri@jurta.org>
10988
10989 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10990 (archive-zip-update-case): Use 7z if found by `executable-find'.
10991 The order of searching the available programs is the same as in
10992 `archive-zip-extract' (bug#8968).
10993
14cc04aa
CY
109942011-07-07 Chong Yidong <cyd@stupidchicken.com>
10995
10996 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10997 (menu-bar-options-menu): Tweak descriptions.
10998
0a1848ec
LMI
109992011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11000
11001 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11002 menu items into verb phrases (bug#1421). Also refill to fit under
11003 80 columns.
11004
f5bd0689
CY
110052011-07-07 Chong Yidong <cyd@stupidchicken.com>
11006
538e85c6
CY
11007 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11008 (Info-read-node-name): Doc fix (Bug#1084).
11009
f5bd0689
CY
11010 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11011 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11012 (end-of-sexp, beginning-of-sexp)
11013 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11014 (forward-symbol, forward-same-syntax, word-at-point)
11015 (sentence-at-point): Doc fix (Bug#1144).
11016
56ec5115
LMI
110172011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11018
f3f8e37f
LMI
11019 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11020 should cover it (bug#1281).
11021
0757af94 11022 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11023
e9fce1ac 11024 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11025 negotiation fails, then possibly try again with a non-encrypted
11026 connection (bug#9017).
11027
56ec5115
LMI
11028 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11029 be used.
11030
c2f9aec8
RS
110312011-07-07 Richard Stallman <rms@gnu.org>
11032
11033 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11034 property, and handle its changed format.
11035 Look for the correct line number.
11036 Use file's line contents (but not past first =) to find
11037 correct line in message.
11038
ef7b981d 110392011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11040
11041 * international/characters.el (build-unicode-category-table):
11042 Delete it.
0757af94 11043 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11044
0757af94 11045 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11046 to src/chartab.c.
11047 (get-char-code-property): Call unicode-property-table-internal to
11048 load a file. Call get-unicode-property-internal where necessary.
11049 (put-char-code-property): Call unicode-property-table-internal to
11050 load a file. Call put-unicode-property-internal where necessary.
11051 put-unicode-property-internal where necessary.
0757af94
SM
11052 (char-code-property-description):
11053 Call unicode-property-table-internal to load a file.
c805dec0
KH
11054
11055 * international/charprop.el:
11056 * international/uni-bidi.el:
11057 * international/uni-category.el:
11058 * international/uni-combining.el:
11059 * international/uni-comment.el:
11060 * international/uni-decimal.el:
11061 * international/uni-decomposition.el:
11062 * international/uni-digit.el:
11063 * international/uni-lowercase.el:
11064 * international/uni-mirrored.el:
11065 * international/uni-name.el:
11066 * international/uni-numeric.el:
11067 * international/uni-old-name.el:
11068 * international/uni-titlecase.el:
11069 * international/uni-uppercase.el: Regenerate.
11070
11071 * loadup.el: Load international/charprop.el before
11072 international/characters.
11073
e14b388a
CY
110742011-07-07 Chong Yidong <cyd@stupidchicken.com>
11075
11076 * window.el (next-buffer, previous-buffer): Signal an error if
11077 called from a minibuffer window.
11078
11079 * bindings.el: Revert 2011-07-04 change.
11080
354cf0ba
RS
110812011-07-06 Richard Stallman <rms@gnu.org>
11082
11083 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11084 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11085 Treat markers like ints.
11086 (rmail-mime-entity): Doc fix.
11087
a48868a7
LMI
110882011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11089
4906cd3d
LMI
11090 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11091 defcustom again for backwards compatibility.
11092
e0457abe
LMI
11093 * simple.el (shell-command-on-region): Fill.
11094
d67f7e1f
LMI
11095 * dired-aux.el (dired-kill-line): Add a doc string.
11096
fe204702
LMI
11097 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11098 to "\\sw\\|\\s_" (bug#358).
11099
a48868a7
LMI
11100 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11101 (dired-unmark-backward): Ditto.
11102 (dired-flag-backup-files): Ditto.
11103
11104 * dired-x.el (dired-mark-sexp): Ditto.
11105
aa8a705c
RS
111062011-07-06 Richard Stallman <rms@gnu.org>
11107
11108 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11109 (rmail-mime-entity): New arg TRUNCATED.
11110 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11111 New functions.
11112 (rmail-mime-save): Warn if entity is truncated.
11113 (rmail-mime-toggle-hidden): Likewise, for showing.
11114 (rmail-mime-process-multipart): Record when an entity is truncated.
11115
a9a936b9
RS
11116 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11117 if ENTITY is a string.
11118
1f2b92cb
LMI
111192011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11120
f4f73198 11121 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11122 of faces when `M-C-x'-ing their definitions (bug#8378).
11123 Also clean up the code slightly.
f4f73198 11124
12b16734 11125 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11126 because that makes the colors go away.
12b16734 11127
f0691d22
LMI
11128 * mail/sendmail.el (send-mail-function): Change the default to
11129 `sendmail-query-once'.
9e87df06 11130 (sendmail-query-once): Add an autoload cookie.
f0691d22 11131
1f2b92cb
LMI
11132 * net/network-stream.el (network-stream-open-starttls): Try using
11133 a plain connection even if the server offered STARTTLS, and we
11134 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11135 capability. This should make smtpmail.el work in slightly more
11136 configurations.
11137
1cdd2a1b
MA
111382011-07-06 Michael Albinus <michael.albinus@gmx.de>
11139
11140 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11141 New defun.
11142 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11143
fbcc67e2
MM
111442011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11145
11146 * progmodes/sql.el: Version 3.0
0757af94 11147 (sql-product-alist): Add product :completion-object,
fbcc67e2 11148 :completion-column, and :statement attributes.
0757af94 11149 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11150 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11151 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11152 ansi keywords.
11153 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11154 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11155 (sql-oracle-show-reserved-words): New function for development.
11156 (sql-product-font-lock): Simplify for source code buffers.
11157 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11158 New functions.
11159 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11160 (sql-mode-map): Add statement movement functions.
11161 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11162 New variable.
fbcc67e2
MM
11163 (sql-statement-regexp, sql-beginning-of-statement)
11164 (sql-end-of-statement, sql-signum): New functions.
0757af94 11165 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11166 (sql-show-sqli-buffer): Bug fix.
11167 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11168 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11169 with sql-interactive-mode.
11170 (sql-save-connection): Save buffer local settings.
0757af94 11171 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11172 (sql-product-interactive): Bug fix.
11173 (sql-preoutput-hold): New variable.
11174 (sql-interactive-remove-continuation-prompt): Bug fixes.
11175 (sql-debug-redirect): New variable.
11176 (sql-str-literal): New function.
11177 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11178 Redesign.
fbcc67e2
MM
11179 (sql-oracle-save-settings, sql-oracle-restore-settings)
11180 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11181 (sql-completion-object, sql-completion-column)
11182 (sql-completion-sqlbuf): New variables.
11183 (sql-build-completions-1, sql-build-completions)
11184 (sql-try-completion): New functions.
11185 (sql-read-table-name): Use them.
11186 (sql-contains-names): New buffer local variable.
11187 (sql-list-all, sql-list-table): Use it.
11188 (sql-oracle-completion-types): New variable.
11189 (sql-oracle-completion-object, sql-sqlite-completion-object)
11190 (sql-postgres-completion-object): New functions.
11191
d4eaeab1
GM
111922011-07-06 Glenn Morris <rgm@gnu.org>
11193
11194 * window.el (pop-to-buffer): Doc fix.
11195
322b7dab 111962011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11197
11198 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11199
322b7dab 112002011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11201
322b7dab 11202 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11203
322b7dab 11204 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11205
605dd5bf
CY
112062011-07-05 Chong Yidong <cyd@stupidchicken.com>
11207
11208 * button.el (button): Inherit from link face. Suggested by Dan
11209 Nicolaescu.
11210
7dbfa719
SM
112112011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11212
3db614b0
SM
11213 * progmodes/gdb-mi.el: Fit in 80 columns.
11214 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11215 switch-to-buffer.
11216
7dbfa719
SM
11217 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11218 if imenu is simply not configured (bug#8941).
11219
919d884a
KM
112202011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11221
11222 * allout.el (allout-post-undo-hook): New allout outline-change
11223 event hook to signal undo activity.
11224 (allout-post-command-business): Run allout-post-undo-hook if an
11225 undo just occurred.
7dbfa719
SM
11226 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11227 * allout-widgets.el (allout-widgets-after-undo-function):
11228 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11229 in the vicinity of an undo.
11230 (allout-widgets-mode): Include allout-widgets-after-undo-function
11231 on the new allout-post-undo-hook.
11232
450a0f09
SM
112332011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11236 Let define-derived-mode define it.
11237 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11238 cycles of abbrev-table inheritance (bug#8998).
11239
2de69e00
RW
112402011-07-05 Roland Winkler <winkler@gnu.org>
11241
11242 * textmodes/bibtex.el: Add support for biblatex.
11243 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11244 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11245 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11246 (bibtex-entry-alist, bibtex-field-alist): New variables.
11247 (bibtex-entry-field-alist): Obsolete alias for
11248 bibtex-BibTeX-entry-alist.
11249 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11250 (bibtex-set-dialect): New command.
11251 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11252 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11253 Bind via bibtex-set-dialect.
2de69e00
RW
11254 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11255 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11256 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11257 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11258 Define via bibtex-set-dialect.
450a0f09
SM
11259 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11260 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11261 (bibtex-vec-push, bibtex-vec-incr): New functions.
11262 (bibtex-format-entry, bibtex-field-list)
11263 (bibtex-print-help-message, bibtex-validate)
11264 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11265
2dcdbdd9
SM
112662011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * progmodes/compile.el (compilation-goto-locus):
11269 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11270 * bs.el (bs-cycle-next, bs-cycle-previous):
11271 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11272 * bindings.el (mode-line-other-buffer):
11273 * autoinsert.el (auto-insert):
11274 * arc-mode.el (archive-extract):
11275 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11276
b27640fe
JB
112772011-07-05 Juanma Barranquero <lekktu@gmail.com>
11278
11279 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11280 Fix check of `emacs-lock-unlockable-modes'.
11281 Coerce true values of `emacs-lock--try-unlocking' to t.
11282
53bbe3ad
JB
112832011-07-05 Juanma Barranquero <lekktu@gmail.com>
11284
11285 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11286 * emacs-lock.el: New file.
11287
1d3cdbc7
JD
112882011-07-05 Julien Danjou <julien@danjou.info>
11289
11290 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11291 than `boundp' to check if face is set.
11292
9173deec
JB
112932011-07-05 Juanma Barranquero <lekktu@gmail.com>
11294
11295 * register.el (registerv-make):
11296 * window.el (window-min-height): Fix typos in docstrings.
11297
869795d6
JD
112982011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11299
9173deec 11300 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11301 Update doc string.
11302
b768cdcd
JB
113032011-07-04 Juanma Barranquero <lekktu@gmail.com>
11304
11305 * server.el (server-execute): Catch quit and call
11306 `server-return-error' to pass the error back to emacsclient and
11307 close the connection (bug#8942).
11308
13aa217b
KM
113092011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11310
11311 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11312 insecure exception for current topic. Also note that auto-saves
11313 are handled differently.
11314
5d3385a0 11315 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11316 State variables for tracking auto-save inhibition situation.
11317
11318 (allout-write-contents-hook-handler): Rename from
11319 'allout-write-file-hook-handler', and describe how it depends on
11320 write-contents-functions sensitivity to non-nil value to prevent
11321 file write.
11322
11323 (allout-auto-save-hook-handler): Remove. auto-save does not check
11324 this in individual buffers, only in the starting buffer, so this
11325 is not the right way for us to inhibit auto-save in a buffer
11326 according to its condition.
11327
11328 (allout-mode): Use new allout-write-contents-hook-handler, and
11329 only with write-contents-functions. Remove auto-save provisions -
11330 they're implemented elsewhere.
11331
11332 (allout-before-change-handler): If undo is in progress, note that
11333 for attention of allout-post-command-business.
11334
11335 (allout-post-command-business): If the command we're following was
11336 an undo, check for change in the status of encrypted items and
11337 adjust auto-save inhibitions accordingly.
11338
11339 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11340 according to whether there are or aren't any plain-text topics
11341 pending encryption.
11342
2dcdbdd9 11343 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11344 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11345 if there are plain-text topics pending encryption.
13aa217b
KM
11346
11347 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11348 buffer-saved-size and some allout state to not inhibit auto-saves
11349 if there are no longer any plain-text topics pending encryption.
11350
0757af94
SM
11351 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11352 No longer provide for exemption of the current topic.
13aa217b 11353
ac89b32c
JL
113542011-07-04 Juri Linkov <juri@jurta.org>
11355
11356 Add 7z operations to delete and save changed members (bug#8968).
11357 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11358 New defcustoms.
11359 (archive-7z-write-file-member): New function.
11360 (archive-7z-summarize): Fix the number of dashes in the
11361 listing output.
11362
8fa39615
SM
113632011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11366 (bug#8958).
11367
2f11b3f1
CY
113682011-07-04 Chong Yidong <cyd@stupidchicken.com>
11369
d66fef2b
CY
11370 * bindings.el: Ignore next-buffer and previous-buffer in
11371 minibuffer-local-map.
11372
2f11b3f1
CY
11373 * font-lock.el (font-lock-builtin-face): Change light background
11374 color to dark slate blue (Bug#6693).
11375
f932a347
WD
113762011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11377
11378 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11379
c8af70e1
SM
113802011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11383 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11384 Add switch-to-buffer.
11385
f158badc
LMI
113862011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11387
11388 * isearch.el (isearch-search-fun-function): Clarify further the
11389 meaning of the function returned.
11390
6d95bd46
MA
113912011-07-04 Michael Albinus <michael.albinus@gmx.de>
11392
11393 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11394
11395 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11396 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11397 Use it.
11398 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11399 `tramp-default-remote-path' does not exist.
11400 (tramp-send-command-and-read): New optional argument NOERROR.
11401 (tramp-open-connection-setup-interactive-shell)
11402 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11403 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11404 (tramp-process-sentinel): Flush also process' connection property.
11405 (tramp-sh-handle-start-file-process): Do not set process
11406 sentinel. It is done now ...
11407 (tramp-maybe-open-connection): ... here. (Bug#8929)
11408
909e6b67
MK
114092011-07-04 MON KEY <monkey@sandpframing.com>
11410
11411 * play/animate.el (animate-string): Doc fixes and allow changing
11412 the buffer name (bug#5417).
11413
114142011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11415
c8af70e1 11416 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11417
f34755dc
PE
114182011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11419
396cec72
PE
11420 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11421 This is simpler and helps future-proof the code.
11422 (timer-until): Use time-subtract and float-time.
08235028 11423 (timer--time-less-p): Use time-less-p.
f34755dc 11424
56e6cc31
JB
114252011-07-04 Juanma Barranquero <lekktu@gmail.com>
11426
3abb79e5
JB
11427 * type-break.el (timep): Use the value of `float-time' to avoid a
11428 byte-compiler warning.
11429
56e6cc31
JB
11430 * server.el (server-eval-and-print): Return any result, even nil.
11431
7b9430b4
PE
114322011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11433
11434 * type-break.el: Accept time formats that the builtins accept.
11435 (timep, type-break-time-difference): Accept any format that
11436 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11437 This is simpler and helps future-proof the code.
11438 (type-break-time-difference): Round rather than ignoring
11439 subseconds components.
11440
3034e9e7
LMI
114412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11442
11443 * info.el (Info-apropos-matches): Make non-interactive, since it
11444 doesn't seem to do anything useful as a command (bug#8829).
11445
1485f4c0
CY
114462011-07-03 Chong Yidong <cyd@stupidchicken.com>
11447
11448 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11449 Move from faces.el.
1485f4c0
CY
11450 (frame-default-terminal-background): New function.
11451
11452 * custom.el (custom-push-theme): Don't record faces in `changed'
11453 theme; this doesn't work correctly for per-frame face settings.
11454 (disable-theme): Use face-set-after-frame-default to reset faces.
11455 (custom--frame-color-default): New function.
11456
9fa3dd45
LMI
114572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11458
c8af70e1 11459 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11460 (bug#8769).
11461
6cbbc20c
KR
114622011-03-29 Kevin Ryde <user42@zip.com.au>
11463
11464 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11465 `perl-Test2' extend to match possible "fail #N" rep count
11466 (bug#8377).
11467
c7f98048
LMI
114682011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11469
65676592
LMI
11470 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11471 `smtpmail-via-smtp' now returns the error instead of nil.
11472
c7f98048
LMI
11473 * isearch.el (isearch-search-fun-function): Clarify the doc string
11474 (bug#8101).
11475
56e6cc31 114762011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11477
11478 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11479 unnecessary spaces (bug#8987).
11480
2b216704
LMI
114812011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11482
11483 * net/network-stream.el (open-network-stream): Use the
11484 :end-of-capability command thoughout.
11485
114862011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11487
11488 * net/network-stream.el (open-network-stream): Add the
11489 :end-of-capability command parameter, used by pop3.el.
11490
36adf6ce
LMI
114912011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11492
1ca0da0e
LMI
11493 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11494
fc00f69c
LMI
11495 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11496 for list)" (bug#6475).
11497
28fd8759 11498 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11499 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11500 an error (bug#6297).
11501
0dd8b6da
LMI
11502 * man.el (Man-reference-regexp): Allow matching possible
11503 word-wrapped references (bug#6289).
11504
ce1438d6
LMI
11505 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11506 for consistency with the other vc buffers (bug#6197).
11507 (vc-checkin): Ditto.
11508
11509 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11510
36adf6ce
LMI
11511 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11512
e83cc1f7
LMI
115132011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11514
8a20ca4c
LMI
11515 * custom.el (defcustom): Clarify that :set is only used in the
11516 Customize user interface (bug#6089).
11517
83319045
LMI
11518 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11519 associated with a file, refuse to run instead of erroring out
11520 (bug#6084).
11521
a8392169
LMI
11522 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11523 the doc string, since it appears that using `fill-column' always
11524 controls the width (bug#7845).
11525
e83cc1f7
LMI
11526 * simple.el (shell-command-on-region): Say where the error output
11527 went if `shell-command-default-error-buffer' is set (bug#6857).
11528
e47ca23b
KM
115292011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11530
11531 * allout.el (allout-yank-processing): Adjust cursor position for
11532 backwards-deleted space.
11533
11534 (allout-rebullet-heading): Register changes with
11535 allout-exposure-changed-hook, so the modified topic is properly
11536 decorated.
11537
5cf56143
LMI
115382011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11539
08549772
LMI
11540 * minibuffer.el (completion-in-region): Document PREDICATE
11541 (bug#7136).
11542
48e96771
LMI
11543 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11544 of keyword/argument pairs (bug#6904).
11545
c8af70e1
SM
11546 * replace.el (multi-occur):
11547 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11548
e17d05e2
LMI
115492011-07-02 Drew Adams <drew.adams@oracle.com>
11550
11551 * dired.el (dired-mark-if): Make the message about whether it's
11552 marking or unmarking clearer (bug#8523).
11553
063b0e45
LMI
115542011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11555
11556 * disp-table.el (display-table-print-array): New function.
11557 (describe-display-table): Use it to print the vectors more pretty
11558 (Bug#8859).
11559
28545e04
MR
115602011-07-02 Martin Rudalics <rudalics@gmx.at>
11561
11562 * window.el (window-state-get-1): Don't assign clone numbers.
11563 Add clone-of item to list of window parameters.
11564 (window-state-put-2): Don't process clone numbers.
11565 (display-buffer-alist): Fix doc-string.
11566
3349e122
SM
115672011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * subr.el (remq): Don't allocate if it's not needed.
11570 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11571 (keymap--merge-bindings): New functions.
11572 (keymap-canonicalize): Use them to refine the canonicalization.
11573 * minibuffer.el (minibuffer-local-completion-map)
11574 (minibuffer-local-must-match-map): Move initialization from C.
11575 (minibuffer-local-filename-completion-map): Move initialization from C;
11576 don't inherit from anything here.
11577 (minibuffer-local-filename-must-match-map): Make obsolete.
11578 (completing-read-default): Use make-composed-keymap to combine
11579 minibuffer-local-filename-completion-map with either
11580 minibuffer-local-must-match-map or
11581 minibuffer-local-filename-completion-map.
11582
d224ac83
GM
115832011-07-01 Glenn Morris <rgm@gnu.org>
11584
3de63bf8
GM
11585 * type-break.el (type-break-time-sum): Use dolist.
11586
d224ac83
GM
11587 * textmodes/flyspell.el (flyspell-word-search-backward):
11588 Replace CL function.
11589
1a1e3f32
SM
115902011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11591
fe3f64d5
SM
11592 * mouse.el (mouse--strip-first-event): New function.
11593 (function-key-map): Use it to map fringe clicks to normal clicks
11594 by default.
11595
eb604e34
SM
11596 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11597 (vc-bzr-revision-completion-table): Add support for annotate and date.
11598
1a1e3f32
SM
11599 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11600 inherit from parent.
11601
5bd35902
LMI
116022011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11603
ace6c69c 11604 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11605 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11606
191e2bed
LMI
11607 * dired.el (dired-mode): Fix up the doc string as suggested by
11608 Drew Adams (bug#8817).
11609
5bd35902
LMI
11610 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11611 cookie, since the manual says that it should be possible to add
11612 this function to `find-file-hook' (bug#8709).
11613
eee8207a
TZ
116142011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11615
11616 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11617 here. Noted Ted Zlatanov as the maintainer.
11618 (cfengine-common-settings, cfengine-common-syntax): New functions
11619 to set up common things between `cfengine-mode' and
11620 `cfengine3-mode'.
11621 (cfengine3-mode): New mode.
11622 (cfengine3-defuns cfengine3-defuns-regex
11623 (cfengine3-class-selector-regex cfengine3-category-regex)
11624 (cfengine3-vartypes cfengine3-font-lock-keywords)
11625 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11626 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11627
36b148cf
MA
116282011-07-01 Michael Albinus <michael.albinus@gmx.de>
11629
11630 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11631
11632 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11633
0bf4ba9a
MR
116342011-07-01 Martin Rudalics <rudalics@gmx.at>
11635
11636 * window.el (same-window-buffer-names, same-window-regexps)
11637 (same-window-p, special-display-frame-alist)
11638 (special-display-popup-frame, special-display-function)
11639 (special-display-buffer-names, special-display-regexps)
11640 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11641 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11642 (split-window-preferred-function, split-height-threshold)
11643 (split-width-threshold, even-window-heights)
11644 (display-buffer-mark-dedicated, window-splittable-p)
11645 (split-window-sensibly, window-safely-shrinkable-p):
11646 Un-obsolete.
11647 (display-buffer): Don't spread args with function specifier
11648 because special-display-popup-frame won't like it.
11649
35837f51
PE
116502011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11651
d0672f86
PE
11652 Time-stamp simplifications and fixes.
11653 These improve accuracy slightly, and future-proof the code
11654 against some potential changes to current-time format.
11655
b9444d97
PE
11656 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11657 by using time-since and float-time.
11658
0ef923dc
PE
11659 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11660 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11661 + NNN microseconds".
11662
2f81380d
PE
11663 * type-break.el (type-break-time-sum): Rewrite using time-add.
11664
845b5c3e
PE
11665 * play/hanoi.el (hanoi-current-time-float): Remove.
11666 All uses replaced by float-time.
11667
ee6f1be0
PE
11668 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11669 This yields a more-accurate answer.
11670 (rng-time-to-float): Remove; no longer needed.
11671
fe955043
PE
11672 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11673
5777162a
PE
11674 * calendar/timeclock.el (timeclock-seconds-to-time):
11675 Defalias to seconds-to-time, since they're the same thing.
11676
3103f8b6 11677 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11678 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11679 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11680
0e61a35f
SM
116812011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * window.el (bury-buffer): Don't iconify the only frame.
11684 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11685 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11686
ddd63a1e
CY
116872011-07-01 Chong Yidong <cyd@stupidchicken.com>
11688
0e61a35f
SM
11689 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11690 Add mouse-yank-primary.
ddd63a1e 11691
055f4923
TZ
116922011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11693
11694 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11695
6a2fb145
SM
116962011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11697
11698 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11699 (find-library-name): Use it to find relative load names when provided
11700 absolute file name (bug#8803).
11701
fd4983f2
LMI
117022011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11703
887d14ad
LMI
11704 * textmodes/flyspell.el (flyspell-word): Consider words that
11705 differ only in case as potential doublons (bug#5687).
11706
c53dc7fc
LMI
11707 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11708 Remove two rather uninteresting debugging-like messages to make
11709 debbugs.el more silent.
11710
fd4983f2
LMI
11711 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11712 a password-like phrase.
11713
7a71b18d 117142011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11715
11716 * progmodes/cc-guess.el: New file.
11717
6a2fb145 11718 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11719
11720 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11721 derived from `c-basic-common-init'.
11722
11723 * progmodes/cc-mode.el (top-level): Require cc-guess.
11724 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11725
1fa280a3
LM
117262011-06-30 Lawrence Mitchell <wence@gmx.li>
11727
11728 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11729
e6597158
AM
117302011-06-30 Alan Mackenzie <acm@muc.de>
11731
1fa280a3
LM
11732 * progmodes/cc-engine.el (c-guess-continued-construct):
11733 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11734 lock is disabled. Name this case as "CASE G".
11735
68ba37fb
KM
117362011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11737
11738 * allout.el (allout-yank-processing): Fix injection of extra space
11739 between bullet and non-whitespace character in first topic when
11740 pasting, ensuring that the actual spacing in the pasted topic
11741 following the bullet char is preserved. This extra space was
11742 causing pasted encrypted topics to get a decrypted status even
11743 when the content was actually still encrypted. Now the decryption
11744 status from before the paste is preserved.
11745
11746 (allout-flag-region): Set all allout overlays so they evaporate
11747 when reduced to zero length (evanescent), to prevent overlay
11748 leakage.
11749
887a0b34
GM
117502011-06-30 Glenn Morris <rgm@gnu.org>
11751
94b9acce
GM
11752 * w32-fns.el (w32-charset-info-alist): Declare.
11753
1d9b46d4
GM
11754 * find-dired.el (find-grep-options): Simplify.
11755
cc232200
GM
11756 * term/ns-win.el (ns-set-resource): Declare.
11757
28e77c46
GM
11758 * ses.el (row, col): Declare dynamic variables honestly.
11759
887a0b34
GM
11760 * textmodes/reftex-parse.el (index-tags): Declare.
11761
658d8eb8
CY
117622011-06-30 Chong Yidong <cyd@stupidchicken.com>
11763
11764 * cus-edit.el (customize-push-and-save): New function.
11765
11766 * files.el (hack-local-variables-confirm): Use it.
11767
1fa280a3
LM
11768 * custom.el (load-theme): New arg NO-CONFIRM.
11769 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11770 (custom-enabled-themes): Doc fix.
11771
11772 * cus-theme.el (customize-create-theme)
11773 (custom-theme-merge-theme): Callers to load-theme changed.
11774
bb617717
LMI
117752011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11776
d61bdd5d
LMI
11777 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11778 short URLs have at least one dot in them (bug #7614).
11779
bb617717
LMI
11780 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11781 nil, because using a pty is apparently too slow (bug #895).
11782
2f31f37a
LMI
117832011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11784
11785 * mail/sendmail.el (sendmail-query-once): New function.
11786 (sendmail-query-once-function): New variable.
11787
3076b24e
GM
117882011-06-29 Glenn Morris <rgm@gnu.org>
11789
faf2a174
GM
11790 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11791
3076b24e
GM
11792 * ses.el (top-level): Require cl when compiling.
11793 (ses-set-localvars): Fix error statement.
11794 Call it at compile time to silence a storm of warnings.
11795
5386012d
MR
117962011-06-29 Martin Rudalics <rudalics@gmx.at>
11797
11798 * window.el (normalize-live-buffer): Rename to
11799 window-normalize-buffer.
11800 (normalize-live-frame): Rename to window-normalize-frame.
11801 (normalize-any-window): Rename to window-normalize-any-window.
11802 (normalize-live-window): Rename to window-normalize-live-window.
11803 (make-window-atom): Rename to window-make-atom.
11804 (window-resize-reset): Rename to window--resize-reset.
11805 (window-resize-reset-1): Rename to window--resize-reset-1.
11806 (resize-mini-window): Rename to window--resize-mini-window.
11807 (resize-subwindows-skip-p): Rename to
11808 window--resize-subwindows-skip-p.
11809 (resize-subwindows-normal): Rename to
11810 window--resize-subwindows-normal.
11811 (resize-subwindows): Rename to window--resize-subwindows.
11812 (resize-other-windows): Rename to window--resize-siblings.
11813 (resize-this-window): Rename to window--resize-this-window.
11814 (resize-root-window): Rename to window--resize-root-window.
11815 (resize-root-window-vertically): Rename to
11816 window--resize-root-window-vertically.
11817 (normalize-buffer-to-display): Rename to
11818 window-normalize-buffer-to-display.
11819 (normalize-buffer-to-switch-to): Rename to
11820 window-normalize-buffer-to-switch-to.
11821 Correspondingly update all callers of the functions listed
11822 above.
11823 (display-buffer-alist, display-buffer-normalize-arguments)
11824 (display-buffer-normalize-options, display-buffer)
11825 (display-buffer-alist-set): Use "function" instead of
11826 "fun-with-args".
11827
1176868d
CY
118282011-06-28 Chong Yidong <cyd@stupidchicken.com>
11829
11830 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11831 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11832 debbugs.gnu.org. Mention acknowledgment email.
11833
20a7a65f
LMI
118342011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11835
11836 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11837 buffer multibyteness, since it shouldn't matter.
11838
5f45cca5
MR
118392011-06-28 Martin Rudalics <rudalics@gmx.at>
11840
11841 * window.el (display-buffer-in-side-window): Handle dedicated
11842 windows as in display-buffer-reuse-window.
11843 (display-buffer-normalize-alist): Use value of override
11844 specifier.
11845 (display-buffer-normalize-specifiers): Use value of
11846 other-window-means-other-frame specifier.
11847 (display-buffer-alist): Rewrite some texts in widgets.
11848 (display-buffer): Spread arguments when calling function
11849 specified by fun-with-args.
11850
ad85fe1f
DD
118512011-06-28 Deniz Dogan <deniz@dogan.se>
11852
1fa280a3
LM
11853 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11854 Unnest `let'.
da68c4c8 11855
ad85fe1f
DD
11856 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11857 selectors (Bug#5732).
ec49bd31 11858 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11859
a08cc025
JA
118602011-06-27 Jari Aalto <jari.aalto@cante.net>
11861
11862 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11863 (eshell-ls-date-format): New defcustom.
11864 (eshell-ls-file): Use it.
11865
e2b551c5
SM
118662011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11869
8982b231
KY
118702011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11871
11872 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11873 (ange-ftp-make-tmp-name): New arg.
11874 (ange-ftp-file-local-copy): Use it.
11875
36c9fa27
J
118762011-06-27 Jambunathan K <kjambunathan@gmail.com>
11877
11878 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11879 no-conversion (Bug#8870).
11880
d68443dc
MR
118812011-06-27 Martin Rudalics <rudalics@gmx.at>
11882
11883 * window.el (window-right, window-left, window-child)
11884 (window-child-count, window-last-child)
11885 (window-iso-combination-p, walk-window-tree-1)
11886 (window-atom-check-1, window-tree-1, delete-window)
11887 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11888 new naming conventions - window-vchild, window-hchild,
11889 window-next and window-prev are now called window-top-child,
11890 window-left-child, window-next-sibling and window-prev-sibling
11891 respectively.
d615d6d2
MR
11892 (resize-window-reset): Rename to window-resize-reset.
11893 (resize-window-reset-1): Rename to window-resize-reset-1.
11894 (resize-window): Rename to window-resize.
11895 (window-min-height, window-min-width)
11896 (resize-mini-window, resize-this-window, resize-root-window)
11897 (resize-root-window-vertically, adjust-window-trailing-edge)
11898 (enlarge-window, shrink-window, maximize-window)
11899 (minimize-window, delete-window, quit-restore-window)
11900 (split-window, balance-windows, balance-windows-area-adjust)
11901 (balance-windows-area, window-state-put-2)
11902 (display-buffer-even-window-sizes, display-buffer-set-height)
11903 (display-buffer-set-width, set-window-text-height)
11904 (fit-window-to-buffer): Rename all "resize-window" prefixed
11905 calls to use the "window-resize" prefix convention.
11906 (display-buffer-alist): Fix symbol for label specifier.
11907 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11908 corresponding specifier.
11909 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11910
b6458526
VB
119112011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11912
11913 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11914 convention.
11915 (ses-call-printer): Does not pass an empty string to formatter when the
11916 cell is empty to keep from barking printer Calc math-format-value.
11917
d31fd9ac
RS
119182011-06-27 Richard Stallman <rms@gnu.org>
11919
43d5bf84
RS
11920 * battery.el (battery-mode-line-limit): New variable.
11921 (battery-update): Handle it.
11922
d31fd9ac
RS
11923 * mail/rmailmm.el (rmail-mime-process-multipart):
11924 Handle truncated messages.
11925
819a6054
GM
119262011-06-27 Glenn Morris <rgm@gnu.org>
11927
11928 * progmodes/flymake.el (flymake-err-line-patterns):
11929 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11930
cedc73f2
VB
119312011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11932
819a6054 11933 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11934 (ses--clean-!, ses--clean-_): New functions.
11935 (ses-range): Add configurability of readout order, and conversion
11936 to Calc vector.
11937
5e5d49b6
VB
11938 * ses.el (ses-repair-cell-reference-all): New function.
11939 (ses-cell-symbol): Set macro as safe, so that it can be used in
11940 formulas.
11941
56e6cc31 11942 * ses.el: Update cycle detection algorithm.
90ca8b49 11943 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11944 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11945 (ses-set-localvars): New function.
11946 (ses-make-cell): Add property-list as a cell element.
11947 (ses-cell-property-get-fun, ses-cell-property-get)
11948 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11949 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11950 New functions.
90ca8b49
VB
11951 (ses-cell-property-set, ses-cell-property-pop)
11952 (ses-cell-property-get-handle): New macro.
11953 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11954 New aliases, used for code readability.
11955 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11956 cycle detection.
11957 (ses-self-reference-early-detection): New defcustom.
fac916bf 11958 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11959 (ses-mode): Use ses-set-localvars.
11960 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11961 before lauching the update processing.
11962 (ses-initialize-Dijkstra-attempt): New function.
11963 (ses-recalculate-cell): Update for cycle detection based on
11964 Dijkstra algorithm.
11965
2bb63e81
VB
11966 * ses.el: Fix commenting and indenting convention.
11967
c9d29fb8
SM
119682011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * bs.el (bs-cycle-next): Complete last change.
11971
d8e4b68b
JB
119722011-06-27 Drew Adams <drew.adams@oracle.com>
11973
11974 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11975
40098786
LMI
119762011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11977
c9d29fb8
SM
11978 * net/network-stream.el (network-stream-open-starttls):
11979 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11980 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11981
40098786
LMI
11982 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11983 to binary to possibly avoid line encoding issues on Windows (among
11984 other things).
11985
468d09d4
LMI
119862011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11987
11988 * net/network-stream.el (open-network-stream): Return an :error
11989 saying what the problem was, if possible.
11990
11991 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11992 server.
11993
11994 * net/network-stream.el (network-stream-open-starttls): If we
11995 wanted to use STARTTLS, and the server offered it, but we weren't
11996 able to because we had no STARTTLS support, then close the connection.
11997 (open-network-stream): Return an :error element, if present.
11998
16f07dd7
CY
119992011-06-26 Chong Yidong <cyd@stupidchicken.com>
12000
88821ca0
CY
12001 * hl-line.el (hl-line-sticky-flag): Doc fix.
12002 (global-hl-line-sticky-flag): New option (Bug#8323).
12003 (global-hl-line-highlight): Obey it.
12004
16f07dd7
CY
12005 * vc/vc.el (vc-revert-show-diff): Default to t.
12006
6b5ccddf
KM
120072011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12008
c9d29fb8
SM
12009 * allout-widgets.el (allout-widgets-post-command-business):
12010 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12011 undecorated when an isearch is continued past, and isearch
12012 automatically collapses them. This leads to "widget leaks", where
12013 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12014 hidden widgets can slow down cursor travel, substantially.
12015 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12016 so we're doing without this nicety.
12017
12018 (allout-widgets-tally-string): Don't try to do a hash-table-count
12019 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12020 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12021 *Messages* when allout-widgets-maintain-tally is t.
12022
355f2e07
MR
120232011-06-26 Martin Rudalics <rudalics@gmx.at>
12024
12025 * window.el (display-buffer-normalize-argument): Rename to
12026 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12027 LABEL argument. Respect special-display-function when popping up
12028 a new frame. Fix code searching for a window showing the buffer
12029 on another frame.
c9d29fb8
SM
12030 (display-buffer-normalize-specifiers):
12031 Call display-buffer-normalize-arguments.
355f2e07
MR
12032 (display-buffer-in-window): Don't undedicate the window if its
12033 buffer remains the same.
12034 Reported by Drew Adams <drew.adams@oracle.com>.
12035 (display-buffer-alist): Add choice for same-window macro
12036 specfier.
12037 (display-buffer): Mention special meaning of LABEL argument in
12038 doc-string. Fix quoting. Don't pop up a new frame even as
12039 fallback.
12040
7ca8fc42
JB
120412011-06-26 Juanma Barranquero <lekktu@gmail.com>
12042
12043 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12044 avoid deleting the current window in some cases (bug#8911).
12045
bc312254
AS
120462011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12047
12048 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12049 (Bug#8934)
12050
2db18f3f
LMI
120512011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12052
c9d29fb8
SM
12053 * net/network-stream.el (network-stream-open-starttls):
12054 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12055 (network-stream-open-tls): Ditto.
12056
6302e0d3
LL
120572011-06-26 Leo Liu <sdl.web@gmail.com>
12058
12059 * register.el (registerv): New struct.
12060 (registerv-make): New function.
c9d29fb8
SM
12061 (jump-to-register, describe-register-1, insert-register):
12062 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12063 struct. (Bug#8415)
12064
5fdd4046
CY
120652011-06-26 Chong Yidong <cyd@stupidchicken.com>
12066
2afef60a
CY
12067 * vc/vc.el (vc-revert-show-diff): New defcustom.
12068 (vc-diff-internal): New arg specifying diff buffer.
12069 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12070 reuse an existing *vc-diff* buffer (Bug#8927).
12071
5fdd4046
CY
12072 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12073
e93db24a
GM
120742011-06-26 Glenn Morris <rgm@gnu.org>
12075
12076 * progmodes/f90.el (f90-critical-indent): New option.
12077 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12078 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12079 (f90-mode): Doc fix.
12080 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12081 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12082 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12083 (f90-match-end): Handle block, critical.
12084
eefff499
GM
120852011-06-25 Glenn Morris <rgm@gnu.org>
12086
f6ba4cc9
GM
12087 * calendar/diary-lib.el (diary-included-files): Doc fix.
12088 (diary-include-files): New function, extracted from
12089 diary-include-other-diary-files and diary-mark-included-diary-files.
12090 (diary-include-other-diary-files, diary-mark-included-diary-files):
12091 Just call diary-include-files.
12092 (diary-mark-entries): Reset diary-included-files on first call.
12093
16712304
GM
12094 * calendar/diary-lib.el (diary-mark-entries)
12095 (diary-mark-included-diary-files):
12096 Visit included diary-files in temp buffers.
12097
5d8e0d43
GM
12098 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12099 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12100 (f90-start-block-re, f90-imenu-generic-expression)
12101 (f90-looking-at-program-block-start, f90-no-block-limit):
12102 Add support for submodules.
12103
ccf7a5d5
GM
12104 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12105 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12106
11fdef7d 121072011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12108
12109 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12110 buffer-file-type before setting its value, to avoid disastrous
eefff499 12111 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12112
74f53697
JB
121132011-06-25 Juanma Barranquero <lekktu@gmail.com>
12114
12115 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12116
12117 * ses.el (ses-unload-function):
12118 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12119
12120 * proced.el (proced-unload-function):
12121 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12122
18a4ce5e
AR
121232011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12124
12125 * server.el (server-create-window-system-frame): Add parameters arg.
12126 (server-process-filter): Doc fix. Handle frame-parameters.
12127
519d22cc
JB
121282011-06-25 Juanma Barranquero <lekktu@gmail.com>
12129
12130 Fix bug#8730, bug#8781.
12131
12132 * loadhist.el (unload--set-major-mode): New function.
12133 (unload-feature): Use it.
12134
12135 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12136 (python-unload-function): New function.
12137
c206f5b0
SM
121382011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12141
f9ad64f3
GS
121422011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12143
12144 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12145 the candidates list.
12146
7d0da90e
JB
121472011-06-24 Juanma Barranquero <lekktu@gmail.com>
12148
12149 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12150
14b4e83d
RS
121512011-06-23 Richard Stallman <rms@gnu.org>
12152
12153 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12154 (rmail-variables): Set next-error-move-function.
12155 (rmail-what-message): Take argument POS.
12156 (rmail-next-error-move): New function.
12157
273d2baf
SM
121582011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12161 messages for adjacent non-terminals.
12162
56c2cc9a
RS
121632011-06-23 Richard Stallman <rms@gnu.org>
12164
12165 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12166 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12167 (rmail-start-mail): Don't specify use of rmail-mail-return;
12168 that's done by mail-bury now.
12169 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12170
d59eb518
MA
121712011-06-23 Michael Albinus <michael.albinus@gmx.de>
12172
12173 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12174 SIZE is a number.
12175
02cfc6d6
MR
121762011-06-23 Martin Rudalics <rudalics@gmx.at>
12177
12178 * window.el (get-lru-window, get-mru-window)
12179 (get-largest-window): Never return a minibuffer window.
12180 (display-buffer-pop-up-window): Fix a bug that could lead to
12181 reusing the minibuffer window.
12182 (display-buffer): Pass original specifier argument to
12183 display-buffer-function instead of the normalized one.
12184 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12185
4e323265
LL
121862011-06-22 Leo Liu <sdl.web@gmail.com>
12187
12188 * minibuffer.el (completing-read-function)
12189 (completing-read-default): Move from minibuf.c
12190
7a70468f
RS
121912011-06-22 Richard Stallman <rms@gnu.org>
12192
50718fc2
RS
12193 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12194 to Rmail even if not started by a special Rmail command.
12195
7a70468f
RS
12196 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12197 Copy the buffer currently showing just one message.
12198
297dde5a
RW
121992011-06-22 Roland Winkler <winkler@gnu.org>
12200
12201 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12202 (bibtex-clean-entry): First delete the old key so that a
12203 customized algorithm for generating the new key does not get
12204 confused by the old key.
12205 (bibtex-url): Obey regexp of first step.
12206 (bibtex-search-entries): Do not use add-to-list with local
12207 list-var.
12208
97bb1093
LMI
122092011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12210
12211 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12212 stored a user name, then query for the password first, instead of
12213 waiting for SMTP to give an error message and the trying again.
12214
1c0f1a19
JD
122152011-06-22 Lawrence Mitchell <wence@gmx.li>
12216
12217 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12218 BUFFER in call-process.
12219
396f7c9d
LMI
122202011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12221
12222 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12223 QUIT twice.
ddb7ffee
LMI
12224 (smtpmail-try-auth-methods): Require user name and password from
12225 auth-source.
396f7c9d 12226
8998d1b3
MR
122272011-06-22 Martin Rudalics <rudalics@gmx.at>
12228
12229 * window.el (display-buffer-default-specifiers)
12230 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12231 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12232 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12233
12234 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12235 (special-display-frame-alist, special-display-popup-frame):
12236 Remove duplicate declarations. These are now in window.el.
12237
4ea31e07
LMI
122382011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12239
c9d29fb8
SM
12240 * mail/smtpmail.el (smtpmail-via-smtp):
12241 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12242 server supports it. SMTP servers that support STARTTLS commonly
12243 require it.
12244
12245 * net/network-stream.el (network-stream-open-starttls): Support
12246 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12247 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12248
95f41d9a
LMI
12249 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12250 upgrades with `open-network-stream', and rely solely on
12251 auth-source for all credentials. Big changes throughout the file,
12252 but in particular:
c9d29fb8
SM
12253 (smtpmail-auth-credentials): Remove.
12254 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12255 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12256 MAIL FROM, too.
95f41d9a 12257
c9d29fb8
SM
12258 * net/network-stream.el (network-stream-open-starttls):
12259 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12260 STARTTLS.
12261 (auth-source): Require.
12262 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12263 (network-stream-certificate): Change cert-cert to cert and
12264 cert-key to key.
4ea31e07 12265
065ec2c7
MA
122662011-06-21 Michael Albinus <michael.albinus@gmx.de>
12267
12268 * net/tramp-cache.el (top): Don't load the persistency file when
12269 "emacs -Q" has been called.
12270
cd93b359
DR
122712011-06-21 Tim Harper <timcharper@gmail.com>
12272
d8e4b68b
JB
12273 * term/ns-win.el (ns-initialize-window-system):
12274 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12275 resource to NO as it is not yet supported by the NS port.
12276
ae9c0411
JB
122772011-06-21 Juanma Barranquero <lekktu@gmail.com>
12278
12279 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12280 (list-dynamic-libraries): ...not here.
12281
7f3f739f
LL
122822011-06-21 Leo Liu <sdl.web@gmail.com>
12283
12284 * subr.el (sha1): Implement sha1 using secure-hash.
12285
327c8fb1
MR
122862011-06-21 Martin Rudalics <rudalics@gmx.at>
12287
12288 * window.el (display-buffer-alist): In default value do not
12289 enforce searching a window on any but the selected frame.
12290 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12291 (display-buffer-select-window): Remove function.
12292 (display-buffer-in-window): When a window on another frame gets
12293 reused, do not select it any more but just raise its frame if
12294 necessary (Bug#8851) and (Bug#8856).
12295 (display-buffer-normalize-options): Handle pop-up-frames related
12296 options more faithfully.
12297 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12298 window if it is on another frame.
c9d29fb8
SM
12299 (display-buffer-alist, display-buffer-default-specifiers):
12300 Don't make new frame unsplittable by default.
9e9de014
MR
12301 (display-buffer-normalize-argument): Fix doc-string typo and use
12302 'same-frame-other-window instead of 'other-window when associating
12303 with display-buffer-macro-specifiers.
327c8fb1 12304
7cf3f556
VB
123052011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12306
12307 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12308 New functions.
12309 (5x5-mode-map, 5x5-mode-menu): Bind them.
12310 (5x5-draw-grid): Tweak the solver's rendering.
12311
60a406cf
SM
123122011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12315 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12316
d8e4b68b 123172011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12318
12319 * menu-bar.el: Use function variable instead of switch-to-buffer.
12320 (menu-bar-select-buffer-function): New variable.
60a406cf 12321 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12322
478d6f95
SM
123232011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12326 variable's status.
12327
ca530739
JD
123282011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12329
12330 * x-dnd.el (x-dnd-version-from-flags)
12331 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12332 and long as number (Bug#8899).
12333 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12334
bcd70d97
SM
123352011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12336
60a406cf 12337 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12338 (completion-try-completion, completion-all-completions): Compute the
12339 metadata argument if it's missing; make it optional (bug#8795).
12340
60a406cf 12341 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12342 (widget-complete): Use new :completion-function property.
12343 (widget-completions-at-point): New function.
12344 (default): Use :completion-function instead of :complete.
60a406cf
SM
12345 (widget-default-completions): Rename from widget-default-complete;
12346 Rewrite.
bcd70d97
SM
12347 (widget-string-complete, widget-file-complete, widget-color-complete):
12348 Remove functions.
12349 (file, symbol, function, variable, coding-system, color):
12350 * international/mule-cmds.el (default-input-method, charset)
12351 (language-info-custom-alist):
12352 * cus-edit.el (face): Use new property :completions.
12353
12354 * progmodes/pascal.el (pascal-completions-at-point): New function.
12355 (pascal-mode): Use it.
12356 (pascal-mode-map): Use completion-at-point.
12357 (pascal-toggle-completions): Make obsolete.
12358 (pascal-complete-word, pascal-show-completions):
12359 * progmodes/octave-mod.el (octave-complete-symbol):
12360 Redefine as obsolete alias.
12361 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12362 Signal absence of completion info for old Octave,
12363 (inferior-octave-complete): Redefine as obsolete alias.
12364 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12365 (meta-completions-at-point): Rename from meta-complete-symbol and
12366 adapt it for use on completion-at-point-functions.
12367 (meta-common-mode): Use it.
12368 (meta-looking-at-backward, meta-match-buffer): Remove.
12369 (meta-complete-symbol): Redefine as obsolete alias.
12370 (meta-common-mode-map): Use completion-at-point.
12371 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12372 (makefile-mode-map): Use completion-at-point.
12373 (makefile-completions-at-point): Rename from makefile-complete and
12374 adapt it for use on completion-at-point-functions.
12375 (makefile-mode): Use it.
12376 (makefile-complete): Redefine as obsolete alias.
12377
aebf69c8
DD
123782011-06-20 Deniz Dogan <deniz@dogan.se>
12379
12380 * net/rcirc.el: Delete trailing whitespaces once and for all.
12381
bfbbb27d
DC
123822011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12383
12384 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12385
d264a46b
CY
123862011-06-19 Chong Yidong <cyd@stupidchicken.com>
12387
4ca009e5
CY
12388 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12389
d264a46b
CY
12390 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12391
fbf5b3ce
MR
123922011-06-19 Martin Rudalics <rudalics@gmx.at>
12393
12394 * window.el (display-buffer-other-window-means-other-frame):
12395 Call display-buffer-normalize-alist.
12396 (display-buffer-normalize-specifiers-1): Rename to
12397 display-buffer-normalize-argument. New argument other-frame.
12398 Rewrite.
12399 (display-buffer-normalize-specifiers-2): Rename to
12400 display-buffer-normalize-options.
12401 (display-buffer-normalize-alist-1): New function.
12402 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12403 display-buffer-normalize-alist.
12404 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12405 (display-buffer-normalize-options-inhibit): New variable.
12406 (display-buffer-normalize-specifiers): Rewrite calling
12407 display-buffer-normalize-alist,
12408 display-buffer-normalize-argument, and
12409 display-buffer-normalize-options. Don't call the latter if
12410 display-buffer-normalize-options-inhibit is non-nil.
12411 (frame-auto-delete): New option.
12412 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12413 (window-list-no-nils, window-state-ignored-parameters)
12414 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12415 (window-state-put-1, window-state-put-2, window-state-put):
12416 New functions.
9a028c23
MR
12417 (display-buffer-normalize-options): Move special-display-p group
12418 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12419
6d10d800
CY
124202011-06-18 Chong Yidong <cyd@stupidchicken.com>
12421
6420d28b
CY
12422 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12423 groups (Bug#8776).
12424 (rx-submatch-n): New function.
12425 (rx): Document it.
12426
ddb8b596
CY
12427 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12428 (Bug#8768).
12429
12430 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12431
77080289
CY
12432 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12433
61dfb316
CY
12434 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12435 anytime existing face settings are present (Bug#8889).
12436
6d10d800
CY
12437 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12438 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12439 Remove unused argument.
12440
be3fb2b8
MR
124412011-06-18 Martin Rudalics <rudalics@gmx.at>
12442
bcd70d97
SM
12443 * window.el (display-buffer-default-specifiers):
12444 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12445 pop-up-window-min-width, and another reuse-window specifier
12446 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12447 (display-buffer-normalize-specifiers-2):
12448 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12449 pop-up-windows is unset. Add a reuse-window specifier for the
12450 case popping up a new window fails.
12451 (special-display-popup-frame): Remove double quoting.
28dec25a 12452 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12453
1c6d8c76
SM
124542011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12455
12456 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12457 according to comint-completion-addsuffix.
12458
12459 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12460 (pcomplete-suffix-list): Mark as obsolete.
12461 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12462 pcomplete-seen in the closure.
12463 (pcomplete-comint-setup): Setup completion-at-point as well.
12464 (pcomplete--entries): New function.
12465 (pcomplete--env-regexp): New var.
12466 (pcomplete-entries): Rewrite to work with partial-completion and
12467 without relying on pcomplete-suffix-list.
12468 (pcomplete-pare-list): Remove, unused.
12469
25aef8b8
MR
124702011-06-17 Martin Rudalics <rudalics@gmx.at>
12471
12472 * window.el (display-buffer-alist): Set pop-up-window-min-height
12473 and pop-up-window-min-width in default value. Reported by
12474 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12475 other-window-means-other-frame.
12476 (display-buffer-macro-specifiers): Comment out entry for
12477 other-window specifier.
12478 (display-buffer-other-window-means-other-frame): New function.
12479 (display-buffer-normalize-specifiers-1): New arguments
12480 buffer-name and label. Treat other-window case specially.
12481 (display-buffer-normalize-specifiers-2): Treat other-window case
12482 specially.
12483 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12484 (display-buffer-normalize-specifiers):
12485 Call display-buffer-normalize-specifiers-3.
25aef8b8 12486
dbad4f69
MR
124872011-06-17 Martin Rudalics <rudalics@gmx.at>
12488
12489 * window.el (same-window-p): Fix two typos introduced when
12490 adding with-no-warnings.
d1067961
MR
12491 (display-buffer-normalize-specifiers-1): Don't check
12492 pop-up-frames for 'unset initialization.
12493 (display-buffer-normalize-specifiers-2): Major rewrite using
12494 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12495 (pop-up-frames, display-buffer-reuse-frames)
12496 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12497 Suggested by David Engster <deng@randomsample.de>.
12498 (even-window-heights): Initialize to 'unset.
12499 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12500 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12501 other window case.
dbad4f69 12502
9b9c9e3a
MR
125032011-06-16 Martin Rudalics <rudalics@gmx.at>
12504
bcd70d97
SM
12505 * window.el (display-buffer-normalize-specifiers-1):
12506 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12507 second argument of display-buffer (Bug#8865).
981d5c09
MR
12508 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12509 (switch-to-buffer-other-window-same-frame)
12510 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12511 Adams (Bug#8875).
9c2755e9
MR
12512 (display-buffer): Don't check noninteractive when calling
12513 display-buffer-pop-up-frame.
12514 (display-buffer-pop-up-frame): Never pop up a frame in
12515 noninteractive mode (Bug#8857).
67222e1d
MR
12516 (enlarge-window, shrink-window): Don't report an error when the
12517 window can't be resized as requested (Bug#8862).
9b9c9e3a 12518
2b75be67
SM
125192011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12520
9ffdd3ba
SM
12521 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12522
cb581a67
SM
12523 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12524
2b75be67
SM
12525 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12526
8c0e3589
AM
125272011-06-15 Alan Mackenzie <acm@muc.de>
12528
cb581a67
SM
12529 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12530 for declarators, disable knr checking to speed up for normal files.
12531 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12532
b96e6cde
LMI
125332011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12534
4bba86e6
LMI
12535 * net/network-stream.el (open-network-stream): Add the keyword
12536 :always-query-capabilities for the case where you want to force a
12537 `plain' network connection, but the protocol still requires the
12538 capabilitiy command (i.e., SMTP and EHLO).
12539
2b75be67 12540 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12541 consistency with other `-live-p' functions.
12542
efdcdbf8
SM
125432011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * window.el (same-window-buffer-names, same-window-regexps)
12546 (special-display-frame-alist, special-display-popup-frame)
12547 (special-display-function, special-display-buffer-names)
12548 (special-display-regexps, pop-up-frame-alist)
12549 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12550 (pop-up-windows, split-window-preferred-function)
12551 (split-height-threshold, split-width-threshold, even-window-heights)
12552 (display-buffer-mark-dedicated): Don't encourage the use of
12553 display-buffer-alist from Elisp code.
12554
c5cde042
DN
125552011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12556
12557 * progmodes/python.el (python-mode): Derive from prog-mode.
12558 * progmodes/ps-mode.el (ps-mode):
12559 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12560 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12561 * progmodes/ld-script.el (ld-script-mode): Likewise.
12562
baa1c9ab
MR
125632011-06-15 Martin Rudalics <rudalics@gmx.at>
12564
12565 * window.el (display-buffer-alist): Trim default value to avoid
12566 popping up a new frame (Bug#8857) or reusing an arbitrary window
12567 on another frame.
12568 (display-buffer): Do not fall back on popping up a new frame in
12569 batch mode (Bug#8857).
12570
c5dd5a51
CY
125712011-06-14 Chong Yidong <cyd@stupidchicken.com>
12572
12573 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12574 (custom-theme-summary): New function.
12575 (customize-themes): Use it.
12576
d647b7c4
GM
125772011-06-13 Glenn Morris <rgm@gnu.org>
12578
12579 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12580
9481c002
MR
125812011-06-13 Martin Rudalics <rudalics@gmx.at>
12582
357f93d2
MR
12583 * help.el (help-window): Remove variable.
12584 (help-window-point-marker, temp-buffer-max-height)
12585 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12586 (help-print-return-message): Don't set help-window.
12587 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12588 (help-window-setup-finish): Remove.
12589 (help-window-display-message, help-window-setup)
12590 (with-help-window): Major rewrite based on new
12591 display-buffer-window variable.
12592
12593 * help-mode.el (help-mode-finish): Remove help-window related
12594 code.
12595
12596 * view.el (view-exits-all-viewing-windows): Remove reference to
12597 view-return-to-alist in doc-string.
12598 (view-return-to-alist): Make obsolete.
12599 (view-buffer): Call pop-to-buffer-same-window and remove
12600 undo-window code.
12601 (view-buffer-other-window): Call pop-to-buffer-other-window and
12602 simplify code. Ignore second argument.
12603 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12604 simplify code. Ignore second argument.
12605 (view-return-to-alist-update): Make obsolete.
12606 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12607 Rewrite using quit-restore window parameters.
2b75be67
SM
12608 (view-mode-exit): Rename second argument to EXIT-ONLY.
12609 Rewrite using quit-restore-window.
357f93d2
MR
12610 (View-exit, View-exit-and-edit, View-leave, View-quit)
12611 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12612 appropriate arguments.
12613 (view-end-message): Use quit-restore window parameter.
12614
9481c002
MR
12615 * window.el (display-buffer-function): Rewrite doc-string.
12616 (display-buffer-window, display-buffer-alist): New variables.
12617 (display-buffer-split-specifiers)
12618 (display-buffer-side-specifiers)
12619 (display-buffer-macro-specifiers): New constants.
12620 (display-buffer-even-window-sizes, display-buffer-set-height)
12621 (display-buffer-set-width, display-buffer-select-window)
12622 (display-buffer-in-window, display-buffer-reuse-window)
12623 (display-buffer-split-window-1, display-buffer-split-window)
12624 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12625 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12626 (display-buffer-in-side-window, normalize-buffer-to-display)
12627 (display-buffer-normalize-specifiers-1)
12628 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12629 (display-buffer-normalize-specifiers, display-buffer-frame):
12630 New functions.
9481c002
MR
12631 (display-buffer): Major rewrite.
12632 (display-buffer-other-window, display-buffer-other-frame)
12633 (pop-to-buffer, switch-to-buffer-other-window)
12634 (switch-to-buffer-other-frame): Rewrite.
12635 (display-buffer-same-window, display-buffer-same-frame)
12636 (display-buffer-same-frame-other-window)
12637 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12638 (pop-to-buffer-other-window)
12639 (pop-to-buffer-same-frame-other-window)
12640 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12641 (switch-to-buffer-other-window-same-frame): New functions.
12642 (same-window-p, special-display-p): Rewrite disabling warnings.
12643 Make obsolete.
12644 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12645 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12646 Make obsolete
12647 (same-window-buffer-names, same-window-regexps)
12648 (special-display-frame-alist, special-display-popup-frame)
12649 (special-display-function, special-display-buffer-names)
12650 (special-display-regexps, pop-up-frame-alist)
12651 (pop-up-frame-function, split-window-preferred-function)
12652 (split-height-threshold, split-width-threshold)
12653 (even-window-heights): Make obsolete.
12654
9db51aca
GM
126552011-06-12 Glenn Morris <rgm@gnu.org>
12656
12657 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12658 Misc simplifications.
9db51aca 12659
39cffb44
MR
126602011-06-12 Martin Rudalics <rudalics@gmx.at>
12661
12662 * window.el (window-safely-shrinkable-p): Restore function which
12663 was inadvertently removed in change from 2011-06-11. Declare as
12664 obsolete.
12665
2b75be67
SM
12666 * calendar/calendar.el (calendar-generate-window):
12667 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12668 window-safely-shrinkable-p.
12669
a8955be7
GM
126702011-06-12 Glenn Morris <rgm@gnu.org>
12671
12672 * progmodes/fortran.el (fortran-mode-syntax-table):
12673 * progmodes/f90.el (f90-mode-syntax-table):
12674 Set % to punctuation. (Bug#8820)
12675 (f90-find-tag-default): Remove, no longer needed.
12676
f0d4059d
DC
126772011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12678
12679 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12680
1100a63c
CY
126812011-06-11 Chong Yidong <cyd@stupidchicken.com>
12682
12683 * image.el (image-animated-p): Return animation delay in seconds.
12684 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12685 (image-animate-timeout): Remove DELAY argument. Don't assume
12686 every subimage has the same delay; get it from image-animated-p.
12687 (image-animate): Caller changed.
12688
def722bf
MA
126892011-06-11 Michael Albinus <michael.albinus@gmx.de>
12690
12691 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12692 to ignored backtrace functions.
12693
0a2bb1a9
GM
126942011-06-11 Glenn Morris <rgm@gnu.org>
12695
12696 * calendar/appt.el (appt-disp-window-function): Doc fix.
12697 (appt-check): Handle overlapping appointments. (Bug#8337)
12698
6198ccd0
MR
126992011-06-11 Martin Rudalics <rudalics@gmx.at>
12700
12701 * window.el (window-tree-1, window-tree): New functions, moving
12702 the latter to window.el.
12703 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12704 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12705 (bw-refresh-edges): Remove.
12706 (balance-windows-1, balance-windows-2): New functions.
12707 (balance-windows): Rewrite in terms of window tree functions,
12708 balance-windows-1 and balance-windows-2.
12709 (bw-adjust-window): Remove.
12710 (balance-windows-area-adjust): New function with functionality of
12711 bw-adjust-window but using resize-window.
2b75be67
SM
12712 (set-window-text-height): Rewrite doc-string.
12713 Use normalize-live-window and resize-window.
12714 (enlarge-window-horizontally, shrink-window-horizontally):
12715 Rename argument to DELTA.
6198ccd0
MR
12716 (window-buffer-height): New function.
12717 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12718 Rewrite using new window resize routines.
2b75be67
SM
12719 (kill-buffer-and-window, mouse-autoselect-window-select):
12720 Use ignore-errors instead of condition-case.
6198ccd0
MR
12721 (quit-window): Call delete-frame instead of delete-windows-on
12722 for the only buffer on frame.
12723
9397e56f
MR
127242011-06-10 Martin Rudalics <rudalics@gmx.at>
12725
12726 * loadup.el (top-level): Load window before files for the sake
12727 of replace-buffer-in-windows.
12728
12729 * files.el (read-buffer-to-switch)
12730 (switch-to-buffer-other-window)
2b75be67
SM
12731 (switch-to-buffer-other-frame, display-buffer-other-frame):
12732 Move to window.el.
9397e56f
MR
12733
12734 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12735 (previous-buffer): Move to window.el.
12736
12737 * bindings.el (unbury-buffer): Move to window.el.
12738
12739 * window.el (delete-other-windows-vertically): Move after
12740 definition of delete-other-windows.
12741 (other-window, delete-windows-on, replace-buffer-in-windows):
12742 Move here from window.c.
12743 (record-window-buffer, unrecord-window-buffer)
12744 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12745 (switch-to-next-buffer): New functions.
12746 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12747 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12748 (previous-buffer): Move here from simple.el.
12749 Call switch-to-prev-buffer.
9397e56f
MR
12750 (bury-buffer): Move here from buffer.c. Switch to previous
12751 buffer when window cannot be deleted.
12752 (unbury-buffer): Move here from bindings.el.
12753 (ctl-x-map): Move binding for other-window from window.c to
12754 here.
12755 (read-buffer-to-switch, switch-to-buffer-other-window)
12756 (switch-to-buffer-other-frame): Move here from files.el.
12757 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12758 (switch-to-buffer): Move here from buffer.c.
12759 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12760
562dd5e9
MR
127612011-06-10 Martin Rudalics <rudalics@gmx.at>
12762
12763 * window.el (window-min-height, window-min-width): Move here
12764 from window.c. Add defcustoms and rewrite doc-strings.
12765 (resize-mini-window, resize-window): New functions.
12766 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12767 Move here from window.c.
12768 (maximize-window, minimize-window): New functions.
12769 (delete-window, delete-other-windows, split-window): Move here
12770 from window.c.
12771 (window-split-min-size): New function.
12772 (split-window-keep-point): Mention split-window-above-each-other
12773 instead of split-window-vertically.
2b75be67 12774 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12775 Rename split-window-vertically to split-window-above-each-other
12776 and provide defalias for old definition.
12777 (split-window-side-by-side, split-window-horizontally):
12778 Rename split-window-horizontally to split-window-side-by-side
12779 and provide defalias for the old definition.
562dd5e9
MR
12780 (ctl-x-map): Move bindings for delete-window,
12781 delete-other-windows and enlarge-window here from window.c.
12782 Replace bindings for split-window-vertically and
12783 split-window-horizontally by bindings for
12784 split-window-above-each-other and split-window-side-by-side.
12785
12786 * cus-start.el (all): Remove entries for window-min-height and
12787 window-min-width. Add entries for window-splits and
12788 window-nest.
12789
f0da764a
GM
127902011-06-09 Glenn Morris <rgm@gnu.org>
12791
80675c21
GM
12792 * calendar/appt.el (appt-mode-line): New function.
12793 (appt-check, appt-disp-window): Use it.
12794
f0da764a
GM
12795 * files.el (hack-one-local-variable-eval-safep):
12796 Allow minor-modes with explicit +/-1 arguments.
12797
59f623b7
TZ
127982011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12799
12800 * term/xterm.el (xterm): Add defgroup.
12801 (xterm-extra-capabilities): Add defcustom to supply known xterm
12802 capabilities, skip querying them, or query them (default).
12803 (terminal-init-xterm): Use it.
12804 (terminal-init-xterm-modify-other-keys): New function to set up
12805 modifyOtherKeys support to simplify `terminal-init-xterm'.
12806
9aab8e0d
MR
128072011-06-09 Martin Rudalics <rudalics@gmx.at>
12808
12809 * window.el (resize-window-reset, resize-window-reset-1)
12810 (resize-subwindows-skip-p, resize-subwindows-normal)
12811 (resize-subwindows, resize-other-windows, resize-this-window)
12812 (resize-root-window, resize-root-window-vertically)
12813 (window-deletable-p, window-or-subwindow-p)
12814 (frame-root-window-p): New functions.
12815
e8b08aee
GM
128162011-06-09 Glenn Morris <rgm@gnu.org>
12817
12818 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12819 (ange-ftp-get-files): Use it.
12820
254c37a5
AK
128212011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12822
12823 * mail/sendmail.el (mail-recover-1, mail-recover):
12824 * files.el (recover-file, recover-session):
12825 Handle dired-listing-switches not being just a single short option.
12826
35d7dbd3
GM
128272011-06-09 Glenn Morris <rgm@gnu.org>
12828
12829 * calendar/appt.el (appt-display-message, appt-disp-window):
12830 Handle lists of appointments.
12831
387522b2
MR
128322011-06-08 Martin Rudalics <rudalics@gmx.at>
12833
2b75be67
SM
12834 * window.el (one-window-p): Move down in code.
12835 Rewrite doc-string.
12836 (window-current-scroll-bars): Rewrite doc-string.
12837 Normalize live window argument.
387522b2
MR
12838 (walk-windows, get-window-with-predicate, count-windows):
12839 Rewrite doc-string. Use window-list-1.
12840 (window-in-direction-2, window-in-direction, get-mru-window):
12841 New functions.
12842
d8e4b68b 128432011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12844
12845 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12846 Doc fix (Bug#8713).
12847
128482011-06-08 Chong Yidong <cyd@stupidchicken.com>
12849
12850 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12851
128522011-06-08 Juanma Barranquero <lekktu@gmail.com>
12853
12854 * loadhist.el (unload-feature-special-hooks):
12855 Add `comint-output-filter-functions'.
12856
0de12c52
IK
128572011-06-08 Ivan Kanis <gnu@kanis.fr>
12858
12859 * calendar/appt.el (appt-check): Move some initializations into the let.
12860
f3d1777e
MR
128612011-06-08 Martin Rudalics <rudalics@gmx.at>
12862
12863 * window.el (window-height): Defalias to window-total-height.
12864 (window-width): Defalias to window-body-width.
12865
18af70d0
CY
128662011-06-07 Chong Yidong <cyd@stupidchicken.com>
12867
12868 * image-mode.el (image-toggle-animation): New command.
12869 (image-mode-map): Bind it to RET.
12870 (image-mode): Update message.
12871 (image-toggle-display-image): Avoid a spurious cache flush.
12872 (image-transform-rotation): Doc fix.
12873 (image-transform-properties): Return quickly in the normal case.
12874 (image-animate-loop): Rename from image-animate-max-time.
12875
2b75be67 12876 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12877 (create-animated-image): Remove unnecessary function.
12878 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12879 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12880 (image-animate-timer): Use car-safe.
12881 (image-animate-timeout): Rename argument.
12882
190b47e6
MR
128832011-06-07 Martin Rudalics <rudalics@gmx.at>
12884
12885 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12886 window.c. Rename first argument to ALL-FRAMES.
12887 Rephrase doc-strings.
12888 (get-buffer-window-list): Rewrite using window-list-1.
12889 Rephrase doc-string.
a1511caf
MR
12890 (window-safe-min-height, window-safe-min-width): New constants.
12891 (window-size-ignore, window-min-size, window-min-size-1)
12892 (window-sizable, window-sizable-p, window-size-fixed-1)
12893 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12894 (window-max-delta-1, window-max-delta, window-resizable)
12895 (window-resizable-p, window-total-height, window-total-width)
12896 (window-body-width): New functions.
12897 (window-full-height-p, window-full-width-p): Rewrite using
12898 window-total-size.
12899 (window-body-height): Rewrite using window-body-size.
190b47e6 12900
85cc1f11
MR
129012011-06-06 Martin Rudalics <rudalics@gmx.at>
12902
12903 * window.el (window-right, window-left, window-child)
12904 (window-child-count, window-last-child, window-any-p)
12905 (normalize-live-buffer, normalize-live-frame)
12906 (normalize-any-window, normalize-live-window)
12907 (window-iso-combination-p, window-iso-combined-p)
12908 (window-iso-combinations)
12909 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12910 (windows-with-parameter, window-with-parameter)
12911 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12912 (window-atom-check, window-side-check, window-check):
12913 New functions.
85cc1f11
MR
12914 (ignore-window-parameters, window-sides, window-sides-vertical)
12915 (window-sides-slots): New variables.
12916 (window-size-fixed): Move down in code. Minor doc-string fix.
12917
e7156492
AS
129182011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12919
12920 * comint.el (comint-dynamic-complete-as-filename)
12921 (comint-dynamic-complete-filename): Correctly call
12922 completion-in-region.
12923
7e821d0d
DD
129242011-06-05 Deniz Dogan <deniz@dogan.se>
12925
12926 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12927 in last change.
12928
ac09b8a1
DD
129292011-06-05 Deniz Dogan <deniz@dogan.se>
12930
12931 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12932 (rcirc): Use it to prompt for encryption.
12933
34699b85
RW
129342011-06-05 Roland Winkler <winkler@gnu.org>
12935
12936 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12937 (bibtex-search-entries): New command bound to C-c C-a.
12938 (bibtex-display-entries): New function.
12939
004dedd3
RW
129402011-06-05 Roland Winkler <winkler@gnu.org>
12941
12942 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12943 (bibtex-insert-kill): After yanking insert newline if necessary.
12944 (bibtex-initialize): Call bibtex-string-files-init only once.
12945 (bibtex-mode): Do not call easy-menu-add.
12946 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12947 (bibtex-yank): Set arg properly if nil.
12948
022fe7ce
RW
129492011-06-05 Roland Winkler <winkler@gnu.org>
12950
2b75be67
SM
12951 * textmodes/bibtex.el (bibtex-search-entry-globally):
12952 New variable.
022fe7ce
RW
12953 (bibtex-search-entry): Use it.
12954
b7c3692a
RW
129552011-06-05 Roland Winkler <winkler@gnu.org>
12956
12957 * textmodes/bibtex.el (bibtex-entry-format): New option
12958 sort-fields.
12959 (bibtex-format-entry, bibtex-reformat): Honor this option.
12960 (bibtex-parse-entry): Return fields in proper order.
12961
8eda563d
JB
129622011-06-05 Juanma Barranquero <lekktu@gmail.com>
12963
12964 * doc-view.el (doc-view-remove-if): Move computation of result out
12965 of `dolist' to silence misleading lexical-binding warning.
12966
7dbe3dbc
CY
129672011-06-04 Chong Yidong <cyd@stupidchicken.com>
12968
12969 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12970 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12971
0c33dd17
MA
129722011-06-04 Michael Albinus <michael.albinus@gmx.de>
12973
12974 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12975 "SunOS 5.10".
12976
f8f91c2b
MA
129772011-06-04 Michael Albinus <michael.albinus@gmx.de>
12978
12979 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12980 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12981 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12982 (tramp-parse-putty):
12983 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12984 (tramp-completion-function-alist-ssh)
12985 (tramp-completion-function-alist-telnet)
12986 (tramp-completion-function-alist-su)
12987 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12988 cookie.
12989
12990 * net/tramp-ftp.el:
12991 * net/tramp-sh.el:
12992 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12993 load "tramp.el" `tramp-set-completion-function'.
12994
e17d9003
SM
129952011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * shell.el: Require and use pcomplete.
12998 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12999 (shell-completion-vars): Set pcomplete-default-completion-function.
13000
6c4cab03
DD
130012011-06-04 Deniz Dogan <deniz@dogan.se>
13002
13003 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13004 `memq' (Bug#8799).
13005
ea9fafe0
SM
130062011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13009
b3e945d3
JB
130102011-06-02 Juanma Barranquero <lekktu@gmail.com>
13011
13012 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13013 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13014 * vc/log-view.el (log-view-beginning-of-defun):
13015 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13016 (smerge-refine-forward, smerge-refine-chopup-region):
13017 Silence warning for unused `dotimes' counter variables.
13018
7d520089
SM
130192011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13020
13021 * net/tramp.el (tramp-with-progress-reporter): Rename from
13022 with-progress-reporter. Use `declare'.
13023 * net/tramp-smb.el:
13024 * net/tramp-sh.el:
13025 * net/tramp-gvfs.el: Update all uses.
13026
a1c2400f
JB
130272011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13028
13029 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13030 buffer isn't killed before making it current.
13031
2403c841
SM
130322011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 Silence various byte-compiler warnings.
13035 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13036 `access-type' and new obsolescence format.
13037 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13038 new format.
13039 (byte-compile-check-variable): New `access-type' argument.
13040 Only warn if the access-type is obsolete.
13041 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13042 (byte-compile-variable-set): Adjust callers.
13043 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13044 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13045 setting it as obsolete.
13046 * simple.el (minibuffer-completing-symbol):
13047 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13048 access as obsolete.
13049 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13050 obsolete yet.
13051 * international/quail.el (quail-mouse-choose-completion): Remove unused
13052 code referring to obsolete var.
13053 (quail-choose-completion-string): Remove.
13054 * server.el (server-clients-with, server-kill-buffer-query-function)
13055 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13056 * proced.el (proced-send-signal):
13057 * emacs-lisp/lisp.el (lisp-complete-symbol):
13058 Replace completion-annotate-function with completion-extra-properties.
13059
2462470b
SM
130602011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13061
fb5b2591
SM
13062 * simple.el (goto-line): Use read-number.
13063 (overriding-map-is-bound): Remove.
13064 (saved-overriding-map): Change default.
13065 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13066 Take the map as argument.
13067 (universal-argument, negative-argument, digit-argument): Use it.
13068 (restore-overriding-map): Adjust.
13069 (do-auto-fill): Use fill-forward-paragraph.
13070 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13071
fd6fa53f
SM
13072 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13073 (minibuffer-inactive-mode): New major mode.
13074 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13075 the *Messages* buffer" hack.
13076 (mouse-popup-menubar): Don't burp if the event is a normal key.
13077
2462470b
SM
13078 Miscellaneous tweaks.
13079 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13080 lexical scoping as in subr.el's dolist and dotimes.
13081 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13082 Silence compiler warning.
13083 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13084 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13085 * international/ccl.el (ccl-compile): Trivial simplification.
13086 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13087 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13088 `printflag' argument.
13089 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13090 Purecopy the whole obsolescence data.
13091
108bf785
LL
130922011-06-01 Leo Liu <sdl.web@gmail.com>
13093
13094 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13095 improve doc-string as suggested by Marco Pessotto
13096 <melmothx@gmail.com>.
13097 (rcirc-print): Fix last change.
13098
30a23501
SM
130992011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13100
13101 * minibuffer.el (complete-with-action): Return nil for the metadata and
13102 boundaries of non-functional tables.
13103 (completion-table-dynamic): Return nil for the metadata.
13104 (completion-table-with-terminator): Add default case, using
13105 complete-with-action.
13106 (completion--metadata): New function.
13107 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13108 to try and avoid pathological performance problems.
13109 (completion--embedded-envvar-table): Return `category' metadata.
13110
bcd54f83
LMI
131112011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13112
13113 * subr.el (process-alive-p): New tiny convenience function.
13114
e227544d
SM
131152011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13116
13117 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13118 content but also its previous major mode.
13119
e8296fdc
HE
131202011-05-31 Helmut Eller <eller.helmut@gmail.com>
13121
4d61f28d 13122 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13123 *Backtrace* buffer when we exit with C-M-c.
13124
620c53a6
SM
131252011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13126
13127 * minibuffer.el: Add metadata method to completion tables.
13128 (completion-category-overrides): New defcustom.
13129 (completion-metadata, completion--field-metadata)
13130 (completion-metadata-get, completion--styles)
13131 (completion--cycle-threshold): New functions.
13132 (completion-try-completion, completion-all-completions):
13133 Add `metadata' argument to choose completion-styles.
13134 (completion--do-completion): Use metadata to choose cycling.
13135 (completion-all-sorted-completions): Use metadata for sorting.
13136 Remove :completion-cycle-penalty which is not needed any more.
13137 (completion--try-word-completion): Add `metadata' argument.
13138 (minibuffer-completion-help): Check metadata for annotation function
13139 and sorting.
13140 (completion-file-name-table): Return `category' metadata.
13141 (minibuffer-completing-file-name): Make obsolete.
13142 * simple.el (minibuffer-completing-symbol): Make obsolete.
13143 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13144 completion-try-completion.
13145
1257e755
SM
131462011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13147
13148 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13149
3767e706
LL
131502011-05-30 Leo Liu <sdl.web@gmail.com>
13151
13152 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13153 (rcirc-print): Decode all incoming messages (bug#8744).
13154 (rcirc-decode-coding-system): Allow value nil for automatic coding
13155 system detection.
3767e706 13156
d1a5d56a
GM
131572011-06-01 Glenn Morris <rgm@gnu.org>
13158
13159 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13160
e8cbec34
CY
131612011-05-29 Chong Yidong <cyd@stupidchicken.com>
13162
13163 * image.el (image-animate-max-time): Allow nil and t values.
13164 Default to nil.
13165 (create-animated-image): Doc fix.
13166 (image-animate-start): Remove second arg; just use
13167 image-animate-max-time.
13168 (image-animate-timeout): Doc fix. Args changed.
13169
13170 * image-mode.el (image-toggle-display-image): Ensure that the
13171 image spec passed to the animate timer is the same object as in
58179cce 13172 the buffer's display property (Bug#6981).
e8cbec34
CY
13173 (image-transform-properties): Doc fix.
13174
13175 * image.el (image-animate-max-time): Default to nil.
13176
159daf87
MR
131772011-05-29 Martin Rudalics <rudalics@gmx.at>
13178
13179 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13180 entire buffer list (Bug#8184).
13181
d66c4c7c
CY
131822011-05-29 Chong Yidong <cyd@stupidchicken.com>
13183
13184 * image.el (imagemagick-types-inhibit)
13185 (imagemagick-register-types): Doc fix.
13186
80aec780
DD
131872011-05-29 Deniz Dogan <deniz@dogan.se>
13188
13189 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13190 default.
13191
1dd3c2d9
CY
131922011-05-29 Chong Yidong <cyd@stupidchicken.com>
13193
13194 * select.el: Don't perform clipboard-manager saving in hooks;
13195 leave the hooks empty.
13196
60e56523
LL
131972011-05-28 Leo Liu <sdl.web@gmail.com>
13198
13199 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13200 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13201 (occur-edit-mode): New major mode (Bug#8463).
13202 (occur-after-change-function): New function.
13203 (occur-engine): Give Occur tags a read-only property.
13204
2b1e1a22
KR
132052011-05-28 Kevin Ryde <user42@zip.com.au>
13206
13207 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13208
5d344e88
CY
132092011-05-28 Chong Yidong <cyd@stupidchicken.com>
13210
8e6ca83d
CY
13211 * bindings.el (help-echo): Make the initial non-indicator dash
13212 empty on graphical terminals (Bug#7295).
13213
5d344e88
CY
13214 * files.el (auto-mode-alist): Move config rule after the
13215 in-stripping one (Bug#8547).
13216
bfbbace7
CY
13217 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13218
fbeba6e2
CY
13219 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13220 setting (Bug#8740).
13221
60ed8c72
AA
132222011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13223
4ac619f0
AA
13224 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13225 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13226 (Bug#8539).
60ed8c72 13227
23db196e
CY
132282011-05-28 Chong Yidong <cyd@stupidchicken.com>
13229
13230 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13231
5012f24c
DK
132322011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13233
13234 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13235 (hs-hide-block-at-point, hs-find-block-beginning)
13236 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13237 (Bug#8279).
13238
6a639b16
GM
132392011-05-28 Glenn Morris <rgm@gnu.org>
13240
13241 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13242
d43eaf2c
CY
132432011-05-28 Chong Yidong <cyd@stupidchicken.com>
13244
5199bde1
CY
13245 * help-fns.el (describe-function-1): If the function is a derived
13246 major mode, print the parent mode.
13247
d43eaf2c
CY
13248 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13249 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13250
423428a8
SM
132512011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13252
0ff8e1ba 13253 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13254 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13255 * progmodes/etags.el (tags-completion-at-point-function):
13256 * info-look.el (info-lookup-completions-at-point): Mark as
13257 non-exclusive.
13258 (info-complete): Adjust accordingly.
13259
423428a8
SM
13260 * info-look.el: Convert to lexical-binding and completion-at-point.
13261 (info-lookup-completions-at-point): New function.
13262 (info-complete): Use it and completion-in-region.
13263
b74aa22b
DA
132642011-05-28 Drew Adams <drew.adams@oracle.com>
13265
13266 * isearch.el: Let M-e start with point at the first mismatched char.
13267 (isearch-fail-pos): New function.
13268 (isearch-edit-string): Use it.
13269
66e2e71d
DK
132702011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13271
13272 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13273
b1890b0f 132742011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13275
13276 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13277 traversal functions for avl-trees.
13278 (avl-tree--stack): New struct.
13279 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13280 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13281 (avl-tree--do-enter): Add optional `updatefun' arg.
13282 Change return value.
eb95d01d 13283 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13284 (avl-tree--do-delete): Add `test' and `nilflag' args.
13285 Change return value.
eb95d01d
TC
13286 (avl-tree-member): Add optional `nilflag'
13287 (avl-tree-member-p): New function.
13288 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13289 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13290 (avl-tree-stack-empty-p): New functions.
13291
3769ddcf
TC
13292 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13293 avl-tree--del-balance1 and make it work both ways.
13294 (avl-tree--del-balance2): Remove.
13295 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13296 make it work both ways.
13297 (avl-tree--enter-balance2): Remove.
13298 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13299 New macros.
13300 (avl-tree--mapc, avl-tree-map): Add direction argument.
13301
eb95d01d 133022011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13303
13304 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13305
a9f737ee
CY
133062011-05-27 Chong Yidong <cyd@stupidchicken.com>
13307
13308 * select.el: Support clipboard managers with built-in function
13309 x-clipboard-manager-save, via delete-frame-functions and
13310 kill-emacs-hook.
13311 (xselect-convert-to-targets): Add MULTIPLE target to list.
13312 (xselect-convert-to-save-targets): New function.
13313
c92a1e54
KH
133142011-05-27 Kenichi Handa <handa@m17n.org>
13315
13316 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13317 let-binding rfc2047-encode-encoded-words to nil.
13318
e145f188
GM
133192011-05-27 Glenn Morris <rgm@gnu.org>
13320
5ec8a862
GM
13321 * mail/emacsbug.el: Don't require url-util.
13322
4b29d9fb
GM
13323 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13324
e145f188
GM
13325 * files.el (set-auto-mode):
13326 Also respect mode: entries at the end of the file. (Bug#8586)
13327
7d15102b
GM
133282011-05-26 Glenn Morris <rgm@gnu.org>
13329
98f593b8
GM
13330 * files.el (hack-local-variables-prop-line, hack-local-variables):
13331 Downcase mode names, as seems to be traditional.
27b48e63 13332 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13333
7d15102b
GM
13334 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13335 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13336
51d5b4ec
JD
133372011-05-25 Julien Danjou <julien@danjou.info>
13338
13339 * textmodes/rst.el (rst-define-level-faces): Do not define face
13340 symbol if it is already defined.
13341
91513f63
VB
133422011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13343
13344 * play/5x5.el (5x5-new-game, 5x5-randomize):
13345 Reset 5x5-solver-output to nil when a new grid is cast.
13346 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13347 these debugging traces, as defmacro breaks the compiled code.
13348
4d90d6d0
DK
133492011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13350
13351 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13352
e1b90ef6
LL
133532011-05-24 Leo Liu <sdl.web@gmail.com>
13354
13355 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13356 (vc-bzr-sha1): Adapt.
13357
d8e4b68b 13358 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13359
13360 * bindings.el: Provide sha1 feature.
13361
db0406bb 133622011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13363
13364 * mail/sendmail.el: Require `rfc2047'.
13365 (mail-insert-from-field): Do not perform RFC2047 encoding.
13366 (mail-encode-header): New function.
13367 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13368 buffer to the return value of select-message-coding-system.
13369 Call mail-encode-header.
b8d747b9
KH
13370
13371 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13372
db0406bb 133732011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13374
4d90d6d0
DK
13375 * mail/supercite.el (sc-default-cite-frame):
13376 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13377
eb8a5e9b
GM
133782011-05-24 Glenn Morris <rgm@gnu.org>
13379
f8630703
GM
13380 * progmodes/python.el (brm-menu): Declare.
13381
8831bbed
GM
13382 * emulation/viper.el (viper-set-hooks): Declare.
13383
eb8a5e9b
GM
13384 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13385 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13386 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13387 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13388 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13389 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13390
a2a25d24
SM
133912011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 Add an :exit-function for completion-at-point.
13394
13395 * minibuffer.el (completion--done): New fun.
13396 (completion--do-completion): Use it. New arg `expect-exact'.
13397 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13398 since completion--do-completion does it for us now.
13399 (minibuffer-force-complete): Use completion--done and
13400 completion--replace. Handle sole-completion case with more care.
13401 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13402 (completion-extra-properties): New var.
13403 (completion-annotate-function): Make obsolete.
13404 (minibuffer-completion-help): Adjust accordingly.
13405 Use completion-list-insert-choice-function.
13406 (completion-at-point, completion-help-at-point):
13407 Bind completion-extra-properties.
13408 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13409 * simple.el (completion-list-insert-choice-function): New var.
13410 (completion-setup-function): Preserve it.
13411 (choose-completion): Pay attention to it, shuffle the code a bit.
13412 (choose-completion-string): New arg `insert-function'.
13413
13414 * textmodes/bibtex.el: Convert to lexical binding.
13415 (bibtex-mode-map): Use completion-at-point.
13416 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13417 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13418 (bibtex-complete): Define as obsolete alias.
13419 (bibtex-complete-internal): Remove.
13420 (bibtex-format-entry): Remove unused sub-group in regexp.
13421 * shell.el (shell--command-completion-data)
13422 (shell-environment-variable-completion):
13423 * pcomplete.el (pcomplete-completions-at-point):
13424 * comint.el (comint--complete-file-name-data): Use :exit-function
13425 instead of completion-table-with-terminator so it also works for
13426 choose-completion.
13427
e44e373d
SM
134282011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13429
4f91a816
SM
13430 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13431
782fc819
SM
13432 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13433 (bug#8710).
13434
e44e373d
SM
13435 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13436
381987c3
KM
134372011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13438
13439 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13440 customization variable and implement: If non-nil, auto-fill will
13441 be inhibited while on topic's header line.
13442
b776bc70
VB
134432011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13444
13445 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13446 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13447 always have a solution in grid size = 5 cases.
13448 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13449 (5x5-solver-output, 5x5-log-buffer): New vars.
13450 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13451 Make these variables buffer local to achieve 5x5 multi-session-ness.
13452 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13453 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13454 (5x5-solve-suggest): New funs.
13455 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13456 randomize a grid so that we ensure that there is always a solution.
13457 (5x5-make-random-grid): Allow other movement than flipping.
13458
7de88b6e
KR
134592011-05-23 Kevin Ryde <user42@zip.com.au>
13460
13461 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13462 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13463 advice and passes PREDICATE.
13464
b1ef1257
SM
134652011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13466
bbca48fe
SM
13467 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13468 byte-compile-lambda if it's actually a lambda.
13469
b1ef1257
SM
13470 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13471 Fix function quoting. Use backquote better.
13472
92a9cc65
YS
134732011-05-22 Yuanle Song <sylecn@gmail.com>
13474
13475 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13476 matching (Bug#8516).
13477
f0fb8059
JA
134782011-01-22 Jari Aalto <jari.aalto@cante.net>
13479
13480 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13481 different face (Bug#8178).
13482
d5b44c93
CY
134832011-05-22 Chong Yidong <cyd@stupidchicken.com>
13484
13485 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13486 defface (Bug#8144).
13487
79106a44
SM
134882011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13489
9c848d8a
SM
13490 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13491 funcall as well (bug#8712). Warn when performing those conversions.
13492 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13493
79106a44
SM
13494 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13495
88dfa756
GM
134962011-05-22 Glenn Morris <rgm@gnu.org>
13497
13498 * files.el (hack-local-variables-prop-line): Small simplifications.
13499 (hack-local-variables, hack-local-variables-prop-line):
13500 If MODE-ONLY, return the mode, rather than just `t'.
13501
b7cf2c79
SM
135022011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13503
13504 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13505
3f1a8558
GM
135062011-05-21 Glenn Morris <rgm@gnu.org>
13507
7e4ccca3
GM
13508 * files.el (hack-local-variables-prop-line, hack-local-variables):
13509 If only interested in the mode, don't bother doing the other stuff.
13510
637d46ca
GM
13511 * image-mode.el (image-after-revert-hook):
13512 Redraw all frames on which the image is visible. (Bug#8567)
13513
973d955b
GM
13514 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13515
3f1a8558
GM
13516 * wid-edit.el (widget-checklist-match-inline):
13517 Fix 2011-04-19 change. (Bug#8649)
13518
96479927
SM
135192011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13520
1dcf791f
SM
13521 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13522 Also allow singlespace after single-letter capitals followed by a dot.
13523
96479927
SM
13524 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13525 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13526
35fd0881
N
135272011-05-20 Nix <nix@esperi.org.uk>
13528
13529 * files.el (basic-save-buffer-2):
13530 Fix handling of break-hardlink-on-save with non-existent files.
13531
82745640
DD
135322011-05-19 Deniz Dogan <deniz@dogan.se>
13533
13534 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13535 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13536
4a720484
GM
135372011-05-19 Glenn Morris <rgm@gnu.org>
13538
d1f21341
GM
13539 * progmodes/f90.el (f90-type-def-re):
13540 Handle "type, bind(c)". (Bug#8691)
13541
4a720484
GM
13542 * emacs-lisp/autoload.el (batch-update-autoloads):
13543 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13544
2fb0a219
MA
135452011-05-18 Michael Albinus <michael.albinus@gmx.de>
13546
13547 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13548 property for the correct connection in case of multihops.
13549
e565dd37
GM
135502011-05-18 Glenn Morris <rgm@gnu.org>
13551
c2571358 13552 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13553 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13554
e565dd37
GM
13555 Rationalize calendar handling of day and month abbrev-arrays.
13556 * calendar/calendar.el (calendar-customized-p): New function.
13557 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13558 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13559 Add :set function.
13560 (calendar-abbrev-length, calendar-day-abbrev-array)
13561 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13562 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13563 Elements may no longer be nil.
13564 (calendar-day-name, calendar-month-name):
13565 Update for changed nature of abbrev arrays.
13566 * calendar/diary-lib.el (diary-name-pattern):
13567 Update for changed nature of abbrev arrays.
13568 (diary-mark-entries-1): Update calendar-make-alist calls.
13569 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13570 * calendar/cal-html.el (cal-html-day-abbrev-array):
13571 Simply inherit from calendar-day-abbrev-array.
13572
1d99a745
SM
135732011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13574
13575 * progmodes/grep.el (grep-mode): Disable default
13576 compilation-directory-matcher setting (bug#8684).
13577
7c1d9aa0
MA
135782011-05-17 Michael Albinus <michael.albinus@gmx.de>
13579
13580 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13581 instead of "head" and "tail". There were problems with SunOS 5.9,
13582 and it performs better.
13583
3952e9d8
GM
135842011-05-17 Glenn Morris <rgm@gnu.org>
13585
2dd12e7f
GM
13586 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13587
e4157b9c
GM
13588 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13589 Replace obsolete function.
13590
8e249bbd
GM
13591 * shell.el (pcomplete-parse-arguments-function): Declare.
13592
3952e9d8
GM
13593 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13594 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13595 (appt-check): Doc fixes.
13596 (appt-disp-window-function, appt-delete-window-function):
13597 Remove needless special case in custom :type.
13598 (appt-display-count): Default to 0, not nil.
13599 (appt-check): Reset appt-display-count to 0, not nil.
13600
c71a0d48 136012011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13602
c71a0d48
GM
13603 * progmodes/python.el (python-font-lock-keywords):
13604 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13605
31d55be9
SM
136062011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13609
3bfacb2f
KR
136102011-05-16 Kevin Ryde <user42@zip.com.au>
13611
13612 * info-look.el (makefile-automake-mode): New setups, looking in
13613 automake manual, then makefile-mode.
13614 (makefile-mode): Remove automake manual, have it just in
13615 makefile-automake-mode since there's various things different or
13616 not relevant to plain make.
13617 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13618 believe a hypothetical automake-mode would go to makefile-mode,
13619 not the other way around.
13620
c8e83751
CY
136212011-05-15 Chong Yidong <cyd@stupidchicken.com>
13622
5e9e35cd
CY
13623 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13624 hunk-end tags (Bug#8672).
13625
c8e83751
CY
13626 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13627 vc-annotate-show-diff-revision-at-line (Bug#8671).
13628
50b23e5a
GM
136292011-05-14 Glenn Morris <rgm@gnu.org>
13630
7210a739
GM
13631 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13632 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13633 (change-log-font-lock-keywords): Also handle multiple author lines
13634 with leading tabs. (Bug#8644)
7210a739 13635
4691905a
GM
13636 * calendar/appt.el (appt-check): Rename some local variables.
13637 Some simplification/reordering.
13638
50b23e5a
GM
13639 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13640 (feedmail-sendmail-f-doesnt-sell-me-out)
13641 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13642 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13643 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13644 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13645 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13646 (feedmail-binmail-gnulinuxish-template):
13647 Rename from feedmail-binmail-linuxish-template.
13648 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13649 Use insert-buffer-substring.
13650
215cda7c
BC
136512011-05-14 Bill Carpenter <bill@carpenter.org>
13652
13653 * mail/feedmail.el (feedmail-patch-level): Increase.
13654 (feedmail-debug): New custom group.
13655 (feedmail-confirm-outgoing-timeout)
13656 (feedmail-sendmail-f-doesnt-sell-me-out)
13657 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13658 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13659 (feedmail-sender-line, feedmail-from-line)
13660 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13661 (feedmail-spray-this-address)
215cda7c
BC
13662 (feedmail-spray-address-fiddle-plex-list)
13663 (feedmail-queue-use-send-time-for-date)
13664 (feedmail-queue-use-send-time-for-message-id)
13665 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13666 (feedmail-buffer-eating-function):
13667 Doc fixes.
13668 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13669 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13670 (feedmail-message-action-scroll-down): New functions.
13671 (feedmail-queue-directory, feedmail-queue-draft-directory):
13672 Use expand-file-name.
13673 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13674 Remove C-v help entry.
13675 (feedmail-queue-buffer-file-name): New variable.
13676 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13677 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13678 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13679 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13680 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13681 (feedmail-message-action-toggle-spray)
13682 (feedmail-run-the-queue-no-prompts)
13683 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13684 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13685 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13686 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13687 (feedmail-envelope-deducer, feedmail-fiddle-from)
13688 (feedmail-fiddle-sender, feedmail-default-date-generator)
13689 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13690 (feedmail-fiddle-spray-address)
13691 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13692 (feedmail-fiddle-list-of-fiddle-plexes)
13693 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13694 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13695 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13696 Change default. Doc fix.
13697 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13698 (feedmail-binmail-linuxish-template): New constant.
13699 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13700 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13701 (feedmail-send-it): Add debug call.
13702 Use feedmail-queue-buffer-file-name, and
13703 feedmail-send-it-immediately-wrapper.
13704 (feedmail-message-action-send): Add debug call.
13705 Use feedmail-send-it-immediately-wrapper.
13706 (feedmail-queue-express-to-queue): Add debug call.
13707 Run feedmail-queue-express-hook.
13708 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13709 (feedmail-message-action-help-blat):
13710 Rename from feedmail-queue-send-edit-prompt-help-first.
13711 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13712 Check line-endings. Handle errors better.
13713 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13714 Doc fix. Add debug call.
13715 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13716 Use feedmail-queue-send-edit-prompt-inner.
13717 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13718 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13719 from feedmail-queue-send-edit-prompt.
13720 (feedmail-queue-send-edit-prompt-help)
13721 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13722 (feedmail-tidy-up-slug): Add debug call.
13723 Respect feedmail-queue-slug-suspect-regexp.
13724 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13725 (feedmail-dump-message-to-queue): Add debug call.
13726 Expand queue-directory.
13727 (feedmail-dump-message-to-queue): Change message slightly.
13728 Use feedmail-say-chatter.
13729 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13730 (feedmail-send-it-immediately-wrapper): New function.
13731 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13732 Insert empty string rather than newline. Handle full-frame case.
13733 Use catch/throw. Use feedmail-say-chatter.
13734 (feedmail-fiddle-from): Try mail-host-address.
13735 (feedmail-default-message-id-generator): Doc fix.
13736 Bind system-time-locale. Handle missing end.
13737 (feedmail-fiddle-x-mailer): Add debug call.
13738 Handle feedmail-x-mailer-line being nil.
13739 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13740 Add debug call. Use buffer-substring-no-properties.
13741 (feedmail-say-debug, feedmail-say-chatter): New functions.
13742 (feedmail-find-eoh): Give an explicit error.
13743
42c7e61e
UJ
137442011-05-13 Ulf Jasper <ulf.jasper@web.de>
13745
c2571358 13746 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13747 family from helvetica to sans.
c2571358 13748 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13749 etc/images/newsticker.
13750
c2571358 13751 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13752 family from helvetica to sans.
13753
13754 * net/newst-plainview.el (newsticker-new-item-face)
13755 (newsticker-old-item-face, newsticker-immortal-item-face)
13756 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13757 (newsticker-statistics-face): Change default family from
42c7e61e 13758 helvetica to sans.
c2571358 13759 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13760 etc/images/newsticker.
13761
5d3385a0
JB
13762 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13763 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13764 auto-marking.
13765
8497a297
DV
137662011-05-13 Didier Verna <didier@xemacs.org>
13767
13768 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13769 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13770 TODO entries.
8497a297
DV
13771 (lisp-lambda-list-keyword-parameter-indentation)
13772 (lisp-lambda-list-keyword-parameter-alignment)
13773 (lisp-lambda-list-keyword-alignment): New customizable user options.
13774 (lisp-indent-defun-method): Improve docstring.
13775 (extended-loop-p): Fix comment.
13776 (lisp-indent-lambda-list-keywords-regexp): New variable.
13777 (lisp-indent-lambda-list): New function.
13778 (lisp-indent-259): Use it.
13779 (lisp-indent-defmethod): Support for more than one
13780 method qualifier and properly indent methods lambda-lists.
13781 (defgeneric): Provide a missing common-lisp-indent-function property.
13782
f278f87f
SM
137832011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13786 bounds for the empty string (bug#8667).
13787
5233edd7
GM
137882011-05-13 Glenn Morris <rgm@gnu.org>
13789
5237a44f
GM
13790 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13791
8340026c 13792 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13793 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13794
5233edd7 13795 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13796 (appt-time-msg-list): Doc fix.
a5464014 13797 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13798
92d10796
AS
137992011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13800
13801 * progmodes/ld-script.el (ld-script-keywords)
13802 (ld-script-builtins): Update keywords list.
13803
914a0ae1
SM
138042011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13805
c89be45f
SM
13806 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13807
914a0ae1
SM
13808 * shell.el (shell-completion-vars): New function.
13809 (shell-mode):
13810 * simple.el (read-shell-command): Use it.
13811 (blink-matching-open): No need for " [...]" in minibuffer-message.
13812
98dc3df3
GM
138132011-05-12 Glenn Morris <rgm@gnu.org>
13814
13815 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13816 (appt-check): Simplify.
13817
d2fc7e3d 138182011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13819
4d61f28d 13820 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13821 literal "/dev/null".
13822
d2fc7e3d 138232011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13824
13825 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13826 Fix typo.
13827
d2fc7e3d 138282011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13829
3f254caa
SM
13830 * progmodes/which-func.el (which-function):
13831 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13832 which might not be defined (Bug#8260).
13833
d45885f7
GM
138342011-05-12 Glenn Morris <rgm@gnu.org>
13835
13836 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13837 Let byte-compile-initial-macro-environment always take precedence.
13838
488086f4
SM
138392011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * net/rcirc.el: Add support for SSL/TLS connections.
13842 (rcirc-server-alist): New field `encryption'.
13843 (rcirc): Check `encryption' settings.
13844 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13845 Merge make-local-variable into `set'.
13846 (rcirc--connection-open-p): New function.
13847 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13848 the process is not a network process (e.g. running gnutls-cli).
13849 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13850 Make rcirc-(en|de)code-coding-system local here.
13851 (rcirc-mode): Merge make-local-variable into `set'.
13852 (rcirc-parent-buffer): Make permanent buffer-local.
13853 (rcirc-multiline-minor-mode): Don't do it here.
13854 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13855 there's no server buffer.
13856
7d3b9d44
GM
138572011-05-11 Glenn Morris <rgm@gnu.org>
13858
f64049c6
GM
13859 * newcomment.el (comment-kill): Prefix "unused" local.
13860
93c9df73
GM
13861 * term/w32console.el (get-screen-color): Declare.
13862
7d3b9d44
GM
13863 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13864 Handle symbol elements of byte-compile-initial-macro-environment.
13865
9e2dd53f
LL
138662011-05-10 Leo Liu <sdl.web@gmail.com>
13867
488086f4
SM
13868 * bookmark.el (bookmark-bmenu-mode-map):
13869 Bind bookmark-bmenu-search to `/'.
8b340240 13870
9e2dd53f 13871 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13872 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13873 (Footnote-unicode): New function.
13874 (footnote-style-alist): Add unicode style to the list.
13875 (footnote-style): Doc fix.
9e2dd53f 13876
79b70037
GM
138772011-05-10 Jim Meyering <meyering@redhat.com>
13878
13879 Fix doubled-word typos.
13880 * international/quail.el (quail-insert-kbd-layout): and and -> and
13881 * kermit.el: and and -> and
13882 * net/ldap.el (ldap-search-internal): to to -> to
13883 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13884 * progmodes/js.el (js-mode): and and -> and
13885 * textmodes/artist.el (artist-move-to-xy): at at -> at
13886 (artist-draw-region-trim-line-endings): if if -> if
13887 And Safetyc -> Safety.
13888 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13889
b8f82dc1 138902011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13891 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13892
13893 * files.el (hack-one-local-variable-eval-safep):
13894 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13895
4f99f44b
GM
138962011-05-10 Glenn Morris <rgm@gnu.org>
13897
13898 * calendar/diary-lib.el (diary-list-entries-hook)
13899 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13900 (diary-nongregorian-marking-hook, diary-list-entries)
13901 (diary-include-other-diary-files, diary-mark-entries)
13902 (diary-mark-included-diary-files): Doc fixes.
13903
84f29e6b
JB
139042011-05-09 Juanma Barranquero <lekktu@gmail.com>
13905
13906 * misc.el: Require tabulated-list.el during compilation.
13907
9bedd73a
CY
139082011-05-09 Chong Yidong <cyd@stupidchicken.com>
13909
488086f4
SM
13910 * progmodes/compile.el (compilation-start):
13911 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13912 (compilation-filter-hook): Doc fix.
13913
797c735c
DD
139142011-05-09 Deniz Dogan <deniz@dogan.se>
13915
13916 * wdired.el: Remove outdated installation comment. Fix usage
13917 comment.
13918
5f4b1dfe
JB
139192011-05-09 Juanma Barranquero <lekktu@gmail.com>
13920
13921 * misc.el: Implement new command `list-dynamic-libraries'.
13922 (list-dynamic-libraries--loaded-only-p): New variable.
13923 (list-dynamic-libraries--refresh): New function.
13924 (list-dynamic-libraries): New command.
13925
4c44026c
CY
139262011-05-09 Chong Yidong <cyd@stupidchicken.com>
13927
488086f4
SM
13928 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13929 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13930 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13931 higher priority to avoid clobbering by gnu.
13932
027f966d
CY
139332011-05-08 Chong Yidong <cyd@stupidchicken.com>
13934
13935 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13936 if the face has existing theme settings (Bug#8454).
13937
085f5d7d
CY
139382011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13939
488086f4
SM
13940 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13941 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13942
2a86a00c
RS
13943 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13944 special file names `.' and `..' (Bug#8259).
13945
d9c54a06
CY
139462011-05-08 Chong Yidong <cyd@stupidchicken.com>
13947
488086f4
SM
13948 * progmodes/grep.el (grep-mode-font-lock-keywords):
13949 Remove buffer-changing entries.
d9c54a06
CY
13950 (grep-filter): New function.
13951 (grep-mode): Add it to compilation-filter-hook.
13952
13953 * progmodes/compile.el (compilation-filter-hook)
13954 (compilation-filter-start): New defvars.
13955 (compilation-filter): Call compilation-filter-hook prior to
13956 updating the process mark.
13957
c4662635
SM
139582011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13959
13960 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13961
b0512a1d
EZ
139622011-05-07 Eli Zaretskii <eliz@gnu.org>
13963
605c9376
EZ
13964 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13965 mailclient-send-it even if window-system is nil. (Bug#8595)
13966
c4662635
SM
13967 * term/w32console.el (terminal-init-w32console):
13968 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13969 background-mode. (Bug#8597)
13970
d1dc2cc2
SM
139712011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13974 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13975 New functions.
13976 (defgeneric, eieio--defmethod): Use them.
13977 (eieio-defgeneric): Remove.
13978 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13979
915d1300
GM
139802011-05-07 Glenn Morris <rgm@gnu.org>
13981
a3961c3e
GM
13982 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13983 Use let rather than let*.
13984 (timeclock-find-discrep): Remove unused local.
13985
314347b9
GM
13986 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13987
915d1300
GM
13988 * calendar/appt.el (appt-time-msg-list): Doc fix.
13989
275b59b0
NF
139902011-05-06 Noah Friedman <friedman@splode.com>
13991
13992 * apropos.el (apropos-print-doc): Only use
13993 emacs-lisp-docstring-fill-column when it is bound to an integer,
13994 per that variable's documentation.
13995
6c19f744
SM
139962011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13999 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14000
60f884b2
GM
140012011-05-06 Glenn Morris <rgm@gnu.org>
14002
5006e634
GM
14003 * calendar/appt.el (appt-message-warning-time): Doc fix.
14004 (appt-warning-time-regexp): New option.
14005 (appt-make-list): Respect appt-message-warning-time.
14006
548d0a63
GM
14007 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14008 New options.
14009 (diary-add-to-list): Strip comments from the displayed string.
14010 (diary-mode): Set comment-start and comment-end.
14011
60f884b2
GM
14012 * vc/diff-mode.el (smerge-refine-subst): Declare.
14013 (diff-refine-hunk): Don't require smerge-mode when compiling.
14014
989681bb
JB
140152011-05-06 Juanma Barranquero <lekktu@gmail.com>
14016
14017 * simple.el (list-processes): Return nil as the docstring says.
14018
a6bc05e1
MA
140192011-05-05 Michael Albinus <michael.albinus@gmx.de>
14020
14021 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14022 to "".
14023 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14024 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14025 determining of binary transfer. (Bug#7383)
14026
23c22e9a
MA
140272011-05-05 Michael Albinus <michael.albinus@gmx.de>
14028
c4662635
SM
14029 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14030 Fix port computation bug. (Bug#8618)
23c22e9a 14031
0bff894f
GM
140322011-05-05 Glenn Morris <rgm@gnu.org>
14033
b8296902
GM
14034 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14035
1f522ce8
GM
14036 * simple.el (shell-dynamic-complete-functions)
14037 (comint-dynamic-complete-functions): Declare.
14038
cf5bee67
GM
14039 * net/network-stream.el (gnutls-negotiate):
14040 * simple.el (tabulated-list-print): Fix declarations.
14041
14042 * progmodes/gud.el (syntax-symbol, syntax-point):
14043 Remove unnecessary and incorrect declarations.
14044
0bff894f
GM
14045 * emacs-lisp/check-declare.el (check-declare-scan):
14046 Handle byte-compile-initial-macro-environment in bytecomp.el
14047
9869b3ae
SM
140482011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 Fix earlier half-done eieio-defmethod change (bug#8338).
14051 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14052 Streamline and change calling convention.
14053 (defmethod): Adjust accordingly and simplify.
14054 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14055 new eieio--defmethod.
14056 (slot-boundp): Minor CSE simplification.
14057
9c1d5ac5
MZ
140582011-05-05 Milan Zamazal <pdm@zamazal.org>
14059
14060 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14061 (glasses-make-readable): Use glasses-separate-capital-groups.
14062
455c834e
JB
140632011-05-05 Juanma Barranquero <lekktu@gmail.com>
14064
14065 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14066 (warning-series): Doc fix.
14067 (display-warning): Don't try to create the buffer if we just found it.
14068
9ed7c8cb
CY
140692011-05-04 Chong Yidong <cyd@stupidchicken.com>
14070
14071 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14072 (autoload-find-generated-file): New function.
14073 (generate-file-autoloads): Bind generated-autoload-file to
14074 buffer-file-name.
9869b3ae
SM
14075 (update-file-autoloads, update-directory-autoloads):
14076 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14077 output file (Bug#7989).
14078 (batch-update-autoloads): Doc fix.
14079
0898ca10
JB
140802011-05-04 Juanma Barranquero <lekktu@gmail.com>
14081
14082 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14083
31dfb76c
GM
140842011-05-04 Glenn Morris <rgm@gnu.org>
14085
f330b642
GM
14086 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14087 function, so it follows changes in calendar-date-style.
14088 (diary-fancy-date-matcher): New function.
14089 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14090 (diary-fancy-font-lock-fontify-region-function):
14091 Use diary-fancy-date-pattern as a function.
14092
31dfb76c
GM
14093 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14094 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14095
48e79d6a
TZ
140962011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14097
14098 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14099 instead of positional arguments. Allow :keylist and :crlfiles
14100 arguments.
14101 (open-gnutls-stream): Call it.
14102
14103 * net/network-stream.el (network-stream-open-starttls): Adjust to
14104 call `gnutls-negotiate' with :process and :hostname arguments.
14105
dd5a5ee0
SM
141062011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14107
ef80fc09
SM
14108 * minibuffer.el (completion--message): New function.
14109 (completion--do-completion, minibuffer-complete)
14110 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14111 (completion--do-completion): Don't ignore completion-auto-help when in
14112 icomplete-mode.
14113
dd5a5ee0
SM
14114 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14115 internal encoding (e.g. tibetan zero is not whitespace).
14116 (global-whitespace-mode): Prefer save-current-buffer.
14117 (whitespace-trailing-regexp): Remove useless save-match-data.
14118 (whitespace-empty-at-bob-regexp): Minor simplification.
14119
b7d22a83
CY
141202011-05-03 Chong Yidong <cyd@stupidchicken.com>
14121
14122 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14123
5192af46
AM
141242011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14125
14126 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14127 Use `concat' to create string for insertion.
5192af46 14128
5767d190
SM
141292011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14130
14131 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14132 Avoid open-line which runs post-self-insert-hook.
14133 (bibtex-fill-entry): Remove unused `end' var.
14134
bf242939
AM
141352011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14136
5767d190
SM
14137 * textmodes/ispell.el (ispell-add-per-file-word-list):
14138 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14139
25666126
LL
141402011-05-03 Leo Liu <sdl.web@gmail.com>
14141
14142 * isearch.el (isearch-yank-pop): New command.
5767d190 14143 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14144 (isearch-forward): Mention it.
14145
52d3c2d0
SM
141462011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14147
1bcace58
SM
14148 * simple.el (minibuffer-complete-shell-command): Remove.
14149 (minibuffer-local-shell-command-map): Use completion-at-point.
14150 (read-shell-command): Setup completion vars here instead.
14151 (read-expression-map): Bind TAB to symbol completion.
14152
52d3c2d0
SM
14153 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14154 error directly rather via storing it into `results'.
14155
35813471
LL
141562011-05-02 Leo Liu <sdl.web@gmail.com>
14157
14158 * vc/diff.el: Fix description.
14159
e793a940
LMI
141602011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14161
14162 * server.el (server-eval-at): New function.
14163
8de66e05
LMI
141642011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14165
14166 * net/network-stream.el (open-network-stream): Take a :nowait
14167 parameter and pass it on to `make-network-process'.
14168 (network-stream-open-plain): Ditto.
14169
dcb79f20
AS
141702011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14171
14172 * faces.el (face-spec-set-match-display): Don't match toolkit
14173 options on terminal frames.
14174
14a7fbd8
SM
141752011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14176
7eabc1be
SM
14177 * progmodes/pascal.el: Use lexical binding.
14178 (pascal-mode-map): Remove author preferences.
14179
14a7fbd8
SM
14180 * pcomplete.el (pcomplete-std-complete): Don't abuse
14181 completion-at-point.
14182
50f84510
JB
141832011-04-28 Juanma Barranquero <lekktu@gmail.com>
14184
6e087a44
JB
14185 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14186 removing code that has been dead since 1991 or so.
14187
50f84510
JB
14188 * startup.el (command-line): When warning about "_emacs", use a
14189 delayed warning to allow the user to filter it out.
14190
0ba690bd
DD
141912011-04-28 Deniz Dogan <deniz@dogan.se>
14192
14193 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14194 user has not joined.
14195
08abfaad
SM
141962011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14199 aren't any completions at point.
14200
638f053a
JB
142012011-04-28 Juanma Barranquero <lekktu@gmail.com>
14202
14203 * subr.el (display-delayed-warnings): New function.
14204 (delayed-warnings-hook): New variable.
14205
8fff8daa
SM
142062011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14207
08abfaad
SM
14208 * minibuffer.el (completion-at-point, completion-help-at-point):
14209 Don't presume that a given completion-at-point-function will always
14210 use the same calling convention.
14211
8fff8daa
SM
14212 * pcomplete.el (pcomplete-completions-at-point):
14213 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14214 pcomplete-seen is non-nil.
14215 (pcomplete-comint-setup): Also recognize the new comint/shell
14216 completion functions.
14217 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14218 pcomplete-seen is non-nil.
14219
841a1577 142202011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14221
841a1577 14222 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14223 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14224 the first character in the entry. This allows for code to add its
211ec907
UJ
14225 own uid to the entry.
14226 (icalendar--convert-float-to-ical): Add export of
14227 `diary-float'-entries save for those with the optional DAY
14228 argument.
14229
2a782793
DC
142302011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14231
14232 * subr.el (shell-quote-argument): Use alternate escaping strategy
14233 when we spot a variable reference in a string.
14234
0438ce91
DC
142352011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14236
14237 * cus-start.el (all): Define customization for debug-on-event.
14238
841a1577 142392011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14240
14241 * subr.el (shell-quote-argument): Escape correctly under Windows.
14242
d090ed6c
SM
142432011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14246
bfd31217
MA
142472011-04-25 Michael Albinus <michael.albinus@gmx.de>
14248
d090ed6c
SM
14249 * net/tramp.el (tramp-process-actions): Add POS argument.
14250 Delete region between POS and (pos).
bfd31217 14251
d090ed6c
SM
14252 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14253 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14254 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14255
14256 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14257 position in `tramp-process-actions' call.
14258
14259 * net/trampver.el: Update release number.
14260
e92f3bd3
SM
142612011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14262
850256b5
SM
14263 * custom.el (defcustom): Obey lexical-binding.
14264
e92f3bd3
SM
14265 Fix octave-inf completion problems reported by Alexander Klimov.
14266 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14267 Inherit from octave-mode-syntax-table.
14268 (inferior-octave-mode): Set info-lookup-mode.
14269 (inferior-octave-completion-at-point): New function.
14270 (inferior-octave-complete): Use it and completion-in-region.
14271 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14272 comint-filename-completion.
14273 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14274 symbol elements which shouldn't be word elements.
14275 (octave-font-lock-keywords, octave-beginning-of-defun)
14276 (octave-function-header-regexp): Adjust regexps accordingly.
14277 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14278
cd22b309
JB
142792011-04-25 Juanma Barranquero <lekktu@gmail.com>
14280
14281 * net/gnutls.el (gnutls-errorp): Declare before first use.
14282
8b492194
TZ
142832011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14284
14285 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14286 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14287 default trustfile exists before going to use it. Add missing
5a5fa834 14288 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14289 Reported by Claudio Bley <claudio.bley@gmail.com>.
14290 (open-gnutls-stream): Add usage example.
14291
14292 * net/network-stream.el (network-stream-open-starttls): Give host
14293 parameter to `gnutls-negotiate'.
14294 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14295 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14296
841a1577 142972011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14298
cd22b309
JB
14299 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14300 Use correct match group (bug#8438).
05842630 14301
3ba7869c
CY
143022011-04-24 Chong Yidong <cyd@stupidchicken.com>
14303
512e3ae1
CY
14304 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14305 (package-menu--generate): New arg specifying packages to show.
14306 (package-menu-refresh, package-menu-execute, list-packages):
14307 Callers changed.
14308 (package-show-package-list): New function, replacing deleted
14309 package--list-packages (renamed because it is non-internal).
14310
14311 * finder.el (finder-list-matches): Use package-show-package-list
14312 instead of deleted package--list-packages.
14313
e92f3bd3
SM
14314 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14315 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14316 (vc-annotate-mode-map): Bind it to RET.
14317
7031be6d
UR
143182011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14319
14320 * progmodes/etags.el (next-file): Don't use set-buffer to change
14321 buffers (Bug#8478).
14322
4ef177aa
CY
143232011-04-24 Chong Yidong <cyd@stupidchicken.com>
14324
c8d173eb
CY
14325 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14326
4ef177aa
CY
14327 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14328 (apropos-accumulator): Doc fix.
14329 (apropos-function, apropos-macro, apropos-command)
14330 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14331 (apropos-plist): Add face property.
14332 (apropos-symbols-internal): Fix indentation.
14333 (apropos-print): Simplify help, and recognize apropos-multi-type.
14334 (apropos-print-doc): Use button-type-get to extract the button's
14335 face property. Fill docstring (Bug#8352).
14336
4ffd0d6b 143372011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14338
14339 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14340
c6c32125 14341 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14342 (mpuz-mode-map): Use mapc.
c6c32125
JB
14343 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14344 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14345 Fix typos in docstrings.
14346
58d468b4
JB
14347 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14348 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14349
6470c3c6
JB
14350 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14351
4ffd0d6b 143522011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14353
14354 * minibuffer.el (completion--do-completion): Avoid the "Next char
14355 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14356
3ad8bad0
CY
14357 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14358 mouse-2 into unread-command-events, it is interpreted correctly.
14359
71d73c9c 14360 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14361 (image-toggle-display): Doc fix.
71d73c9c 14362
841a1577 143632011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14364
4ffd0d6b
GM
14365 * textmodes/page.el (what-page): Use line-number-at-pos to
14366 calculate line number (Bug#6825).
6e1dbaa9 14367
c2fb1b60
JB
143682011-04-22 Juanma Barranquero <lekktu@gmail.com>
14369
14370 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14371 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14372 Pass argument NO-DEFAULT to `find-tag-interactive'.
14373
e02f48d7
JB
143742011-04-22 Juanma Barranquero <lekktu@gmail.com>
14375
14376 Lexical-binding cleanup.
14377
14378 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14379 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14380 * progmodes/ada-prj.el (ada-prj-initialize-values)
14381 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14382 (ada-prj-show-value):
14383 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14384 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14385 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14386 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14387 * progmodes/bug-reference.el (bug-reference-push-button):
14388 * progmodes/fortran.el (fortran-line-length):
14389 * progmodes/glasses.el (glasses-change):
14390 * progmodes/octave-mod.el (octave-fill-paragraph):
14391 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14392 (python-pdbtrack-grub-for-buffer, python-sentinel):
14393 * progmodes/sql.el (sql-save-connection):
14394 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14395 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14396 Mark unused parameters.
14397
14398 * progmodes/compile.el (compilation--flush-directory-cache)
14399 (compilation--flush-parse, compile-internal): Mark unused parameters.
14400 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14401 (compilation-next-error-function): Remove unused variable `timestamp'.
14402
14403 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14404 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14405
14406 * progmodes/dcl-mode.el (dcl-end-of-command):
14407 Remove unused variable `start'.
14408 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14409 (dcl-option-value-basic, dcl-option-value-offset)
14410 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14411 Mark unused parameters.
14412 (dcl-save-local-variable): Remove unused variable `val'.
14413 (mode): Declare.
14414
14415 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14416 Mark unused parameters.
14417 (delphi-ignore-changes): Move before first use.
14418 (delphi-charset-token-at): Remove unused variable `start'.
14419 (delphi-else-start): Remove unused variable `if-count'.
14420 (delphi-comment-block-start, delphi-comment-block-end):
14421 Remove unused variable `kind'.
14422 (delphi-indent-line): Remove unused variable `new-point'.
14423
14424 * progmodes/ebrowse.el (ebrowse-files-list)
14425 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14426 Mark unused parameters. Don't quote `lambda'.
14427 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14428 Don't quote `lambda'.
14429 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14430 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14431 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14432 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14433 Use `ignore-errors'.
14434 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14435 (ebrowse-view/find-file-and-search-pattern)
14436 (ebrowse-view/find-member-declaration/definition):
14437 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14438 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14439 Rename parameter PREFIX-ARG to PREFIX.
14440 (ebrowse-tags-read-name): Remove unused variables `start' and
14441 `member-info'.
14442 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14443 to `tags-file'.
14444
14445 * progmodes/etags.el (local-find-tag-hook): Declare.
14446 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14447 Mark unused parameters.
14448
14449 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14450 (executable-interpret): Mark unused parameter.
14451
14452 * progmodes/flymake.el (flymake-process-sentinel)
14453 (flymake-after-change-function)
14454 (flymake-create-temp-with-folder-structure)
14455 (flymake-get-include-dirs-dot): Mark unused parameters.
14456 (flymake-safe-delete-directory): Remove unused variable `err'.
14457
14458 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14459 (speedbar-timer-fn, speedbar-line-text)
14460 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14461 (speedbar-center-buffer-smartly): Declare functions.
14462 (gdb-find-watch-expression): Remove unused variable `array'.
14463 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14464 (gdb-starting): Mark unused parameters.
14465 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14466 (gdb-table-string): Remove unused variable `res'.
14467 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14468 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14469 (gdb-display-buffer): Remove unused variable `cur-size'.
14470
14471 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14472 allow lexical-binding compilation.
14473 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14474 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14475 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14476 Mark unused parameters.
14477 (gud-gdb-marker-filter): Remove unused variable `match'.
14478 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14479 lambda expressions and funcall them, instead of using `fset'.
14480
14481 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14482 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14483
14484 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14485 variable `header-beg'; use `let'.
14486
14487 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14488 `restart', `last-sexp' and `at-do'.
14489
14490 * progmodes/js.el (js--debug): Mark unused parameter.
14491 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14492 (js--splice-into-items): Remove unused variable `item'.
14493 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14494
14495 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14496 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14497 (makefile-complete): Remove unused variable `try'.
14498 (makefile-fill-paragraph, makefile-match-function-end):
14499 Mark unused parameters.
14500
14501 * progmodes/octave-inf.el (inferior-octave-complete):
14502 Remove unused variable `proc'.
14503 (inferior-octave-output-digest): Mark unused parameter.
14504
14505 * progmodes/perl-mode.el (perl-calculate-indent):
14506 Remove unused variable `err'.
14507
14508 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14509 (prolog-indent-line): Mark unused parameters.
14510 (prolog-indent-line): Remove unused variable `beg'.
14511
14512 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14513 (reporter-dont-compact-list): Declare.
14514
14515 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14516 Remove unused variable `char'.
14517 (sh-debug): Mark unused parameter.
14518 (sh-get-indent-info): Remove unused variable `start'.
14519 (sh-calculate-indent): Remove unused variable `var'.
14520
14521 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14522 (simula-electric-keyword): Remove unused variable `null'.
14523 (simula-search-backward, simula-search-forward): Remove unused
14524 variables `begin' and `end'.
14525
14526 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14527 Remove unused variable `pos'.
14528 (vera-electric-tab, vera-comment-uncomment-region):
14529 Mark unused parameters.
14530 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14531
7ede3b65
CY
145322011-04-22 Chong Yidong <cyd@stupidchicken.com>
14533
14534 * emacs-lisp/package.el (package--builtins, package-alist)
14535 (package-load-descriptor, package-built-in-p, package-activate)
14536 (define-package, package-installed-p)
14537 (package-compute-transaction, package-buffer-info)
14538 (package--push): Doc fix. Distinguish more clearly between
14539 version strings and version lists.
14540
121656e9
JB
145412011-04-21 Juanma Barranquero <lekktu@gmail.com>
14542
14543 Lexical-binding cleanup.
14544
14545 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14546 (5x5-make-mutate-best):
14547 * play/fortune.el (fortune-in-buffer):
14548 * play/gomoku.el (gomoku-init-display):
14549 * play/solitaire.el (solitaire, solitaire-do-check):
14550 * play/tetris.el (tetris-default-update-speed-function):
14551 Mark unused parameters.
14552
14553 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14554 (bubbles--shift): Remove unused variable `char-org'.
14555 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14556 (bubbles--show-images): Remove unused variable `char'.
14557
14558 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14559 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14560 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14561 (decipher-analyze-buffer): Use ?\s.
14562 (decipher-make-checkpoint): Remove unused variable `mapping'.
14563
14564 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14565
14566 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14567 Remove unused variable `result'; use `let'.
14568
14569 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14570 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14571 (gametree-children-shown-p, gametree-compute-reduced-score):
14572 Use `ignore-errors'.
14573
14574 * play/handwrite.el (ps-lpr-switches): Declare.
14575 (handwrite): Remove unused variables `pmin' and `lastp'.
14576
14577 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14578
14579 * play/landmark.el (landmark-init-display)
14580 (landmark-update-naught-weights): Mark unused parameters.
14581 (landmark-y): Remove unused variable `noise'. Simplify.
14582 (landmark-human-plays): Remove unused variable `score'.
14583
14584 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14585 (mpuz-try-proposal): Remove unused variable `game'.
14586
14587 * play/zone.el (life-patterns): Declare.
14588
80f499c7
JB
145892011-04-20 Juanma Barranquero <lekktu@gmail.com>
14590
14591 * vc/vc.el (ediff-vc-internal): Declare function.
14592
024ff170
SM
145932011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14594
c0a193ea
SM
14595 * shell.el: Use lexical-binding and std completion UI.
14596 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14597 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14598 comint-preoutput-filter-functions rather than on
14599 comint-output-filter-functions.
14600 (shell-command-completion, shell--command-completion-data)
14601 (shell-filename-completion, shell-environment-variable-completion)
14602 (shell-c-a-p-replace-by-expanded-directory): New functions.
14603 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14604 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14605 (shell-dynamic-complete-environment-variable): Use them.
14606 (shell-dynamic-complete-as-environment-variable)
14607 (shell-dynamic-complete-as-command): Remove.
14608 (shell-match-partial-variable): Match past point.
14609 * comint.el: Clean up use of completion-at-point-functions.
14610 (comint-completion-at-point): New function.
14611 (comint-mode): Use it completion-at-point-functions.
14612 (comint-dynamic-complete): Make it obsolete.
14613 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14614 (comint-c-a-p-replace-by-expanded-history): New function.
14615 (comint-dynamic-complete-functions)
14616 (comint-replace-by-expanded-history): Use it.
14617 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14618 termination strings. Try harder to avoid second try-completion.
14619 (completion-in-region-mode-map): Disable bindings that don't work yet.
14620
2dbaa080
SM
14621 * comint.el: Use lexical-binding. Require CL.
14622 (comint-dynamic-complete-functions): Use comint-filename-completion.
14623 (comint-completion-addsuffix): Tweak custom type.
14624 (comint-filename-completion, comint--common-suffix)
14625 (comint--common-quoted-suffix, comint--table-subvert)
14626 (comint--complete-file-name-data): New functions.
14627 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14628 (comint-dynamic-list-filename-completions): Use them.
14629 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14630
2dbaa080
SM
14631 * minibuffer.el (completion-in-region-mode):
14632 Keep completion-in-region-mode--predicate global.
14633 (completion-in-region--postch):
14634 Assume completion-in-region-mode--predicate is not null.
14635
c79a6f38
SM
14636 * progmodes/flymake.el (flymake-start-syntax-check-process):
14637 Obey `dir'. Simplify.
14638
024ff170
SM
14639 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14640 we're in VC after all.
14641
1c6c854e
CS
146422011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14643
14644 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14645 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14646 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14647
bed7f140
SM
146482011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14649
332e62ab
SM
14650 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14651 add sanity check.
14652
bed7f140
SM
14653 * obsolete/erc-hecomplete.el: Make obsolete.
14654 * obsolete/: Standardize obsolescence info in the header.
14655
f195c582
GM
146562011-04-20 Glenn Morris <rgm@gnu.org>
14657
14658 * calendar/solar.el (solar-horizontal-coordinates):
14659 Use the longitude argument rather than `calendar-longitude'.
14660 (solar-date-next-longitude): Remove unused locals.
14661
cb79b8c0
VJL
146622011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14663
14664 * whitespace.el: New version 13.2.1.
14665
146662011-04-20 felix <EmacsWiki> (tiny change)
14667
d8e4b68b 14668 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14669 switching between major modes on a file.
14670
602ea69d
SM
146712011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14672
14673 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14674 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14675 multi-line comments as well.
14676
06b60517
JB
146772011-04-19 Juanma Barranquero <lekktu@gmail.com>
14678
14679 Lexical-binding cleanup.
14680
14681 * arc-mode.el (archive-mode-revert):
14682 * cmuscheme.el (scheme-interactively-start-process):
14683 * custom.el (custom-initialize-delay):
14684 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14685 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14686 * emacs-lock.el (emacs-lock-clear-sentinel):
14687 * ezimage.el (defezimage):
14688 * follow.el (follow-avoid-tail-recenter):
14689 * fringe.el (set-fringe-mode-1):
14690 * generic-x.el (bat-generic-mode-compile):
14691 * help-mode.el (help-info-variable, help-do-xref)
14692 (help-mode-revert-buffer):
14693 * help.el (view-emacs-todo):
14694 * iswitchb.el (iswitchb-completion-help):
14695 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14696 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14697 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14698 * locate.el (locate-update):
14699 * longlines.el (longlines-encode-region)
14700 (longlines-after-change-function):
14701 * outline.el (outline-isearch-open-invisible):
14702 * ps-def.el (declare-function, charset-dimension, char-width)
14703 (encode-char):
14704 * ps-mule.el (ps-mule-plot-string):
14705 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14706 (recentf-edit-list-select, recentf-edit-list-validate)
14707 (recentf-open-files-action):
14708 * rect.el (delete-whitespace-rectangle-line)
14709 (rectangle-number-line-callback):
14710 * register.el (window-configuration-to-register)
14711 (frame-configuration-to-register):
14712 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14713 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14714 (xselect-convert-to-targets, xselect-convert-to-delete)
14715 (xselect-convert-to-filename, xselect-convert-to-charpos)
14716 (xselect-convert-to-lineno, xselect-convert-to-colno)
14717 (xselect-convert-to-os, xselect-convert-to-host)
14718 (xselect-convert-to-user, xselect-convert-to-class)
14719 (xselect-convert-to-name, xselect-convert-to-integer)
14720 (xselect-convert-to-atom, xselect-convert-to-identity):
14721 * subr.el (declare, ignore, process-kill-without-query)
14722 (text-clone-maintain):
14723 * terminal.el (te-get-char, te-tic-sentinel):
14724 * tool-bar.el (tool-bar-make-keymap):
14725 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14726 * type-break.el (type-break-mode, type-break-noninteractive-query):
14727 * view.el (View-back-to-mark):
14728 * wid-browse.el (widget-browse-action, widget-browse-widget)
14729 (widget-browse-widgets, widget-browse-sexp):
14730 * widget.el (define-widget-keywords):
14731 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14732 Mark unused parameters.
14733
14734 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14735 (align-areas): Remove unused variable `look'.
14736 (align-region): Remove unused variables `real-end' and `pos-list'.
14737
14738 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14739
14740 * bindings.el (mode-line-modified, mode-line-remote):
14741 Mark unused parameters.
14742 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14743
14744 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14745 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14746
14747 * comint.el (comint-history-isearch-pop-state)
14748 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14749 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14750 (comint-substitute-in-file-name): Doc fix.
14751
14752 * completion.el (cmpl-statistics-block): Mark unused parameter.
14753 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14754 (save-completions-to-file, load-completions-from-file):
14755 Remove unused local variable `e'.
14756
14757 * composite.el (compose-chars): Remove unused variable `len'.
14758 (lgstring-insert-glyph): Remove unused variable `g'.
14759 (compose-glyph-string): Remove unused variables `ascent',
14760 `descent', `lbearing' and `rbearing'.
14761 (compose-glyph-string-relative): Remove unused variables
14762 `lbearing', `rbearing' and `wadjust'.
14763 (compose-gstring-for-graphic): Remove unused variables `header',
14764 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14765 (compose-gstring-for-terminal): Remove unused variables `header'
14766 and `nchars'. Use `let', not `let*'.
14767
14768 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14769 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14770 (Custom-buffer-done, custom-buffer-create-internal)
14771 (custom-browse-visibility-action, custom-browse-group-tag-action)
14772 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14773 (widget-magic-mouse-down-action, custom-toggle-parent)
14774 (custom-add-parent-links, custom-toggle-hide-variable)
14775 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14776 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14777 (custom-face-menu-create, custom-variable-menu-create, get)
14778 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14779 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14780 (customize-apropos): Remove unused variable `tests'.
14781 (custom-group-value-create): Remove unused variable `hidden-p'.
14782 (sort-fold-case): Declare.
14783
14784 * cus-theme.el (custom-reset-standard-faces-list)
14785 (custom-reset-standard-variables-list): Declare.
14786 (customize-create-theme, custom-theme-revert, custom-theme-write)
14787 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14788 Mark unused parameters.
14789
14790 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14791
14792 * delim-col.el (delimit-columns-max): Move defvar before first use.
14793
14794 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14795 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14796
14797 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14798 (auto-insert): Declare.
14799 (desktop-restore-file-buffer): Rename desktop-* parameters;
14800 mark unused ones.
14801 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14802 (desktop-buffer): Rename desktop-* parameters.
14803
14804 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14805 (dframe-reposition-frame-xemacs, dframe-help-echo)
14806 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14807 Mark unused parameters.
14808
14809 * dired-aux.el (backup-extract-version-start, overwrite-query)
14810 (overwrite-backup-query, rename-regexp-query)
14811 (rename-non-directory-query): Declare.
14812 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14813 (dired-add-entry): Remove unused variable `orig-file-name'.
14814 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14815 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14816 `dired-copy-preserve-time' directly.
14817 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14818 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14819
14820 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14821 (dired-virtual-revert, dired-make-relative-symlink):
14822 Mark unused parameters.
14823 (manual-program): Declare.
14824 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14825 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14826 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14827
14828 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14829
14830 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14831
14832 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14833 Declare.
14834
14835 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14836
14837 * electric.el (Electric-command-loop): Rename parameter
14838 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14839
14840 * expand.el (expand-in-literal): Remove unused variable `here'.
14841
14842 * facemenu.el (facemenu-add-new-color):
14843 Remove unused variable `docstring'.
14844
14845 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14846 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14847 (face-attr-construct): Mark unused parameter. Doc fix.
14848 (read-color): Remove unused variable `hex-string'.
14849
14850 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14851 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14852 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14853 (display-buffer-other-frame): Remove unused variable `old-window'.
14854 (kill-buffer-hook): Declare.
14855 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14856 Mark unused parameters.
14857 (after-find-file): Pass 1 to `auto-save-mode', not t.
14858
14859 * files-x.el (auto-insert): Declare.
14860 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14861
14862 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14863 variable `buf'. Mark unused parameter.
06b60517
JB
14864 (find-lisp-insert-directory): Mark unused parameter.
14865
14866 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14867 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14868 (format-common-tail): Remove, unused.
14869 (format-deannotate-region): Remove unused variable `loc'.
14870 (format-annotate-region): Remove unused variable `p'.
14871 (format-annotate-single-property-change): Remove unused variables
14872 `default' and `tail'.
14873
14874 * forms.el (read-file-filter): Declare.
14875 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14876
14877 * frame.el (frame-creation-function-alist): Mark unused parameter.
14878 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14879
14880 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14881 Remove unused parameters.
14882 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14883 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14884
14885 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14886 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14887 (hfy-prepare-tag-map): Mark unused parameters.
14888 (htmlfontify-buffer): Use `called-interactively-p'.
14889
14890 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14891 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14892 (ibuffer-do-occur): Mark unused parameters.
14893 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14894 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14895
14896 * ibuffer.el: Don't quote `lambda'.
14897 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14898 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14899 Mark unused parameters.
14900
14901 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14902 (ido-completing-read): Mark unused parameters.
14903 (ido-copy-current-word): Mark unused parameters;
14904 remove unused variable `name'.
14905 (ido-sort-merged-list): Remove unused parameter `dirs'.
14906
14907 * ielm.el (ielm-input-sender): Mark unused parameter.
14908 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14909 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14910 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14911 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14912 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14913
14914 * image-dired.el (image-dired-display-thumbs): Remove unused
14915 variables `curr-file' and `count'.
14916 (image-dired-remove-tag): Remove unused variable `start'.
14917 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14918 variable `curr-file'
14919 (image-dired-rotate-original): Remove unused variable `temp-file'.
14920 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14921 Remove unused variable `file'.
14922 (image-dired-gallery-generate): Remove unused variable `curr'.
14923 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14924
14925 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14926
14927 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14928
14929 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14930
14931 * isearch.el (minibuffer-history-symbol): Declare.
14932 (isearch-edit-string): Remove unused variable `err'.
14933 (isearch-message-prefix, isearch-message-suffix):
14934 Mark unused parameters.
14935
14936 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14937
14938 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14939
14940 * makesum.el (double-column): Remove unused variable `cnt'.
14941
14942 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14943 (ido-ignore-item-temp-list): Declare.
14944
14945 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14946 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14947 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14948 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14949 `mouse-col-delta'.
14950
14951 * mouse-sel.el (mouse-extend-internal):
14952 Remove unused variable `orig-window-frame'.
14953
14954 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14955 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14956 Move declarations before first use.
14957 (pcomplete-opt): Mark unused parameters; doc fix.
14958
14959 * proced.el (proced-revert): Mark unused parameter.
14960 (proced-send-signal): Remove unused variable `err'.
14961
14962 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14963 Rename parameter PREFIX-ARG to ARG.
14964 (ps-basic-plot-string, ps-basic-plot-whitespace):
14965 Mark unused parameters.
14966
14967 * replace.el (replace-count): Define.
14968 (occur-revert-function): Mark unused parameters.
14969 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14970 (isearch-case-fold-search, isearch-string): Declare.
14971 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14972 bind `case-fold-search'. Remove unused variables `beg' and `end',
14973 and simplify.
14974 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14975 COUNT and bind `replace-count'.
14976 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14977 to COUNT.
14978
14979 * savehist.el (print-readably, print-string-length): Declare.
14980
14981 * shadowfile.el (shadow-expand-cluster-in-file-name):
14982 Remove unused variable `cluster'.
14983 (shadow-copy-file): Remove unused variable `i'.
14984 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14985 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14986 (shadow-define-literal-group, shadow-define-regexp-group)
14987 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14988
14989 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14990 (shell): Use `called-interactively-p'.
14991 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14992
14993 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14994 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14995 (delete-backward-char): Remove unused variable `ocol'.
14996 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14997 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14998 (event-apply-hyper-modifier, event-apply-shift-modifier)
14999 (event-apply-control-modifier, event-apply-meta-modifier):
15000 Mark unused parameters.
15001 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15002 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15003
15004 * speedbar.el (speedbar-ignored-directory-expressions)
15005 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15006 (speedbar-find-file, speedbar-dir-follow)
15007 (speedbar-directory-buttons-follow, speedbar-tag-find)
15008 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15009 (speedbar-buffers-line-directory, speedbar-buffer-click):
15010 Mark unused parameters.
15011 (speedbar-tag-file): Remove unused variable `mode'.
15012 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15013
15014 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15015
15016 * talk.el (talk): Remove unused variable `display'.
15017
15018 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15019 (tar-write-region-annotate): Mark unused parameter.
15020
15021 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15022 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15023 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15024 warning by another.
15025
15026 * time-stamp.el (time-stamp-string-preprocess):
15027 Remove unused variable `require-padding'.
15028
15029 * tree-widget.el (widget-glyph-enable): Declare.
15030 (tree-widget-action): Mark unused parameter.
15031
15032 * w32-fns.el (x-get-selection): Mark unused parameter.
15033 (autoload-make-program, generated-autoload-file): Declare.
15034
15035 * wdired.el (wdired-revert): Mark unused parameters.
15036 (wdired-xcase-word): Remove unused variable `err'.
15037
15038 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15039 (whitespace-help-scroll): Remove unused variable `data-help'.
15040
15041 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15042 (widget-image-insert, widget-after-change, default)
15043 (widget-default-format-handler, widget-default-notify)
15044 (widget-default-prompt-value, widget-info-link-action)
15045 (widget-url-link-action, widget-function-link-action)
15046 (widget-variable-link-action, widget-file-link-action)
15047 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15048 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15049 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15050 (widget-insert-button-action, widget-delete-button-action, visibility)
15051 (widget-documentation-link-action, widget-documentation-string-action)
15052 (widget-const-prompt-value, widget-regexp-match, symbol)
15053 (widget-coding-system-prompt-value)
15054 (widget-key-sequence-value-to-external, sexp)
15055 (widget-sexp-value-to-internal, character, vector, cons)
15056 (widget-choice-prompt-value, widget-boolean-prompt-value)
15057 (widget-color--choose-action): Mark unused parameters.
15058 (widget-item-match-inline, widget-choice-match-inline)
15059 (widget-checklist-match, widget-checklist-match-inline)
15060 (widget-group-match): Rename parameter VALUES to VALS.
15061 (widget-field-value-set): Remove unused variable `size'.
15062 (widget-color-action): Remove unused variables `value' and `start'.
15063
15064 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15065 variable `dir'. Doc fix.
06b60517
JB
15066 (windmove-find-other-window): Don't pass it.
15067
15068 * window.el (count-windows): Mark unused parameter.
15069 (bw-adjust-window): Remove unused variable `err'.
15070
15071 * woman.el (woman-file-name): Remove unused variable `default'.
15072 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15073 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15074 (global-font-lock-mode): Declare.
15075 (woman-decode-region): Mark unused parameter.
15076 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15077
15078 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15079 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15080 (x-dnd-handle-moz-url): Remove unused variable `title'.
15081 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15082
15083 * xml.el (xml-parse-tag, xml-parse-attlist):
15084 Remove unused variable `pos'.
15085
bc4f7f3d
GM
150862011-04-19 Glenn Morris <rgm@gnu.org>
15087
15088 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15089 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15090 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15091 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15092 * calendar/cal-html.el (cal-html-insert-minical):
15093 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15094 (calendar-mark-date-pattern):
15095 Prefix "unused" locals.
15096
15097 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15098 optional argument `style'.
15099
15100 * calendar/appt.el (appt-make-list):
15101 * calendar/cal-china.el (calendar-chinese-date-string):
15102 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15103 (diary-hebrew-yahrzeit):
15104 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15105 * calendar/calendar.el (calendar-generate-window):
15106 * calendar/time-date.el (time-to-days):
15107 Remove unused local variables.
15108
16a43933
CY
151092011-04-18 Chong Yidong <cyd@stupidchicken.com>
15110
15111 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15112 glyphless-char-display table.
15113 (tabulated-list-glyphless-char-display): New var.
15114
7eed1860
SS
151152011-04-18 Sam Steingold <sds@gnu.org>
15116
15117 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15118 to acknowledgments.
15119
4d2d1ccd
GM
151202011-04-17 Glenn Morris <rgm@gnu.org>
15121
15122 * calendar/diary-lib.el (diary-sexp-entry):
15123 * calendar/holidays.el (holiday-sexp):
15124 Set debug-on-error rather than the removed stack-trace-on-error.
15125
239da61d
GM
151262011-04-16 Glenn Morris <rgm@gnu.org>
15127
15128 * progmodes/f90.el: Use lexical-binding.
15129 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15130
8b05752a
SM
151312011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15132
daca8ba5
SM
15133 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15134 (mail-mode): Setup mailalias completion here instead.
15135 * mail/mailalias.el: Use lexical-binding.
15136 (pattern, mailalias-done): Declare dynamic.
15137 (mail-completion-at-point-function): New function, from mail-complete.
15138 (mail-complete): Use it.
15139 (mail-completion-expand): New function.
15140 (mail-get-names): Use it.
15141 (mail-directory, mail-directory-process, mail-directory-stream):
15142 Don't use `pattern' for lexically bound arg.
15143
6f542485
SM
15144 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15145
037e7c3f
SM
15146 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15147 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15148 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15149
8b05752a
SM
15150 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15151 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15152 (byte-interactive-p): Define them again, for use when inlining
15153 old code.
15154
49093f60
JB
151552011-04-15 Juanma Barranquero <lekktu@gmail.com>
15156
15157 * loadup.el: Use `string-to-number', not `string-to-int'.
15158
b5b8e7de
SM
151592011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15160
15161 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15162 gud-gdb-complete-command.
15163 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15164 (gud-gdb-completion-at-point): New function.
15165 (gud-gdb-completions): Remove.
15166
f42efeb5
MA
151672011-04-14 Michael Albinus <michael.albinus@gmx.de>
15168
49093f60
JB
15169 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15170 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15171 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15172 whether `executable-find' is bound.
f42efeb5
MA
15173
15174 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15175
e240cc21
SM
151762011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * minibuffer.el (completion-in-region-mode-predicate)
15179 (completion-in-region-mode--predicate): New vars.
15180 (completion-in-region, completion-in-region--postch)
15181 (completion-in-region-mode): Use them.
15182 (completion--capf-wrapper): Also return the hook function.
15183 (completion-at-point, completion-help-at-point):
15184 Adjust and provide a predicate.
c2bd2ab0
SM
15185
15186 Preserve arg names for advice of subr and lexical functions (bug#8457).
15187 * help-fns.el (help-function-arglist): Consolidate the subr and
15188 new-byte-code cases. Add argument `preserve-names' to extract names
15189 from the docstring when needed.
15190 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15191 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15192 (ad-arglist): Use help-function-arglist's new arg.
15193 (ad-definition-type): Use cond.
15194
c183f693
JB
151952011-04-13 Juanma Barranquero <lekktu@gmail.com>
15196
06641a47
JB
15197 * autorevert.el (auto-revert-handler):
15198 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15199 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15200 Don't quote lambda.
15201
c183f693
JB
15202 * image-mode.el (image-transform-set-scale):
15203 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15204
1e3b6001
G
152052011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15206
15207 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15208 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15209 Upgrades via gnutls-cli are too slow to be done opportunistically.
15210
2d6af8dd
JB
152112011-04-12 Juanma Barranquero <lekktu@gmail.com>
15212
15213 * dframe.el (dframe-current-frame): Remove spurious quote.
15214
c0749a51
GM
152152011-04-12 Glenn Morris <rgm@gnu.org>
15216
088d0d61
GM
15217 * calendar/cal-tex.el (cal-tex-end-document):
15218 Try to automatically use latin1 input if needed.
15219
c0749a51
GM
15220 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15221 Don't try to cons a mark onto an empty element.
15222
5c90fde0
LL
152232011-04-11 Leo Liu <sdl.web@gmail.com>
15224
15225 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15226 buffers.
15227 (ido-kill-buffer-at-head): Support killing virtual buffers.
15228
369e974d
CY
152292011-04-10 Chong Yidong <cyd@stupidchicken.com>
15230
15231 * minibuffer.el (completion-show-inline-help): New var.
15232 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15233 (minibuffer-force-complete, minibuffer-complete-word):
15234 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15235
15236 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15237 to avoid interference from inline help (Bug#5849).
15238
37f1c930
LL
152392011-04-10 Leo Liu <sdl.web@gmail.com>
15240
099c39a4
JB
15241 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15242 Fix typo.
37f1c930 15243
a32d4040
CY
152442011-04-09 Chong Yidong <cyd@stupidchicken.com>
15245
15246 * image-mode.el (image-toggle-display-image): Signal an error if
15247 not in Image mode.
15248 (image-transform-mode, image-transform-resize)
15249 (image-transform-set-rotation): Doc fix.
daca8ba5 15250 (image-transform-set-resize): Delete.
a32d4040
CY
15251 (image-transform-set-scale, image-transform-fit-to-height)
15252 (image-transform-fit-to-width): Handle image-toggle-display-image
15253 and image-transform-resize directly.
15254
099c39a4 152552011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15256
15257 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15258 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15259 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15260 (doc-view-mode-map): Add bindings for the new functions.
15261
099c39a4 152622011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15263
4d61f28d 15264 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15265 Fix typo in docstring.
15266
3726838a
EZ
152672011-04-08 Eli Zaretskii <eliz@gnu.org>
15268
04f33f1e
EZ
15269 * files.el (file-size-human-readable): Produce one digit after
15270 decimal, like "ls -lh" does.
15271
15272 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15273 the file size representation.
15274
3726838a
EZ
15275 * simple.el (list-processes): If async subprocesses are not
15276 available, error out with a clear error message.
15277
cbb59342
CY
152782011-04-08 Chong Yidong <cyd@stupidchicken.com>
15279
15280 * help.el (help-form-show): New function, to be called from C.
15281 Put help-form output in a buffer named differently than *Help*.
15282
e3971c44
EZ
152832011-04-08 Eli Zaretskii <eliz@gnu.org>
15284
15285 * files.el (file-size-human-readable): New function.
15286
15287 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15288 computing the representation inline. Don't require `cl'.
15289
12544bbe
GM
152902011-04-08 Glenn Morris <rgm@gnu.org>
15291
a1de6c6a
GM
15292 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15293
3c4671f4
GM
15294 * net/browse-url.el (browse-url-firefox):
15295 Test system-type, not system-configuration.
15296
b605679c
GM
15297 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15298 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15299 Use log-edit-empty-buffer-p. (Bug#7598)
15300
56442f0c
GM
15301 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15302 (rlogin-mode-map): Initialize in the defvar.
15303 (rlogin): Use ignore-errors.
15304
12544bbe
GM
15305 * replace.el (occur-mode-map): Some fixes for menu items.
15306
eb237b0f
AH
153072011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15308
15309 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15310
7d668f2c
CY
153112011-04-06 Chong Yidong <cyd@stupidchicken.com>
15312
e67a13ab
CY
15313 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15314 issuing unused warnings.
15315
15316 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15317 macro directly.
15318
7d668f2c
CY
15319 * simple.el: Lisp reimplement of list-processes. Based on an
15320 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15321 (process-menu-mode): New major mode.
15322 (list-processes--refresh, list-processes):
15323 (process-menu-visit-buffer): New functions.
15324
15325 * files.el (save-buffers-kill-emacs): Don't assume any return
15326 value of list-processes, which is undocumented anyway.
15327
a83ec3c9
CY
153282011-04-06 Chong Yidong <cyd@stupidchicken.com>
15329
15330 * emacs-lisp/tabulated-list.el: New file.
15331
e91a96fe
CY
15332 * emacs-lisp/package.el: Use Tabulated List mode.
15333 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15334 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15335 table format using Tabulated List mode variables.
15336 (package--push): New macro, replacing package-list-maybe-add.
15337 (package-menu--generate): Use package--push. Renamed from
15338 package--generate-package-list.
15339 (package-menu-refresh, list-packages): Use it.
daca8ba5 15340 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15341 Return insertion data instead of inserting it directly.
099c39a4
JB
15342 (package-menu-describe-package, package-menu-execute):
15343 Use tabulated-list-get-id.
e91a96fe
CY
15344 (package-menu-mark-delete, package-menu-mark-install)
15345 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15346 (package-menu-mark-obsolete-for-deletion):
15347 Use tabulated-list-put-tag.
e91a96fe
CY
15348 (package--list-packages, package-menu-revert)
15349 (package-menu-get-package, package-menu-get-version)
15350 (package-menu-sort-by-column): Functions deleted.
15351 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15352 (package-menu--status-predicate, package-menu--version-predicate)
15353 (package-menu--name-predicate)
15354 (package-menu--description-predicate): Handle arguments in the
15355 Tabulated List format.
15356 (package-list-packages-no-fetch): Call list-packages.
15357
3e214b50
JB
153582011-04-06 Juanma Barranquero <lekktu@gmail.com>
15359
15360 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15361 (after-find-file): Don't bind it.
3e214b50
JB
15362 (revert-buffer-in-progress-p): New variable.
15363 (revert-buffer): Bind it.
15364 Pass nil for `after-find-file-from-revert-buffer'.
15365
15366 * saveplace.el (save-place-find-file-hook): Use new variable
15367 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15368
3f0f1700
GM
153692011-04-06 Glenn Morris <rgm@gnu.org>
15370
c0274801
GM
15371 * Makefile.in (AUTOGEN_VCS): New variable.
15372 (autoloads): Use $AUTOGEN_VCS.
15373
3f0f1700
GM
15374 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15375 * calendar/calendar.el (calendar-mode-map):
15376 Check for toolkit scroll bars. (Bug#8305)
15377
41ea9e48
CY
153782011-04-05 Chong Yidong <cyd@stupidchicken.com>
15379
15380 * minibuffer.el (completion-in-region--postch)
15381 (completion-in-region-mode): Remove unnecessary messages.
15382
6194c800
JB
153832011-04-05 Juanma Barranquero <lekktu@gmail.com>
15384
33256f14
JB
15385 * font-lock.el (font-lock-refresh-defaults):
15386 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15387 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15388
6194c800
JB
15389 * info.el (Info-directory-list, Info-read-node-name-2)
15390 (Info-split-parameter-string): Doc fixes.
15391 (Info-virtual-nodes): Reflow docstring.
15392 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15393 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15394 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15395 Fix typos in docstrings.
15396 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15397 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15398 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15399 (Info-restore-desktop-buffer): Mark unused parameters.
15400 (Info-directory-find-file, Info-directory-find-node)
15401 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15402 (Info-virtual-index-find-node, Info-apropos-find-file)
15403 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15404 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15405 (Info-virtual-index): Remove unused local variable `nodename'.
15406
b87a8200 154072011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15408
b87a8200
DD
15409 * net/rcirc.el: Update my e-mail address.
15410 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15411
3b2ff876
CY
154122011-04-05 Chong Yidong <cyd@stupidchicken.com>
15413
15414 * startup.el (command-line): Save the cursor's theme-face
15415 directly, instead of using face-override-spec.
15416
15417 * custom.el (load-theme): Minor optimization in assigning faces.
15418
8d17e7ca
JB
154192011-04-04 Juanma Barranquero <lekktu@gmail.com>
15420
15421 * help-fns.el (describe-variable): Complete all variables having
15422 documentation, including keywords.
15423 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15424
2fbc1934
JB
154252011-04-04 Juanma Barranquero <lekktu@gmail.com>
15426
15427 Convert to lexical-binding.
15428
15429 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15430 (bs--get-marked-string, bs--get-modified-string)
15431 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15432 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15433 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15434
15435 * ehelp.el (electric-help-execute-extended)
15436 (electric-help-ctrl-x-prefix):
15437 * hexl.el (hexl-revert-buffer-function):
15438 * linum.el (linum-after-change, linum-after-scroll):
15439 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15440
15441 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15442
74f50695
DU
154432011-04-04 Daiki Ueno <ueno@unixuser.org>
15444
15445 * epa-dired.el:
15446 * epa-mail.el:
15447 * epa-hook.el:
15448 * epa-file.el:
15449 * epa.el:
15450 * epg.el: Use lexical binding.
15451
c11325f7
CY
154522011-04-03 Chong Yidong <cyd@stupidchicken.com>
15453
0d9e9a12
CY
15454 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15455
c11325f7 15456 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15457 dictionary case for flyspell-mark-duplications-exceptions.
15458 Use regexp matching for languages.
c11325f7
CY
15459 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15460 default dictionary (Bug#7926).
15461
da91b5f2
CY
154622011-04-02 Chong Yidong <cyd@stupidchicken.com>
15463
099c39a4
JB
15464 * emacs-lisp/package.el (package--with-work-buffer):
15465 Recognize https URLs.
da91b5f2 15466
099c39a4
JB
15467 * net/network-stream.el: Move from gnus/proto-stream.el.
15468 Change prefix to network-stream throughout.
da91b5f2
CY
15469 (open-protocol-stream): Merge into open-network-stream, leaving
15470 open-protocol-stream as an alias. Handle nil BUFFER args.
15471
15472 * subr.el (open-network-stream): Move to net/network-stream.el.
15473
afa8e9f6
GM
154742011-04-02 Glenn Morris <rgm@gnu.org>
15475
1d2e369d
GM
15476 * find-dired.el (find-exec-terminator): New option.
15477 (find-ls-option): Test for -ls support.
15478 (find-ls-subdir-switches): Test for -b in find-ls-option.
15479 (find-dired, find-grep-dired): Doc fixes.
15480 (find-dired): Use find-exec-terminator.
15481
8abb7da8 15482 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15483 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15484 (find-name-arg): Remove purecopy.
8abb7da8 15485
f3ca7378
GM
15486 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15487 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15488 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15489 accordingly. Don't add the null-device if not needed.
15490
afa8e9f6
GM
15491 * files.el (save-some-buffers): Doc fix.
15492
35eae264
EZ
154932011-04-02 Eli Zaretskii <eliz@gnu.org>
15494
15495 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15496
26b51db5
JB
154972011-04-01 Juanma Barranquero <lekktu@gmail.com>
15498
15499 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15500 Use `dolist' rather than `mapcar'.
15501
7200d79c
SM
155022011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15503
03408648 15504 Add lexical binding.
7200d79c 15505
03408648
SM
15506 * subr.el (apply-partially): Use new closures rather than CL.
15507 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15508 (dolist, dotimes): Use slightly different expansion for lexical code.
15509 (functionp): Move to C.
15510 (letrec): New macro.
15511 (with-wrapper-hook): Use it and apply-partially instead of CL.
15512 (eval-after-load): Preserve lexical-binding.
15513 (save-window-excursion, with-output-to-temp-buffer): Turn them
15514 into macros.
7200d79c 15515
03408648
SM
15516 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15517
15518 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15519 than the arglist.
15520 (help-add-fundoc-usage): Don't add `Not documented'.
15521 (help-function-arglist): Handle closures, subroutines, and new
15522 byte-code-functions.
15523 (help-make-usage): Remove leading underscores.
15524 (describe-function-1): Handle closures.
15525 (describe-variable): Use special-variable-p for completion.
15526
15527 * files.el (lexical-binding): Declare safe.
f488fb65 15528
03408648
SM
15529 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15530 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15531 (pcase): Add `let' pattern.
15532 Change memoization so it actually works.
15533 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15534 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15535 <let>: New case.
f488fb65 15536
03408648
SM
15537 * emacs-lisp/macroexp.el: Use lexical binding.
15538 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15539 Don't convert ' to #' without checking that it's indeed quoting
15540 a lambda.
15541
15542 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15543 Use eval-sexp-add-defvars.
03408648
SM
15544 (eval-sexp-add-defvars): New fun.
15545
15546 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15547
15548 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15549 Don't autoload.
15550 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15551 than the internal `byte-compile-lambda'.
15552 (defmethod): Don't hide code under quotes.
15553 (eieio-defmethod): New `code' argument.
15554
15555 * emacs-lisp/eieio-comp.el: Remove.
15556
15557 * emacs-lisp/edebug.el (edebug-eval-defun)
15558 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15559 (edebug-toggle): Avoid `eval'.
15560
15561 * emacs-lisp/disass.el (disassemble-internal): Handle new
15562 `closure' objects.
15563 (disassemble-1): Handle new byte codes.
15564
15565 * emacs-lisp/cl.el (pushnew): Silence warning.
15566
15567 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15568 (cl-byte-compile-throw): Remove.
15569 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15570
15571 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15572 closures.
15573
15574 * emacs-lisp/cconv.el: New file.
15575
15576 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15577 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15578 (byte-compile-initial-macro-environment):
15579 Handle declare-function here.
15580 (byte-compile--lexical-environment): New var.
15581 (byte-stack-ref, byte-stack-set, byte-discardN)
15582 (byte-discardN-preserve-tos): New lap codes.
15583 (byte-interactive-p): Don't use any more.
15584 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15585 New macros.
15586 (byte-compile-lapcode): Use them and handle new lap codes.
15587 (byte-compile-obsolete): Remove.
15588 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15589 (byte-compile-arglist-warn): Check late def of inlinable funs.
15590 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15591 since they should have been expanded by now.
15592 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15593 (byte-compile-from-buffer): Remove unused second arg.
15594 (byte-compile-preprocess): New function.
15595 (byte-compile-toplevel-file-form): New function to distinguish
15596 file-form calls from outside from file-form calls from hunk-handlers.
15597 (byte-compile-file-form): Simplify.
15598 (byte-compile-file-form-defsubst): Remove.
15599 (byte-compile-file-form-defmumble): Simplify now that
15600 byte-compile-lambda always returns a byte-code-function.
15601 (byte-compile): Preprocess.
15602 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15603 Remove, not used any more.
15604 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15605 (byte-compile-make-args-desc): New funs.
15606 (byte-compile-lambda): Handle lexical functions. Always return
15607 a byte-code-function.
15608 (byte-compile-reserved-constants): New var, to make up room for
15609 closed-over variables.
15610 (byte-compile-constants-vector): Obey it.
15611 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15612 (byte-compile-macroexpand-declare-function): New function.
15613 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15614 byte-code-functions.
15615 (byte-compile-form): Check obsolescence here.
15616 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15617 (byte-compile-variable-ref): Remove.
15618 (byte-compile-dynamic-variable-op): New fun.
15619 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15620 (byte-compile-variable-set): New funs.
15621 (byte-compile-discard): Add 2 args.
15622 (byte-compile-stack-ref, byte-compile-stack-set)
15623 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15624 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15625 macroexpand-all instead.
15626 (byte-compile-quote-form): Remove.
15627 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15628 (byte-compile-bind, byte-compile-unbind): New funs.
15629 (byte-compile-let): Handle let* and lexical binding.
15630 (byte-compile-let*): Remove.
15631 (byte-compile-catch, byte-compile-unwind-protect)
15632 (byte-compile-track-mouse, byte-compile-condition-case):
15633 Handle a new :fun-body form, used for lexical scoping.
15634 (byte-compile-save-window-excursion)
15635 (byte-compile-with-output-to-temp-buffer): Remove.
15636 (byte-compile-defun): Simplify.
15637 (byte-compile-stack-adjustment): New fun.
15638 (byte-compile-out): Use it.
15639 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15640
15641 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15642 handler any more.
15643
15644 * emacs-lisp/byte-opt.el: Use lexical binding.
15645 (byte-inline-lapcode): Remove (to bytecomp).
15646 (byte-compile-inline-expand): Pay attention to inlining to/from
15647 lexically bound code.
15648 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15649 any more.
15650 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15651 any more and don't call compiler-macros.
15652 (byte-compile-splice-in-already-compiled-code): Remove.
15653 (byte-code): Don't inline any more.
15654 (disassemble-offset): Receive `bytes' as argument rather than via
15655 dynamic scoping.
15656 (byte-compile-tag-number): Declare before first use.
15657 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15658 `return' even if make-spliceable.
15659 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15660 obsolete interactive-p.
15661 (byte-optimize-lapcode): Optimize new lap-codes.
15662 Don't trip up on new form of `byte-constant' lap code.
15663
15664 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15665
15666 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15667
15668 * custom.el (custom-initialize-default, custom-declare-variable):
15669 Use `defvar'.
15670
15671 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15672 New variables.
15673 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15674 (COMPILE_FIRST): Add macroexp and cconv.
15675 * makefile.w32-in: Mirror changes in Makefile.in.
15676
15677 * vc/cvs-status.el:
15678 * vc/diff-mode.el:
15679 * vc/log-edit.el:
15680 * vc/log-view.el:
15681 * vc/smerge-mode.el:
15682 * textmodes/bibtex-style.el:
090bd7cb 15683 * textmodes/css-mode.el:
03408648
SM
15684 * startup.el:
15685 * uniquify.el:
da91b5f2
CY
15686 * minibuffer.el:
15687 * newcomment.el:
15688 * reveal.el:
15689 * server.el:
15690 * mpc.el:
15691 * emacs-lisp/smie.el:
15692 * doc-view.el:
15693 * dired.el:
03408648
SM
15694 * abbrev.el: Use lexical binding.
15695
0f0c1f27
EZ
156962011-04-01 Eli Zaretskii <eliz@gnu.org>
15697
15698 * info.el (info-display-manual): New function.
15699
c82b2579
SM
157002011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15701
15702 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15703
221ddf68
TH
157042011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15705
15706 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15707 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15708
cba6e77e
GM
157092011-03-31 Glenn Morris <rgm@gnu.org>
15710
e040639f
GM
15711 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15712
cba6e77e
GM
15713 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15714
6d0f1c9e
CS
157152011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15716
15717 * progmodes/python.el (python-default-interpreter)
15718 (python-python-command-args, python-jython-command-args)
15719 (python-which-shell, python-which-args, python-which-bufname)
15720 (python-file-queue, python-comint-output-filter-function)
15721 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15722 variables and functions.
15723
3e2d70fd
SM
157242011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15725
15726 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15727 (completion-in-region-mode): New minor mode.
15728 (completion-in-region): Use it.
15729 (completion-in-region--data, completion-in-region-mode-map): New vars.
15730 (completion-in-region--postch): New function.
15731 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15732 New vars.
15733 (completion--capf-wrapper): New function.
15734 (completion-at-point): Use it to track well-behavedness of
15735 hook functions.
15736 (completion-help-at-point): New command.
15737
f3e4086c
JM
157382011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15739
15740 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15741 syntax class to search for whitespace on a single line
15742 (Message-ID: <4D938140.4030905@redhat.com>).
15743
eb7ffc14
LL
157442011-03-30 Leo Liu <sdl.web@gmail.com>
15745
15746 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15747 New commands.
15748 (edit-abbrevs-map): Bind them here.
15749 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15750
d806ab68
KM
157512011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15752
15753 * allout.el (allout-hide-by-annotation, allout-flag-region):
15754 Reduce possibility of overlay leakage by making them volatile.
15755
15756 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15757 hash is not shared between buffers. Mode initialization is
15758 responsible for giving it a useful starting value.
15759 (allout-item-span): Reduce possibility of overlay leakage by
15760 making them volatile.
15761 (allout-widgets-count-buttons-in-region): Add diagnostic function
15762 for tracking down button overlay leaks.
15763
ea622834
LL
157642011-03-29 Leo Liu <sdl.web@gmail.com>
15765
15766 * ido.el (ido-read-internal): Use the default history var
15767 minibuffer-history if no HISTORY is specified.
15768
b62f8267
G
157692011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15770
03408648
SM
15771 * net/imap.el (imap-shell-open, imap-process-connection-type):
15772 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15773 Kerberos, SSL, other subprocesses.
15774
947b6566
LL
157752011-03-28 Leo Liu <sdl.web@gmail.com>
15776
15777 * abbrev.el (abbrev-table-empty-p): New function.
15778 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15779 nonempty ones. (Bug#5937)
15780
5ffb62aa
JD
157812011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15782
15783 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15784
7a097943
LL
157852011-03-27 Leo Liu <sdl.web@gmail.com>
15786
15787 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15788 for foreground and background colors.
15789 (ansi-color-make-color-map): Adapt.
15790
c5b40130
LL
157912011-03-25 Leo Liu <sdl.web@gmail.com>
15792
1f48f7d2
LL
15793 * midnight.el (midnight-time-float): Remove. Note it calculates
15794 the microsecond component incorrectly and seconds-to-time does the
15795 same job.
625897ec 15796 Remove redundant (require 'timer).
1f48f7d2 15797
c5b40130
LL
15798 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15799 (ido-completions): Remove unused arguments. (Bug#8329)
15800
d86d2721
SM
158012011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15802
15803 * minibuffer.el (completion--flush-all-sorted-completions):
15804 Remove itself from hook.
15805 (completion-at-point): Let the functions perform the completion
15806 immediately and return nil or t.
15807 * comint.el (comint-dynamic-complete-functions): Now identical to
15808 completion-at-point-functions.
15809 (comint-dynamic-list-input-ring): Remove unused var `index'.
15810 (comint--match-partial-filename, comint--unquote&expand-filename):
15811 New funs, split from comint-match-partial-filename.
15812 (comint-dynamic-complete): Use completion-at-point.
15813 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15814
e8974c48
DA
158152011-03-24 Drew Adams <drew.adams@oracle.com>
15816
15817 * thingatpt.el: Support `defun'.
15818
def71b5e
LL
158192011-03-23 Leo Liu <sdl.web@gmail.com>
15820
cb5af48e
LL
15821 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15822
def71b5e
LL
15823 * help-mode.el (help-mode-finish): Tweak regexp.
15824
927c53e7
GM
158252011-03-23 Glenn Morris <rgm@gnu.org>
15826
18d05bed
GM
15827 * eshell/esh-opt.el (eshell-eval-using-options):
15828 Do not bind unused local variable `eshell-option-stub'.
15829
927c53e7
GM
15830 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15831
9d0da923
JB
158322011-03-22 Juanma Barranquero <lekktu@gmail.com>
15833
15834 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15835 keymap variable in `with-no-warnings' to avoid a warning when the
15836 keymap has been already `defconst'ed.
15837
4b978a67
LL
158382011-03-22 Leo Liu <sdl.web@gmail.com>
15839
15840 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15841 encode all chars in abbrevs; otherwise use emacs-mule or
15842 utf-8-emacs. (Bug#8308)
15843
5fd62452
JB
158442011-03-22 Juanma Barranquero <lekktu@gmail.com>
15845
0b1596c6
JB
15846 * simple.el (backward-delete-char-untabify):
15847 Avoid warning about using `delete-backward-char'.
15848
5fd62452
JB
15849 * image.el (image-type-file-name-regexps): Make it variable.
15850 `imagemagick-register-types' modifies it, and the user may want
15851 to add new extensions for known image types.
15852 (imagemagick-register-types): Throw error if not using ImageMagick.
15853
0b4e93f1
LL
158542011-03-22 Leo Liu <sdl.web@gmail.com>
15855
15856 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15857 located before rcirc-prompt-end-marker.
15858 (rcirc-complete): Error if point is not after rcirc prompt.
15859 Handle the case when table is nil.
9882e214 15860 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15861
fccee4ab
CY
158622011-03-22 Chong Yidong <cyd@stupidchicken.com>
15863
15864 * custom.el (custom--inhibit-theme-enable): Make it affect only
15865 custom-theme-set-variables and custom-theme-set-faces.
15866 (provide-theme): Ignore custom--inhibit-theme-enable.
15867 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15868 (custom-enabling-themes): Delete variable.
d86d2721
SM
15869 (enable-theme): Accept only loaded themes as arguments.
15870 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15871 (custom-enabled-themes): Forbid themes from setting this.
15872 Eliminate use of custom-enabling-themes.
15873 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15874
af896da6
LL
158752011-03-21 Leo Liu <sdl.web@gmail.com>
15876
15877 * ido.el (ido-read-internal): Add ido-selected to history instead
15878 of user input.
15879
78f64af0
SM
158802011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15881
15882 * subr.el (deferred-action-list, deferred-action-function):
15883 Mark obsolete.
15884
b16ac1ec
LL
158852011-03-21 Leo Liu <sdl.web@gmail.com>
15886
810f7698
LL
15887 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15888 change on 2011-02-13 (bug#8309).
15889
b16ac1ec
LL
15890 * minibuffer.el (read-file-name-function): Change default value.
15891 (read-file-name--defaults): Rename from read-file-name-defaults.
15892 (read-file-name-default): Rename from read-file-name.
15893 (read-file-name): Call read-file-name-function.
15894
4e05e67e
GM
158952011-03-21 Glenn Morris <rgm@gnu.org>
15896
15897 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15898 Doc fixes.
15899
4359915b
CY
159002011-03-21 Chong Yidong <cyd@stupidchicken.com>
15901
15902 * cus-theme.el: Add missing provide statement.
15903 (customize-create-theme): Extract theme value correctly.
15904 (custom-theme-visit-theme): Autoload.
15905 (customize-create-theme): Prompt before inserting default faces.
15906
1fe275ee
JB
159072011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15908
15909 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15910 units and musical notes.
15911
cd394be1 159122011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15913
15914 * ido.el (ido-read-internal): Use completing-read-default.
15915 (ido-completing-read): Fix compatibility with completing-read.
15916
7d476bde
CO
159172011-03-20 Christian Ohler <ohler@gnu.org>
15918
15919 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15920 (ert-delete-all-tests): Use `called-interactively-p' rather than
15921 `interactive-p'.
15922 (ert--make-xrefs-region): Respect END.
15923
fe0fb33e
CY
159242011-03-19 Chong Yidong <cyd@stupidchicken.com>
15925
ff854b0b
CY
15926 * dired-aux.el (dired-create-directory): Signal an error if the
15927 directory already exists (Bug#8246).
15928
fe0fb33e
CY
15929 * facemenu.el (list-colors-display): Call list-faces-display
15930 inside with-help-window.
15931 (list-colors-print): Use display property to align the final
15932 column, instead of checking window-width.
15933
576bce32
EZ
159342011-03-19 Eli Zaretskii <eliz@gnu.org>
15935
4d61f28d 15936 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15937 windows-nt systems.
15938 (emerge-protect-metachars): Quote correctly for ms-dos and
15939 windows-nt systems.
15940
89c41d68 159412011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15942
15943 * info.el (info-initialize): Replace all uses of `:' with
15944 path-separator for compatibility with non-Unix systems.
15945 Cache quoting of path-separator. (Bug#8258)
15946
b14e3e21 159472011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15948
15949 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15950 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15951 (mouse-avoidance-mode): Fix typos in docstrings.
15952
4525ce3e
CY
159532011-03-19 Chong Yidong <cyd@stupidchicken.com>
15954
15955 * startup.el (package-subdirectory-regexp): Move from package.el.
15956 Omit \\` and \\', and let callers add them.
15957
15958 * emacs-lisp/package.el (package-strip-version)
15959 (package-load-all-descriptors): Add \\` and \\' to
15960 package-subdirectory-regexp before using it.
15961 (package-untar-buffer): New arg DIR; ensure that file untars only
15962 into this expected directory. Remove superfluous delete-region.
15963 (package-unpack): Caller changed.
15964 (package-tar-file-info): Use package-subdirectory-regexp.
15965
a904a09a 159662011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15967
a904a09a
SM
15968 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15969 diff-mode-shared-map (bug#8284).
15970 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15971
159722011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15973
15974 * calendar/time-date.el (format-seconds): Use assoc instead of
15975 assoc-string, since assoc-string doesn't exist in XEmacs.
15976
171fc304
JB
159772011-03-17 Juanma Barranquero <lekktu@gmail.com>
15978
15979 * custom.el (custom-known-themes): Reflow docstring.
15980 (custom-theme-load-path): Fix typo in docstring.
15981 (load-theme): Fix typo in error message.
15982 (custom-available-themes, custom-variable-theme-value):
15983 Use `let', not `let*'.
15984
d71990a1
JB
159852011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15986
15987 * calc/README: Mention inclusion of musical notes.
15988
15989 * calc/calc-units.el (calc-lu-quant): Rename from
15990 `calc-logunits-quantity'.
15991 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15992 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15993 (calc-db): Rename from `calc-dblevel'.
15994 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15995 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15996 (calc-np): Rename from `calc-nplevel'.
15997 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15998 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15999 (calc-lu-plus): Rename from `calc-logunits-add'.
16000 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16001 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16002 (calc-lu-minus): Rename from `calc-logunits-sub'.
16003 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16004 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16005 (calc-lu-times): Rename from `calc-logunits-mul'.
16006 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16007 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16008 (calc-lu-divide): Rename from `calc-logunits-div'.
16009 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16010 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16011
16012 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16013 functions being autoloaded.
16014
16015 * calc/calc.el (calc-lu-power-reference): Rename from
16016 `calc-logunits-power-reference'.
16017 (calc-lu-field-reference): Rename from
16018 `calc-logunits-field-reference'.
16019
7a71b18d
GM
16020 * calc/calc-help.el (calc-l-prefix-help):
16021 Mention musical note functions.
d71990a1 16022
40c2934b
SM
160232011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16024
16025 * minibuffer.el (completion-all-sorted-completions):
16026 Use :completion-cycle-penalty text property if present.
16027
b0911414
KM
160282011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16029
16030 * allout.el (allout-yank-processing): Adjust for new rebulleting
16031 regime so bullet being yanked is used without prompting the user
16032 for a choice.
16033
8a05b668
JB
160342011-03-16 Juanma Barranquero <lekktu@gmail.com>
16035
16036 * startup.el (command-line): Warn the user that _emacs is deprecated.
16037
5ba5fb81
JB
160382011-03-16 Juanma Barranquero <lekktu@gmail.com>
16039
16040 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16041 (delphi-verbose, delphi-comment-face, delphi-string-face)
16042 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16043 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16044 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16045 (delphi-new-comment-line, delphi-font-lock-defaults)
16046 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16047 Fix typos in docstrings.
16048
2dab465b
KM
160492011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16050
5ba5fb81 16051 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16052 Invert the roles of character and string values for INSTEAD, so a
16053 string is used for the more common case of a defaulting prompt.
16054
0adf5618
SM
160552011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16056
16057 * progmodes/ruby-mode.el (ruby-backward-sexp):
16058 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16059 * play/gamegrid.el (gamegrid-make-face):
16060 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16061 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16062 * notifications.el (notifications-notify):
16063 * net/xesam.el (xesam-search-engines):
16064 * net/quickurl.el (quickurl-list-insert):
16065 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16066
d72700e5
CY
160672011-03-15 Chong Yidong <cyd@stupidchicken.com>
16068
16069 * startup.el (command-line): Update package subdirectory regexp.
16070
49c5410a
SM
160712011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16072
c6eee9aa
SM
16073 * allout.el (allout-abbreviate-flattened-numbering)
16074 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16075
49c5410a
SM
16076 * subr.el (read-char-choice): Only show the cursor after the prompt,
16077 not after the answer.
16078
047b2bb9
KR
160792011-03-15 Kevin Ryde <user42@zip.com.au>
16080
16081 * help-fns.el (variable-at-point): Skip leading quotes, if any
16082 (bug#8253).
16083
0a57d256
SM
160842011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16085
16086 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16087 warning message.
16088
77c992bc
MA
160892011-03-14 Michael Albinus <michael.albinus@gmx.de>
16090
16091 * shell.el (shell): When called interactively, offer to change the
16092 shell file name on remote hosts.
16093
eebc475d
TZ
160942011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16095
16096 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16097 integration for LDAP parameters. The host, base, user or binddn,
16098 and secret tokens can be specified in a netrc file, for instance.
16099 This is optional because an `auth-source' parameter must be
16100 specified in the search attributes.
16101
9d05d1ba
JB
161022011-03-13 Juanma Barranquero <lekktu@gmail.com>
16103
16104 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16105
09d9db2c
GM
161062011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16107
16108 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16109 into declaration. Remove redundant and harmful binding.
16110
161112011-03-12 Eli Zaretskii <eliz@gnu.org>
16112
16113 * files.el (file-ownership-preserved-p): Pass `integer' as an
16114 explicit 2nd argument to `file-attributes'. If the file's owner
16115 is the Administrators group on Windows, and the current user is
16116 Administrator, consider that a match.
16117
16118 * server.el (server-ensure-safe-dir): Consider server directory
16119 safe on MS-Windows if its owner is the Administrators group while
16120 the current Emacs user is Administrator. Use `=' to compare
16121 numerical UIDs, since they could be integers or floats.
16122
219bd536
JB
161232011-03-12 Juanma Barranquero <lekktu@gmail.com>
16124
16125 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16126
f3afd36b
MA
161272011-03-12 Michael Albinus <michael.albinus@gmx.de>
16128
16129 Sync with Tramp 2.2.1.
16130
16131 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16132
16133 * net/trampver.el: Update release number.
16134
3aaaa6f1
SM
161352011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16136
94642599
SM
16137 * progmodes/compile.el (compilation--previous-directory): Fix up
16138 various nil/dead-marker mismatches (bug#8014).
16139 (compilation-directory-properties, compilation-error-properties):
16140 Don't call it at a position past the one we're about to change.
16141
3aaaa6f1
SM
16142 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16143 Disable obsolescence warnings in the file that declares it.
16144
14239447
KM
161452011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16146
099c39a4
JB
16147 * allout-widgets.el (allout-widgets-tally):
16148 Initialize allout-widgets-tally as a hash table rather than nil to
16149 prevent mode-line redisplay warnings. Also, clarify the module
16150 description and fix a comment typo.
14239447 16151
135e287c
JB
161522011-03-11 Juanma Barranquero <lekktu@gmail.com>
16153
16154 * help-fns.el (describe-variable): Don't complete keywords.
16155 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16156
ffbf300e
CY
161572011-03-10 Chong Yidong <cyd@stupidchicken.com>
16158
ba08b241
CY
16159 * emacs-lisp/package.el (package-version-join): Impose a standard
16160 string representation for pre/alpha/beta version lists.
16161 (package-unpack-single): Standardize the directory name by passing
16162 it through package-version-join.
16163 (package-strip-rcs-id): Accept any version string that does not
16164 signal an error in version-to-list.
ffbf300e 16165
f346fd6b
MA
161662011-03-10 Michael Albinus <michael.albinus@gmx.de>
16167
16168 * simple.el (delete-trailing-whitespace): Return nil for the
16169 benefit of `write-file-functions'.
16170
ccb55d27
GM
161712011-03-10 Glenn Morris <rgm@gnu.org>
16172
5ceaac0c
GM
16173 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16174
02da65ff
GM
16175 * vc/vc-git.el (vc-git-program): New option.
16176 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16177 (vc-git--call): Use it.
16178
b2f603cc
GM
16179 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16180
5772caab
GM
16181 * cus-edit.el (Custom-newline): If no button at point, look
16182 for a subgroup button at start-of-line. (Bug#2298)
16183
ccb55d27
GM
16184 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16185
ec6ecaed
JD
161862011-03-10 Julien Danjou <julien@danjou.info>
16187
16188 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16189 `cursor-type' is nil.
16190
9d5aa01d
JB
161912011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16192
16193 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16194
b6a5875b
KM
161952011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16196
7a71b18d 16197 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16198 preserves the existing header prefix, rebulleting it if necessary,
16199 rather than replacing it. This is necessary for proper operation
16200 of cooperative addons like allout-widgets.
1154d12e
JB
16201 (allout-make-topic-prefix, allout-rebullet-heading):
16202 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16203 value as alternate bullet to be used, instead of prompting the user
16204 for a bullet character.
b6a5875b 16205
ee545c35
MA
162062011-03-09 Michael Albinus <michael.albinus@gmx.de>
16207
d86d2721
SM
16208 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16209 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16210 `tramp-default-port'.
16211
c47971d7
DD
162122011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16213
16214 * net/rcirc.el (rcirc-handler-001): Remove useless
16215 with-rcirc-process-buffer.
16216 (rcirc-check-auth-status): Swap arguments to string-match.
16217
13522cb4
GM
162182011-03-09 Glenn Morris <rgm@gnu.org>
16219
0be6f4f1
GM
16220 * shell.el (shell-mode):
16221 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16222
13522cb4
GM
16223 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16224 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16225
515de2e3
CY
162262011-03-08 Chong Yidong <cyd@stupidchicken.com>
16227
16228 * emacs-lisp/package.el (package-refresh-contents)
16229 (package-menu-execute): Use condition-case-no-debug.
16230
b511b994
MA
162312011-03-08 Michael Albinus <michael.albinus@gmx.de>
16232
16233 * simple.el (shell-command-to-string): Use `process-file'.
16234
16235 * emacs-lisp/package.el (package-tar-file-info): Handle also
16236 remote files.
16237
d86d2721
SM
16238 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16239 Use `equal' for upload base check.
b511b994 16240
25bbfb31
AM
162412011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16242
16243 * textmodes/texinfo.el (texinfo-environments):
16244 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16245
be996521
GM
162462011-03-08 Glenn Morris <rgm@gnu.org>
16247
e9c8529f
GM
16248 * cus-start.el (cursor-in-non-selected-windows):
16249 Fix :set quoting oddness. (Bug#8192)
16250
be996521
GM
16251 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16252 in some setf expressions. (Bug#2159)
16253
2bb5649e
CY
162542011-03-08 Chong Yidong <cyd@stupidchicken.com>
16255
16256 * custom.el (custom-available-themes): Return themes in
16257 alphabetical order.
16258
33383987 16259See ChangeLog.15 for earlier changes.
e3d51b27
MR
16260
16261;; Local Variables:
16262;; coding: utf-8
e3d51b27
MR
16263;; End:
16264
acaf905b 16265 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16266
16267 This file is part of GNU Emacs.
16268
16269 GNU Emacs is free software: you can redistribute it and/or modify
16270 it under the terms of the GNU General Public License as published by
16271 the Free Software Foundation, either version 3 of the License, or
16272 (at your option) any later version.
16273
16274 GNU Emacs is distributed in the hope that it will be useful,
16275 but WITHOUT ANY WARRANTY; without even the implied warranty of
16276 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16277 GNU General Public License for more details.
16278
16279 You should have received a copy of the GNU General Public License
16280 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.