Remove empty and useless init functions.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
63408057
CY
12012-07-14 Chong Yidong <cyd@gnu.org>
2
3 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
6 (xterm-mouse--read-event-sequence-1000)
7 (xterm-mouse--read-event-sequence-1006): New functions. For old
8 mouse protocol, handle M-mouse-X events correctly.
9 (xterm-mouse-event): New arg specifying mouse protocol.
10 (turn-on-xterm-mouse-tracking-on-terminal)
11 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
12 sequence to toggle extended coordinates on newer XTerms. This
13 appears to be harmless on terminals which do not support this.
14
cd276f6e
LL
152012-07-14 Leo Liu <sdl.web@gmail.com>
16
28ca98ac
LL
17 Add fringe bitmap indicators for flymake. (Bug#11253)
18 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
19 (flymake-make-overlay): New arg BITMAP.
20 (flymake-error-bitmap, flymake-warning-bitmap)
21 (flymake-fringe-indicator-position): New user variables.
22
cd276f6e
LL
23 * fringe.el: New bitmap exclamation-mark.
24
04408072
JD
252012-07-14 Jan Djärv <jan.h.d@swipnet.se>
26
27 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
28 also (Bug#7879).
29
b5cf7fc4
CY
302012-07-14 Chong Yidong <cyd@gnu.org>
31
32 * electric.el (electric-pair-post-self-insert-function): Fix pair
33 insertion in empty-region case (Bug#11520).
34
be755c79
RT
352012-07-14 Chong Yidong <cyd@gnu.org>
36
37 * bindings.el: Consolidate ctl-x-r-map bindings. Bind
38 copy-rectangle-as-kill to C-x r w.
39
40 * rect.el, register.el: Move bindings to bindings.el.
41
422012-07-14 Reuben Thomas <rrt@sc3d.org>
43
44 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
45
7f5b3198
AS
462012-07-13 Andreas Schwab <schwab@linux-m68k.org>
47
48 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
49
97662200
JB
502012-07-13 Juanma Barranquero <lekktu@gmail.com>
51
80185fed
JB
52 * bindings.el (top): Use `mapc' instead of `mapcar'.
53
97662200
JB
54 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
55
2bb1ae55
MA
562012-07-13 Michael Albinus <michael.albinus@gmx.de>
57
58 * progmodes/sql.el (sql-comint): Suppress the check for program on
59 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
60 (Bug#11908)
61
dea31bd3
CY
622012-07-13 Chong Yidong <cyd@gnu.org>
63
64 * bindings.el: Assign a non-nil permanent-local property to
65 per-buffer variables which lack a default value (Bug#11930).
66
67 * help-fns.el (describe-variable): In the "automatically becomes
68 local" notice, take note of permanent-local variables.
69
b68b3337
CY
702012-07-13 Chong Yidong <cyd@gnu.org>
71
72 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
73 to allow printing the message when called from Lisp.
74
75 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
76 Remove toggle-read-only.
77
78 * bs.el (bs-toggle-readonly):
79 * buff-menu.el (Buffer-menu-toggle-read-only): Remove
80 with-no-warnings around toggle-read-only.
81
82 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
83 Remove with-no-warnings around toggle-read-only.
84 (ffap-read-only, ffap-read-only-other-window)
85 (ffap-read-only-other-frame): Callers changed.
86
87 * help-mode.el: Don't require view package.
88 (help-mode-finish): Set buffer-read-only instead of calling
89 toggle-read-only.
90
91 * bindings.el (mode-line-toggle-read-only):
92 * dired.el (dired-toggle-read-only):
93 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
94 with non-nil second arg.
95
96 * emacs-lisp/eieio-custom.el (eieio-customize-object):
97 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
98 directly.
99
56bc1586
EZ
1002012-07-12 Eli Zaretskii <eliz@gnu.org>
101
102 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
103 not incf.
104
a464a6c7
SM
1052012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 More CL cleanups and reduction of use of cl.el.
108 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
109 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
110 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
111 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
112 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
113 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
114 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
115 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
116 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
117 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
118 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
119 * eshell/em-cmpl.el, eshell/em-banner.el:
120 * calendar/parse-time.el: Use cl-lib.
121 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
122 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
123 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
124 * term/ns-win.el, term.el, shell.el, ps-samp.el:
125 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
126 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
127 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
128 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
129 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
130 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
131 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
132 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
133 `lambda' rather than with `quote'.
134 (eshell-do-opt): Adjust accordingly.
135 (eshell-process-option): Simplify.
136 * eshell/esh-var.el:
137 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
138 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
139 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
140 to `pcase--dontcare'.
141 * emacs-lisp/cl.el (labels): Mark obsolete.
142 (cl--letf, letf): Move to cl-lib.
143 (cl--letf*, letf*): Remove.
144 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
145 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
146 (cl-progv): Rewrite.
147 (cl--letf, cl-letf): Move from cl.el.
148 (cl-letf*): New macro.
149 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
150
7ad4afe1
MA
1512012-07-11 Michael Albinus <michael.albinus@gmx.de>
152
153 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
154
9af57756
CY
1552012-07-11 Chong Yidong <cyd@gnu.org>
156
157 * vc/log-edit.el (log-edit-vc-backend): New variable.
158 (log-edit): Doc fix.
159
160 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
161 argument of log-edit to set up all local variables.
162 (vc-start-logentry): New optional arg specifying VC backend.
163
164 * vc/vc.el (vc-checkin): Use it.
165 (vc-deduce-fileset): Handle Log Edit buffers.
166 (vc-diff): Make first argument optional too.
167
168 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
169
8477cc7a
MA
1702012-07-10 Michael Albinus <michael.albinus@gmx.de>
171
172 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
173 command, just in case. The function is not needed anymore.
174 (eshell-external-command): Do not call `eshell-remote-command'.
175
19faa8e8
SM
1762012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
177
f58e0fd5
SM
178 Reduce use of (require 'cl).
179 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
180 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
181 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
182 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
183 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
184 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
185 * battery.el, avoid.el, abbrev.el: Use cl-lib.
186 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
187 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
188 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
189 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
190 * calculator.el, autorevert.el, apropos.el: Don't require CL.
191 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
192 (byte-compile-unfold-bcf, byte-compile-check-variable):
193 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
194 (byte-compile-nilconstp):
195 * emacs-lisp/autoload.el (make-autoload): Use pcase.
196 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
197
2519d43a
SM
198 * emacs-lisp/gv.el (cond): Make it a valid place.
199 (if): Simplify slightly.
200
19faa8e8
SM
201 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
202 (pcase--self-quoting-p): New function.
203 (pcase--u1): Use it.
204
c4907a5e
GM
2052012-07-10 Glenn Morris <rgm@gnu.org>
206
207 * emacs-lisp/authors.el (authors-fixed-entries):
208 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
209
c4444d16
PE
2102012-07-09 Paul Eggert <eggert@cs.ucla.edu>
211
212 Rename configure.in to configure.ac (Bug#11603).
213 * emacs-lisp/authors.el (authors-canonical-file-name):
214 * progmodes/autoconf.el (autoconf-mode):
215 Prefer configure.ac to configure.in.
216
d75be97d
CY
2172012-07-08 Chong Yidong <cyd@gnu.org>
218
01ac65bd
CY
219 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
220 Implement the mouse-1-click-follows-link handling properly.
221
222 * info.el (Info-link-keymap): Use follow-link mechanism for
223 header-line links (Bug#374).
224
d75be97d
CY
225 * simple.el (deactivate-mark): Do not set the primary selection
226 if another program has acquired it (Bug#11772).
227
87a92845 2282012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
229
230 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
231 (woman-decode-region): Replace escaped-escapes without destroying
232 bold or underline (Bug#11552).
87a92845 233 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 234
621b9d6c
CY
2352012-07-07 Chong Yidong <cyd@gnu.org>
236
237 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
238 (interprogram-cut-function, interprogram-paste-function):
239 Mention that we typically mean the clipboard.
621b9d6c 240
133a11fc
GM
2412012-07-06 Glenn Morris <rgm@gnu.org>
242
0d27a45e
GM
243 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
244
133a11fc
GM
245 * files.el (toggle-read-only): Restrict message to interactive use.
246
07b151f1
MA
2472012-07-06 Michael Albinus <michael.albinus@gmx.de>
248
249 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
250
251 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
252
211b896b
GM
2532012-07-06 Glenn Morris <rgm@gnu.org>
254
50394322
GM
255 * Makefile.in (compile-one-process): Rename from "recompile".
256
211b896b
GM
257 * Makefile.in (bzr-update): "compile" is the same as "recompile
258 autoloads", but parallelizable, so use that instead.
259
4737eec9
DG
2602012-07-06 Dmitry Gutov <dgutov@yandex.ru>
261
262 * window.el (quit-window): Always restore window height when
263 it's saved in quit-restore parameter.
264
226c3633 2652012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
266
267 * simple.el (kill-whole-line): Doc tweak.
268
226c3633 2692012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
270
271 * files.el (file-relative-name): Compare file names
272 case-insensitively if on MS-Windows or MS-DOS, or if
273 read-file-name-completion-ignore-case is non-nil. Don't use
274 case-fold-search for this purpose. (Bug#11827)
275
226c3633 2762012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 277
19faa8e8
SM
278 * calendar/cal-dst.el (calendar-current-time-zone):
279 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 280
60198fc9
GM
2812012-07-06 Glenn Morris <rgm@gnu.org>
282
283 * Makefile.in (cvs-update): Remove old alias.
284
957b3189
MA
2852012-07-05 Michael Albinus <michael.albinus@gmx.de>
286
287 Sync with Tramp 2.2.6-pre.
288
289 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
290 compatible declaration.
291
19faa8e8
SM
292 * net/tramp-cmds.el (tramp-append-tramp-buffers):
293 Protect `list-load-path-shadows' call.
957b3189
MA
294
295 * net/tramp-compat.el (top): Require packages, which aren't
296 autoloaded anymore for XEmacs. Protect call of
297 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
298 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
299 it hurts at least for SXEmacs.
300 (tramp-compat-temporary-file-directory): In XEmacs, there is no
301 standard-value for `temporary-file-directory'.
302
303 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
304 Redirect stderr to /dev/null.
305 (tramp-sh-handle-write-region): uid and gid can be floats.
306 Reported by Russell Sim <russell.sim@gmail.com>.
307 (tramp-sh-handle-vc-registered): Hide errors.
308 (tramp-vc-file-name-handler): Use dummy results for `process-file'
309 and `start-file-process'.
310 (tramp-maybe-open-connection): Check also whether `non-essential'
311 is bound.
312
566df3fc
CY
3132012-07-04 Chong Yidong <cyd@gnu.org>
314
315 * xml.el (xml--parse-buffer): Use xml-syntax-table.
316 (xml-parse-tag): Likewise, and avoid changing entity tables.
317 (xml-syntax-table): Define from scratch, making sure not to give
318 x2000 and other Unicode spaces whitespace syntax, since those are
319 not spaces in XML.
320 (xml-parse-fragment): Delete unused function.
321 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
322 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
323 (xml-entity-ref, xml-pe-reference-re)
324 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
325 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
326 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
327 (xml-entity-value-re): Use syntax references in regexps where
328 possible; no need to define inside a let-binding.
329 (xml-parse-dtd): Use xml-pe-reference-re.
330 (xml-entity-or-char-ref-re): New defconst.
331 (xml-parse-string, xml-substitute-special): Use it.
332
30eabd7a
SM
3332012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
334
0781098a
SM
335 * files.el (locate-dominating-file): Allow `name' to be a predicate.
336 (find-file--read-only): New function.
337 (find-file-read-only, find-file-read-only-other-window)
338 (find-file-read-only-other-frame): Use it.
339 (insert-file-contents-literally): Don't `fset'.
340 (get-free-disk-space): Use locate-dominating-file.
341
b5771c0d
SM
342 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
343 function is already compiled.
344
30eabd7a
SM
345 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
346
b4886f6e
MA
3472012-07-03 Michael Albinus <michael.albinus@gmx.de>
348
349 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
350 files on the same host.
351
b9d82339
AS
3522012-07-03 Andreas Schwab <schwab@linux-m68k.org>
353
354 * help-fns.el (describe-function-1): Only call
355 help-fns--autoloaded-p when we have a file name. (Bug#11848)
356
a76e6535
CY
3572012-07-03 Chong Yidong <cyd@gnu.org>
358
359 * xml.el: Protect parser against XML bombs.
360 (xml-entity-expansion-limit): New variable.
361 (xml-parse-string, xml-substitute-special): Use it.
362 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
363
b544fef2
GM
3642012-07-03 Glenn Morris <rgm@gnu.org>
365
366 * progmodes/bug-reference.el (bug-reference-bug-regexp):
367 Allow linking to specific messages in debbugs reports (eg 123#5).
368
a7aef6f5
CY
3692012-07-02 Chong Yidong <cyd@gnu.org>
370
371 * xml.el: Fix entity and character reference expansion, allowing
372 them to expand into markup as per XML spec.
373 (xml-default-ns): New variable.
374 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
375 (xml-parse-region): Make first two arguments optional.
376 Discard text properties.
377 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
378 All callers changed.
a7aef6f5
CY
379 (xml-parse-tag): Call xml-parse-tag-1. For backward
380 compatibility, this function should not modify buffer contents.
381 (xml-parse-tag-1): Fix opening-tag regexp.
382 (xml-parse-string): Rewrite, handling entity and character
383 references properly.
384 (xml--entity-replacement-text): Signal an error if a parameter
385 entity is undefined.
386
3df31c9f
SM
3872012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
388
2b5208f1
SM
389 * comint.el (comint-output-filter): Filter out repeated prompts.
390
3df31c9f
SM
391 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
392 and file-name-absolute-p.
393 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
394 internal calls.
395
e3ac1281
PE
3962012-07-02 Paul Eggert <eggert@cs.ucla.edu>
397
398 Spelling fixes.
399 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
400 Rename from byte-compile--refiy-function. All uses changed.
401
fbf2e7ad
CY
4022012-07-01 Chong Yidong <cyd@gnu.org>
403
404 * xml.el (xml--parse-buffer): New function. Move most of
405 xml-parse-region here.
406 (xml-parse-region): Copy region into a temporary buffer, since
407 parameter entity substitution requires changing buffer contents.
408 Use xml--parse-buffer.
409 (xml-parse-file): Use xml--parse-buffer.
410 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 411 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 412
9bf0aa15
GM
4132012-06-30 Glenn Morris <rgm@gnu.org>
414
bbce2853
GM
415 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
416
9bf0aa15
GM
417 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
418 Remove outdated and unnecessary dbus declarations.
419
0d23c240
EZ
4202012-06-30 Eli Zaretskii <eliz@gnu.org>
421
422 * emacs-lisp/timer.el (timer-until): Subtract results of
423 float-time, instead of taking float-time of the result of
424 time-subtract, since float-time signals an error for negative time
425 arguments.
426
b3218de1
CY
4272012-06-30 Chong Yidong <cyd@gnu.org>
428
429 * xml.el (xml-*-re): Convert defvars into defconsts, and
430 eval-and-compile them so eval-and-compile works on derivatives.
431 (xml--entity-replacement-text): Use eval-and-comple.
432
a40c87a0
MA
4332012-06-30 Michael Albinus <michael.albinus@gmx.de>
434
435 * vc/vc-git.el (vc-git-registered): Use cache property
436 `git-registered'.
437 (vc-git-mode-line-string): Call `vc-working-revision' instead of
438 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 439 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 440
ac87de97
DG
4412012-06-30 Dmitry Gutov <dgutov@yandex.ru>
442
443 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 444 removed (likely outside Emacs). (Bug#11757)
ac87de97 445
ac10fe06
SM
4462012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
447
3df31c9f 448 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 449
7f3fbd5d
CY
4502012-06-30 Chong Yidong <cyd@gnu.org>
451
452 * xml.el: Implement XML parameter entities.
453 (xml-parameter-entity-alist): New variable.
454 (xml-parse-region, xml-parse-fragment): Preserve previous values
455 of xml-entity-alist and xml-parameter-entity-alist, so that
456 repeated calls on different documents do not change them.
457 (xml-parse-tag): Fix doctype regexp.
458 (xml--entity-replacement-text): New function.
459 (xml-parse-dtd): Use it. Don't handle system entities; doing that
460 properly requires url retrieval which is unimplemented.
461 (xml-escape-string): Doc fix.
462
3cfbebba
SM
4632012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
466
2af3565e
DA
4672012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
468
469 * fringe.el (fringe-mode): Doc fix.
470
929df0e7
MA
4712012-06-29 Michael Albinus <michael.albinus@gmx.de>
472
473 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
474 is non-nil.
475 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
476 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
477
c8d3a25c 4782012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 479
c8d3a25c
GM
480 * calendar/cal-dst.el (calendar-current-time-zone):
481 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 482
c8d3a25c 4832012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
484
485 * progmodes/which-func.el (which-func-format):
486 Add mouse-face. (Bug#11698)
487
c8d3a25c
GM
4882012-06-29 Leo Liu <sdl.web@gmail.com>
489
490 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
491
4922012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * minibuffer.el (minibuffer-confirm-exit-commands):
495 Add completion-at-point (bug#11725).
496
4972012-06-29 Glenn Morris <rgm@gnu.org>
498
499 * progmodes/f90.el (f90-font-lock-keywords-2):
500 Add some preprocessor elements. (Bug#10499)
501
5022012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * progmodes/cperl-mode.el (cperl-update-syntaxification):
505 Use syntax-propertize (bug#11739).
506
2badeec4
JB
5072012-06-28 Juanma Barranquero <lekktu@gmail.com>
508
509 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
510
ae4969c2
JD
5112012-06-28 Julien Danjou <julien@danjou.info>
512
513 * term.el (term-handle-colors-array): Use a set of new faces to
514 color the terminal. Also uses :inverse-video property.
515 (term-default-fg-color): Set to nil by default, deprecate in favor
516 of `term-face'.
517 (term-default-bg-color): Set to nil by default, deprecate in favor
518 of `term-face'.
519 (term-current-face): Use `term-face' by default.
520 (term-bold-attribute): Variable deleted.
521
1c9bd870
GM
5222012-06-28 Glenn Morris <rgm@gnu.org>
523
524 * simple.el (completion-list-mode-finish):
525 Don't use toggle-read-only. (Since completion-list-mode has
526 a special mode-class, it wasn't doing anything extra anyway.)
527
c207708c
SM
5282012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 Make inlining of other-mode interpreted functions work (bug#11799).
531 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
532 (byte-compile): Use it to fix compilation of lexical-binding closures.
533 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
534 function, if needed.
535
3fd56834
SM
5362012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
537
04901786
SM
538 * help-mode.el (help-make-xrefs): Don't just withstand
539 cyclic-variable-indirection but any error in documentation-property.
540
1ec4b7b2
SM
541 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
542 memory use.
543 * bindings.el (bindings--define-key): New function.
544 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
545 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
546 * bindings.el: Use it to purecopy define-key bindings.
547
e309e2a5
SM
548 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
549
d5c6faf9
SM
550 * emacs-lisp/cl.el (flet): Mark obsolete.
551 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
552 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
553 * progmodes/js.el (js-c-fill-paragraph):
554 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
555 (ebrowse-switch-member-buffer-to-derived-class):
556 * play/5x5.el (5x5-solver): Use cl-flet.
557
6e9590e2
SM
558 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
559 (cl--symbol-function): New macro.
560 (cl--letf, cl--letf*): Use it.
561
3fd56834
SM
562 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
563 Strip "toggle-" if any.
564
35ff222c
GM
5652012-06-27 Glenn Morris <rgm@gnu.org>
566
1ba6038a
GM
567 * info.el (Info-default-directory-list): Move here from paths.el.
568 * paths.el: Remove file, which is now empty.
569 * loadup.el: No longer load "paths".
570
0ea0e51b
GM
571 * custom.el (custom-initialize-delay): Doc fix.
572
35ff222c
GM
573 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
574 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
575 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
576 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
577 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
578 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
579 * eshell/eshell.el (eshell-defgroup): Remove alias.
580
c89926a5
CY
5812012-06-27 Chong Yidong <cyd@gnu.org>
582
583 * help.el (help-enable-auto-load): New variable.
584
585 * help-fns.el (help-fns--autoloaded-p): New function.
586 (describe-function-1): Refer to a function as "autoloaded" if it
587 was autoloaded at any time in the past. Perform autoloading if
588 help-enable-auto-load is non-nil.
589
cc06e7e7
EZ
5902012-06-26 Eli Zaretskii <eliz@gnu.org>
591
592 * makefile.w32-in (compile, compile-always): Depend on
593 update-subdirs, not on subdirs.el. Otherwise, several different
594 sub-targets of 'bootstrap' running in parallel could
595 simultaneously write to subdirs.el, producing a garbled file.
596
d2c32364
SS
5972012-06-26 Sam Steingold <sds@gnu.org>
598
599 * files.el (file-name-base): New convenience function.
0d14cc21
GM
600 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
601 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
602 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
603 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
604 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
605 * textmodes/tex-mode.el: Use it.
606 Did not touch cedet and org because they are maintained elsewhere.
607
5cf983b2
MR
6082012-06-26 Martin Rudalics <rudalics@gmx.at>
609
610 * calendar/calendar.el (calendar-exit): Don't try to delete or
611 iconify last frame. See:
612 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
613
8c4f2952
JD
6142012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
615
616 * server.el (server-process-filter): Remember dir in the
617 process's `server-client-directory' properties.
618
772b2e2c
CY
6192012-06-24 Chong Yidong <cyd@gnu.org>
620
621 * xml.el (xml-parse-tag): Correctly handle comment embedded in
622 non-tag text.
623
711b11e1
JB
6242012-06-23 Juanma Barranquero <lekktu@gmail.com>
625
626 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
627
dc5d230c
SM
6282012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * help-fns.el (describe-variable): Don't croak when doc is not found.
631 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
632 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
633 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
634 * emacs-lisp/smie.el (smie-next-sexp): CSE.
635 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
636 ((lambda ..) ..).
637 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
638
136e1c1d
CY
6392012-06-23 Chong Yidong <cyd@gnu.org>
640
e8c1cabf
CY
641 * info.el (Info-mouse-follow-link): Accept symbol values of
642 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
643 (Info-fontify-node): Use Info-link-keymap for all navigation
644 buttons, with link-args property to perform the desired action.
645 (Info-link-keymap): Doc fix.
646 (Info-next-link-keymap, Info-prev-link-keymap)
647 (Info-up-link-keymap): Delete now-unused keymaps.
648
0e9e6c6a
CY
6492012-06-23 Chong Yidong <cyd@gnu.org>
650
05e89fea
CY
651 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
652
0e9e6c6a
CY
653 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
654 system abbrevs.
655
656 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
657
e33c6771
SM
6582012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
659
b68581e2
SM
660 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
661 (bug#11719).
662
e33c6771
SM
663 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
664 the requote function doesn't work properly (bug#11714).
665
7117e105
GM
6662012-06-23 Glenn Morris <rgm@gnu.org>
667
668 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
669
36cec983
SM
6702012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 Further GV/CL cleanups.
673 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
674 gv-expander.
675 (gv--defun-declaration): New function.
676 (defun-declarations-alist): Use it.
677 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
678 (gv-place): Autoload.
679 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
680 original definition of dotimes and dolist.
681 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
682 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
683 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
684 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
685 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
686 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
687 to the function's definition.
688 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
689 * window.el:
690 * files.el:
691 * faces.el:
692 * env.el: Don't use CL.
693
d35af63c
PE
6942012-06-22 Paul Eggert <eggert@cs.ucla.edu>
695
696 Support higher-resolution time stamps (Bug#9000).
697
698 * calendar/time-date.el (with-decoded-time-value): New arg
699 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
700 (encode-time-value): New optional arg PICO. New type 3.
701 (time-to-seconds) [!float-time]: Support the new picoseconds
702 component if it's used.
703 (seconds-to-time, time-subtract, time-add):
704 Support ps-resolution time stamps as well.
705
706 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
707 (timerp): Timer vectors now have length 9, not 8.
708 (timer--time): Support new-style (4-part) time stamps.
709 (timer-next-integral-multiple-of-time): Time stamps now have
710 picosecond resolution, so take a bit more care about rounding.
711 (timer-relative-time, timer-inc-time): New optional arg psecs.
712 (timer-set-time-with-usecs): Set psecs to 0.
713 (timer--activate): Check psecs component, too.
714
715 * proced.el (proced-time-lessp): Support ps-resolution stamps.
716
ac77b21a
SM
7172012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
718
f143bfe3
SM
719 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
720 Move the non-essential binding to the post/pre-command-hook where it is
721 more obviously correct.
722
ac77b21a
SM
723 * subr.el (read-passwd): Don't use a history at all.
724 * savehist.el (savehist-save): Remove password saved accidentally
725 because of the above bug.
726
76386c5a
BG
7272012-06-22 Bastien Guerry <bzg@gnu.org>
728
729 * files.el (toggle-read-only): Display a message telling whether
730 the buffer is read-only or not (bug#11726).
731
2ee3d7f0
SM
7322012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * emacs-lisp/gv.el: New file.
735 * subr.el (push, pop): Extend to generalized variables.
736 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
737 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
738 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
739 gv-define-simple-setter, and gv-define-expander.
740 Remove setf-methods defined in gv. Rename cl-setf -> setf.
741 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
742 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
743 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
744 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
745 gv-letplace.
746 (cl-defstruct): Don't define setf-method any more.
747 * emacs-lisp/cl.el (flet): Don't autoload.
748 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
749 (define-setf-expander, defsetf, define-modify-macro)
750 (cl-struct-setf-expander): Move from cl-lib.el.
751 * emacs-lisp/syntax.el:
752 * emacs-lisp/ewoc.el:
753 * emacs-lisp/smie.el:
754 * emacs-lisp/cconv.el:
755 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
756 (timer--time): Use gv-define-simple-setter.
757 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
758 to avoid coding-system problems in subr.el. Adjust all users.
759 (macroexp--maxsize, macroexp-small-p): New functions.
760 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
761 * scroll-bar.el (scroll-bar-mode):
762 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
763 (normal-erase-is-backspace-mode): Don't use the `eq' place.
764 * winner.el (winner-configuration, winner-make-point-alist)
765 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
766 * files.el (locate-file-completion-table): Avoid list*.
767
c5695d1d
CY
7682012-06-22 Chong Yidong <cyd@gnu.org>
769
770 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
771 (dired-create-files): Doc fix (Bug#11329).
772 (dired-do-copy): Doc fix (Bug#11334).
773 (dired-mark-read-string): Doc fix (Bug#11553).
774
2ee3d7f0
SM
775 * dired.el (dired-recursive-copies, dired-recursive-deletes):
776 Doc fix (Bug#11326).
c5695d1d
CY
777 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
778 (dired-dwim-target): Doc fix.
779
780 * wdired.el (wdired-mode): Doc fix.
781
89b5595a
GM
7822012-06-22 Glenn Morris <rgm@gnu.org>
783
575db3f1
GM
784 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
785 (pcmpl-rpm-cache-stamp-file): New constant.
786 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
787 (pcmpl-rpm-packages): Optionally cache list of packages.
788
a4c8dd51
GM
789 * pcmpl-rpm.el (pcmpl-rpm): New group.
790 (pcmpl-rpm-query-options): New option.
791 (pcmpl-rpm-packages): No need to inline it.
792 Use pcmpl-rpm-query-options.
793
89b5595a
GM
794 * calendar/calendar.el (calendar-in-read-only-buffer):
795 Avoid some needless mode changes.
796
e76f0800
CY
7972012-06-21 Chong Yidong <cyd@gnu.org>
798
799 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
800 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 801 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 802
297a8f1d
CY
8032012-06-20 Chong Yidong <cyd@gnu.org>
804
805 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
806
d34c18b1
DR
8072012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
808
809 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
810 (bug#11201).
811
32f7f28e
CY
8122012-06-20 Chong Yidong <cyd@gnu.org>
813
814 * term.el (term-window-width): Handle the case of a missing right
815 fringe (Bug#8837).
816 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
817 (term-mode): Use define-derived-mode. Minor cleanups.
818 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
819 (term-move-columns, term-insert-char, term-emulate-terminal)
820 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 821
493c6688
MA
8222012-06-20 Michael Albinus <michael.albinus@gmx.de>
823
d34c18b1
DR
824 * net/ange-ftp.el (ange-ftp-get-passwd):
825 Bind `enable-recursive-minibuffers'.
493c6688
MA
826 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
827
3f06ecf4
DR
8282012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
829
830 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
831
68f12411
GM
8322012-06-19 Glenn Morris <rgm@gnu.org>
833
834 * progmodes/python.el (python-mode): Derive from prog-mode.
835
b3820318
KG
8362012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
837
838 * emulation/edt.el (edt-default-menu-bar-update-buffers)
839 (edt-user-menu-bar-update-buffers): New functions.
840 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
841
c6bf3022
CY
8422012-06-19 Chong Yidong <cyd@gnu.org>
843
844 * subr.el (with-selected-window): Preserve the selected window's
845 terminal's top-frame (Bug#4702).
846
847 * window.el (save-selected-window): Likewise.
848
25f09295
SM
8492012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 * progmodes/python.el (python-rx-constituents): Move backquote.
852 (python-skeleton-define, python-define-auxiliary-skeleton):
853 Use `declare'.
854
6b11952a
MA
8552012-06-18 Michael Albinus <michael.albinus@gmx.de>
856
857 * minibuffer.el (read-file-name-default): Revert the patch from
858 2012-06-17.
859
ee4b1330
SM
8602012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
863 (pcase--u1, pcase--q1): Don't use apply-partially.
864
35647f79
GM
8652012-06-18 Glenn Morris <rgm@gnu.org>
866
867 * progmodes/python.el (python-proc, python-buffer)
868 (python-send-receive, python-send-string): Fix obsolete versions.
869
24b0cff0
MR
8702012-06-18 Martin Rudalics <rudalics@gmx.at>
871
872 * window.el (special-display-p): Completely remove stringp
873 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
874
29855149
MA
8752012-06-17 Michael Albinus <michael.albinus@gmx.de>
876
877 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
878
879 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
880
881 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
882 * net/tramp-sh.el (tramp-maybe-open-connection):
883 Throw if `non-essential' is non-nil.
884
07463363
MR
8852012-06-17 Martin Rudalics <rudalics@gmx.at>
886
887 * window.el (special-display-p): Signal an error if BUFFER-NAME
888 is not a string (Bug#11713).
889
48d1354e
PE
8902012-06-17 Paul Eggert <eggert@cs.ucla.edu>
891
892 * progmodes/python.el (python-info-beginning-of-backslash):
893 Rename from python-info-beginning-of-backlash, as a spelling fix.
894
eb4a8a9a
CY
8952012-06-17 Chong Yidong <cyd@gnu.org>
896
897 * term.el (term-emulate-terminal): If term-check-size is called,
898 move point to the process mark without resetting point (Bug#4635).
899
ddfbf826 9002012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
901
902 * international/mule-cmds.el (mule-menu-keymap)
903 (set-language-environment, set-locale-environment): Doc tweaks.
904
9b0e3eba
AA
9052012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
906
907 * cus-face.el (custom-face-attributes): Add wave-style underline
908 attribute.
909 * faces.el (set-face-attribute): Update docstring to describe
910 wave-style underline attribute.
911
771e3eae
CY
9122012-06-16 Chong Yidong <cyd@gnu.org>
913
914 * term/xterm.el (terminal-init-xterm): Discard input before
915 querying background mode (Bug#10959).
916
7ae2ea10
SM
9172012-06-16 Stefan Merten <smerten@oekonux.de>
918
919 * textmodes/rst.el: Added and corrected some comments.
920 (rst-re-alist-def): Improve symbol syntax.
921 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
922 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
923 (rst-official-version, rst-official-cvs-rev): Update version
924 information.
7ae2ea10 925
b6974efa
JB
9262012-06-15 Juanma Barranquero <lekktu@gmail.com>
927
928 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
929 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
930
8826d473
GM
9312012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
932
933 * progmodes/python.el: New python.el merge.
934 (python-guess-indent): Obsolete var.
935 (python-indent-guess-indent-offset): New defcustom.
936 (python-indent): Obsolete var.
937 (python-indent-offset): New defcustom.
938 (python-python-command, python-jython-command): Delete var.
939 (python-shell-interpreter): New defcustom.
940 (python-pdbtrack-do-tracking-p): Delete var.
941 (python-pdbtrack-activate): New defcustom.
942 (python-use-skeletons): Obsolete var.
943 (python-skeleton-autoinsert): New defcustom.
944 (inferior-python-filter-regexp, python-continuation-offset)
945 (python-honour-comment-indentation, python-indent-string-contents)
946 (python-jython-packages, python-mode-hook)
947 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
948 (python-shell-prompt-alist)
949 (python-source-modes): Delete defcustoms.
950 (python-check-buffer-name, python-eldoc-setup-code)
951 (python-eldoc-string-code, python-ffap-setup-code)
952 (python-ffap-string-code, python-fill-comment-function)
953 (python-fill-decorator-function, python-fill-paren-function)
954 (python-fill-string-function, python-imenu-include-defun-type)
955 (python-imenu-make-tree, python-imenu-subtree-root-label)
956 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
957 (python-shell-compilation-regexp-alist)
958 (python-shell-completion-module-string-code)
959 (python-shell-completion-pdb-string-code)
960 (python-shell-completion-setup-code)
961 (python-shell-completion-string-code)
962 (python-shell-enable-font-lock, python-shell-exec-path)
963 (python-shell-extra-pythonpaths)
964 (python-shell-internal-buffer-name, python-shell-interpreter-args)
965 (python-shell-process-environment)
966 (python-shell-prompt-block-regexp)
967 (python-shell-prompt-output-regexp)
968 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
969 (python-shell-send-setup-max-wait, python-shell-setup-codes)
970 (python-shell-virtualenv-path): New defcustoms.
971 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
972 (inferior-python-mode-syntax-table, python--prompt-regexp)
973 (python-buffer, python-command python-python-command)
974 (python-default-template, python-imports, python-indent-index)
975 (python-indent-list, python-indent-list-length)
976 (python-mode-running, python-pdbtrack-is-tracking-p)
977 (python-preoutput-continuation, python-preoutput-leftover)
978 (python-preoutput-result, python-preoutput-skip-next-prompt)
979 (python-prev-dir/file, python-recursing)
980 (python-saved-check-command, python-version-checked)
981 (python-which-func-length-limit)
982 (view-return-to-alist): Delete vars.
983 (python-check-custom-command, python-dotty-syntax-table)
984 (python-imenu-index-alist, python-indent-current-level)
985 (python-indent-dedenters, python-indent-levels)
986 (python-nav-beginning-of-defun-regexp)
987 (python-nav-list-defun-positions-cache)
988 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
989 (python-shell-internal-buffer)
990 (python-skeleton-available): New vars.
991 (def-python-skeleton): Delete macro.
992 (python-skeleton-define): New macro.
993 (python-define-auxiliary-skeleton, python-rx): New macros.
994 (python-insert-class): Delete command.
995 (python-skeleton-class): New command.
996 (python-insert-def): Delete command.
997 (python-skeleton-def): New command.
998 (python-insert-for): Delete command.
999 (python-skeleton-for): New command.
1000 (python-insert-if): Delete command.
1001 (python-skeleton-if): New command.
1002 (python-insert-try/except, python-insert-try/finally): Delete commands.
1003 (python-skeleton-try): New command.
1004 (python-insert-while): Delete command.
1005 (python-skeleton-while): New command.
1006 (python-backspace): Delete command.
1007 (python-indent-dedent-line-backspace): New command.
1008 (python-electric-colon): Delete command.
1009 (python-indent-electric-colon): New command.
1010 (python-guess-indent): Delete command.
1011 (python-indent-guess-indent-offset): New command.
1012 (python-shift-left): Delete command.
1013 (python-indent-shift-left): New command.
1014 (python-shift-right): Delete command.
1015 (python-indent-shift-right): New command.
1016 (python-find-function): Delete command.
1017 (python-nav-jump-to-defun): New command.
1018 (python-next-statement): Delete command.
1019 (python-nav-forward-sentence): New command.
1020 (python-previous-statement): Delete command.
1021 (python-nav-backward-sentence): New command.
1022 (python-fill-paragraph): Delete command.
1023 (python-fill-paragraph-function): New command.
1024 (python-send-buffer): Delete command.
1025 (python-shell-send-buffer): New command.
1026 (python-send-defun): Delete command.
1027 (python-shell-send-defun): New command.
1028 (python-send-region, python-send-region-and-go): Delete commands.
1029 (python-shell-send-region)
1030 (python-shell-switch-to-shell): New commands.
1031 (python-send-string): Delete command.
1032 (python-shell-send-string): New command.
1033 (python-switch-to-python): Delete command.
1034 (python-shell-switch-to-shell): New command.
1035 (python-describe-symbol): Delete command.
1036 (python-eldoc-at-point): New command.
1037 (python--set-prompt-regexp, python-args-to-list)
1038 (python-after-info-look, python-check-version)
1039 (python-check-comint-prompt, python-find-imports)
1040 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1041 (python-unload-function, python-expand-template)
1042 (python-maybe-jython, python-preoutput-filter)
1043 (python-pdbtrack-get-source-buffer)
1044 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1045 (python-pdbtrack-toggle-stack-tracking)
1046 (python-pdbtrack-track-stack-file, python-initial-text)
1047 (python-first-word, python-comment-line-p, python-send-command)
1048 (python-setup-brm, python-sentinel, python-set-proc)
1049 (python-skip-out, python-input-filter, python-outdent-p)
1050 (python-outline-level, python-backslash-continuation-line-p)
1051 (python-end-of-block, python-end-of-statement, python-mark-block)
1052 (python-beginning-of-block, python-beginning-of-statement)
1053 (python-blank-line-p, python-beginning-of-string)
1054 (python-open-block-statement-p): Delete functions.
1055 (python-indent-line, python-indent-line-1): Delete functions.
1056 (python-indent-line): New function.
1057 (python-indentation-levels): Delete function.
1058 (python-indent-calculate-levels): New function.
1059 (python-proc): Delete function.
1060 (python-shell-get-process): New function.
1061 (python-send-receive): Delete function.
1062 (python-shell-send-string-no-output): New function.
1063 (python-module-path): Delete function.
1064 (python-ffap-module-path): New function.
1065 (python-completion-at-point)
1066 (python-symbol-completions): Delete functions.
1067 (python-completion-complete-at-point): New function.
1068 (python-load-file): Delete function.
1069 (python-shell-send-file): New function.
1070 (python-calculate-indentation): Delete function.
1071 (python-indent-calculate-indentation): New function.
1072 (python-skip-comments/blanks): Delete function.
1073 (python-util-forward-comment): New function.
1074 (python-continuation-line-p): Delete function.
1075 (python-info-continuation-line-p): New function.
1076 (python-which-func, python-current-defun): Delete function.
1077 (python-info-current-defun): New function.
1078 (python-beginning-of-defun): Delete function.
1079 (python-nav-beginning-of-defun): New function.
1080 (python-close-block-statement-p)
1081 (python-block-end-p): Delete function.
1082 (python-info-closing-block): New function.
1083 (python-comint-output-filter-function)
1084 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1085 (python-fill-comment, python-fill-decorator, python-fill-paren)
1086 (python-fill-string, python-imenu-make-element-tree)
1087 (python-imenu-make-tree, python-imenu-tree-assoc)
1088 (python-indent-context, python-indent-dedent-line)
1089 (python-indent-line-function)
1090 (python-indent-post-self-insert-function)
1091 (python-indent-toggle-levels)
1092 (python-info-assignment-continuation-line-p)
1093 (python-info-beginning-of-backlash)
1094 (python-info-block-continuation-line-p)
1095 (python-info-closing-block-message)
1096 (python-info-line-ends-backslash-p)
1097 (python-info-looking-at-beginning-of-defun)
1098 (python-info-ppss-context, python-info-ppss-context-type)
1099 (python-nav-list-defun-positions, python-nav-read-defun)
1100 (python-nav-sentence-end, python-nav-sentence-start)
1101 (python-pdbtrack-comint-output-filter-function)
1102 (python-pdbtrack-set-tracked-buffer)
1103 (python-shell-calculate-exec-path)
1104 (python-shell-calculate-process-environment)
1105 (python-shell-completion--do-completion-at-point)
1106 (python-shell-completion--get-completions)
1107 (python-shell-completion-complete-at-point)
1108 (python-shell-completion-complete-or-indent)
1109 (python-shell-get-or-create-process)
1110 (python-shell-get-process-name)
1111 (python-shell-internal-get-or-create-process)
1112 (python-shell-internal-get-process-name)
1113 (python-shell-internal-send-string, python-shell-make-comint)
1114 (python-shell-parse-command, python-shell-send-setup-code)
1115 (python-skeleton-add-menu-items)
1116 (python-util-clone-local-variables, python-util-position)
1117 (run-python-internal, python-indentation-levels)
1118 (python-nav-beginning-of-defun)
1119 (python-completion-complete-at-point): New functions.
1120 (run-python): Change arguments. New API requirements.
1121
4302f5ba
SM
11222012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1123
f38ea36d
SM
1124 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1125 (bug#11649).
1126
1127 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1128 (macroexp--expand-all): Use it.
1129
4302f5ba
SM
1130 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1131 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1132 Use `cl-function' instead.
1133
33377562
JB
11342012-06-14 Juanma Barranquero <lekktu@gmail.com>
1135
1136 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1137 Suggested by Stefan Monnier while discussing bug#11657.
1138
54c5ba1a
SS
11392012-06-14 Sam Steingold <sds@gnu.org>
1140
1141 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1142
f9f1b1fe
AS
11432012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1144
1145 * play/doctor.el (doctor-doc): Remove parameter and use
1146 doctor-sent instead of sent.
1147 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1148
a81068ba
SM
11492012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1150
5a315f9c
SM
1151 * files.el: Require cl-lib.
1152 (file-name-non-special): Replace case -> cl-case.
1153
1154 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1155
a81068ba
SM
1156 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1157 mapping from #' to function*.
1158
8cca9703
CY
11592012-06-13 Chong Yidong <cyd@gnu.org>
1160
1161 * mouse.el (mouse-drag-track): Do not set the mark if the user
1162 releases the mouse without selecting anything (Bug#11588).
1163
a12ac9d7
SM
11642012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1165
ccf1dc18
SM
1166 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1167 as well (bug#11646).
1168
ef62b23d
SM
1169 * loadup.el: Count byte-code functions as well.
1170
c4c8444a
SM
1171 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1172 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1173
a12ac9d7
SM
1174 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1175 (bug#11649). Add cl-defun and cl-defmacro.
1176
87e6e64f
DA
11772012-06-13 Drew Adams <drew.adams@oracle.com>
1178
1179 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1180 Fix last change.
1181
682cefaf
MA
11822012-06-13 Michael Albinus <michael.albinus@gmx.de>
1183
1184 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1185 Otherwise, it blocks in batch mode.
1186
773e1f08
JB
11872012-06-13 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * help-mode.el (bookmark-make-record-default): Declare.
1190
60057926
CY
11912012-06-13 Chong Yidong <cyd@gnu.org>
1192
1193 * emacs-lisp/package.el (list-packages): Compute a list of
1194 packages that are newly-available since the last list-packages
1195 invocation.
1196 (package-menu--new-package-list): New var.
1197 (package-menu--generate, package-menu--print-info)
1198 (package-menu--status-predicate, package-menu-mark-install):
1199 Handle new status label "new".
1200
ad4d226c
SM
12012012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1204 conversion to backquotes.
1205
f1a4e679
CY
12062012-06-12 Chong Yidong <cyd@gnu.org>
1207
1208 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1209 Rename from gud-inhibit-global-bindings.
1210
1211 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1212
1213 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1214 hook from nxml-glyph-set-hook.
1215
1216 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1217 declaration.
1218
1219 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1220
1221 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1222 Convert to defcustom.
1223
0c9e42b5
DA
12242012-06-12 Drew Adams <drew.adams@oracle.com>
1225
1226 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1227 New functions.
1228 (help-mode): Use them.
1229
09e06855
GM
12302012-06-11 Glenn Morris <rgm@gnu.org>
1231
1232 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1233 Use preprocessor face for directives.
1234 (fortran-directive-re): Doc fix.
1235
71adb94b
SM
12362012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1237
2eb87922
SM
1238 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1239 conversion to backquotes (bug#11652).
1240
71adb94b
SM
1241 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1242 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1243 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1244 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1245 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1246 (cl-ninth, cl-tenth): Mark them as inlinable.
1247 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1248 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1249 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1250 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1251 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1252 (cl-list*, cl-adjoin): Don't put an autoload manually.
1253 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1254 (cl--compiler-macro-list*): Add autoload cookie.
1255 (cl--compiler-macro-cXXr): New function.
2eb87922 1256
71adb94b
SM
1257 * help-fns.el (help-fns--compiler-macro): New function extracted from
1258 describe-function-1; follow aliases and use `compiler-macro' property.
1259 (describe-function-1): Use it.
1260
a6674402
CY
12612012-06-11 Chong Yidong <cyd@gnu.org>
1262
1263 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1264 is uninstalled, if imagemagick is installed.
1265
bb3faf5b
SM
12662012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * emacs-lisp/cl-lib.el: Use lexical-binding.
1269 (cl-map-extents, cl-maclisp-member): Remove.
1270 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1271 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1272 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1273 * emacs-lisp/cl-extra.el: Use lexical-binding.
1274 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1275 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1276 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1277 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1278 * emacs-lisp/cl-seq.el: Use lexical-binding.
1279 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1280 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1281 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1282 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1283 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1284 CL's internals.
1285
2fe4b125
MA
12862012-06-11 Michael Albinus <michael.albinus@gmx.de>
1287
1288 Sync with Tramp 2.2.6-pre.
1289
1290 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1291 `print-length' and `print-level' to nil, in order to avoid
1292 truncation. Reported by Christopher Schmidt
1293 <christopher@ristopher.com>.
1294
1295 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1296
1297 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1298 New defmacro.
1299 (tramp-compat-copy-directory): Add optional argument
1300 COPY-CONTENTS. It is not handled yet.
1301
1302 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1303 (tramp-ftp-file-name-p): Simplify.
1304
1305 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1306 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1307 connection vector.
1308
1309 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1310 (tramp-methods): Do not use `tramp-password-end-of-line'.
1311 (tramp-completion-function-alist-putty): Handle UNIX case.
1312 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1313 (tramp-do-file-attributes-with-stat)
1314 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1315 gid as real numbers. They could run out of integer range on cygwin.
1316 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1317 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1318 (tramp-open-connection-setup-interactive-shell):
1319 Use `tramp-cleanup'. Move check for busyboxes ...
1320 (tramp-find-shell): ... here. Simplify implementation.
1321 Set "remote-shell" property also for alternative shells.
1322 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1323 If failing, a regular file would be written otherwise.
1324 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1325 (tramp-find-inline-encoding): Cache the coding commands in the
1326 process cache. Apply test command on the remote side, if defined.
1327 (tramp-find-inline-compress): Cache the compress commands in the
1328 process cache.
1329 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1330 when requested. Handle hops.
1331 (tramp-current-connection): New defvar.
87e6e64f
DA
1332 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1333 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1334 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1335 (tramp-get-inline-compress, tramp-get-inline-coding):
1336 Read connection properties from the process cache.
2fe4b125
MA
1337
1338 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1339 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1340 New defconsts.
2fe4b125
MA
1341 (tramp-smb-prompt): Extend for powershell prompt.
1342 (tramp-smb-file-name-handler-alist): Add handlers for
1343 `process-file', `shell-command' and `start-file-process'.
1344 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1345 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1346 (tramp-smb-file-name-p): Simplify.
1347 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1348 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1349 (tramp-smb-shell-quote-argument): New defuns.
1350 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1351 Implement using "tar". By this, time-stamps are preserved.
1352 (tramp-smb-handle-copy-file): Handle also the case of directories.
1353 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1354 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1355 Use `tramp-get-connection-buffer').
2fe4b125
MA
1356 (tramp-smb-handle-rename-file): Use "rename", when source and
1357 target are on the same share.
87e6e64f
DA
1358 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1359 Use `tramp-smb-server-version'.
2fe4b125
MA
1360 (tramp-smb-wait-for-output): Remove prompt.
1361
1362 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1363 (tramp-methods, tramp-rsh-end-of-line):
1364 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1365 (tramp-save-ad-hoc-proxies): New defcustom.
1366 (tramp-completion-function-alist): Adapt docstring.
1367 (tramp-default-password-end-of-line): Remove defcustom.
1368 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1369 (tramp-user-regexp, tramp-file-name-regexp-unified)
1370 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1371 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1372 (tramp-remote-file-name-spec-regexp): New defconst.
1373 (tramp-file-name-structure): Extend structure for hops.
1374 (tramp-get-method-parameter): Move up.
1375 (tramp-file-name-p, tramp-dissect-file-name)
1376 (with-parsed-tramp-file-name): Handle hops.
1377 (tramp-file-name-hop): New defun.
1378 (tramp-make-tramp-file-name): New optional arg HOP.
1379 (tramp-message-show-progress-reporter-message): New defvar.
1380 (tramp-with-progress-reporter): Use it. We cannot use
1381 `tramp-message-show-message' here, because this suppresses also
1382 error buffers.
1383 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1384 `tramp-message-show-message' is nil.
1385 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1386 (tramp-cleanup): New defun.
1387 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1388 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1389 an error unchanged.
1390 (tramp-completion-handle-file-name-all-completions): Handle hops.
1391 Fix an error when called from ido.
1392 (tramp-completion-dissect-file-name): Use better local variable
1393 name. Add hop to the vector.
1394 (tramp-handle-insert-file-contents): Use progress-reporter for the
1395 whole scenario.
1396 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1397 to `t'.
1398 (tramp-check-for-regexp): Simplify search.
1399 (tramp-enter-password): Remove it. Move implementation ...
1400 (tramp-action-password): ... here.
1401 (tramp-mode-string-to-int, tramp-local-host-p)
1402 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1403 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1404 Set tramp-autoload cookie.
2fe4b125
MA
1405
1406 * net/trampver.el: Update release number.
1407
14082012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1409 Michael Albinus <michael.albinus@gmx.de>
1410
1411 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1412 (tramp-parse-group, tramp-parse-file)
1413 (tramp-parse-shostkeys-sknownhosts): New defuns.
1414 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1415 (tramp-parse-shosts-group, tramp-parse-sconfig)
1416 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1417 (tramp-parse-sknownhosts, tramp-parse-hosts)
1418 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1419 Use them.
1420 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1421 (tramp-parse-putty-group): Don't narrow.
1422 (tramp-parse-putty): Make a loop.
1423 (tramp-file-name-handler): Catch the `suppress' signal.
1424
72834e10
CY
14252012-06-11 Chong Yidong <cyd@gnu.org>
1426
1427 * image.el (imagemagick-register-types): Put the ImageMagick entry
1428 at the end of image-type-file-name-regexps.
1429
a4712e11
JB
14302012-06-11 Johan Bockgård <bojohan@gnu.org>
1431
1432 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1433 (pcase, pcase-let*, pcase-dolist): Use them.
1434
82ad98e3
SM
14352012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * emacs-lisp/pcase.el (pcase--let*): New function.
1438 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1439 (pcase--expand): Use macroexp-let².
1440
f80efb86
SM
14412012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1444 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1445 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1446 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1447 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1448 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1449
31ca4639 14502012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1451
31ca4639
CY
1452 * mail/rmail.el (rmail-yank-current-message): Leave point at
1453 correct position. (Bug#11660)
94f0aa34 1454
31ca4639 14552012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1456
31ca4639 1457 * allout-widgets.el: Fix code header.
9e1b8ec4 1458
31ca4639 14592012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1460
f80efb86
SM
1461 * cus-edit.el (customize-changed-options-previous-release):
1462 Bump to 24.1.
31ca4639 1463
642b6d30
AS
14642012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1465
1466 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1467
4f5d2ba1
CY
14682012-06-09 Chong Yidong <cyd@gnu.org>
1469
1470 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1471
e75852fd
MR
14722012-06-09 Martin Rudalics <rudalics@gmx.at>
1473
1474 * window.el (special-display-popup-frame): Don't use
1475 window--display-buffer (Bug#11651).
1476
1e48e282
EZ
14772012-06-09 Eli Zaretskii <eliz@gnu.org>
1478
8a26b487
EZ
1479 Fix parallel builds: make sure loaddefs.el is not being written
1480 while Lisp files are compiled.
1481 (compile): Don't depend on 'mh-autoloads'.
1482 (compile-CMD, compile-SH): Depend on 'autoloads'.
1483 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1484
1e48e282
EZ
1485 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1486
6175e34b
CY
14872012-06-09 Chong Yidong <cyd@gnu.org>
1488
1489 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1490 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1491 Doc fixes (Bug#11225).
1492
d9857e53
SM
14932012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1496 a function if there's a clear indication that it has a compiler-macro.
1497 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1498 (macro-declarations-alist): Add arglist to declaration functions.
1499 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1500 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1501 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1502 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1503 Also add autoload to find the compiler macro.
1504 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1505 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1506 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1507 (cl--compiler-macro-get): New functions, replacing calls to
1508 cl-define-compiler-macro.
1509 (cl-typep) [compiler-macro]: Use macroexp-let².
1510
f81298f8 15112012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1512
1513 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1514 string properly, fixes Bug#11473.
1515
4b56d0fe
CY
15162012-06-08 Chong Yidong <cyd@gnu.org>
1517
1518 * faces.el (set-face-attribute): Doc fix.
1519 (modify-face): Don't use :bold and :italic.
1520 (error, warning, success): Tweak definitions.
1521
1522 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1523 (custom-modified, custom-set, custom-changed, custom-themed)
1524 (custom-saved, custom-button, custom-button-mouse)
1525 (custom-button-pressed, custom-state, custom-comment-tag)
1526 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1527 (custom-group-subtitle): Use new-style face specs.
1528 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1529 (custom-set-face, custom-changed-face, custom-saved-face)
1530 (custom-button-face, custom-button-pressed-face)
1531 (custom-documentation-face, custom-state-face)
1532 (custom-comment-face, custom-comment-tag-face)
1533 (custom-variable-tag-face, custom-variable-button-face)
1534 (custom-face-tag-face, custom-group-tag-face-1)
1535 (custom-group-tag-face): Remove obsolete face alias.
1536
1537 * epa.el (epa-validity-high, epa-validity-medium)
1538 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1539 (epa-field-name, epa-field-body):
1540 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1541 (font-lock-keyword-face, font-lock-builtin-face)
1542 (font-lock-function-name-face, font-lock-variable-name-face)
1543 (font-lock-type-face, font-lock-constant-face):
1544 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1545 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1546 * speedbar.el (speedbar-button-face, speedbar-file-face)
1547 (speedbar-directory-face, speedbar-tag-face)
1548 (speedbar-selected-face, speedbar-highlight-face)
1549 (speedbar-separator-face):
1550 * whitespace.el (whitespace-newline, whitespace-space)
1551 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1552 (whitespace-line, whitespace-space-before-tab)
1553 (whitespace-space-after-tab, whitespace-indentation)
1554 (whitespace-empty):
1555 * emulation/cua-base.el (cua-global-mark):
1556 * eshell/em-prompt.el (eshell-prompt):
1557 * net/newst-plainview.el (newsticker-new-item-face)
1558 (newsticker-old-item-face, newsticker-immortal-item-face)
1559 (newsticker-obsolete-item-face, newsticker-date-face)
1560 (newsticker-statistics-face, newsticker-default-face):
1561 * net/newst-reader.el (newsticker-feed-face)
1562 (newsticker-extra-face, newsticker-enclosure-face):
1563 * net/newst-treeview.el (newsticker-treeview-face)
1564 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1565 (newsticker-treeview-immortal-face)
1566 (newsticker-treeview-obsolete-face)
1567 (newsticker-treeview-selection-face):
1568 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1569 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1570 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1571 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1572 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1573 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1574 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1575 (mpuz-text):
1576 * progmodes/vera-mode.el (vera-font-lock-number)
1577 (vera-font-lock-function, vera-font-lock-interface):
1578 * textmodes/table.el (table-cell): Use new-style face specs, and
1579 don't use the old :bold and :italic attributes.
1580
1581 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1582 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1583 (ebrowse-member-class, ebrowse-progress): Likewise.
1584 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1585 (ebrowse-file-name-face, ebrowse-default-face)
1586 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1587 (ebrowse-progress-face): Remove obsolete faces.
1588
1589 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1590 Inherit from error and warning faces respectively.
1591
1592 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1593 Likewise.
f80efb86
SM
1594 (flyspell-incorrect-face, flyspell-duplicate-face):
1595 Remove obsolete aliases.
4b56d0fe 1596
03310646
MA
15972012-06-08 Michael Albinus <michael.albinus@gmx.de>
1598
1599 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1600 Avoid infloop.
1601
513749ee
SM
16022012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * startup.el (argv, argi): Make lexically scoped.
1605 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1606 * emacs-lisp/cl-macs.el: Use lexical-binding.
1607 Rename cl-bind-* to cl--bind-*.
1608 * files.el: Don't require `cl' since it doesn't use it.
1609 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1610
595ef4ad
JB
16112012-06-08 Juanma Barranquero <lekktu@gmail.com>
1612
1613 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1614 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1615 instead of calling external sort utility.
1616 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1617
e9f66fcb
EZ
16182012-06-08 Eli Zaretskii <eliz@gnu.org>
1619
1620 * descr-text.el (describe-char): Mention how to insert the
1621 character, if the current input method doesn't support it.
1622 See the discussion in this thread for the details:
1623 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1624
3d10db47
SS
16252012-06-08 Sam Steingold <sds@gnu.org>
1626
1627 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1628 XF86Back to previous-buffer.
1629 (minibuffer-local-map): Bind them to next-history-element and
1630 previous-history-element respectively.
1631 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1632 help-go-back respectively.
1633 * info.el (Info-mode-map): Bind them to Info-history-forward and
1634 Info-history-back respectively.
1635 These are the keys next to Up on the ThinkPad keyboard.
1636
de7e2b36
SM
16372012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1640 * emacs-lisp/cl-macs.el: Provide itself.
1641 (cl--labels-convert-cache): New var.
1642 (cl--labels-convert): New function.
1643 (cl-flet, cl-labels): New implementation with new semantics, relying on
1644 lexical-binding.
1645 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1646 (cl-closure-vars, cl--function-convert-cache)
1647 (cl--function-convert): Move from cl-macs.el.
1648 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1649 rename by removing the "cl-" prefix.
1650 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1651
6fa6c4ae
SM
16522012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1655 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1656 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1657 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1658 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1659 (cl-hash-table-count): Add old compatibility aliases.
1660
1661 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1662 Use macroexpand-all-environment instead.
1663 (cl--old-macroexpand): New var.
1664 (cl--sm-macroexpand): New function.
1665 (cl-symbol-macrolet): Use it during macro expansion.
1666 (cl--function-convert-cache): New var.
1667 (cl--function-convert): New function, extracted from
1668 cl-macroexpand-all.
1669 (cl-lexical-let): Use it.
1670
1671 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1672 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1673 (cl-member): Remove old alias.
1674
1675 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1676 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1677 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1678 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1679 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1680 (cl-macroexpand-cmacs): Remove var.
1681 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1682 Use macroexpand-all instead.
1683
4dd1c416
SM
16842012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1687 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1688 (macroexp-copyable-p): New functions and macros.
1689 * emacs-lisp/edebug.el (edebug-unwrap):
1690 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1691 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1692 (pcase--let*): Remove.
1693 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1694 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1695 macroexp-const-p instead.
1696 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1697
1698 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1699 instead of "cl-" for internal definitions. Use macroexp-const-p.
1700 (cl-old-bc-file-form): Remove var.
1701 (cl-const-exprs-p): Remove fun.
1702 (cl-labels, cl-macrolet): Use backquote.
1703 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1704 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1705 (cl-define-setf-expander): Rename from cl-define-setf-method.
1706 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1707
1708 * international/mule-cmds.el: Don't require CL.
1709 (view-hello-file): Don't use `letf'.
1710
ed8bd4d7
SM
17112012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1712
7287f2f3
SM
1713 * tmm.el (tmm-prompt): Use string-prefix-p.
1714 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1715 (tmm-add-prompt): Use minibuffer-completion-help.
1716 (tmm-delete-map): Remove.
1717
ed8bd4d7
SM
1718 * subr.el (kbd): Make it its own function.
1719
7b4cdbf4
SM
17202012-06-07 Stefan Merten <smerten@oekonux.de>
1721
1722 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1723 Silence compiler warnings. Fix versions.
ed8bd4d7 1724 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1725 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1726 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1727 (rst-package-emacs-version-alist): Correct Emacs version to
1728 represent major merge with upstream.
ed8bd4d7 1729 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1730
2b48d721
GM
17312012-06-06 Glenn Morris <rgm@gnu.org>
1732
1733 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1734 Only print environment variables if set.
1735
fa779ab0
SM
17362012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1739 (macroexp--cons): Rename from maybe-cons.
1740 (macroexp--accumulate): Rename from macroexp-accumulate.
1741 (macroexp--all-forms): Rename from macroexpand-all-forms.
1742 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1743 (macroexp--expand-all): Rename from macroexpand-all-1.
1744
628299e0
SS
17452012-06-06 Sam Steingold <sds@gnu.org>
1746
1747 * calendar/calendar.el (calendar-in-read-only-buffer):
1748 Call `special-mode' to enable the standard read-only keybindings.
1749
b7bb5838
SM
17502012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1753 with "loading" messages (bug#11635).
1754
dfb308ba
MA
17552012-06-06 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * files.el (enable-remote-dir-locals): New option.
1758 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1759
0372ee92
MA
1760 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1761 Ensure, that the temp directory is local.
1762
1763 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1764 `temporary-file-directory'.
1765
eed0bb91
MA
1766 * progmodes/python.el (python-send-region): Ensure, that the
1767 temporary file is created also in the remote case.
1768
7a58f64d
GM
17692012-06-06 Glenn Morris <rgm@gnu.org>
1770
f7dd4e98
GM
1771 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1772 (vc-rcs-update-changelog): Use it.
1773
090bd7cb 1774 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1775
7a58f64d
GM
1776 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1777 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1778 (vc-sccs-diff): Replace use of the external vcdiff script.
1779
daed4003
GM
17802012-06-05 Glenn Morris <rgm@gnu.org>
1781
1782 * ledit.el: Move to obsolete/.
1783
48c455c7
SS
17842012-06-05 Sam Steingold <sds@gnu.org>
1785
ed9265fc 1786 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
1787 patch (Bug#11140).
1788
57a7d507
SM
17892012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1790
090bd7cb 1791 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1792
53aacf21
SM
1793 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1794 compiler-macro expansion.
1795
57a7d507
SM
1796 Add native compiler-macro support.
1797 * emacs-lisp/macroexp.el (macroexpand-all-1):
1798 Support compiler-macros directly. Properly follow aliases and apply
1799 the compiler macros more thoroughly.
1800 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1801 macroexpand now properly follows aliases.
1802 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1803 (cl-compiler-macroexpand): Use new prop.
1804 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1805
1806 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1807
51a5f9d8
MR
18082012-06-05 Martin Rudalics <rudalics@gmx.at>
1809
1810 * window.el (get-lru-window, get-mru-window, get-largest-window):
1811 New argument NOT-SELECTED to avoid picking the selected window.
1812 (window--display-buffer-1, window--display-buffer-2): Replace by
1813 new function window--display-buffer
1814 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1815 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1816 Use window--display-buffer.
51a5f9d8
MR
1817 (display-buffer-use-some-window): Remove temporary dedication
1818 hack by calling get-lru-window and get-largest-window with
1819 NOT-SELECTED argument non-nil. Call window--display-buffer.
1820
08f9f738
GM
18212012-06-05 Glenn Morris <rgm@gnu.org>
1822
1823 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1824 Replace external vcdiff script.
1825
e364a2b7
SM
18262012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1829
041df390
CY
18302012-06-04 Chong Yidong <cyd@gnu.org>
1831
e364a2b7
SM
1832 * image.el (imagemagick-types-inhibit): Revert last change.
1833 Add INFO and M.
47b36b94 1834 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1835
7c1898a7
SM
18362012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * emacs-lisp/cl-lib.el: Rename from cl.el.
1839 * emacs-lisp/cl.el: New compatibility file.
1840 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1841 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1842 to obey the "cl-" prefix.
1843 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1844
0c3461de
GM
18452012-06-03 Glenn Morris <rgm@gnu.org>
1846
1e266c88
GM
1847 * emacs-lisp/authors.el (authors-aliases): Addition.
1848
0c3461de
GM
1849 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1850 Fix :version.
1851
d8a52e15
SM
18522012-06-03 Stefan Merten <smerten@oekonux.de>
1853
1854 * textmodes/rst.el: Add comments.
1855 (rst-transition, rst-adornment): New faces.
1856 (rst-adornment-faces-alist): Make default safe to reevaluate.
1857 Fixes
1858 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1859 Improve customization tags.
1860 (rst-define-level-faces): Clarify meaning.
1861
5205d6f6
CY
18622012-06-03 Chong Yidong <cyd@gnu.org>
1863
1864 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1865 (compilation-mode-line-run, compilation-mode-line-exit):
1866 New faces.
5205d6f6
CY
1867 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1868
757ee657
JD
18692012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1870
7c1898a7
SM
1871 * progmodes/which-func.el (which-func-update-ediff-windows):
1872 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1873
5f2c76c6
CY
18742012-06-03 Chong Yidong <cyd@gnu.org>
1875
1876 * bindings.el: Remove explicit help text from format-mode-line.
1877 It is now supplied by mode-line-default-help-echo.
1878 (mode-line-front-space, mode-line-end-spaces)
1879 (mode-line-misc-info): New variables.
1880 (mode-line-modes, mode-line-position): Move the default value to
1881 the variable definition.
1882 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1883 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1884 (mode-line-modified-help-echo): New functions.
1885 (mode-line-mule-info, mode-line-modified): Use them.
1886 (mode-line-eol-desc, propertized-buffer-identification):
1887 Consistency fixes for help text.
cbe46e5f
CY
1888 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1889 set-buffer-file-coding-system (Bug#289).
1890 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1891
f2d6a3df
SM
18922012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * simple.el (execute-extended-command): Set real-this-command
1895 (bug#11506).
1896
37269466
CY
18972012-06-02 Chong Yidong <cyd@gnu.org>
1898
1899 Remove incorrect uses of "modeline" in comments, docstrings, and
1900 function/variable names (Bug#10329).
1901
1902 * cus-edit.el (mode-line):
1903 * dframe.el (dframe-mouse-hscroll):
1904 * emacs-lisp/re-builder.el:
1905 * emacs-lisp/easy-mmode.el (define-minor-mode):
1906 * frame.el (set-frame-name):
1907 * help.el (lookup-minor-mode-from-indicator):
1908 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1909 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1910 (c-toggle-hungry-state):
1911 * progmodes/antlr-mode.el (antlr-language-alist):
1912 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1913 * progmodes/vhdl-mode.el (vhdl-mode):
1914 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1915 * term/ns-win.el (ns-face-at-pos):
1916 * term/sup-mouse.el (sup-mouse-report):
1917 * textmodes/flyspell.el (flyspell-mode-line-string):
1918 * textmodes/ispell.el (ispell-highlight-face):
1919 * textmodes/reftex-global.el:
1920 * vc/vc-arch.el (vc-arch-mode-line-string):
1921 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1922 * vc/vc-git.el (vc-git-mode-line-string):
1923 * vc/vc-hooks.el (vc-display-status)
1924 (vc-default-mode-line-string):
1925 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1926
1927 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1928
1929 * dired.el (dired-sort-set-mode-line): Rename from
1930 dired-sort-set-modeline. All callers changed.
1931
1932 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1933 eshell-status-in-modeline.
1934
1935 * foldout.el (foldout-mode-line-string): Rename from
1936 foldout-modeline-string. All callers changed.
1937 (foldout-update-mode-line): Rename from foldout-update-modeline.
1938
1939 * subr.el (redraw-modeline): Make into obsolete alias.
1940
1941 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1942 timeclock-modeline-display. Make old name an alias.
1943 (timeclock-update-mode-line): Likewise. All callers changed.
1944 (timeclock-mode-line-display): No need to check before using
1945 add-hook.
1946 (timeclock-relative, timeclock-day-over-hook)
1947 (timeclock-use-elapsed, timeclock-mode-string)
1948 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1949
1950 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1951 crisp-mode-modeline-string.
1952
1953 * play/solitaire.el (solitaire-build-mode-line): Rename from
1954 solitaire-build-modeline. All callers changed.
1955
1956 * play/zone.el (zone-hiding-mode-line): Rename from
1957 zone-hiding-modeline. All callers changed.
1958 (zone): Remove unusued `modeline-hidden-level' property.
1959
1960 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1961 xscheme-modeline-initialize. All callers changed.
1962
1963 * strokes.el (strokes-lighter): Rename from
1964 strokes-modeline-string.
1965
1966 * textmodes/sgml-mode.el (html-face-tag-alist)
1967 (html-tag-face-alist): Use mode-line face instead of obsolete
1968 alias modeline.
1969
42152ee4
SM
19702012-06-02 Stefan Merten <smerten@oekonux.de>
1971
1972 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1973 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1974
95f520b5
CY
19752012-06-02 Chong Yidong <cyd@gnu.org>
1976
1977 * image.el (imagemagick-enabled-types): Rename from
1978 imagemagick-types-enable. Add many more types.
1979 (imagemagick-types-inhibit): Change default to nil.
1980 (imagemagick-filter-types): Caller changed.
1981
4a5f187a
SM
19822012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1983
03fef3e6
SM
1984 * emacs-lisp/cl-macs.el: Use backquotes.
1985 (cl-transform-function-property): Use eval-and-compile rather than
1986 abusing `require'.
1987 (defstruct): Use declare-function instead of with-no-warnings.
1988
4a5f187a
SM
1989 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1990 (byte-compile-output-docform): Re-add the print-circle bindings.
1991 (byte-compile-fix-header): Use #$ just because it's shorter.
1992 (byte-compile-output-file-form): Remove defun/defmacro.
1993
bd56924f
MR
19942012-06-01 Martin Rudalics <rudalics@gmx.at>
1995
1996 * simple.el (choose-completion): Remove now obsolete binding for
1997 owindow.
1998
046e38ce
MA
19992012-06-01 Michael Albinus <michael.albinus@gmx.de>
2000
2001 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2002 in order to avoid "Stack overflow in regexp matcher".
2003
32d72c2f
GM
20042012-05-31 Glenn Morris <rgm@gnu.org>
2005
2006 * image.el: For clarity, call imagemagick-register-types at
2007 top-level, rather than relying on a custom :initialize.
2008 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2009 (imagemagick-filter-types): New function. (Bug#7406)
2010 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2011 If disabling support, remove elements altogether rather
2012 than using an impossible regexp.
2013 (imagemagick-types-inhibit): Give it the default init function.
2014
dd41169b
SM
20152012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2016
4a5f187a
SM
2017 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2018 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2019
efc00ab1 20202012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2021
2022 * desktop.el (desktop-read): Clear previous and next buffers for
2023 all windows and bury *Messages* buffer (bug#11556).
2024
500fcedc
SM
20252012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2026
2027 Add `declare' for `defun'. Align `defmacro's with it.
2028 * emacs-lisp/easy-mmode.el (define-minor-mode)
2029 (define-globalized-minor-mode): Don't autoload the var definitions.
2030 * emacs-lisp/byte-run.el: Use lexical-binding.
2031 (defun-declarations-alist, macro-declarations-alist): New vars.
2032 (defmacro, defun): Use them.
2033 (make-obsolete, define-obsolete-function-alias)
2034 (make-obsolete-variable, define-obsolete-variable-alias):
2035 Use `declare'.
2036 (macro-declaration-function): Mark obsolete.
2037 * emacs-lisp/autoload.el: Use lexical-binding.
2038 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2039
6e8a1786
AM
20402012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2041
2042 * textmodes/ispell.el (ispell-with-no-warnings):
2043 Define as a macro.
500fcedc
SM
2044 (ispell-kill-ispell, ispell-change-dictionary):
2045 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2046 `interactive-p'.
2047
61b108cc
SM
20482012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2051 (macro-declaration-function): Move var from C code.
2052 (macro-declaration-function): Define function with defalias.
2053 * emacs-lisp/macroexp.el (macroexpand-all-1):
2054 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2055 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2056 defun/defmacro any more.
2057 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2058 Provide fallback for unknown arglist.
2059 (byte-compile-arglist-warn): Change calling convention.
2060 (byte-compile-output-file-form): Move print-vars binding.
2061 (byte-compile-output-docform): Simplify accordingly.
2062 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2063 (byte-compile-defmacro-declaration): Remove.
2064 (byte-compile-file-form-defmumble): Generalize to defalias.
2065 (byte-compile-output-as-comment): Return byte-positions.
2066 Simplify callers accordingly.
2067 (byte-compile-lambda): Use `assert'.
2068 (byte-compile-defun, byte-compile-defmacro): Remove.
2069 (byte-compile-file-form-defalias):
2070 Use byte-compile-file-form-defmumble.
2071 (byte-compile-defalias-warn): Remove.
2072
6d3f7c2f
SM
20732012-05-29 Stefan Merten <smerten@oekonux.de>
2074
2075 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2076 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2077
2078 (rst-mode-abbrev-table): Merge definition.
2079 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2080 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2081
6dbaa1c7
UJ
20822012-05-29 Ulf Jasper <ulf.jasper@web.de>
2083
2084 * calendar/icalendar.el
2085 (icalendar-export-region): Export UID properly.
2086
d209e2fb 20872012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2088 * calendar/icalendar.el (icalendar-import-format):
2089 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2090 (icalendar-import-format-uid): New.
2091 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2092 Export UID.
2093
6876a58d
SM
20942012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2097 different alternative patterns.
2098 (pcase-codegen): Be more careful to preserve identity.
2099 (pcase--u1): Don't forget to mark vars as used.
2100
2101 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2102 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2103 (byte-compile-from-buffer): ...rather than here.
2104
2105 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2106 functions from byte-compile-function-environment.
2107
46b7967e
TN
21082012-05-29 Troels Nielsen <bn.troels@gmail.com>
2109
2110 * window.el (window-deletable-p): Avoid deleting the root window
2111 of a frame with an active minibuffer.
2112
69d565e2
MR
21132012-05-29 Martin Rudalics <rudalics@gmx.at>
2114
2115 * simple.el (choose-completion): Use quit-window (Bug#11567).
2116
a149fa51
CY
21172012-05-29 Chong Yidong <cyd@gnu.org>
2118
2119 * whitespace.el (whitespace-cleanup): Fix usage of
2120 whitespace-empty-at-bob-regexp (Bug#11492).
2121
2b311310
AH
21222012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2123
2124 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2125 revert (Bug#11488).
2126
b9cb2387
JL
21272012-05-29 Juri Linkov <juri@jurta.org>
2128
2129 * isearch.el (isearch-mode-map): Bind `M-s _' to
2130 `isearch-toggle-symbol'. Bind `M-s c' to
2131 `isearch-toggle-case-fold'.
2132 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2133 (isearch-forward): Add `M-s _' to the docstring.
2134 (isearch-forward-symbol, isearch-toggle-case-fold)
2135 (isearch-symbol-regexp): New functions. (Bug#11381)
2136
d5e61c1c
JL
21372012-05-29 Juri Linkov <juri@jurta.org>
2138
2139 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2140 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2141 a function, call it to get the regexp.
2142 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2143 property `isearch-message-prefix' instead of the string "word ".
2144 (isearch-search-fun-default): For the case of `isearch-word',
2145 return a lambda that calls re-search-forward/re-search-backward
2146 with a regexp returned by `word-search-regexp' or by the function
2147 in `isearch-word'.
2148
8cbd80f7
JL
21492012-05-29 Juri Linkov <juri@jurta.org>
2150
2151 * isearch.el (isearch-search-fun-default): New function.
2152 (isearch-search-fun): Move default part to the new function
2153 `isearch-search-fun-default'.
2154 (isearch-search-fun-function): Set the default value to
2155 `isearch-search-fun-default'. (Bug#11381)
2156
2157 * comint.el (comint-history-isearch-end):
2158 Use `isearch-search-fun-default'.
2159 (comint-history-isearch-search): Use `isearch-search-fun-default'
2160 and remove spacial case for `isearch-word'.
2161 (comint-history-isearch-wrap): Remove spacial case for
2162 `isearch-word'.
2163
2164 * hexl.el (hexl-isearch-search-function):
2165 Use `isearch-search-fun-default'.
2166
2167 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2168 Use `word-search-regexp' for `isearch-word'.
2169
2170 * misearch.el (multi-isearch-search-fun):
2171 Use `isearch-search-fun-default'.
2172
2173 * simple.el (minibuffer-history-isearch-search):
2174 Use `isearch-search-fun-default' and remove spacial case for
2175 `isearch-word'.
2176 (minibuffer-history-isearch-wrap): Remove spacial case for
2177 `isearch-word'.
2178
2179 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2180 Remove spacial case for `isearch-word'.
2181 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2182
85c8c5b6
AM
21832012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2184
2185 Decrease XEmacs incompatibilities.
2186 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2187 Use `string-match'.
2188 (flyspell-delete-region-overlays): Use alternative definition for
2189 XEmacs.
2190 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2191 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2192 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2193 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2194 `define-obsolete-face-alias' under XEmacs, but old method.
2195
2196 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2197 `with-no-warnings' definition or Emacs alias.
2198 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2199 (ispell-word): Do not use `region-p' if XEmacs.
2200
8cab9efc
AM
22012012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2202
2203 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2204 Check for `ispell-dictionary-base-alist' instead of full
2205 `ispell-dictionary-alist'.
2206 (ispell-init-process): Show spellchecker when starting new Ispell
2207 process.
2208
fda91268
RZ
22092012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2212 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2213
694ea8e3
JB
22142012-05-27 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * version.el (motif-version-string, gtk-version-string)
2217 (ns-version-string): Declare.
2218
e4d4f539
JL
22192012-05-27 Juri Linkov <juri@jurta.org>
2220
2221 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2222 after the `eval-defun-1' specialcaseing
2223 like in `edebug-eval-defun' (bug#10181).
2224
2225 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2226 like in `eval-defun-1'.
2227
33017faf 22282012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2229
fda91268
RZ
2230 * mail/sendmail.el (mail-yank-region):
2231 Recognize rmail-yank-current-message in addition to insert-buffer.
2232 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2233 a *mail* buffer created through rmail-start-mail with sendmail as
2234 mail-user-agent.
2235
33017faf
GM
22362012-05-27 Chong Yidong <cyd@gnu.org>
2237
2238 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2239 Default to 256 (Bug#11267).
2240
2241 * help.el (describe-mode): Doc fix.
2242
04188bb9
GM
22432012-05-26 Glenn Morris <rgm@gnu.org>
2244
38264cc9
GM
2245 * w32-fns.el (w32-init-info): Remove.
2246 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2247
eb7afdad
GM
2248 * info.el (info-initialize): For self-contained NS builds, put the
2249 included info/ directory at the front. (Bug#2791)
2250
04188bb9
GM
2251 * paths.el (Info-default-directory-list): Make it a defcustom,
2252 mainly so that we can use custom-initialize-delay.
2253
a179e3f7
SM
22542012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2255
43416392
SM
2256 * subr.el (buffer-has-markers-at): Mark obsolete.
2257
a179e3f7 2258 * subr.el (lambda): Use declare.
43416392 2259
a179e3f7
SM
2260 * emacs-lisp/lisp-mode.el (lambda):
2261 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2262
34a008d9
AH
22632012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2264
2265 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2266
0a3b289f
GM
22672012-05-26 Glenn Morris <rgm@gnu.org>
2268
2269 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2270
758c81e8
GM
22712012-05-25 Glenn Morris <rgm@gnu.org>
2272
f9f334f0
GM
2273 * paths.el: Remove no-byte-compile.
2274 * loadup.el: No need to load paths.el uncompiled.
2275
87eb79c2
GM
2276 * image.el (imagemagick-types-inhibit): Doc fix.
2277
758c81e8
GM
2278 * version.el: Remove no-byte-compile and associated formatting.
2279 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2280 is ancient code from when there was an "inc-vers.el".
2281
e7e85dc0
SM
22822012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * progmodes/gdb-mi.el: Minor style changes.
2285 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2286 Turn into minor modes.
2287 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2288 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2289 (gdb-shell): Remove unneeded let-binding.
2290 (gdb-get-many-fields): Eliminate O(n²) behavior.
2291
f31237a4
EZ
22922012-05-25 Eli Zaretskii <eliz@gnu.org>
2293
2294 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2295 platforms that don't link in fontset.c.
2296
bc1b21bb
JL
22972012-05-25 Juri Linkov <juri@jurta.org>
2298
2299 Use the same diff color scheme as in modern VCSes (bug#10181).
2300
2301 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2302 to avoid confusion with `diff-added' that now uses green colors.
2303 (diff-removed): Use shades of red.
2304 (diff-added): Use shades of green.
2305 (diff-changed): Leave just the yellow color.
2306 (diff-use-changed-face): New variable.
2307 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2308 how to highlight context diff changes.
2309 (diff-refine-change): Use shades of yellow.
2310 (diff-refine-removed): New face that uses shades of red.
2311 (diff-refine-added): New face that uses shades of green.
2312 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2313 `diff-refine-removed' in the call to `smerge-refine-subst'
2314 depending on the value of `diff-use-changed-face'.
2315
2316 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2317 (smerge-other): Use shades of green.
2318 (smerge-base): Use shades of yellow.
2319 (smerge-refined-change): Empty face.
2320 (smerge-refined-removed): New face that uses shades of red.
2321 (smerge-refined-added): New face that uses shades of green.
2322 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2323 args `props-r' and `props-a', and use them. Doc fix.
2324 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2325 on its value use different faces `smerge-refined-change',
2326 `smerge-refined-removed', `smerge-refined-added' in the call to
2327 `smerge-refine-subst'.
2328
2329 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2330 Add face condition `min-colors 88' with shades of red.
2331 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2332 `min-colors 88' with shades of green.
2333 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2334 `min-colors 88' with shades of yellow.
2335
6df9112c
GM
23362012-05-24 Glenn Morris <rgm@gnu.org>
2337
ead5edc0
GM
2338 * paths.el (prune-directory-list, remote-shell-program): Move to...
2339 * files.el (prune-directory-list, remote-shell-program): ...here.
2340 For the latter, delay initialization, prefer ssh, just search PATH.
2341
f18b81e6
GM
2342 * paths.el (term-file-prefix): Move to faces.el (the only user).
2343 * faces.el (term-file-prefix): Move here, make it a defcustom.
2344
ee2f89a6
GM
2345 * paths.el (news-directory, news-path, news-inews-program):
2346 Move to gnus/nnspool.el.
61a583ca 2347
f8815e4c
GM
2348 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2349
c8f3b42c
GM
2350 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2351 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2352 Make the latter a defcustom, with a delayed initialization.
2353
6df9112c
GM
2354 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2355 These were deleted from Gnus itself late 2010.
2356
5dadff36
JB
23572012-05-22 Juanma Barranquero <lekktu@gmail.com>
2358
9e1701c6
JB
2359 * progmodes/which-func.el (which-func-ff-hook):
2360 Check against user-error, not error.
2361
bd7239f5 2362 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2363 cl-specs.el, which no longer exists.
2364
3290526d
GM
23652012-05-22 Glenn Morris <rgm@gnu.org>
2366
2367 * info.el (info-emacs-bug): New command.
2368 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2369 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2370
ff0c3cfb
GM
23712012-05-21 Glenn Morris <rgm@gnu.org>
2372
2373 * makefile.w32-in (update-subdirs-SH):
2374 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2375
5814f126
SM
23762012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2377
a52c0aa0
SM
2378 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2379
5814f126
SM
2380 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2381 Simplify Maven regexp, and make sure the file can't start with a space
2382 (bug#11517).
2383
b847032c
GM
23842012-05-21 Glenn Morris <rgm@gnu.org>
2385
2386 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2387 Scrap superfluous subshells.
2388
3858bfe7
SM
23892012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2392 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2393
d14b0029
JB
23942012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2395
2396 * calc/calc.el (calc-ensure-consistent-units): New variable.
2397
a52c0aa0
SM
2398 * calc/calc-units.el (math-consistent-units-p)
2399 (math-check-unit-consistency): New functions.
2400 (calc-quick-units, calc-convert-units):
2401 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2402 is non-nil.
d14b0029
JB
2403 (calc-extract-units): Fix typo.
2404
60c4db3a
SM
24052012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2406
77f3b62e
SM
2407 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2408
60c4db3a
SM
2409 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2410 (flyspell-default-deplacement-commands): Don't spell check after
2411 repeated window/frame switches (e.g. triggered by mouse-movement).
2412 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2413 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2414 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2415 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2416 Remove unused vars.
2417 (flyspell-get-casechars, flyspell-get-not-casechars):
2418 Simplify; Don't bother removing a ] just to add it back.
2419 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2420
d209e2fb 24212012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2422
2423 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2424 New functions.
bd7239f5 2425 (math-function-table): Add support for more C functions.
b1a10716 2426
3f1b25b5
AM
24272012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2428
090bd7cb
JB
2429 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2430 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2431 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2432
b581bb5c
SM
24332012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2436 their respective macro declarations.
2437 * skeleton.el (define-skeleton):
2438 * progmodes/compile.el (define-compilation-mode):
2439 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2440 (define-ibuffer-filter):
2441 * emacs-lisp/generic.el (define-generic-mode):
2442 * emacs-lisp/easy-mmode.el (define-minor-mode)
2443 (define-globalized-minor-mode):
2444 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2445 * emacs-lisp/byte-run.el (defsubst):
2446 * custom.el (deftheme): Add doc-string metadata.
2447
70b8ef8f
SM
24482012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2451
b1198e17
SM
24522012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2453
9abdc45d
SM
2454 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2455
b1198e17
SM
2456 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2457 * emacs-lisp/cl-macs.el: Idem.
2458 * emacs-lisp/cl-specs.el: Remove.
2459
4735906a
SM
24602012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 Minor renaming of internal CL functions and variables.
2463 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2464 (cl--position): Rename from cl-position.
2465 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2466 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2467 (cl--random-state): Rename from *random-state*.
2468
ac348012
SM
24692012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2472 parens around the arg list (bug#11499).
2473
a0a79cde
JL
24742012-05-17 Juri Linkov <juri@jurta.org>
2475
2476 * isearch.el (word-search-regexp, word-search-backward)
2477 (word-search-forward, word-search-backward-lax)
2478 (word-search-forward-lax): Move functions from search.c
2479 (bug#10145, bug#11381).
2480
65034a51
AM
24812012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2482
090bd7cb
JB
2483 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2484 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2485 Delay for otherchars as for normal word components.
65034a51 2486
1a72a195
SM
24872012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * minibuffer.el (completion--sifn-requote): Fix last change.
2490 (minibuffer-local-must-match-filename-map):
2491 Move define-obsolete-variable-alias before its var.
2492
fdb058c2
SM
24932012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2494
c41045e6
SM
2495 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2496
036dfb8b
SM
2497 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2498 behavior.
2499 (completion--string-equal-p): New function.
2500 (completion--twq-all): Use it to get better assertion failure data.
2501
2473256d
SM
2502 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2503 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2504 (shell--requote-argument): New functions.
2505 (shell-completion-vars): Use them.
2506 (shell--parse-pcomplete-arguments): Rename from
2507 shell-parse-pcomplete-arguments.
2508 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2509 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2510 Obey comint-file-name-quote-list.
2511
fdb058c2
SM
2512 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2513 (smie-indent-keyword): Use it.
2514
51fa99f1
SM
25152012-05-14 Stefan Merten <smerten@oekonux.de>
2516
2517 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2518
e18afed7 25192012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2520
2521 * net/rlogin.el (rlogin-mode-map): Fix last change.
2522
e18afed7 25232012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2524
2525 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2526 the following \r\n using a single `process-send-string', since the
2527 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2528 with two `process-send-string's (Bug#11444).
8633b1f4 2529
e18afed7 25302012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2531
fdb058c2
SM
2532 * shell.el (shell-parse-pcomplete-arguments):
2533 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2534
2d21d7f6
WJ
25352012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2536
e18afed7 2537 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2538 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2539 (image-transform-width, image-transform-fit-width): New functions.
2540 (image-transform-properties): Use them.
2541 (image-transform-check-size): New function.
2542 (image-toggle-display-image): Use it (for testing).
2543 (image-transform-set-rotation): Reduce angle mod 360.
2544 Delete obsolete comment.
2545
7102e6d0
WJ
25462012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2547
2548 * image-mode.el: Fix scaling (bug#11399).
2549 (image-transform-resize): Doc fix.
2550 (image-transform-properties): Default scale is 1 and height should
2551 be an integer.
2552
06bc5e6e
SM
25532012-05-13 Johan Bockgård <bojohan@gnu.org>
2554
2555 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2556 than hard-coding `car', to fix misbehavior when moving forward.
2557
0ae03b6a
CY
25582012-05-13 Chong Yidong <cyd@gnu.org>
2559
2560 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2561 (tabulated-list-entries, tabulated-list-padding)
2562 (tabulated-list-sort-key): Make permanent-local.
2563
2564 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2565 (electric-buffer-list): Put electric buffer menu
2566 command descriptions in this docstring, instead of the docstring
2567 of electric-buffer-menu-mode. Code cleanups.
2568 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2569 Electric-buffer-menu-mode.
2570 (electric-buffer-update-highlight): Minor code cleanup.
2571
205a7391
MA
25722012-05-13 Michael Albinus <michael.albinus@gmx.de>
2573
2574 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2575 (Bug#11447)
2576
e5bd0a28
SM
25772012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 Move define-obsolete-variable-alias before the var's definition.
2580 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2581 * tooltip.el (tooltip-hook):
2582 * textmodes/reftex-toc.el (reftex-toc-map):
2583 * textmodes/reftex-sel.el (reftex-select-label-map)
2584 (reftex-select-bib-map):
2585 * textmodes/reftex-index.el (reftex-index-map)
2586 (reftex-index-phrases-map):
2587 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2588 * progmodes/meta-mode.el (meta-mode-map):
2589 * novice.el (disabled-command-hook):
2590 * loadhist.el (unload-hook-features-list):
2591 * frame.el (blink-cursor):
2592 * files.el (find-file-not-found-hooks, write-file-hooks)
2593 (write-contents-hooks):
2594 * emulation/tpu-edt.el (GOLD-map):
2595 * emacs-lock.el (emacs-lock-from-exiting):
2596 * emacs-lisp/generic.el (generic-font-lock-defaults):
2597 * emacs-lisp/chart.el (chart-map):
2598 * dos-fns.el (register-name-alist):
2599 * dired-x.el (dired-omit-files-p):
2600 * desktop.el (desktop-enable):
2601 * cus-edit.el (custom-mode-hook):
2602 * buff-menu.el (buffer-menu-mode-hook):
2603 * bookmark.el (bookmark-read-annotation-text-func)
2604 (bookmark-exit-hooks):
2605 * allout.el (allout-mode-deactivate-hook)
2606 (allout-exposure-change-hook, allout-structure-added-hook)
2607 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2608 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2609 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2610 comes before the corresponding variable's definition.
2611
ac59c2f6
CY
26122012-05-12 Chong Yidong <cyd@gnu.org>
2613
2614 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2615 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2616 (Buffer-menu-mode-map): Bind it.
2617 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2618
dee6c9a3
SM
26192012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2171cea5
SM
2621 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2622 (prolog-upper-case-string, prolog-lower-case-string)
2623 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2624 (prolog-use-smie, prolog-smie-grammar): New vars.
2625 (prolog-smie-forward-token, prolog-smie-backward-token)
2626 (prolog-smie-rules): New funs.
2627 (prolog-comment-indent): Remove.
2628 (prolog-mode-variables): Use default comment indentation instead.
2629 Setup SMIE.
2630 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2631 (prolog-mode): Don't call them any more.
2632 (prolog-electric-colon, prolog-electric-dash)
2633 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2634
aa0382bd
SM
2635 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2636
dbacb4bd
SM
2637 * minibuffer.el (completion--twq-all): Again, allow case differences.
2638
13bdd94c
SM
2639 * term.el: Move keymap initialization code to be more idiomatic.
2640 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2641 (term-terminal-menu): Move initialization into declaration.
2642 (term-escape-char): Let the user set it in her .emacs.
2643
ff46c759
SM
2644 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2645 Provide SMIE-based indentation (not enabled by default yet).
2646 (sh-mode-map): Don't bind electric keys.
2647 Use electric-pair-mode instead of skeleton-pair.
2648 (sh-assignment-regexp): Fit within 80 columns.
2649 (sh-indent-supported): Specify actual shell name instead of boolean.
2650 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2651 (sh-maybe-here-document): Use it. Make obsolete.
2652 (sh-electric-here-document-mode) New minor mode.
2653 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2654 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2655 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2656 (sh-smie-rc-grammar, sh-use-smie): New vars.
2657 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2658 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2659 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2660 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2661 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2662 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2663 (sh-set-shell): Use smie-setup if requested.
2664
dee6c9a3
SM
2665 * term.el (term-set-escape-char): Properly set term-escape-char.
2666 See http://stackoverflow.com/questions/10524656.
2667
9f9aa044
CY
26682012-05-10 Chong Yidong <cyd@gnu.org>
2669
2670 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2671 Use url-generic-parse-url, and handle host names and Windows
2672 filenames properly.
2673 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2674 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2675 URL schemes to work on.
2676 (ffap--toggle-read-only): New function.
2677 (ffap-read-only, ffap-read-only-other-window)
2678 (ffap-read-only-other-frame): Use it.
2679 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2680 necessary for ffap-url-unwrap-remote.
2681
836d29b3
DA
26822012-05-10 Dave Abrahams <dave@boostpro.com>
2683
2684 * cus-start.el (create-lockfiles): Add it.
2685
00fd78ed
CY
26862012-05-09 Chong Yidong <cyd@gnu.org>
2687
2688 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2689 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2690
666b903b 26912012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2692
2693 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2694
666b903b 26952012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2696
2697 * ansi-color.el (ansi-color-process-output): Check for validity of
2698 comint-last-output-start before using it. This avoids a bad
2699 interaction with gdb-mi's input/output buffer.
2700
666b903b 27012012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2702
2703 * files.el (dir-locals-read-from-file):
2704 Mention dir-locals in any error message.
2705
666b903b 27062012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2707
2708 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2709 package (Bug#11410).
2710
f677562b
CY
2711 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2712 variables into description.
2713
666b903b 27142012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2715
2716 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2717 shell-delimiter-argument-list (bug#11348).
2718 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2719
b499d8d0
JB
27202012-05-09 Juanma Barranquero <lekktu@gmail.com>
2721
8f6b6da8
JB
2722 * textmodes/rst.el: Silence byte-compiler warnings.
2723 (rst-re-alist, rst-reset-section-caches): Move around.
2724 (rst-re): Use `characterp', not `char-valid-p'.
2725 (font-lock-beg, font-lock-end): Declare.
2726
4824146a
JB
2727 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2728 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2729
b499d8d0
JB
2730 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2731
ad89bb83
GM
27322012-05-08 Glenn Morris <rgm@gnu.org>
2733
2734 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2735
8bba5a75
SM
27362012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2737
49ed9c8e
SM
2738 * vc/log-edit.el: Add GNU coding standards highlighting.
2739 (log-edit-font-lock-gnu-style)
2740 (log-edit-font-lock-gnu-keywords): New vars.
2741 (log-edit-font-lock-keywords): New fun.
2742 (log-edit-mode): Don't fold case in font-lock.
2743 (log-edit-font-lock-keywords): Do not assume case-folding.
2744
07d00b56
SM
2745 * imenu.el: Misc cleanup. Make docstrings out of comments.
2746 Use lexical-binding.
2747 (imenu--index-alist, imenu--last-menubar-index-alist)
2748 (imenu-menubar-modified-tick): Use defvar-local.
2749 (imenu--split-menu): Remove unused var.
2750 (imenu--cleanup-seen): Declare as global.
2751 (imenu--cleanup): Use dolist.
2752
8bba5a75
SM
2753 * subr.el (defvar-local): Add debug spec and doc-string position.
2754
5075bdb5
GM
27552012-05-08 Glenn Morris <rgm@gnu.org>
2756
090bd7cb 2757 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2758 * language/english.el, language/georgian.el, language/greek.el:
2759 * language/japanese.el, language/khmer.el, language/korean.el:
2760 * language/lao.el, language/misc-lang.el, language/romanian.el:
2761 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2762 * language/thai.el, language/utf-8-lang.el:
2763 Remove no-byte-compile setting.
2764
5075bdb5
GM
2765 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2766
06f679a7
AH
27672012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2768
2769 * progmodes/make-mode.el (makefile-browse):
2770 Remove unnecessary interactive. (Bug#11324)
2771
03794570
GM
27722012-05-07 Glenn Morris <rgm@gnu.org>
2773
af8630f4
GM
2774 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2775
03794570
GM
2776 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2777
f0809a9d
SM
27782012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2779
28be5ce7
SM
2780 * loadup.el: Preload newcomment.el.
2781 * newcomment.el: Move autoload-only code to toplevel.
2782
f0809a9d
SM
2783 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2784 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2785 Handle new :right-align column property.
2786 (tabulated-list-print-col): Idem, plus use `display' text-property to
2787 try and preserve alignment for variable pitch fonts.
2788
1241b724
CY
27892012-05-07 Chong Yidong <cyd@gnu.org>
2790
2791 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2792 (tabulated-list-use-header-line): New var.
2793 (tabulated-list-init-header): Use it.
2794 (tabulated-list-print-fake-header): New function.
2795 (tabulated-list-print): Use it.
2796 (tabulated-list-sort-button-map): Add non-header-line commands.
2797 (tabulated-list-init-header): Add column name property to basic
2798 labels as well.
2799 (tabulated-list-col-sort): Handle non-header-line button case.
2800 (tabulated-list--sort-by-column-name): Fix a corner case.
2801
f0809a9d
SM
2802 * buff-menu.el (list-buffers--refresh):
2803 Handle Buffer-menu-use-header-line.
1241b724 2804
e5f9458f
CY
28052012-05-06 Chong Yidong <cyd@gnu.org>
2806
2807 * buff-menu.el: Convert to Tabulated List mode.
2808 (Buffer-menu-buffer+size-width): Make obsolete.
2809 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2810 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2811 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2812 documentation into docstring of buffer-menu.
2813 (Buffer-menu-toggle-files-only): Add an informative message.
2814 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2815 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2816 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2817 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2818 (Buffer-menu-execute, Buffer-menu-select)
2819 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2820 (Buffer-menu-bury): Use Tabulated List machinery.
2821 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2822 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2823 Delete.
e5f9458f
CY
2824 (list-buffers--refresh): New function.
2825 (list-buffers-noselect): Use it.
2826 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2827 (Buffer-menu--pretty-file-name): New helper functions.
2828
2829 * loadup.el: Preload tabulated-list.
2830
2831 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2832 tabulated-list-sort-column.
2833 (tabulated-list-init-header): Add the initial aligning space even
2834 if tabulated-list-padding is zero.
2835
e129292c
CS
28362012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2837
2838 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2839 whose cdr is not a cons cell correctly (bug#11038).
2840
6632d361
CY
28412012-05-06 Chong Yidong <cyd@gnu.org>
2842
e129292c
CS
2843 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2844 Accept additional plist in column descriptors.
6632d361
CY
2845 (tabulated-list-init-header): Obey it.
2846 (tabulated-list-get-entry): New function.
2847 (tabulated-list-put-tag): Use it. Use string-width instead of
2848 length.
2849 (tabulated-list--column-number): New function.
2850 (tabulated-list-print): Use it.
e129292c
CS
2851 (tabulated-list-print-col): New function.
2852 Set `tabulated-list-column-name' property on each column's text.
6632d361 2853 (tabulated-list-print-entry): Use it.
e129292c
CS
2854 (tabulated-list-delete-entry, tabulated-list-set-col):
2855 New functions.
6632d361
CY
2856 (tabulated-list-sort-column): New command (Bug#11337).
2857
3cc99f68
CY
2858 * buff-menu.el (list-buffers): Move C-x C-b binding from
2859 buff-menu.el to bindings.el.
2860
2861 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2862 :advertised-binding feature.
2863
52b61776
TN
28642012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2865
2866 * progmodes/compile.el (compilation-internal-error-properties):
2867 Calculate start position correctly when end-col is set but
2868 end-line is not (Bug#11382).
2869
ebfe2597
WJ
28702012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2871
2872 * man.el (Man-unindent): Use text-property-default-nonsticky to
2873 prevent untabify from inheriting face properties (Bug#11408).
2874
6d3f7c2f
SM
28752012-05-05 Stefan Merten <smerten@oekonux.de>
2876
2877 * textmodes/rst.el: Major merge with upstream development up to
2878 Docutils SVN r7399 / rst.el V1.2.1.
2879
2880 Clarify maintainership and authors.
2881
2882 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2883 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2884 (rst-official-version, rst-official-cvs-rev, rst-version)
2885 (rst-package-emacs-version-alist): New functions and variables
2886 for version information.
2887
2888 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2889 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2890 (rst-mode-syntax-table, rst-mode): New and corrected functions
2891 and variables representing reStructuredText features.
2892
2893 (rst-re): New function for reStructuredText regexes. Use in
2894 many places.
2895
2896 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2897 (rst-mode-map): Rebind keys.
2898
2899 (rst-mode-lazy, rst-font-lock-keywords)
2900 (rst-font-lock-extend-region)
2901 (rst-font-lock-extend-region-internal)
2902 (rst-font-lock-extend-region-extend)
2903 (rst-font-lock-find-unindented-line-limit)
2904 (rst-font-lock-find-unindented-line-match)
2905 (rst-adornment-level, rst-font-lock-adornment-level)
2906 (rst-font-lock-adornment-match)
2907 (rst-font-lock-handle-adornment-pre-match-form)
2908 (rst-font-lock-handle-adornment-matcher): Major revision of
2909 font-locking. Integrate with other code. Use `jit-lock-mode'.
2910
2911 (rst-preferred-adornments, rst-adjust-hook)
2912 (rst-new-adornment-down, rst-preferred-bullets)
2913 (rst-preferred-bullets, rst-indent, rst-indent-width)
2914 (rst-indent-field, rst-indent-literal-normal)
2915 (rst-indent-literal-minimized, rst-indent-comment): Change,
2916 extend and improve customization.
2917
2918 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2919 (rst-normalize-cursor-position, rst-get-decoration)
2920 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2921 (rst-rstrip, rst-toc-insert-find-delete-contents)
2922 (rst-shift-fill-region, rst-compute-bullet-tabs)
2923 (rst-debug-print-tabs, rst-debug-mark-found)
2924 (rst-shift-region-guts, rst-shift-region-right)
2925 (rst-shift-region-left, rst-use-char-classes)
2926 (rst-font-lock-keywords-function)
2927 (rst-font-lock-indentation-point)
2928 (rst-font-lock-find-unindented-line-begin)
2929 (rst-font-lock-find-unindented-line-end)
2930 (rst-font-lock-find-unindented-line)
2931 (rst-font-lock-adornment-point, rst-font-lock-level)
2932 (rst-adornment-level-alist): Remove functions and variables.
2933
2934 (rst-compare-adornments, rst-get-adornment-match)
2935 (rst-suggest-new-adornment, rst-get-adornments-around)
2936 (rst-adornment-complete-p, rst-get-next-adornment)
2937 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2938 (rst-straighten-adornments): Standardize function names to
2939 use "adornment" instead of "decoration". Correct callers.
2940 Similar standardizing in many places.
2941
2942 (rst-update-section, rst-adjust, rst-promote-region)
2943 (rst-enumerate-region, rst-bullet-list-region)
2944 (rst-repeat-last-character): Correct use of `interactive'.
2945
2946 (rst-classify-adornment, rst-find-all-adornments)
2947 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2948 (rst-find-leftmost-column, rst-repeat-last-character):
2949 Refactor functions.
2950
2951 (rst-find-title-line, rst-reset-section-caches)
2952 (rst-get-adornments-around, rst-adjust-adornment-work)
2953 (rst-arabic-to-roman, rst-roman-to-arabic)
2954 (rst-insert-list-pos, rst-insert-list-new-item)
2955 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2956 New functions.
2957
2958 (rst-all-sections, rst-section-hierarchy)
2959 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2960 New variables.
2961
2962 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2963 configuration instead of only buffer. Change where necessary.
2964
2965 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2966 (rst-shift-region, rst-adaptive-fill): New functions for
2967 indentation and filling.
2968
2969 (rst-comment-line-break, rst-comment-indent)
2970 (rst-comment-insert-comment, rst-comment-region)
2971 (rst-uncomment-region): New functions for handling comments.
2972
2973 (rst-compile): Quote shell arguments.
2974
2975 (rst-compile-pdf-preview, rst-compile-slides-preview):
2976 Delete temporary files after use.
2977
a43f98b3
GM
29782012-05-05 Glenn Morris <rgm@gnu.org>
2979
48176e8b
GM
2980 * calendar/cal-html.el: Optionally include holidays in the output.
2981 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2982 (cal-html-holidays): New option.
2983 (cal-html-css-default): Add holiday entry.
2984 (holiday-in-range): Autoload it.
2985 (cal-html-htmlify-entry): Add optional class argument.
2986 (cal-html-htmlify-list): Add optional holidays argument.
2987 (cal-html-insert-agenda-days): Include holidays in the output.
2988 (cal-html-one-month): Maybe include holidays.
2989
a43f98b3
GM
2990 * calendar/holidays.el (holiday-in-range):
2991 Move here from cal-tex-list-holidays.
2992 * calendar/cal-tex.el (cal-tex-list-holidays):
2993 Make it an obsolete alias for holiday-in-range. Update all callers.
2994
fef9d149 29952012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2996
2997 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2998 Nextstep.
2999
248da2f4
RW
30002012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3001
3002 * files.el (file-auto-mode-skip): New var.
3003 (set-auto-mode-1): Use it.
3004
f95e9344
SM
30052012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3006
df96ab1e
SM
3007 * repeat.el: Use lexical-binding.
3008 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3009 (repeat-undo-count): Remove.
3010 (repeat):
3011 * progmodes/octave-mod.el (octave-abbrev-start):
3012 * progmodes/f90.el (f90-abbrev-start):
3013 * face-remap.el (text-scale-adjust):
3014 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3015
5342bb06
SM
3016 * emacs-lisp/pcase.el (pcase--let*): New function.
3017 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3018 a bit more.
3019 (pcase--split-pred): Be more clever about ruling out overlap between
3020 a predicate and some constant pattern.
3021 (pcase--q1): Use `null' instead of (eq foo nil).
3022
f95e9344
SM
3023 * subr.el (setq-local, defvar-local): New macros.
3024 (kbd): Redefine as an alias.
3025 (with-selected-window): Leave unrelated frames alone.
3026 (set-temporary-overlay-map): New function.
3027
71873e2b
SM
30282012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * subr.el (user-error): New function.
3031 * window.el (switch-to-buffer):
3032 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3033 (smerge-match-conflict):
3034 * simple.el (previous-matching-history-element)
3035 (next-matching-history-element, goto-history-element, undo-more)
3036 (undo-start):
3037 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3038 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3039 (next-file, tags-loop-scan, list-tags, complete-tag):
3040 * progmodes/compile.el (compilation-loop):
3041 * mouse.el (mouse-minibuffer-check):
3042 * man.el (Man-bgproc-sentinel, Man-goto-page):
3043 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3044 (Info-history-forward, Info-follow-reference, Info-menu)
3045 (Info-extract-menu-item, Info-extract-menu-counting)
3046 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3047 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3048 (Info-next-reference, Info-prev-reference, Info-index)
3049 (Info-index-next, Info-follow-nearest-node)
3050 (Info-copy-current-node-name):
3051 * imenu.el (imenu--make-index-alist)
3052 (imenu-default-create-index-function, imenu-add-to-menubar):
3053 * files.el (basic-save-buffer, recover-file):
3054 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3055 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3056 (checkdoc-message-text, checkdoc-defun):
3057 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3058 * cus-edit.el (customize-changed-options, customize-rogue)
3059 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3060 (custom-variable-mark-to-reset-standard)
3061 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3062 (custom-file):
3063 * completion.el (check-completion-length):
3064 * comint.el (comint-search-arg)
3065 (comint-previous-matching-input-string-position)
3066 (comint-previous-matching-input)
3067 (comint-replace-by-expanded-history-before-point, comint-send-input)
3068 (comint-copy-old-input, comint-backward-matching-input)
3069 (comint-goto-process-mark, comint-set-process-mark):
3070 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3071 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3072
8a61ee22
SM
30732012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3074
66408d1e
SM
3075 * dabbrev.el (dabbrev--ignore-case-p): New function.
3076 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3077 Use it.
3078
8a61ee22
SM
3079 * files.el (automount-dir-prefix): Mark as obsolete.
3080
3c74813a
GM
30812012-05-04 Glenn Morris <rgm@gnu.org>
3082
3083 * patcomp.el, play/bruce.el: Move to obsolete/.
3084
0bfcf5c5
PE
30852012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3086
3087 Fix minor Y10k bugs.
3088 * arc-mode.el (archive-unixdate):
3089 * autoinsert.el (auto-insert-alist):
3090 * calc/calc-forms.el (math-this-year):
3091 * emacs-lisp/copyright.el (copyright-current-year)
3092 (copyright-update-year, copyright):
3093 * tar-mode.el (tar-clip-time-string):
3094 * time.el (display-time-update):
3095 Don't assume years have 4 digits.
3096
78f3273a
CY
30972012-05-04 Chong Yidong <cyd@gnu.org>
3098
3099 * dos-w32.el (file-name-buffer-file-type-alist)
3100 (direct-print-region-use-command-dot-com):
3101 * ffap.el (ffap-menu-regexp):
3102 * find-file.el (ff-special-constructs):
3103 * follow.el (follow-debug):
3104 * forms.el (forms--debug):
3105 * iswitchb.el (iswitchb-all-frames):
3106 * ido.el (ido-all-frames):
3107 * emacs-lisp/timer.el (timer-max-repeats):
3108 * mail/feedmail.el (feedmail-mail-send-hook)
3109 (feedmail-mail-send-hook-queued):
3110 * mail/footnote.el (footnote-signature-separator):
3111 * mail/mailabbrev.el (mail-alias-separator-string)
3112 (mail-abbrev-mode-regexp):
3113 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3114 * progmodes/idlwave.el (idlwave-libinfo-file)
3115 (idlwave-default-completion-case-is-down)
3116 (idlwave-library-routines): Convert defvars to defcustoms.
3117
3118 * mail/rmail.el (rmail-decode-mime-charset):
3119 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3120 (idlwave-shell-fix-inserted-breaks)
3121 (idlwave-shell-activate-alt-keybindings)
3122 (idlwave-shell-use-breakpoint-glyph):
3123 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3124
f7ae6719
SM
31252012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3128
47086495
WS
31292012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3130
3131 * progmodes/verilog-mode.el (font-lock-keywords):
3132 Fix mis-highligting auto. Reported by Craig Barner.
3133 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3134 defines from global name space. Reported by Dan Dever.
3135 (verilog-auto-reset, verilog-auto-reset-widths)
3136 (verilog-auto-tieoff): Support using unbased numbers for
3137 AUTORESET and AUTOTIEOFF.
3138 (verilog-submit-bug-report): Update variable list.
3139 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3140 parenthesis from not matching. Reported by Michael Rytting.
3141 (verilog-auto-template-lint): Fix hash error when linting modules
3142 with no used templates.
3143 (verilog-warn, verilog-warn-error)
3144 (verilog-warn-fatal): When non-interactive report multiple
3145 warnings before exiting. Suggested by Brad Dobbie.
3146 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3147 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3148 to report unused template errors. Reported by Brad Dobbie.
3149 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3150 nets, bug438. Reported by Vns Blore.
3151 (verilog-auto-inout-module, verilog-auto-reg)
3152 (verilog-read-decls, verilog-read-sub-decls-sig)
3153 (verilog-signals-edit-wire-reg, verilog-signals-with):
3154 Fix passing of Verilog data types in ANSI input/output ports
3155 such as "output logic" into the AUTOs. Special case "wire" and
3156 "reg" for backwards compatibility presuming Verilog 2001.
3157 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3158 (verilog-preprocess): Fix replication of preprocess output.
3159 Reported by Brad Dobbie.
3160 (verilog-auto-inst-interfaced-ports):
3161 Create verilog-auto-inst-interfaced-ports, bug429.
3162 Reported by Julian Gorfajn.
3163 (verilog-after-save-font-hook)
3164 (verilog-before-save-font-hook): New variable.
3165 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3166 (verilog-save-font-mods): Wrap disabling fontification, reported
3167 by David Rogoff.
3168 (verilog-do-indent, verilog-pretty-declarations-auto)
3169 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3170 Reported by Pierre-David Pfister.
3171 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3172 of class declarations, bug292. Reported by Kevin Heilman.
3173 (verilog-read-decls): Fix 'parameter type' not appearing in
3174 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3175 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3176 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3177 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3178 Reported by David Kravitz.
3179
31802012-05-03 Michael McNamara <mac@mail.brushroad.com>
3181
3182 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3183 assignment with tests in ifs and for loops.
3184 (verilog-extended-complete-re, verilog-complete-reg): Change so
3185 that DPI inport functions don't look like fuction declarations.
3186 (verilog-pretty-expr): Don't line up assignment
3187 operations to the test and increment in if and for loops
3188 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3189 that DPI inport functions don't look like fuction declarations.
47086495 3190
2e51d4b5
KH
31912012-05-03 Kenichi Handa <handa@m17n.org>
3192
3193 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3194 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3195 (Bug#11282).
3196
2bd785a2
SM
31972012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * emacs-lisp/bytecomp.el
3200 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3201 since cconv.el might have introduced :fun-body, internal-make-closure,
3202 and friends for bytecomp to handle (bug#11391).
3203 * custom.el (defcustom): Avoid ((λ ..) ..).
3204
99d27583
SM
32052012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3208
55a71479
JB
32092012-05-02 Juanma Barranquero <lekktu@gmail.com>
3210
3211 * notifications.el (dbus-debug):
3212 * term/linux.el (gpm-mouse-enable):
3213 * term/screen.el (xterm-register-default-colors): Declare.
3214
7b97c764
CY
32152012-05-02 Chong Yidong <cyd@gnu.org>
3216
2bc356d7
CY
3217 * cus-start.el (gc-cons-percentage, exec-suffixes)
3218 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3219 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3220 (make-cursor-line-fully-visible, void-text-area-pointer)
3221 (font-list-limit): Add customization data.
3222
7b97c764
CY
3223 * allout.el (allout-exposure-change-functions)
3224 (allout-structure-added-functions)
3225 (allout-structure-deleted-functions)
3226 (allout-structure-shifted-functions): Rename abnormal hooks from
3227 *-hook, and convert to defcustoms.
5d3385a0
JB
3228 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3229 Convert to defcustoms.
7b97c764
CY
3230 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3231
3232 * allout-widgets.el: Hook callers changed.
3233
90207a15 32342012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3235
3236 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3237 the yanked message in preference to the default value of
3238 buffer-file-coding-system.
3239
90207a15 32402012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3241
5d3385a0
JB
3242 * window.el (display-buffer--action-function-custom-type):
3243 Fix entry.
d9558cad 3244
90207a15 32452012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3246
3247 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3248
d80ac57b
GM
32492012-05-01 Glenn Morris <rgm@gnu.org>
3250
976f7668
GM
3251 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3252
beb83b5a
GM
3253 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3254
d80ac57b
GM
3255 * cus-edit.el (custom-variable-documentation): Simplify with format.
3256
b593d6a9
AH
32572012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3258 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * simple.el (suggest-key-bindings, execute-extended-command):
3261 Move from keyboard.c.
3262
782fbf2a
CY
32632012-05-01 Chong Yidong <cyd@gnu.org>
3264
3265 * follow.el: Eliminate advice.
3266 (set-process-filter, process-filter, sit-for): Advice deleted.
3267 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3268 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3269 Vars deleted.
782fbf2a
CY
3270 (follow-auto): Use a :set function.
3271 (follow-mode): Rewritten. Don't advise process filters.
3272 (follow-switch-to-current-buffer-all, follow-scroll-up)
3273 (follow-scroll-down): Assume follow-mode is bound.
3274 (follow-comint-scroll-to-bottom)
3275 (follow-align-compilation-windows): New functions.
3276 (follow--window-sorter): New function.
3277 (follow-all-followers): Use it to explicitly sort windows by their
3278 positions; don't make assumptions about next-window order.
3279 (follow-windows-start-end, follow-delete-other-windows-and-split)
3280 (follow-calc-win-start): Doc fix.
3281 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3282 vertical-motion unnecessarily.
3283 (follow-adjust-window): New function.
3284 (follow-post-command-hook): Use it.
3285 (follow-call-set-process-filter, follow-call-process-filter)
3286 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3287 (follow-stop-intercept-process-output, follow-generic-filter):
3288 Functions deleted.
3289 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3290 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3291 New functions, replacing advice on scroll-bar-* commands.
87233a14 3292 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3293
3294 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3295 (comint-postoutput-scroll-to-bottom): Use it.
3296 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3297
290af740
GM
32982012-05-01 Glenn Morris <rgm@gnu.org>
3299
3300 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3301 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3302 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3303 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3304 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3305 Remove no-byte-compile setting.
3306
6eac8dc9
SM
33072012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3310 all-completions code to not return a number in the last cdr.
3311
9cc7819c
LL
33122012-04-30 Leo Liu <sdl.web@gmail.com>
3313
3314 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3315 read-only error.
3316
c93b886f
CY
33172012-04-29 Chong Yidong <cyd@gnu.org>
3318
3319 * follow.el (follow-calc-win-end): Rewrite to handle partial
3320 screen lines correctly (Bug#8390).
3321 (follow-avoid-tail-recenter): Minor cleanup.
3322
8b6c19f4
SM
33232012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 Avoid the obsolete `assoc' package.
3326 * speedbar.el (speedbar-refresh): Avoid adelete.
3327 (speedbar-file-lists): Simplify and avoid aput.
3328 * man.el (Man--sections, Man--refpages): New vars, replacing
3329 Man-sections-alist and Man-refpages-alist.
3330 (Man-build-section-alist, Man-build-references-alist):
3331 Use them; avoid aput.
3332 (Man--last-section, Man--last-refpage): New vars.
3333 (Man-follow-manual-reference): Use them.
3334 Use the `default' arg of completing-read.
3335 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3336
c5bb7569
CY
33372012-04-27 Chong Yidong <cyd@gnu.org>
3338
d1d2e2e8
CY
3339 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3340
15cd8efd
CY
3341 * startup.el (x-apply-session-resources): New function.
3342
3343 * term/ns-win.el (ns-initialize-window-system):
3344 * term/w32-win.el (w32-initialize-window-system):
3345 * term/x-win.el (x-initialize-window-system): Use it to properly
3346 set menu-bar-mode and other vars from X resources, even if the
3347 initial frame is not a window-system frame (Bug#2299).
3348
c5bb7569
CY
3349 * subr.el (read-key): Avoid running filter function when setting
3350 up temporary tool bar entries (Bug#9922).
3351
a8e7d6d7 33522012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3353
3354 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3355 (Bug#11344)
3356
a8e7d6d7 33572012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3358
3359 * select.el (xselect--encode-string): New function, split from
3360 xselect-convert-to-string.
3361 (xselect-convert-to-string): Use it.
3362 (xselect-convert-to-filename, xselect-convert-to-os)
3363 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3364 returned strings are properly encoded (Bug#11315).
3365
a8e7d6d7 33662012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3367
3368 * simple.el (delete-active-region): Move to killing custom group.
3369
a8e7d6d7 33702012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3371
3372 * progmodes/which-func.el (which-func-current): Quote %
3373 characters for mode-line processing.
3374
578c1d4b 33752012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3376
3377 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3378 reaching eob (Bug#11286).
3379
a8e7d6d7 33802012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3381
3382 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3383 (gdb): Make it buffer-local and init to zero.
3384 (gdb-control-commands-regexp): New variable.
3385 (gdb-send): Don't wrap in "-interpreter-exec console" if
3386 gdb-control-level is positive. Increment gdb-control-level
3387 whenever the command matches gdb-control-commands-regexp, and
3388 decrement it each time the command is "end". (Bug#11279)
3389
a8e7d6d7 33902012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3391
3392 * window.el (adjust-window-trailing-edge, enlarge-window)
3393 (shrink-window, window-resize):
3394 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3395 windows (Bug#11276).
3396
b3608390
CY
33972012-04-27 Chong Yidong <cyd@gnu.org>
3398
3399 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3400 fix "missing prefix" warning. All callers changed.
b3608390 3401
797e6e88
SM
34022012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * emacs-lisp/assoc.el: Move to obsolete/.
3405
e95a67dc
SM
34062012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3407
657c21e4 3408 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3409
3410 * term/ns-win.el (ns-define-service):
3411 * progmodes/pascal.el (pascal-goto-defun):
3412 * progmodes/js.el (js--read-tab):
3413 * progmodes/etags.el (tags-lazy-completion-table):
3414 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3415 * emacs-lisp/ewoc.el (ewoc--wrap):
3416 * emacs-lisp/assoc.el (aput, adelete, amake):
3417 * doc-view.el (doc-view-convert-current-doc):
3418 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3419
cb3e7ae0
CY
34202012-04-26 Chong Yidong <cyd@gnu.org>
3421
dce04f7f
CY
3422 * image.el (image-type-from-buffer): Only return supported image
3423 type (Bug#9045).
3424
cb3e7ae0
CY
3425 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3426 value, for symmetry with diff-end-of-hunk.
3427 (diff-split-hunk, diff-find-source-location)
3428 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3429 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3430 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3431 compute the relevant hunk or file properly (Bug#6005).
3432 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3433
0d42eb3e
SM
34342012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * vc/vc-mtn.el:
3437 * vc/vc-hg.el:
3438 * vc/vc-git.el:
3439 * vc/vc-dir.el:
3440 * vc/vc-cvs.el:
3441 * vc/vc-bzr.el:
3442 * vc/vc-arch.el:
3443 * vc/vc.el: Replace lexical-let by lexical-binding.
3444 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3445 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3446 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3447
f08ae1c9
CY
34482012-04-26 Chong Yidong <cyd@gnu.org>
3449
8b71081d
CY
3450 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3451 (diff-mode-shared-map): Bind it to / and [remap undo].
3452
f08ae1c9
CY
3453 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3454 (ediff-window-setup-function): Use it as the default, to set up
3455 windows based on whether the current frame is graphical (Bug#2138).
3456 (ediff-choose-window-setup-function-automatically): Make obsolete.
3457
3458 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3459
ef24141c
SM
34602012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3461
cc356a5d
SM
3462 * ffap.el: Remove old code for obsolete package.
3463 (ffap-complete-as-file-p): Remove.
3464
b4ff4f1f
SM
3465 Use completion-table-with-quoting for comint and pcomplete.
3466 * comint.el (comint--unquote&requote-argument)
3467 (comint--unquote-argument, comint--requote-argument): New functions.
3468 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3469 (comint-quote-filename): Use regexp-opt-charset.
3470 (comint--common-suffix, comint--common-quoted-suffix)
3471 (comint--table-subvert): Remove.
3472 (comint-unquote-function, comint-requote-function): New vars.
3473 (comint--complete-file-name-data): Use them with
3474 completion-table-with-quoting.
3475 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3476 * pcomplete.el (pcomplete-arg-quote-list)
3477 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3478 (pcomplete-unquote-argument-function): Default to non-nil.
3479 (pcomplete-unquote-argument): Simplify.
3480 (pcomplete--common-quoted-suffix): Remove.
3481 (pcomplete-requote-argument-function): New var.
3482 (pcomplete--common-suffix): New function.
3483 (pcomplete-completions-at-point): Use completion-table-with-quoting
3484 and completion-table-subvert.
3485
79c4eeb4
SM
3486 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3487 (minibuffer--double-dollars): Preserve properties.
3488 (completion--sifn-requote): New function.
3489 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3490
ef24141c
SM
3491 * minibuffer.el: Add support for completion of quoted/escaped data.
3492 (completion-table-with-quoting, completion-table-subvert): New funs.
3493 (completion--twq-try, completion--twq-all): New functions.
3494 (completion--nth-completion): New function.
3495 (completion-try-completion, completion-all-completions): Use it.
3496
784e7d6e
LL
34972012-04-25 Leo Liu <sdl.web@gmail.com>
3498
dd2ac746
SM
3499 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3500 Use compilation-message if available to find real filename.
784e7d6e 3501
07875ee7
CY
35022012-04-25 Chong Yidong <cyd@gnu.org>
3503
3504 * vc/diff-mode.el (diff-setup-whitespace): New function.
3505 (diff-mode): Use it.
3506
3507 * vc/diff.el (diff-sentinel):
3508 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3509 Whitespace mode variables based on diff style (Bug#8612).
3510
5055880d
LL
35112012-04-25 Leo Liu <sdl.web@gmail.com>
3512
daf75653
LL
3513 * progmodes/python.el (python-send-region): Add suffix .py to the
3514 temp file.
3515
5055880d
LL
3516 * files.el (auto-mode-alist): Use javascript-mode instead.
3517
db9b177b
AH
35182012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3519
ef24141c 3520 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3521
090bd7cb 3522 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3523 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3524 references, see Bug#9.
ef24141c 3525 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3526 when receiving a fault reply.
ef24141c 3527 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3528
090bd7cb 3529 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3530 (soap-inspect-simple-type): New function.
db9b177b 3531
090bd7cb 3532 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3533 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3534 (soap-decode-basic-type, soap-encode-basic-type):
3535 support unsignedInt and double basic types.
db9b177b 3536 (soap-resolve-references-for-simple-type)
ef24141c
SM
3537 (soap-parse-simple-type, soap-encode-simple-type): New function.
3538 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3539
090bd7cb 3540 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3541 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3542 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3543 the local name of "soapenc:Array".
3544 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3545 decoding integer, byte and anyURI xsd types.
3546
1fc6097b
CY
35472012-04-25 Chong Yidong <cyd@gnu.org>
3548
3549 * cus-edit.el (custom-buffer-create-internal): Update header text.
3550
afc6df87
EZ
35512012-04-25 Eli Zaretskii <eliz@gnu.org>
3552
3553 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3554 settings on 'system-type', not on 'window-system'. On MS-Windows,
3555 set interactive-mode on in GDB.
3556
dfbd787f
SM
35572012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3560 (ruby-syntax-propertize-regexp): Remove.
3561 (ruby-syntax-propertize-function): Split regexp into chunks.
3562 Match following code directly.
3563
85222d44
DG
35642012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3565
51a8ea2a
DG
3566 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3567 (ruby-syntax-propertize-regexp): New function.
3568 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3569 by a special keyword.
3570
85222d44
DG
3571 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3572 (ruby-syntax-general-delimiters-goto-beg)
3573 (ruby-syntax-propertize-general-delimiters): New functions.
3574 (ruby-syntax-propertize-function): Use them to handle GDL.
3575 (ruby-font-lock-keywords): Move old handling of GDL...
3576 (ruby-font-lock-syntactic-keywords): .. to here.
3577 (ruby-calculate-indent): Adjust indentation for GDL.
3578
b613912b
MA
35792012-04-24 Michael Albinus <michael.albinus@gmx.de>
3580
b5380639
MA
3581 * notifications.el (top): Remove unneeded declarations.
3582 (notifications-specification-version): Change to "1.2".
e43042fe 3583 (notifications-interface, notifications-notify-method)
b613912b
MA
3584 (notifications-close-notification-method): Fix docstring.
3585 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3586 (notifications-notify): Add :action-items, :resident and
3587 :transient hints. Change "image_data" to "image-data" and
3588 "image_path" to "image-path".
b613912b
MA
3589 (notifications-get-capabilities): New defun.
3590
257440aa
LL
35912012-04-24 Leo Liu <sdl.web@gmail.com>
3592
3593 * progmodes/python.el: Move hideshow setup to the end.
3594
b1bac16e
MR
35952012-04-24 Martin Rudalics <rudalics@gmx.at>
3596
3597 * window.el (handle-select-window): Clear echo area since this is
3598 no more done by read_char (Bug#11304).
3599
d81bd059
SM
36002012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3603 and `/ M' to filter-derived-mode.
3604 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3605 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3606 (ibuffer-mark-by-mode): Use default rather than initial-input.
3607 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3608
c4cf6d91
IA
36092012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3610
3611 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3612 (ibuffer-filter-by-derived-mode): New filter.
3613 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3614
7511ded8
CY
36152012-04-23 Andreas Politz <politza@fh-trier.de>
3616
3617 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3618
775c916b
CY
36192012-04-23 Chong Yidong <cyd@gnu.org>
3620
3621 * cus-edit.el (customize-apropos, customize-apropos-options):
3622 Disable matching of non-option variables (Bug#11176).
3623 (customize-option, customize-option-other-window)
3624 (customize-changed-options): Doc fix.
3625 (customize-apropos-options, customize-apropos-faces)
3626 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3627
3628 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3629 Fix word list splitting (Bug#11132).
46c71e23
CY
3630 (apropos-symbol, apropos-keybinding, apropos-label)
3631 (apropos-property, apropos-function-button)
3632 (apropos-variable-button, apropos-misc-button): New faces.
3633 (apropos-symbol-face, apropos-keybinding-face)
3634 (apropos-label-face, apropos-property-face, apropos-match-face):
3635 Variables removed (Bug#8396).
3636 (apropos-library-button, apropos-format-plist, apropos-print)
3637 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3638
2df41f9c
MA
36392012-04-23 Michael Albinus <michael.albinus@gmx.de>
3640
3641 * net/xesam.el (xesam-mode-map): Use let-bound map in
3642 initialization. (Bug#11292)
3643
da00640a
AM
36442012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3645
3646 Preserve ispell session localwords when switching back to
3647 original buffer.
3648
090bd7cb
JB
3649 * textmodes/ispell.el (ispell-buffer-session-localwords):
3650 New buffer-local variable to hold buffer session localwords.
ed9265fc 3651 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
3652 localwords.
3653 (ispell-command-loop, ispell-change-dictionary)
3654 (ispell-buffer-local-words): Preserve session localwords when
3655 needed.
3656
090bd7cb
JB
3657 * textmodes/flyspell.el (flyspell-process-localwords)
3658 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3659
f621ccf5
AM
36602012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3661
090bd7cb
JB
3662 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3663 using obsolete `translation-table-for-input'.
ef24141c
SM
3664 (ispell-word, ispell-process-line, ispell-complete-word):
3665 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3666
c2d1019e
CY
36672012-04-22 Chong Yidong <cyd@gnu.org>
3668
3669 * cus-edit.el (custom-variable-menu)
3670 (custom-variable-reset-saved, custom-face-menu)
3671 (custom-face-reset-saved): If there is no saved value, make the
3672 "reset-saved" operation bring back the default (Bug#9509).
3673 (custom-face-state): Properly detect themed faces.
3674
eeddc531
CY
3675 * faces.el (face-spec-set): Stop supporting deprecated form of
3676 third arg.
3677
dcbf5805
MA
36782012-04-22 Michael Albinus <michael.albinus@gmx.de>
3679
3680 Move functions from C to Lisp. Make non-blocking method calls
3681 the default. Implement further D-Bus standard interfaces.
3682
ef24141c
SM
3683 * net/dbus.el (dbus-message-internal): Declare function.
3684 Remove unneeded function declarations.
dcbf5805
MA
3685 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3686 (dbus-message-type-method-return, dbus-message-type-error)
3687 (dbus-message-type-signal): Declare variables. Remove local
3688 definitions.
3689 (dbus-interface-dbus, dbus-interface-peer)
3690 (dbus-interface-introspectable, dbus-interface-properties)
3691 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3692 Adapt docstring.
3693 (dbus-interface-objectmanager): New defconst.
3694 (dbus-call-method, dbus-call-method-asynchronously)
3695 (dbus-send-signal, dbus-method-return-internal)
3696 (dbus-method-error-internal, dbus-register-service)
3697 (dbus-register-signal, dbus-register-method): New defuns, moved
3698 from dbusbind.c
3699 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3700 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3701 New defuns.
dcbf5805
MA
3702 (dbus-call-method-non-blocking): Make it an obsolete function.
3703 (dbus-unregister-object, dbus-unregister-service)
3704 (dbus-handle-event, dbus-register-property)
3705 (dbus-property-handler): Obey the new structure of
3706 `bus-registered-objects'.
3707 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3708 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3709 Use `dbus-call-method'.
3710
cf20dee0
CY
37112012-04-22 Chong Yidong <cyd@gnu.org>
3712
3713 * cus-edit.el (custom-commands, custom-reset-menu)
3714 (Custom-reset-standard): Tweak labels.
3715 (custom-reset-button-menu): Change default to t.
3716 (custom-buffer-create-internal): For the custom-reset-button-menu
3717 case, put the revert button first.
3718 (custom-group-subtitle): New face.
3719 (custom-group-value-create): Align docstring to a specific column.
3720
3721 * wid-edit.el (widget-documentation-link-add): Don't handle
3722 indentation in this function.
3723 (widget-documentation-string-indent-to): New function.
3724 (widget-documentation-string-value-create): Use it.
3725
3726 * autorevert.el (auto-revert):
3727 * epg-config.el (epg):
3728 * ibuffer.el (ibuffer):
3729 * mpc.el (mpc):
3730 * ses.el (ses):
3731 * eshell/eshell.el (eshell):
3732 * net/ange-ftp.el (ange-ftp):
3733 * progmodes/ebnf2ps.el (postscript):
3734 * progmodes/flymake.el (flymake):
3735 * progmodes/prolog.el (prolog):
3736 * progmodes/verilog-mode.el (verilog-mode):
3737 * progmodes/which-func.el (which-func):
3738 * term/xterm.el (xterm):
3739 * textmodes/picture.el (picture):
3740 * textmodes/tildify.el (tildify):
3741 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3742 customization buffers.
3743
583e23bd
AM
37442012-04-22 Alan Mackenzie <acm@muc.de>
3745
3746 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3747 Adding a ) can hide the resulting (..) from searches. Fix it.
3748 Bound the backward search to the position of the existing (.
3749
7dd51bf1
JB
37502012-04-21 Juanma Barranquero <lekktu@gmail.com>
3751
3752 * progmodes/verilog-mode.el (verilog-mode): Check whether
3753 which-func-modes is t before adding verilog-mode.
3754 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3755
d64a438f
LL
37562012-04-21 Leo Liu <sdl.web@gmail.com>
3757
7dd51bf1 3758 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3759
081e8d65
MV
37602012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3761
3762 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3763 filling of the last column of a table (Bug#5635).
3764 (woman-find-next-control-line): New arg, specifying an additional
3765 regexp component for the control line.
3766 (woman2-roff-buffer): Use it.
3767 (woman-break-table): New function.
3768 (woman2-TS): Use it.
3769
37702012-04-21 Chong Yidong <cyd@gnu.org>
3771
3772 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3773 (woman-horizontal-escapes, woman-negative-vertical-space)
3774 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3775 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3776
ed571ccb
SM
37772012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * minibuffer.el (completion-file-name-table): Complete user names.
3780
39773899
LL
37812012-04-20 Leo Liu <sdl.web@gmail.com>
3782
3783 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3784 and pcase-let*.
3785
de6ff46d
CY
37862012-04-20 Chong Yidong <cyd@gnu.org>
3787
3788 * server.el (server-execute): Respect initial-buffer-choice if it
3789 is a string and there are no files to open (Bug#2825).
3790 (server-create-window-system-frame, server-create-tty-frame):
3791 Don't switch buffers here.
2d0e8e61
CY
3792 (server-process-filter): Only try to open a window system frame if
3793 compiled with graphical support (Bug#8314).
de6ff46d 3794
54071013
DN
37952012-04-20 Dan Nicolaescu <dann@gnu.org>
3796
3797 * battery.el (battery-echo-area-format): Display remaining time
3798 for sysfs backend too (Bug#11269).
3799 (battery-linux-sysfs): Fix conditional for the charge.
3800
f30d612a
CY
38012012-04-20 Chong Yidong <cyd@gnu.org>
3802
c07a4c0b 3803 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3804 (gdb-inferior-io--init-proc): New function.
3805 (gdb-init-1): Use it.
3806 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3807 responsible for allocating a new pty and hooking it to gdb when
3808 the old pty gets an EIO due to process exit.
3809 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3810 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3811 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3812
2116e93c
EZ
38132012-04-20 Eli Zaretskii <eliz@gnu.org>
3814
3815 * window.el (window-min-size, window-sizable, window-min-delta)
3816 (window-max-delta, window--resizable, window-resizable)
3817 (window-total-size, window-full-height-p, window-full-width-p)
3818 (window-in-direction, window--resize-mini-window, window-resize)
3819 (window--resize-child-windows-normal)
3820 (window--resize-child-windows, window--resize-siblings)
3821 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3822 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3823
c07a4c0b 38242012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3825
ef24141c
SM
3826 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3827 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3828 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3829 pty process (Bug#11273).
3830 (gdb-update): New arg to suppress talking to the gdb process.
3831 (gdb-done-or-error): Use it.
3832 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3833 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3834 sentinel not being called.
3835
3836 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3837
d02766ab
CY
3838 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3839
c07a4c0b 38402012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3841
3842 * net/network-stream.el (open-network-stream): Doc fix.
3843
c07a4c0b 38442012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3845
3846 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3847
c07a4c0b 38482012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3849
3850 Ensure searching for keywords is case sensitive.
3851
3852 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3853 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3854 (c-defun-name, c-mark-function, c-cpp-define-name)
3855 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3856 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3857
ef24141c
SM
3858 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3859 Bind case-fold-search to nil.
f0f6bc35 3860
c07a4c0b 38612012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3862
3863 * mail/sendmail.el (mail-bury): Call return action with the right
3864 Rmail buffer (Bug#11242).
3865
9a864fa2
CY
3866 * server.el (server-process-filter): Handle corner case where both
3867 tty and nowait options are present (Bug#11102).
3868
539aa513
EZ
38692012-04-20 Eli Zaretskii <eliz@gnu.org>
3870
3871 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3872 (top level): Put into the executable the ident-style '$Id:' tag on
3873 windows-nt as well.
539aa513 3874
cfc7d5da
SM
38752012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * electric.el (electric-indent-post-self-insert-function): Check that
3878 electric-indent-mode is enabled in current buffer.
3879
5b01685c
JB
38802012-04-19 Juanma Barranquero <lekktu@gmail.com>
3881
3882 * imenu.el (imenu-progress-message): Restore; it is "used" in
3883 erc/erc-imenu.el and net/snmp-mode.el.
3884
4d6769e1
JB
38852012-04-19 Juanma Barranquero <lekktu@gmail.com>
3886
3887 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3888 (mouse-avoidance-nudge-mouse): Remove unused binding.
3889
3890 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3891
3892 * descr-text.el (describe-char):
3893 * progmodes/python.el (python-describe-symbol):
3894 Don't call `toggle-read-only', set `buffer-read-only'.
3895
3896 * imenu.el (imenu-default-goto-function): Mark unused args.
3897 (imenu-progress-message): Remove obsolete macro; all callers changed.
3898
3899 * subr.el (keymap-canonicalize): Remove unused binding.
3900 (read-passwd): Mark unused arg.
3901
3902 * tutorial.el (tutorial--display-changes): Remove unused binding.
3903 (tutorial--save-tutorial-to): Remove unused variable.
3904
3905 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3906 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3907 (package-generate-autoloads, package-menu--generate)
3908 (package-menu--find-upgrades): Remove unused bindings.
3909
3910 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3911 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3912 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3913 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3914 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3915 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3916 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3917 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3918 (cua-delete-char-rectangle): Mark unused args.
3919 (cua-align-rectangle): Remove unused binding.
3920
3921 * mail/rmail.el (compilation--message->loc)
3922 (epa--find-coding-system-for-mime-charset): Declare.
3923
3924 * net/dbus.el (dbus-register-service): Declare.
3925 (dbus-name-owner-changed-handler): Remove unused binding.
3926
3927 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3928 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3929 (nxml-scan-backward-within): Mark unused arg.
3930 (nxml-dynamic-markup-word): Remove unused binding.
3931
3932 * mouse.el (mouse-menu-major-mode-map):
3933 * emacs-lisp/authors.el (authors-scan-change-log)
3934 (authors-add-to-author-list):
3935 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3936 * emacs-lisp/smie.el (smie-auto-fill):
3937 * mail/sendmail.el (mail-bury):
3938 * mail/unrmail.el (unrmail):
3939 * net/tls.el (open-tls-stream):
3940 * textmodes/picture.el (picture-mouse-set-point):
3941 Remove unused bindings.
3942
8c8fc5df
MA
39432012-04-19 Michael Albinus <michael.albinus@gmx.de>
3944
3945 * net/tramp.el (tramp-action-password): Let-bind
3946 `enable-recursive-minibuffers' to t.
3947
a77b0ac9
SS
39482012-04-18 Sam Steingold <sds@gnu.org>
3949
3950 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3951 instead of 'string to accommodate values like [f11].
3952 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3953 * progmodes/gdb-mi.el: Likewise.
3954
12a106a9
LL
39552012-04-18 Leo Liu <sdl.web@gmail.com>
3956
3957 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3958 current buffer.
3959 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3960 LOCAL is nil.
3961
bc6494ef
CY
39622012-04-18 Chong Yidong <cyd@gnu.org>
3963
3964 * simple.el (line-move): Use forward-line if in batch mode
3965 (Bug#11053).
3966
c09c46b2
CS
39672012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3968
3969 * files.el (after-find-file): Do not try to add a final newline if
3970 the buffer is read-only (Bug#11156).
3971
5f6530ea
RS
39722012-04-17 Richard Stallman <rms@gnu.org>
3973
3974 * mail/rmail.el (rmail-start-mail):
3975 Pass (rmail-mail-return...) for the return-action.
3976 Pass (rmail-yank-current-message...) for the yank-action.
3977 (rmail-yank-current-message): New function.
3978 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3979 (rmail-reply): Likewise.
3980 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3981
3982 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3983 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3984 buffer, not newbuf.
3985
197b6f3c
JB
39862012-04-17 Juanma Barranquero <lekktu@gmail.com>
3987
3988 * server.el (server-ensure-safe-dir): Simplify.
3989
2311d8e5 39902012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3991
2311d8e5
GM
3992 * emacs-lisp/smie.el: Provide smarter auto-filling.
3993 (smie-auto-fill): New function.
3994 (smie-setup): Use it.
98fb480e 3995
2311d8e5
GM
3996 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3997
39982012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3999
4000 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4001 (comment-indent): Use it.
4002
2311d8e5 40032012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4004
4005 * ses.el: The overall change is to add cell renaming, that is
4006 setting fancy names for cell symbols other than name matching
4007 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4008 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4009 (ses-create-cell-variable): New defun.
2311d8e5 4010 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4011 (ses-relocate-formula): Relocate formulas only for cells the
4012 symbols of which are not renamed, i.e. symbols whose names do not
4013 match regexp "\\`[A-Z]+[0-9]+\\'".
4014 (ses-relocate-all): Relocate values only for cells the symbols of
4015 which are not renamed.
4016 (ses-load): Create cells variables as the (ses-cell ...) are read,
4017 in order to check row col consistency with cell symbol name only
4018 for cells that are not renamed.
4019 (ses-replace-name-in-formula): New defun.
4020 (ses-rename-cell): New defun.
4bdf2ad2 4021
fc72b15c
PO
40222012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4023
4024 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4025 New option (bug#11118).
4026 (perl-calculate-indent): Respect it.
4027
12e10e61
GM
40282012-04-17 Glenn Morris <rgm@gnu.org>
4029
4030 * dired-aux.el (dired-mark-read-string): Doc fix.
4031
30009afd
DA
40322012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4033
4034 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4035 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4036
41f03f4d
GM
40372012-04-17 Glenn Morris <rgm@gnu.org>
4038
4039 * mouse.el (mouse-drag-track):
4040 * speedbar.el (speedbar-frame-mode):
4041 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4042
f45f90f3
LL
40432012-04-16 Leo Liu <sdl.web@gmail.com>
4044
4045 * progmodes/python.el: Trivial cleanup.
4046
94ee8db5
GM
40472012-04-16 Glenn Morris <rgm@gnu.org>
4048
121b8917
GM
4049 * vc/vc.el (vc-string-prefix-p):
4050 * vc/pcvs-util.el (cvs-string-prefix-p):
4051 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4052 * mpc.el (mpc-string-prefix-p):
4053 Make all of these into obsolete aliases for string-prefix-p.
4054 Update callers.
4055 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4056
1197ecfa
GM
4057 * textmodes/two-column.el: Move custom options to the start.
4058 (frame-width): Remove compat definition.
4059 (2C-associate-buffer, 2C-dissociate):
4060 Use with-current-buffer rather than save-excursion.
4061 (2C-dissociate): Force a mode-line update.
4062 (2C-autoscroll): Use ignore-errors.
4063
099e7202
GM
4064 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4065 Autoload trivia.
4066
bf350d6a
GM
4067 * emacs-lisp/cl-extra.el (*random-state*):
4068 Remove unnecessary declaration.
4069
0e829eab
GM
4070 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4071
e3ad7552
GM
4072 * play/cookie1.el (cookie-snarf):
4073 Give an explicit error if input file cannot be read.
4074
68892d27
GM
4075 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4076
20f0c46d
GM
4077 * progmodes/perl-mode.el (c-macro-expand):
4078 Remove unnecessary autoload (it is in loaddefs.el).
4079
5a0978ce
GM
4080 * textmodes/picture.el (picture-desired-column)
4081 (picture-update-desired-column): Convert comments to doc-strings.
4082 (picture-substitute): Remove function.
4083 (picture-mode-map): Initialize in the defvar.
4084
6b955486
GM
4085 * woman.el: Remove eval-after-load for tar-mode.
4086 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4087 (woman-tar-extract-file): Autoload it.
4088
94ee8db5
GM
4089 * frame.el (automatic-hscrolling): Make this alias obsolete.
4090
177eca34
AM
40912012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4092
090bd7cb 4093 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4094 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4095 (ispell-dictionary-base-alist): Revert to original XEmacs
4096 friendly version for default. [:alpha:] will be added in
090bd7cb 4097 `ispell-set-spellchecker-params' if needed.
177eca34 4098
c505aaeb
CY
40992012-04-16 Chong Yidong <cyd@gnu.org>
4100
4101 * image.el (imagemagick--extension-regexp): New variable.
4102 (imagemagick-register-types): Use it.
4103 (imagemagick-types-inhibit): Add :set function. Allow new value
4104 of t to inhibit all types.
4105
4106 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4107 so we can preload it.
4108
4109 * loadup.el (fboundp): Preload regexp-opt, needed by
4110 imagemagick-register-types.
4111
60efac0f
CY
41122012-04-15 Chong Yidong <cyd@gnu.org>
4113
4114 * frame.el (scrolling): Remove nearly unused customization group.
4115
4116 * scroll-all.el (scroll-all-mode): Move to windows group.
4117
5dd1713e
CY
41182012-04-15 Chong Yidong <cyd@gnu.org>
4119
4120 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4121
e6fd457e
CY
41222012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4125 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4126
e153c136
GM
41272012-04-15 Glenn Morris <rgm@gnu.org>
4128
4129 * simple.el (process-file-side-effects): Doc fix.
4130
e6fd457e 41312012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4132
4133 * international/mule-cmds.el (set-language-environment): Doc fix.
4134
3603c3b1
JB
41352012-04-14 Juanma Barranquero <lekktu@gmail.com>
4136
4137 * server.el (server-auth-key, server-generate-key): Doc fixes.
4138 (server-get-auth-key): Doc fix. Use `string-match-p'.
4139 (server-start): Reflow docstring.
4140
e6de100c
LI
41412012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4142
4143 * server.el (server-generate-key): `called-interactively-p'
4144 requires a parameter.
4145
29734c21
MN
41462012-04-14 Michal Nazarewicz <mina86@mina86.com>
4147
4148 * server.el (server-auth-key): New variable.
75f1671a 4149 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4150 (server-start): Use the new variable and functions to allow
4151 setting a permanent server key (bug#9423).
4152
d65c9521
LL
41532012-04-14 Leo Liu <sdl.web@gmail.com>
4154
4155 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4156
5ae255c7
PE
41572012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4158
4159 Spelling fixes.
4160 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4161 Emacs uses American spelling.
4162
d5e6342e
JB
41632012-04-14 Juanma Barranquero <lekktu@gmail.com>
4164
4165 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4166 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4167 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4168 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4169
ab036cd7
SM
41702012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * progmodes/which-func.el (which-func-modes): Change default.
4173
35dc09a1 41742012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4175
4176 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4177 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4178
35dc09a1 41792012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4180
4181 * custom.el (custom-theme-set-variables): Doc fix.
4182
35dc09a1 41832012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4184
4185 * international/mule.el (set-auto-coding-for-load): Doc fix.
4186
35dc09a1 41872012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4188
35dc09a1
GM
4189 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4190 imenu work again for Objective C Mode. Correct the *-index values,
4191 these having been disturbed by a previous change in 2011-08.
57f845ee 4192
0de3da9f
AM
4193 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4194 Correct two search limits.
4195
35dc09a1 41962012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4197
4198 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4199
35dc09a1 42002012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4201
4202 * international/characters.el: Fix sorting.
4203
35dc09a1 42042012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4205
4206 * international/characters.el: Add more missing Latin case pairs.
4207
35dc09a1 42082012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4209
4210 * files.el (dir-locals-set-class-variables): Doc fix.
4211
35dc09a1 42122012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4213
3f1b5bf8
EZ
4214 * international/characters.el: Add set-case-syntax-pair call for
4215 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4216 counterpart. (Bug#11209)
4217
9f847f41
EZ
4218 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4219
35dc09a1 42202012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4221
4222 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4223
35dc09a1 42242012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4225
35dc09a1
GM
4226 * textmodes/ispell.el (ispell-dictionary-base-alist):
4227 Add data for Hebrew.
e2627d21 4228
35dc09a1 42292012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4230
35dc09a1
GM
4231 * net/rcirc.el (rcirc-cmd-quit):
4232 Revert 2012-03-18 change (Bug#11192).
5c14e333 4233
35dc09a1 42342012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4235
4236 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4237
35dc09a1 42382012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4239
4517fe3a
SM
4240 * minibuffer.el (completion-in-region-mode-map):
4241 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4242
b472a594
VD
42432012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4244
4245 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4246
09b95ce3
MY
42472012-04-13 Masatake YAMATO <yamato@redhat.com>
4248
4249 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4250 to allow `C-M-f' and `C-M-b' to move to the nearest path
4251 separator (bug#9511).
4252
4b63a9ca
LI
42532012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4254
4255 * avoid.el: Require cl when compiling. And also move the
4256 `provide' to the end.
4257
7b55b8bf
TV
42582012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4259
4260 * avoid.el (mouse-avoidance-banish-position): New variable.
4261 (mouse-avoidance-banish-destination): Use it (bug#10165).
4262
adedaa1f
LL
42632012-04-13 Leo Liu <sdl.web@gmail.com>
4264
4265 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4266
70e74021
KB
42672012-04-13 Ken Brown <kbrown@cornell.edu>
4268
4269 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4270 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4271 (browse-url-filename-alist): For the same reason, don't modify
4272 file:// URLs on Cygwin.
4273
e75e89ba
SM
42742012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4277 the region on shift if the binding is already shifted (bug#11221).
4278
82f289a4
GM
42792012-04-12 Glenn Morris <rgm@gnu.org>
4280
4281 * mail/mailpost.el: Move to obsolete/.
4282
d333dc4c
DA
42832012-04-12 Drew Adams <drew.adams@oracle.com>
4284
4285 * imenu.el (imenu--generic-function): Ignore invisible definitions
4286 (bug#10123).
4287
0d15b5ba
VD
42882012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4289
4290 * hexl.el (hexl-bits): New variable.
4291 (hexl-options): Mention the variable in the doc string.
75f1671a 4292 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4293 (hexl-mode): Mention the new variable.
75f1671a
JB
4294 (hexl-mode, hexl-current-address, hexl-current-address):
4295 Use the displen.
0d15b5ba
VD
4296 (hexl-ascii-start-column): New function.
4297 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4298 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4299
64a440db
AM
43002012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4301
4302 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4303 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4304 the encoding, as expected by hunspell.
4305
6decb6c2
SM
43062012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * battery.el (battery--linux-sysfs-regexp): New const.
4309 (battery-status-function): Use it. Remove yeeloong special case.
4310 (battery-yeeloong-sysfs): Remove.
4311 (battery-echo-area-format): Remove yeeloong special case.
4312
088be6fb
SM
43132012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4314
6622e416
SM
4315 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4316 Reported by Noah Friedman.
4317
088be6fb
SM
4318 * subr.el (read-passwd): Use read-string.
4319
b49f886e
LMI
43202012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4321
4322 * vcursor.el (vcursor-move): Increase the priority of the overlay
4323 (bug#9663).
4324
a63067fc
DD
43252012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4326
4327 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4328 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4329
ac3cf14a
WS
43302012-04-11 William Stevenson <yhvh2000@gmail.com>
4331
4332 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4333 define-minor-mode (bug#10760).
4334
c4fc691b 43352012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4336
4d6769e1 4337 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4338 that directories matching `grep-find-ignored-files' won't be
4339 pruned (bug#10351).
4340
af23e2e5
CY
43412012-04-11 Chong Yidong <cyd@gnu.org>
4342
4343 * startup.el (command-line): Remove support for long-obsolete
4344 variable font-lock-face-attributes.
4345
ab7ce8c1
GM
43462012-04-11 Glenn Morris <rgm@gnu.org>
4347
4348 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4349
de8c03dc
SM
43502012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * window.el (window--state-get-1): Obey window-point-insertion-type.
4353
050cc68b
LB
43542012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4355
4356 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4357 to previous function when point is on the first character of a
75f1671a 4358 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4359
a38c310c
GM
43602012-04-11 Glenn Morris <rgm@gnu.org>
4361
effed0c2
GM
4362 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4363 not just file-errors.
4364
a38c310c
GM
4365 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4366 (vc-bzr-sha1): Use internal sha1.
4367
0221e323
SM
43682012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4371
43956923
SG
43722012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4373
4374 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4375 that start in the middle of the line (bug#10496).
4376
6a8c9eaf
DN
43772012-04-10 Dan Nicolaescu <dann@gnu.org>
4378
4379 * battery.el (battery-linux-proc-acpi): Only one battery is
4380 discharged at a time, but that seems to confuse battery.el when
4381 computing `rate-type' for the battery not being discharged
4382 (bug#10332).
4383
1930bf5d
SM
43842012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4385
2a718f6f
SM
4386 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4387
599430d0
SM
4388 * international/quail.el: Use dolist and simplify.
4389 (quail-define-package, quail-update-keyboard-layout)
4390 (quail-define-rules): Use dolist.
4391 (quail-insert-kbd-layout, quail-get-translation): CSE.
4392
a2754b6c
SM
4393 * tmm.el: Use dolist, remove left over hook.
4394 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4395 Use dolist.
4396 (calendar-load-hook): Don't mess with it.
4397
1930bf5d
SM
4398 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4399 Use derived-mode-p. Run the diff asynchronously.
4400
9f67961c
LMI
44012012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4402
4403 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4404
2a8ce227
JB
44052012-04-10 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4408 (list-dynamic-libraries--loaded): New function.
4409 (list-dynamic-libraries--refresh): Use it.
4410
8f33b5f8
NW
44112012-04-10 Nathan Weizenbaum <nweiz@google.com>
4412
1930bf5d
SM
4413 * progmodes/python.el (python-fill-paragraph):
4414 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4415 disabled (bug#7018).
4416
b12f0439
L
44172012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4418
1930bf5d 4419 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4420 DOS/MS Windows for the Baltic languages. There are still plenty
4421 of texts written in this encoding/codepage (bug#6519).
b12f0439 4422
57c3bd01
GM
44232012-04-10 Glenn Morris <rgm@gnu.org>
4424
4425 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4426 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4427
6c3eab30
FA
44282012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4429
1930bf5d 4430 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4431 next-line "n" and previous-line "p" in order to make recentf more
4432 consistent with ibuffer, dired or org-mode (bug#9387).
4433
24d78a88
LMI
44342012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4435
bc72b5d9
LMI
4436 * image.el (put-image): Return the overlay created instead of the
4437 optional input string (bug#7834). Note that this may break code
4438 that is (for some reason or other) depending on `put-image'
4439 returning the string.
4440
bd2dba5a
LMI
4441 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4442
74beb59f
LMI
4443 * simple.el (zap-to-char): Allow zapping using input methods
4444 (bug#1580).
4445
24d78a88
LMI
4446 * textmodes/fill.el (fill-region): Leave point and mark where they
4447 were before filling (bug#5399).
4448
263f20cd
GM
44492012-04-09 Glenn Morris <rgm@gnu.org>
4450
4451 * version.el (emacs-bzr-get-version):
4452 Handle lightweight checkouts of local branches.
4453
58d1f797
AS
44542012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4455
263f20cd 4456 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4457
b4d3bc10
CY
44582012-04-09 Chong Yidong <cyd@gnu.org>
4459
4460 * custom.el (custom-variable-p): Return nil for non-symbol
4461 arguments instead of signaling an error.
4462 (user-variable-p): Obsolete alias for custom-variable-p.
4463
4464 * apropos.el (apropos-variable):
4465 * files-x.el (read-file-local-variable):
4466 * simple.el (set-variable):
4467 * woman.el (woman-mini-help):
4468 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4469
fd06db5d
GM
44702012-04-09 Glenn Morris <rgm@gnu.org>
4471
e5fcdb5e
GM
4472 * startup.el (normal-top-level): Don't look for leim-list.el
4473 in places where it will not be found. (Bug#910)
4474
fd06db5d
GM
4475 * international/mule-cmds.el (set-default-coding-systems):
4476 * files.el (normal-mode):
4477 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4478 This function was removed with ucs-tables.el in 2008.
4479
b39bb7e1
EZ
44802012-04-08 Eli Zaretskii <eliz@gnu.org>
4481
4482 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4483 ispell-encoding8-command to "-i", without a trailing space.
4484 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4485 separate command-line arguments, to specify the encoding, since
4486 that's how hunspell expects it.
4487
5c5b8e23
GM
44882012-04-08 Glenn Morris <rgm@gnu.org>
4489
4490 * loadup.el: Load bindings before cus-start.
4491 This reduces somewhat the number of "rogue" settings in emacs -Q.
4492
a1ed8b05
GM
44932012-04-07 Glenn Morris <rgm@gnu.org>
4494
4495 * version.el (emacs-bzr-get-version): New function.
dfae128a 4496 (emacs-bzr-version): New variable.
a1ed8b05
GM
4497 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4498 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4499
b142f158
EZ
45002012-04-07 Eli Zaretskii <eliz@gnu.org>
4501
dfae128a
GM
4502 * international/uni-bidi.el, international/uni-category.el:
4503 * international/uni-combining.el, international/uni-decimal.el:
4504 * international/uni-decomposition.el, international/uni-digit.el:
4505 * international/uni-lowercase.el, international/uni-mirrored.el:
4506 * international/uni-name.el, international/uni-numeric.el:
4507 * international/uni-titlecase.el, international/uni-uppercase.el:
4508 Update for Unicode 6.1.
b142f158 4509
9078ead6
EZ
45102012-04-07 Eli Zaretskii <eliz@gnu.org>
4511
4512 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4513
f23d2c7d
LMI
45142012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4515
4516 * window.el (shrink-window): Mention the `window-min-height'
4517 variable in the doc string.
4518
0a0a3573
BG
45192012-04-05 Bastien Guerry <bzg@altern.org>
4520
4521 * color.el (color-lighten-name): Fix typo.
4522
e5248ac9
SM
45232012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4524
4525 * server.el (server--on-display-p): New function.
4526 (server--on-display-p): Use it.
4527
b4243e22
GV
45282012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4529
4530 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4531 (bug#11145).
4532
305d9f44
SM
45332012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4534
4535 * comint.el (comint--common-quoted-suffix): Check string boundary
4536 before comparing (bug#11158).
4537 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4538
3d439cd1
CY
45392012-04-04 Chong Yidong <cyd@gnu.org>
4540
321cc491
CY
4541 * minibuffer.el (completion-extra-properties): Doc fix.
4542
3d439cd1
CY
4543 * subr.el (delayed-warnings-hook): Doc fix.
4544
2d562c0f
DU
45452012-04-04 Daiki Ueno <ueno@unixuser.org>
4546
4547 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4548 selection (Bug#11159).
4549 (epa-insert-keys): Inform that the default public key will be
4550 exported if no key is selected.
4551
4443f204
RS
45522012-04-04 Richard Stallman <rms@gnu.org>
4553
4554 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4555
529c06b6
CY
45562012-04-03 Chong Yidong <cyd@gnu.org>
4557
4558 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4559 mail-insert-file, not its obsolete alias mail-attach-file.
4560
66b907dc
MA
45612012-04-03 Michael Albinus <michael.albinus@gmx.de>
4562
4563 * notifications.el (notifications-notify): Fix docstring.
4564
c0ea195d
GM
45652012-04-02 Glenn Morris <rgm@gnu.org>
4566
4567 * emacs-lisp/authors.el (authors-aliases): Another addition.
4568
5ca64e00
MA
45692012-04-02 Michael Albinus <michael.albinus@gmx.de>
4570
4571 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4572 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4573 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4574
42ee526b
CY
45752012-04-01 Chong Yidong <cyd@gnu.org>
4576
4577 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4578 Handle root directory properly.
4579 (copy-directory): Caller changed.
4580
4581 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4582 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4583
0b021094
GM
45842012-03-31 Glenn Morris <rgm@gnu.org>
4585
40f86458
GM
4586 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4587
7019c177
GM
4588 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4589
a1daddd6
GM
4590 * calendar/calendar.el (calendar-window-list)
4591 (calendar-hide-window): Restore. (Bug#11140)
4592 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4593
0b021094
GM
4594 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4595
40311efc
TV
45962012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4597
4598 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4599 Check if file is a symlink (Bug#10489).
4600
4601 * files.el (copy-directory): Likewise.
4602
5319014e
CY
46032012-03-30 Chong Yidong <cyd@gnu.org>
4604
4605 * image.el (imagemagick-types-inhibit)
4606 (imagemagick-register-types): Doc fix.
4607
935d1290
AM
46082012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4609
090bd7cb 4610 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4611 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4612 and treats ~word as ordinary words in pipe mode.
935d1290 4613
61c6e8fd
GM
46142012-03-30 Glenn Morris <rgm@gnu.org>
4615
4616 * tutorial.el (help-with-tutorial): Ensure local variables don't
4617 happen to make the buffer read-only. (Bug#11127)
4618
81fdff00
SM
46192012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4622 (perl-calculate-indent): Return `noindent' in strings.
4623
6e7a6ec0
SS
46242012-03-28 Sam Steingold <sds@gnu.org>
4625
4626 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4627 instead of the broken adhockery which does not prevent calendar
4628 buffers from being displayed at random after exit.
4629 (calendar-window-list, calendar-hide-window): Remove the broken
4630 adhockery.
4631
fee88ca0
GM
46322012-03-28 Glenn Morris <rgm@gnu.org>
4633
4634 * replace.el (query-replace-map): Doc fix.
4635
38de3354
AS
46362012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4637
4638 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4639 contents. (Bug#11109)
4640
b973155e
SM
46412012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4644 (bug#11077).
4645 (avl-tree--check, avl-tree--check-node): New funs.
4646
dcb6e7b3
MR
46472012-03-27 Martin Rudalics <rudalics@gmx.at>
4648
4649 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4650 (switch-to-prev-buffer, switch-to-next-buffer):
4651 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4652 showing a buffer already is done on the same frame.
4653
b4fa35fa
GM
46542012-03-27 Glenn Morris <rgm@gnu.org>
4655
4656 * startup.el (mail-host-address): Doc fix.
4657
f9210e18
SM
46582012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4659
4660 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4661 than 197 variables.
4662
c0bf7753
AF
46632012-03-26 Ami Fischman <ami@fischman.org>
4664
4665 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4666
33da7b16
GM
46672012-03-26 Glenn Morris <rgm@gnu.org>
4668
02243d9d
GM
4669 * files.el (save-buffers-kill-emacs): Doc fix.
4670
33da7b16
GM
4671 * startup.el (normal-top-level, command-line, command-line-1):
4672 Give them doc strings.
4673
e5a69fd0
EZ
46742012-03-25 Eli Zaretskii <eliz@gnu.org>
4675
4676 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4677 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4678
9a69676a
CY
46792012-03-25 Chong Yidong <cyd@gnu.org>
4680
4125cb8b
CY
4681 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4682 theme if it was previously enabled before (Bug#11031).
4683
dd470960
CY
4684 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4685 spec with custom-face-get-current-spec if its :shown-value is not
4686 determined yet (Bug#9337).
4125cb8b 4687 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4688
9a69676a
CY
4689 * button.el (button-at): Minor addition to docstring.
4690
6e7e90fa
SL
46912012-03-24 Simon Leinen <simon.leinen@gmail.com>
4692
4693 * vc/vc.el (vc-merge): Fix a prompt.
4694
f06e2758
CY
46952012-03-24 Chong Yidong <cyd@gnu.org>
4696
4697 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4698 point (Bug#9623).
4699
6e7e90fa
SL
4700 * button.el (button-at): Minor addition to docstring.
4701
b9d0879b
SM
47022012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * newcomment.el (comment-choose-indent): No space after BOL.
4705
e71cebb3
SS
47062012-03-22 Sam Steingold <sds@gnu.org>
4707
4708 * window.el (switch-to-prev-buffer): Revert last patch because the
4709 bug turned out to be an advertised feature (Elisp manual 28.14).
4710
335aff35
GM
47112012-03-22 Glenn Morris <rgm@gnu.org>
4712
4713 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4714 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4715
c676576a
LMI
47162012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4717
4718 * net/network-stream.el (network-stream-open-starttls): Make error
4719 message under Windows be less misleading.
4720
126f3d39
LW
47212012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4722
4723 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4724 understands (bug#9942).
4725
64fee311
CY
47262012-03-22 Chong Yidong <cyd@gnu.org>
4727
4728 * simple.el (end-of-visible-line): Handle return value of
4729 next-single-property-change properly (Bug#9371).
4730
a640d29a
KH
47312012-03-22 Kenichi Handa <handa@m17n.org>
4732
4733 * international/quail.el (quail-insert-kbd-layout): Fix previous
4734 change. To avoid unwanted bidi reordering, use
4735 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4736
39675016
DG
47372012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4738
4739 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4740 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4741 (ruby-beginning-of-indent): Be more careful with the difference
4742 between word-boundary and symbol boundary.
4743 (ruby-mode-syntax-table): Make : a symbol constituent.
4744
0a6934fc 47452012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4746
3d008e4f
SM
4747 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4748
0a6934fc
SM
47492012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4750
af67c9d7
SM
4751 * progmodes/etags.el (tags-completion-at-point-function):
4752 Improve last fix.
4753
1acad97c
SM
4754 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4755
e298b5da
SS
47562012-03-21 Sam Steingold <sds@gnu.org>
4757
4758 * progmodes/etags.el (tags-completion-at-point-function):
4759 Avoid the error when point is inside the pattern.
4760
91d82a70
JY
47612012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4762
4763 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4764 line (Bug#10855).
4765
69188b79
CY
47662012-03-21 Drew Adams <drew.adams@oracle.com>
4767
4768 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4769
99fc91fe
AK
47702012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4771
4772 * ido.el (ido-set-current-directory, ido-read-internal)
4773 (ido-choose-completion-string, ido-completion-help): Handle nil
4774 value of ido-completion-buffer (Bug#11008).
4775
087bbb4c
SS
47762012-03-21 Sam Steingold <sds@gnu.org>
4777
4778 * window.el (switch-to-prev-buffer): Do not switch to a visible
4779 window previous buffer, just like with the frame previous buffers.
4780
fb5b8aca
CY
47812012-03-21 Chong Yidong <cyd@gnu.org>
4782
4783 * faces.el (make-face, make-empty-face, copy-face):
4784 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4785 Doc fixes.
4786
dc9924b8
SM
47872012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4790 (widget-complete): Remove broken use of it.
4791
f0bcceb9
CY
47922012-03-20 Chong Yidong <cyd@gnu.org>
4793
dc9924b8
SM
4794 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4795 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4796 characters.
4797
ee52ebf3
TH
47982012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4799
4800 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4801 to draw rectangles, not squares. (Regression introduced by revno
4802 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4803
4c5779ab
CY
48042012-03-18 Chong Yidong <cyd@gnu.org>
4805
4806 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4807 it is not yet defined (for temacs).
4808
15360934
LL
48092012-03-18 Leo Liu <sdl.web@gmail.com>
4810
dc9924b8 4811 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4812
d9a8eb66
EZ
48132012-03-17 Eli Zaretskii <eliz@gnu.org>
4814
4815 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4816 (ispell-choices-win-default-height, ispell-silently-savep)
4817 (ispell-dictionary-alist, ispell-encoding8-command)
4818 (ispell-check-version, ispell-aspell-find-dictionary)
4819 (ispell-valid-dictionary-list, ispell-words-keyword)
4820 (ispell-get-word, ispell-internal-change-dictionary)
4821 (ispell-region, ispell-skip-region-list)
4822 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4823 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4824 (ispell-message-text-end, ispell-message)
4825 (ispell-buffer-local-parsing): Doc fix.
4826
f02ff80d
J
48272012-03-13 Jambunathan K <kjambunathan@gmail.com>
4828
4829 * htmlfontify.el: Add support for code block fontification for ODT
4830 export (Bug #9914).
4831 (hfy-optimisations): Define new option
4832 `body-text-only'
4833 (hfy-fontify-buffer): Honor above setting.
4834 (hfy-begin-span, hfy-end-span): New routines factored out form
4835 `hfy-fontify-buffer'.
4836 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4837 that permit insertion of custom tags.
4838 (hfy-fontify-buffer): Use above handlers.
4839 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4840 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4841 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4842 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4843 bind a special variable `hfy-user-sheet-assoc'.
4844 (htmlfontify-string): New defun.
4845 (hfy-compile-face-map): Make sure that the last char in the
4846 buffer is correctly fontified.
4847 (hfy-face-resolve-face): Whitespace only change.
4848
9ac7a13f
EZ
48492012-03-17 Eli Zaretskii <eliz@gnu.org>
4850
4851 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4852 message more clear.
4853
e2b5bdd7
LL
48542012-03-16 Leo Liu <sdl.web@gmail.com>
4855
4856 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4857
2e492df3
AM
48582012-03-16 Alan Mackenzie <acm@muc.de>
4859
4860 Further optimise the handling of large macros.
4861
4862 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4863 limit to a call of `c-literal-limits'.
4864 (c-determine-+ve-limit): New function.
dc9924b8
SM
4865 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4866 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4867 In CASE 5B, restrict a search limit to 500.
4868 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4869
4870 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4871 Restrict macro bounds to +-500 from after-change's BEG END.
4872
50e94f0c
LL
48732012-03-16 Leo Liu <sdl.web@gmail.com>
4874
4875 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4876
6f09f6ed
AH
48772012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4878
4879 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4880 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4881
c7e73d51
GM
48822012-03-16 Glenn Morris <rgm@gnu.org>
4883
da986230
GM
4884 * view.el (view-buffer, view-buffer-other-window)
4885 (view-buffer-other-frame): Doc fixes re special mode-class.
4886
0835f01e
GM
4887 * subr.el (eval-after-load): If named feature is provided not from
4888 a file, run after-load forms. (Bug#10946)
4889
c7e73d51
GM
4890 * calendar/calendar.el (calendar-insert-at-column):
4891 Handle non-unit-width characters a bit better. (Bug#10978)
4892
3f2eafd1
CY
48932012-03-15 Chong Yidong <cyd@gnu.org>
4894
4895 * emacs-lisp/ring.el (ring-extend): New function.
4896 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4897
4898 * comint.el (comint-read-input-ring)
4899 (comint-add-to-input-history): Grow comint-input-ring lazily.
4900
103af3fe
SM
49012012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4902
663b1677
SM
4903 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4904 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4905
103af3fe
SM
4906 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4907 (imenu-add-to-menubar): Don't add a redundant index.
4908 (imenu-update-menubar): Handle a dynamically composed keymap.
4909
899cb7cb
KY
49102012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4911
4912 * mail/sendmail.el (mail-encode-header):
4913 Bind rfc2047-encode-encoded-words to nil.
4914
3809f91d
GM
49152012-03-13 Glenn Morris <rgm@gnu.org>
4916
4917 * calendar/calendar.el (calendar-string-spread):
4918 Handle non-unit-width characters a bit better. (Bug#10978)
4919
9e345a01
LL
49202012-03-13 Leo Liu <sdl.web@gmail.com>
4921
4922 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4923 directory and file as argument (Bug#10822).
4924
4a07df36
KS
49252012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4926
4927 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4928 For dynamically generated code, follow $PC.
4929 (gdb-disassembly-handler-custom): Handle no function name case.
4930
4aaa9356
TL
49312012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4932
4933 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4934 * emulation/ws-mode.el (ws-query-replace):
4935 * sort.el (sort-regexp-fields):
4936 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4937
225979da
SM
49382012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * dabbrev.el: Fix cycle completion order (bug#10963).
4941 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4942 (dabbrev-completion): Don't use an obarray; provide
4943 a cycle-sort-function.
4944
e2f1fdab
LL
49452012-03-12 Leo Liu <sdl.web@gmail.com>
4946
dc9924b8 4947 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4948 (kill-do-not-save-duplicates): Doc fix.
4949
b19490ed
SM
49502012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * dabbrev.el: Fix cycle completion (bug#10963).
4953 Use lexical binding and wrap to 80 columns.
4954 (dabbrev-completion): Delay computing the list of completions.
4955
4b05d722
KH
49562012-03-12 Kenichi Handa <handa@m17n.org>
4957
4958 * international/quail.el (quail-insert-kbd-layout): Surround each
4959 row by LRO and PDF instead of inserting many LRMs. Pad the left
4960 and right of each non-spacing marks. Insert invisible space
4961 between lower and upper characters to prevent composition.
4962
dbbc2e69
SM
49632012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * minibuffer.el (minibuffer-complete): Don't get confused when the
4966 function is run twice via different commands (bug#10958).
4967 (complete-with-action): Fix docstring.
4968
292112ed
CY
49692012-03-12 Chong Yidong <cyd@gnu.org>
4970
5d1ac394
CY
4971 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4972 (nxml-completion-at-point-function): New function.
4973 (nxml-mode): Use it.
4974 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4975
292112ed
CY
4976 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4977 Load generated autoloads file before byte compiling (Bug#10970).
4978 (package--make-autoloads-and-compile): New helper fun.
4979
4098f8f7
CS
49802012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4981
4982 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4983
8f754691
MA
49842012-03-11 Michael Albinus <michael.albinus@gmx.de>
4985
4986 * autorevert.el (auto-revert-handler): Ensure, that
4987 file-readable-p is applied only for local files or in
4988 auto-revert-tail-mode.
4989
e29ab36b
AS
49902012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4991
dbbc2e69
SM
4992 * server.el (server-eval-at): Handle non-tcp connections.
4993 Decode result string.
ad0bf5b6 4994
e29ab36b
AS
4995 * server.el (server-msg-size): New constant.
4996 (server-reply-print): New function.
4997 (server-eval-and-print): Use it.
4998 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4999 Handle -print-nonl.
5000
de5939ba
CS
50012012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5002
5003 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5004 (Bug#10987).
5005
0c93eabf
CY
50062012-03-11 Chong Yidong <cyd@gnu.org>
5007
397a688f
CY
5008 * simple.el (goto-line): Doc fix (Bug#9938).
5009
2cc775f9
CY
5010 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5011
0c93eabf
CY
5012 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5013 when finished (Bug#10963).
5014
c491fa41
MR
50152012-03-11 Martin Rudalics <rudalics@gmx.at>
5016
5017 * window.el (split-window-below): Fix bug in case where
5018 split-window-keep-point is nil (Bug#10971).
5019
300e8fa5
JL
50202012-03-11 Juri Linkov <juri@jurta.org>
5021
5022 * replace.el (replace-highlight): Set isearch-word to nil
5023 unconditionally. (Bug#10887)
5024
dbf6c5a1
EZ
50252012-03-10 Eli Zaretskii <eliz@gnu.org>
5026
5027 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5028 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5029 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5030 (mairix-widget-create-query): Add usage information about mairix
5031 search forms: negating words, searching for substrings, etc.
5032
b9e501de
JP
50332012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5034
5035 * international/fontset.el (font-encoding-alist): Add an entry for
5036 ksx1001 (Bug#5667).
5037
92795c91
RS
50382012-03-10 Richard Stallman <rms@gnu.org>
5039
1694e6c1
RS
5040 * mail/sendmail.el (mail-encode-header):
5041 Set rfc2047-encode-encoded-words.
5042
607e8555
RS
5043 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5044
de3bc99a
RS
5045 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5046 view buffer means not swapped.
5047 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5048 (rmail-write-region-annotate): Error if real text has disappeared.
5049
92795c91
RS
5050 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5051
699bd04e
CY
50522012-03-10 Chong Yidong <cyd@gnu.org>
5053
5054 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5055 * emulation/cua-base.el (cua--init-keymaps):
5056 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5057
570a1714
MR
50582012-03-10 Martin Rudalics <rudalics@gmx.at>
5059
dbbc2e69
SM
5060 * speedbar.el (speedbar-unhighlight-one-tag-line):
5061 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5062
82dcf4e4
CY
50632012-03-10 Chong Yidong <cyd@gnu.org>
5064
7a2c7ca7
CY
5065 * minibuffer.el (completion-in-region, completion-help-at-point):
5066 Give the completion field overlay a high priority (Bug#6830).
5067
82dcf4e4
CY
5068 * dired.el (dired-goto-file): Recognize absolute file name
5069 listings (Bug#7126).
5070 (dired-goto-file-1): New helper function.
5071 (dired-toggle-read-only): Inhibit warnings.
5072
052e28ac
MA
50732012-03-09 Michael Albinus <michael.albinus@gmx.de>
5074
75f1671a 5075 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5076 there are no properties.
5077
95d5e396
LL
50782012-03-09 Leo Liu <sdl.web@gmail.com>
5079
5080 * savehist.el (savehist-printable): Stricter check for string
5081 value (Bug#10937).
5082
3f018d6d
EZ
50832012-03-09 Eli Zaretskii <eliz@gnu.org>
5084
dbbc2e69
SM
5085 * mail/smtpmail.el (smtpmail-send-it):
5086 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5087 valid mbox format.
5088
f7fd3d79
GM
50892012-03-09 Glenn Morris <rgm@gnu.org>
5090
5091 * files.el (dir-locals-find-file):
5092 Don't check result is regular, readable.
5093 (dir-locals-read-from-file): Demote errors.
5094
6ff6e72f
EZ
50952012-03-08 Eli Zaretskii <eliz@gnu.org>
5096
dbbc2e69
SM
5097 * international/quail.el (quail-insert-kbd-layout):
5098 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5099 layout cell, to prevent their reordering by bidi display engine.
5100 For details, see the discussion in
5101 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5102
9cec7834
AM
51032012-03-08 Alan Mackenzie <acm@muc.de>
5104
5105 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5106 the starting position; make it extend the marked region when
5107 invoked repeatedly - all under appropriate circumstances.
5108 Fixes bugs #5525, #10906.
5109
9a40b8d4
GM
51102012-03-08 Glenn Morris <rgm@gnu.org>
5111
5112 * files.el (locate-dominating-file, dir-locals-find-file):
5113 Undo 2012-03-06 change.
5114
7a08ed35
EZ
51152012-03-07 Eli Zaretskii <eliz@gnu.org>
5116
dbbc2e69
SM
5117 * international/quail.el (quail-help):
5118 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5119 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5120 for the reason.
5121
5aca4f71 51222012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5123
5124 Avoid superfluous registering of signals. (Bug#10807)
5125
5126 * notifications.el (notifications-on-action-object)
5127 (notifications-on-close-object): New defvars.
5128 (notifications-on-action-signal, notifications-on-closed-signal):
5129 Unregister the signal if not needed any longer.
5130 (notifications-notify): Register `notifications-action-signal' or
5131 `notifications-closed-signal', if :on-action or :on-close has been
5132 passed as argument.
5133
78e8b10a
CY
51342012-03-07 Chong Yidong <cyd@gnu.org>
5135
5136 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5137 non-X platforms.
5138
69481eb8
GM
51392012-03-06 Glenn Morris <rgm@gnu.org>
5140
5141 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5142 (x-disown-selection-internal, x-get-selection-internal):
5143 Doc fix (add arglist signatures). (Bug#10783)
5144
133b8e11
KS
51452012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5146
5147 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5148 Handle breakpoints with no "type".
5149
99a83064
GM
51502012-03-06 Glenn Morris <rgm@gnu.org>
5151
5152 * files.el (locate-dominating-file): Add optional predicate argument.
5153 (dir-locals-find-file): Make use of above change.
5154
17798e78
TTN
51552012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5156
5157 * info.el (Info-insert-dir): Also try "dir.gz".
5158
eb182446
GM
51592012-03-06 Glenn Morris <rgm@gnu.org>
5160
8f2114ee
GM
5161 * files.el (dir-locals-find-file):
5162 Ignore non-readable or non-regular files. (Bug#10928)
5163
eb182446
GM
5164 * files.el (locate-dominating-file): Doc fix.
5165
24679323
AS
51662012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5167
5168 * calendar/calendar.el (calendar-set-mode-line):
5169 `getenv' returns a string. (Bug#10951)
5170
01d972a9
LL
51712012-03-05 Leo Liu <sdl.web@gmail.com>
5172
109aa8a9
LL
5173 * simple.el (backward-delete-char-untabify): Constrain point to
5174 field (Bug#10939).
5175
01d972a9
LL
5176 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5177
10607bea
CY
51782012-03-05 Chong Yidong <cyd@gnu.org>
5179
5180 * simple.el (count-words): If called from Lisp, return the word
5181 count, for symmetry with `count-lines'. Arglist changed.
5182 (count-words--message): Args changed. Consolidate counting code
5183 from count-words and count-words-region.
5184 (count-words-region): Caller changed.
5185 (count-lines-region): Make it an obsolete alias.
5186
5dd11cfe
TH
51872012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5188
5189 * saveplace.el (save-place-to-alist)
5190 (save-place-ignore-files-regexp): Allow value nil to disable this
5191 feature.
5192
c349f4e6
CY
51932012-03-04 Chong Yidong <cyd@gnu.org>
5194
5195 * faces.el (face-spec-reset-face): For the default face, reset the
5196 attributes to default values (Bug#10748).
5197
e627be4c
LMI
51982012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5199
5200 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5201 previous patch: Check `message-send-mail-function', and not the
5202 default function (bug#10897).
5203
ebeabff4
MA
52042012-03-04 Michael Albinus <michael.albinus@gmx.de>
5205
a41a6cf4
MA
5206 * notifications.el (notifications-on-action-signal)
5207 (notifications-on-closed-signal): Check for unique service name of
5208 incoming event. Fix error in removing entry.
ebeabff4 5209 (top): Register for signals with wildcard service name.
a41a6cf4 5210 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5211
c1ca42b4
CY
52122012-03-04 Chong Yidong <cyd@gnu.org>
5213
dc9924b8 5214 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5215
ea16568d
GM
52162012-03-04 Glenn Morris <rgm@gnu.org>
5217
5218 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5219 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5220 (expand-abbrev, define-abbrev-table): Doc fixes.
5221
fbae4637
LMI
52222012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5223
5224 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5225 `message-default-send-mail-function' and not `send-mail-function'
5226 when doing the prompting for `sendmail-query-once' before sending
5227 in Message buffers (bug#10897).
5228
a1e7225c
LMI
5229 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5230 This is inconsistent with all the other stream functions, which leave
5231 the setting up to the higher levels (if so wanted) (bug#10931).
5232
56d093a9
AM
52332012-03-02 Alan Mackenzie <acm@muc.de>
5234
5235 Depessimize the handling of very large macros.
5236
5237 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5238 (c-macro-cache-syntactic): New variables to implement a one
5239 element macro cache.
5240 (c-invalidate-macro-cache): New function.
5241 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5242 Adapt to use the new cache.
5243 (c-state-safe-place): Use better the cache of safe positions.
5244 (c-state-semi-nonlit-pos-cache)
5245 (c-state-semi-nonlit-pos-cache-limit):
5246 New variables for...
5247 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5248 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5249 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5250 Use c-state-semi-safe-place.
56d093a9 5251
dbbc2e69
SM
5252 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5253 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5254
817e5c3d
MA
52552012-03-02 Michael Albinus <michael.albinus@gmx.de>
5256
dbbc2e69
SM
5257 * jka-compr.el (jka-compr-call-process):
5258 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5259 not remote.
5260
a032a702
MA
52612012-03-01 Michael Albinus <michael.albinus@gmx.de>
5262
5263 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5264 access of FILE2, if FILE1 does not exist.
5265
99a54f21
MA
5266 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5267 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5268
5269 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5270 Add "PAGER=" to `process-environment'.
5271
f6561e1f
MM
52722012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5273
5274 * progmodes/sql.el: Bug fix
5275 (sql-get-login-ext): Save login values in globals.
5276 (sql-get-login): Use new version of `sql-get-login-ext'.
5277 (sql-interactive-mode): Set global `sql-connection' to nil.
5278 (sql-connect): Set global values for connection.
5279 (sql-product-interactive): Save global values as buffer local.
5280
2d44d9cc
LL
52812012-02-29 Leo Liu <sdl.web@gmail.com>
5282
5283 * abbrev.el (define-abbrevs): Reset sys to nil.
5284
96b49301 52852012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5286
bf7f9bc5
JB
5287 * files.el (file-equal-p): Rename from `files-equal-p'.
5288 Return nil when one or both files don't exist.
96b49301 5289 (file-subdir-of-p): Now only top directory must exists,
5290 return nil if it doesn't.
bf7f9bc5
JB
5291 (copy-directory): No need to test with `file-subdir-of-p' after
5292 creating dir.
5293 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5294 to `file-equal-p'.
96b49301 5295
44e97401
GM
52962012-02-28 Glenn Morris <rgm@gnu.org>
5297
5298 * shell.el (shell-mode):
5299 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5300 * play/landmark.el (landmark-font-lock-face-O):
5301 * play/handwrite.el (handwrite):
5302 * play/gomoku.el (gomoku-O):
5303 * net/browse-url.el (browse-url-browser-display):
5304 * international/mule.el (define-charset):
5305 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5306 * filesets.el (filesets-find-file-delay):
5307 * eshell/em-xtra.el (eshell-xtra):
5308 * eshell/em-unix.el (eshell-grep):
5309 * emulation/viper.el (viper-mode):
5310 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5311 * emacs-lisp/easymenu.el (easy-menu-define):
5312 * calendar/timeclock.el (timeclock-use-display-time):
5313 * bs.el (bs-mode):
5314 * bookmark.el (bookmark-save-flag):
5315 Doc fix (standardize possessive apostrophe usage).
5316
c98c6276
CY
53172012-02-27 Chong Yidong <cyd@gnu.org>
5318
bf7f9bc5
JB
5319 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5320 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5321
c98c6276
CY
5322 * font-lock.el (font-lock-specified-p): Rename from
5323 font-lock-spec-present. Callers changed.
5324
9c62cd04 53252012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5326
bf7f9bc5
JB
5327 * emacs-lisp/package.el (package-compute-transaction):
5328 Handle holding a package version to t in package-load-list.
8ac9e529 5329
530739c9
MA
53302012-02-26 Michael Albinus <michael.albinus@gmx.de>
5331
5332 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5333 (tramp-get-inode, tramp-get-device): Use cached values.
5334
487915d7
AM
53352012-02-26 Alan Mackenzie <acm@muc.de>
5336
5337 Check there is a font-lock specification before doing initial
5338 fontification.
5339
5340 * font-core.el (font-lock-mode): Move the conditional from
5341 :after-hook to font-lock-initial-fontify.
5342 (font-lock-default-function): Move the check for a specification
5343 to font-lock-spec-present.
5344
dc9924b8 5345 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5346 (font-lock-spec-present): New function.
5347
4fd96557
JB
53482012-02-26 Jim Blandy <jimb@red-bean.com>
5349
5350 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5351 (gdb-send): Apply it to the operand of the '-interpreter-exec
5352 console' command, so that we can pass arguments with (say) quotes
5353 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5354
9a4888c0
CY
53552012-02-26 Chong Yidong <cyd@gnu.org>
5356
07498861
CY
5357 * help-fns.el (describe-function-1): Clarify description of
5358 remapping (Bug#10844).
5359
9a4888c0
CY
5360 * files.el (files-equal-p): Doc fix.
5361 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5362 and quit the loop once a mismatch is found.
5363
ea8fb88d
JB
53642012-02-25 Juanma Barranquero <lekktu@gmail.com>
5365
5366 * bs.el (bs--show-with-configuration): Don't throw an error
5367 if the window cannot be split; otherwise, subsequent calls to
5368 bs-show fail, restoring a stale window config. (Bug#10882)
5369
525795c1
JD
53702012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5371
5372 * term/ns-win.el (global-map): Bind ns-drag-file to
5373 ns-find-file (Bug#5855, Bug#10050).
5374
f008086f
AS
53752012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5376
5377 * calendar/parse-time.el (parse-time-string): Allow extractor to
5378 return nil.
5379
a3fcfa99
MA
53802012-02-25 Michael Albinus <michael.albinus@gmx.de>
5381
91027d08
JB
5382 * net/tramp.el (tramp-file-name-for-operation):
5383 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5384
5385 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5386 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5387 Add COPY-CONTENTS argument.
a3fcfa99 5388
67b0de11
CY
53892012-02-25 Chong Yidong <cyd@gnu.org>
5390
5391 Add custom groups for VC backends, for consistency with vc-bzr.
5392
5393 * vc/vc-arch.el (vc-arch):
5394 * vc/vc-cvs.el (vc-cvs):
5395 * vc/vc-git.el (vc-git):
5396 * vc/vc-hg.el (vc-hg):
5397 * vc/vc-mtn.el (vc-mtn):
5398 * vc/vc-rcs.el (vc-rcs):
5399 * vc/vc-sccs.el (vc-sccs):
5400 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5401 All relevant defcustoms reassigned.
5402
3c9dfce6
CY
54032012-02-25 Chong Yidong <cyd@gnu.org>
5404
1339bf43
CY
5405 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5406
3c9dfce6
CY
5407 * term/x-win.el (x-initialize-window-system): Reduce default for
5408 x-selection-timeout to 5 seconds (Bug#8869).
5409
25b2e303 54102012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5411
ec70a47d
GM
5412 * files.el (files-equal-p, file-subdir-of-p): New functions.
5413 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5414 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5415 * dired-aux.el (dired-copy-file-recursive): Same.
5416 (dired-create-files): Modify destination when source is equal to
5417 dest when copying files.
53a46cd0 5418 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5419
914260cd
MA
54202012-02-24 Michael Albinus <michael.albinus@gmx.de>
5421
5422 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5423 (Bug#10874)
5424
2cb228f7
AM
54252012-02-23 Alan Mackenzie <acm@muc.de>
5426
5427 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5428 parameter "after-hook:" to allow the expansion to run code after
5429 the execution of the mode hooks.
5430
5431 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5432 from font-lock-mode-internal.
2cb228f7 5433
91027d08 5434 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5435 :after-hook.
5436
8f0fde21
SM
54372012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5438
3e88618b
SM
5439 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5440 (completion--cache-all-sorted-completions): New function.
5441 (completion-all-sorted-completions): Use it.
5442 (completion--do-completion, minibuffer-force-complete):
5443 Use it to re-instate the flush hook.
5444
8f0fde21
SM
5445 * icomplete.el (icomplete-completions): Replace last fix with a better
5446 one (bug#10850).
5447
8e911f6f
DG
54482012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5449
5450 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5451 when it might call us back infinitely (bug#10797).
5452
49fe4321
GM
54532012-02-23 Glenn Morris <rgm@gnu.org>
5454
5455 * minibuffer.el (completion-category-overrides): Doc fix.
5456
b291b572
SM
54572012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5460 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5461
31a9ef2e
GM
54622012-02-23 Glenn Morris <rgm@gnu.org>
5463
5e6e6794 5464 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5465 (authors-obsolete-files-regexps, authors-ignored-files)
5466 (authors-ambiguous-files, authors-renamed-files-alist):
5467 Add more entries.
5468
0bd1e074
JL
54692012-02-23 Juri Linkov <juri@jurta.org>
5470
5471 * isearch.el (isearch-occur): Sync interactive spec with occur's
5472 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5473
b617673c
JL
5474 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5475
19e9789e
JL
54762012-02-22 Juri Linkov <juri@jurta.org>
5477
5478 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5479 (ucs-insert): Doc fix. Check for hex digits in the string.
5480 Don't display `nil' in the error message. (Bug#10857)
5481
f41ce09d
AM
54822012-02-22 Alan Mackenzie <acm@muc.de>
5483
7a71b18d 5484 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5485
ac2eceee
GM
54862012-02-22 Glenn Morris <rgm@gnu.org>
5487
5488 * ffap.el (ffap-c-path):
5489 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5490
abd1f678
CY
54912012-02-22 Chong Yidong <cyd@gnu.org>
5492
5493 * custom.el (load-theme): Doc fix.
5494
f25aef2e
GM
54952012-02-22 Glenn Morris <rgm@gnu.org>
5496
5497 * dired-x.el (dired-guess-shell-alist-default):
5498 Remove escape sequences from nroff output. (Bug#172)
5499
5f8dc2ca
GM
55002012-02-21 Glenn Morris <rgm@gnu.org>
5501
6ff86ec4
GM
5502 * vc/emerge.el (emerge-defvar-local):
5503 Set `permanent-local' property rather than unused `preserved'.
5504
be3223a3 5505 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5506 (picture-mode-map): Use it. (Bug#10860)
5507 (picture-mode): Doc fix.
5508
3fe58f4f
JB
55092012-02-21 Juanma Barranquero <lekktu@gmail.com>
5510
5511 * newcomment.el (uncomment-region-default): Remove unused binding.
5512
f9a998c3
GM
55132012-02-21 Glenn Morris <rgm@gnu.org>
5514
5515 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5516 (picture-self-insert, picture-tab-chars): Doc fix.
5517 (picture-mode-map): Fix C-a, C-e.
5518
c6029348
GM
55192012-02-20 Glenn Morris <rgm@gnu.org>
5520
5521 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5522
ab1ce9d7
LL
55232012-02-20 Leo Liu <sdl.web@gmail.com>
5524
5525 * icomplete.el (icomplete-completions): Check FROM arg before
5526 passing to substring (Bug#10850).
5527
0fd40f89
CY
55282012-02-19 Chong Yidong <cyd@gnu.org>
5529
5530 * comint.el: Require ansi-color.
5531 (comint-output-filter-functions): Add ansi-color-process-output.
5532
5533 * ansi-color.el: Don't set comint-output-filter-functions; it is
5534 now in the initial value defined in comint.el.
5535 (ansi-color-apply-face-function): New variable.
5536 (ansi-color-apply-on-region): Use it.
5537 (ansi-color-apply-overlay-face): New function.
5538
5539 * shell.el (shell): No need to require ansi-color.
5540 (shell-mode): Use ansi-color-apply-face-function to highlight
5541 color escapes using font-lock-face property (Bug#10835).
5542
20af2394
CY
55432012-02-19 Chong Yidong <cyd@gnu.org>
5544
5545 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5546 mode-line formats (Bug#10839).
5547
e23a3fbe
GM
55482012-02-18 Glenn Morris <rgm@gnu.org>
5549
b474519e
GM
5550 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5551
5552 * mail/undigest.el (unforward-rmail-message): Doc fix.
5553
e23a3fbe
GM
5554 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5555
57939ff4
EZ
55562012-02-18 Eli Zaretskii <eliz@gnu.org>
5557
5558 * international/characters.el (script-list): Sync with the latest
5559 Unicode Character Database.
5560
0c23686e
AS
55612012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5562
5563 * international/titdic-cnv.el: Remove duplicate coding tag.
5564 * language/cham.el: Likewise.
5565 * language/tai-viet.el: Likewise.
5566
6818b449
GM
55672012-02-18 Glenn Morris <rgm@gnu.org>
5568
5569 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5570 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5571 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5572 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5573 * calendar/holidays.el (holiday-bahai-holidays)
5574 (calendar-holidays, list-holidays):
5575 Use utf-8 Bahá'í in doc-strings, menus, etc.
5576
0311a3fc
TH
55772012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5578
5579 * saveplace.el (save-place-ignore-files-regexp): New variable
5580 allowing for excluding files from saving their location of point.
5581 The default value matches the temporary commit message editing
5582 files from Git, SVN, Bazaar, and Mercurial.
5583 (save-place-to-alist): Use it.
5584
d209e2fb 55852012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5586 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * newcomment.el (uncomment-region-default): Don't leave extra space
5589 when an arg is provided (bug#8150).
5590
ee0ce425
TZ
55912012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5592
eb864a71 5593 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5594
95ddf442
GM
55952012-02-17 Glenn Morris <rgm@gnu.org>
5596
5597 * net/socks.el: Require network-stream. (Bug#10599)
5598
48dd1e39 55992012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5600
5601 * international/charprop.el:
5602 * international/uni-name.el:
5603 * international/uni-old-name.el:
5604 * international/uni-comment.el: Regenerate.
5605
d68cd087
GM
56062012-02-16 Glenn Morris <rgm@gnu.org>
5607
5608 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5609 Interactively in calendar buffer, give an error if not on a date.
5610
13932042
GM
56112012-02-15 Glenn Morris <rgm@gnu.org>
5612
5613 * shell.el (shell-delimiter-argument-list):
5614 Revert 2011-02-17 change. (Bug#8027)
5615
c3a70e2b
CY
56162012-02-15 Chong Yidong <cyd@gnu.org>
5617
60236b0d
CY
5618 * minibuffer.el (completion-at-point-functions): Doc fix.
5619
c3a70e2b
CY
5620 * custom.el (defcustom): Doc fix; note use of defvar.
5621
9f26dc24
GM
56222012-02-15 Glenn Morris <rgm@gnu.org>
5623
5624 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5625 Doc fixes.
5626
6546b134
GM
56272012-02-14 Glenn Morris <rgm@gnu.org>
5628
5629 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5630
d29b2b4c
LI
56312012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5632
5633 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5634 way the ports list is computed.
835bdcba
LI
5635 (smtpmail-query-smtp-server): Prompt the user for a port number if
5636 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5637
08dcdbc9
TZ
56382012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5639
5640 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5641
2605051a
GM
56422012-02-13 Glenn Morris <rgm@gnu.org>
5643
5644 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5645
7ee99f32
TZ
56462012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5647
5648 * net/gnutls.el (gnutls-trustfiles): New variable.
5649 (gnutls-negotiate): Use it.
5650
5f0af64f
LI
56512012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5652
5653 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5654 does its stuff if Gnus is running.
5655
c14fcc95
AM
56562012-02-13 Alan Mackenzie <acm@muc.de>
5657
5658 Fix a loop in c-set-fl-decl-start.
5659
7a71b18d 5660 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5661 c-backward-syntactic-ws actually moves backwards.
5662
142b4d90
LL
56632012-02-13 Leo Liu <sdl.web@gmail.com>
5664
5665 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5666 beginning so that all \C-o chars are removed.
5667
fa9958a6
TZ
56682012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5669
dc9924b8 5670 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5671
0bc5886a
AM
56722012-02-12 Alan Mackenzie <acm@muc.de>
5673
5674 Fix infinite loop with long macros.
4d6769e1 5675 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5676
d4bd55e7
CY
56772012-02-12 Chong Yidong <cyd@gnu.org>
5678
5679 * window.el (display-buffer): Doc fix (Bug#10785).
5680
66f3fe22
GM
56812012-02-12 Glenn Morris <rgm@gnu.org>
5682
bd7da63e
GM
5683 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5684 (x-disown-selection-internal, x-get-selection-internal):
5685 Sync docs with the xselect.c versions.
5686
66f3fe22
GM
5687 * allout-widgets.el: Add missing license notice.
5688
3e0d2fa7
GM
56892012-02-11 Glenn Morris <rgm@gnu.org>
5690
cfecdf09
GM
5691 * select.el (x-get-selection-internal, x-own-selection-internal)
5692 (x-disown-selection-internal):
5693 * x-dnd.el (x-get-selection-internal): Update declarations.
5694
6d216d7f
GM
5695 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5696
2bed3f04
GM
5697 * window.el (window-sides-slots):
5698 * tool-bar.el (tool-bar-position):
5699 * term/xterm.el (xterm-extra-capabilities):
5700 * ses.el (ses-self-reference-early-detection):
5701 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5702 (verilog-auto-wire-type)
5703 (verilog-auto-delete-trailing-whitespace)
5704 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5705 (verilog-auto-tieoff-declaration):
5706 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5707 (sql-oracle-statement-starters, sql-oracle-scan-on):
5708 * progmodes/prolog.el (prolog-align-comments-flag)
5709 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5710 (prolog-left-indent-regexp, prolog-paren-indent-p)
5711 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5712 (prolog-types, prolog-mode-specificators)
5713 (prolog-determinism-specificators, prolog-directives)
5714 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5715 (prolog-electric-dot-flag)
5716 (prolog-electric-dot-full-predicate-template)
5717 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5718 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5719 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5720 (prolog-program-switches, prolog-prompt-regexp)
5721 (prolog-debug-on-string, prolog-debug-off-string)
5722 (prolog-trace-on-string, prolog-trace-off-string)
5723 (prolog-zip-on-string, prolog-zip-off-string)
5724 (prolog-use-standard-consult-compile-method-flag)
5725 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5726 (prolog-imenu-max-lines, prolog-info-predicate-index)
5727 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5728 (prolog-char-quote-workaround):
5729 * progmodes/cc-vars.el (c-defun-tactic):
5730 * net/tramp.el (tramp-encoding-command-interactive)
5731 (tramp-local-end-of-line):
5732 * net/soap-client.el (soap-client):
5733 * net/netrc.el (netrc-file):
5734 * net/gnutls.el (gnutls):
5735 * minibuffer.el (completion-category-overrides)
5736 (completion-cycle-threshold)
5737 (completion-pcm-complete-word-inserts-delimiters):
5738 * man.el (Man-name-local-regexp):
5739 * mail/feedmail.el (feedmail-display-full-frame):
5740 * international/characters.el (glyphless-char-display-control):
5741 * eshell/em-ls.el (eshell-ls-date-format):
5742 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5743 (lisp-lambda-list-keyword-parameter-indentation)
5744 (lisp-lambda-list-keyword-parameter-alignment):
5745 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5746 * dired-x.el (dired-omit-verbose):
5747 * cus-theme.el (custom-theme-allow-multiple-selections):
5748 * calc/calc.el (calc-highlight-selections-with-faces)
5749 (calc-lu-field-reference, calc-lu-power-reference)
5750 (calc-note-threshold):
5751 * battery.el (battery-mode-line-limit):
5752 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5753 (archive-7z-update):
5754 * allout.el (allout-prefixed-keybindings)
5755 (allout-unprefixed-keybindings)
5756 (allout-inhibit-auto-fill-on-headline)
5757 (allout-flattened-numbering-abbreviation):
5758 * allout-widgets.el (allout-widgets-auto-activation)
5759 (allout-widgets-icons-dark-subdir)
5760 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5761 (allout-widgets-theme-dark-background)
5762 (allout-widgets-theme-light-background)
5763 (allout-widgets-item-image-properties-emacs)
5764 (allout-widgets-item-image-properties-xemacs)
5765 (allout-widgets-run-unit-tests-on-load)
5766 (allout-widgets-time-decoration-activity)
5767 (allout-widgets-hook-error-post-time)
5768 (allout-widgets-track-decoration):
5769 Add missing :version tags to new defcustoms and defgroups.
5770
5fec1b8e
GM
5771 * progmodes/sql.el (sql-ansi-statement-starters)
5772 (sql-oracle-statement-starters): Add custom type.
5773
3e0d2fa7
GM
5774 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5775 (prolog-system-version): Give it a type.
5776
90b671e2
EZ
57772012-02-11 Eli Zaretskii <eliz@gnu.org>
5778
5779 * term/pc-win.el (x-select-text, x-selection-owner-p)
5780 (x-own-selection-internal, x-disown-selection-internal)
5781 (x-get-selection-internal): Sync doc strings and argument lists
5782 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5783
5eac0c02
LL
57842012-02-11 Leo Liu <sdl.web@gmail.com>
5785
5786 * progmodes/python.el (python-end-of-statement): Fix infinite
5787 loop. (Bug#10788)
5788
f82cb659
GM
57892012-02-10 Glenn Morris <rgm@gnu.org>
5790
5791 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5792 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5793
cc26d239
LI
57942012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5795
5796 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5797 about SMTP before checking the From header.
5798
91027d08 5799 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5800 into own function for reuse by emacsbug.el.
5801
1be3ca5a
LL
58022012-02-10 Leo Liu <sdl.web@gmail.com>
5803
5804 * subr.el (condition-case-unless-debug): Rename from
5805 condition-case-no-debug. All callers changed.
5806 (with-demoted-errors): Fix caller.
5807
5808 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5809 * nxml/rng-valid.el (rng-do-some-validation):
5810 * emacs-lisp/package.el (package-refresh-contents)
5811 (package-menu-execute):
5812 * desktop.el (desktop-create-buffer):
91027d08 5813 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5814
b011fbfe
GM
58152012-02-10 Glenn Morris <rgm@gnu.org>
5816
b2096d72
GM
5817 * textmodes/bibtex.el:
5818 Add missing :version tags for new/changed defcustoms.
5819
b011fbfe
GM
5820 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5821
4c7e65bf
LI
58222012-02-09 Lars Ingebrigtsen <larsi@rusty>
5823
5824 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5825 (smtpmail-via-smtp): Use it, or fall back on the From address.
5826 (smtpmail-send-it): Ditto.
5827
f3934f6f
SM
58282012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5831 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5832 (byte-compile-tmp-var): New const.
5833 (byte-compile-defvar): Use it to minimize .elc size.
5834 Just use `defvar' rather than simulate it (bug#10761).
5835
a075a2c5
GM
58362012-02-09 Glenn Morris <rgm@gnu.org>
5837
cf3aa21b
GM
5838 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5839
354998cd
GM
5840 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5841 Add :version tags.
5842
dc9924b8
SM
5843 * progmodes/compile.el (compilation-error-screen-columns)
5844 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5845
dab3703d
GM
5846 * vc/log-view.el (log-view-toggle-entry-display):
5847 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5848
3f88cd72
GM
5849 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5850 (report-emacs-bug-can-use-xdg-email):
5851 (report-emacs-bug-insert-to-mailer): Doc fixes.
5852 (report-emacs-bug): Message fix.
5853
d95b247d
GM
5854 * net/browse-url.el (browse-url-can-use-xdg-open)
5855 (browse-url-xdg-open): Doc fixes.
5856
a075a2c5
GM
5857 * electric.el (electric-indent-mode, electric-pair-mode)
5858 (electric-layout-rules, electric-layout-mode): Doc fixes.
5859 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5860
ffb6157e
MR
58612012-02-08 Martin Rudalics <rudalics@gmx.at>
5862
5863 * server.el (server-unselect-display): Don't inadvertently kill
5864 the current buffer. (Bug#10729)
5865
e1ac4066
GM
58662012-02-08 Glenn Morris <rgm@gnu.org>
5867
34e8a2da
GM
5868 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5869 (sql-list-table): Doc fixes.
5870
b4ac6e8c
GM
5871 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5872 Comment out (does nothing).
5873
e1ac4066
GM
5874 * completion.el (dynamic-completion-mode):
5875 * dirtrack.el (dirtrack-debug-mode):
5876 * electric.el (electric-layout-mode):
5877 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5878 * face-remap.el (text-scale-mode, buffer-face-mode):
5879 * iimage.el (iimage-mode):
5880 * image-mode.el (image-transform-mode):
5881 * minibuffer.el (completion-in-region-mode):
5882 * scroll-lock.el (scroll-lock-mode):
5883 * simple.el (next-error-follow-minor-mode):
5884 * tar-mode.el (tar-subfile-mode):
5885 * tooltip.el (tooltip-mode):
5886 * vcursor.el (vcursor-use-vcursor-map):
5887 * wid-browse.el (widget-minor-mode):
5888 * emulation/tpu-edt.el (tpu-edt-mode):
5889 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5890 * international/iso-ascii.el (iso-ascii-mode):
5891 * language/thai-util.el (thai-word-mode):
5892 * mail/supercite.el (sc-minor-mode):
5893 * net/goto-addr.el (goto-address-mode):
5894 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5895 * progmodes/cwarn.el (cwarn-mode):
5896 * progmodes/flymake.el (flymake-mode):
5897 * progmodes/glasses.el (glasses-mode):
5898 * progmodes/hideshow.el (hs-minor-mode):
5899 * progmodes/pascal.el (pascal-outline-mode):
5900 * textmodes/enriched.el (enriched-mode):
5901 * vc/smerge-mode.el (smerge-mode):
5902 Doc fixes (minor mode argument).
5903
5e0d957f
EZ
59042012-02-07 Eli Zaretskii <eliz@gnu.org>
5905
5906 * ls-lisp.el (ls-lisp-sanitize): New function.
5907 (ls-lisp-insert-directory): Use it to fix or remove any elements
5908 in file-alist with missing attributes. (Bug#4673)
5909
98d7371e
AM
59102012-02-07 Alan Mackenzie <acm@muc.de>
5911
5912 Fix spurious recognition of c-in-knr-argdecl.
5913
5914 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5915 putative K&R region.
5916
667ced3a
AM
59172012-02-07 Alan Mackenzie <acm@muc.de>
5918
eb864a71
LM
5919 * progmodes/cc-engine.el (c-forward-objc-directive):
5920 Prevent looping in "#pragma mark @implementation".
667ced3a 5921
5b77774d
MA
59222012-02-07 Michael Albinus <michael.albinus@gmx.de>
5923
5924 * notifications.el (notifications-on-closed-signal): Make `reason'
5925 optional. (Bug#10744)
5926
af008560
GM
59272012-02-07 Glenn Morris <rgm@gnu.org>
5928
60d47423
GM
5929 * emacs-lisp/easy-mmode.el (define-minor-mode):
5930 Doc fixes for the macro and the mode it defines.
5931
dd605cc4
GM
5932 * image.el (imagemagick-types-inhibit): Doc fix.
5933
af008560
GM
5934 * cus-start.el (imagemagick-render-type): Add it.
5935
5cc59a37
LI
59362012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5937
4d6769e1
JB
5938 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5939 Set the default at load time, too, so that `font-lock-fontify-buffer'
5940 can be called without setting up the entire mode first. This fixes
5941 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5942
9a6dd747
CY
59432012-02-06 Chong Yidong <cyd@gnu.org>
5944
2d16b285
CY
5945 * simple.el (list-processes--refresh): Delete exited processes
5946 (Bug#8094).
5947
171e9b6e
CY
5948 * comint.el (comint-next-prompt): next-single-char-property-change
5949 and prev-single-char-property-change never return nil (Bug#8657).
5950
9a6dd747
CY
5951 * custom.el (defcustom): Doc fix (Bug#9711).
5952
aa4589a7
CY
59532012-02-05 Chong Yidong <cyd@gnu.org>
5954
5c2a252f
CY
5955 * cus-edit.el (custom-variable-reset-backup): Quote the value
5956 before storing it in the customized-value property (Bug#6712).
4aab9006 5957 (custom-display): Add a customization type tag.
983b9602 5958 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5959
aa4589a7
CY
5960 * wid-edit.el (widget-field-value-get): New optional arg to
5961 suppress trailing whitespace truncation.
5962 (character): Use it (Bug#2689).
5963
1ff980ae
AS
59642012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5965
5966 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5967 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5968
03988c98
CY
59692012-02-05 Chong Yidong <cyd@gnu.org>
5970
eeb6cc88
CY
5971 * cus-edit.el (custom-variable-value-create): For mismatched
5972 types, show the current value (Bug#7600).
5973
03988c98
CY
5974 * custom.el (defcustom): Doc fix.
5975
f8cdeef0
GM
59762012-02-05 Glenn Morris <rgm@gnu.org>
5977
5978 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5979
0696d255
JB
59802012-02-05 Juanma Barranquero <lekktu@gmail.com>
5981
5982 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5983 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5984 (pp-last-sexp): Use `looking-at-p'.
5985
34c99998
GM
59862012-02-04 Glenn Morris <rgm@gnu.org>
5987
8f05da42
GM
5988 * files.el (revert-buffer):
5989 Doc fix (mention revert-buffer-in-progress-p).
5990
f160676e
GM
5991 * emacs-lisp/ert-x.el (ert-simulate-command):
5992 Check deferred-action-list (which is obsolete) is bound.
5993
c7291ad9
GM
5994 * subr.el (with-wrapper-hook): Doc fixes.
5995
34c99998
GM
5996 * simple.el (filter-buffer-substring-functions)
5997 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5998
6283a7d3
LL
59992012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6000
6001 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6002 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6003
e96e3013
LL
60042012-02-04 Leo Liu <sdl.web@gmail.com>
6005
6006 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6007
8ded50f2
GM
60082012-02-04 Glenn Morris <rgm@gnu.org>
6009
82ff1d13
GM
6010 * image.el (image-extension-data): Add obsolete alias.
6011
987a0a16
GM
6012 * isearch.el (isearch-update): Doc fix.
6013
ea32ef46
GM
6014 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6015
8ded50f2
GM
6016 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6017
eea14f31
GM
60182012-02-03 Glenn Morris <rgm@gnu.org>
6019
6020 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6021 (image-animate-timeout): Doc fix.
6022
6023 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6024
12f381b7
GM
60252012-02-02 Glenn Morris <rgm@gnu.org>
6026
953cebf5
GM
6027 * server.el (server-auth-dir): Doc fix.
6028 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6029
12f381b7
GM
6030 * subr.el (run-mode-hooks): Doc fix.
6031
953a8c3b
JL
60322012-02-02 Juri Linkov <juri@jurta.org>
6033
6034 * image-mode.el (image-toggle-display-image): Remove tautological
6035 `major-mode' from the `derived-mode-p' test.
6036
c5d3843c
KH
60372012-02-02 Kenichi Handa <handa@m17n.org>
6038
9f6e692e 6039 * composite.el (compose-region): Cancel previous change.
c5d3843c 6040
159462d4 60412012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6042
6043 * composite.el (compose-region, compose-string): Signal error for
6044 a null string component (Bug#6988).
6045
9f562668
CY
60462012-02-01 Chong Yidong <cyd@gnu.org>
6047
e2cef717
CY
6048 * view.el (view-buffer-other-window, view-buffer-other-frame):
6049 Handle special modes like view-buffer (Bug#10650).
6050 (view-buffer): Simplify.
6051
9f562668
CY
6052 * frame.el (set-frame-font): Tweak meaning of third argument.
6053
9f6e692e
JB
6054 * dynamic-setting.el (font-setting-change-default-font):
6055 Use set-frame-font (Bug#9982).
9f562668 6056
781acb9f
GM
60572012-02-01 Glenn Morris <rgm@gnu.org>
6058
6035be52
GM
6059 * progmodes/compile.el (compilation-internal-error-properties):
6060 Respect compilation-first-column in the "*compilation*" buffer.
6061
781acb9f
GM
6062 * emacs-lisp/easy-mmode.el (define-minor-mode):
6063 Relax :variable's test for a named function.
6064
abbceb00
AM
60652012-01-31 Alan Mackenzie <acm@muc.de>
6066
6067 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6068 off by one error.
6069
fce3fdeb
CY
60702012-01-31 Chong Yidong <cyd@gnu.org>
6071
6072 * frame.el (set-frame-font): New arg ALL-FRAMES.
6073
6074 * menu-bar.el (menu-set-font): Use set-frame-font.
6075
6076 * faces.el (face-spec-reset-face): Don't apply unspecified
6077 attribute values to the default face.
6078
47893581
JB
60792012-01-31 Juanma Barranquero <lekktu@gmail.com>
6080
6081 * progmodes/cwarn.el (cwarn): Remove dead link.
6082 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6083 Remove * from defcustom docstrings.
6084 (turn-on-cwarn-mode): Make obsolete.
6085 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6086 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6087
e58e988a
GM
60882012-01-31 Glenn Morris <rgm@gnu.org>
6089
60dc2671 6090 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6091 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6092 Allow named functions to be used as the cdr of :variable.
e58e988a 6093
7a3f511d
GM
60942012-01-30 Glenn Morris <rgm@gnu.org>
6095
6096 * emacs-lisp/authors.el (authors-fixed-entries):
6097 Remove reference to deleted file rnewspost.el.
6098
cb882333
JB
60992012-01-29 Juanma Barranquero <lekktu@gmail.com>
6100
6101 * window.el (window-with-parameter): Remove unused variable `windows'.
6102 (window--side-check): Remove unused variable `code'.
6103 (window--resize-siblings): Remove unused variable `first'.
6104 (adjust-window-trailing-edge): Remove unused variable `failed'.
6105 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6106 Use `let', not `let*'.
6107 (balance-windows-2): Remove unused variable `found'.
6108 (window--state-put-2): Remove unused variable `splits'.
6109 (window-state-put): Remove unused variable `selected'.
6110 (same-window-p): Use `string-match-p'.
6111 (display-buffer-assq-regexp): Remove unused variable `value'.
6112 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6113 Mark argument ALIST as ignored.
6114 (pop-to-buffer): Remove unused variable `old-window'.
6115
907201af
EZ
61162012-01-29 Eli Zaretskii <eliz@gnu.org>
6117
6118 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6119 and .lzma compressed files.
6120
ea162670
CY
61212012-01-29 Chong Yidong <cyd@gnu.org>
6122
5b95ee8a
CY
6123 * frame.el (window-system-default-frame-alist): Doc fix.
6124
ea162670
CY
6125 * dynamic-setting.el (font-setting-change-default-font): Don't
6126 change the default face if SET-FONT argument is non-nil (Bug#9982).
6127
d6e6f4b1
SB
61282012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6129
6130 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6131
0f29fa41 61322012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6133
6134 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6135 breakpoints in files outside current directory (Bug#6098).
6136
db174434
CY
61372012-01-29 Chong Yidong <cyd@gnu.org>
6138
6b25e4e2
SE
6139 * progmodes/python.el: Require ansi-color at top-level.
6140
6df6ae42
JB
6141 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6142 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6143 (lisp-mode-abbrev-table): Add doc.
6144 (lisp-mode-variables): Don't set local-abbrev-table.
6145 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6146
e70ee681
RW
61472012-01-28 Roland Winkler <winkler@gnu.org>
6148
6149 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6150
ace88aa2
RW
61512012-01-28 Roland Winkler <winkler@gnu.org>
6152
6153 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6154 (bibtex-set-dialect): Use it. Either set global values of
6155 dialect-dependent variables or bind these variables buffer-locally
6156 (Bug#10254).
6157 (bibtex-mode): Call bibtex-set-dialect via
6158 hack-local-variables-hook.
eb864a71
LM
6159 (bibtex-dialect): Update docstring.
6160 Add safe-local-variable predicate.
ace88aa2
RW
6161 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6162 bibtex-set-dialect.
6163 (bibtex-mode-map): Define menu for each dialect.
6164 (bibtex-entry): Fix docstring.
6165
93376c5b
CY
61662012-01-28 Chong Yidong <cyd@gnu.org>
6167
6168 * eshell/esh-arg.el (eshell-quote-argument): New function.
6169
6170 * eshell/esh-ext.el (eshell-invoke-batch-file):
6171 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6172 first arg to eshell-parse-command (Bug#10523).
6173
4372494f
DA
61742012-01-28 Drew Adams <drew.adams@oracle.com>
6175
6176 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6177 `default-directory' is non-nil.
6178
4d4ec1f8
EZ
61792012-01-28 Eli Zaretskii <eliz@gnu.org>
6180
6181 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6182 line that displays system-configuration-options. (Bug#9924)
6183
7c188927
DA
61842012-01-28 Drew Adams <drew.adams@oracle.com>
6185
6186 * descr-text.el (describe-char): Show information about POS, in
6187 addition to information about the character at POS. Improve and
6188 update the doc string. Change "code point" to "code point in
6189 charset", to avoid confusion with the character's Unicode code
6190 point shown above that. (Bug#10129)
6191
e0da685a
EZ
61922012-01-28 Eli Zaretskii <eliz@gnu.org>
6193
6194 * descr-text.el (describe-char): Show the raw character, not only
6195 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6196 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6197 for the reasons.
6198
70550acf
PH
61992012-01-28 Phil Hagelberg <phil@hagelb.org>
6200
eb864a71
LM
6201 * emacs-lisp/package.el (package-install):
6202 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6203
0ce8e868
CY
62042012-01-28 Chong Yidong <cyd@gnu.org>
6205
cb882333
JB
6206 * emacs-lisp/package.el (package-maybe-load-descriptor):
6207 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6208 (package-maybe-load-descriptor): Use it.
6209 (package-download-transaction): Fully load required packages
6210 inside the loop, so that `require' calls work (Bug#10593).
6211 (package-install): No need to call package-initialize now.
6212
2e7f3bea
CY
62132012-01-28 Chong Yidong <cyd@gnu.org>
6214
6e9bad14
CY
6215 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6216
f823b8ca
CY
6217 * tooltip.el (tooltip-mode): Doc fix.
6218 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6219
2680c309
CY
6220 * frame.el (set-cursor-color): Doc fix (Bug#352).
6221
d7a9e63b
CY
6222 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6223 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6224
2e7f3bea
CY
6225 * cus-edit.el (custom-buffer-create-internal): Fix search button
6226 action (Bug#10542).
2ae01800 6227 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6228
fc4f7a23
EW
62292012-01-27 Eduard Wiebe <usenet@pusto.de>
6230
6231 * dired.el (dired-mark-files-regexp):
6232 Include any subdirectory components. (Bug#10445)
6233
7dd37071
ML
62342012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6235
6236 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6237 Handle [host]:port syntax. (Bug#10533)
6238
a268160b
AH
62392012-01-27 Alex Harsanyi <harsanyi@mac.com>
6240
6241 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6242
e43273ef
GM
62432012-01-26 Glenn Morris <rgm@gnu.org>
6244
6245 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6246 * term.el (term-raw-escape-map): Use Control-X-prefix.
6247 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6248
1edf595d
MR
62492012-01-25 Martin Rudalics <rudalics@gmx.at>
6250
6251 * window.el (window-state-get, window--state-get-1): Don't deal
6252 with fixed-sizeness of windows. Simplify code.
6253
fa8eafef
JC
62542012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6255
6df6ae42
JB
6256 * window.el (window--state-get-1, window--state-put-2):
6257 Don't save and restore the mark.
fa8eafef 6258
0b21c100
CY
62592012-01-25 Chong Yidong <cyd@gnu.org>
6260
6261 * custom.el (custom-variable-p): Doc fix.
6262
5ae1a6c8
GM
62632012-01-25 Glenn Morris <rgm@gnu.org>
6264
40047858
GM
6265 * dired.el (dired-goto-file): Handle some of the more common
6266 characters that `ls -b' escapes. (Bug#10596)
6267
5ddce96c
GM
6268 * progmodes/compile.el (compilation-next-error-function):
6269 Respect compilation-first-column in the "*compilation*" buffer.
6270 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6271
5ae1a6c8
GM
6272 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6273
b559f1a9
GM
62742012-01-24 Glenn Morris <rgm@gnu.org>
6275
6276 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6277
6725d21a
JD
62782012-01-24 Julien Danjou <julien@danjou.info>
6279
6280 * color.el (color-rgb-to-hsl): Fix value computing.
6281 (color-hue-to-rgb): New function.
6282 (color-hsl-to-rgb): New function.
6283 (color-clamp, color-saturate-hsl, color-saturate-name)
6284 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6285 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6286
70df4bbe
GM
62872012-01-24 Glenn Morris <rgm@gnu.org>
6288
6289 * vc/vc-rcs.el (vc-rcs-create-tag):
6290 * vc/vc-sccs.el (vc-sccs-create-tag):
6291 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6292
802a2ae2
ML
62932012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6294
6295 * eshell/esh-util.el (eshell-read-hosts-file):
6296 Skip comment lines. (Bug#10549)
6297
d7128bb1
ML
6298 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6299
d1a5c3b4
JB
63002012-01-23 Juanma Barranquero <lekktu@gmail.com>
6301
2724d9c7
JB
6302 * subr.el (display-delayed-warnings): Doc fix.
6303 (collapse-delayed-warnings): New function to collapse identical
6304 adjacent warnings.
6305 (delayed-warnings-hook): Add it.
d1a5c3b4 6306
a5509865
MA
63072012-01-22 Michael Albinus <michael.albinus@gmx.de>
6308
6309 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6310
a5509865
MA
6311 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6312 (tramp-default-user-alist): Don't add "pscp".
6313 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6314 property "login-as", if set. (Bug#10530)
6315
cc6d5805
MA
63162012-01-21 Michael Albinus <michael.albinus@gmx.de>
6317
6318 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6319 "plink1" and "psftp". (Bug#10530)
6320
63212012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6322
6323 * international/mule-cmds.el (prefer-coding-system): Show a
6324 warning message if the default value of file-name-coding-system
6325 was not changed.
6326
f0960428
JC
63272012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6328
cb882333
JB
6329 * windmove.el (windmove-reference-loc):
6330 Fix windmove-reference-loc miscalculation.
f0960428 6331
dd6f2a63
JB
63322012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6333
6334 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6335 default unit.
6336
7b447e9b
GM
63372012-01-21 Glenn Morris <rgm@gnu.org>
6338
117a9ea1
GM
6339 * international/mule.el (auto-coding-alist): Add .tbz.
6340
7b447e9b
GM
6341 * files.el (local-enable-local-variables): Doc fix.
6342 (inhibit-local-variables-regexps): Rename from
6343 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6344 Doc fix. Add some extensions from auto-coding-alist.
6345 (inhibit-local-variables-suffixes):
6346 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6347 (inhibit-local-variables-p):
6348 New function, extracted from set-auto-mode-1.
6349 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6350 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6351 (hack-local-variables): Doc fix. Make the mode-only case
6352 respect enable-local-variables and friends.
6353 Respect inhibit-local-variables-regexps for file-locals, but
6354 not for directory-locals.
6355 (set-visited-file-name):
6356 Take account of inhibit-local-variables-regexps.
6357 Whether it applies may change as the file name is changed.
6358 * jka-cmpr-hook.el (jka-compr-install):
6359 * jka-compr.el (jka-compr-uninstall):
6360 Update for inhibit-first-line-modes-suffixes name change.
6361
dd6e3cdd
MR
63622012-01-20 Martin Rudalics <rudalics@gmx.at>
6363
6364 * help-macro.el (make-help-screen): Temporarily restore original
6365 binding for minor-mode-map-alist (Bug#10454).
6366
0d0deb38
JD
63672012-01-19 Julien Danjou <julien@danjou.info>
6368
6369 * color.el (color-name-to-rgb): Use the white color to find the max
6370 color component value and return correctly computed values.
6371 (color-name-to-rgb): Add missing float conversion for max value.
6372
34a02f46
MR
63732012-01-19 Martin Rudalics <rudalics@gmx.at>
6374
6375 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6376 special state value for window-persistent-parameters.
6377 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6378 (window--state-put-2): Reset all window parameters to nil before
6379 assigning values of persistent parameters.
6380
606c44c4
AM
63812012-01-18 Alan Mackenzie <acm@muc.de>
6382
6383 Eliminate sluggishness and hangs in fontification of "semicolon
6384 deserts".
6385
cb882333
JB
6386 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6387 Change value 10000 -> 3000.
606c44c4
AM
6388 (c-state-safe-place): Reformulate so it doesn't stack up an
6389 infinite number of wrong entries in c-state-nonlit-pos-cache.
6390 (c-determine-limit-get-base, c-determine-limit): New functions to
6391 determine backward search limits disregarding literals.
6392 (c-find-decl-spots): Amend commenting.
6393 (c-cheap-inside-bracelist-p): New function which detects "={".
6394
6395 * progmodes/cc-fonts.el
6396 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6397 backward search.
6398 (c-font-lock-declarations): Fix an occurrence of point being
6399 undefined. Check additionally for point being in a bracelist or
6400 near a macro invocation without a semicolon so as to avoid a
6401 fruitless time consuming search for a declarator. Give a more
6402 precise search limit for declarators using the new
6403 c-determine-limit.
6404
f3860cea
GM
64052012-01-18 Glenn Morris <rgm@gnu.org>
6406
6407 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6408 (set-auto-mode): Doc fixes.
6409
1db03b16
GM
64102012-01-17 Glenn Morris <rgm@gnu.org>
6411
0e6038be
GM
6412 * isearch.el (search-nonincremental-instead): Fix doc typo.
6413
1db03b16
GM
6414 * dired.el (dired-insert-directory): Handle newlines in directory name.
6415 (dired-build-subdir-alist): Unescape newlines in directory name.
6416
4cb0aa75
MA
64172012-01-17 Michael Albinus <michael.albinus@gmx.de>
6418
6419 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6420 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6421 (tramp-action-terminal): Use it. (Bug#10530)
6422
1d00653d
SM
64232012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6426
6a6ee00d
MR
64272012-01-16 Martin Rudalics <rudalics@gmx.at>
6428
6429 * window.el (window-state-ignored-parameters): Remove variable.
6430 (window--state-get-1): Rename argument MARKERS to IGNORE.
6431 Handle persistent window parameters. Make copy of clone-of
6432 parameter only if requested. (Bug#10348)
6433 (window--state-put-2): Install a window parameter only if it has
6434 a non-nil value or an existing parameter shall be overwritten.
6435
97912def
MA
64362012-01-15 Michael Albinus <michael.albinus@gmx.de>
6437
6438 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6439
688070a5
EZ
64402012-01-14 Eli Zaretskii <eliz@gnu.org>
6441
6442 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6443 don't pass the (nil) value of `upnode' to string-match.
6444
301afadc
CY
64452012-01-14 Chong Yidong <cyd@gnu.org>
6446
6447 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6448 Fix values recognized by the cursorBlink resource.
301afadc 6449
9e5788aa
PE
64502012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6451
6452 * epg.el (epg--make-temp-file): Avoid permission race condition
6453 when running on old Emacs versions (bug#10403).
6454
3cdb7f5a
GM
64552012-01-14 Glenn Morris <rgm@gnu.org>
6456
6457 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6458
8c82b1b4
AM
64592012-01-13 Alan Mackenzie <acm@muc.de>
6460
6461 Fix filling for when filladapt mode is enabled.
6462
6463 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6464 c-mask-paragraph, pass in `fill-paragraph' rather than
6465 `fill-region-as-paragraph'. (This is a reversion of a previous
6466 change.)
eb864a71
LM
6467 * progmodes/cc-mode.el (c-basic-common-init):
6468 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6469
e517eda4
GM
64702012-01-13 Glenn Morris <rgm@gnu.org>
6471
1498536e
GM
6472 * dired.el (dired-switches-escape-p): New function.
6473 (dired-insert-directory): Use dired-switches-escape-p.
6474 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6475
e517eda4
GM
6476 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6477
328f984d
GM
64782012-01-12 Glenn Morris <rgm@gnu.org>
6479
6480 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6481 changes in adaptive-fill-regexp. (Bug#10276)
6482
2cc769a8
AM
64832012-01-11 Alan Mackenzie <acm@muc.de>
6484
6485 Fix Emacs bug #10463 - put `widen's around the critical spots.
6486
1d00653d 6487 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6488 widen around each invocation of c-state-pp-to-literal. Remove an
6489 unused let variable.
6490
e52c37fa
GM
64912012-01-11 Glenn Morris <rgm@gnu.org>
6492
6493 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6494 Doc fix.
e52c37fa 6495
96f8741e
CY
64962012-01-10 Chong Yidong <cyd@gnu.org>
6497
1d00653d
SM
6498 * net/network-stream.el (network-stream-open-starttls):
6499 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6500 response to the capability command.
6501
b09a806e
GM
65022012-01-10 Glenn Morris <rgm@gnu.org>
6503
6504 * mail/unrmail.el (unrmail): Tweak previous change.
6505
7655cb66
CY
65062012-01-09 Chong Yidong <cyd@gnu.org>
6507
6508 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6509
9d5a8f0b
AM
65102012-01-08 Alan Mackenzie <acm@muc.de>
6511
6512 Optimise font locking in long enum definitions.
6513
6514 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6515 arm to a cond form to handle enums.
6516 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6517 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6518
9a0115ab 65192012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6520
6521 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6522 (Bug#10401)
6bb72cbd 6523
f186bb95
LMI
65242012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6525
29232a68
LMI
6526 * faces.el (set-face-attribute): Clarify the meaning of the nil
6527 frame (bug#10294).
6528
4e5d086d
LMI
6529 * subr.el (with-selected-frame): Mention that the selected frame
6530 is restored (bug#9980).
6531
8e66aebe
LMI
6532 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6533 (bug#9759).
6534
cd394be1 6535 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6536 (password-read): Don't autoload unused function.
6537
adf4e762
JB
65382012-01-07 Juanma Barranquero <lekktu@gmail.com>
6539
6540 * progmodes/which-func.el (which-func-mode): Turn into a
6541 non-interactive function and mark as obsolete (bug#10428).
6542
89bd9ccd
CY
65432012-01-06 Chong Yidong <cyd@gnu.org>
6544
6545 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6546 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6547 functions, along with 1 and -1.
6548
4afee9d5
EZ
65492012-01-06 Eli Zaretskii <eliz@gnu.org>
6550
6551 * time.el (display-time-load-average)
6552 (display-time-default-load-average): Doc fixes. See the thread
6553 starting at
6554 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6555 for the details.
6556
536aea70
GM
65572012-01-06 Glenn Morris <rgm@gnu.org>
6558
665ae865
GM
6559 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6560 has no messages. (Bug#10377)
6561
c869783d
GM
6562 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6563 than Info-edit. (Bug#10385)
6564
2bb4227e
GM
6565 * time.el (display-time-load-average, display-time-next-load-average):
6566 Doc fixes.
6567
7d5944b9
GM
6568 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6569 local setting of buffer-read-only to the input buffer. (Bug#10419)
6570
536aea70
GM
6571 * calendar/calendar.el (calendar-mode):
6572 Locally set scroll-margin to 0. (Bug#10379)
6573
7dccca16
UM
65742012-01-06 Ulrich Mueller <ulm@gentoo.org>
6575
6576 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6577
afbb7930
GM
65782012-01-05 Glenn Morris <rgm@gnu.org>
6579
6580 * eshell/em-unix.el (diff-no-select): Autoload it.
6581 (eshell/diff): Use diff-no-select. (Bug#10420)
6582
04482335
CY
65832012-01-05 Chong Yidong <cyd@gnu.org>
6584
7baca3bc
CY
6585 * shell.el (shell-dynamic-complete-functions): Revert last change.
6586 (shell-command-completion-function): New function.
6587 (shell-completion-vars): Use it to implement
6588 shell-completion-execonly (Bug#10417).
6589
04482335
CY
6590 * custom.el (enable-theme): Don't set custom-safe-themes.
6591
1d00653d
SM
6592 * cus-theme.el (custom-theme-merge-theme):
6593 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6594
bb5aa5d6
MM
65952012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6596
6597 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6598 first prompt in `sql-interacive-mode'.
6599 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6600 keywords.
6df6ae42 6601 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6602 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6603 context of original buffer. Invoke `sql-login-hook'.
6604
a7183d7c
EZ
66052012-01-04 Eli Zaretskii <eliz@gnu.org>
6606
6607 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6608 letters in cite-prefix.
6609
a1eacd1e
LMI
66102012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6611
6612 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6613
787cdb34
CY
66142012-01-03 Chong Yidong <cyd@gnu.org>
6615
1d00653d
SM
6616 * shell.el (shell-dynamic-complete-functions):
6617 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6618 comint-filename-completion first (Bug#10417).
6619
30710442
RS
66202012-01-02 Richard Stallman <rms@gnu.org>
6621
6622 * battery.el (battery-status-function):
6623 Detect when to use battery-yeeloong-sysfs.
6624 (battery-echo-area-format): Add string for Yeeloong.
6625 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6626 (battery-yeeloong-sysfs): New function.
6627
f75bfc33
CY
66282012-01-02 Chong Yidong <cyd@gnu.org>
6629
6630 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6631 (dirtrack): Merge code for handling relative filenames in prompt
6632 from shell-dir-cookie-watcher.
6633 (dirtrack-debug-message): New arg to avoid excess format calls.
6634
6635 * shell.el (shell-dir-cookie-re): Variable deleted.
6636 (shell-dir-cookie-watcher): Function deleted.
6637 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6638 with dirtrack-mode.
6639
651e947e
EZ
66402012-01-01 Eli Zaretskii <eliz@gnu.org>
6641
1d00653d
SM
6642 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6643 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6644 libgnutls-26.dll.
6645
94d4c7dc
AS
66462011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6647
6648 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6649
8d43f3cd
EZ
66502011-12-31 Eli Zaretskii <eliz@gnu.org>
6651
6652 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6653 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6654
98c8795a
MA
66552011-12-29 Michael Albinus <michael.albinus@gmx.de>
6656
6657 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6658 also for alternative shells.
6659 (tramp-open-connection-setup-interactive-shell): Check, whether
6660 the shell is a busybox.
6661 (tramp-send-command): Don't suppress multiple prompts for
6662 busyboxes, it hurts.
6663
51281b32
CY
66642011-12-28 Chong Yidong <cyd@gnu.org>
6665
6666 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6667 (gdb-get-source-file): Move mode line update to
6668 gdb-get-source-file (Bug#10087).
6669
2170cb53
CY
66702011-12-25 Chong Yidong <cyd@gnu.org>
6671
6672 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6673 gud-gdb-marker-filter without taking it as an argument.
6674 (gud-gdb-run-command-fetch-lines): Caller changed.
6675 (gud-gdb-completion-function): New variable.
6676 (gud-gdb-completion-at-point): Use it.
6677 (gud-gdb-completions-1): Split from gud-gdb-completions.
6678
6679 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6680 function as separate arguments.
6681 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6682 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6683 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6684 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6685 (gdb-stopped, def-gdb-auto-update-trigger)
6686 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6687 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6688 Callers changed.
2170cb53
CY
6689 (gud-gdbmi-completions): New function.
6690 (gdb): Use it for generating the completion table.
6691
be8b11bb
AM
66922011-12-24 Alan Mackenzie <acm@muc.de>
6693
6694 Introduce a mechanism to widen the region used in context font
1d00653d 6695 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6696
1d00653d
SM
6697 * progmodes/cc-langs.el (c-before-font-lock-functions):
6698 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6699 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6700 functions to be run just before context (etc.) font locking.
6701
6702 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6703 New, functionality extracted from
be8b11bb 6704 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6705 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6706 (c-after-change): Set c-in-after-change-fontification.
6707 (c-set-fl-decl-start): Rejig its interface, so it can be called
6708 from both after-change and context fontifying.
b81d40f0
JB
6709 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6710 New functions.
6711 (c-standard-font-lock-fontify-region-function): New variable.
6712 (c-font-lock-fontify-region): New function.
be8b11bb 6713
341cf6ac
JL
67142011-12-24 Juri Linkov <juri@jurta.org>
6715
6716 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6717 (Bug#10348)
6718
bffcee0a
MA
67192011-12-23 Michael Albinus <michael.albinus@gmx.de>
6720
6721 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6722 existence of source file. (Bug#10325)
6723
cb5e207c
AM
67242011-12-23 Alan Mackenzie <acm@muc.de>
6725
6726 Fix unstable fontification inside templates.
6727
b81d40f0
JB
6728 * progmodes/cc-langs.el (c-before-font-lock-functions):
6729 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6730 additionally has c-set-fl-decl-start. The other languages (apart
6731 from AWK) have that as a single entry.
6732
b81d40f0
JB
6733 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6734 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6735 c-set-fl-decl-start.
6736
b81d40f0
JB
6737 * progmodes/cc-mode.el (c-common-init, c-after-change):
6738 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6739 (c-set-fl-decl-start): New function, extracted from
6740 c-font-lock-enclosing-decls and enhanced.
6741
60ff536c
JB
67422011-12-23 Juanma Barranquero <lekktu@gmail.com>
6743
6744 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6745
1c4757d6
JL
67462011-12-22 Juri Linkov <juri@jurta.org>
6747
6748 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6749
d031f2c7
CY
67502011-12-22 Chong Yidong <cyd@gnu.org>
6751
6752 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6753
bace743a
DA
67542011-12-21 Drew Adams <drew.adams@oracle.com>
6755
6756 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6757
728a1f2b
JC
67582011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6759
6760 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6761
0d373f73
TZ
67622011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6763
fec0aaa4
TZ
6764 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6765 highlighting and support. Fix up comments for capitalization.
6766 (cfengine-mode-debug): New var.
6767 (cfengine3-mode): Change the modeline indicator to "CFE3".
6768 (cfengine3-font-lock-keywords): Improve defun highlighting.
6769 (cfengine2-actions): Rename from `cfengine-actions'.
6770 (cfengine2-font-lock-keywords): Rename from
6771 `cfengine-font-lock-keywords'.
6772 (cfengine2-imenu-expression): Rename from
6773 `cfengine-imenu-expression'.
6774 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6775 (cfengine2-beginning-of-defun): Rename from
6776 `cfengine-beginning-of-defun'.
6777 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6778 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6779 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6780 modeline indicator to "CFE2".
6781 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6782 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6783
bc86f573
CY
67842011-12-21 Chong Yidong <cyd@gnu.org>
6785
6786 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6787 filename argument.
6788
d45ba96b
MR
67892011-12-20 Martin Rudalics <rudalics@gmx.at>
6790
6791 * window.el (window-normalize-buffer-to-display): Remove.
6792 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6793
a6198c90
CY
67942011-12-19 Chong Yidong <cyd@gnu.org>
6795
6796 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6797 Don't signal an error in a predicate function; return non-nil.
6798 (vc-dir-mark-file): Move the error here.
6799 (vc-dir-mark-unmark): If acting on the region, keep going if one
6800 of the entries cannot be marked/unmarked.
6801 (vc-dir-mark-all-files): If current entry is a directory, mark
6802 only child files, as documented.
6803
34c5fb55
VB
68042011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6805
6806 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6807 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6808 addition.
6809
c803b2b7
JD
68102011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6811
6812 * term/ns-win.el (ns-get-selection-internal)
6813 (ns-store-selection-internal): Declare.
1154d12e
JB
6814 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6815 Declare as obsolete.
6816 (ns-get-pasteboard, ns-paste-secondary):
6817 Use ns-get-selection-internal.
6818 (ns-set-pasteboard, ns-copy-including-secondary):
6819 Use ns-store-selection-internal.
c803b2b7 6820
9cff91f8 68212011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6822
6823 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6824 (vc-deduce-fileset): Doc fix.
99a289d9 6825
f16c898a
AS
68262011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6827
6828 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6829
763237c4
SS
68302011-12-13 Sam Steingold <sds@gnu.org>
6831
6832 * man.el (Man-getpage-in-background): When running under a
6833 window-system, ignore $MANWIDTH and $COLUMNS.
6834
5fc1c122
KH
68352011-12-15 Kenichi Handa <handa@m17n.org>
6836
6837 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6838 (setup-ethiopic-environment-internal): Comment out key-binding for
6839 ethio-toggle-punctuation.
6840
13d49cbb
AM
68412011-12-13 Alan Mackenzie <acm@muc.de>
6842
898169a2
AM
6843 Add the switch statement to AWK Mode.
6844
7a71b18d 6845 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6846 "default" to the keywords regexp.
6847
7a71b18d 6848 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6849 expression as the rest.
1d00653d
SM
6850 (c-nonlabel-token-key): Allow string literals for AWK.
6851 Refactor for the other modes.
898169a2 6852
13d49cbb 6853 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6854 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6855 routines. Limit backward searching in c-font-lock-enclosing.decl.
6856
6857 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6858 pp-state and literal type in addition to the limits.
1d00653d 6859 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6860 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6861 (c-slow-in-literal, c-fast-in-literal): Remove.
6862 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6863
6864 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6865 being in a literal. Add a limit for backward searching.
6866
6867 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6868 c-slow-in-literal.
6869
15e0efc7
SM
68702011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6873
454592a6
MR
68742011-12-13 Martin Rudalics <rudalics@gmx.at>
6875
6876 * window.el (delete-other-windows): Use correct frame in call to
6877 window-with-parameter.
6878
87393f26
DP
68792011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6880
6881 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6882 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6883 (makefile-gmake-statements, makefile-makepp-statements):
6884 Use it and add new makepp keywords.
6885 (makefile-makepp-font-lock-keywords): Add new patterns.
6886 (makefile-match-function-end): Match new [...] and [[...]].
6887
11636b22
JB
68882011-12-11 Juanma Barranquero <lekktu@gmail.com>
6889
6890 * ses.el (ses-call-printer-return, ses-cell-property-get)
6891 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6892 (ses-create-cell-variable, ses-reset-header-string)
6893 (ses-cell-set-formula, ses-repair-cell-reference-all)
6894 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6895 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6896 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6897 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6898 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6899 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6900 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6901 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6902 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6903 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6904 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6905 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6906
cf018193
VB
69072011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6908
6909 * ses.el: The overall change is to add cell renaming, that is
6910 setting fancy names for cell symbols other than name matching
6911 "\\`[A-Z]+[0-9]+\\'" regexp .
6912 (ses-create-cell-variable): New defun.
6913 (ses-relocate-formula): Relocate formulas only for cells the
6914 symbols of which are not renamed, i.e. symbols whose names do not
6915 match regexp "\\`[A-Z]+[0-9]+\\'".
6916 (ses-relocate-all): Relocate values only for cells the symbols of
6917 which are not renamed.
6918 (ses-load): Create cells variables as the (ses-cell ...) are read,
6919 in order to check row col consistency with cell symbol name only
6920 for cells that are not renamed.
6921 (ses-replace-name-in-formula): New defun.
6922 (ses-rename-cell): New defun.
6923
ee957461
CY
69242011-12-11 Chong Yidong <cyd@gnu.org>
6925
6926 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6927 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6928
9a9e9ef0
MR
69292011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6930
6931 * window.el (other-window): Fix docstring.
6932
92a8eba5
EZ
69332011-12-10 Eli Zaretskii <eliz@gnu.org>
6934
6935 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6936 `from' or `to' address before taking its substring.
6937 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6938 encoded name is chopped in the middle of the encoded string, and
6939 thus displayed encoded.
6940
e152e577
JB
69412011-12-10 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6944
e5d84bfe
EZ
69452011-12-10 Eli Zaretskii <eliz@gnu.org>
6946
6947 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6948 to use texinfo-update-node and commands that call it if the
6949 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6950 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6951 (texinfo-all-menus-update, texinfo-master-menu)
6952 (texinfo-update-node, texinfo-every-node-update)
6953 (texinfo-multiple-files-update): Doc fix. Warn against updating
6954 all the @node lines.
6955 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6956 argument is numeric. Explain better in the doc string what the
6957 function really does.
6958 (texinfo-insert-master-menu-list): Improve the error message
6959 displayed if there's no menu in the Top node.
6960 (Bug#2975) See also this thread:
e5d84bfe
EZ
6961 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6962
1d84e9bb
MG
69632011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6964
6965 * speedbar.el (speedbar-supported-extension-expressions):
6966 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6967
382c953b
JB
69682011-12-09 Juanma Barranquero <lekktu@gmail.com>
6969
6970 * printing.el (pr-mode-alist):
6971 * simple.el (filter-buffer-substring-functions)
6972 (completion-list-insert-choice-function):
6973 * window.el (window-with-parameter, window-atom-root)
6974 (window-sides-slots, window-size-fixed, window-min-delta)
6975 (window-max-delta, window--resize-mini-window)
6976 (window--resize-child-windows-normal, window-tree)
6977 (delete-other-windows, quit-window, split-window)
6978 (display-buffer-record-window, special-display-buffer-names)
6979 (special-display-regexps, special-display-popup-frame)
6980 (same-window-p, split-window-sensibly)
6981 (display-buffer-overriding-action, display-buffer-alist)
6982 (display-buffer-base-action, display-buffer, switch-to-buffer)
6983 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6984 (fit-window-to-buffer, recenter-positions)
6985 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6986 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6987 and remove unneeded backslashes in docstrings.
6988
39c9faef
SM
69892011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6990
98449af8
SM
6991 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6992
39c9faef
SM
6993 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6994 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6995 end in ".mk".
6996 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6997 when reading the makefile (bug#10116).
6998
86ed9fdc
SM
69992011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7002 (bug#10116).
7003
5580f89d
GM
70042011-12-06 Glenn Morris <rgm@gnu.org>
7005
7006 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7007
28d3917c
CY
70082011-12-06 Chong Yidong <cyd@gnu.org>
7009
7010 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7011
a98edce9
JB
70122011-12-06 Juanma Barranquero <lekktu@gmail.com>
7013
7014 * textmodes/table.el (table-shorten-cell): Fix typo.
7015
e65adfac
CG
70162011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7017
7018 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7019
71cc0b74
EZ
70202011-12-05 Eli Zaretskii <eliz@gnu.org>
7021
7022 * descr-text.el (describe-char): Fix display of strong
7023 right-to-left characters and directional embeddings and overrides.
7024
7025 * simple.el (what-cursor-position): Fix display of codepoints of
7026 strong right-to-left characters.
7027
315bc30d
CY
70282011-12-05 Chong Yidong <cyd@gnu.org>
7029
7030 * faces.el (read-color): Doc fix.
7031
58a70b94
GM
70322011-12-05 Glenn Morris <rgm@gnu.org>
7033
7034 * align.el (align--set-marker): Add doc-string.
7035 Don't try to move something that is not a marker. (Bug#10216)
7036
5158face
GM
70372011-12-04 Glenn Morris <rgm@gnu.org>
7038
7039 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7040 overly zealous deletion of trailing whitespace.
7041
520fca41
JB
70422011-12-04 Juanma Barranquero <lekktu@gmail.com>
7043
7044 * server.el (server-delete-client): On Windows, do not try to delete
7045 the only terminal.
7046 (server-process-filter): On Windows, treat requests for a tty frame as
7047 if they were for a GUI frame if the running server is in GUI mode.
7048
5e605a2e
GM
70492011-12-03 Glenn Morris <rgm@gnu.org>
7050
7051 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7052
5c3fe83f
SM
70532011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7054
6f5e57e7
SM
7055 * electric.el: Streamline electric-indent's hook.
7056 (electric-indent-chars): Revert to simple list.
7057 (electric-indent-functions): New var.
7058 (electric-indent-post-self-insert-function): Use it.
7059
5c3fe83f
SM
7060 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7061 there's no inferior buffer (bug#10196).
7062 (prolog-consult-compile): Don't use toggle-read-only.
7063
6bdac736
MA
70642011-12-02 Michael Albinus <michael.albinus@gmx.de>
7065
7066 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7067 interrupt. (Bug#10187)
7068
6131ba7f
SM
70692011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7070
99c79fee
SM
7071 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7072 (bug#9160).
7073
6131ba7f
SM
7074 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7075 (bug#10191).
7076
cb0a02ea
JL
70772011-12-02 Juri Linkov <juri@jurta.org>
7078
7079 * info.el (Info-search): Display "end of manual" when Isearch
7080 reaches the end of single-file Info manual. (Bug#9918)
7081
66e0570c
EZ
70822011-12-02 Eli Zaretskii <eliz@gnu.org>
7083
7084 * isearch.el (isearch-message-prefix): Run the input method part
7085 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7086
02b16839
JL
70872011-12-02 Juri Linkov <juri@jurta.org>
7088
7089 * isearch.el (isearch-occur): Use `word-search-regexp' for
7090 `isearch-word'.
7091 (isearch-search-and-update): Add condition for `isearch-word' and
7092 call `word-search-regexp'. (Bug#10145)
7093
0b950688
GM
70942011-12-01 Glenn Morris <rgm@gnu.org>
7095
7096 * eshell/em-hist.el (eshell-hist-initialize):
7097 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7098 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7099
9505c3c7
SM
71002011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7103
1bbe96b2 71042011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7105
a1beca85
SM
7106 * progmodes/verilog-mode.el (verilog-pretty-expr):
7107 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7108 verilog, such as += *= and the like.
7109 (verilog-assignment-operator-re): Regular expression to find the
7110 assigment operator in a verilog assignment.
7111 (verilog-assignment-operation-re): Regular expression to find an
7112 assignment statement for pretty-expr.
7113 (verilog-in-attribute-p): Query returns true if point is in an
7114 attribute context; used to skip these for expression line up from
7115 pretty-expr.
7116 (verilog-in-parameter-p): Query returns true if point is in an
7117 parameter definition context; used to skip these for expression
7118 line up from pretty-expr.
7119 (verilog-in-parenthesis-p): Query returns true if point is in a
7120 parenthetical expression, specifically ( ) but not [ ] or { };
7121 used by pretty-expr.
7122 (verilog-just-one-space): If there is no space, don't add one.
7123 (verilog-get-lineup-indent-2): Specifically skip just attribute
7124 contexts for expression lineup, rather than skipping all
7125 parenthetical expressions.
7126 (verilog-calculate-indent): Fix comment, and fix indent.
7127 (verilog-do-indent): Indent declarations in lists (suggested by
7128 Joachim Lechner).
7129 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7130 skeleton items.
7131 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7132 by Alain Mellan).
7133
1bbe96b2 71342011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7135
7136 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7137 parameters with embedded comments. Reported by Ray Stevens.
7138 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7139 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7140 Reported by Tim Holt.
7141 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7142 instantiated by upper module causing wrong expansion until AUTOed a
7143 second time. Reported by K C Buckenmaier.
7144 (verilog-diff-auto): Fix showing .* as a difference when
7145 `verilog-auto-star-save' off. Reported by Dan Dever.
7146 (verilog-auto-reset, verilog-read-always-signals)
7147 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7148 temporary signals in reset list if
7149 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7150 style to each signal's assignment type, bug381.
7151 Reported by Thomas Esposito.
6288f0ca
WS
7152 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7153 (verilog-uvm-statement-re): Support UVM indentation and
7154 highlighting, with old OVM keywords only.
a1beca85 7155 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7156 Support AUTOTIEOFF creating non-wire data types.
7157 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7158 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7159 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7160 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7161 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7162 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7163 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7164 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7165 non-numeric vector width. Reported by Alex Reed.
7166 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7167 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7168 (verilog-auto-delete-trailing-whitespace):
7169 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7170 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7171 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7172 Fix verilog-scan-cache corruption when running user AUTO expansion
7173 hooks that call indentation routines.
7174 (verilog-simplify-range-expression): Fix typo ignoring lower case
7175 identifiers.
7176 (verilog-delete-auto): Fix delete-autos to also remove user created
7177 automatics, as long as they start with AUTO.
7178 (verilog-batch-diff-auto, verilog-diff-auto)
7179 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7180 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7181 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7182 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7183 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7184 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7185 is disabled and its cache will get corrupt, causing AUTOS not to
7186 expand. Instead use only -quick functions.
7187 (verilog-scan-region): Fix scanning over escaped quotes.
7188 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7189 (verilog-re-search-backward-quick)
7190 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7191 related functions now ignore strings, to fix misparsing of strings
7192 with magic comments embedded in them.
a1beca85
SM
7193 (verilog-read-auto-template):
7194 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7195 Reported by Brad Dobbie.
7196 (verilog-read-auto-template):
7197 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7198 Reported by Brad Dobbie.
6288f0ca
WS
7199 (verilog-auto-inst, verilog-auto-inst-param)
7200 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7201 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7202 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7203 debugging templates without merge conflicts, bug357.
7204 Reported by Brad Dobbie.
7205 (verilog-read-auto-template):
7206 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7207 Reported by Brad Dobbie.
7208 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7209 abbrevs so user won't be asked to save.
7210 (verilog-read-auto-lisp-present): Fix to start at beginning of
7211 buffer in case called outside of verilog-auto.
7212 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7213 to "X-2". Reported by Matthew Myers.
7214 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7215 all inputs from module templates. Reported by Leith Johnson.
7216 (verilog-module-inside-filename-p): Fix locating programs as with
7217 modules.
7218 (verilog-auto-inst-port): Fix vl-width expressions when using
7219 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7220 (verilog-decls-get-regs, verilog-decls-get-signals,
7221 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7222 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7223 verilog-read-decls): Combine reg and wire structures into one var
7224 structure to represent SystemVerilog concepts.
7225 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7226 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7227 (verilog-auto-wire-type, verilog-insert-definition):
7228 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7229 SystemVerilog "logic" keyword instead of "wire"/"reg".
7230 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7231 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7232 ifdef or generate if so there's not a driver conflict).
7233 Reported by Matthew Myers.
7234 (verilog-auto-declare-nettype, verilog-insert-definition):
7235 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7236 `default_nettype none. Reported by Julian Gorfajn.
7237 (verilog-read-always-signals-recurse, verilog-read-decls)
7238 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7239 malformed end statement, bug325. Reported by Joshua Wise and
7240 Andrew Drake.
7241 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7242 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7243 when expanding .* in interfaces, bug320.
7244 Reported by Pierre-David Pfister.
6288f0ca 7245 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7246 name and open parenthesis, bug317.
7247 Reported by Pierre-David Pfister.
6288f0ca
WS
7248 (verilog-simplify-range-expression): Fix simplification of
7249 multiplications inside AUTOWIRE connections, bug303.
7250 (verilog-auto-inst-port): Support parameter expansion in
7251 multidimensional arrays.
7252 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7253 after "assert property". Reported by Julian Gorfajn.
7254 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7255 with multiplication, bug303.
7256 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7257 Reported by Jan Frode Lonnum.
7258
1bbe96b2
GM
72592011-11-30 Juanma Barranquero <lekktu@gmail.com>
7260
7261 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7262 (hfy-shell-file-name, hfy-shell):
7263 * international/fontset.el (x-decompose-font-name): Fix typos.
7264
72652011-11-29 Ken Brown <kbrown@cornell.edu>
7266
7267 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7268 (gdb-version): Remove defvar.
7269 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7270 (gdb-gud-context-command, gdb-non-stop-handler)
7271 (gdb-current-context-command, gdb-stopped): Use it.
7272 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7273 (gdb-non-stop-handler): Don't enable pretty-printing here.
7274 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7275 non-stop mode. Use the following.
7276 (gdb-check-target-async): New defun.
7277 (gud-watch, gdb-stopped): Fix whitespace.
7278 (gdb-get-source-file): Don't try to display the source file if
7279 `gdb-main-file' is nil.
7280
72812011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * align.el: Try to generate fewer markers (bug#10047).
7284 (align--set-marker): New macro.
7285 (align-region): Use it.
7286
c935221f
SM
72872011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7290
e70b5064
CY
72912011-11-29 Chong Yidong <cyd@gnu.org>
7292
7293 * indent.el (indent-for-tab-command, indent-according-to-mode):
7294 Doc fix.
7295 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7296
f3af92b7
MA
72972011-11-29 Michael Albinus <michael.albinus@gmx.de>
7298
7299 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7300 aware of remote file names. (Bug#10124)
7301
ed472be9
CY
73022011-11-29 Chong Yidong <cyd@gnu.org>
7303
7304 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7305
24510c22
SM
73062011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * files.el (find-file): Don't use force-same-window (bug#10144).
7309 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7310 use pop-to-buffer if the selected window can't be used.
7311 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7312
c60c3703
EZ
73132011-11-28 Eli Zaretskii <eliz@gnu.org>
7314
7315 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7316 special-mode-map.
7317
e95def75
CY
73182011-11-28 Chong Yidong <cyd@gnu.org>
7319
7320 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7321
c3f1c606
NR
73222011-11-27 Nick Roberts <nickrob@snap.net.nz>
7323
7324 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7325 gdb-get-source-file-list on gdb-create-source-file-list.
7326
00db469c
EZ
73272011-11-26 Eli Zaretskii <eliz@gnu.org>
7328
7329 * whitespace.el (whitespace-newline): Use a different foreground
7330 color for 16-color light-background displays.
7331
4ad3bc2a
CY
73322011-11-24 Chong Yidong <cyd@gnu.org>
7333
7334 * window.el (display-buffer--special-action): Doc fix.
7335
e9fce1ac
JB
73362011-11-25 Juanma Barranquero <lekktu@gmail.com>
7337
7338 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7339 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7340 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7341 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7342 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7343 (avl-tree-stack-first):
7344 * emacs-lisp/cconv.el (cconv--analyse-use):
7345 * net/gnutls.el (gnutls-negotiate): Fix typos.
7346
cb825e5d
GM
73472011-11-24 Glenn Morris <rgm@gnu.org>
7348
3adbe224
GM
7349 * lpr.el (lpr-windows-system, lpr-lp-system):
7350 * mail/binhex.el (binhex-begin-line):
7351 * progmodes/grep.el (grep-history, grep-find-history):
7352 * textmodes/flyspell.el:
7353 * vc/pcvs-defs.el (cvs-global-menu):
7354 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7355 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7356 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7357
321decc8
GM
7358 * net/tls.el: Fix case of "GnuTLS".
7359
420b63ad
GM
7360 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7361
cb825e5d
GM
7362 * version.el (emacs-build-system): Give it a doc-string.
7363
a0649f08
JL
73642011-11-24 Juri Linkov <juri@jurta.org>
7365
7366 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7367
c0bc0fd4
GM
73682011-11-24 Glenn Morris <rgm@gnu.org>
7369
7370 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7371 if called on a non-mime message just toggle the headers. (Bug#8006)
7372
20db1522
JB
73732011-11-24 Juanma Barranquero <lekktu@gmail.com>
7374
7375 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7376 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7377 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7378 (allout-rebullet-heading, allout-open-sibtopic)
7379 (allout-toggle-current-subtree-encryption)
7380 (allout-toggle-subtree-encryption, allout-encrypt-string)
7381 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7382 (allout-distinctive-bullets-string, allout-auto-activation):
7383 * window.el (window-normalize-buffer-to-display):
7384 * progmodes/verilog-mode.el (verilog-batch-indent):
7385 * textmodes/bibtex.el (bibtex-field-braces-opt)
7386 (bibtex-field-strings-opt):
7387 * vc/cvs-status.el (cvs-tree-merge):
7388 Fix typos.
7389
7262a87c
MA
73902011-11-23 Michael Albinus <michael.albinus@gmx.de>
7391
7392 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7393 `non-essential' to t, in order to avoid remote connections.
7394
283430a1
EZ
73952011-11-23 Eli Zaretskii <eliz@gnu.org>
7396
a1beca85
SM
7397 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7398 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7399 case-insensitively.
7400
d2992a38
ML
74012011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7402
7403 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7404
50419064
GM
74052011-11-23 Glenn Morris <rgm@gnu.org>
7406
da94eca1
GM
7407 * paths.el (rmail-file-name): Reformat the doc-string so that it
7408 is picked up.
7409
9aac4de2
GM
7410 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7411 (rmail-auto-file): Ignore case in the "special" field names,
7412 as mail-fetch-field does for all others.
7413
8038d2d2
GM
7414 * mail/rmail.el (rmail-forward):
7415 * mail/rmailkwd.el (rmail-set-label):
7416 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7417 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7418
f3fe222a
GM
7419 * mail/rmail.el (rmail-current-message): Doc fix.
7420
50419064
GM
7421 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7422
28109f49
SM
74232011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7426
394c65f1
GM
74272011-11-22 Glenn Morris <rgm@gnu.org>
7428
7429 * mail/rmailmm.el (test-rmail-mime-handler)
7430 (test-rmail-mime-bulk-handler)
7431 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7432
f2a0aa3a
JL
74332011-11-21 Juri Linkov <juri@jurta.org>
7434
1154d12e
JB
7435 * calc/calc.el (calc-read-key-sequence):
7436 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7437
9c34a344
LMI
74382011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7439
7440 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7441 Tell the caller that the next line needs recomputation, even
7442 though it doesn't start a sexp (bug#10094).
7443
f04a3be9
SM
74442011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7447
7978747f
SM
74482011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7449
f04a3be9
SM
7450 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7451 Use force-same-window.
7978747f 7452
fe7a3057
JB
74532011-11-20 Juanma Barranquero <lekktu@gmail.com>
7454
7455 * descr-text.el (describe-char-unicode-data):
7456 * json.el (json-string-escape):
7457 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7458 (Footnote-unicode, Footnote-style-p):
7459 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7460
24901d61
CY
74612011-11-20 Chong Yidong <cyd@gnu.org>
7462
7463 * window.el (replace-buffer-in-windows): Restore interactive spec.
7464
bac7ff22
SM
74652011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7466
24f3d7b9
SM
7467 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7468
bac7ff22
SM
7469 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7470 (byte-compile-global-not-obsolete-vars): New var.
7471 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7472 Use it.
7473 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7474
cd1181db
JB
74752011-11-20 Juanma Barranquero <lekktu@gmail.com>
7476
7477 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7478 * progmodes/pascal.el (electric-pascal-equal):
7479 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7480 * xml.el (xml-substitute-special): Fix typos.
7481
7fb18e9e
GM
74822011-11-20 Glenn Morris <rgm@gnu.org>
7483
7484 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7485 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7486 Doc fixes.
7487 (rmail-decode-mime-charset): Mark as obsolete.
7488
7489 * mail/rmailsum.el (rmail-message-regexp-p-1):
7490 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7491 Before using mime functions, check they are set. (Bug#10077)
7492
d5a6b3ba
JL
74932011-11-19 Juri Linkov <juri@jurta.org>
7494
7495 * info.el (Info-finder-find-node): Use `package--builtins' instead
7496 of `package-alist'. Use node names formed by the pattern "Keyword "
7497 and the keyword name.
7498
e981b61f
AS
74992011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7500
1d00653d 7501 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7502
3ffbc301
JL
75032011-11-19 Juri Linkov <juri@jurta.org>
7504
7505 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7506 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7507 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7508 `old-history', `old-history-forward'. Add let-binding
7509 `window-selected'. Remove calls to `kill-buffer',
7510 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7511 before calling `Info-find-node', so `Info-find-node-2' will reread
7512 the Info file. Restore window positions only when `window-selected'
7513 is non-nil.
7514
30c62133
JL
75152011-11-19 Juri Linkov <juri@jurta.org>
7516
7517 * isearch.el (isearch-lazy-highlight-new-loop):
7518 Remove condition `(not isearch-error)'. (Bug#9918)
7519
7520 * misearch.el (multi-isearch-search-fun): Add condition
7521 `(not bound)' to ignore lazy-highlighting search.
7522 Add the search-failed message "end of multi" when the end of
7523 multi-sequence is reached. Uncapitalize the search-failed
7524 message "Repeat for next buffer".
7525
7526 * info.el (Info-search): Add the search-failed message
7527 "end of the manual" when the end of the manual is reached
7528 in Isearch mode.
7529
645ca9cf
JL
75302011-11-19 Juri Linkov <juri@jurta.org>
7531
7532 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7533 Use non-destructive `remove' instead of `delete' because
7534 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7535 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7536
df754f66
JL
75372011-11-19 Juri Linkov <juri@jurta.org>
7538
7539 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7540 to nil instead of binding `search-ring' and `regexp-search-ring'.
7541 (Bug#9185)
7542
0e23d96a
EZ
75432011-11-19 Eli Zaretskii <eliz@gnu.org>
7544
7545 * simple.el (line-move): Force movement by logical lines for any
7546 hscrolled window, not only when auto-hscroll-mode is on.
7547 (line-move-visual): Update doc string to that effect. (Bug#10076)
7548
8a6ccb66
AS
75492011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7550
7551 * language/european.el (macintosh): Define as alias for mac-roman.
7552
49ae5b39
EZ
75532011-11-19 Eli Zaretskii <eliz@gnu.org>
7554
7555 * mail/rmailmm.el (rmail-mime-display-header)
7556 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7557 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7558 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7559 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7560 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7561 of a raw aref.
7562 (rmail-mime-entity-segment): To get past the tagline, move forward
7563 2 more lines, to account for the 2 empty lines that precede and
7564 follow the line with the buttons.
7565 (rmail-mime-update-tagline): Move one more line, to get past the
7566 empty line that follows the buttons in the tagline. (Bug#9520)
7567
c56cad4a
MR
75682011-11-19 Martin Rudalics <rudalics@gmx.at>
7569
7570 * window.el (window-max-delta-1, window-min-delta-1)
7571 (window-min-size-1, window-state-get-1, window-state-put-1)
7572 (window-state-put-2): Use "window--" prefix.
7573
cbe71af3
SM
75742011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7575
2ad52c60
SM
7576 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7577 (smie-warning-count): New var.
7578 (smie-set-prec2tab): Use it.
7579 (smie-bnf->prec2): Improve warnings. Add docstring.
7580 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7581 (smie-bnf--set-class): New function.
7582 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7583 corner case.
7584
6944dbc1
SM
7585 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7586 (compilation-error-properties, compilation-move-to-column):
7587 Handle compilation-first-column while in the target buffer.
7588
c400c4d7
SM
7589 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7590 Don't hardcode point-min==1.
7591
6dbe3e96
SM
7592 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7593 (eshell-rewrite-for-command): Remove workaround.
7594 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7595 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7596 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7597
cbe71af3
SM
7598 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7599
a8e1496d
GM
76002011-11-17 Glenn Morris <rgm@gnu.org>
7601
7602 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7603 Ignore buffer-local generated-autoload-file if it is the same
7604 as the global value. (Bug#10049)
7605
df85d315
JB
76062011-11-17 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7609 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7610 (reftex-toc-previous-heading, reftex-toc-max-level)
7611 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7612 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7613 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7614 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7615 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7616 (reftex-toc-rename-label, reftex-toc-visit-location)
7617 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7618 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7619 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7620 leaving "*toc*" only for references to the buffer.
7621
a0c2d0ae
MR
76222011-11-17 Martin Rudalics <rudalics@gmx.at>
7623
7624 * window.el (window-resize, delete-window, split-window):
7625 Replace window-splits by window-combination-resize.
1d00653d 7626 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7627
35c0bac8
GM
76282011-11-17 Glenn Morris <rgm@gnu.org>
7629
7630 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7631 Make bash entry derive from sh entry, not shell entry.
7632
d0c8fc8a
MA
76332011-11-16 Michael Albinus <michael.albinus@gmx.de>
7634
7262a87c
MA
7635 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7636 local file name.
7637
7877f373
JB
76382011-11-16 Juanma Barranquero <lekktu@gmail.com>
7639
7640 * menu-bar.el (menu-bar-file-menu):
7641 * printing.el (pr-ps-utility):
7642 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7643 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7644 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7645 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7646 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7647 (icalendar--convert-cyclic-to-ical)
7648 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7649 (icalendar--convert-ical-to-diary)
7650 (icalendar--convert-recurring-to-diary)
7651 (icalendar--convert-non-recurring-all-day-to-diary)
7652 (icalendar-import-format-sample):
7653 * progmodes/idlw-shell.el (idlwave-shell-mode):
7654 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7655 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7656 (vhdl-ps-print-init): Fix typos.
7657
10649b82
KM
76582011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7659
9d0cfcd6
GM
7660 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7661 FSF and collapse date sequence, obscure author/maintainer email address
7662 better, remove extra version line, track relocation of author's webpage.
10649b82 7663
9d0cfcd6
GM
7664 * progmodes/python.el (python-pdbtrack-input-prompt)
7665 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7666 regular python pdb prompts. Adjustments shamelessly taken exactly as
7667 suggested in EmacsWiki page (tiny change):
7668 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7669
58179cce
JB
76702011-11-16 Juanma Barranquero <lekktu@gmail.com>
7671
7672 * expand.el (expand-pos, expand-index, expand-point):
7673 Remove redundant info from docstring.
7674 (expand-add-abbrevs): Doc fix.
7675 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7676 (expand-sample-perl-mode-expand-list): Fix typos.
7677
7678 * net/dbus.el (dbus-event-member-name):
7679 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7680 * term/pc-win.el (msdos-create-frame-with-faces):
7681 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7682
b6f67890
MR
76832011-11-16 Martin Rudalics <rudalics@gmx.at>
7684
7685 * window.el (split-window, window-state-get-1)
7686 (window-state-put-1, window-state-put-2): Rename occurrences of
7687 window-nest to window-combination-limit.
1d00653d 7688 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7689
ce7ddba0
CY
76902011-11-16 Chong Yidong <cyd@gnu.org>
7691
7692 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7693 regexp (Bug#10033).
7694
3ae704f4
SM
76952011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7698 `completing-read' will remove *Completions* and will preserve
7699 current-buffer for us.
7700 (tmm-add-prompt): Users of *Completions* will always (re)set its
7701 major mode.
7702 (tmm-old-comp-map): Remove.
7703
6ad1cdde
GM
77042011-11-16 Glenn Morris <rgm@gnu.org>
7705
7706 * mail/rmailedit.el: Require rmailmm when compiling.
7707 (rmail-old-mime-state): New declaration.
7708 (rmail-edit-current-message): If editing a mime message,
7709 edit the "raw" message from the mbox buffer.
7710 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7711
d20faa20
GM
77122011-11-15 Glenn Morris <rgm@gnu.org>
7713
7714 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7715 which wasn't being used. Add optional arg to force given state.
7716 (rmail-mime): Add optional arg to force given state.
7717
c7015153
JB
77182011-11-15 Juanma Barranquero <lekktu@gmail.com>
7719
7720 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7721 * frame.el (display-mm-dimensions-alist):
7722 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7723 (outline-move-subtree-down):
7724 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7725 (newsticker--treeview-do-get-node):
7726 * net/quickurl.el (quickurl-list-buffer-name):
7727 * progmodes/dcl-mode.el (dcl-mode):
7728 * progmodes/gdb-mi.el (gdb-mapcar*):
7729 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7730
45261b50
GM
77312011-11-15 Glenn Morris <rgm@gnu.org>
7732
7733 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7734 in a boolean sense, so just make it a boolean, and fix the doc.
7735 (rmail-show-mime-function, rmail-mime-feature)
7736 (rmail-require-mime-maybe): Doc fixes.
7737 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7738
7739 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7740
0d26e0b6
JB
77412011-11-15 Juanma Barranquero <lekktu@gmail.com>
7742
7743 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7744 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7745 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7746 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7747
447f30f6
GM
77482011-11-15 Glenn Morris <rgm@gnu.org>
7749
672b871d
GM
7750 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7751 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7752 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7753 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7754 (rmail-mime, rmail-show-mime): Doc fixes.
7755
f6aa5bb1
GM
7756 * term/ns-win.el (mode-line-frame-identification):
7757 Leave it alone. (Bug#10051)
7758
947cd66b
GM
7759 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7760
447f30f6
GM
7761 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7762 Handle empty buffers. (Bug#9978)
7763
0b381c7e
JB
77642011-11-14 Juanma Barranquero <lekktu@gmail.com>
7765
7766 * international/mule.el (define-charset):
7767 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7768 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7769 * progmodes/verilog-mode.el (verilog-backward-token):
7770 * textmodes/ispell.el (lookup-words):
7771 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7772
71e027ac
GM
77732011-11-14 Glenn Morris <rgm@gnu.org>
7774
56632ce4
GM
7775 * progmodes/executable.el
7776 (executable-make-buffer-file-executable-if-script-p):
7777 Handle file-modes returning nil.
7778
40500957
GM
7779 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7780 message - not necessary, and causes problems. (Bug#9831)
7781
071c2340
GM
7782 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7783
d3cfca60
GM
7784 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7785
71e027ac
GM
7786 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7787 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7788 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7789
89d61221
MR
77902011-11-12 Martin Rudalics <rudalics@gmx.at>
7791
7792 * window.el (window-resize, delete-window): Use window-splits
7793 variable instead of function.
7794 (window-state-get-1, window-state-put-2, window-state-put):
7795 Don't deal with windows' splits status.
7796
98282f6f
GM
77972011-11-12 Glenn Morris <rgm@gnu.org>
7798
7799 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7800 (apropos-documentation): Doc fixes.
7801
40a8bdf6
JB
78022011-11-11 Juanma Barranquero <lekktu@gmail.com>
7803
7804 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7805 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7806
65bd19ff
SM
78072011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * electric.el (electric-indent-post-self-insert-function): Make it
7810 possible for a char to only indent in some circumstances.
7811 (electric-indent-mode): Simplify.
7812
54f9154c
MR
78132011-11-11 Martin Rudalics <rudalics@gmx.at>
7814
7815 * window.el (windows-with-parameter): Remove unused function.
7816 (windows-at-side): Rename to window-at-side-list.
7817 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7818 (window-side-check, window-size-ignore, window-size-fixed-1)
7819 (window-in-direction-2): Prefix with "window--".
7820 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7821
68cbc58b
GM
78222011-11-11 Glenn Morris <rgm@gnu.org>
7823
7824 * subr.el (eval-after-load): If FILE is already loaded,
7825 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7826
b2621720
GM
78272011-11-10 Glenn Morris <rgm@gnu.org>
7828
9a4de110
GM
7829 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7830 Call svn via vc-svn-command rather than vc-do-command.
7831 (vc-svn-command): Add --non-interactive. (Bug#9993)
7832 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7833
b2621720
GM
7834 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7835 Add toggle-read-only. (Bug#7292)
7836 * files.el (toggle-read-only): Mention that it should only
7837 be used interactively. (Bug#10006)
7838
1dce7193
SM
78392011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7840
d9ac1a1e
SM
7841 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7842 Adjust regexp for OCaml warnings.
7843
0c325082
SM
7844 * electric.el (electric-pair-post-self-insert-function): Let user
7845 turn it off buffer-locally (bug#9932).
7846
90132c14
SM
7847 * progmodes/python.el (python-beginning-of-statement):
7848 Rewrite (bug#2703).
7849
1dce7193
SM
7850 * progmodes/compile.el: Better handle TABs (bug#9749).
7851 (compilation-internal-error-properties)
7852 (compilation-next-error-function): Obey the target buffer's
7853 compilation-error-screen-columns.
7854
c4e7c63a
JB
78552011-11-09 Juanma Barranquero <lekktu@gmail.com>
7856
7857 * progmodes/meta-mode.el: Remove obsolete comments.
7858 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7859 Fix typos in docstrings.
7860
2cffd681
MR
78612011-11-09 Martin Rudalics <rudalics@gmx.at>
7862
7863 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7864 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7865 (window--resizable): New function. Make all callers of
7866 window-resizable call window--resizable instead.
7867 (window-resizable): Rewrite in terms of window--resizable.
7868
0edcba87
GM
78692011-11-08 Glenn Morris <rgm@gnu.org>
7870
7871 * progmodes/delphi.el (delphi-mode-syntax-table):
7872 Let define-derived-mode define a proper syntax table. (Bug#9994)
7873
4b0d61e3
SM
78742011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7875
7876 * window.el: Stay away from defsubst.
7877 (window-list-no-nils): Remove.
7878 (window-state-get-1, window-state-get): Use backquote instead.
7879
cd394be1 78802011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7881
4b0d61e3 7882 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7883 Fix incorrect use of default argument in `completing-read'.
7884
e1c2c6f2
MR
78852011-11-08 Martin Rudalics <rudalics@gmx.at>
7886
7887 * window.el (display-buffer-function, special-display-function):
7888 Mention display-buffer-record-window but do not mention
7889 help-setup parameter in doc-strings.
b3f4a882 7890 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7891
105216ed
CY
78922011-11-08 Chong Yidong <cyd@gnu.org>
7893
7894 * window.el (window-total-height, window-total-width): Doc fix.
7895 (window-body-size): Move from C.
7896 (window-body-height, window-body-width): Move to C.
7897
0a9f9ab5
SM
78982011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * window.el: Make special-display like display-buffer-alist (bug#9532).
7901 (display-buffer--special-action): New function, morphed
7902 from display-buffer--special.
7903 (display-buffer): Use it to handle special-display-buffers at higher
7904 priority (just after display-buffer-alist).
7905 (display-buffer-fallback-action, display-buffer--other-frame-action)
7906 (pop-to-buffer-same-window): Remove display-buffer--special.
7907
a769dd15
GM
79082011-11-07 Glenn Morris <rgm@gnu.org>
7909
7910 * calendar/cal-menu.el (cal-menu-set-date-title):
7911 Do nothing if not in a calendar. (Bug#9976)
7912
05a61ee3
SM
79132011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * files.el (find-file): Always use selected-window.
7916
be7f5545
MR
79172011-11-07 Martin Rudalics <rudalics@gmx.at>
7918
7919 * window.el (window-combinations): Make WINDOW argument
7920 mandatory. Rewrite doc-string.
7921 (walk-window-subtree, window-atom-check, window-min-delta)
7922 (window-max-delta, window--resize-this-window)
7923 (window--resize-root-window-vertically, window-tree)
7924 (balance-windows, window-state-put): Rewrite doc-strings as to
7925 not mention the term "subwindow".
7926 (window--resize-subwindows-skip-p): Rename to
7927 window--resize-child-windows-skip-p.
7928 (window--resize-subwindows-normal): Rename to
7929 window--resize-child-windows-normal.
7930 (window--resize-subwindows): Rename to
7931 window--resize-child-windows.
7932 (window-or-subwindow-p): Rename to window--in-subtree-p.
7933
3c6702ef
ML
79342011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7935
7936 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7937 Ensure that mbox format messages end in two newlines (Bug#9974).
7938
49745b39
CY
79392011-11-06 Chong Yidong <cyd@gnu.org>
7940
7941 * window.el (window-combination-p): Function deleted; its
7942 side-effect is not used in any existing code.
7943 (window-combinations, window-combined-p): Call window-*-child
7944 directly.
7945
24300f5f
CY
79462011-11-05 Chong Yidong <cyd@gnu.org>
7947
7948 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7949 (window-size-ignore, window-state-get): Callers changed.
7950 (window-normalize-window): Rename from window-normalize-any-window.
7951 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7952 (window-normalize-live-window): Delete.
447f16b8
CY
7953 (window-combination-p, window-combined-p, window-combinations)
7954 (walk-window-subtree, window-atom-root, window-min-size)
7955 (window-sizable, window-sizable-p, window-size-fixed-p)
7956 (window-min-delta, window-max-delta, window-resizable)
7957 (window-resizable-p, window-full-height-p, window-full-width-p)
7958 (window-current-scroll-bars, window-point-1, set-window-point-1)
7959 (window-at-side-p, window-in-direction, window-resize)
7960 (adjust-window-trailing-edge, maximize-window, minimize-window)
7961 (window-deletable-p, delete-window, delete-other-windows)
7962 (record-window-buffer, unrecord-window-buffer)
7963 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7964 (quit-window, split-window, window-state-put)
7965 (set-window-text-height, fit-window-to-buffer)
7966 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7967
89bd5ee1
EZ
79682011-11-04 Eli Zaretskii <eliz@gnu.org>
7969
53479029
EZ
7970 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7971 rfc2047-decode-string.
7972 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7973 warnings.
7974
89bd5ee1
EZ
7975 * window.el (window-body-height, window-body-width): Mention in
7976 the doc string that the return values are in frame's canonical
7977 units. (Bug#9949)
7978
bd17fdee
AM
79792011-11-03 Alan Mackenzie <acm@muc.de>
7980
7981 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7982 change in cc-engine.el.
7983
acc825c5
SM
79842011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7987
1885e5b8
MR
79882011-11-02 Martin Rudalics <rudalics@gmx.at>
7989
7990 * window.el (quit-window): Call unrecord-window-buffer after
7991 showing another buffer in the window. (Bug#9937)
acc825c5 7992 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7993
ebe06da9
JB
79942011-11-02 Juanma Barranquero <lekktu@gmail.com>
7995
7996 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7997 Accept status with more than 9 shelves. (Bug#9935)
7998 Reported by Colin D Bennett <colin@gibibit.com>.
7999
4ee88440
MR
80002011-11-01 Martin Rudalics <rudalics@gmx.at>
8001
8002 * help.el (with-help-window): Don't reference
8003 temp-buffer-show-specifiers in doc-string.
8004
08e1d82c
AS
80052011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8006
8007 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8008 menu-item.
8009
84bd6e9e
VJL
80102011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8011
8012 * whitespace.el: New version 13.2.2.
8013 (whitespace-newline-mode): Disable properly. Reported by Sarah
8014 <EmacsWiki>.
8015
dba0634a
UJ
80162011-10-30 Ulf Jasper <ulf.jasper@web.de>
8017
8018 * net/newst-treeview.el: Remove "Time-stamp".
8019 (newsticker--group-manage-orphan-feeds): Do not call
8020 newsticker--treeview-tree-update.
db22a3c2
JB
8021 (newsticker-treeview-update, newsticker-treeview):
8022 Call newsticker--treeview-tree-update if necessary.
dba0634a 8023
3d8daefe
MR
80242011-10-30 Martin Rudalics <rudalics@gmx.at>
8025
8026 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8027 (window-iso-combinations): Remove "iso-" infix.
8028 Suggested by Chong Yidong.
3d8daefe
MR
8029 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8030 (window-max-delta-1, window-resize, window--resize-siblings)
8031 (window--resize-this-window, adjust-window-trailing-edge)
8032 (split-window, balance-windows-1)
8033 (shrink-window-if-larger-than-buffer):
8034 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8035 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8036
1bc4c3ae
SM
80372011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8040 in place (bug#9907).
8041 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8042 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8043 (eshell-structure-basic-command, eshell-rewrite-while-command)
8044 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8045 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8046 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8047 (eshell-do-pipelines-synchronously, eshell-eval-command):
8048 Use backquotes and prefer setq to set.
8049 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8050 (eshell-macrop): Use functionp.
c1e2f5fa 8051 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8052
30b65d9c
CY
80532011-10-30 Chong Yidong <cyd@gnu.org>
8054
8055 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8056 instead of set-mark (Bug#9810).
8057
2d197ffb
CY
80582011-10-30 Chong Yidong <cyd@gnu.org>
8059
8060 * window.el (split-window-below, split-window-right): Rename from
8061 split-window-above-each-other and split-window-side-by-side
8062 respectively. All callers changed.
8063 (split-window-sensibly, split-window-sensibly): Use them.
8064 (split-window-keep-point): Doc fix.
8065
8066 * isearch.el: Add isearch-scroll property to split-window-below
8067 and split-window-right.
8068
8069 * follow.el (follow-mode):
8070 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8071 * progmodes/ada-xref.el (ada-gdb-application):
8072 * emulation/vip.el (vip-buffer-in-two-windows):
8073 * image-dired.el (image-dired-dired-with-window-configuration):
8074 * dired-x.el (dired-do-find-marked-files):
8075 * dired.el (dired-pop-to-buffer):
8076 * bs.el (bs--show-with-configuration):
8077 * vc/emerge.el (emerge-setup-windows):
8078 * textmodes/two-column.el (2C-two-columns):
8079 * textmodes/reftex-toc.el (reftex-toc):
8080 * progmodes/gdb-mi.el (gdb-setup-windows):
8081 * progmodes/fortran.el (fortran-window-create):
8082 * net/newst-treeview.el (newsticker--treeview-window-init):
8083 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8084 * emulation/tpu-edt.el (tpu-gold-map):
8085 * emulation/crisp.el (crisp-mode-map):
8086 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8087
38bb2ca8
CY
80882011-10-29 Chong Yidong <cyd@gnu.org>
8089
aa4de341
CY
8090 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8091
e1eb5385
CY
8092 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8093
5d2ece3c
CY
8094 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8095 forged Ispell output (Bug#7904).
8096
38bb2ca8
CY
8097 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8098
d0af9f77
SM
80992011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * doc-view.el: Avoid ugly errors about not finding nil.
8102 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8103 (doc-view-dvipdf-program, doc-view-unoconv-program)
8104 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8105 Avoid nil or absolute file name as default value.
8106 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8107
52bedd34
AM
81082011-10-28 Alan Mackenzie <acm@muc.de>
8109
db22a3c2 8110 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8111
7e43cfa5
AM
81122011-10-28 Alan Mackenzie <acm@muc.de>
8113
8114 Amend the handling of c-beginning/end-of-defun in nested declaration
8115 scopes.
8116
52bedd34
AM
8117 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8118 cc-langs.el. Change it to a defcustom.
7e43cfa5 8119
52bedd34
AM
8120 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8121 cc-vars.el.
7e43cfa5 8122
d0af9f77
SM
8123 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8124 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8125
52bedd34 8126 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8127 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8128 (c-widen-to-enclosing-decl-scope): New function.
8129 (c-while-widening-to-decl-block): New macro.
8130 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8131 outward for defun boundaries, and correspondingly change symbol
8132 `respect-enclosure' to `go-outward'.
8133 (c-declaration-limits): Change algorithm to report only the "innermost"
8134 defun's boundaries.
8135
1a2ce9ee
DD
81362011-10-28 Deniz Dogan <deniz@dogan.se>
8137
8138 * net/rcirc.el (rcirc-mode): Use hard newlines.
8139
bc97a826
AM
81402011-10-28 Alan Mackenzie <acm@muc.de>
8141
8142 Amend to indent and fontify macros "which include their own semicolon"
8143 correctly, using the "virtual semicolon" mechanism.
8144
52bedd34 8145 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8146
d0af9f77 8147 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8148 Recode to scan one line at a time rather than having \n and \r
58179cce 8149 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8150 (c-forward-label): Amend for virtual semicolons.
58179cce 8151 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8152
52bedd34
AM
8153 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8154 of the new C macros.
bc97a826 8155
52bedd34 8156 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8157 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8158 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8159 (c-opt-cpp-macro-define): Make into a full language variable.
8160 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8161 AWK Mode (including \n, \r) removed, no longer needed.
8162
d0af9f77
SM
8163 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8164 Invoke c-make-macro-with-semi-re.
bc97a826 8165
52bedd34
AM
8166 * progmodes/cc-vars.el (c-macro-with-semi-re):
8167 (c-macro-names-with-semicolon): New variables.
58179cce 8168 (c-make-macro-with-semi-re): New function.
bc97a826 8169
7a6c0941
SM
81702011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * vc/log-edit.el: Fill empty field rather than adding new one.
8173 (log-edit-add-field): New function.
8174 (log-edit-insert-changelog): Use it.
8175
b0c4cdcf
ML
81762011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8177
8178 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8179
ee1f1da9
SM
81802011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8181
8182 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8183 (gdb--check-interpreter): New function.
8184 (gdb): Use it.
8185
51bc5f8b
GM
81862011-10-27 Glenn Morris <rgm@gnu.org>
8187
416a2c45
GM
8188 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8189 (least-positive-float, least-negative-float)
8190 (least-positive-normalized-float, least-negative-normalized-float)
8191 (float-epsilon, float-negative-epsilon):
8192 Remove unnecessary declarations.
8193
8194 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8195 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8196 (least-positive-float, least-negative-float)
8197 (least-positive-normalized-float, least-negative-normalized-float)
8198 (float-epsilon, float-negative-epsilon): Add doc-strings,
8199 based on those in cl.texi.
8200
51bc5f8b
GM
8201 * files.el (set-visited-file-name): If the major-mode changed,
8202 reload the local variables. (Bug#9796)
8203
15de15c6
CY
82042011-10-27 Chong Yidong <cyd@gnu.org>
8205
8206 * subr.el (change-major-mode-after-body-hook): New hook.
8207 (run-mode-hooks): Run it.
8208
ee1f1da9
SM
8209 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8210 Use change-major-mode-before-body-hook.
15de15c6
CY
8211
8212 * simple.el (fundamental-mode):
8213 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8214 change introducing fundamental-mode-hook.
8215
5430d399
JB
82162011-10-26 Juanma Barranquero <lekktu@gmail.com>
8217
acc825c5 8218 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8219
ad74a69e
MA
82202011-10-26 Michael Albinus <michael.albinus@gmx.de>
8221
8222 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8223 tramp.el explicitly. (Bug#7583)
ad74a69e 8224
71d4c2a5
SM
82252011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * progmodes/octave-mod.el:
8228 * progmodes/octave-inf.el: Update maintainer.
8229
b1f6fa26
CY
82302011-10-26 Chong Yidong <cyd@gnu.org>
8231
8232 * subr.el (with-wrapper-hook): Rewrite doc.
8233
3f04efd6
MA
82342011-10-25 Michael Albinus <michael.albinus@gmx.de>
8235
8236 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8237 filenames "/method:foo:". (Bug#9793)
3f04efd6 8238
410488d3
SM
82392011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8242 (bug#9865).
8243
c1ebb47e
GM
82442011-10-24 Glenn Morris <rgm@gnu.org>
8245
8246 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8247
7f5c46c7
MA
82482011-10-24 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * notifications.el: Add the requirement of a running D-Bus session
8251 bus to the Commentary.
8252
db2440b6
JL
82532011-10-24 Juri Linkov <juri@jurta.org>
8254
8255 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8256 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8257 (Bug#9364)
8258
feecf435
JL
82592011-10-24 Juri Linkov <juri@jurta.org>
8260
8261 * info.el (Info-following-node-name-re): Add newline to the list
8262 of allowed characters for leading space. (Bug#9824)
8263
a3839de2
SM
82642011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8265
acc825c5
SM
8266 * progmodes/octave-inf.el (inferior-octave-mode-map):
8267 Fix C-c C-h binding.
a3839de2
SM
8268 * progmodes/octave-mod.el (octave-help): Remove.
8269
09388e76
MA
82702011-10-23 Michael Albinus <michael.albinus@gmx.de>
8271
8272 Sync with Tramp 2.2.3.
8273
8274 * net/tramp-cache.el (top): Pacify byte-compiler using
8275 `init-file-user' and `site-run-file'.
8276
8277 * net/trampver.el: Update release number.
8278
86c60681
CY
82792011-10-23 Chong Yidong <cyd@gnu.org>
8280
8281 * files.el (toggle-read-only): Remove obsolete comment about
8282 version control.
8283
8284 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8285 for toggle-read-only. Note that this hasn't called vc-next-action
8286 since 2008-05-02, though it wasn't documented at the time.
8287
a3839de2
SM
8288 * vc/ediff-init.el (ediff-toggle-read-only-function):
8289 Use toggle-read-only.
86c60681 8290
cd5495ff
AM
82912011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8292
8293 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8294 of c-parse-state.
8295
00b77525 8296 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8297 correct faulty logical expression.
cd5495ff
AM
8298 (c-parse-state-state, c-record-parse-state-state):
8299 (c-replay-parse-state-state): New defvar/defuns.
8300 (c-debug-parse-state): Use new functions.
8301
42ee24ed
MR
83022011-10-22 Martin Rudalics <rudalics@gmx.at>
8303
8304 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8305 last fix. Use window-in-direction correctly.
42ee24ed 8306
a7dee7e7
CY
83072011-10-21 Chong Yidong <cyd@gnu.org>
8308
8309 * progmodes/idlwave.el (idlwave-mode):
8310 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8311 require-final-newline; that's done in prog-mode.
8312 Suggested by Stefan Monnier.
a7dee7e7 8313
e07b9a6d
MR
83142011-10-21 Martin Rudalics <rudalics@gmx.at>
8315
8316 * mouse.el (mouse-drag-window-above)
8317 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8318 (mouse-drag-mode-line-1, mouse-drag-header-line)
8319 (mouse-drag-vertical-line-rightward-window): Remove.
8320 (mouse-drag-line): New function.
8321 (mouse-drag-mode-line, mouse-drag-header-line)
8322 (mouse-drag-vertical-line): Call mouse-drag-line.
8323 * window.el (window-at-side-p, windows-at-side): New functions.
8324
7e1361d9
UM
83252011-10-21 Ulrich Mueller <ulm@gentoo.org>
8326
8327 * tar-mode.el (tar-grind-file-mode):
8328 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8329
30fcaf3a
CY
83302011-10-21 Chong Yidong <cyd@gnu.org>
8331
8332 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8333 * progmodes/vera-mode.el (vera-mode):
8334 Use mode-require-final-newline.
30fcaf3a 8335
516eddb0
GM
83362011-10-20 Glenn Morris <rgm@gnu.org>
8337
db22a3c2 8338 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8339
10d5f513
CS
83402011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8341
8342 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8343
ac6c8639
CY
83442011-10-20 Chong Yidong <cyd@gnu.org>
8345
8346 * emulation/cua-base.el (cua-mode):
8347 * mail/footnote.el (footnote-mode):
8348 * mail/mailabbrev.el (mail-abbrevs-mode):
8349 * net/xesam.el (xesam-minor-mode):
8350 * progmodes/bug-reference.el (bug-reference-mode):
8351 * progmodes/cap-words.el (capitalized-words-mode):
8352 * progmodes/compile.el (compilation-minor-mode)
8353 (compilation-shell-minor-mode):
8354 * progmodes/gud.el (gud-tooltip-mode):
8355 * progmodes/hideif.el (hide-ifdef-mode):
8356 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8357 * progmodes/subword.el (subword-mode):
8358 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8359 * progmodes/which-func.el (which-function-mode):
8360 * term/tvi970.el (tvi970-set-keypad-mode):
8361 * term/vt100.el (vt100-wide-mode):
8362 * textmodes/flyspell.el (flyspell-mode):
8363 * textmodes/ispell.el (ispell-minor-mode):
8364 * textmodes/nroff-mode.el (nroff-electric-mode):
8365 * textmodes/paragraphs.el (use-hard-newlines):
8366 * textmodes/refill.el (refill-mode):
8367 * textmodes/reftex.el (reftex-mode):
8368 * textmodes/rst.el (rst-minor-mode):
8369 * textmodes/sgml-mode.el (html-autoview-mode)
8370 (sgml-electric-tag-pair-mode):
8371 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8372 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8373 * emulation/crisp.el (crisp-mode):
8374 * emacs-lisp/eldoc.el (eldoc-mode):
8375 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8376 minor mode behavior.
8377
aa42ab43
JL
83782011-10-19 Juri Linkov <juri@jurta.org>
8379
8380 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8381 the list of hard-coded chars with escape-glyph face.
8382
89400f1d
SM
83832011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8386
305c07f6
MA
83872011-10-19 Michael Albinus <michael.albinus@gmx.de>
8388
8389 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8390 running process.
8391
13754b54
GM
83922011-10-19 Glenn Morris <rgm@gnu.org>
8393
8394 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8395 Ignore ignored files. (Bug#9726)
8396
06e21633
CY
83972011-10-19 Chong Yidong <cyd@gnu.org>
8398
8399 Doc fix for minor modes, stating that an omitted argument enables
8400 the mode unconditionally when called from Lisp.
8401
8402 * abbrev.el (abbrev-mode):
8403 * allout.el (allout-mode):
8404 * autoinsert.el (auto-insert-mode):
8405 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8406 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8407 (global-auto-revert-mode):
8408 * battery.el (display-battery-mode):
8409 * composite.el (global-auto-composition-mode)
8410 (auto-composition-mode):
8411 * delsel.el (delete-selection-mode):
8412 * desktop.el (desktop-save-mode):
8413 * dired-x.el (dired-omit-mode):
8414 * dirtrack.el (dirtrack-mode):
8415 * doc-view.el (doc-view-minor-mode):
8416 * double.el (double-mode):
8417 * electric.el (electric-indent-mode, electric-pair-mode):
8418 * emacs-lock.el (emacs-lock-mode):
8419 * epa-hook.el (auto-encryption-mode):
8420 * follow.el (follow-mode):
8421 * font-core.el (font-lock-mode):
8422 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8423 * help.el (temp-buffer-resize-mode):
8424 * hilit-chg.el (highlight-changes-mode)
8425 (highlight-changes-visible-mode):
8426 * hi-lock.el (hi-lock-mode):
8427 * hl-line.el (hl-line-mode, global-hl-line-mode):
8428 * icomplete.el (icomplete-mode):
8429 * ido.el (ido-everywhere):
8430 * image-file.el (auto-image-file-mode):
8431 * image-mode.el (image-minor-mode):
8432 * iswitchb.el (iswitchb-mode):
8433 * jka-cmpr-hook.el (auto-compression-mode):
8434 * linum.el (linum-mode):
8435 * longlines.el (longlines-mode):
8436 * master.el (master-mode):
8437 * mb-depth.el (minibuffer-depth-indicate-mode):
8438 * menu-bar.el (menu-bar-mode):
8439 * minibuf-eldef.el (minibuffer-electric-default-mode):
8440 * mouse-sel.el (mouse-sel-mode):
8441 * msb.el (msb-mode):
8442 * mwheel.el (mouse-wheel-mode):
8443 * outline.el (outline-minor-mode):
8444 * paren.el (show-paren-mode):
8445 * recentf.el (recentf-mode):
8446 * reveal.el (reveal-mode, global-reveal-mode):
8447 * rfn-eshadow.el (file-name-shadow-mode):
8448 * ruler-mode.el (ruler-mode):
8449 * savehist.el (savehist-mode):
8450 * scroll-all.el (scroll-all-mode):
8451 * scroll-bar.el (scroll-bar-mode):
8452 * server.el (server-mode):
8453 * shell.el (shell-dirtrack-mode):
8454 * simple.el (auto-fill-mode, transient-mark-mode)
8455 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8456 (line-number-mode, column-number-mode, size-indication-mode)
8457 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8458 * strokes.el (strokes-mode):
8459 * time.el (display-time-mode):
8460 * t-mouse.el (gpm-mouse-mode):
8461 * tool-bar.el (tool-bar-mode):
8462 * tooltip.el (tooltip-mode):
8463 * type-break.el (type-break-mode-line-message-mode)
8464 (type-break-query-mode):
8465 * view.el (view-mode):
8466 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8467 (global-whitespace-mode, global-whitespace-newline-mode):
8468 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8469
a3839de2
SM
8470 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8471 Fix autogenerated docstring.
06e21633 8472
5214e501
JL
84732011-10-19 Juri Linkov <juri@jurta.org>
8474
8475 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8476 by checking environment variables "DESKTOP_SESSION" and
8477 "XDG_CURRENT_DESKTOP". (Bug#9779)
8478
195f8db9
JL
84792011-10-19 Juri Linkov <juri@jurta.org>
8480
8481 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8482 (browse-url-chromium-program, browse-url-chromium-arguments):
8483 New defcustoms.
8484 (browse-url-default-browser): Check for `browse-url-chromium' and
8485 call `browse-url-chromium-program'.
8486 (browse-url-chromium): New command. (Bug#9779)
8487
343a34ff
JB
84882011-10-18 Juanma Barranquero <lekktu@gmail.com>
8489
8490 * facemenu.el (list-colors-duplicates): On Windows, detect more
8491 duplicates by assuming that only colors matching "^System" are
8492 special "system colors". (Bug#9722)
8493
6978a151
SM
84942011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8497 to distinguish the author from the committer.
8498
6a80b297
MA
84992011-10-18 Michael Albinus <michael.albinus@gmx.de>
8500
8501 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8502
b31a5677
JK
85032011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8504
8505 * international/mule.el (sgml-html-meta-auto-coding-function):
8506 Add support for detecting encoding in HTML5 specified only as
8507 <meta charset="UTF-8">. Implementation just makes http-equiv and
8508 content-type parts from HTML4 encoding string optional. (Bug#9716)
8509
80c6d77f
GM
85102011-10-18 Glenn Morris <rgm@gnu.org>
8511
8512 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8513
08b0fee8
CY
85142011-10-18 Chong Yidong <cyd@gnu.org>
8515
8516 * faces.el (cursor): Doc fix.
8517
67e729a5
CY
85182011-10-17 Chong Yidong <cyd@gnu.org>
8519
8520 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8521
343a34ff 85222011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8523
8524 * dirtrack.el (dirtrack): Support shell buffers with path
8525 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8526
0bc06380
TZ
85272011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8528
8529 * json.el: Bump version to 1.3 and note change in History.
8530 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8531
8b79f3e0
SM
85322011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8533
5a7c536b
SM
8534 * comint.el (comint-insert-input, comint-send-input)
8535 (comint-get-old-input-default, comint-backward-matching-input)
8536 (comint-next-prompt): Use nil instead of `input' for field property of
8537 past user input (bug#114).
8538
96a8a0df
SM
8539 * minibuffer.el (completion--replace): Inherit surrounding properties
8540 (bug#114).
8541 (minibuffer-complete-and-exit): Use it.
8542
8b79f3e0
SM
8543 * comint.el (comint--table-subvert): Quote the all-completions output
8544 (bug#9160).
8545
b8f7ff0d
MR
85462011-10-17 Martin Rudalics <rudalics@gmx.at>
8547
8b79f3e0 8548 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8549
b8f7ff0d 8550 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8551 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8552 entries and separate them from frame entries.
8553
c235b555
GM
85542011-10-15 Glenn Morris <rgm@gnu.org>
8555
8556 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8557 Doc fixes.
8558
6bbfa6e1
CY
85592011-10-15 Chong Yidong <cyd@stupidchicken.com>
8560
8b79f3e0
SM
8561 * net/network-stream.el (network-stream-open-starttls):
8562 Improve detection of failure due to lack of TLS support.
ec5c990d 8563
6bbfa6e1
CY
8564 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8565 putting the input text in front and in bold.
8566
98488977
SM
85672011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8568
3d1337be
SM
8569 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8570
ee0b45e4
SM
8571 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8572 empty buffer.
8573
98488977
SM
8574 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8575 unread-command-events rather than pushing yet-another event.
8576
186f4720
EZ
85772011-10-14 Eli Zaretskii <eliz@gnu.org>
8578
8579 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8580 the explanation of the possible choices. Make the options passed
8581 to completing-read shorter.
8582
8b7a997c
AM
85832011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8584
8585 * textmodes/flyspell.el (flyspell-large-region): Make sure
8586 extended character mode is used if defined (Bug#1339).
8587
12587bbb
EZ
85882011-10-13 Eli Zaretskii <eliz@gnu.org>
8589
8590 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8591 character info for LRE, LRO, RLE, and RLO characters by appending
8592 an invisible PDF.
12587bbb 8593
bad41229
SM
85942011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8597 even in case of error; add debug spec; simplify data flow.
8598 (with-timeout-handler): Remove.
8599
28dbc92f
MA
86002011-10-12 Michael Albinus <michael.albinus@gmx.de>
8601
8602 Fix Bug#6019, Bug#9315.
8603
8604 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8605 complete `buffer-file-name', the local file name part could look
8606 remotely (for example on VMS).
8607
8608 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8609 `tramp-run-real-handler'.
8610 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8611 already quoted by '"'.
8612
8613 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8614 Let `file-name-handler-alist' be nil, the local file name part
8615 could look remotely (for example on VMS).
8616
e1b0b23a
SM
86172011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8618
8619 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8620 from here...
8621 (flyspell-post-command-hook): ...to here.
8622
a120bde9
SM
86232011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8626 if not needed.
8627 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8628 using completion. Protect against "slow" callers.
8629 Remove the "message hack".
8630
7ce7717b
JL
86312011-10-11 Juri Linkov <juri@jurta.org>
8632
8633 * isearch.el (isearch-lazy-highlight-word): New variable.
8634 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8635 Use it. (Bug#9727)
8636
c02ee9d6
GM
86372011-10-11 Glenn Morris <rgm@gnu.org>
8638
8639 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8640 like f90-previous-statement does.
8641
93e616fd 86422011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8643
1f190e73 8644 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8645 only in interactive use, to avoid error.
8646
af7b6078
SM
86472011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * minibuffer.el (completion-file-name-table): Fix last change,
8650 i.e. ignore normal errors but not the other ones.
8651
0563dae9
MR
86522011-10-10 Martin Rudalics <rudalics@gmx.at>
8653
8654 * window.el (special-display-buffer-names)
8655 (special-display-regexps): Remove some remnants of earlier
8656 changes from doc-strings.
366ca7f3
MR
8657 (quit-windows-on): New function.
8658
8659 * vc/vc.el (vc-revert, vc-rollback):
8660 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8661 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8662 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8663
49677495
MR
86642011-10-09 Martin Rudalics <rudalics@gmx.at>
8665
8666 * window.el (frame-auto-hide-function): Add version tag.
8667 (Bug#9699)
8668
56f2d1e1
MA
86692011-10-09 Michael Albinus <michael.albinus@gmx.de>
8670
8671 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8672 condition.
8673
112a6592
LL
86742011-10-09 Leo Liu <sdl.web@gmail.com>
8675
8676 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8677 (Bug#9701)
8678
0812589b
GM
86792011-10-08 Glenn Morris <rgm@gnu.org>
8680
8681 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8682 before the first code statement zero indent. (Bug#9690)
8683
b2b0776e
CY
86842011-10-08 Chong Yidong <cyd@stupidchicken.com>
8685
8686 * simple.el (count-words-region): Always count in the region.
8687 Report the number of lines and characters too.
8688 (count-words): New command, which counts in the buffer if the
8689 region is inactive, as count-words-region used to.
8690 (count-words--message): New function. Handle plurals.
8691 (count-lines-region): Make it an alias for count-words-region.
8692
8693 * bindings.el (esc-map): Replace count-lines-region with
8694 count-words-region.
8695
c557cd6b
MR
86962011-10-08 Martin Rudalics <rudalics@gmx.at>
8697
8698 * window.el (window--delete): Delete dedicated frame
8699 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8700 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8701
61a57ef4 87022011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8703
3a7d293b 8704 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8705
c3833279
CY
87062011-10-07 Chong Yidong <cyd@stupidchicken.com>
8707
8708 * bindings.el ([M-left],[M-right]): Bind to left-word and
8709 right-word respectively.
8710
21ce8245
GM
87112011-10-07 Glenn Morris <rgm@gnu.org>
8712
8713 * cus-start.el (debug-on-quit): Fix custom type.
8714
6d823bb2
LMI
87152011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8716
0181e193
LMI
8717 * subr.el (define-key-after): Clarify that the function is not
8718 useful for non-menu keymaps.
8719
6d823bb2
LMI
8720 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8721
8e3459ce 87222011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8723
21ce8245 8724 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8725 in current minibuffer (Fix bug with recursive minibuffers).
8726
a1c2d21e
CY
87272011-10-06 Chong Yidong <cyd@stupidchicken.com>
8728
8729 * progmodes/gdb-mi.el (gdb): Doc fix.
8730
5a4cf282
MR
87312011-10-05 Martin Rudalics <rudalics@gmx.at>
8732
8733 * window.el (frame-auto-hide-function): New option replacing
8734 frame-auto-delete. Suggested by Stefan Monnier.
8735 (window--delete): Call frame-auto-hide-function instead of
8736 investigating frame-auto-delete.
c96111ea
MR
8737 (window-point-1, set-window-point-1): New functions.
8738 (window-in-direction, record-window-buffer, window-state-get-1)
8739 (display-buffer-record-window): Use window-point-1 instead of
8740 window-point.
8741 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8742
9854542e
SM
87432011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8746
8943cfb0
GM
87472011-10-05 Glenn Morris <rgm@gnu.org>
8748
8749 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8750 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8751
647ab967
LL
87522011-10-05 Leo Liu <sdl.web@gmail.com>
8753
8754 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8755 works with buffer object.
8756
3ddfbced
SM
87572011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * mpc.el (mpc-tool-bar-map): Add labels.
8760
bdfa5dd2
GM
87612011-10-04 Glenn Morris <rgm@gnu.org>
8762
8763 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8764
0e2070b5
MR
87652011-10-04 Martin Rudalics <rudalics@gmx.at>
8766
8767 * window.el (window--delete): New function.
8768 (frame-auto-delete): Resuscitate option.
8769 (bury-buffer, replace-buffer-in-windows)
8770 (quit-window): Rewrite using window--delete.
8771 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8772 Pass display-buffer-mark-dedicated to window--display-buffer-2
8773 (Bug#9639).
8774
3dc61a09
SM
87752011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8776
915a9b64
SM
8777 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8778 returns a list (bug#9554). Add remote file name completion.
8779 * comint.el (comint--table-subvert): Curry and get quote&unquote
8780 functions as arguments.
8781 (comint--complete-file-name-data): Adjust call accordingly.
8782 * pcomplete.el (pcomplete--table-subvert): Remove.
8783 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8784
3dc61a09
SM
8785 * minibuffer.el (completion-table-case-fold): Use currying.
8786 (completion--styles-type, completion--cycling-threshold-type):
8787 New constants.
8788 (completion-styles, completion-category-overrides)
8789 (completion-cycle-threshold): Use them.
8790 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8791 completion-table-case-fold.
8792
8ea0a993
SB
87932011-10-03 Stephen Berman <stephen.berman@gmx.net>
8794
8795 * minibuffer.el (completion-category-overrides): Fix type of styles
8796 and add more user friendly tags (bug#9660).
8797
8c24b7f6
SM
87982011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8801 (mule-input-method-string): New widget.
8802 (default-input-method, language-info-custom-alist): Use it.
8803
428fe61a
SM
88042011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8805
32c1fffd
SM
8806 * pcomplete.el: Require comint.
8807 (pcomplete--common-suffix): Remove.
8808 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8809 (pcomplete--table-subvert): Sync with comint--table-subvert.
8810 (pcomplete--entries): Use comint-completion-file-name-table.
8811 * comint.el (comint-unquote-filename): Simplify.
8812 (comint-completion-file-name-table): New function (bug#9616).
8813 (comint--complete-file-name-data): Use it.
8814
428fe61a
SM
8815 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8816 (pcmpl-gnu-tar-buffer): Remove.
8817 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8818 around. Make sure pcomplete-suffix-list is only changed temporarily.
8819 Don't look inside the tar's file if it's too large.
428fe61a 8820
04c52e2f
CY
88212011-10-01 Chong Yidong <cyd@stupidchicken.com>
8822
ce3cefcc
CY
8823 * cus-edit.el (custom-mode-map):
8824 * epa.el (epa-key-list-mode-map):
8825 * man.el (Man-mode-map):
8826 * startup.el (splash-screen-keymap):
8827 * simple.el (special-mode-map): Use scroll-up-command and
8828 scroll-down-command.
8829
8830 * progmodes/idlw-help.el (idlwave-help-mode-map):
8831 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8832 * net/newst-plainview.el (newsticker-mode-map):
8833 * emulation/ws-mode.el (wordstar-mode-map):
8834 * emulation/vi.el (vi-com-map):
8835 * calc/calc-graph.el (calc-graph-show-dumb):
8836 * term/sun.el (terminal-init-sun):
8837 * term/ns-win.el (global-map):
8838 * progmodes/grep.el (grep-mode-map):
8839 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8840 * mail/rmail.el (rmail-mode-map):
8841 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8842
04c52e2f
CY
8843 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8844 custom-safe-themes as special.
8845
79adf8c8
JD
88462011-10-01 Julien Danjou <julien@danjou.info>
8847
8848 * notifications.el (notifications-notify): Fix docstring.
8849
63bd50d3
PS
88502011-10-01 Per Starbäck <per@starback.se>
8851
8852 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8853
199e4c7e
MR
88542011-09-30 Martin Rudalics <rudalics@gmx.at>
8855
8856 * startup.el (command-line-1): Fix last fix by inserting
8857 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8858 (Bug#9605) and (Bug#9636)
199e4c7e 8859
fe5f08dd
EZ
88602011-09-29 Eli Zaretskii <eliz@gnu.org>
8861
8862 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8863 window is hscrolled, move by logical lines. (Bug#9607)
8864 (line-move-visual): Update the doc string to the above effect.
8865
b5516bbd
MR
88662011-09-29 Martin Rudalics <rudalics@gmx.at>
8867
ccee00c0
MR
8868 * window.el (display-buffer-record-window): When WINDOW is the
8869 selected window use `point' instead of `window-point'. (Bug#9626)
8870
b5516bbd
MR
8871 * startup.el (command-line-1): Use insert-before-markers when
8872 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8873
b5516bbd
MR
8874 * help.el (help-window): Remove variable.
8875
52aa0014
GM
88762011-09-29 Glenn Morris <rgm@gnu.org>
8877
8878 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8879
df9a7357
JB
88802011-09-29 Juanma Barranquero <lekktu@gmail.com>
8881
8882 * descr-text.el (describe-char-categories): Accept category
8883 descriptions more than one line long.
8884
a8406c20
SM
88852011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8886
88d9610c
SM
8887 * simple.el (delete-trailing-whitespace): Fix last change.
8888
a5daf810
SM
8889 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8890 Don't confuse "y => 3" as the beginning of a `y' operation.
8891
a8406c20
SM
8892 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8893 object has more than 4 slots (bug#9613).
8894
a239d4e9
JB
88952011-09-28 Juanma Barranquero <lekktu@gmail.com>
8896
8897 * subr.el (with-output-to-temp-buffer):
8898 * net/quickurl.el (quickurl, quickurl-browse-url):
8899 Fix typos in docstrings.
8900
693fbdb6
EZ
89012011-09-27 Eli Zaretskii <eliz@gnu.org>
8902
8903 * minibuffer.el (completion-styles)
8904 (completion-category-overrides): Cross reference each other in doc
8905 strings.
8906
8b457e28
GM
89072011-09-27 Glenn Morris <rgm@gnu.org>
8908
8909 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8910 to split-string. (Bug#9606)
8911
85a16208
LMI
89122011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8913
8914 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8915 (bug#9615).
8916
502f9ebd
CY
89172011-09-27 Chong Yidong <cyd@stupidchicken.com>
8918
8919 * emacs-lisp/package.el (list-packages): Fix echo area message.
8920
7690bdea
LL
89212011-09-27 Leo Liu <sdl.web@gmail.com>
8922
8923 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8924
e2ee6f30
MA
89252011-09-25 Michael Albinus <michael.albinus@gmx.de>
8926
8927 * net/dbus.el (dbus-unregister-object): Don't release services for
8928 registered signals. (Bug#9581)
8929
f3f98342
TZ
89302011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8931
8932 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8933 function that picks between cfengine 2 and 3 support
8934 automatically. Update docs accordingly.
8935
dd7aa8dd
KH
89362011-09-22 Kenichi Handa <handa@m17n.org>
8937
8938 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8939 ZERO.
8940 (indian-itrans-v5-table-for-tamil): New variable.
8941 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8942
3f2b07f8
KM
89432011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8944
8945 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8946 that's true if the current command involved collapsing of text.
8947 It's reset to false at the beginning of the next command.
8948 (allout-post-command-business): Move the cursor to the beginning
8949 of entry if the cursor is hidden and collapsing activity just
8950 happened.
8951
371d6a61
CY
89522011-09-24 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8955 tracking (Bug#9541).
8956
2ac2721a
UJ
89572011-09-24 Ulf Jasper <ulf.jasper@web.de>
8958
8959 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8960 (newsticker-show-news): Automatically load html rendering package
8961 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8962 because w3m-fill-column is let-bound" and the error "Symbol's value
8963 as variable is void: w3m-fill-column".
2ac2721a 8964
fac7ae53
MA
89652011-09-24 Michael Albinus <michael.albinus@gmx.de>
8966
8967 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8968 Release services only if they are defined. (Bug#9581)
8969
e08b633b
RS
89702011-09-23 Richard Stallman <rms@gnu.org>
8971
e488d29c
RS
8972 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8973 distinguish start of paragraph from start of its text.
8974
19c38752
RS
8975 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8976
e08b633b
RS
8977 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8978 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8979 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8980
0a39f27e
AS
89812011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8982
8983 * international/mule-diag.el (mule-diag): Insert a newline after
8984 each fontset description.
8985
db4e950d
SM
89862011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * simple.el (delete-trailing-whitespace):
8989 Document last change; simplify.
8990
eca3f3ea
PW
89912011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8992
d68e189a
PW
8993 * simple.el (delete-trailing-whitespace): Also delete
8994 extra newlines at the end of the buffer.
8995
eca3f3ea
PW
8996 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8997 (picture-newline): Use forward-line so as to ignore fields.
8998
01c157cc
SM
89992011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * subr.el (with-wrapper-hook): Fix edebug spec.
9002
022de23e
LMI
90032011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9004
9005 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9006 (bug#4538).
9007
91683089
MA
90082011-09-23 Michael Albinus <michael.albinus@gmx.de>
9009
eca3f3ea
PW
9010 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9011 Fix nasty bug using wrong cached values.
91683089 9012
5bdd6fa4
AM
90132011-09-23 Alan Mackenzie <acm@muc.de>
9014
9015 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9016
97adfb97
CY
90172011-09-23 Chong Yidong <cyd@stupidchicken.com>
9018
9019 * window.el (pop-to-buffer): Ensure right window is selected if we
9020 chose another frame.
9021
d4ef2b50
EZ
90222011-09-22 Eli Zaretskii <eliz@gnu.org>
9023
9024 * simple.el (what-cursor-position): Use get-char-property-change
9025 and next-single-char-property-change, to be able to show display
9026 properties that come from overlays as well as text properties.
9027
72258fe5
CY
90282011-09-22 Chong Yidong <cyd@stupidchicken.com>
9029
9030 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9031
9032 * cmuscheme.el (run-scheme, switch-to-scheme):
9033 * cus-edit.el (customize-group, custom-buffer-create)
9034 (customize-browse):
9035 * info.el (info):
9036 * shell.el (shell):
9037 * mail/sendmail.el (mail):
9038 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9039
8f098516
RS
90402011-09-22 Richard Stallman <rms@gnu.org>
9041
9042 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9043 move back only to line beg, don't move back over blank lines.
9044
e74f1bb6
MA
90452011-09-22 Michael Albinus <michael.albinus@gmx.de>
9046
9047 * files.el (copy-directory): Set directory attributes only in case
9048 they could be retrieved from the source directory. (Bug#9565)
9049
bfeef8b6
DK
90502011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9051
9052 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9053 (hs-find-block-beginning, hs-hide-level-recursive):
9054 Ignore strings as well as comments. (Bug#9502)
9055
7e423bb8
AS
90562011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9057
9058 * progmodes/sql.el (sql-comint-postgres):
9059 Convert port number to a string. (Bug#9566)
9060
b4d72fcf
MR
90612011-09-22 Martin Rudalics <rudalics@gmx.at>
9062
9063 * window.el (quit-window): Undedicate window when switching to
9064 previous buffer. Reported by Thierry Volpiatto
9065 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9066 (special-display-popup-frame): When popping up a new frame reset
9067 its previous buffers to nil. Simplify code.
b4d72fcf 9068
a7b88dc6
MA
90692011-09-21 Michael Albinus <michael.albinus@gmx.de>
9070
9071 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9072 and process filter, as done also in `shell-command'.
9073
cf4eacfd
MR
90742011-09-21 Martin Rudalics <rudalics@gmx.at>
9075
eca3f3ea 9076 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9077 Call set-window-start with NOFORCE argument t.
9078 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9079 (quit-window): Reword doc-string. Handle new format of
9080 quit-restore parameter. Don't delete window if it has a
9081 previous buffer we can show instead of the present one.
9082 (display-buffer-record-window): Rewrite using a new format for
9083 the quit-restore window parameter
9084 (special-display-popup-frame, display-buffer-same-window)
9085 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9086 (display-buffer-pop-up-window, display-buffer-use-some-window):
9087 Adapt symbol passed to display-buffer-record-window.
9088 * help.el (help-window-setup): Handle new format of quit-restore
9089 parameter.
9090
8d28cb95
SM
90912011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9092
94ab793f
SM
9093 * faces.el (face-list): Fix docstring (bug#9564).
9094
8d28cb95
SM
9095 * window.el (display-buffer--action-function-custom-type):
9096 Don't include internal functions in the Custom interface.
9097
3820edeb
JL
90982011-09-20 Juri Linkov <juri@jurta.org>
9099
9100 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9101 (Info-forward-node, Info-backward-node, Info-next-preorder)
9102 (Info-last-preorder): Use it. (Bug#9528)
9103
5147931d
JL
91042011-09-20 Juri Linkov <juri@jurta.org>
9105
9106 * info.el (Info-last-preorder): Visit last menu item only when
9107 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9108
cf499a1a
JD
91092011-09-20 Julien Danjou <julien@danjou.info>
9110
9111 * password-cache.el (password-cache-remove): Remove entries even if the
9112 value is nil, so that password with a nil value (negative caching) is
9113 possible to invalidate.
9114
f84e2fe2
LM
91152011-09-20 Lawrence Mitchell <wence@gmx.li>
9116
9117 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9118 all whitespace around breakpoint. (Bug#9553)
9119 (f90-find-breakpoint): Only break at whitespace inside a comment.
9120
78054a46
SM
91212011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9122
9123 * minibuffer.el (completion-file-name-table): Keep track of errors.
9124 (completion-table-with-predicate): Handle the case where pred1 is nil.
9125 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9126
345083b2
SM
91272011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9128
e24e27be
SM
9129 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9130 (debugger-return-value): Signal an error if the debugging context does
9131 not await any return value.
9132
345083b2
SM
9133 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9134 * image-mode.el (image-toggle-display-text)
9135 (image-toggle-display-image): Stay away from evil `intangible'.
9136
08d355e3
LL
91372011-09-19 Leo Liu <sdl.web@gmail.com>
9138
9139 * replace.el (occur-revert-arguments): Make it permanent-local.
9140 (occur-mode): Don't call font-lock-defontify.
9141
f01da43f
CY
91422011-09-19 Chong Yidong <cyd@stupidchicken.com>
9143
9144 * net/ldap.el (ldap-search-internal): Don't push empty search
9145 result (Bug#9508).
9146
b6072fa6
SM
91472011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9148
9149 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9150
443d6696
MA
91512011-09-19 Michael Albinus <michael.albinus@gmx.de>
9152
9153 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9154 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9155
7cc6e154
JL
91562011-09-18 Juri Linkov <juri@jurta.org>
9157
9158 * buff-menu.el (Buffer-menu-mode-map):
9159 * dired.el (dired-mode-map):
9160 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9161 (lisp-interaction-mode-map):
9162 * emacs-lisp/package.el (package-menu-mode-map):
9163 * epa.el (epa-key-list-mode-map):
9164 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9165 (menu-bar-options-menu):
9166 * outline.el (outline-mode-menu-bar-map):
9167 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9168 * vc/vc-dir.el (vc-dir-menu-map):
9169 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9170 Capitalize non-function content words in menu item strings.
9171
9172 * dired.el (dired-mode-map): Add menu item for
9173 `image-dired-dired-toggle-marked-thumbs'.
9174
80302a81
JL
91752011-09-18 Juri Linkov <juri@jurta.org>
9176
9177 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9178 to `isearch-case-fold-search' and restore its original value
9179 after the `isearch-mode' call.
9180
46c5cf66
JL
91812011-09-18 Juri Linkov <juri@jurta.org>
9182
9183 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9184 because `zgrep' returns 1 for successful matches (bug#9226).
9185
d18b513b
JL
91862011-09-18 Juri Linkov <juri@jurta.org>
9187
9188 * info.el (Info-extract-menu-node-name): Check the second match
9189 for empty string (second test-case of bug#9528).
9190 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9191 intermediate nodes to the history (first test-case of bug#9528).
9192
72753f87
JL
91932011-09-18 Juri Linkov <juri@jurta.org>
9194
9195 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9196 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9197
c9384295
JL
91982011-09-18 Juri Linkov <juri@jurta.org>
9199
1154d12e
JB
9200 * info.el (Info-file-supports-index-cookies):
9201 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9202 outputs one more line for long file names (bug#4142).
c9384295 9203
d473dce8
CY
92042011-09-18 Chong Yidong <cyd@stupidchicken.com>
9205
9206 * newcomment.el (comment-normalize-vars): If prompting for
9207 comment-start, set comment-start-skip too (Bug#8424).
9208
2176854d
JB
92092011-09-18 Johan Bockgård <bojohan@gnu.org>
9210
9211 * icomplete.el: Fix previous fix of Bug#5849.
9212 (icomplete-mode): Don't set completion-show-inline-help.
9213 (icomplete-minibuffer-setup): Set completion-show-inline-help
9214 locally during icompletion.
9215
3aace4e4
CY
92162011-09-18 Chong Yidong <cyd@stupidchicken.com>
9217
c940224f
CY
9218 * woman.el (woman2-process-escapes): Don't delete unrecognized
9219 escapes (Bug#7843).
9220
3aace4e4
CY
9221 * files.el (inhibit-first-line-modes-regexps): Add image files.
9222 (hack-local-variables-prop-line): Return nil for malformed
9223 prop-lines (Bug#9044).
9224
710dec63
MA
92252011-09-18 Michael Albinus <michael.albinus@gmx.de>
9226
9227 * net/tramp.el (top): Don't require 'shell.
9228 (tramp-methods): Fix docstring.
9229 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9230 Return complete remote file name. Handle "smb" case.
9231 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9232 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9233
9234 * net/tramp-compat.el (top): Require 'shell.
9235
9236 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9237 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9238 `tramp-current-host'.
9239 (tramp-get-remote-tmpdir): Remove.
9240
9241 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9242 `tramp-tmpdir' entries.
9243 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9244 (tramp-smb-handle-file-attributes): Ignore errors.
9245 (tramp-smb-wait-for-output): Check also for process end.
9246
5d5ac8ec
LMI
92472011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9248
9249 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9250 when sending QUIT (bug#9312).
9251
8c0f49f0
CY
92522011-09-17 Chong Yidong <cyd@stupidchicken.com>
9253
9254 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9255 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9256 occur-mode-display-occurrence.
9257 (occur-edit-mode): Add usage message.
9258 (occur-cease-edit): New command.
9259 (occur-after-change-function): Use text properties to find the
9260 position of the prefix text.
9261 (occur-engine): Set stickiness of prefix text properties.
9262
8f1383f7
GM
92632011-09-17 Glenn Morris <rgm@gnu.org>
9264
9265 * progmodes/etags.el (complete-tag):
9266 Fix call to completion-in-region. (Bug#9526)
9267
744ba0e3
JL
92682011-09-17 Juri Linkov <juri@jurta.org>
9269
9270 * textmodes/ispell.el (ispell-word): Add to the error message
9271 the word, ispell program name and current dictionary (bug#9121).
9272 (ispell-tex-arg-end): Capitalize "error" in the error message.
9273
d9bbf400
AS
92742011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9275
9276 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9277 check. (Bug#4251)
9278
8da11505
JL
92792011-09-17 Juri Linkov <juri@jurta.org>
9280
9281 * window.el (window-safe-min-height, window-safe-min-width):
9282 Fix typos (followup to bug#9522).
9283
a91adc7e
SJ
92842011-09-17 Sven Joachim <svenjoac@gmx.de>
9285
9286 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9287
064f328a
EZ
92882011-09-16 Eli Zaretskii <eliz@gnu.org>
9289
9290 * simple.el (line-move): If goal-column is set, move by logical
9291 lines, not by display lines. (Bug#971)
9292 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9293 to reflect the above change.
9294
e69df516
SM
92952011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * image.el (imagemagick-register-types): Use regexp-opt.
9298
cbb0f9ab
CY
92992011-09-15 Chong Yidong <cyd@stupidchicken.com>
9300
9301 * window.el (display-buffer-base-action): Rename from
9302 display-buffer-default-action. Make default value empty.
9303 (display-buffer-overriding-action): Convert to defvar.
9304 (display-buffer-fallback-action): New var.
9305
25322144
CY
93062011-09-15 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9309 declaration.
9310 (package--add-to-archive-contents): If there is a duplicate entry
9311 with an older version, remove it.
9312 (package-menu-mark-delete, package-menu-mark-install)
9313 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9314 (package-menu-mark-obsolete-for-deletion):
9315 Use package-menu-get-status instead of a regexp search.
25322144
CY
9316 (package-menu-get-status): Use tabulated-list-entry.
9317 (package-menu-mark-upgrades): New command.
d770725a 9318 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9319 (package-menu-execute): Do installation before deletion.
9320 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9321 instead of checking major-mode.
9322 (package-menu--find-upgrades): New function.
9323
7520339c
LMI
93242011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9325
9326 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9327 passwords in the log buffer.
65a046c4
LMI
9328 (smtpmail-process-filter): Update the process marker so that the
9329 "broken by peer" status message is inserted in the right place.
7520339c 9330
d3c30954
SM
93312011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9332
3fe48822
SM
9333 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9334 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9335 bibtex-completion-at-point-function.
9336 (bibtex-completion-at-point-function): Use them.
9337
1b8b3954
SM
9338 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9339
d3c30954
SM
9340 * mpc.el (mpc-constraints-tag-lookup): New function.
9341 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9342 also to browser "album|playlist".
9343
72779976
JL
93442011-09-14 Juri Linkov <juri@jurta.org>
9345
9346 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9347 (isearch-edit-string): Use length of `isearch-string' when
9348 `isearch-fail-pos' returns nil.
9349 (isearch-message): Remove duplicate code and call
9350 `isearch-fail-pos' with arg `t'.
9351
a0bf2bcd
CY
93522011-09-14 Chong Yidong <cyd@stupidchicken.com>
9353
17bb0a2d
CY
9354 * replace.el (occur-mode-goto-occurrence): Don't force using other
9355 window (Bug#9499).
9356
a0bf2bcd
CY
9357 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9358
f678e0b6
MR
93592011-09-14 Martin Rudalics <rudalics@gmx.at>
9360
9361 * window.el (display-buffer-window): Remove.
9362 (display-buffer-record-window): Use help-setup window parameter
9363 instead of variable display-buffer-window.
9364 (display-buffer-function, special-display-buffer-names)
9365 (special-display-function): Mention help-setup parameter instead
9366 of display-buffer-window in doc-string.
d3c30954
SM
9367 * help.el (help-window-setup): New argument help-window.
9368 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9369 Reword some messages.
9370 (with-help-window): Pass window used for displaying the buffer
9371 to help-window-setup. Don't set display-buffer-window.
9372
8e39b2e8
GM
93732011-09-13 Glenn Morris <rgm@gnu.org>
9374
9375 * emacs-lisp/debug.el (debugger-make-xrefs):
9376 Preserve point. (Bug#9462)
9377
85e9c04b
CY
93782011-09-13 Chong Yidong <cyd@stupidchicken.com>
9379
9380 * window.el (window-deletable-p): Use next-frame.
9381
1b36ed6a
MR
93822011-09-13 Martin Rudalics <rudalics@gmx.at>
9383
9384 * window.el (window-auto-delete): Remove.
9385 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9386 dedication and previous buffers.
1b36ed6a
MR
9387 (switch-to-prev-buffer): Don't delete window.
9388 (delete-windows-on): Delete a window's frame if and only if the
9389 window is dedicated.
9390 (replace-buffer-in-windows): Delete buffer's window or frame if
9391 and only if window is dedicated.
9392 (quit-window): Handle quit-restore as before last change.
4d61f28d 9393 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9394
ef8ef9fb
CY
93952011-09-13 Chong Yidong <cyd@stupidchicken.com>
9396
9397 * window.el (window-deletable-p): Never delete the last frame on a
9398 given terminal.
9399
b2cba41e
GM
94002011-09-13 Glenn Morris <rgm@gnu.org>
9401
9402 * help.el (describe-key-briefly): Copy previous standard-output change.
9403
51553db6 94042011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9405
9406 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9407
b7556719
GM
94082011-09-13 Glenn Morris <rgm@gnu.org>
9409
9410 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9411 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9412
64b51947
CY
94132011-09-12 Chong Yidong <cyd@stupidchicken.com>
9414
9415 * dired-aux.el (dired-mark-read-string): Don't return default
9416 value on empty input (Bug#9361).
9417 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9418 Omit initial minibuffer contents.
9419 (dired-do-chmod): Signal an error on empty input.
9420 (dired-mark-read-string): Don't return default on empty input.
9421
9422 * files.el (file-modes-symbolic-to-number): Doc fix.
9423
393a301e
SM
94242011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * international/mule-cmds.el (ucs-completions): Remove.
9427 (read-char-by-name): Use complete-with-action instead; add metadata.
9428
fa5660f9
CY
94292011-09-11 Chong Yidong <cyd@stupidchicken.com>
9430
9431 * window.el (display-buffer--action-function-custom-type)
9432 (display-buffer--action-custom-type): New vars.
9433 (display-buffer-alist, display-buffer-default-action)
9434 (display-buffer-overriding-action): Add defcustom types.
9435
4a592f66
CY
9436 * frame.el (delete-other-frames): Doc fix (Bug#276).
9437
73d56dbd
LMI
94382011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9439
9440 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9441
37ac18a3
CY
94422011-09-11 Chong Yidong <cyd@stupidchicken.com>
9443
9444 Change modes that used same-window-* vars to use switch-to-buffer.
9445
9446 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9447 Use switch-to-buffer.
9448
9449 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9450 (customize-browse, custom-buffer-create-other-window):
9451 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9452
9453 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9454 (Info-prev, Info-up, Info-speedbar-goto-node)
9455 (info-display-manual): Use switch-to-buffer.
9456 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9457
9458 * mail/sendmail.el (mail): Use switch-to-buffer.
9459 (mail-recover): Use switch-to-buffer-other-window.
9460
9461 * cmuscheme.el (run-scheme, switch-to-scheme):
9462 * ielm.el (ielm):
9463 * shell.el (shell):
9464 * net/rlogin.el (rlogin):
9465 * net/telnet.el (telnet, rsh):
9466 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9467
10195bd6
AS
94682011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9469
9470 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9471
b322f63a
LMI
94722011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9473
39d7fed6
LMI
9474 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9475 so don't mention it (bug#9301).
ba5a81f1 9476 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9477
ee0e9f11
LMI
9478 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9479 match `x', `w32' and `ns', like the manual says (bug#9029).
9480
0b1c89c1 9481 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9482 (process-kill-buffer-query-function): Mention the buffer name in
9483 the query.
0b1c89c1 9484
77549ea8
LMI
9485 * image-mode.el (image-next-line): The line parameter is mandatory
9486 (bug#9258).
9487
803ef892
LMI
9488 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9489 which can be useful (bug#9301).
9490
12980837
LMI
9491 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9492
91054f8f
LMI
9493 * subr.el (match-string): Mention that the current buffer should
9494 be the same as the search was done in (bug#9282).
9495
b322f63a
LMI
9496 * facemenu.el: Disable the remove-* commands if the mark isn't
9497 active (bug#9162).
9498
3199b96f
CY
94992011-09-10 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9502 of display-buffer.
9503 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9504
9505 * replace.el (occur-mode-goto-occurrence)
9506 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9507 and display-buffer.
9508
9509 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9510 display-buffer.
9511
9512 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9513 special-display and same-window variables.
9514 (mail-other-window): Use switch-to-buffer-other-window.
9515 (mail-other-frame): USe switch-to-buffer-other-frame.
9516
393a301e
SM
9517 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9518 Use display-buffer-other-frame.
3199b96f
CY
9519 (gdb-display-gdb-buffer): Use pop-to-buffer.
9520
9521 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9522
9523 * progmodes/python.el: Don't set same-window-buffer-names.
9524
9525 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9526
9527 * window.el (display-buffer-alist): Add *Python*.
9528
8319e0bf
CY
95292011-09-10 Chong Yidong <cyd@stupidchicken.com>
9530
9531 * window.el (display-buffer-alist): Add entry for buffers
9532 previously handled same-window-*.
9533 (display-buffer-alist, display-buffer-default-action)
9534 (display-buffer-overriding-action): Mark as risky.
9535 (display-buffer-alist): Document action function changes.
9536 (display-buffer--same-window-action)
9537 (display-buffer--other-frame-action): New variables.
9538 (switch-to-buffer, display-buffer-other-frame): Use them.
9539 (display-buffer): Rename reuse-frame entry to reusable-frames.
9540 (display-buffer-reuse-selected-window): Function deleted.
9541 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9542 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9543 (display-buffer-special): New function.
9544 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9545 display-buffer-reuse-or-pop-window. Split off special-display
9546 part into display-buffer-special.
9547 (display-buffer-use-some-window): Don't perform any special
9548 pop-up-frames handling.
9549 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9550 (display-buffer--maybe-same-window): Rename from
0d3ff375 9551 display-buffer-maybe-same-window.
8319e0bf 9552
919a69aa
CY
9553 * info.el: Don't set same-window-regexps.
9554 (info-setup): New function.
9555 (info-other-window, info): Call it.
9556
9557 * cus-edit.el: Don't set same-window-regexps.
9558 (customize-group): New argument.
9559 (customize-group-other-window): Use it.
9560 (customize-face, customize-face-other-window): Likewise.
9561 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9562
8319e0bf
CY
9563 * net/rlogin.el:
9564 * net/telnet.el:
9565 * progmodes/gud.el: Don't set same-window-regexps.
9566
9567 * cmuscheme.el:
9568 * ielm.el:
9569 * shell.el:
9570 * mail/sendmail.el:
9571 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9572
25173000
JL
95732011-09-10 Juri Linkov <juri@jurta.org>
9574
9575 * isearch.el (isearch-edit-string): Remove obsolete mention of
9576 `C-w' (`isearch-yank-word-or-char') from docstring.
9577 (isearch-query-replace): Fix typo in docstring (bug#9466).
9578
056e44ef
JL
95792011-09-10 Juri Linkov <juri@jurta.org>
9580
9581 * paren.el (show-paren-function): Don't show escaped parens.
9582 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9583
c3760c17
EZ
95842011-09-10 Eli Zaretskii <eliz@gnu.org>
9585
9586 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9587 (mm-default-file-encoding): Remove autoload forms, they are
9588 replaced with autoload cookies in mml.el and mm-encode.el.
9589 (mail-add-attachment): New command.
9590 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9591 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9592 the doc string.
9593 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9594
fece895e
RT
95952011-09-10 Reuben Thomas <rrt@sc3d.org>
9596
e69df516
SM
9597 * simple.el (count-words-region): Use buffer if there's no region
9598 (bug#9429).
fece895e 9599
5e68ce4a
JL
96002011-09-09 Juri Linkov <juri@jurta.org>
9601
9602 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9603 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9604 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9605
0a6b9622
AM
96062011-09-09 Alan Mackenzie <acm@muc.de>
9607
9608 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9609 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9610
14a29deb
EZ
96112011-09-09 Eli Zaretskii <eliz@gnu.org>
9612
9613 Fix for Savannah bug#9392.
9614 * simple.el (mail-encode-mml): New defvar.
9615
9616 * mail/rmail.el (mail-encode-mml): Add a defvar.
9617 (rmail-enable-mime-composing): Default to t.
9618 (rmail-forward): Use MIME method of forwarding only if both
9619 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9620 Set mail-encode-mml non-nil if the MIME method was used.
9621
9622 * mail/sendmail.el (mml-to-mime): Add autoload form.
9623 (mail-encode-mml): Add a defvar.
9624 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9625 to nil.
9626 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9627 message through mml-to-mime, and reset mail-encode-mml to nil.
9628
28c45130
GM
96292011-09-09 Glenn Morris <rgm@gnu.org>
9630
9631 * woman.el (woman-if-body): When processing an .el block,
9632 do not delete the next .el block as well. (Bug#9447)
69f4b618 9633 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9634
9b1c252e
MR
96352011-09-08 Martin Rudalics <rudalics@gmx.at>
9636
9637 * window.el (window-deletable-p): Make sure window is live before
9638 invoking window-prev-buffers.
9639
567457e3
LL
96402011-09-08 Leo Liu <sdl.web@gmail.com>
9641
9642 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9643
97f05794
JL
96442011-09-08 Juri Linkov <juri@jurta.org>
9645
9646 * progmodes/compile.el (compilation-environment): Make it
9647 a defcustom (bug#8340).
9648
8b0874b5
MR
96492011-09-08 Martin Rudalics <rudalics@gmx.at>
9650
9651 * window.el (frame-auto-delete): Rename to window-auto-delete.
9652 Make it control auto-deletion of windows and/or frames.
9653 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9654 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9655 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9656 Rewrite handling of case when window/frame can be deleted.
9657 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9658 argument t. (Bug#9456)
8b0874b5 9659
4feb6e73
CY
96602011-09-07 Chong Yidong <cyd@stupidchicken.com>
9661
9662 * help-mode.el (help-mode): Restore autoload.
9663
91ab9c13
JL
96642011-09-07 Juri Linkov <juri@jurta.org>
9665
9666 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9667 `compilation-environment'. Set buffer-local
9668 `compilation-environment' to `thisenv' later after (funcall mode).
9669 (Bug#8340)
9670
9671 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9672 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9673 instead of replacing its value. (Bug#8340)
9674
0527e251
JL
96752011-09-07 Juri Linkov <juri@jurta.org>
9676
9677 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9678 based on text properties put by `grep-filter' instead of matching
9679 escape sequences.
9680 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9681 to the value of `grep-error-screen-columns' (bug#9438).
9682
249f792c
JL
96832011-09-07 Juri Linkov <juri@jurta.org>
9684
9685 * simple.el (next-error-highlight, next-error-highlight-no-select):
9686 Doc fix (bug#9432).
9687
ff7271b9
OT
96882011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9689
9690 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9691 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9692
183fc730
LL
96932011-09-07 Leo Liu <sdl.web@gmail.com>
9694
9695 * net/rcirc.el (rcirc-mode): Conditionally initialize
9696 rcirc-input-ring.
9697
77694924
SM
96982011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * emacs-lisp/find-func.el (find-function-C-source): Only set
9701 find-function-C-source-directory after checking that we found a source
9702 file there (bug#9440).
9703
d809b8eb
AM
97042011-09-06 Alan Mackenzie <acm@muc.de>
9705
9706 * isearch.el (isearch-other-meta-char): Wherever a key list is
9707 unread, "unread" the prefix arg, too. This fixes bug #8901.
9708
453de99f
OG
97092011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9710
9711 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9712
90439906
JL
97132011-09-05 Juri Linkov <juri@jurta.org>
9714
9715 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9716
f62bd846
JL
97172011-09-05 Juri Linkov <juri@jurta.org>
9718
9719 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9720 keeping point where processing of grep matches begins, and
9721 continue to delete remaining escape sequences from the same point.
9722 (grep-filter): Make leading zero optional in "0?1;31m" because
9723 git-grep emits "\033[1;31m" escape sequences unlike expected
9724 "\033[01;31m" as GNU Grep does (bug#9408).
9725 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9726
045820ec
JL
97272011-09-05 Juri Linkov <juri@jurta.org>
9728
9729 * subr.el (y-or-n-p): Capitalize "yes".
9730
f5e29b9b
MA
97312011-09-04 Michael Albinus <michael.albinus@gmx.de>
9732
9733 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9734 `tramp-cache-unload-hook' where appropriate.
9735 (tramp-methods): Rename `tramp-remote-sh' to
9736 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9737 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9738
9739 * net/tramp-sh.el (top): Don't require 'shell.
9740 (tramp-methods): Add `tramp-remote-shell' and
9741 `tramp-remote-shell-args' entries.
9742 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9743 (tramp-sh-handle-shell-command): Remove.
9744 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9745 Use `tramp-remote-shell'.
9746
2784c434
CY
97472011-09-03 Chong Yidong <cyd@stupidchicken.com>
9748
393a301e 9749 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9750 (sendmail-query-once): Save directly to send-mail-function.
9751 Update message-send-mail-function too.
9752
9753 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9754
464cdf56
CS
97552011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9756
9757 * progmodes/python.el (python-mode-map): Use correct function to
9758 start python interpreter from menu-bar (as reported by Geert
9759 Kloosterman).
9760 (inferior-python-mode-map): Fix typo.
393a301e 9761 (python-shell-map): Remove.
464cdf56 9762
d37e5c87
DD
97632011-09-03 Deniz Dogan <deniz@dogan.se>
9764
9765 * net/rcirc.el (rcirc-print): Simplify code for
9766 rcirc-scroll-show-maximum-output. There is no need to walk
9767 through all windows to find the right one.
9768
f3ada0ee
CS
97692011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9770
9771 * help.el (help-return-method): Doc fix.
9772
1f3c99ca
MR
97732011-09-03 Martin Rudalics <rudalics@gmx.at>
9774
9775 * window.el (window-deletable-p): Don't return a non-nil value
9776 when there's a buffer that was shown in the window before.
9777 (Bug#9419)
393a301e
SM
9778 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9779 Set window's previous buffers to nil.
1f3c99ca 9780
a3cf097f
EZ
97812011-09-03 Eli Zaretskii <eliz@gnu.org>
9782
9783 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9784 newline before and after the tag line, so it doesn't interfere
9785 with determining the paragraph direction of bidirectional text.
9786
3d03de90
LL
97872011-09-03 Leo Liu <sdl.web@gmail.com>
9788
9789 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9790
c3313451
CY
97912011-09-02 Chong Yidong <cyd@stupidchicken.com>
9792
393a301e 9793 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9794 (pop-to-buffer): Change interactive spec. Pass second argument
9795 directly to display-buffer.
9796 (display-buffer): Fix interactive spec. Use functionp to
9797 distinguish between a function and a list of functions.
9798
9799 * abbrev.el (edit-abbrevs):
9800 * arc-mode.el (archive-extract):
9801 * autoinsert.el (auto-insert):
9802 * bookmark.el (bookmark-bmenu-list):
9803 * files.el (find-file):
9804 * view.el (view-buffer):
9805 * progmodes/compile.el (compilation-goto-locus):
9806 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9807
89894cd8
CY
98082011-09-02 Chong Yidong <cyd@stupidchicken.com>
9809
9810 * window.el (display-buffer-alist): Doc fix.
9811 (display-buffer): Add docstring. Don't treat
9812 display-buffer-default specially.
9813 (display-buffer-reuse-selected-window)
9814 (display-buffer-same-window, display-buffer-maybe-same-window)
9815 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9816 (display-buffer-pop-up-window)
9817 (display-buffer-reuse-or-pop-window)
9818 (display-buffer-use-some-window): New functions.
9819 (display-buffer-default-action): Use them.
393a301e 9820 (display-buffer-default): Delete.
89894cd8
CY
9821 (pop-to-buffer-1): Fix choice of actions.
9822
ae0bc9fb
SM
98232011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * minibuffer.el (completion--insert-strings): Don't get confused by
9826 completion entries that end with an LF char.
9827
e9d90883
EZ
98282011-09-01 Eli Zaretskii <eliz@gnu.org>
9829
9830 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9831
437014c8
CY
98322011-09-01 Chong Yidong <cyd@stupidchicken.com>
9833
9834 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9835 (display-buffer-same-window, display-buffer-other-window):
9836 New functions.
437014c8
CY
9837 (pop-to-buffer-1): New function. Use the above.
9838 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9839 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9840
9841 * view.el (view-buffer-other-window, view-buffer-other-frame):
9842 Just use pop-to-buffer.
9843
a5e063d5
TV
98442011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9845
9846 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9847
793d32bb
WH
98482011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9849
9850 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9851
d65e4c15
RS
98522011-08-31 Richard Stallman <rms@gnu.org>
9853
9854 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9855 of the separation of rmail-view-buffer from rmail-buffer.
9856 If you say no to "replace original", the decrypt is in the
9857 view buffer. If you say yes, the decrypt goes into the
9858 rmail buffer also.
9859
f818cd2a
MR
98602011-08-31 Martin Rudalics <rudalics@gmx.at>
9861
9862 * window.el (display-buffer-window): Rewrite doc-string.
9863 (display-buffer-record-window): New function.
9864 (display-buffer-macro-specifiers)
9865 (display-buffer-even-window-sizes, display-buffer-set-height)
9866 (display-buffer-set-width, display-buffer-in-window)
9867 (display-buffer-reuse-window, display-buffer-split-specifiers)
9868 (display-buffer-side-specifiers, display-buffer-split-window-1)
9869 (display-buffer-split-window, display-buffer-split-atom-window)
9870 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9871 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9872 (display-buffer-other-window-means-other-frame)
9873 (display-buffer-normalize-special)
9874 (display-buffer-normalize-default)
9875 (display-buffer-normalize-argument)
9876 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9877 (display-buffer-normalize-specifiers, display-buffer-frame)
9878 (display-buffer-same-window, display-buffer-same-frame)
9879 (display-buffer-other-window)
9880 (display-buffer-same-frame-other-window)
9881 (display-buffer-other-frame, pop-to-buffer-same-window)
9882 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9883 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9884 (switch-to-buffer-same-frame)
9885 (switch-to-buffer-other-window-same-frame)
9886 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9887 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9888 (display-buffer-alist-set): Remove.
9889 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9890 (special-display-regexps, special-display-function):
9891 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9892 parameter.
9893 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9894 (special-display-frame-alist, special-display-popup-frame)
9895 (same-window-buffer-names, same-window-regexps, same-window-p)
9896 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9897 (split-window-preferred-function, split-height-threshold)
9898 (split-width-threshold, window-splittable-p)
9899 (split-window-sensibly, window--try-to-split-window)
9900 (window--frame-usable-p, even-window-heights)
9901 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9902 (window--display-buffer-2, display-buffer-other-frame):
9903 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9904 (display-buffer-default, display-buffer-assq-regexp): New functions.
9905 (display-buffer-alist): Rewrite doc-string.
9906 (display-buffer-default-action)
9907 (display-buffer-overriding-action): New variables.
9908 (display-buffer, switch-to-buffer): Rewrite.
9909 (pop-to-buffer): Restore Emacs 23 behavior but use
9910 window-normalize-buffer-to-display.
9911 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9912 Restore Emacs 23 behavior but use
9913 window-normalize-buffer-to-switch-to.
9914 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9915 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9916 Rewrite using Emacs 23 options.
f818cd2a 9917
5bc3b51d
MA
99182011-08-31 Michael Albinus <michael.albinus@gmx.de>
9919
9920 * net/tramp.el (tramp-root-regexp): Remove.
9921 (tramp-completion-file-name-regexp-unified)
9922 (tramp-completion-file-name-regexp-separate)
9923 (tramp-completion-file-name-regexp-url): Don't use leading volume
9924 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9925 (tramp-drop-volume-letter): Simplify definition.
9926 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9927
b1a4f8e1
SM
99282011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9931 (bug#9356).
9932
5664fa7b
RT
99332011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9934
b1a4f8e1 9935 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9936
9a45d6c3
JL
99372011-08-29 Juri Linkov <juri@jurta.org>
9938
9939 * isearch.el (isearch-done): Don't display message "Mark saved"
9940 when arg `edit' is non-nil to prevent its flicker in the echo area.
9941
fb87e0fb
CY
99422011-08-28 Chong Yidong <cyd@stupidchicken.com>
9943
9944 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9945 obsolete packages for deletion.
9946
09ac1c2a
CS
99472011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9948
9949 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9950 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9951 view-mode from help-mode.
9952 (help-xref-override-view-map): Remove.
9953 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9954 view-mode is not used anymore.
9955
7a1ff57f
CY
99562011-08-28 Chong Yidong <cyd@stupidchicken.com>
9957
9958 * server.el (server-port): Doc fix.
9959
b9696605
CY
9960 * cus-theme.el (custom-theme-choose-mode): Inherit from
9961 special-mode (Bug#9124).
9962 (custom-theme-choose-mode-map): Add special-mode to parent.
9963
ef8cdf8c
AM
99642011-08-28 Alan Mackenzie <acm@muc.de>
9965
9966 * progmodes/cc-fonts.el
9967 (c-make-font-lock-BO-decl-search-function): New function.
9968 (c-basic-matchers-after - "Fontify the clauses after various
9969 keywords"): Extract the three keyword lists for the 3 erroneous
9970 constructs from the list of four, and use the new function above
9971 in place of an old one.
9972
27de4e20
DD
99732011-08-28 Deniz Dogan <deniz@dogan.se>
9974
9975 * net/rcirc.el (rcirc-insert-prev-input)
9976 (rcirc-insert-next-input): Remove unused argument.
9977
356a3681
SM
99782011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9981
3fc9b218
AM
99822011-08-27 Alan Mackenzie <acm@muc.de>
9983
9984 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9985 handle function pointer parameters properly.
9986
538a061c
MR
99872011-08-27 Martin Rudalics <rudalics@gmx.at>
9988
9989 * window.el (display-buffer-reuse-window): Fix case where
9990 selected window was reused with non-nil OTHER-WINDOW argument.
9991 (Bug#9381)
9992
35b1c40c
DD
99932011-08-27 Deniz Dogan <deniz@dogan.se>
9994
9995 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9996 oftc's NickServ messages.
9997
2f6a3e79
GM
99982011-08-27 Glenn Morris <rgm@gnu.org>
9999
10000 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10001
7254299e
CY
100022011-08-26 Chong Yidong <cyd@stupidchicken.com>
10003
10004 * emacs-lisp/package.el (package-install): Call package-initialize
10005 if called interactively.
10006
f8ccf167
LL
100072011-08-26 Leo Liu <sdl.web@gmail.com>
10008
10009 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10010
3e8cd5ce
JL
100112011-08-25 Juri Linkov <juri@jurta.org>
10012
10013 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10014 `search-whitespace-regexp' (bug#9364).
10015
93eb7113
JL
100162011-08-25 Juri Linkov <juri@jurta.org>
10017
10018 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10019 `regexp-search-ring' to their global values to protect from
10020 updating by `read-from-minibuffer' (bug#9185).
10021
f65d1611
JL
100222011-08-25 Juri Linkov <juri@jurta.org>
10023
10024 * textmodes/ispell.el (ispell-command-loop): Add newline
10025 at the end of the "Use option `i'..." line.
10026
f1cf7a31
JL
100272011-08-25 Juri Linkov <juri@jurta.org>
10028
10029 * battery.el (display-battery-mode): If `battery-status-function'
10030 or `battery-mode-line-format' is nil, display the message and set
10031 `display-battery-mode' to nil (bug#9363).
10032
0c95fcf7
EZ
100332011-08-25 Eli Zaretskii <eliz@gnu.org>
10034
10035 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10036 bidi-string-mark-left-to-right; they are unnecessary now.
10037
a2ebe600
DD
100382011-08-25 Deniz Dogan <deniz@dogan.se>
10039
10040 * net/quickurl.el: Documentation typo fixes.
10041
e4ed06f1
CY
100422011-08-25 Chong Yidong <cyd@stupidchicken.com>
10043
10044 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10045
e5f1c99e
GM
100462011-08-25 Glenn Morris <rgm@gnu.org>
10047
b2948976
GM
10048 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10049
e5f1c99e
GM
10050 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10051 (smtpmail-via-smtp): Handle nil response from smtp.
10052
f22f4808
JL
100532011-08-24 Juri Linkov <juri@jurta.org>
10054
10055 * proced.el (proced-marked): Inherit from `error' instead of
10056 `font-lock-warning-face'.
10057
10058 * ibuffer.el (ibuffer-marked-face): Change default face from
10059 `font-lock-warning-face' to `warning'.
10060 (ibuffer-deletion-face): Change default face from
10061 `font-lock-type-face' to `error'.
10062
10063 * battery.el (battery-update): Use the face `error' instead of
10064 `font-lock-warning-face' (bug#6117).
10065
6a93965e
JL
100662011-08-24 Juri Linkov <juri@jurta.org>
10067
10068 * faces.el (success): Change face color from "Green3" to
10069 "ForestGreen" on light background (bug#9353).
10070
1ed43b09
CY
100712011-08-24 Chong Yidong <cyd@stupidchicken.com>
10072
5664fa7b
RT
10073 * window.el (quit-window): Rename from quit-restore-window.
10074 Use same arglist as old quit-window.
1ed43b09
CY
10075 (frame-auto-delete): Doc fix.
10076
10077 * view.el (view-mode-exit): Use quit-window.
10078
11dcdbb2
JL
100792011-08-24 Juri Linkov <juri@jurta.org>
10080
10081 * isearch.el (isearch-ring-adjust1): Start visiting previous
10082 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10083 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10084 for empty search string (when the last search string is reused
10085 automatically) to adjust the isearch ring to the last element and
10086 prepare the correct index for further M-p commands (bug#9185).
10087
de62b4df
KH
100882011-08-24 Kenichi Handa <handa@m17n.org>
10089
10090 * international/ucs-normalize.el: If decomposition property of
10091 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10092 nil.
10093 (nfd, nfkd): Likewise.
10094
963b492b
SM
100952011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10098 from process filters aren't reliably transmitted to the surrounding
10099 accept-process-output.
10100 (mpc-proc-check): New function.
10101 (mpc-proc-sync): Use it (bug#8293)
10102
93b6b5e1
SM
101032011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10106 Add compatibility functions (bug#9313).
10107
bca633fb
EZ
101082011-08-23 Eli Zaretskii <eliz@gnu.org>
10109
b177498a
EZ
10110 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10111
6df6ae42 10112 * international/uni-bidi.el: Regenerate.
bca633fb 10113
0902a04e
KH
101142011-08-23 Kenichi Handa <handa@m17n.org>
10115
10116 * international/charprop.el:
10117 * international/uni-bidi.el:
10118 * international/uni-category.el:
10119 * international/uni-combining.el:
10120 * international/uni-comment.el:
10121 * international/uni-decimal.el:
10122 * international/uni-decomposition.el:
10123 * international/uni-digit.el:
10124 * international/uni-lowercase.el:
10125 * international/uni-mirrored.el:
10126 * international/uni-name.el:
10127 * international/uni-numeric.el:
10128 * international/uni-old-name.el:
10129 * international/uni-titlecase.el:
10130 * international/uni-uppercase.el: Regenerate.
10131
3bbf23bc
MR
101322011-08-23 Martin Rudalics <rudalics@gmx.at>
10133
10134 * help.el (help-window-setup): Fix message displayed when other
10135 window is reused. (Bug#9341)
10136
b3fd59bd
SM
101372011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10138
1802e444
SM
10139 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10140 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10141
b3fd59bd
SM
10142 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10143 Mark obsolete.
10144 * shell.el (shell-parse-pcomplete-arguments): New function.
10145 (shell-completion-vars): Use it instead (bug#9160).
10146
4eb61348
SM
101472011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10148
867cab74
SM
10149 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10150 strings and comments (bug#9333).
10151
4eb61348
SM
10152 * emacs-lisp/debug.el (debug-arglist): New function.
10153 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10154 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10155
262a1439
JL
101562011-08-22 Juri Linkov <juri@jurta.org>
10157
56ee679c
JL
10158 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10159 Revert regexp that highlights output switches to its old
10160 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10161
262a1439
JL
10162 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10163 to check for empty output (bug#9226).
10164
f13f86fb
CY
101652011-08-22 Chong Yidong <cyd@stupidchicken.com>
10166
10167 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10168 symbol-constituent as the default, as that stops font-lock from
10169 working properly (Bug#8843).
10170
c65c9622
LMI
101712011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10172
10173 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10174 `coding-system-for-*' around the process open call to avoid
10175 auth-source side effects.
e7f2c178 10176 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10177 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10178 probe hangs.
c65c9622 10179
23a8a5ab
CY
101802011-08-21 Chong Yidong <cyd@stupidchicken.com>
10181
ff98b2dd
CY
10182 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10183
23a8a5ab
CY
10184 * emacs-lisp/find-func.el (find-function-noselect): New arg
10185 lisp-only.
10186
10187 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10188 signal an error for built-in functions (Bug#6664).
10189
f5e3c598
LMI
101902011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10191
10192 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10193 (smtpmail-try-auth-methods): Use it.
10194
a3f2468a
CY
101952011-08-21 Chong Yidong <cyd@stupidchicken.com>
10196
2c34e8da
CY
10197 * font-lock.el (font-lock-fontify-region)
10198 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10199 (font-lock-default-unfontify-buffer)
10200 (font-lock-default-fontify-region)
10201 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10202
b3fd59bd
SM
10203 * progmodes/compile.el (compilation-error-properties):
10204 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10205 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10206 `ant' regexp.
ee31aabc 10207
a3f2468a
CY
10208 * net/browse-url.el (browse-url-firefox): Don't call
10209 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10210
8e999f70
GM
102112011-08-20 Glenn Morris <rgm@gnu.org>
10212
c21a496a
GM
10213 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10214
59ee0542
GM
10215 * tutorial.el (tutorial--default-keys): Update some default bindings.
10216
8e999f70
GM
10217 * files.el (hack-local-variables): Fully ignore case for "mode:".
10218
e3715033
AM
102192011-08-20 Alan Mackenzie <acm@muc.de>
10220
10221 Resolve invalid use of a regexp in regexp-opt.
10222
4d61f28d
JB
10223 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10224 detection for a java annotation.
e3715033 10225
4d61f28d 10226 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10227 detection for a java annotation.
10228
4d61f28d
JB
10229 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10230 handling for java.
e3715033
AM
10231 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10232
04ed2e9c
CY
102332011-08-20 Chong Yidong <cyd@stupidchicken.com>
10234
10235 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10236 (Bug#9274).
10237
826cee64
AM
102382011-08-20 Alan Mackenzie <acm@muc.de>
10239
58179cce 10240 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10241 such a construct. Mainly for when jit-lock etc. starts a chunk
10242 here.
10243
58179cce 10244 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10245 variable.
58179cce 10246 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10247 c-make-font-lock-search-function.
10248 (c-make-font-lock-search-function): Use the above function.
10249 (c-make-font-lock-context-search-function): New function.
10250 (c-cpp-matchers): Enhance the preprocessor expression case with
10251 the above function
10252 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10253 which takes an expression.
10254
10255 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10256
13009bd8
MR
102572011-08-20 Martin Rudalics <rudalics@gmx.at>
10258
10259 * window.el (display-buffer-reuse-window)
10260 (display-buffer-pop-up-window): Don't reuse or split a side
10261 window.
10262
9234ff7f
GM
102632011-08-19 Glenn Morris <rgm@gnu.org>
10264
10265 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10266 Downcase "Mode:". (Bug#9331)
9234ff7f 10267
f635daa1
CY
102682011-08-18 Chong Yidong <cyd@stupidchicken.com>
10269
10270 * international/characters.el: Add L and R categories.
10271
10272 * subr.el (bidi-string-mark-left-to-right): Rename from
10273 string-mark-left-to-right. Use category search.
10274
10275 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10276
bc987f8b
JL
102772011-08-18 Juri Linkov <juri@jurta.org>
10278
10279 * faces.el (error, warning, success): New faces with definitions
10280 copied from old default values of `font-lock-warning-face',
10281 `compilation-warning', `compilation-info' (bug#6117).
10282
10283 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10284
10285 * progmodes/compile.el (compilation-error): Inherit from `error'.
10286 (compilation-warning): Inherit from `warning'.
10287 (compilation-info): Inherit from `success'.
10288
10289 * dired.el (dired-marked): Inherit from `warning'.
10290 (dired-flagged): Inherit from `error'.
10291
57173b96
LMI
102922011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10293
3e79eb87
LMI
10294 * mail/smtpmail.el (auth-source): Require to avoid problems with
10295 binding variables (bug#9298). Also clean up some unused
10296 autoloads.
10297
b3fd59bd
SM
10298 * net/network-stream.el (network-stream-open-starttls):
10299 Support using starttls.el without using gnutls-cli.
57173b96 10300
02b404de
JL
103012011-08-17 Juri Linkov <juri@jurta.org>
10302
10303 * progmodes/grep.el (rgrep): Handle the case when
10304 `grep-find-command' is a cons cell (bug#9278).
10305
8c9177f2
MR
103062011-08-17 Martin Rudalics <rudalics@gmx.at>
10307
10308 * window.el (display-buffer-pop-up-frame): Run frame creation
10309 function with BUFFER current (as special-display-popup-frame
10310 does). Reported by Drew Adams.
10311
3644a0ab
DU
103122011-08-17 Daiki Ueno <ueno@unixuser.org>
10313
10314 * epa-mail.el: Simplify GnuPG group expansion using
10315 epg-expand-group.
10316 (epa-mail-group-alist, epa-mail-group-modtime)
10317 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10318 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10319 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10320 Remove.
10321
5e617bc2 103222011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10323
10324 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10325
9c4aeabf
AM
103262011-08-16 Alan Mackenzie <acm@muc.de>
10327
10328 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10329 Correct, to avoid the inside of macros.
10330
3a99bf64
RS
103312011-08-16 Richard Stallman <rms@gnu.org>
10332
04963aa8
RS
10333 * epa-mail.el: Handle GnuPG group definitions.
10334 (epa-mail-group-alist, epa-mail-group-modtime)
10335 (epa-mail-gnupg-conf-file): New variables.
10336 (epa-mail-parse-groups, epa-mail-sync-groups)
10337 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10338 (epa-mail-expand-recipients): New functions.
10339 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10340
177549d0
RS
10341 * mail/rmail.el (rmail-epa-decrypt): New command.
10342
fe38beef
RS
10343 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10344 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10345 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10346 (epa-decrypt-armor-in-region): Make error message clearer.
10347
934eacb9
SM
103482011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10351 and "a2b" to "ab" for `prefix'.
10352
d024fb4e
CY
103532011-08-14 Chong Yidong <cyd@stupidchicken.com>
10354
10355 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10356 filter groups.
de148fee
CY
10357 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10358 Fourquet (Bug#8804).
d024fb4e 10359
62f1ca49
JB
103602011-08-12 Juanma Barranquero <lekktu@gmail.com>
10361
10362 * startup.el (argi): Declare as global variable (bug#9275).
10363
9ccaaa4b
CY
103642011-08-12 Chong Yidong <cyd@stupidchicken.com>
10365
10366 * subr.el (string-mark-left-to-right): Search the entire string
10367 for RTL script, not just the terminating character. Doc fix.
10368
a3dae87a
SM
103692011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10370
6cd18349
SM
10371 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10372 New function.
10373 (js--regexp-literal, js-syntax-propertize-function): Remove.
10374 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10375 (js-mode-map): Don't rebind electric keys.
10376 (js-insert-and-indent): Remove.
10377 (js-mode): Setup electric-layout and electric-indent instead.
10378
a3dae87a
SM
10379 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10380
9d5cb631
DU
103812011-08-12 Daiki Ueno <ueno@unixuser.org>
10382
10383 * epa.el (epa-progress-callback-function): Fix the logic of
10384 displaying progress.
10385 * epa-file.el (epa-file-insert-file-contents): Make progress
10386 display more user-friendly.
10387 (epa-file-write-region): Ditto.
10388
3e26a4a2
CY
103892011-08-10 Chong Yidong <cyd@stupidchicken.com>
10390
10391 * subr.el (string-mark-left-to-right): New function.
10392
10393 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10394 Use string-mark-left-to-right.
10395 (list-buffers-noselect): Caller changed.
10396
a3dae87a
SM
10397 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10398 Use string-mark-left-to-right.
3e26a4a2
CY
10399 (tabulated-list-print): Recenter after moving point.
10400
ac8cf6e6
JL
104012011-08-10 Juri Linkov <juri@jurta.org>
10402
10403 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10404 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10405 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10406
8d96c9a4
CY
104072011-08-09 Chong Yidong <cyd@stupidchicken.com>
10408
10409 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10410 (Bug#7554).
10411
7be1c708 104122011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10413
10414 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10415 character. (Bug#6594)
10416
37e11a63
CY
104172011-08-08 Chong Yidong <cyd@stupidchicken.com>
10418
839dde57
CY
10419 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10420 (image-dired--with-db-file): New macro.
10421 (image-dired-write-tags, image-dired-remove-tag)
10422 (image-dired-create-gallery-lists, image-dired-write-comments)
10423 (image-dired-get-comment, image-dired-mark-tagged-files)
10424 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10425 (image-dired-gallery-generate): Use insert-file-contents.
10426
37e11a63
CY
10427 * time.el (display-time-world-list, display-time-world-display):
10428 * time-stamp.el (time-stamp-string):
10429 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10430 set-time-zone-rule (Bug#7337).
10431
0b4946c4
DU
104322011-08-08 Daiki Ueno <ueno@unixuser.org>
10433
10434 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10435 (epg-error-to-string, epg-errors-to-string): New function.
10436 (epg-wait-for-completion): Reverse errors list.
10437 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10438 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10439 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10440 (epg-sign-keys, epg-generate-key-from-file)
10441 (epg-generate-key-from-string): Format errors by using
10442 epg-errors-to-string (bug#9255).
10443 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10444
75bfc667
JL
104452011-08-07 Juri Linkov <juri@jurta.org>
10446
10447 * faces.el (list-faces-display): Remove extra angle bracket
10448 from `help-mode-map'.
10449
10450 * info.el (Info-history-toc-nodes): Doc fix.
10451
10452 * longlines.el (longlines-mode): Doc fix.
10453
673e08bb
SM
104542011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10455
4640dd88
SM
10456 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10457 of statements and in a few more cases (bug#9183).
10458
673e08bb
SM
10459 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10460 New functions.
10461 (cl-transform-lambda): Use them (bug#9239).
10462
89b3f019
MR
104632011-08-05 Martin Rudalics <rudalics@gmx.at>
10464
10465 * window.el (display-buffer-same-window)
10466 (display-buffer-same-frame, display-buffer-other-window)
10467 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10468 (pop-to-buffer-other-window)
10469 (pop-to-buffer-same-frame-other-window)
10470 (pop-to-buffer-other-frame): Make them defuns.
10471 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10472
640c8776
SM
104732011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * subr.el (make-composed-keymap): Move from C. Change calling
10476 convention, and improve docstring to bring attention to a subtle point.
10477 * minibuffer.el (completing-read-default): Adjust accordingly.
10478
63648a95
MA
104792011-08-03 Michael Albinus <michael.albinus@gmx.de>
10480
10481 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10482 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10483
10484 * net/trampver.el: Update release number.
10485
b796c9b7
SM
104862011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10489 "in" (bug#9190).
10490
2239d7d5
LMI
104912011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10492
e07dd7c3
LMI
10493 * mail/sendmail.el (sendmail-query-once): Restore the current
10494 buffer after querying (bug#9074).
10495
0e6a2bd7
LMI
10496 * dired.el (dired-flagged): Use different faces for marked and
10497 flagged files (bug#6117).
10498
ce887515
LMI
10499 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10500 (bug#4433).
10501
92f2affc
LMI
10502 * ido.el (ido-mode): Switch off the message if called
10503 non-interactively.
10504
57d5aff0
LMI
10505 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10506 before 587, since it appears that that's more likely to work for
10507 more people.
10508
98cd6c18 10509 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10510 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10511 exist.
10512
b96dec83
LMI
10513 * info.el: Remove the `Info-beginning-of-buffer' function
10514 (bug#8325).
10515
b796c9b7
SM
10516 * net/network-stream.el (network-stream-open-starttls):
10517 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10518
d90e2ea0
MR
105192011-08-01 Martin Rudalics <rudalics@gmx.at>
10520
10521 * window.el (display-buffer-in-window): Don't set dedicated status
10522 of window here (Bug#9215).
10523 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10524 (display-buffer-pop-up-side-window)
b796c9b7 10525 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10526
cca09170
SM
105272011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10530 before binding generated-autoload-file.
10531
027b979c
DD
105322011-08-01 Deniz Dogan <deniz@dogan.se>
10533
10534 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10535
3c7ee4f3
MA
105362011-07-30 Michael Albinus <michael.albinus@gmx.de>
10537
10538 Sync with Tramp 2.2.2.
10539
10540 * net/trampver.el: Update release number.
10541
2cc8e51a
JL
105422011-07-30 Juri Linkov <juri@jurta.org>
10543
10544 * dired-aux.el (dired-touch-initial): Remove function.
10545 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10546 current time, and `default' to the last modification time of the
10547 current marked file (bug#6887).
10548
a514d856
JM
105492011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10550
10551 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10552 numeric argument to read-number (bug#9163).
a514d856 10553
8a7eddd7
MA
105542011-07-27 Michael Albinus <michael.albinus@gmx.de>
10555
10556 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10557 connection process, it could be nil.
10558
1ddd96f5
LL
105592011-07-27 Leo Liu <sdl.web@gmail.com>
10560
10561 Simplify url handling in rcirc-mode.
10562
10563 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10564 (rcirc-browse-url-at-mouse): Remove.
10565 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10566
b248a85d
AM
105672011-07-26 Alan Mackenzie <acm@muc.de>
10568
10569 Fontify bitfield declarations properly.
10570
10571 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10572 (c-symbol-chars): Now exported as a lang variable.
10573 (c-not-primitive-type-keywords): New lang variable.
10574
10575 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10576 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10577 parsed as a bitfield declaration.
b248a85d 10578
b796c9b7
SM
10579 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10580 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10581 (c-punctuation-in): New function.
10582 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10583 declarations properly.
10584
68575ab0
UJ
105852011-07-26 Ulf Jasper <ulf.jasper@web.de>
10586
10587 * calendar/icalendar.el (icalendar--all-events): Take care of
10588 multiple vcalendars in a single file.
b796c9b7 10589 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10590
0f0a88b9
DD
105912011-07-25 Deniz Dogan <deniz@dogan.se>
10592
10593 * image.el (insert-image): Clarifying docstring.
10594
0b3f36df
MA
105952011-07-24 Michael Albinus <michael.albinus@gmx.de>
10596
10597 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10598 `tramp-send-command-and-check' if there is no error.
10599 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10600
a9901f61
AM
106012011-07-22 Alan Mackenzie <acm@muc.de>
10602
10603 Prevent cc-langs.elc being loaded at run time.
10604
10605 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10606 cc-langs.
10607
4d61f28d 10608 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10609 "(require 'cc-langs)". Quote a form so it will evaluate at
10610 (cc-mode's) compilation time.
10611
11d074b2
MA
106122011-07-22 Michael Albinus <michael.albinus@gmx.de>
10613
10614 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10615 loading. (Bug#9114)
10616
938b94c8
MR
106172011-07-21 Martin Rudalics <rudalics@gmx.at>
10618
10619 * window.el (display-buffer-pop-up-window)
10620 (display-buffer-pop-up-side-window)
10621 (display-buffer-in-side-window): Call display-buffer-set-height
10622 and display-buffer-set-width after setting the new window's
b796c9b7 10623 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10624
bfa4f190
SS
106252011-07-20 Sam Steingold <sds@gnu.org>
10626
10627 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10628 (etags-tags-included-tables): Call `convert-standard-filename' on
10629 the file names contained in TAGS so that windows Emacs can handle
10630 TAGS files created by cygwin ctags.
10631
8ca42262
LMI
106322011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10633
10634 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10635 which apparently didn't work.
10636
5db2afd2 106372011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10638
5db2afd2
RW
10639 * proced.el (proced-send-signal): For *Marked Processes* buffer
10640 put point at beginning of buffer.
10641
92e15d10
SB
106422011-07-19 Stephen Berman <stephen.berman@gmx.net>
10643
10644 * proced.el (proced-format): Make header lines align with the text
10645 (bug#1779).
10646
1bfd59e5
LMI
106472011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10648
10649 * view.el (view-buffer): Allow running in `special' modes if we're
10650 visiting a file (bug#8615).
10651
f5aae37c
MR
106522011-07-19 Martin Rudalics <rudalics@gmx.at>
10653
10654 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10655 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10656 New functions.
f5aae37c
MR
10657 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10658 more accurately.
10659
bf2c1571
AM
106602011-07-18 Alan Mackenzie <acm@muc.de>
10661
10662 Fontify declarators properly when, e.g., a jit-lock chunk begins
10663 inside a declaration.
10664
10665 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10666
b796c9b7
SM
10667 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10668 New function.
bf2c1571
AM
10669 (c-complex-decl-matchers): Insert reference to
10670 c-font-lock-enclosing-decls.
10671
10672 * progmodes/cc-engine.el (c-backward-single-comment):
10673 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10674 to nil around calls to (forward-comment -1).
10675
4e190b80
LMI
106762011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10677
12dc863d
LMI
10678 * image.el (put-image): Doc typo fix.
10679
a762e966
LMI
10680 * progmodes/etags.el (tags-search): Doc typo fix.
10681
4e190b80
LMI
10682 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10683 password if we get errors 550 to 554.
10684
f019fb21
LMI
106852011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10686
b796c9b7 10687 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10688
81746738
LMI
10689 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10690 indentation character (bug#6380).
10691
3ee3a1b5
LMI
10692 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10693
c82f64de
LMI
10694 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10695 to clarify what the problem is (bug#4291).
10696
f019fb21
LMI
10697 * simple.el (current-kill): Clarify what
10698 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10699 (auto-fill-mode): Document `auto-fill-function' in relation to
10700 `auto-fill-mode' (bug#2470).
f019fb21 10701
0794775d
LM
107022011-07-16 Lawrence Mitchell <wence@gmx.li>
10703
10704 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10705 method if slot is read-only (bug#9035).
10706
be39b8cc
MR
107072011-07-16 Martin Rudalics <rudalics@gmx.at>
10708
b796c9b7 10709 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10710 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10711 selected before, see discussion of (Bug#8615), (Bug#6954).
10712 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10713
6ccf7859
GM
107142011-07-15 Glenn Morris <rgm@gnu.org>
10715
10716 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10717 Respect help-form.
6ccf7859 10718
87e86684
LM
107192011-07-09 Lawrence Mitchell <wence@gmx.li>
10720
10721 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10722 (gnutls-negotiate): Use it.
10723
d6066239
LMI
107242011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10725
b796c9b7
SM
10726 * net/gnutls.el (gnutls-negotiate):
10727 Upcase `gnutls-algorithm-priority'.
d6066239 10728
bd23ebc0
GM
107292011-07-15 Glenn Morris <rgm@gnu.org>
10730
c65bca65
GM
10731 * jka-compr.el (jka-compr-verbose): Move from here...
10732 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10733 Add missing :version tag.
10734 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10735
478615cc
LMI
107362011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10737
7b41decb
LMI
10738 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10739 (gnutls-negotiate): Use it.
10740
dbc44fcd
LMI
10741 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10742
06789f97
LMI
10743 * info.el (Info-beginning-of-buffer): New command.
10744 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10745 announcing `b' as the key (bug#8325).
ab896c37 10746 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10747
c39da690
LMI
10748 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10749
3aa5f34b
LMI
10750 * international/mule-cmds.el
10751 (describe-specified-language-support): Make the error message
10752 clearer (bug#8905).
10753
4bf0979f
LMI
10754 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10755
478615cc
LMI
10756 * isearch.el (isearch-barrier): Add a doc string, since it's
10757 mentioned in a function doc string (bug#8678).
10758
75c68aa1
MR
107592011-07-15 Martin Rudalics <rudalics@gmx.at>
10760
10761 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10762 buffer argument (Bug#9083) and self-identifying label argument.
10763
a7c33da2
GM
107642011-07-15 Glenn Morris <rgm@gnu.org>
10765
10766 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10767
2f5c6024
LMI
107682011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10769
10770 * man.el (Man-fontify-manpage): Fix message when formatting the
10771 man page (bug#7929).
10772
0bb23927 107732011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10774
10775 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10776 argument LRM; if non-nil, append an invisible LRM character to the
10777 buffer name.
10778 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10779 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10780 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10781 paragraph direction.
cce4b0a7 10782
621ef9ab
LMI
107832011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10784
d1583c48
LMI
10785 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10786 the man page name (bug#7929).
10787
6a57fb5f
LMI
10788 * image.el (put-image): Mention the `put-image' overlay property
10789 (bug#7834).
10790
d7956b14
LMI
10791 * scroll-bar.el (set-scroll-bar-mode): Mention that
10792 `scroll-bar-mode' lists the values (bug#7772).
10793
5b2d4a66
LMI
10794 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10795 command (bug#7729).
10796
7509a874
LMI
10797 * rect.el (apply-on-rectangle): Return the point after the last
10798 operation.
10799 (string-rectangle): Go to the point after the last operation
10800 (bug#7522).
10801
4fe74b19
LMI
10802 * printing.el (pr-toggle-region): Clarify the documentation
10803 slightly (bug#7493).
10804
b796c9b7
SM
10805 * time.el (display-time-update):
10806 Allow `display-time-mail-function' to return nil (bug#7158).
10807 Fix suggested by Detlev Zundel.
ab283561 10808
fc233c9d
LMI
10809 * vc/diff.el (diff): Clarify the order the file names are read
10810 (bug#7111).
10811
43f5740b
LMI
10812 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10813 the doc string (bug#7015).
10814
f2182a76
LMI
10815 * font-lock.el (font-lock-maximum-decoration): Mention what
10816 numeric levels mean (bug#6935).
10817
621ef9ab
LMI
10818 * startup.el (initial-buffer-choice): Don't mention the `none'
10819 selection, which is against policy.
10820
adc47434
MR
108212011-07-14 Martin Rudalics <rudalics@gmx.at>
10822
b796c9b7
SM
10823 * window.el (display-buffer-normalize-special):
10824 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10825
7e5bfb8f
EZ
108262011-07-14 Eli Zaretskii <eliz@gnu.org>
10827
10828 * subr.el (version<, version<=, version=): Mention "-CVS" and
10829 "-12345" alpha version numbers.
10830
27fa387a
CY
108312011-07-14 Chong Yidong <cyd@stupidchicken.com>
10832
10833 * bindings.el: Add advertised binding for set-mark-command
10834 (Bug#5772).
10835
8bdfa064
CY
108362011-07-14 Chong Yidong <cyd@stupidchicken.com>
10837
10838 * bindings.el (mode-line-other-buffer):
10839 * bookmark.el (bookmark-bmenu-2-window):
10840 * bs.el (bs-cycle-next, bs-cycle-previous):
10841 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10842 switch-to-buffer.
10843
10844 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10845 Delete.
8bdfa064 10846
5eba16a3
JB
108472011-07-14 Juanma Barranquero <lekktu@gmail.com>
10848
10849 * follow.el (follow-debug-message, follow-redisplay):
10850 * jka-cmpr-hook.el (with-auto-compression-mode):
10851 Fix typos in docstrings.
10852
15853710
LMI
108532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10854
a28e4607
LMI
10855 * subr.el (with-silent-modifications): Clarify somewhat what the
10856 macro inhibits (bug#6525).
10857
15853710
LMI
10858 * simple.el (eval-expression): Note what it does if called
10859 interactively (bug#6495).
10860
bee0fcef
CY
108612011-07-13 Chong Yidong <cyd@stupidchicken.com>
10862
b796c9b7
SM
10863 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10864 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10865
10866 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10867 Remove switch-to-buffer.
10868
58274504
LMI
108692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10870
bd2fcc8d
LMI
10871 * files.el (make-directory): Clarify that an error will be raised
10872 if there's an error (bug#6397).
10873
0f04b32c
LMI
10874 * startup.el (initial-buffer-choice): Add `none' as a choice
10875 (bug#6234).
10876
465c5fc8
LMI
10877 * subr.el (add-hook): Clarify section about buffer-local hooks
10878 (bug#6218).
10879
58274504
LMI
10880 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10881
bead9a43
JB
108822011-07-13 Juanma Barranquero <lekktu@gmail.com>
10883
10884 * tabify.el (untabify): Preserve the current column so that point
10885 doesn't move (bug#6032).
10886
3af98a7b
LMI
108872011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10888
b796c9b7
SM
10889 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10890 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10891
6240145a
GM
108922011-07-13 Glenn Morris <rgm@gnu.org>
10893
10894 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10895 (dired-insert-directory): Give a message the first time
10896 if ls is found not to support --dired.
10897
1d8c2ccc
LMI
108982011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10899
10900 * simple.el (toggle-truncate-lines): Clarify what is toggled
10901 (bug#5580). Text by Drew Adams.
10902
5fc4038e
CY
109032011-07-13 Chong Yidong <cyd@stupidchicken.com>
10904
10905 * simple.el (blink-matching-open): Make the error message from the
10906 last change less verbose.
10907
bf6012e5
DN
109082011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10909
10910 * font-lock.el (font-lock-comment-face): Use the high contrast
10911 "yellow" color for font-lock-comment-face on low color terminals
10912 using a dark background color (bug#4221).
10913
343c3b5a
LMI
109142011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10915
7e9505c5
LMI
10916 * dired.el (dired-insert-set-properties): Make the doc string
10917 reflect what it does now (bug#5325).
10918
c26fdcf5
LMI
10919 * simple.el (blink-matching-open): Say that we were unable to find
10920 the match within the limit, if we're limited (bug#5122).
10921
bb388cc5
LMI
10922 * international/mule-cmds.el (prefer-coding-system): Add an
10923 example (bug#4869).
10924
343c3b5a
LMI
10925 * progmodes/etags.el (tags-search): Document `file-list-form'
10926 (bug#4731).
10927
2a517d45
LM
109282011-07-13 Lawrence Mitchell <wence@gmx.li>
10929
10930 * net/browse-url.el (browse-url-default-browser)
10931 (browse-url-browser-function): Make the default browser choice a
10932 bit more logical (bug#4300). Also clean up the doc string.
10933
b6c78ef2
JB
109342011-07-13 Juanma Barranquero <lekktu@gmail.com>
10935
10936 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10937 binary endings (bug#4440).
10938
1c4dd947
LMI
109392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10940
a2014063
LMI
10941 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10942 which can be pretty annoying (bug#8971).
10943
9c9c2d88
LMI
10944 * jka-compr.el (jka-compr-verbose): New variable, and use
10945 throughout (bug#8971).
10946
1c4dd947
LMI
10947 * info.el (Info-find-file): Fall back on the installation
10948 directory if we can't find the info node anywhere else.
10949
a1c9f41b
SO
109502011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10951
10952 * vc/vc.el (vc-revert-file):
10953 Don't set file time-stamp in the past. (Bug#5181)
10954
536f3d36
LMI
109552011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10956
7152b011
LMI
10957 * files.el (after-find-file): Give a better error message when
10958 trying to find a symlink that points to a file that doesn't exist
10959 (bug#4398).
10960
536f3d36
LMI
10961 * progmodes/cc-vars.el: Remove (probably) misleading comment
10962 (bug#4396).
10963
460c0fba
JB
109642011-07-12 Johan Bockgård <bojohan@gnu.org>
10965
10966 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10967
7a6bda45
CY
109682011-07-12 Chong Yidong <cyd@stupidchicken.com>
10969
10970 * mouse-sel.el: Hack restoring functionality, while keeping
10971 compatibility with 2010-07-03 changes to mouse selection.
10972 (mouse-sel-primary-overlay): New var.
10973 (mouse-sel-selection-alist): Use it.
10974 (mouse-sel-mode): Doc fix; remove points that are default features
10975 of mouse.el.
10976
c79598ef
JB
109772011-07-12 Johan Bockgård <bojohan@gnu.org>
10978
10979 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10980 Fix previous fix (bug#2490).
10981
ff8be6ef
RW
109822011-07-12 Roland Winkler <winkler@gnu.org>
10983
b796c9b7
SM
10984 * textmodes/bibtex.el (bibtex-initialize):
10985 Use pop-to-buffer-same-window.
ff8be6ef
RW
10986 (bibtex-search-entries): Fix interactive call.
10987
296ba3ee
LMI
109882011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10989
f5242a02 10990 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10991 Fontise bytecomp Error lines more correctly (bug#2490).
10992 Fix suggested by Johan Bockgård.
f5242a02 10993
296ba3ee
LMI
10994 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10995
10996 * dired-x.el (dired-guess-default): Use `delete-dups'.
10997
f69fd0d2
CY
109982011-07-12 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * dired.el (dired-mark-prompt):
11001 * dired-aux.el (dired-read-shell-command): Doc fix.
11002
eab5dc07
LMI
110032011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11004
b796c9b7
SM
11005 * mail/sendmail.el (sendmail-query-once):
11006 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11007 emacs -Q.
11008
11009 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11010
eab5dc07
LMI
11011 * cus-edit.el (custom-file): Take an optional no-error variable.
11012 (customize-save-variable): Set the variable, and give a warning if
11013 running under "emacs -q".
11014
a1e65d42
JB
110152011-07-11 Juanma Barranquero <lekktu@gmail.com>
11016
11017 * loadhist.el (unload-feature-special-hooks):
11018 Add `auto-coding-functions', `fill-nobreak-predicate' and
11019 `find-directory-functions' (bug#5327).
11020
1d52da10
LMI
110212011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11022
be958f1d
LMI
11023 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11024
5bedb26c
LMI
11025 * cus-edit.el (custom-guess-name-alist): -alist variables should
11026 use the `alist' type (bug#3120). Suggested by Drew Adams.
11027
1d52da10
LMI
11028 * printing.el: Add documentation to all the `pr-toggle-' commands.
11029
cd394be1 110302011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11031
11032 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11033 backends where it makes sense (bug#2623).
11034
dcc88d8a
LMI
110352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11036
c3de9feb
LMI
11037 * dired-x.el (dired-guess-default): Remove duplicate shell command
11038 entries (bug#2028).
8a93078b 11039 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11040 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11041
dcc88d8a
LMI
11042 * subr.el (remove-duplicates): New conveniency function.
11043
505e3645
LMI
110442011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11045
11046 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11047 (bug#1526).
11048
110492011-07-10 Martin Rudalics <rudalics@gmx.at>
11050
11051 * window.el (display-buffer-normalize-default): Don't invert
11052 meaning of even-window-heights. Reported by Eli Zaretskii
11053 <eliz@gnu.org>.
11054
455e4fa1
BR
110552011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11056
11057 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11058
8e0bc3e9
CY
110592011-07-10 Chong Yidong <cyd@stupidchicken.com>
11060
11061 * window.el (display-buffer): Fix arguments to
11062 display-buffer-reuse-window in last change.
11063
fa7c3228
CY
11064 * faces.el (link): Use a less saturated blue on light backgrounds.
11065
11066 * startup.el (fancy-startup-text, fancy-about-text)
11067 (fancy-startup-tail): Use font-lock faces, for background safety.
11068
c0a7f300
BN
110692011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11070
b796c9b7
SM
11071 * emulation/viper-cmd.el (viper-change-state-to-vi):
11072 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11073
4dc2a129
MR
110742011-07-09 Martin Rudalics <rudalics@gmx.at>
11075
11076 * window.el (display-buffer-default-specifiers): Remove.
11077 (display-buffer-macro-specifiers): Remove default specifiers.
11078 (display-buffer-alist): Default to nil.
b796c9b7 11079 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11080 (display-buffer-pop-up-window): Allow splitting internal
11081 windows. Check whether a live window was created.
11082 (display-buffer-other-window-means-other-frame)
11083 (display-buffer-normalize-arguments): Rename to
11084 display-buffer-normalize-argument and rewrite. Set the
11085 other-window specifier.
11086 (display-buffer-normalize-special): New function.
11087 (display-buffer-normalize-options): Rename to
11088 display-buffer-normalize-default and rewrite.
11089 (display-buffer-normalize-options-inhibit): Remove.
11090 (display-buffer-normalize-specifiers): Rewrite.
11091 (display-buffer): Process other-window specifier and call
11092 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11093 more faithfully.
b796c9b7 11094 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11095 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11096 (display-buffer-in-window, display-buffer-alist-set):
11097 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11098 <tassilo@member.fsf.org>.
11099
2d43b8c9
LL
111002011-07-09 Leo Liu <sdl.web@gmail.com>
11101
11102 * register.el (insert-register): Restore accidental change on
11103 2011-06-26. (Bug#9028)
11104
7f9b7c53
GM
111052011-07-09 Glenn Morris <rgm@gnu.org>
11106
11107 * subr.el (remq): Handle the empty list. (Bug#9024)
11108
f042cfd8
AS
111092011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11110
11111 * mail/sendmail.el (send-mail-function): No longer delay custom
11112 initialization.
11113 * custom.el (custom-initialize-delay): Doc fix.
11114
856b2f11
SM
111152011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11116
11117 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11118
afae1d68
MA
111192011-07-08 Michael Albinus <michael.albinus@gmx.de>
11120
11121 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11122 human-friendly prompt.
11123
0757af94
SM
111242011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11127 provided by a particular plugin.
11128
d760b731
LMI
111292011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11130
11131 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11132 save customizations (with "emacs -Q"), just set the variable
11133 instead of erroring out.
11134
11135 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11136
cd79ce90
JL
111372011-07-08 Juri Linkov <juri@jurta.org>
11138
11139 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11140 (archive-zip-update-case): Use 7z if found by `executable-find'.
11141 The order of searching the available programs is the same as in
11142 `archive-zip-extract' (bug#8968).
11143
14cc04aa
CY
111442011-07-07 Chong Yidong <cyd@stupidchicken.com>
11145
11146 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11147 (menu-bar-options-menu): Tweak descriptions.
11148
0a1848ec
LMI
111492011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11150
11151 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11152 menu items into verb phrases (bug#1421). Also refill to fit under
11153 80 columns.
11154
f5bd0689
CY
111552011-07-07 Chong Yidong <cyd@stupidchicken.com>
11156
538e85c6
CY
11157 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11158 (Info-read-node-name): Doc fix (Bug#1084).
11159
f5bd0689
CY
11160 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11161 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11162 (end-of-sexp, beginning-of-sexp)
11163 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11164 (forward-symbol, forward-same-syntax, word-at-point)
11165 (sentence-at-point): Doc fix (Bug#1144).
11166
56ec5115
LMI
111672011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11168
f3f8e37f
LMI
11169 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11170 should cover it (bug#1281).
11171
0757af94 11172 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11173
e9fce1ac 11174 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11175 negotiation fails, then possibly try again with a non-encrypted
11176 connection (bug#9017).
11177
56ec5115
LMI
11178 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11179 be used.
11180
c2f9aec8
RS
111812011-07-07 Richard Stallman <rms@gnu.org>
11182
11183 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11184 property, and handle its changed format.
11185 Look for the correct line number.
11186 Use file's line contents (but not past first =) to find
11187 correct line in message.
11188
ef7b981d 111892011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11190
11191 * international/characters.el (build-unicode-category-table):
11192 Delete it.
0757af94 11193 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11194
0757af94 11195 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11196 to src/chartab.c.
11197 (get-char-code-property): Call unicode-property-table-internal to
11198 load a file. Call get-unicode-property-internal where necessary.
11199 (put-char-code-property): Call unicode-property-table-internal to
11200 load a file. Call put-unicode-property-internal where necessary.
11201 put-unicode-property-internal where necessary.
0757af94
SM
11202 (char-code-property-description):
11203 Call unicode-property-table-internal to load a file.
c805dec0
KH
11204
11205 * international/charprop.el:
11206 * international/uni-bidi.el:
11207 * international/uni-category.el:
11208 * international/uni-combining.el:
11209 * international/uni-comment.el:
11210 * international/uni-decimal.el:
11211 * international/uni-decomposition.el:
11212 * international/uni-digit.el:
11213 * international/uni-lowercase.el:
11214 * international/uni-mirrored.el:
11215 * international/uni-name.el:
11216 * international/uni-numeric.el:
11217 * international/uni-old-name.el:
11218 * international/uni-titlecase.el:
11219 * international/uni-uppercase.el: Regenerate.
11220
11221 * loadup.el: Load international/charprop.el before
11222 international/characters.
11223
e14b388a
CY
112242011-07-07 Chong Yidong <cyd@stupidchicken.com>
11225
11226 * window.el (next-buffer, previous-buffer): Signal an error if
11227 called from a minibuffer window.
11228
11229 * bindings.el: Revert 2011-07-04 change.
11230
354cf0ba
RS
112312011-07-06 Richard Stallman <rms@gnu.org>
11232
11233 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11234 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11235 Treat markers like ints.
11236 (rmail-mime-entity): Doc fix.
11237
a48868a7
LMI
112382011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11239
4906cd3d
LMI
11240 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11241 defcustom again for backwards compatibility.
11242
e0457abe
LMI
11243 * simple.el (shell-command-on-region): Fill.
11244
d67f7e1f
LMI
11245 * dired-aux.el (dired-kill-line): Add a doc string.
11246
fe204702
LMI
11247 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11248 to "\\sw\\|\\s_" (bug#358).
11249
a48868a7
LMI
11250 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11251 (dired-unmark-backward): Ditto.
11252 (dired-flag-backup-files): Ditto.
11253
11254 * dired-x.el (dired-mark-sexp): Ditto.
11255
aa8a705c
RS
112562011-07-06 Richard Stallman <rms@gnu.org>
11257
11258 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11259 (rmail-mime-entity): New arg TRUNCATED.
11260 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11261 New functions.
11262 (rmail-mime-save): Warn if entity is truncated.
11263 (rmail-mime-toggle-hidden): Likewise, for showing.
11264 (rmail-mime-process-multipart): Record when an entity is truncated.
11265
a9a936b9
RS
11266 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11267 if ENTITY is a string.
11268
1f2b92cb
LMI
112692011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11270
f4f73198 11271 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11272 of faces when `M-C-x'-ing their definitions (bug#8378).
11273 Also clean up the code slightly.
f4f73198 11274
12b16734 11275 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11276 because that makes the colors go away.
12b16734 11277
f0691d22
LMI
11278 * mail/sendmail.el (send-mail-function): Change the default to
11279 `sendmail-query-once'.
9e87df06 11280 (sendmail-query-once): Add an autoload cookie.
f0691d22 11281
1f2b92cb
LMI
11282 * net/network-stream.el (network-stream-open-starttls): Try using
11283 a plain connection even if the server offered STARTTLS, and we
11284 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11285 capability. This should make smtpmail.el work in slightly more
11286 configurations.
11287
1cdd2a1b
MA
112882011-07-06 Michael Albinus <michael.albinus@gmx.de>
11289
11290 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11291 New defun.
11292 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11293
fbcc67e2
MM
112942011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11295
11296 * progmodes/sql.el: Version 3.0
0757af94 11297 (sql-product-alist): Add product :completion-object,
fbcc67e2 11298 :completion-column, and :statement attributes.
0757af94 11299 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11300 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11301 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11302 ansi keywords.
11303 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11304 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11305 (sql-oracle-show-reserved-words): New function for development.
11306 (sql-product-font-lock): Simplify for source code buffers.
11307 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11308 New functions.
11309 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11310 (sql-mode-map): Add statement movement functions.
11311 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11312 New variable.
fbcc67e2
MM
11313 (sql-statement-regexp, sql-beginning-of-statement)
11314 (sql-end-of-statement, sql-signum): New functions.
0757af94 11315 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11316 (sql-show-sqli-buffer): Bug fix.
11317 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11318 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11319 with sql-interactive-mode.
11320 (sql-save-connection): Save buffer local settings.
0757af94 11321 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11322 (sql-product-interactive): Bug fix.
11323 (sql-preoutput-hold): New variable.
11324 (sql-interactive-remove-continuation-prompt): Bug fixes.
11325 (sql-debug-redirect): New variable.
11326 (sql-str-literal): New function.
11327 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11328 Redesign.
fbcc67e2
MM
11329 (sql-oracle-save-settings, sql-oracle-restore-settings)
11330 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11331 (sql-completion-object, sql-completion-column)
11332 (sql-completion-sqlbuf): New variables.
11333 (sql-build-completions-1, sql-build-completions)
11334 (sql-try-completion): New functions.
11335 (sql-read-table-name): Use them.
11336 (sql-contains-names): New buffer local variable.
11337 (sql-list-all, sql-list-table): Use it.
11338 (sql-oracle-completion-types): New variable.
11339 (sql-oracle-completion-object, sql-sqlite-completion-object)
11340 (sql-postgres-completion-object): New functions.
11341
d4eaeab1
GM
113422011-07-06 Glenn Morris <rgm@gnu.org>
11343
11344 * window.el (pop-to-buffer): Doc fix.
11345
322b7dab 113462011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11347
11348 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11349
322b7dab 113502011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11351
322b7dab 11352 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11353
322b7dab 11354 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11355
605dd5bf
CY
113562011-07-05 Chong Yidong <cyd@stupidchicken.com>
11357
11358 * button.el (button): Inherit from link face. Suggested by Dan
11359 Nicolaescu.
11360
7dbfa719
SM
113612011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11362
3db614b0
SM
11363 * progmodes/gdb-mi.el: Fit in 80 columns.
11364 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11365 switch-to-buffer.
11366
7dbfa719
SM
11367 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11368 if imenu is simply not configured (bug#8941).
11369
919d884a
KM
113702011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11371
11372 * allout.el (allout-post-undo-hook): New allout outline-change
11373 event hook to signal undo activity.
11374 (allout-post-command-business): Run allout-post-undo-hook if an
11375 undo just occurred.
7dbfa719
SM
11376 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11377 * allout-widgets.el (allout-widgets-after-undo-function):
11378 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11379 in the vicinity of an undo.
11380 (allout-widgets-mode): Include allout-widgets-after-undo-function
11381 on the new allout-post-undo-hook.
11382
450a0f09
SM
113832011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11384
11385 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11386 Let define-derived-mode define it.
11387 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11388 cycles of abbrev-table inheritance (bug#8998).
11389
2de69e00
RW
113902011-07-05 Roland Winkler <winkler@gnu.org>
11391
11392 * textmodes/bibtex.el: Add support for biblatex.
11393 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11394 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11395 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11396 (bibtex-entry-alist, bibtex-field-alist): New variables.
11397 (bibtex-entry-field-alist): Obsolete alias for
11398 bibtex-BibTeX-entry-alist.
11399 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11400 (bibtex-set-dialect): New command.
11401 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11402 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11403 Bind via bibtex-set-dialect.
2de69e00
RW
11404 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11405 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11406 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11407 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11408 Define via bibtex-set-dialect.
450a0f09
SM
11409 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11410 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11411 (bibtex-vec-push, bibtex-vec-incr): New functions.
11412 (bibtex-format-entry, bibtex-field-list)
11413 (bibtex-print-help-message, bibtex-validate)
11414 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11415
2dcdbdd9
SM
114162011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11417
11418 * progmodes/compile.el (compilation-goto-locus):
11419 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11420 * bs.el (bs-cycle-next, bs-cycle-previous):
11421 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11422 * bindings.el (mode-line-other-buffer):
11423 * autoinsert.el (auto-insert):
11424 * arc-mode.el (archive-extract):
11425 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11426
b27640fe
JB
114272011-07-05 Juanma Barranquero <lekktu@gmail.com>
11428
11429 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11430 Fix check of `emacs-lock-unlockable-modes'.
11431 Coerce true values of `emacs-lock--try-unlocking' to t.
11432
53bbe3ad
JB
114332011-07-05 Juanma Barranquero <lekktu@gmail.com>
11434
11435 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11436 * emacs-lock.el: New file.
11437
1d3cdbc7
JD
114382011-07-05 Julien Danjou <julien@danjou.info>
11439
11440 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11441 than `boundp' to check if face is set.
11442
9173deec
JB
114432011-07-05 Juanma Barranquero <lekktu@gmail.com>
11444
11445 * register.el (registerv-make):
11446 * window.el (window-min-height): Fix typos in docstrings.
11447
869795d6
JD
114482011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11449
9173deec 11450 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11451 Update doc string.
11452
b768cdcd
JB
114532011-07-04 Juanma Barranquero <lekktu@gmail.com>
11454
11455 * server.el (server-execute): Catch quit and call
11456 `server-return-error' to pass the error back to emacsclient and
11457 close the connection (bug#8942).
11458
13aa217b
KM
114592011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11460
11461 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11462 insecure exception for current topic. Also note that auto-saves
11463 are handled differently.
11464
5d3385a0 11465 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11466 State variables for tracking auto-save inhibition situation.
11467
11468 (allout-write-contents-hook-handler): Rename from
11469 'allout-write-file-hook-handler', and describe how it depends on
11470 write-contents-functions sensitivity to non-nil value to prevent
11471 file write.
11472
11473 (allout-auto-save-hook-handler): Remove. auto-save does not check
11474 this in individual buffers, only in the starting buffer, so this
11475 is not the right way for us to inhibit auto-save in a buffer
11476 according to its condition.
11477
11478 (allout-mode): Use new allout-write-contents-hook-handler, and
11479 only with write-contents-functions. Remove auto-save provisions -
11480 they're implemented elsewhere.
11481
11482 (allout-before-change-handler): If undo is in progress, note that
11483 for attention of allout-post-command-business.
11484
11485 (allout-post-command-business): If the command we're following was
11486 an undo, check for change in the status of encrypted items and
11487 adjust auto-save inhibitions accordingly.
11488
11489 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11490 according to whether there are or aren't any plain-text topics
11491 pending encryption.
11492
2dcdbdd9 11493 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11494 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11495 if there are plain-text topics pending encryption.
13aa217b
KM
11496
11497 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11498 buffer-saved-size and some allout state to not inhibit auto-saves
11499 if there are no longer any plain-text topics pending encryption.
11500
0757af94
SM
11501 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11502 No longer provide for exemption of the current topic.
13aa217b 11503
ac89b32c
JL
115042011-07-04 Juri Linkov <juri@jurta.org>
11505
11506 Add 7z operations to delete and save changed members (bug#8968).
11507 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11508 New defcustoms.
11509 (archive-7z-write-file-member): New function.
11510 (archive-7z-summarize): Fix the number of dashes in the
11511 listing output.
11512
8fa39615
SM
115132011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11514
11515 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11516 (bug#8958).
11517
2f11b3f1
CY
115182011-07-04 Chong Yidong <cyd@stupidchicken.com>
11519
d66fef2b
CY
11520 * bindings.el: Ignore next-buffer and previous-buffer in
11521 minibuffer-local-map.
11522
2f11b3f1
CY
11523 * font-lock.el (font-lock-builtin-face): Change light background
11524 color to dark slate blue (Bug#6693).
11525
f932a347
WD
115262011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11527
11528 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11529
c8af70e1
SM
115302011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11533 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11534 Add switch-to-buffer.
11535
f158badc
LMI
115362011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11537
11538 * isearch.el (isearch-search-fun-function): Clarify further the
11539 meaning of the function returned.
11540
6d95bd46
MA
115412011-07-04 Michael Albinus <michael.albinus@gmx.de>
11542
11543 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11544
11545 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11546 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11547 Use it.
11548 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11549 `tramp-default-remote-path' does not exist.
11550 (tramp-send-command-and-read): New optional argument NOERROR.
11551 (tramp-open-connection-setup-interactive-shell)
11552 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11553 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11554 (tramp-process-sentinel): Flush also process' connection property.
11555 (tramp-sh-handle-start-file-process): Do not set process
11556 sentinel. It is done now ...
11557 (tramp-maybe-open-connection): ... here. (Bug#8929)
11558
909e6b67
MK
115592011-07-04 MON KEY <monkey@sandpframing.com>
11560
11561 * play/animate.el (animate-string): Doc fixes and allow changing
11562 the buffer name (bug#5417).
11563
115642011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11565
c8af70e1 11566 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11567
f34755dc
PE
115682011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11569
396cec72
PE
11570 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11571 This is simpler and helps future-proof the code.
11572 (timer-until): Use time-subtract and float-time.
08235028 11573 (timer--time-less-p): Use time-less-p.
f34755dc 11574
56e6cc31
JB
115752011-07-04 Juanma Barranquero <lekktu@gmail.com>
11576
3abb79e5
JB
11577 * type-break.el (timep): Use the value of `float-time' to avoid a
11578 byte-compiler warning.
11579
56e6cc31
JB
11580 * server.el (server-eval-and-print): Return any result, even nil.
11581
7b9430b4
PE
115822011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11583
11584 * type-break.el: Accept time formats that the builtins accept.
11585 (timep, type-break-time-difference): Accept any format that
11586 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11587 This is simpler and helps future-proof the code.
11588 (type-break-time-difference): Round rather than ignoring
11589 subseconds components.
11590
3034e9e7
LMI
115912011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11592
11593 * info.el (Info-apropos-matches): Make non-interactive, since it
11594 doesn't seem to do anything useful as a command (bug#8829).
11595
1485f4c0
CY
115962011-07-03 Chong Yidong <cyd@stupidchicken.com>
11597
11598 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11599 Move from faces.el.
1485f4c0
CY
11600 (frame-default-terminal-background): New function.
11601
11602 * custom.el (custom-push-theme): Don't record faces in `changed'
11603 theme; this doesn't work correctly for per-frame face settings.
11604 (disable-theme): Use face-set-after-frame-default to reset faces.
11605 (custom--frame-color-default): New function.
11606
9fa3dd45
LMI
116072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11608
c8af70e1 11609 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11610 (bug#8769).
11611
6cbbc20c
KR
116122011-03-29 Kevin Ryde <user42@zip.com.au>
11613
11614 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11615 `perl-Test2' extend to match possible "fail #N" rep count
11616 (bug#8377).
11617
c7f98048
LMI
116182011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11619
65676592
LMI
11620 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11621 `smtpmail-via-smtp' now returns the error instead of nil.
11622
c7f98048
LMI
11623 * isearch.el (isearch-search-fun-function): Clarify the doc string
11624 (bug#8101).
11625
56e6cc31 116262011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11627
11628 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11629 unnecessary spaces (bug#8987).
11630
2b216704
LMI
116312011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11632
11633 * net/network-stream.el (open-network-stream): Use the
11634 :end-of-capability command thoughout.
11635
116362011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11637
11638 * net/network-stream.el (open-network-stream): Add the
11639 :end-of-capability command parameter, used by pop3.el.
11640
36adf6ce
LMI
116412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11642
1ca0da0e
LMI
11643 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11644
fc00f69c
LMI
11645 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11646 for list)" (bug#6475).
11647
28fd8759 11648 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11649 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11650 an error (bug#6297).
11651
0dd8b6da
LMI
11652 * man.el (Man-reference-regexp): Allow matching possible
11653 word-wrapped references (bug#6289).
11654
ce1438d6
LMI
11655 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11656 for consistency with the other vc buffers (bug#6197).
11657 (vc-checkin): Ditto.
11658
11659 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11660
36adf6ce
LMI
11661 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11662
e83cc1f7
LMI
116632011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11664
8a20ca4c
LMI
11665 * custom.el (defcustom): Clarify that :set is only used in the
11666 Customize user interface (bug#6089).
11667
83319045
LMI
11668 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11669 associated with a file, refuse to run instead of erroring out
11670 (bug#6084).
11671
a8392169
LMI
11672 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11673 the doc string, since it appears that using `fill-column' always
11674 controls the width (bug#7845).
11675
e83cc1f7
LMI
11676 * simple.el (shell-command-on-region): Say where the error output
11677 went if `shell-command-default-error-buffer' is set (bug#6857).
11678
e47ca23b
KM
116792011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11680
11681 * allout.el (allout-yank-processing): Adjust cursor position for
11682 backwards-deleted space.
11683
11684 (allout-rebullet-heading): Register changes with
11685 allout-exposure-changed-hook, so the modified topic is properly
11686 decorated.
11687
5cf56143
LMI
116882011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11689
08549772
LMI
11690 * minibuffer.el (completion-in-region): Document PREDICATE
11691 (bug#7136).
11692
48e96771
LMI
11693 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11694 of keyword/argument pairs (bug#6904).
11695
c8af70e1
SM
11696 * replace.el (multi-occur):
11697 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11698
e17d05e2
LMI
116992011-07-02 Drew Adams <drew.adams@oracle.com>
11700
11701 * dired.el (dired-mark-if): Make the message about whether it's
11702 marking or unmarking clearer (bug#8523).
11703
063b0e45
LMI
117042011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11705
11706 * disp-table.el (display-table-print-array): New function.
11707 (describe-display-table): Use it to print the vectors more pretty
11708 (Bug#8859).
11709
28545e04
MR
117102011-07-02 Martin Rudalics <rudalics@gmx.at>
11711
11712 * window.el (window-state-get-1): Don't assign clone numbers.
11713 Add clone-of item to list of window parameters.
11714 (window-state-put-2): Don't process clone numbers.
11715 (display-buffer-alist): Fix doc-string.
11716
3349e122
SM
117172011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * subr.el (remq): Don't allocate if it's not needed.
11720 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11721 (keymap--merge-bindings): New functions.
11722 (keymap-canonicalize): Use them to refine the canonicalization.
11723 * minibuffer.el (minibuffer-local-completion-map)
11724 (minibuffer-local-must-match-map): Move initialization from C.
11725 (minibuffer-local-filename-completion-map): Move initialization from C;
11726 don't inherit from anything here.
11727 (minibuffer-local-filename-must-match-map): Make obsolete.
11728 (completing-read-default): Use make-composed-keymap to combine
11729 minibuffer-local-filename-completion-map with either
11730 minibuffer-local-must-match-map or
11731 minibuffer-local-filename-completion-map.
11732
d224ac83
GM
117332011-07-01 Glenn Morris <rgm@gnu.org>
11734
3de63bf8
GM
11735 * type-break.el (type-break-time-sum): Use dolist.
11736
d224ac83
GM
11737 * textmodes/flyspell.el (flyspell-word-search-backward):
11738 Replace CL function.
11739
1a1e3f32
SM
117402011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11741
fe3f64d5
SM
11742 * mouse.el (mouse--strip-first-event): New function.
11743 (function-key-map): Use it to map fringe clicks to normal clicks
11744 by default.
11745
eb604e34
SM
11746 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11747 (vc-bzr-revision-completion-table): Add support for annotate and date.
11748
1a1e3f32
SM
11749 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11750 inherit from parent.
11751
5bd35902
LMI
117522011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11753
ace6c69c 11754 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11755 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11756
191e2bed
LMI
11757 * dired.el (dired-mode): Fix up the doc string as suggested by
11758 Drew Adams (bug#8817).
11759
5bd35902
LMI
11760 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11761 cookie, since the manual says that it should be possible to add
11762 this function to `find-file-hook' (bug#8709).
11763
eee8207a
TZ
117642011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11765
11766 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11767 here. Noted Ted Zlatanov as the maintainer.
11768 (cfengine-common-settings, cfengine-common-syntax): New functions
11769 to set up common things between `cfengine-mode' and
11770 `cfengine3-mode'.
11771 (cfengine3-mode): New mode.
11772 (cfengine3-defuns cfengine3-defuns-regex
11773 (cfengine3-class-selector-regex cfengine3-category-regex)
11774 (cfengine3-vartypes cfengine3-font-lock-keywords)
11775 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11776 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11777
36b148cf
MA
117782011-07-01 Michael Albinus <michael.albinus@gmx.de>
11779
11780 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11781
11782 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11783
0bf4ba9a
MR
117842011-07-01 Martin Rudalics <rudalics@gmx.at>
11785
11786 * window.el (same-window-buffer-names, same-window-regexps)
11787 (same-window-p, special-display-frame-alist)
11788 (special-display-popup-frame, special-display-function)
11789 (special-display-buffer-names, special-display-regexps)
11790 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11791 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11792 (split-window-preferred-function, split-height-threshold)
11793 (split-width-threshold, even-window-heights)
11794 (display-buffer-mark-dedicated, window-splittable-p)
11795 (split-window-sensibly, window-safely-shrinkable-p):
11796 Un-obsolete.
11797 (display-buffer): Don't spread args with function specifier
11798 because special-display-popup-frame won't like it.
11799
35837f51
PE
118002011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11801
d0672f86
PE
11802 Time-stamp simplifications and fixes.
11803 These improve accuracy slightly, and future-proof the code
11804 against some potential changes to current-time format.
11805
b9444d97
PE
11806 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11807 by using time-since and float-time.
11808
0ef923dc
PE
11809 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11810 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11811 + NNN microseconds".
11812
2f81380d
PE
11813 * type-break.el (type-break-time-sum): Rewrite using time-add.
11814
845b5c3e
PE
11815 * play/hanoi.el (hanoi-current-time-float): Remove.
11816 All uses replaced by float-time.
11817
ee6f1be0
PE
11818 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11819 This yields a more-accurate answer.
11820 (rng-time-to-float): Remove; no longer needed.
11821
fe955043
PE
11822 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11823
5777162a
PE
11824 * calendar/timeclock.el (timeclock-seconds-to-time):
11825 Defalias to seconds-to-time, since they're the same thing.
11826
3103f8b6 11827 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11828 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11829 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11830
0e61a35f
SM
118312011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * window.el (bury-buffer): Don't iconify the only frame.
11834 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11835 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11836
ddd63a1e
CY
118372011-07-01 Chong Yidong <cyd@stupidchicken.com>
11838
0e61a35f
SM
11839 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11840 Add mouse-yank-primary.
ddd63a1e 11841
055f4923
TZ
118422011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11843
11844 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11845
6a2fb145
SM
118462011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11847
11848 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11849 (find-library-name): Use it to find relative load names when provided
11850 absolute file name (bug#8803).
11851
fd4983f2
LMI
118522011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11853
887d14ad
LMI
11854 * textmodes/flyspell.el (flyspell-word): Consider words that
11855 differ only in case as potential doublons (bug#5687).
11856
c53dc7fc
LMI
11857 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11858 Remove two rather uninteresting debugging-like messages to make
11859 debbugs.el more silent.
11860
fd4983f2
LMI
11861 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11862 a password-like phrase.
11863
7a71b18d 118642011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11865
11866 * progmodes/cc-guess.el: New file.
11867
6a2fb145 11868 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11869
11870 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11871 derived from `c-basic-common-init'.
11872
11873 * progmodes/cc-mode.el (top-level): Require cc-guess.
11874 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11875
1fa280a3
LM
118762011-06-30 Lawrence Mitchell <wence@gmx.li>
11877
11878 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11879
e6597158
AM
118802011-06-30 Alan Mackenzie <acm@muc.de>
11881
1fa280a3
LM
11882 * progmodes/cc-engine.el (c-guess-continued-construct):
11883 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11884 lock is disabled. Name this case as "CASE G".
11885
68ba37fb
KM
118862011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11887
11888 * allout.el (allout-yank-processing): Fix injection of extra space
11889 between bullet and non-whitespace character in first topic when
11890 pasting, ensuring that the actual spacing in the pasted topic
11891 following the bullet char is preserved. This extra space was
11892 causing pasted encrypted topics to get a decrypted status even
11893 when the content was actually still encrypted. Now the decryption
11894 status from before the paste is preserved.
11895
11896 (allout-flag-region): Set all allout overlays so they evaporate
11897 when reduced to zero length (evanescent), to prevent overlay
11898 leakage.
11899
887a0b34
GM
119002011-06-30 Glenn Morris <rgm@gnu.org>
11901
94b9acce
GM
11902 * w32-fns.el (w32-charset-info-alist): Declare.
11903
1d9b46d4
GM
11904 * find-dired.el (find-grep-options): Simplify.
11905
cc232200
GM
11906 * term/ns-win.el (ns-set-resource): Declare.
11907
28e77c46
GM
11908 * ses.el (row, col): Declare dynamic variables honestly.
11909
887a0b34
GM
11910 * textmodes/reftex-parse.el (index-tags): Declare.
11911
658d8eb8
CY
119122011-06-30 Chong Yidong <cyd@stupidchicken.com>
11913
11914 * cus-edit.el (customize-push-and-save): New function.
11915
11916 * files.el (hack-local-variables-confirm): Use it.
11917
1fa280a3
LM
11918 * custom.el (load-theme): New arg NO-CONFIRM.
11919 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11920 (custom-enabled-themes): Doc fix.
11921
11922 * cus-theme.el (customize-create-theme)
11923 (custom-theme-merge-theme): Callers to load-theme changed.
11924
bb617717
LMI
119252011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11926
d61bdd5d
LMI
11927 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11928 short URLs have at least one dot in them (bug #7614).
11929
bb617717
LMI
11930 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11931 nil, because using a pty is apparently too slow (bug #895).
11932
2f31f37a
LMI
119332011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11934
11935 * mail/sendmail.el (sendmail-query-once): New function.
11936 (sendmail-query-once-function): New variable.
11937
3076b24e
GM
119382011-06-29 Glenn Morris <rgm@gnu.org>
11939
faf2a174
GM
11940 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11941
3076b24e
GM
11942 * ses.el (top-level): Require cl when compiling.
11943 (ses-set-localvars): Fix error statement.
11944 Call it at compile time to silence a storm of warnings.
11945
5386012d
MR
119462011-06-29 Martin Rudalics <rudalics@gmx.at>
11947
11948 * window.el (normalize-live-buffer): Rename to
11949 window-normalize-buffer.
11950 (normalize-live-frame): Rename to window-normalize-frame.
11951 (normalize-any-window): Rename to window-normalize-any-window.
11952 (normalize-live-window): Rename to window-normalize-live-window.
11953 (make-window-atom): Rename to window-make-atom.
11954 (window-resize-reset): Rename to window--resize-reset.
11955 (window-resize-reset-1): Rename to window--resize-reset-1.
11956 (resize-mini-window): Rename to window--resize-mini-window.
11957 (resize-subwindows-skip-p): Rename to
11958 window--resize-subwindows-skip-p.
11959 (resize-subwindows-normal): Rename to
11960 window--resize-subwindows-normal.
11961 (resize-subwindows): Rename to window--resize-subwindows.
11962 (resize-other-windows): Rename to window--resize-siblings.
11963 (resize-this-window): Rename to window--resize-this-window.
11964 (resize-root-window): Rename to window--resize-root-window.
11965 (resize-root-window-vertically): Rename to
11966 window--resize-root-window-vertically.
11967 (normalize-buffer-to-display): Rename to
11968 window-normalize-buffer-to-display.
11969 (normalize-buffer-to-switch-to): Rename to
11970 window-normalize-buffer-to-switch-to.
11971 Correspondingly update all callers of the functions listed
11972 above.
11973 (display-buffer-alist, display-buffer-normalize-arguments)
11974 (display-buffer-normalize-options, display-buffer)
11975 (display-buffer-alist-set): Use "function" instead of
11976 "fun-with-args".
11977
1176868d
CY
119782011-06-28 Chong Yidong <cyd@stupidchicken.com>
11979
11980 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11981 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11982 debbugs.gnu.org. Mention acknowledgment email.
11983
20a7a65f
LMI
119842011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11985
11986 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11987 buffer multibyteness, since it shouldn't matter.
11988
5f45cca5
MR
119892011-06-28 Martin Rudalics <rudalics@gmx.at>
11990
11991 * window.el (display-buffer-in-side-window): Handle dedicated
11992 windows as in display-buffer-reuse-window.
11993 (display-buffer-normalize-alist): Use value of override
11994 specifier.
11995 (display-buffer-normalize-specifiers): Use value of
11996 other-window-means-other-frame specifier.
11997 (display-buffer-alist): Rewrite some texts in widgets.
11998 (display-buffer): Spread arguments when calling function
11999 specified by fun-with-args.
12000
ad85fe1f
DD
120012011-06-28 Deniz Dogan <deniz@dogan.se>
12002
1fa280a3
LM
12003 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12004 Unnest `let'.
da68c4c8 12005
ad85fe1f
DD
12006 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12007 selectors (Bug#5732).
ec49bd31 12008 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12009
a08cc025
JA
120102011-06-27 Jari Aalto <jari.aalto@cante.net>
12011
12012 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12013 (eshell-ls-date-format): New defcustom.
12014 (eshell-ls-file): Use it.
12015
e2b551c5
SM
120162011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12017
12018 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12019
8982b231
KY
120202011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12021
12022 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12023 (ange-ftp-make-tmp-name): New arg.
12024 (ange-ftp-file-local-copy): Use it.
12025
36c9fa27
J
120262011-06-27 Jambunathan K <kjambunathan@gmail.com>
12027
12028 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12029 no-conversion (Bug#8870).
12030
d68443dc
MR
120312011-06-27 Martin Rudalics <rudalics@gmx.at>
12032
12033 * window.el (window-right, window-left, window-child)
12034 (window-child-count, window-last-child)
12035 (window-iso-combination-p, walk-window-tree-1)
12036 (window-atom-check-1, window-tree-1, delete-window)
12037 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12038 new naming conventions - window-vchild, window-hchild,
12039 window-next and window-prev are now called window-top-child,
12040 window-left-child, window-next-sibling and window-prev-sibling
12041 respectively.
d615d6d2
MR
12042 (resize-window-reset): Rename to window-resize-reset.
12043 (resize-window-reset-1): Rename to window-resize-reset-1.
12044 (resize-window): Rename to window-resize.
12045 (window-min-height, window-min-width)
12046 (resize-mini-window, resize-this-window, resize-root-window)
12047 (resize-root-window-vertically, adjust-window-trailing-edge)
12048 (enlarge-window, shrink-window, maximize-window)
12049 (minimize-window, delete-window, quit-restore-window)
12050 (split-window, balance-windows, balance-windows-area-adjust)
12051 (balance-windows-area, window-state-put-2)
12052 (display-buffer-even-window-sizes, display-buffer-set-height)
12053 (display-buffer-set-width, set-window-text-height)
12054 (fit-window-to-buffer): Rename all "resize-window" prefixed
12055 calls to use the "window-resize" prefix convention.
12056 (display-buffer-alist): Fix symbol for label specifier.
12057 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12058 corresponding specifier.
12059 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12060
b6458526
VB
120612011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12062
12063 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12064 convention.
12065 (ses-call-printer): Does not pass an empty string to formatter when the
12066 cell is empty to keep from barking printer Calc math-format-value.
12067
d31fd9ac
RS
120682011-06-27 Richard Stallman <rms@gnu.org>
12069
43d5bf84
RS
12070 * battery.el (battery-mode-line-limit): New variable.
12071 (battery-update): Handle it.
12072
d31fd9ac
RS
12073 * mail/rmailmm.el (rmail-mime-process-multipart):
12074 Handle truncated messages.
12075
819a6054
GM
120762011-06-27 Glenn Morris <rgm@gnu.org>
12077
12078 * progmodes/flymake.el (flymake-err-line-patterns):
12079 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12080
cedc73f2
VB
120812011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12082
819a6054 12083 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12084 (ses--clean-!, ses--clean-_): New functions.
12085 (ses-range): Add configurability of readout order, and conversion
12086 to Calc vector.
12087
5e5d49b6
VB
12088 * ses.el (ses-repair-cell-reference-all): New function.
12089 (ses-cell-symbol): Set macro as safe, so that it can be used in
12090 formulas.
12091
56e6cc31 12092 * ses.el: Update cycle detection algorithm.
90ca8b49 12093 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12094 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12095 (ses-set-localvars): New function.
12096 (ses-make-cell): Add property-list as a cell element.
12097 (ses-cell-property-get-fun, ses-cell-property-get)
12098 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12099 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12100 New functions.
90ca8b49
VB
12101 (ses-cell-property-set, ses-cell-property-pop)
12102 (ses-cell-property-get-handle): New macro.
12103 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12104 New aliases, used for code readability.
12105 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12106 cycle detection.
12107 (ses-self-reference-early-detection): New defcustom.
fac916bf 12108 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12109 (ses-mode): Use ses-set-localvars.
12110 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12111 before lauching the update processing.
12112 (ses-initialize-Dijkstra-attempt): New function.
12113 (ses-recalculate-cell): Update for cycle detection based on
12114 Dijkstra algorithm.
12115
2bb63e81
VB
12116 * ses.el: Fix commenting and indenting convention.
12117
c9d29fb8
SM
121182011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12119
12120 * bs.el (bs-cycle-next): Complete last change.
12121
d8e4b68b
JB
121222011-06-27 Drew Adams <drew.adams@oracle.com>
12123
12124 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12125
40098786
LMI
121262011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12127
c9d29fb8
SM
12128 * net/network-stream.el (network-stream-open-starttls):
12129 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12130 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12131
40098786
LMI
12132 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12133 to binary to possibly avoid line encoding issues on Windows (among
12134 other things).
12135
468d09d4
LMI
121362011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12137
12138 * net/network-stream.el (open-network-stream): Return an :error
12139 saying what the problem was, if possible.
12140
12141 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12142 server.
12143
12144 * net/network-stream.el (network-stream-open-starttls): If we
12145 wanted to use STARTTLS, and the server offered it, but we weren't
12146 able to because we had no STARTTLS support, then close the connection.
12147 (open-network-stream): Return an :error element, if present.
12148
16f07dd7
CY
121492011-06-26 Chong Yidong <cyd@stupidchicken.com>
12150
88821ca0
CY
12151 * hl-line.el (hl-line-sticky-flag): Doc fix.
12152 (global-hl-line-sticky-flag): New option (Bug#8323).
12153 (global-hl-line-highlight): Obey it.
12154
16f07dd7
CY
12155 * vc/vc.el (vc-revert-show-diff): Default to t.
12156
6b5ccddf
KM
121572011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12158
c9d29fb8
SM
12159 * allout-widgets.el (allout-widgets-post-command-business):
12160 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12161 undecorated when an isearch is continued past, and isearch
12162 automatically collapses them. This leads to "widget leaks", where
12163 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12164 hidden widgets can slow down cursor travel, substantially.
12165 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12166 so we're doing without this nicety.
12167
12168 (allout-widgets-tally-string): Don't try to do a hash-table-count
12169 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12170 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12171 *Messages* when allout-widgets-maintain-tally is t.
12172
355f2e07
MR
121732011-06-26 Martin Rudalics <rudalics@gmx.at>
12174
12175 * window.el (display-buffer-normalize-argument): Rename to
12176 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12177 LABEL argument. Respect special-display-function when popping up
12178 a new frame. Fix code searching for a window showing the buffer
12179 on another frame.
c9d29fb8
SM
12180 (display-buffer-normalize-specifiers):
12181 Call display-buffer-normalize-arguments.
355f2e07
MR
12182 (display-buffer-in-window): Don't undedicate the window if its
12183 buffer remains the same.
12184 Reported by Drew Adams <drew.adams@oracle.com>.
12185 (display-buffer-alist): Add choice for same-window macro
12186 specfier.
12187 (display-buffer): Mention special meaning of LABEL argument in
12188 doc-string. Fix quoting. Don't pop up a new frame even as
12189 fallback.
12190
7ca8fc42
JB
121912011-06-26 Juanma Barranquero <lekktu@gmail.com>
12192
12193 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12194 avoid deleting the current window in some cases (bug#8911).
12195
bc312254
AS
121962011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12197
12198 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12199 (Bug#8934)
12200
2db18f3f
LMI
122012011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12202
c9d29fb8
SM
12203 * net/network-stream.el (network-stream-open-starttls):
12204 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12205 (network-stream-open-tls): Ditto.
12206
6302e0d3
LL
122072011-06-26 Leo Liu <sdl.web@gmail.com>
12208
12209 * register.el (registerv): New struct.
12210 (registerv-make): New function.
c9d29fb8
SM
12211 (jump-to-register, describe-register-1, insert-register):
12212 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12213 struct. (Bug#8415)
12214
5fdd4046
CY
122152011-06-26 Chong Yidong <cyd@stupidchicken.com>
12216
2afef60a
CY
12217 * vc/vc.el (vc-revert-show-diff): New defcustom.
12218 (vc-diff-internal): New arg specifying diff buffer.
12219 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12220 reuse an existing *vc-diff* buffer (Bug#8927).
12221
5fdd4046
CY
12222 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12223
e93db24a
GM
122242011-06-26 Glenn Morris <rgm@gnu.org>
12225
12226 * progmodes/f90.el (f90-critical-indent): New option.
12227 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12228 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12229 (f90-mode): Doc fix.
12230 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12231 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12232 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12233 (f90-match-end): Handle block, critical.
12234
eefff499
GM
122352011-06-25 Glenn Morris <rgm@gnu.org>
12236
f6ba4cc9
GM
12237 * calendar/diary-lib.el (diary-included-files): Doc fix.
12238 (diary-include-files): New function, extracted from
12239 diary-include-other-diary-files and diary-mark-included-diary-files.
12240 (diary-include-other-diary-files, diary-mark-included-diary-files):
12241 Just call diary-include-files.
12242 (diary-mark-entries): Reset diary-included-files on first call.
12243
16712304
GM
12244 * calendar/diary-lib.el (diary-mark-entries)
12245 (diary-mark-included-diary-files):
12246 Visit included diary-files in temp buffers.
12247
5d8e0d43
GM
12248 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12249 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12250 (f90-start-block-re, f90-imenu-generic-expression)
12251 (f90-looking-at-program-block-start, f90-no-block-limit):
12252 Add support for submodules.
12253
ccf7a5d5
GM
12254 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12255 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12256
11fdef7d 122572011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12258
12259 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12260 buffer-file-type before setting its value, to avoid disastrous
eefff499 12261 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12262
74f53697
JB
122632011-06-25 Juanma Barranquero <lekktu@gmail.com>
12264
12265 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12266
12267 * ses.el (ses-unload-function):
12268 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12269
12270 * proced.el (proced-unload-function):
12271 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12272
18a4ce5e
AR
122732011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12274
12275 * server.el (server-create-window-system-frame): Add parameters arg.
12276 (server-process-filter): Doc fix. Handle frame-parameters.
12277
519d22cc
JB
122782011-06-25 Juanma Barranquero <lekktu@gmail.com>
12279
12280 Fix bug#8730, bug#8781.
12281
12282 * loadhist.el (unload--set-major-mode): New function.
12283 (unload-feature): Use it.
12284
12285 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12286 (python-unload-function): New function.
12287
c206f5b0
SM
122882011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12291
f9ad64f3
GS
122922011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12293
12294 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12295 the candidates list.
12296
7d0da90e
JB
122972011-06-24 Juanma Barranquero <lekktu@gmail.com>
12298
12299 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12300
14b4e83d
RS
123012011-06-23 Richard Stallman <rms@gnu.org>
12302
12303 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12304 (rmail-variables): Set next-error-move-function.
12305 (rmail-what-message): Take argument POS.
12306 (rmail-next-error-move): New function.
12307
273d2baf
SM
123082011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12309
12310 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12311 messages for adjacent non-terminals.
12312
56c2cc9a
RS
123132011-06-23 Richard Stallman <rms@gnu.org>
12314
12315 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12316 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12317 (rmail-start-mail): Don't specify use of rmail-mail-return;
12318 that's done by mail-bury now.
12319 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12320
d59eb518
MA
123212011-06-23 Michael Albinus <michael.albinus@gmx.de>
12322
12323 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12324 SIZE is a number.
12325
02cfc6d6
MR
123262011-06-23 Martin Rudalics <rudalics@gmx.at>
12327
12328 * window.el (get-lru-window, get-mru-window)
12329 (get-largest-window): Never return a minibuffer window.
12330 (display-buffer-pop-up-window): Fix a bug that could lead to
12331 reusing the minibuffer window.
12332 (display-buffer): Pass original specifier argument to
12333 display-buffer-function instead of the normalized one.
12334 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12335
4e323265
LL
123362011-06-22 Leo Liu <sdl.web@gmail.com>
12337
12338 * minibuffer.el (completing-read-function)
12339 (completing-read-default): Move from minibuf.c
12340
7a70468f
RS
123412011-06-22 Richard Stallman <rms@gnu.org>
12342
50718fc2
RS
12343 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12344 to Rmail even if not started by a special Rmail command.
12345
7a70468f
RS
12346 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12347 Copy the buffer currently showing just one message.
12348
297dde5a
RW
123492011-06-22 Roland Winkler <winkler@gnu.org>
12350
12351 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12352 (bibtex-clean-entry): First delete the old key so that a
12353 customized algorithm for generating the new key does not get
12354 confused by the old key.
12355 (bibtex-url): Obey regexp of first step.
12356 (bibtex-search-entries): Do not use add-to-list with local
12357 list-var.
12358
97bb1093
LMI
123592011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12360
12361 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12362 stored a user name, then query for the password first, instead of
12363 waiting for SMTP to give an error message and the trying again.
12364
1c0f1a19
JD
123652011-06-22 Lawrence Mitchell <wence@gmx.li>
12366
12367 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12368 BUFFER in call-process.
12369
396f7c9d
LMI
123702011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12371
12372 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12373 QUIT twice.
ddb7ffee
LMI
12374 (smtpmail-try-auth-methods): Require user name and password from
12375 auth-source.
396f7c9d 12376
8998d1b3
MR
123772011-06-22 Martin Rudalics <rudalics@gmx.at>
12378
12379 * window.el (display-buffer-default-specifiers)
12380 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12381 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12382 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12383
12384 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12385 (special-display-frame-alist, special-display-popup-frame):
12386 Remove duplicate declarations. These are now in window.el.
12387
4ea31e07
LMI
123882011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12389
c9d29fb8
SM
12390 * mail/smtpmail.el (smtpmail-via-smtp):
12391 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12392 server supports it. SMTP servers that support STARTTLS commonly
12393 require it.
12394
12395 * net/network-stream.el (network-stream-open-starttls): Support
12396 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12397 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12398
95f41d9a
LMI
12399 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12400 upgrades with `open-network-stream', and rely solely on
12401 auth-source for all credentials. Big changes throughout the file,
12402 but in particular:
c9d29fb8
SM
12403 (smtpmail-auth-credentials): Remove.
12404 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12405 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12406 MAIL FROM, too.
95f41d9a 12407
c9d29fb8
SM
12408 * net/network-stream.el (network-stream-open-starttls):
12409 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12410 STARTTLS.
12411 (auth-source): Require.
12412 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12413 (network-stream-certificate): Change cert-cert to cert and
12414 cert-key to key.
4ea31e07 12415
065ec2c7
MA
124162011-06-21 Michael Albinus <michael.albinus@gmx.de>
12417
12418 * net/tramp-cache.el (top): Don't load the persistency file when
12419 "emacs -Q" has been called.
12420
cd93b359
DR
124212011-06-21 Tim Harper <timcharper@gmail.com>
12422
d8e4b68b
JB
12423 * term/ns-win.el (ns-initialize-window-system):
12424 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12425 resource to NO as it is not yet supported by the NS port.
12426
ae9c0411
JB
124272011-06-21 Juanma Barranquero <lekktu@gmail.com>
12428
12429 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12430 (list-dynamic-libraries): ...not here.
12431
7f3f739f
LL
124322011-06-21 Leo Liu <sdl.web@gmail.com>
12433
12434 * subr.el (sha1): Implement sha1 using secure-hash.
12435
327c8fb1
MR
124362011-06-21 Martin Rudalics <rudalics@gmx.at>
12437
12438 * window.el (display-buffer-alist): In default value do not
12439 enforce searching a window on any but the selected frame.
12440 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12441 (display-buffer-select-window): Remove function.
12442 (display-buffer-in-window): When a window on another frame gets
12443 reused, do not select it any more but just raise its frame if
12444 necessary (Bug#8851) and (Bug#8856).
12445 (display-buffer-normalize-options): Handle pop-up-frames related
12446 options more faithfully.
12447 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12448 window if it is on another frame.
c9d29fb8
SM
12449 (display-buffer-alist, display-buffer-default-specifiers):
12450 Don't make new frame unsplittable by default.
9e9de014
MR
12451 (display-buffer-normalize-argument): Fix doc-string typo and use
12452 'same-frame-other-window instead of 'other-window when associating
12453 with display-buffer-macro-specifiers.
327c8fb1 12454
7cf3f556
VB
124552011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12456
12457 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12458 New functions.
12459 (5x5-mode-map, 5x5-mode-menu): Bind them.
12460 (5x5-draw-grid): Tweak the solver's rendering.
12461
60a406cf
SM
124622011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12463
12464 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12465 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12466
d8e4b68b 124672011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12468
12469 * menu-bar.el: Use function variable instead of switch-to-buffer.
12470 (menu-bar-select-buffer-function): New variable.
60a406cf 12471 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12472
478d6f95
SM
124732011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12474
12475 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12476 variable's status.
12477
ca530739
JD
124782011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12479
12480 * x-dnd.el (x-dnd-version-from-flags)
12481 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12482 and long as number (Bug#8899).
12483 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12484
bcd70d97
SM
124852011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12486
60a406cf 12487 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12488 (completion-try-completion, completion-all-completions): Compute the
12489 metadata argument if it's missing; make it optional (bug#8795).
12490
60a406cf 12491 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12492 (widget-complete): Use new :completion-function property.
12493 (widget-completions-at-point): New function.
12494 (default): Use :completion-function instead of :complete.
60a406cf
SM
12495 (widget-default-completions): Rename from widget-default-complete;
12496 Rewrite.
bcd70d97
SM
12497 (widget-string-complete, widget-file-complete, widget-color-complete):
12498 Remove functions.
12499 (file, symbol, function, variable, coding-system, color):
12500 * international/mule-cmds.el (default-input-method, charset)
12501 (language-info-custom-alist):
12502 * cus-edit.el (face): Use new property :completions.
12503
12504 * progmodes/pascal.el (pascal-completions-at-point): New function.
12505 (pascal-mode): Use it.
12506 (pascal-mode-map): Use completion-at-point.
12507 (pascal-toggle-completions): Make obsolete.
12508 (pascal-complete-word, pascal-show-completions):
12509 * progmodes/octave-mod.el (octave-complete-symbol):
12510 Redefine as obsolete alias.
12511 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12512 Signal absence of completion info for old Octave,
12513 (inferior-octave-complete): Redefine as obsolete alias.
12514 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12515 (meta-completions-at-point): Rename from meta-complete-symbol and
12516 adapt it for use on completion-at-point-functions.
12517 (meta-common-mode): Use it.
12518 (meta-looking-at-backward, meta-match-buffer): Remove.
12519 (meta-complete-symbol): Redefine as obsolete alias.
12520 (meta-common-mode-map): Use completion-at-point.
12521 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12522 (makefile-mode-map): Use completion-at-point.
12523 (makefile-completions-at-point): Rename from makefile-complete and
12524 adapt it for use on completion-at-point-functions.
12525 (makefile-mode): Use it.
12526 (makefile-complete): Redefine as obsolete alias.
12527
aebf69c8
DD
125282011-06-20 Deniz Dogan <deniz@dogan.se>
12529
12530 * net/rcirc.el: Delete trailing whitespaces once and for all.
12531
bfbbb27d
DC
125322011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12533
12534 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12535
d264a46b
CY
125362011-06-19 Chong Yidong <cyd@stupidchicken.com>
12537
4ca009e5
CY
12538 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12539
d264a46b
CY
12540 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12541
fbf5b3ce
MR
125422011-06-19 Martin Rudalics <rudalics@gmx.at>
12543
12544 * window.el (display-buffer-other-window-means-other-frame):
12545 Call display-buffer-normalize-alist.
12546 (display-buffer-normalize-specifiers-1): Rename to
12547 display-buffer-normalize-argument. New argument other-frame.
12548 Rewrite.
12549 (display-buffer-normalize-specifiers-2): Rename to
12550 display-buffer-normalize-options.
12551 (display-buffer-normalize-alist-1): New function.
12552 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12553 display-buffer-normalize-alist.
12554 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12555 (display-buffer-normalize-options-inhibit): New variable.
12556 (display-buffer-normalize-specifiers): Rewrite calling
12557 display-buffer-normalize-alist,
12558 display-buffer-normalize-argument, and
12559 display-buffer-normalize-options. Don't call the latter if
12560 display-buffer-normalize-options-inhibit is non-nil.
12561 (frame-auto-delete): New option.
12562 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12563 (window-list-no-nils, window-state-ignored-parameters)
12564 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12565 (window-state-put-1, window-state-put-2, window-state-put):
12566 New functions.
9a028c23
MR
12567 (display-buffer-normalize-options): Move special-display-p group
12568 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12569
6d10d800
CY
125702011-06-18 Chong Yidong <cyd@stupidchicken.com>
12571
6420d28b
CY
12572 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12573 groups (Bug#8776).
12574 (rx-submatch-n): New function.
12575 (rx): Document it.
12576
ddb8b596
CY
12577 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12578 (Bug#8768).
12579
12580 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12581
77080289
CY
12582 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12583
61dfb316
CY
12584 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12585 anytime existing face settings are present (Bug#8889).
12586
6d10d800
CY
12587 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12588 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12589 Remove unused argument.
12590
be3fb2b8
MR
125912011-06-18 Martin Rudalics <rudalics@gmx.at>
12592
bcd70d97
SM
12593 * window.el (display-buffer-default-specifiers):
12594 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12595 pop-up-window-min-width, and another reuse-window specifier
12596 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12597 (display-buffer-normalize-specifiers-2):
12598 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12599 pop-up-windows is unset. Add a reuse-window specifier for the
12600 case popping up a new window fails.
12601 (special-display-popup-frame): Remove double quoting.
28dec25a 12602 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12603
1c6d8c76
SM
126042011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12605
12606 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12607 according to comint-completion-addsuffix.
12608
12609 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12610 (pcomplete-suffix-list): Mark as obsolete.
12611 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12612 pcomplete-seen in the closure.
12613 (pcomplete-comint-setup): Setup completion-at-point as well.
12614 (pcomplete--entries): New function.
12615 (pcomplete--env-regexp): New var.
12616 (pcomplete-entries): Rewrite to work with partial-completion and
12617 without relying on pcomplete-suffix-list.
12618 (pcomplete-pare-list): Remove, unused.
12619
25aef8b8
MR
126202011-06-17 Martin Rudalics <rudalics@gmx.at>
12621
12622 * window.el (display-buffer-alist): Set pop-up-window-min-height
12623 and pop-up-window-min-width in default value. Reported by
12624 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12625 other-window-means-other-frame.
12626 (display-buffer-macro-specifiers): Comment out entry for
12627 other-window specifier.
12628 (display-buffer-other-window-means-other-frame): New function.
12629 (display-buffer-normalize-specifiers-1): New arguments
12630 buffer-name and label. Treat other-window case specially.
12631 (display-buffer-normalize-specifiers-2): Treat other-window case
12632 specially.
12633 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12634 (display-buffer-normalize-specifiers):
12635 Call display-buffer-normalize-specifiers-3.
25aef8b8 12636
dbad4f69
MR
126372011-06-17 Martin Rudalics <rudalics@gmx.at>
12638
12639 * window.el (same-window-p): Fix two typos introduced when
12640 adding with-no-warnings.
d1067961
MR
12641 (display-buffer-normalize-specifiers-1): Don't check
12642 pop-up-frames for 'unset initialization.
12643 (display-buffer-normalize-specifiers-2): Major rewrite using
12644 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12645 (pop-up-frames, display-buffer-reuse-frames)
12646 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12647 Suggested by David Engster <deng@randomsample.de>.
12648 (even-window-heights): Initialize to 'unset.
12649 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12650 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12651 other window case.
dbad4f69 12652
9b9c9e3a
MR
126532011-06-16 Martin Rudalics <rudalics@gmx.at>
12654
bcd70d97
SM
12655 * window.el (display-buffer-normalize-specifiers-1):
12656 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12657 second argument of display-buffer (Bug#8865).
981d5c09
MR
12658 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12659 (switch-to-buffer-other-window-same-frame)
12660 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12661 Adams (Bug#8875).
9c2755e9
MR
12662 (display-buffer): Don't check noninteractive when calling
12663 display-buffer-pop-up-frame.
12664 (display-buffer-pop-up-frame): Never pop up a frame in
12665 noninteractive mode (Bug#8857).
67222e1d
MR
12666 (enlarge-window, shrink-window): Don't report an error when the
12667 window can't be resized as requested (Bug#8862).
9b9c9e3a 12668
2b75be67
SM
126692011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12670
9ffdd3ba
SM
12671 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12672
cb581a67
SM
12673 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12674
2b75be67
SM
12675 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12676
8c0e3589
AM
126772011-06-15 Alan Mackenzie <acm@muc.de>
12678
cb581a67
SM
12679 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12680 for declarators, disable knr checking to speed up for normal files.
12681 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12682
b96e6cde
LMI
126832011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12684
4bba86e6
LMI
12685 * net/network-stream.el (open-network-stream): Add the keyword
12686 :always-query-capabilities for the case where you want to force a
12687 `plain' network connection, but the protocol still requires the
12688 capabilitiy command (i.e., SMTP and EHLO).
12689
2b75be67 12690 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12691 consistency with other `-live-p' functions.
12692
efdcdbf8
SM
126932011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * window.el (same-window-buffer-names, same-window-regexps)
12696 (special-display-frame-alist, special-display-popup-frame)
12697 (special-display-function, special-display-buffer-names)
12698 (special-display-regexps, pop-up-frame-alist)
12699 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12700 (pop-up-windows, split-window-preferred-function)
12701 (split-height-threshold, split-width-threshold, even-window-heights)
12702 (display-buffer-mark-dedicated): Don't encourage the use of
12703 display-buffer-alist from Elisp code.
12704
c5cde042
DN
127052011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12706
12707 * progmodes/python.el (python-mode): Derive from prog-mode.
12708 * progmodes/ps-mode.el (ps-mode):
12709 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12710 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12711 * progmodes/ld-script.el (ld-script-mode): Likewise.
12712
baa1c9ab
MR
127132011-06-15 Martin Rudalics <rudalics@gmx.at>
12714
12715 * window.el (display-buffer-alist): Trim default value to avoid
12716 popping up a new frame (Bug#8857) or reusing an arbitrary window
12717 on another frame.
12718 (display-buffer): Do not fall back on popping up a new frame in
12719 batch mode (Bug#8857).
12720
c5dd5a51
CY
127212011-06-14 Chong Yidong <cyd@stupidchicken.com>
12722
12723 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12724 (custom-theme-summary): New function.
12725 (customize-themes): Use it.
12726
d647b7c4
GM
127272011-06-13 Glenn Morris <rgm@gnu.org>
12728
12729 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12730
9481c002
MR
127312011-06-13 Martin Rudalics <rudalics@gmx.at>
12732
357f93d2
MR
12733 * help.el (help-window): Remove variable.
12734 (help-window-point-marker, temp-buffer-max-height)
12735 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12736 (help-print-return-message): Don't set help-window.
12737 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12738 (help-window-setup-finish): Remove.
12739 (help-window-display-message, help-window-setup)
12740 (with-help-window): Major rewrite based on new
12741 display-buffer-window variable.
12742
12743 * help-mode.el (help-mode-finish): Remove help-window related
12744 code.
12745
12746 * view.el (view-exits-all-viewing-windows): Remove reference to
12747 view-return-to-alist in doc-string.
12748 (view-return-to-alist): Make obsolete.
12749 (view-buffer): Call pop-to-buffer-same-window and remove
12750 undo-window code.
12751 (view-buffer-other-window): Call pop-to-buffer-other-window and
12752 simplify code. Ignore second argument.
12753 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12754 simplify code. Ignore second argument.
12755 (view-return-to-alist-update): Make obsolete.
12756 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12757 Rewrite using quit-restore window parameters.
2b75be67
SM
12758 (view-mode-exit): Rename second argument to EXIT-ONLY.
12759 Rewrite using quit-restore-window.
357f93d2
MR
12760 (View-exit, View-exit-and-edit, View-leave, View-quit)
12761 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12762 appropriate arguments.
12763 (view-end-message): Use quit-restore window parameter.
12764
9481c002
MR
12765 * window.el (display-buffer-function): Rewrite doc-string.
12766 (display-buffer-window, display-buffer-alist): New variables.
12767 (display-buffer-split-specifiers)
12768 (display-buffer-side-specifiers)
12769 (display-buffer-macro-specifiers): New constants.
12770 (display-buffer-even-window-sizes, display-buffer-set-height)
12771 (display-buffer-set-width, display-buffer-select-window)
12772 (display-buffer-in-window, display-buffer-reuse-window)
12773 (display-buffer-split-window-1, display-buffer-split-window)
12774 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12775 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12776 (display-buffer-in-side-window, normalize-buffer-to-display)
12777 (display-buffer-normalize-specifiers-1)
12778 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12779 (display-buffer-normalize-specifiers, display-buffer-frame):
12780 New functions.
9481c002
MR
12781 (display-buffer): Major rewrite.
12782 (display-buffer-other-window, display-buffer-other-frame)
12783 (pop-to-buffer, switch-to-buffer-other-window)
12784 (switch-to-buffer-other-frame): Rewrite.
12785 (display-buffer-same-window, display-buffer-same-frame)
12786 (display-buffer-same-frame-other-window)
12787 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12788 (pop-to-buffer-other-window)
12789 (pop-to-buffer-same-frame-other-window)
12790 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12791 (switch-to-buffer-other-window-same-frame): New functions.
12792 (same-window-p, special-display-p): Rewrite disabling warnings.
12793 Make obsolete.
12794 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12795 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12796 Make obsolete
12797 (same-window-buffer-names, same-window-regexps)
12798 (special-display-frame-alist, special-display-popup-frame)
12799 (special-display-function, special-display-buffer-names)
12800 (special-display-regexps, pop-up-frame-alist)
12801 (pop-up-frame-function, split-window-preferred-function)
12802 (split-height-threshold, split-width-threshold)
12803 (even-window-heights): Make obsolete.
12804
9db51aca
GM
128052011-06-12 Glenn Morris <rgm@gnu.org>
12806
12807 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12808 Misc simplifications.
9db51aca 12809
39cffb44
MR
128102011-06-12 Martin Rudalics <rudalics@gmx.at>
12811
12812 * window.el (window-safely-shrinkable-p): Restore function which
12813 was inadvertently removed in change from 2011-06-11. Declare as
12814 obsolete.
12815
2b75be67
SM
12816 * calendar/calendar.el (calendar-generate-window):
12817 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12818 window-safely-shrinkable-p.
12819
a8955be7
GM
128202011-06-12 Glenn Morris <rgm@gnu.org>
12821
12822 * progmodes/fortran.el (fortran-mode-syntax-table):
12823 * progmodes/f90.el (f90-mode-syntax-table):
12824 Set % to punctuation. (Bug#8820)
12825 (f90-find-tag-default): Remove, no longer needed.
12826
f0d4059d
DC
128272011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12828
12829 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12830
1100a63c
CY
128312011-06-11 Chong Yidong <cyd@stupidchicken.com>
12832
12833 * image.el (image-animated-p): Return animation delay in seconds.
12834 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12835 (image-animate-timeout): Remove DELAY argument. Don't assume
12836 every subimage has the same delay; get it from image-animated-p.
12837 (image-animate): Caller changed.
12838
def722bf
MA
128392011-06-11 Michael Albinus <michael.albinus@gmx.de>
12840
12841 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12842 to ignored backtrace functions.
12843
0a2bb1a9
GM
128442011-06-11 Glenn Morris <rgm@gnu.org>
12845
12846 * calendar/appt.el (appt-disp-window-function): Doc fix.
12847 (appt-check): Handle overlapping appointments. (Bug#8337)
12848
6198ccd0
MR
128492011-06-11 Martin Rudalics <rudalics@gmx.at>
12850
12851 * window.el (window-tree-1, window-tree): New functions, moving
12852 the latter to window.el.
12853 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12854 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12855 (bw-refresh-edges): Remove.
12856 (balance-windows-1, balance-windows-2): New functions.
12857 (balance-windows): Rewrite in terms of window tree functions,
12858 balance-windows-1 and balance-windows-2.
12859 (bw-adjust-window): Remove.
12860 (balance-windows-area-adjust): New function with functionality of
12861 bw-adjust-window but using resize-window.
2b75be67
SM
12862 (set-window-text-height): Rewrite doc-string.
12863 Use normalize-live-window and resize-window.
12864 (enlarge-window-horizontally, shrink-window-horizontally):
12865 Rename argument to DELTA.
6198ccd0
MR
12866 (window-buffer-height): New function.
12867 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12868 Rewrite using new window resize routines.
2b75be67
SM
12869 (kill-buffer-and-window, mouse-autoselect-window-select):
12870 Use ignore-errors instead of condition-case.
6198ccd0
MR
12871 (quit-window): Call delete-frame instead of delete-windows-on
12872 for the only buffer on frame.
12873
9397e56f
MR
128742011-06-10 Martin Rudalics <rudalics@gmx.at>
12875
12876 * loadup.el (top-level): Load window before files for the sake
12877 of replace-buffer-in-windows.
12878
12879 * files.el (read-buffer-to-switch)
12880 (switch-to-buffer-other-window)
2b75be67
SM
12881 (switch-to-buffer-other-frame, display-buffer-other-frame):
12882 Move to window.el.
9397e56f
MR
12883
12884 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12885 (previous-buffer): Move to window.el.
12886
12887 * bindings.el (unbury-buffer): Move to window.el.
12888
12889 * window.el (delete-other-windows-vertically): Move after
12890 definition of delete-other-windows.
12891 (other-window, delete-windows-on, replace-buffer-in-windows):
12892 Move here from window.c.
12893 (record-window-buffer, unrecord-window-buffer)
12894 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12895 (switch-to-next-buffer): New functions.
12896 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12897 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12898 (previous-buffer): Move here from simple.el.
12899 Call switch-to-prev-buffer.
9397e56f
MR
12900 (bury-buffer): Move here from buffer.c. Switch to previous
12901 buffer when window cannot be deleted.
12902 (unbury-buffer): Move here from bindings.el.
12903 (ctl-x-map): Move binding for other-window from window.c to
12904 here.
12905 (read-buffer-to-switch, switch-to-buffer-other-window)
12906 (switch-to-buffer-other-frame): Move here from files.el.
12907 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12908 (switch-to-buffer): Move here from buffer.c.
12909 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12910
562dd5e9
MR
129112011-06-10 Martin Rudalics <rudalics@gmx.at>
12912
12913 * window.el (window-min-height, window-min-width): Move here
12914 from window.c. Add defcustoms and rewrite doc-strings.
12915 (resize-mini-window, resize-window): New functions.
12916 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12917 Move here from window.c.
12918 (maximize-window, minimize-window): New functions.
12919 (delete-window, delete-other-windows, split-window): Move here
12920 from window.c.
12921 (window-split-min-size): New function.
12922 (split-window-keep-point): Mention split-window-above-each-other
12923 instead of split-window-vertically.
2b75be67 12924 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12925 Rename split-window-vertically to split-window-above-each-other
12926 and provide defalias for old definition.
12927 (split-window-side-by-side, split-window-horizontally):
12928 Rename split-window-horizontally to split-window-side-by-side
12929 and provide defalias for the old definition.
562dd5e9
MR
12930 (ctl-x-map): Move bindings for delete-window,
12931 delete-other-windows and enlarge-window here from window.c.
12932 Replace bindings for split-window-vertically and
12933 split-window-horizontally by bindings for
12934 split-window-above-each-other and split-window-side-by-side.
12935
12936 * cus-start.el (all): Remove entries for window-min-height and
12937 window-min-width. Add entries for window-splits and
12938 window-nest.
12939
f0da764a
GM
129402011-06-09 Glenn Morris <rgm@gnu.org>
12941
80675c21
GM
12942 * calendar/appt.el (appt-mode-line): New function.
12943 (appt-check, appt-disp-window): Use it.
12944
f0da764a
GM
12945 * files.el (hack-one-local-variable-eval-safep):
12946 Allow minor-modes with explicit +/-1 arguments.
12947
59f623b7
TZ
129482011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12949
12950 * term/xterm.el (xterm): Add defgroup.
12951 (xterm-extra-capabilities): Add defcustom to supply known xterm
12952 capabilities, skip querying them, or query them (default).
12953 (terminal-init-xterm): Use it.
12954 (terminal-init-xterm-modify-other-keys): New function to set up
12955 modifyOtherKeys support to simplify `terminal-init-xterm'.
12956
9aab8e0d
MR
129572011-06-09 Martin Rudalics <rudalics@gmx.at>
12958
12959 * window.el (resize-window-reset, resize-window-reset-1)
12960 (resize-subwindows-skip-p, resize-subwindows-normal)
12961 (resize-subwindows, resize-other-windows, resize-this-window)
12962 (resize-root-window, resize-root-window-vertically)
12963 (window-deletable-p, window-or-subwindow-p)
12964 (frame-root-window-p): New functions.
12965
e8b08aee
GM
129662011-06-09 Glenn Morris <rgm@gnu.org>
12967
12968 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12969 (ange-ftp-get-files): Use it.
12970
254c37a5
AK
129712011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12972
12973 * mail/sendmail.el (mail-recover-1, mail-recover):
12974 * files.el (recover-file, recover-session):
12975 Handle dired-listing-switches not being just a single short option.
12976
35d7dbd3
GM
129772011-06-09 Glenn Morris <rgm@gnu.org>
12978
12979 * calendar/appt.el (appt-display-message, appt-disp-window):
12980 Handle lists of appointments.
12981
387522b2
MR
129822011-06-08 Martin Rudalics <rudalics@gmx.at>
12983
2b75be67
SM
12984 * window.el (one-window-p): Move down in code.
12985 Rewrite doc-string.
12986 (window-current-scroll-bars): Rewrite doc-string.
12987 Normalize live window argument.
387522b2
MR
12988 (walk-windows, get-window-with-predicate, count-windows):
12989 Rewrite doc-string. Use window-list-1.
12990 (window-in-direction-2, window-in-direction, get-mru-window):
12991 New functions.
12992
d8e4b68b 129932011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12994
12995 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12996 Doc fix (Bug#8713).
12997
129982011-06-08 Chong Yidong <cyd@stupidchicken.com>
12999
13000 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13001
130022011-06-08 Juanma Barranquero <lekktu@gmail.com>
13003
13004 * loadhist.el (unload-feature-special-hooks):
13005 Add `comint-output-filter-functions'.
13006
0de12c52
IK
130072011-06-08 Ivan Kanis <gnu@kanis.fr>
13008
13009 * calendar/appt.el (appt-check): Move some initializations into the let.
13010
f3d1777e
MR
130112011-06-08 Martin Rudalics <rudalics@gmx.at>
13012
13013 * window.el (window-height): Defalias to window-total-height.
13014 (window-width): Defalias to window-body-width.
13015
18af70d0
CY
130162011-06-07 Chong Yidong <cyd@stupidchicken.com>
13017
13018 * image-mode.el (image-toggle-animation): New command.
13019 (image-mode-map): Bind it to RET.
13020 (image-mode): Update message.
13021 (image-toggle-display-image): Avoid a spurious cache flush.
13022 (image-transform-rotation): Doc fix.
13023 (image-transform-properties): Return quickly in the normal case.
13024 (image-animate-loop): Rename from image-animate-max-time.
13025
2b75be67 13026 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13027 (create-animated-image): Remove unnecessary function.
13028 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13029 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13030 (image-animate-timer): Use car-safe.
13031 (image-animate-timeout): Rename argument.
13032
190b47e6
MR
130332011-06-07 Martin Rudalics <rudalics@gmx.at>
13034
13035 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13036 window.c. Rename first argument to ALL-FRAMES.
13037 Rephrase doc-strings.
13038 (get-buffer-window-list): Rewrite using window-list-1.
13039 Rephrase doc-string.
a1511caf
MR
13040 (window-safe-min-height, window-safe-min-width): New constants.
13041 (window-size-ignore, window-min-size, window-min-size-1)
13042 (window-sizable, window-sizable-p, window-size-fixed-1)
13043 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13044 (window-max-delta-1, window-max-delta, window-resizable)
13045 (window-resizable-p, window-total-height, window-total-width)
13046 (window-body-width): New functions.
13047 (window-full-height-p, window-full-width-p): Rewrite using
13048 window-total-size.
13049 (window-body-height): Rewrite using window-body-size.
190b47e6 13050
85cc1f11
MR
130512011-06-06 Martin Rudalics <rudalics@gmx.at>
13052
13053 * window.el (window-right, window-left, window-child)
13054 (window-child-count, window-last-child, window-any-p)
13055 (normalize-live-buffer, normalize-live-frame)
13056 (normalize-any-window, normalize-live-window)
13057 (window-iso-combination-p, window-iso-combined-p)
13058 (window-iso-combinations)
13059 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13060 (windows-with-parameter, window-with-parameter)
13061 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13062 (window-atom-check, window-side-check, window-check):
13063 New functions.
85cc1f11
MR
13064 (ignore-window-parameters, window-sides, window-sides-vertical)
13065 (window-sides-slots): New variables.
13066 (window-size-fixed): Move down in code. Minor doc-string fix.
13067
e7156492
AS
130682011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13069
13070 * comint.el (comint-dynamic-complete-as-filename)
13071 (comint-dynamic-complete-filename): Correctly call
13072 completion-in-region.
13073
7e821d0d
DD
130742011-06-05 Deniz Dogan <deniz@dogan.se>
13075
13076 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13077 in last change.
13078
ac09b8a1
DD
130792011-06-05 Deniz Dogan <deniz@dogan.se>
13080
13081 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13082 (rcirc): Use it to prompt for encryption.
13083
34699b85
RW
130842011-06-05 Roland Winkler <winkler@gnu.org>
13085
13086 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13087 (bibtex-search-entries): New command bound to C-c C-a.
13088 (bibtex-display-entries): New function.
13089
004dedd3
RW
130902011-06-05 Roland Winkler <winkler@gnu.org>
13091
13092 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13093 (bibtex-insert-kill): After yanking insert newline if necessary.
13094 (bibtex-initialize): Call bibtex-string-files-init only once.
13095 (bibtex-mode): Do not call easy-menu-add.
13096 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13097 (bibtex-yank): Set arg properly if nil.
13098
022fe7ce
RW
130992011-06-05 Roland Winkler <winkler@gnu.org>
13100
2b75be67
SM
13101 * textmodes/bibtex.el (bibtex-search-entry-globally):
13102 New variable.
022fe7ce
RW
13103 (bibtex-search-entry): Use it.
13104
b7c3692a
RW
131052011-06-05 Roland Winkler <winkler@gnu.org>
13106
13107 * textmodes/bibtex.el (bibtex-entry-format): New option
13108 sort-fields.
13109 (bibtex-format-entry, bibtex-reformat): Honor this option.
13110 (bibtex-parse-entry): Return fields in proper order.
13111
8eda563d
JB
131122011-06-05 Juanma Barranquero <lekktu@gmail.com>
13113
13114 * doc-view.el (doc-view-remove-if): Move computation of result out
13115 of `dolist' to silence misleading lexical-binding warning.
13116
7dbe3dbc
CY
131172011-06-04 Chong Yidong <cyd@stupidchicken.com>
13118
13119 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13120 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13121
0c33dd17
MA
131222011-06-04 Michael Albinus <michael.albinus@gmx.de>
13123
13124 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13125 "SunOS 5.10".
13126
f8f91c2b
MA
131272011-06-04 Michael Albinus <michael.albinus@gmx.de>
13128
13129 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13130 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13131 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13132 (tramp-parse-putty):
13133 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13134 (tramp-completion-function-alist-ssh)
13135 (tramp-completion-function-alist-telnet)
13136 (tramp-completion-function-alist-su)
13137 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13138 cookie.
13139
13140 * net/tramp-ftp.el:
13141 * net/tramp-sh.el:
13142 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13143 load "tramp.el" `tramp-set-completion-function'.
13144
e17d9003
SM
131452011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * shell.el: Require and use pcomplete.
13148 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13149 (shell-completion-vars): Set pcomplete-default-completion-function.
13150
6c4cab03
DD
131512011-06-04 Deniz Dogan <deniz@dogan.se>
13152
13153 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13154 `memq' (Bug#8799).
13155
ea9fafe0
SM
131562011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13157
13158 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13159
b3e945d3
JB
131602011-06-02 Juanma Barranquero <lekktu@gmail.com>
13161
13162 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13163 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13164 * vc/log-view.el (log-view-beginning-of-defun):
13165 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13166 (smerge-refine-forward, smerge-refine-chopup-region):
13167 Silence warning for unused `dotimes' counter variables.
13168
7d520089
SM
131692011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13170
13171 * net/tramp.el (tramp-with-progress-reporter): Rename from
13172 with-progress-reporter. Use `declare'.
13173 * net/tramp-smb.el:
13174 * net/tramp-sh.el:
13175 * net/tramp-gvfs.el: Update all uses.
13176
a1c2400f
JB
131772011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13178
13179 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13180 buffer isn't killed before making it current.
13181
2403c841
SM
131822011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 Silence various byte-compiler warnings.
13185 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13186 `access-type' and new obsolescence format.
13187 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13188 new format.
13189 (byte-compile-check-variable): New `access-type' argument.
13190 Only warn if the access-type is obsolete.
13191 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13192 (byte-compile-variable-set): Adjust callers.
13193 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13194 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13195 setting it as obsolete.
13196 * simple.el (minibuffer-completing-symbol):
13197 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13198 access as obsolete.
13199 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13200 obsolete yet.
13201 * international/quail.el (quail-mouse-choose-completion): Remove unused
13202 code referring to obsolete var.
13203 (quail-choose-completion-string): Remove.
13204 * server.el (server-clients-with, server-kill-buffer-query-function)
13205 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13206 * proced.el (proced-send-signal):
13207 * emacs-lisp/lisp.el (lisp-complete-symbol):
13208 Replace completion-annotate-function with completion-extra-properties.
13209
2462470b
SM
132102011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13211
fb5b2591
SM
13212 * simple.el (goto-line): Use read-number.
13213 (overriding-map-is-bound): Remove.
13214 (saved-overriding-map): Change default.
13215 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13216 Take the map as argument.
13217 (universal-argument, negative-argument, digit-argument): Use it.
13218 (restore-overriding-map): Adjust.
13219 (do-auto-fill): Use fill-forward-paragraph.
13220 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13221
fd6fa53f
SM
13222 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13223 (minibuffer-inactive-mode): New major mode.
13224 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13225 the *Messages* buffer" hack.
13226 (mouse-popup-menubar): Don't burp if the event is a normal key.
13227
2462470b
SM
13228 Miscellaneous tweaks.
13229 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13230 lexical scoping as in subr.el's dolist and dotimes.
13231 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13232 Silence compiler warning.
13233 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13234 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13235 * international/ccl.el (ccl-compile): Trivial simplification.
13236 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13237 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13238 `printflag' argument.
13239 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13240 Purecopy the whole obsolescence data.
13241
108bf785
LL
132422011-06-01 Leo Liu <sdl.web@gmail.com>
13243
13244 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13245 improve doc-string as suggested by Marco Pessotto
13246 <melmothx@gmail.com>.
13247 (rcirc-print): Fix last change.
13248
30a23501
SM
132492011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * minibuffer.el (complete-with-action): Return nil for the metadata and
13252 boundaries of non-functional tables.
13253 (completion-table-dynamic): Return nil for the metadata.
13254 (completion-table-with-terminator): Add default case, using
13255 complete-with-action.
13256 (completion--metadata): New function.
13257 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13258 to try and avoid pathological performance problems.
13259 (completion--embedded-envvar-table): Return `category' metadata.
13260
bcd54f83
LMI
132612011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13262
13263 * subr.el (process-alive-p): New tiny convenience function.
13264
e227544d
SM
132652011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13268 content but also its previous major mode.
13269
e8296fdc
HE
132702011-05-31 Helmut Eller <eller.helmut@gmail.com>
13271
4d61f28d 13272 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13273 *Backtrace* buffer when we exit with C-M-c.
13274
620c53a6
SM
132752011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13276
13277 * minibuffer.el: Add metadata method to completion tables.
13278 (completion-category-overrides): New defcustom.
13279 (completion-metadata, completion--field-metadata)
13280 (completion-metadata-get, completion--styles)
13281 (completion--cycle-threshold): New functions.
13282 (completion-try-completion, completion-all-completions):
13283 Add `metadata' argument to choose completion-styles.
13284 (completion--do-completion): Use metadata to choose cycling.
13285 (completion-all-sorted-completions): Use metadata for sorting.
13286 Remove :completion-cycle-penalty which is not needed any more.
13287 (completion--try-word-completion): Add `metadata' argument.
13288 (minibuffer-completion-help): Check metadata for annotation function
13289 and sorting.
13290 (completion-file-name-table): Return `category' metadata.
13291 (minibuffer-completing-file-name): Make obsolete.
13292 * simple.el (minibuffer-completing-symbol): Make obsolete.
13293 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13294 completion-try-completion.
13295
1257e755
SM
132962011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13297
13298 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13299
3767e706
LL
133002011-05-30 Leo Liu <sdl.web@gmail.com>
13301
13302 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13303 (rcirc-print): Decode all incoming messages (bug#8744).
13304 (rcirc-decode-coding-system): Allow value nil for automatic coding
13305 system detection.
3767e706 13306
d1a5d56a
GM
133072011-06-01 Glenn Morris <rgm@gnu.org>
13308
13309 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13310
e8cbec34
CY
133112011-05-29 Chong Yidong <cyd@stupidchicken.com>
13312
13313 * image.el (image-animate-max-time): Allow nil and t values.
13314 Default to nil.
13315 (create-animated-image): Doc fix.
13316 (image-animate-start): Remove second arg; just use
13317 image-animate-max-time.
13318 (image-animate-timeout): Doc fix. Args changed.
13319
13320 * image-mode.el (image-toggle-display-image): Ensure that the
13321 image spec passed to the animate timer is the same object as in
58179cce 13322 the buffer's display property (Bug#6981).
e8cbec34
CY
13323 (image-transform-properties): Doc fix.
13324
13325 * image.el (image-animate-max-time): Default to nil.
13326
159daf87
MR
133272011-05-29 Martin Rudalics <rudalics@gmx.at>
13328
13329 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13330 entire buffer list (Bug#8184).
13331
d66c4c7c
CY
133322011-05-29 Chong Yidong <cyd@stupidchicken.com>
13333
13334 * image.el (imagemagick-types-inhibit)
13335 (imagemagick-register-types): Doc fix.
13336
80aec780
DD
133372011-05-29 Deniz Dogan <deniz@dogan.se>
13338
13339 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13340 default.
13341
1dd3c2d9
CY
133422011-05-29 Chong Yidong <cyd@stupidchicken.com>
13343
13344 * select.el: Don't perform clipboard-manager saving in hooks;
13345 leave the hooks empty.
13346
60e56523
LL
133472011-05-28 Leo Liu <sdl.web@gmail.com>
13348
13349 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13350 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13351 (occur-edit-mode): New major mode (Bug#8463).
13352 (occur-after-change-function): New function.
13353 (occur-engine): Give Occur tags a read-only property.
13354
2b1e1a22
KR
133552011-05-28 Kevin Ryde <user42@zip.com.au>
13356
13357 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13358
5d344e88
CY
133592011-05-28 Chong Yidong <cyd@stupidchicken.com>
13360
8e6ca83d
CY
13361 * bindings.el (help-echo): Make the initial non-indicator dash
13362 empty on graphical terminals (Bug#7295).
13363
5d344e88
CY
13364 * files.el (auto-mode-alist): Move config rule after the
13365 in-stripping one (Bug#8547).
13366
bfbbace7
CY
13367 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13368
fbeba6e2
CY
13369 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13370 setting (Bug#8740).
13371
60ed8c72
AA
133722011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13373
4ac619f0
AA
13374 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13375 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13376 (Bug#8539).
60ed8c72 13377
23db196e
CY
133782011-05-28 Chong Yidong <cyd@stupidchicken.com>
13379
13380 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13381
5012f24c
DK
133822011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13383
13384 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13385 (hs-hide-block-at-point, hs-find-block-beginning)
13386 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13387 (Bug#8279).
13388
6a639b16
GM
133892011-05-28 Glenn Morris <rgm@gnu.org>
13390
13391 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13392
d43eaf2c
CY
133932011-05-28 Chong Yidong <cyd@stupidchicken.com>
13394
5199bde1
CY
13395 * help-fns.el (describe-function-1): If the function is a derived
13396 major mode, print the parent mode.
13397
d43eaf2c
CY
13398 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13399 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13400
423428a8
SM
134012011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13402
0ff8e1ba 13403 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13404 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13405 * progmodes/etags.el (tags-completion-at-point-function):
13406 * info-look.el (info-lookup-completions-at-point): Mark as
13407 non-exclusive.
13408 (info-complete): Adjust accordingly.
13409
423428a8
SM
13410 * info-look.el: Convert to lexical-binding and completion-at-point.
13411 (info-lookup-completions-at-point): New function.
13412 (info-complete): Use it and completion-in-region.
13413
b74aa22b
DA
134142011-05-28 Drew Adams <drew.adams@oracle.com>
13415
13416 * isearch.el: Let M-e start with point at the first mismatched char.
13417 (isearch-fail-pos): New function.
13418 (isearch-edit-string): Use it.
13419
66e2e71d
DK
134202011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13421
13422 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13423
b1890b0f 134242011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13425
13426 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13427 traversal functions for avl-trees.
13428 (avl-tree--stack): New struct.
13429 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13430 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13431 (avl-tree--do-enter): Add optional `updatefun' arg.
13432 Change return value.
eb95d01d 13433 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13434 (avl-tree--do-delete): Add `test' and `nilflag' args.
13435 Change return value.
eb95d01d
TC
13436 (avl-tree-member): Add optional `nilflag'
13437 (avl-tree-member-p): New function.
13438 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13439 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13440 (avl-tree-stack-empty-p): New functions.
13441
3769ddcf
TC
13442 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13443 avl-tree--del-balance1 and make it work both ways.
13444 (avl-tree--del-balance2): Remove.
13445 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13446 make it work both ways.
13447 (avl-tree--enter-balance2): Remove.
13448 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13449 New macros.
13450 (avl-tree--mapc, avl-tree-map): Add direction argument.
13451
eb95d01d 134522011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13453
13454 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13455
a9f737ee
CY
134562011-05-27 Chong Yidong <cyd@stupidchicken.com>
13457
13458 * select.el: Support clipboard managers with built-in function
13459 x-clipboard-manager-save, via delete-frame-functions and
13460 kill-emacs-hook.
13461 (xselect-convert-to-targets): Add MULTIPLE target to list.
13462 (xselect-convert-to-save-targets): New function.
13463
c92a1e54
KH
134642011-05-27 Kenichi Handa <handa@m17n.org>
13465
13466 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13467 let-binding rfc2047-encode-encoded-words to nil.
13468
e145f188
GM
134692011-05-27 Glenn Morris <rgm@gnu.org>
13470
5ec8a862
GM
13471 * mail/emacsbug.el: Don't require url-util.
13472
4b29d9fb
GM
13473 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13474
e145f188
GM
13475 * files.el (set-auto-mode):
13476 Also respect mode: entries at the end of the file. (Bug#8586)
13477
7d15102b
GM
134782011-05-26 Glenn Morris <rgm@gnu.org>
13479
98f593b8
GM
13480 * files.el (hack-local-variables-prop-line, hack-local-variables):
13481 Downcase mode names, as seems to be traditional.
27b48e63 13482 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13483
7d15102b
GM
13484 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13485 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13486
51d5b4ec
JD
134872011-05-25 Julien Danjou <julien@danjou.info>
13488
13489 * textmodes/rst.el (rst-define-level-faces): Do not define face
13490 symbol if it is already defined.
13491
91513f63
VB
134922011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13493
13494 * play/5x5.el (5x5-new-game, 5x5-randomize):
13495 Reset 5x5-solver-output to nil when a new grid is cast.
13496 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13497 these debugging traces, as defmacro breaks the compiled code.
13498
4d90d6d0
DK
134992011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13500
13501 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13502
e1b90ef6
LL
135032011-05-24 Leo Liu <sdl.web@gmail.com>
13504
13505 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13506 (vc-bzr-sha1): Adapt.
13507
d8e4b68b 13508 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13509
13510 * bindings.el: Provide sha1 feature.
13511
db0406bb 135122011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13513
13514 * mail/sendmail.el: Require `rfc2047'.
13515 (mail-insert-from-field): Do not perform RFC2047 encoding.
13516 (mail-encode-header): New function.
13517 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13518 buffer to the return value of select-message-coding-system.
13519 Call mail-encode-header.
b8d747b9
KH
13520
13521 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13522
db0406bb 135232011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13524
4d90d6d0
DK
13525 * mail/supercite.el (sc-default-cite-frame):
13526 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13527
eb8a5e9b
GM
135282011-05-24 Glenn Morris <rgm@gnu.org>
13529
f8630703
GM
13530 * progmodes/python.el (brm-menu): Declare.
13531
8831bbed
GM
13532 * emulation/viper.el (viper-set-hooks): Declare.
13533
eb8a5e9b
GM
13534 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13535 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13536 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13537 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13538 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13539 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13540
a2a25d24
SM
135412011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13542
13543 Add an :exit-function for completion-at-point.
13544
13545 * minibuffer.el (completion--done): New fun.
13546 (completion--do-completion): Use it. New arg `expect-exact'.
13547 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13548 since completion--do-completion does it for us now.
13549 (minibuffer-force-complete): Use completion--done and
13550 completion--replace. Handle sole-completion case with more care.
13551 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13552 (completion-extra-properties): New var.
13553 (completion-annotate-function): Make obsolete.
13554 (minibuffer-completion-help): Adjust accordingly.
13555 Use completion-list-insert-choice-function.
13556 (completion-at-point, completion-help-at-point):
13557 Bind completion-extra-properties.
13558 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13559 * simple.el (completion-list-insert-choice-function): New var.
13560 (completion-setup-function): Preserve it.
13561 (choose-completion): Pay attention to it, shuffle the code a bit.
13562 (choose-completion-string): New arg `insert-function'.
13563
13564 * textmodes/bibtex.el: Convert to lexical binding.
13565 (bibtex-mode-map): Use completion-at-point.
13566 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13567 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13568 (bibtex-complete): Define as obsolete alias.
13569 (bibtex-complete-internal): Remove.
13570 (bibtex-format-entry): Remove unused sub-group in regexp.
13571 * shell.el (shell--command-completion-data)
13572 (shell-environment-variable-completion):
13573 * pcomplete.el (pcomplete-completions-at-point):
13574 * comint.el (comint--complete-file-name-data): Use :exit-function
13575 instead of completion-table-with-terminator so it also works for
13576 choose-completion.
13577
e44e373d
SM
135782011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13579
4f91a816
SM
13580 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13581
782fc819
SM
13582 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13583 (bug#8710).
13584
e44e373d
SM
13585 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13586
381987c3
KM
135872011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13588
13589 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13590 customization variable and implement: If non-nil, auto-fill will
13591 be inhibited while on topic's header line.
13592
b776bc70
VB
135932011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13594
13595 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13596 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13597 always have a solution in grid size = 5 cases.
13598 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13599 (5x5-solver-output, 5x5-log-buffer): New vars.
13600 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13601 Make these variables buffer local to achieve 5x5 multi-session-ness.
13602 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13603 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13604 (5x5-solve-suggest): New funs.
13605 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13606 randomize a grid so that we ensure that there is always a solution.
13607 (5x5-make-random-grid): Allow other movement than flipping.
13608
7de88b6e
KR
136092011-05-23 Kevin Ryde <user42@zip.com.au>
13610
13611 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13612 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13613 advice and passes PREDICATE.
13614
b1ef1257
SM
136152011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13616
bbca48fe
SM
13617 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13618 byte-compile-lambda if it's actually a lambda.
13619
b1ef1257
SM
13620 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13621 Fix function quoting. Use backquote better.
13622
92a9cc65
YS
136232011-05-22 Yuanle Song <sylecn@gmail.com>
13624
13625 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13626 matching (Bug#8516).
13627
f0fb8059
JA
136282011-01-22 Jari Aalto <jari.aalto@cante.net>
13629
13630 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13631 different face (Bug#8178).
13632
d5b44c93
CY
136332011-05-22 Chong Yidong <cyd@stupidchicken.com>
13634
13635 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13636 defface (Bug#8144).
13637
79106a44
SM
136382011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13639
9c848d8a
SM
13640 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13641 funcall as well (bug#8712). Warn when performing those conversions.
13642 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13643
79106a44
SM
13644 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13645
88dfa756
GM
136462011-05-22 Glenn Morris <rgm@gnu.org>
13647
13648 * files.el (hack-local-variables-prop-line): Small simplifications.
13649 (hack-local-variables, hack-local-variables-prop-line):
13650 If MODE-ONLY, return the mode, rather than just `t'.
13651
b7cf2c79
SM
136522011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13655
3f1a8558
GM
136562011-05-21 Glenn Morris <rgm@gnu.org>
13657
7e4ccca3
GM
13658 * files.el (hack-local-variables-prop-line, hack-local-variables):
13659 If only interested in the mode, don't bother doing the other stuff.
13660
637d46ca
GM
13661 * image-mode.el (image-after-revert-hook):
13662 Redraw all frames on which the image is visible. (Bug#8567)
13663
973d955b
GM
13664 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13665
3f1a8558
GM
13666 * wid-edit.el (widget-checklist-match-inline):
13667 Fix 2011-04-19 change. (Bug#8649)
13668
96479927
SM
136692011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13670
1dcf791f
SM
13671 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13672 Also allow singlespace after single-letter capitals followed by a dot.
13673
96479927
SM
13674 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13675 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13676
35fd0881
N
136772011-05-20 Nix <nix@esperi.org.uk>
13678
13679 * files.el (basic-save-buffer-2):
13680 Fix handling of break-hardlink-on-save with non-existent files.
13681
82745640
DD
136822011-05-19 Deniz Dogan <deniz@dogan.se>
13683
13684 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13685 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13686
4a720484
GM
136872011-05-19 Glenn Morris <rgm@gnu.org>
13688
d1f21341
GM
13689 * progmodes/f90.el (f90-type-def-re):
13690 Handle "type, bind(c)". (Bug#8691)
13691
4a720484
GM
13692 * emacs-lisp/autoload.el (batch-update-autoloads):
13693 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13694
2fb0a219
MA
136952011-05-18 Michael Albinus <michael.albinus@gmx.de>
13696
13697 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13698 property for the correct connection in case of multihops.
13699
e565dd37
GM
137002011-05-18 Glenn Morris <rgm@gnu.org>
13701
c2571358 13702 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13703 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13704
e565dd37
GM
13705 Rationalize calendar handling of day and month abbrev-arrays.
13706 * calendar/calendar.el (calendar-customized-p): New function.
13707 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13708 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13709 Add :set function.
13710 (calendar-abbrev-length, calendar-day-abbrev-array)
13711 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13712 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13713 Elements may no longer be nil.
13714 (calendar-day-name, calendar-month-name):
13715 Update for changed nature of abbrev arrays.
13716 * calendar/diary-lib.el (diary-name-pattern):
13717 Update for changed nature of abbrev arrays.
13718 (diary-mark-entries-1): Update calendar-make-alist calls.
13719 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13720 * calendar/cal-html.el (cal-html-day-abbrev-array):
13721 Simply inherit from calendar-day-abbrev-array.
13722
1d99a745
SM
137232011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * progmodes/grep.el (grep-mode): Disable default
13726 compilation-directory-matcher setting (bug#8684).
13727
7c1d9aa0
MA
137282011-05-17 Michael Albinus <michael.albinus@gmx.de>
13729
13730 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13731 instead of "head" and "tail". There were problems with SunOS 5.9,
13732 and it performs better.
13733
3952e9d8
GM
137342011-05-17 Glenn Morris <rgm@gnu.org>
13735
2dd12e7f
GM
13736 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13737
e4157b9c
GM
13738 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13739 Replace obsolete function.
13740
8e249bbd
GM
13741 * shell.el (pcomplete-parse-arguments-function): Declare.
13742
3952e9d8
GM
13743 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13744 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13745 (appt-check): Doc fixes.
13746 (appt-disp-window-function, appt-delete-window-function):
13747 Remove needless special case in custom :type.
13748 (appt-display-count): Default to 0, not nil.
13749 (appt-check): Reset appt-display-count to 0, not nil.
13750
c71a0d48 137512011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13752
c71a0d48
GM
13753 * progmodes/python.el (python-font-lock-keywords):
13754 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13755
31d55be9
SM
137562011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13757
13758 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13759
3bfacb2f
KR
137602011-05-16 Kevin Ryde <user42@zip.com.au>
13761
13762 * info-look.el (makefile-automake-mode): New setups, looking in
13763 automake manual, then makefile-mode.
13764 (makefile-mode): Remove automake manual, have it just in
13765 makefile-automake-mode since there's various things different or
13766 not relevant to plain make.
13767 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13768 believe a hypothetical automake-mode would go to makefile-mode,
13769 not the other way around.
13770
c8e83751
CY
137712011-05-15 Chong Yidong <cyd@stupidchicken.com>
13772
5e9e35cd
CY
13773 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13774 hunk-end tags (Bug#8672).
13775
c8e83751
CY
13776 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13777 vc-annotate-show-diff-revision-at-line (Bug#8671).
13778
50b23e5a
GM
137792011-05-14 Glenn Morris <rgm@gnu.org>
13780
7210a739
GM
13781 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13782 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13783 (change-log-font-lock-keywords): Also handle multiple author lines
13784 with leading tabs. (Bug#8644)
7210a739 13785
4691905a
GM
13786 * calendar/appt.el (appt-check): Rename some local variables.
13787 Some simplification/reordering.
13788
50b23e5a
GM
13789 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13790 (feedmail-sendmail-f-doesnt-sell-me-out)
13791 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13792 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13793 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13794 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13795 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13796 (feedmail-binmail-gnulinuxish-template):
13797 Rename from feedmail-binmail-linuxish-template.
13798 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13799 Use insert-buffer-substring.
13800
215cda7c
BC
138012011-05-14 Bill Carpenter <bill@carpenter.org>
13802
13803 * mail/feedmail.el (feedmail-patch-level): Increase.
13804 (feedmail-debug): New custom group.
13805 (feedmail-confirm-outgoing-timeout)
13806 (feedmail-sendmail-f-doesnt-sell-me-out)
13807 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13808 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13809 (feedmail-sender-line, feedmail-from-line)
13810 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13811 (feedmail-spray-this-address)
215cda7c
BC
13812 (feedmail-spray-address-fiddle-plex-list)
13813 (feedmail-queue-use-send-time-for-date)
13814 (feedmail-queue-use-send-time-for-message-id)
13815 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13816 (feedmail-buffer-eating-function):
13817 Doc fixes.
13818 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13819 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13820 (feedmail-message-action-scroll-down): New functions.
13821 (feedmail-queue-directory, feedmail-queue-draft-directory):
13822 Use expand-file-name.
13823 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13824 Remove C-v help entry.
13825 (feedmail-queue-buffer-file-name): New variable.
13826 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13827 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13828 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13829 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13830 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13831 (feedmail-message-action-toggle-spray)
13832 (feedmail-run-the-queue-no-prompts)
13833 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13834 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13835 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13836 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13837 (feedmail-envelope-deducer, feedmail-fiddle-from)
13838 (feedmail-fiddle-sender, feedmail-default-date-generator)
13839 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13840 (feedmail-fiddle-spray-address)
13841 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13842 (feedmail-fiddle-list-of-fiddle-plexes)
13843 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13844 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13845 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13846 Change default. Doc fix.
13847 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13848 (feedmail-binmail-linuxish-template): New constant.
13849 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13850 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13851 (feedmail-send-it): Add debug call.
13852 Use feedmail-queue-buffer-file-name, and
13853 feedmail-send-it-immediately-wrapper.
13854 (feedmail-message-action-send): Add debug call.
13855 Use feedmail-send-it-immediately-wrapper.
13856 (feedmail-queue-express-to-queue): Add debug call.
13857 Run feedmail-queue-express-hook.
13858 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13859 (feedmail-message-action-help-blat):
13860 Rename from feedmail-queue-send-edit-prompt-help-first.
13861 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13862 Check line-endings. Handle errors better.
13863 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13864 Doc fix. Add debug call.
13865 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13866 Use feedmail-queue-send-edit-prompt-inner.
13867 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13868 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13869 from feedmail-queue-send-edit-prompt.
13870 (feedmail-queue-send-edit-prompt-help)
13871 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13872 (feedmail-tidy-up-slug): Add debug call.
13873 Respect feedmail-queue-slug-suspect-regexp.
13874 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13875 (feedmail-dump-message-to-queue): Add debug call.
13876 Expand queue-directory.
13877 (feedmail-dump-message-to-queue): Change message slightly.
13878 Use feedmail-say-chatter.
13879 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13880 (feedmail-send-it-immediately-wrapper): New function.
13881 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13882 Insert empty string rather than newline. Handle full-frame case.
13883 Use catch/throw. Use feedmail-say-chatter.
13884 (feedmail-fiddle-from): Try mail-host-address.
13885 (feedmail-default-message-id-generator): Doc fix.
13886 Bind system-time-locale. Handle missing end.
13887 (feedmail-fiddle-x-mailer): Add debug call.
13888 Handle feedmail-x-mailer-line being nil.
13889 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13890 Add debug call. Use buffer-substring-no-properties.
13891 (feedmail-say-debug, feedmail-say-chatter): New functions.
13892 (feedmail-find-eoh): Give an explicit error.
13893
42c7e61e
UJ
138942011-05-13 Ulf Jasper <ulf.jasper@web.de>
13895
c2571358 13896 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13897 family from helvetica to sans.
c2571358 13898 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13899 etc/images/newsticker.
13900
c2571358 13901 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13902 family from helvetica to sans.
13903
13904 * net/newst-plainview.el (newsticker-new-item-face)
13905 (newsticker-old-item-face, newsticker-immortal-item-face)
13906 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13907 (newsticker-statistics-face): Change default family from
42c7e61e 13908 helvetica to sans.
c2571358 13909 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13910 etc/images/newsticker.
13911
5d3385a0
JB
13912 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13913 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13914 auto-marking.
13915
8497a297
DV
139162011-05-13 Didier Verna <didier@xemacs.org>
13917
13918 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13919 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13920 TODO entries.
8497a297
DV
13921 (lisp-lambda-list-keyword-parameter-indentation)
13922 (lisp-lambda-list-keyword-parameter-alignment)
13923 (lisp-lambda-list-keyword-alignment): New customizable user options.
13924 (lisp-indent-defun-method): Improve docstring.
13925 (extended-loop-p): Fix comment.
13926 (lisp-indent-lambda-list-keywords-regexp): New variable.
13927 (lisp-indent-lambda-list): New function.
13928 (lisp-indent-259): Use it.
13929 (lisp-indent-defmethod): Support for more than one
13930 method qualifier and properly indent methods lambda-lists.
13931 (defgeneric): Provide a missing common-lisp-indent-function property.
13932
f278f87f
SM
139332011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13936 bounds for the empty string (bug#8667).
13937
5233edd7
GM
139382011-05-13 Glenn Morris <rgm@gnu.org>
13939
5237a44f
GM
13940 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13941
8340026c 13942 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13943 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13944
5233edd7 13945 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13946 (appt-time-msg-list): Doc fix.
a5464014 13947 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13948
92d10796
AS
139492011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13950
13951 * progmodes/ld-script.el (ld-script-keywords)
13952 (ld-script-builtins): Update keywords list.
13953
914a0ae1
SM
139542011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13955
c89be45f
SM
13956 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13957
914a0ae1
SM
13958 * shell.el (shell-completion-vars): New function.
13959 (shell-mode):
13960 * simple.el (read-shell-command): Use it.
13961 (blink-matching-open): No need for " [...]" in minibuffer-message.
13962
98dc3df3
GM
139632011-05-12 Glenn Morris <rgm@gnu.org>
13964
13965 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13966 (appt-check): Simplify.
13967
d2fc7e3d 139682011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13969
4d61f28d 13970 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13971 literal "/dev/null".
13972
d2fc7e3d 139732011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13974
13975 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13976 Fix typo.
13977
d2fc7e3d 139782011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13979
3f254caa
SM
13980 * progmodes/which-func.el (which-function):
13981 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13982 which might not be defined (Bug#8260).
13983
d45885f7
GM
139842011-05-12 Glenn Morris <rgm@gnu.org>
13985
13986 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13987 Let byte-compile-initial-macro-environment always take precedence.
13988
488086f4
SM
139892011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13990
13991 * net/rcirc.el: Add support for SSL/TLS connections.
13992 (rcirc-server-alist): New field `encryption'.
13993 (rcirc): Check `encryption' settings.
13994 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13995 Merge make-local-variable into `set'.
13996 (rcirc--connection-open-p): New function.
13997 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13998 the process is not a network process (e.g. running gnutls-cli).
13999 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14000 Make rcirc-(en|de)code-coding-system local here.
14001 (rcirc-mode): Merge make-local-variable into `set'.
14002 (rcirc-parent-buffer): Make permanent buffer-local.
14003 (rcirc-multiline-minor-mode): Don't do it here.
14004 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14005 there's no server buffer.
14006
7d3b9d44
GM
140072011-05-11 Glenn Morris <rgm@gnu.org>
14008
f64049c6
GM
14009 * newcomment.el (comment-kill): Prefix "unused" local.
14010
93c9df73
GM
14011 * term/w32console.el (get-screen-color): Declare.
14012
7d3b9d44
GM
14013 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14014 Handle symbol elements of byte-compile-initial-macro-environment.
14015
9e2dd53f
LL
140162011-05-10 Leo Liu <sdl.web@gmail.com>
14017
488086f4
SM
14018 * bookmark.el (bookmark-bmenu-mode-map):
14019 Bind bookmark-bmenu-search to `/'.
8b340240 14020
9e2dd53f 14021 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14022 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14023 (Footnote-unicode): New function.
14024 (footnote-style-alist): Add unicode style to the list.
14025 (footnote-style): Doc fix.
9e2dd53f 14026
79b70037
GM
140272011-05-10 Jim Meyering <meyering@redhat.com>
14028
14029 Fix doubled-word typos.
14030 * international/quail.el (quail-insert-kbd-layout): and and -> and
14031 * kermit.el: and and -> and
14032 * net/ldap.el (ldap-search-internal): to to -> to
14033 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14034 * progmodes/js.el (js-mode): and and -> and
14035 * textmodes/artist.el (artist-move-to-xy): at at -> at
14036 (artist-draw-region-trim-line-endings): if if -> if
14037 And Safetyc -> Safety.
14038 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14039
b8f82dc1 140402011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14041 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14042
14043 * files.el (hack-one-local-variable-eval-safep):
14044 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14045
4f99f44b
GM
140462011-05-10 Glenn Morris <rgm@gnu.org>
14047
14048 * calendar/diary-lib.el (diary-list-entries-hook)
14049 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14050 (diary-nongregorian-marking-hook, diary-list-entries)
14051 (diary-include-other-diary-files, diary-mark-entries)
14052 (diary-mark-included-diary-files): Doc fixes.
14053
84f29e6b
JB
140542011-05-09 Juanma Barranquero <lekktu@gmail.com>
14055
14056 * misc.el: Require tabulated-list.el during compilation.
14057
9bedd73a
CY
140582011-05-09 Chong Yidong <cyd@stupidchicken.com>
14059
488086f4
SM
14060 * progmodes/compile.el (compilation-start):
14061 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14062 (compilation-filter-hook): Doc fix.
14063
797c735c
DD
140642011-05-09 Deniz Dogan <deniz@dogan.se>
14065
14066 * wdired.el: Remove outdated installation comment. Fix usage
14067 comment.
14068
5f4b1dfe
JB
140692011-05-09 Juanma Barranquero <lekktu@gmail.com>
14070
14071 * misc.el: Implement new command `list-dynamic-libraries'.
14072 (list-dynamic-libraries--loaded-only-p): New variable.
14073 (list-dynamic-libraries--refresh): New function.
14074 (list-dynamic-libraries): New command.
14075
4c44026c
CY
140762011-05-09 Chong Yidong <cyd@stupidchicken.com>
14077
488086f4
SM
14078 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14079 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14080 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14081 higher priority to avoid clobbering by gnu.
14082
027f966d
CY
140832011-05-08 Chong Yidong <cyd@stupidchicken.com>
14084
14085 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14086 if the face has existing theme settings (Bug#8454).
14087
085f5d7d
CY
140882011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14089
488086f4
SM
14090 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14091 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14092
2a86a00c
RS
14093 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14094 special file names `.' and `..' (Bug#8259).
14095
d9c54a06
CY
140962011-05-08 Chong Yidong <cyd@stupidchicken.com>
14097
488086f4
SM
14098 * progmodes/grep.el (grep-mode-font-lock-keywords):
14099 Remove buffer-changing entries.
d9c54a06
CY
14100 (grep-filter): New function.
14101 (grep-mode): Add it to compilation-filter-hook.
14102
14103 * progmodes/compile.el (compilation-filter-hook)
14104 (compilation-filter-start): New defvars.
14105 (compilation-filter): Call compilation-filter-hook prior to
14106 updating the process mark.
14107
c4662635
SM
141082011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14111
b0512a1d
EZ
141122011-05-07 Eli Zaretskii <eliz@gnu.org>
14113
605c9376
EZ
14114 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14115 mailclient-send-it even if window-system is nil. (Bug#8595)
14116
c4662635
SM
14117 * term/w32console.el (terminal-init-w32console):
14118 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14119 background-mode. (Bug#8597)
14120
d1dc2cc2
SM
141212011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14124 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14125 New functions.
14126 (defgeneric, eieio--defmethod): Use them.
14127 (eieio-defgeneric): Remove.
14128 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14129
915d1300
GM
141302011-05-07 Glenn Morris <rgm@gnu.org>
14131
a3961c3e
GM
14132 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14133 Use let rather than let*.
14134 (timeclock-find-discrep): Remove unused local.
14135
314347b9
GM
14136 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14137
915d1300
GM
14138 * calendar/appt.el (appt-time-msg-list): Doc fix.
14139
275b59b0
NF
141402011-05-06 Noah Friedman <friedman@splode.com>
14141
14142 * apropos.el (apropos-print-doc): Only use
14143 emacs-lisp-docstring-fill-column when it is bound to an integer,
14144 per that variable's documentation.
14145
6c19f744
SM
141462011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14147
14148 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14149 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14150
60f884b2
GM
141512011-05-06 Glenn Morris <rgm@gnu.org>
14152
5006e634
GM
14153 * calendar/appt.el (appt-message-warning-time): Doc fix.
14154 (appt-warning-time-regexp): New option.
14155 (appt-make-list): Respect appt-message-warning-time.
14156
548d0a63
GM
14157 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14158 New options.
14159 (diary-add-to-list): Strip comments from the displayed string.
14160 (diary-mode): Set comment-start and comment-end.
14161
60f884b2
GM
14162 * vc/diff-mode.el (smerge-refine-subst): Declare.
14163 (diff-refine-hunk): Don't require smerge-mode when compiling.
14164
989681bb
JB
141652011-05-06 Juanma Barranquero <lekktu@gmail.com>
14166
14167 * simple.el (list-processes): Return nil as the docstring says.
14168
a6bc05e1
MA
141692011-05-05 Michael Albinus <michael.albinus@gmx.de>
14170
14171 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14172 to "".
14173 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14174 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14175 determining of binary transfer. (Bug#7383)
14176
23c22e9a
MA
141772011-05-05 Michael Albinus <michael.albinus@gmx.de>
14178
c4662635
SM
14179 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14180 Fix port computation bug. (Bug#8618)
23c22e9a 14181
0bff894f
GM
141822011-05-05 Glenn Morris <rgm@gnu.org>
14183
b8296902
GM
14184 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14185
1f522ce8
GM
14186 * simple.el (shell-dynamic-complete-functions)
14187 (comint-dynamic-complete-functions): Declare.
14188
cf5bee67
GM
14189 * net/network-stream.el (gnutls-negotiate):
14190 * simple.el (tabulated-list-print): Fix declarations.
14191
14192 * progmodes/gud.el (syntax-symbol, syntax-point):
14193 Remove unnecessary and incorrect declarations.
14194
0bff894f
GM
14195 * emacs-lisp/check-declare.el (check-declare-scan):
14196 Handle byte-compile-initial-macro-environment in bytecomp.el
14197
9869b3ae
SM
141982011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 Fix earlier half-done eieio-defmethod change (bug#8338).
14201 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14202 Streamline and change calling convention.
14203 (defmethod): Adjust accordingly and simplify.
14204 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14205 new eieio--defmethod.
14206 (slot-boundp): Minor CSE simplification.
14207
9c1d5ac5
MZ
142082011-05-05 Milan Zamazal <pdm@zamazal.org>
14209
14210 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14211 (glasses-make-readable): Use glasses-separate-capital-groups.
14212
455c834e
JB
142132011-05-05 Juanma Barranquero <lekktu@gmail.com>
14214
14215 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14216 (warning-series): Doc fix.
14217 (display-warning): Don't try to create the buffer if we just found it.
14218
9ed7c8cb
CY
142192011-05-04 Chong Yidong <cyd@stupidchicken.com>
14220
14221 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14222 (autoload-find-generated-file): New function.
14223 (generate-file-autoloads): Bind generated-autoload-file to
14224 buffer-file-name.
9869b3ae
SM
14225 (update-file-autoloads, update-directory-autoloads):
14226 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14227 output file (Bug#7989).
14228 (batch-update-autoloads): Doc fix.
14229
0898ca10
JB
142302011-05-04 Juanma Barranquero <lekktu@gmail.com>
14231
14232 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14233
31dfb76c
GM
142342011-05-04 Glenn Morris <rgm@gnu.org>
14235
f330b642
GM
14236 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14237 function, so it follows changes in calendar-date-style.
14238 (diary-fancy-date-matcher): New function.
14239 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14240 (diary-fancy-font-lock-fontify-region-function):
14241 Use diary-fancy-date-pattern as a function.
14242
31dfb76c
GM
14243 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14244 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14245
48e79d6a
TZ
142462011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14247
14248 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14249 instead of positional arguments. Allow :keylist and :crlfiles
14250 arguments.
14251 (open-gnutls-stream): Call it.
14252
14253 * net/network-stream.el (network-stream-open-starttls): Adjust to
14254 call `gnutls-negotiate' with :process and :hostname arguments.
14255
dd5a5ee0
SM
142562011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14257
ef80fc09
SM
14258 * minibuffer.el (completion--message): New function.
14259 (completion--do-completion, minibuffer-complete)
14260 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14261 (completion--do-completion): Don't ignore completion-auto-help when in
14262 icomplete-mode.
14263
dd5a5ee0
SM
14264 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14265 internal encoding (e.g. tibetan zero is not whitespace).
14266 (global-whitespace-mode): Prefer save-current-buffer.
14267 (whitespace-trailing-regexp): Remove useless save-match-data.
14268 (whitespace-empty-at-bob-regexp): Minor simplification.
14269
b7d22a83
CY
142702011-05-03 Chong Yidong <cyd@stupidchicken.com>
14271
14272 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14273
5192af46
AM
142742011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14275
14276 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14277 Use `concat' to create string for insertion.
5192af46 14278
5767d190
SM
142792011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14282 Avoid open-line which runs post-self-insert-hook.
14283 (bibtex-fill-entry): Remove unused `end' var.
14284
bf242939
AM
142852011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14286
5767d190
SM
14287 * textmodes/ispell.el (ispell-add-per-file-word-list):
14288 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14289
25666126
LL
142902011-05-03 Leo Liu <sdl.web@gmail.com>
14291
14292 * isearch.el (isearch-yank-pop): New command.
5767d190 14293 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14294 (isearch-forward): Mention it.
14295
52d3c2d0
SM
142962011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14297
1bcace58
SM
14298 * simple.el (minibuffer-complete-shell-command): Remove.
14299 (minibuffer-local-shell-command-map): Use completion-at-point.
14300 (read-shell-command): Setup completion vars here instead.
14301 (read-expression-map): Bind TAB to symbol completion.
14302
52d3c2d0
SM
14303 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14304 error directly rather via storing it into `results'.
14305
35813471
LL
143062011-05-02 Leo Liu <sdl.web@gmail.com>
14307
14308 * vc/diff.el: Fix description.
14309
e793a940
LMI
143102011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14311
14312 * server.el (server-eval-at): New function.
14313
8de66e05
LMI
143142011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14315
14316 * net/network-stream.el (open-network-stream): Take a :nowait
14317 parameter and pass it on to `make-network-process'.
14318 (network-stream-open-plain): Ditto.
14319
dcb79f20
AS
143202011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14321
14322 * faces.el (face-spec-set-match-display): Don't match toolkit
14323 options on terminal frames.
14324
14a7fbd8
SM
143252011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14326
7eabc1be
SM
14327 * progmodes/pascal.el: Use lexical binding.
14328 (pascal-mode-map): Remove author preferences.
14329
14a7fbd8
SM
14330 * pcomplete.el (pcomplete-std-complete): Don't abuse
14331 completion-at-point.
14332
50f84510
JB
143332011-04-28 Juanma Barranquero <lekktu@gmail.com>
14334
6e087a44
JB
14335 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14336 removing code that has been dead since 1991 or so.
14337
50f84510
JB
14338 * startup.el (command-line): When warning about "_emacs", use a
14339 delayed warning to allow the user to filter it out.
14340
0ba690bd
DD
143412011-04-28 Deniz Dogan <deniz@dogan.se>
14342
14343 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14344 user has not joined.
14345
08abfaad
SM
143462011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14347
14348 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14349 aren't any completions at point.
14350
638f053a
JB
143512011-04-28 Juanma Barranquero <lekktu@gmail.com>
14352
14353 * subr.el (display-delayed-warnings): New function.
14354 (delayed-warnings-hook): New variable.
14355
8fff8daa
SM
143562011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14357
08abfaad
SM
14358 * minibuffer.el (completion-at-point, completion-help-at-point):
14359 Don't presume that a given completion-at-point-function will always
14360 use the same calling convention.
14361
8fff8daa
SM
14362 * pcomplete.el (pcomplete-completions-at-point):
14363 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14364 pcomplete-seen is non-nil.
14365 (pcomplete-comint-setup): Also recognize the new comint/shell
14366 completion functions.
14367 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14368 pcomplete-seen is non-nil.
14369
841a1577 143702011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14371
841a1577 14372 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14373 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14374 the first character in the entry. This allows for code to add its
211ec907
UJ
14375 own uid to the entry.
14376 (icalendar--convert-float-to-ical): Add export of
14377 `diary-float'-entries save for those with the optional DAY
14378 argument.
14379
2a782793
DC
143802011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14381
14382 * subr.el (shell-quote-argument): Use alternate escaping strategy
14383 when we spot a variable reference in a string.
14384
0438ce91
DC
143852011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14386
14387 * cus-start.el (all): Define customization for debug-on-event.
14388
841a1577 143892011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14390
14391 * subr.el (shell-quote-argument): Escape correctly under Windows.
14392
d090ed6c
SM
143932011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14394
14395 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14396
bfd31217
MA
143972011-04-25 Michael Albinus <michael.albinus@gmx.de>
14398
d090ed6c
SM
14399 * net/tramp.el (tramp-process-actions): Add POS argument.
14400 Delete region between POS and (pos).
bfd31217 14401
d090ed6c
SM
14402 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14403 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14404 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14405
14406 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14407 position in `tramp-process-actions' call.
14408
14409 * net/trampver.el: Update release number.
14410
e92f3bd3
SM
144112011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14412
850256b5
SM
14413 * custom.el (defcustom): Obey lexical-binding.
14414
e92f3bd3
SM
14415 Fix octave-inf completion problems reported by Alexander Klimov.
14416 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14417 Inherit from octave-mode-syntax-table.
14418 (inferior-octave-mode): Set info-lookup-mode.
14419 (inferior-octave-completion-at-point): New function.
14420 (inferior-octave-complete): Use it and completion-in-region.
14421 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14422 comint-filename-completion.
14423 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14424 symbol elements which shouldn't be word elements.
14425 (octave-font-lock-keywords, octave-beginning-of-defun)
14426 (octave-function-header-regexp): Adjust regexps accordingly.
14427 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14428
cd22b309
JB
144292011-04-25 Juanma Barranquero <lekktu@gmail.com>
14430
14431 * net/gnutls.el (gnutls-errorp): Declare before first use.
14432
8b492194
TZ
144332011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14434
14435 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14436 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14437 default trustfile exists before going to use it. Add missing
5a5fa834 14438 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14439 Reported by Claudio Bley <claudio.bley@gmail.com>.
14440 (open-gnutls-stream): Add usage example.
14441
14442 * net/network-stream.el (network-stream-open-starttls): Give host
14443 parameter to `gnutls-negotiate'.
14444 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14445 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14446
841a1577 144472011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14448
cd22b309
JB
14449 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14450 Use correct match group (bug#8438).
05842630 14451
3ba7869c
CY
144522011-04-24 Chong Yidong <cyd@stupidchicken.com>
14453
512e3ae1
CY
14454 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14455 (package-menu--generate): New arg specifying packages to show.
14456 (package-menu-refresh, package-menu-execute, list-packages):
14457 Callers changed.
14458 (package-show-package-list): New function, replacing deleted
14459 package--list-packages (renamed because it is non-internal).
14460
14461 * finder.el (finder-list-matches): Use package-show-package-list
14462 instead of deleted package--list-packages.
14463
e92f3bd3
SM
14464 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14465 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14466 (vc-annotate-mode-map): Bind it to RET.
14467
7031be6d
UR
144682011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14469
14470 * progmodes/etags.el (next-file): Don't use set-buffer to change
14471 buffers (Bug#8478).
14472
4ef177aa
CY
144732011-04-24 Chong Yidong <cyd@stupidchicken.com>
14474
c8d173eb
CY
14475 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14476
4ef177aa
CY
14477 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14478 (apropos-accumulator): Doc fix.
14479 (apropos-function, apropos-macro, apropos-command)
14480 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14481 (apropos-plist): Add face property.
14482 (apropos-symbols-internal): Fix indentation.
14483 (apropos-print): Simplify help, and recognize apropos-multi-type.
14484 (apropos-print-doc): Use button-type-get to extract the button's
14485 face property. Fill docstring (Bug#8352).
14486
4ffd0d6b 144872011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14488
14489 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14490
c6c32125 14491 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14492 (mpuz-mode-map): Use mapc.
c6c32125
JB
14493 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14494 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14495 Fix typos in docstrings.
14496
58d468b4
JB
14497 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14498 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14499
6470c3c6
JB
14500 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14501
4ffd0d6b 145022011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14503
14504 * minibuffer.el (completion--do-completion): Avoid the "Next char
14505 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14506
3ad8bad0
CY
14507 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14508 mouse-2 into unread-command-events, it is interpreted correctly.
14509
71d73c9c 14510 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14511 (image-toggle-display): Doc fix.
71d73c9c 14512
841a1577 145132011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14514
4ffd0d6b
GM
14515 * textmodes/page.el (what-page): Use line-number-at-pos to
14516 calculate line number (Bug#6825).
6e1dbaa9 14517
c2fb1b60
JB
145182011-04-22 Juanma Barranquero <lekktu@gmail.com>
14519
14520 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14521 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14522 Pass argument NO-DEFAULT to `find-tag-interactive'.
14523
e02f48d7
JB
145242011-04-22 Juanma Barranquero <lekktu@gmail.com>
14525
14526 Lexical-binding cleanup.
14527
14528 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14529 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14530 * progmodes/ada-prj.el (ada-prj-initialize-values)
14531 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14532 (ada-prj-show-value):
14533 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14534 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14535 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14536 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14537 * progmodes/bug-reference.el (bug-reference-push-button):
14538 * progmodes/fortran.el (fortran-line-length):
14539 * progmodes/glasses.el (glasses-change):
14540 * progmodes/octave-mod.el (octave-fill-paragraph):
14541 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14542 (python-pdbtrack-grub-for-buffer, python-sentinel):
14543 * progmodes/sql.el (sql-save-connection):
14544 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14545 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14546 Mark unused parameters.
14547
14548 * progmodes/compile.el (compilation--flush-directory-cache)
14549 (compilation--flush-parse, compile-internal): Mark unused parameters.
14550 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14551 (compilation-next-error-function): Remove unused variable `timestamp'.
14552
14553 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14554 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14555
14556 * progmodes/dcl-mode.el (dcl-end-of-command):
14557 Remove unused variable `start'.
14558 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14559 (dcl-option-value-basic, dcl-option-value-offset)
14560 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14561 Mark unused parameters.
14562 (dcl-save-local-variable): Remove unused variable `val'.
14563 (mode): Declare.
14564
14565 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14566 Mark unused parameters.
14567 (delphi-ignore-changes): Move before first use.
14568 (delphi-charset-token-at): Remove unused variable `start'.
14569 (delphi-else-start): Remove unused variable `if-count'.
14570 (delphi-comment-block-start, delphi-comment-block-end):
14571 Remove unused variable `kind'.
14572 (delphi-indent-line): Remove unused variable `new-point'.
14573
14574 * progmodes/ebrowse.el (ebrowse-files-list)
14575 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14576 Mark unused parameters. Don't quote `lambda'.
14577 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14578 Don't quote `lambda'.
14579 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14580 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14581 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14582 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14583 Use `ignore-errors'.
14584 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14585 (ebrowse-view/find-file-and-search-pattern)
14586 (ebrowse-view/find-member-declaration/definition):
14587 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14588 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14589 Rename parameter PREFIX-ARG to PREFIX.
14590 (ebrowse-tags-read-name): Remove unused variables `start' and
14591 `member-info'.
14592 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14593 to `tags-file'.
14594
14595 * progmodes/etags.el (local-find-tag-hook): Declare.
14596 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14597 Mark unused parameters.
14598
14599 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14600 (executable-interpret): Mark unused parameter.
14601
14602 * progmodes/flymake.el (flymake-process-sentinel)
14603 (flymake-after-change-function)
14604 (flymake-create-temp-with-folder-structure)
14605 (flymake-get-include-dirs-dot): Mark unused parameters.
14606 (flymake-safe-delete-directory): Remove unused variable `err'.
14607
14608 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14609 (speedbar-timer-fn, speedbar-line-text)
14610 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14611 (speedbar-center-buffer-smartly): Declare functions.
14612 (gdb-find-watch-expression): Remove unused variable `array'.
14613 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14614 (gdb-starting): Mark unused parameters.
14615 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14616 (gdb-table-string): Remove unused variable `res'.
14617 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14618 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14619 (gdb-display-buffer): Remove unused variable `cur-size'.
14620
14621 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14622 allow lexical-binding compilation.
14623 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14624 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14625 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14626 Mark unused parameters.
14627 (gud-gdb-marker-filter): Remove unused variable `match'.
14628 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14629 lambda expressions and funcall them, instead of using `fset'.
14630
14631 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14632 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14633
14634 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14635 variable `header-beg'; use `let'.
14636
14637 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14638 `restart', `last-sexp' and `at-do'.
14639
14640 * progmodes/js.el (js--debug): Mark unused parameter.
14641 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14642 (js--splice-into-items): Remove unused variable `item'.
14643 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14644
14645 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14646 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14647 (makefile-complete): Remove unused variable `try'.
14648 (makefile-fill-paragraph, makefile-match-function-end):
14649 Mark unused parameters.
14650
14651 * progmodes/octave-inf.el (inferior-octave-complete):
14652 Remove unused variable `proc'.
14653 (inferior-octave-output-digest): Mark unused parameter.
14654
14655 * progmodes/perl-mode.el (perl-calculate-indent):
14656 Remove unused variable `err'.
14657
14658 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14659 (prolog-indent-line): Mark unused parameters.
14660 (prolog-indent-line): Remove unused variable `beg'.
14661
14662 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14663 (reporter-dont-compact-list): Declare.
14664
14665 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14666 Remove unused variable `char'.
14667 (sh-debug): Mark unused parameter.
14668 (sh-get-indent-info): Remove unused variable `start'.
14669 (sh-calculate-indent): Remove unused variable `var'.
14670
14671 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14672 (simula-electric-keyword): Remove unused variable `null'.
14673 (simula-search-backward, simula-search-forward): Remove unused
14674 variables `begin' and `end'.
14675
14676 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14677 Remove unused variable `pos'.
14678 (vera-electric-tab, vera-comment-uncomment-region):
14679 Mark unused parameters.
14680 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14681
7ede3b65
CY
146822011-04-22 Chong Yidong <cyd@stupidchicken.com>
14683
14684 * emacs-lisp/package.el (package--builtins, package-alist)
14685 (package-load-descriptor, package-built-in-p, package-activate)
14686 (define-package, package-installed-p)
14687 (package-compute-transaction, package-buffer-info)
14688 (package--push): Doc fix. Distinguish more clearly between
14689 version strings and version lists.
14690
121656e9
JB
146912011-04-21 Juanma Barranquero <lekktu@gmail.com>
14692
14693 Lexical-binding cleanup.
14694
14695 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14696 (5x5-make-mutate-best):
14697 * play/fortune.el (fortune-in-buffer):
14698 * play/gomoku.el (gomoku-init-display):
14699 * play/solitaire.el (solitaire, solitaire-do-check):
14700 * play/tetris.el (tetris-default-update-speed-function):
14701 Mark unused parameters.
14702
14703 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14704 (bubbles--shift): Remove unused variable `char-org'.
14705 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14706 (bubbles--show-images): Remove unused variable `char'.
14707
14708 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14709 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14710 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14711 (decipher-analyze-buffer): Use ?\s.
14712 (decipher-make-checkpoint): Remove unused variable `mapping'.
14713
14714 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14715
14716 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14717 Remove unused variable `result'; use `let'.
14718
14719 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14720 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14721 (gametree-children-shown-p, gametree-compute-reduced-score):
14722 Use `ignore-errors'.
14723
14724 * play/handwrite.el (ps-lpr-switches): Declare.
14725 (handwrite): Remove unused variables `pmin' and `lastp'.
14726
14727 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14728
14729 * play/landmark.el (landmark-init-display)
14730 (landmark-update-naught-weights): Mark unused parameters.
14731 (landmark-y): Remove unused variable `noise'. Simplify.
14732 (landmark-human-plays): Remove unused variable `score'.
14733
14734 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14735 (mpuz-try-proposal): Remove unused variable `game'.
14736
14737 * play/zone.el (life-patterns): Declare.
14738
80f499c7
JB
147392011-04-20 Juanma Barranquero <lekktu@gmail.com>
14740
14741 * vc/vc.el (ediff-vc-internal): Declare function.
14742
024ff170
SM
147432011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14744
c0a193ea
SM
14745 * shell.el: Use lexical-binding and std completion UI.
14746 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14747 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14748 comint-preoutput-filter-functions rather than on
14749 comint-output-filter-functions.
14750 (shell-command-completion, shell--command-completion-data)
14751 (shell-filename-completion, shell-environment-variable-completion)
14752 (shell-c-a-p-replace-by-expanded-directory): New functions.
14753 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14754 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14755 (shell-dynamic-complete-environment-variable): Use them.
14756 (shell-dynamic-complete-as-environment-variable)
14757 (shell-dynamic-complete-as-command): Remove.
14758 (shell-match-partial-variable): Match past point.
14759 * comint.el: Clean up use of completion-at-point-functions.
14760 (comint-completion-at-point): New function.
14761 (comint-mode): Use it completion-at-point-functions.
14762 (comint-dynamic-complete): Make it obsolete.
14763 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14764 (comint-c-a-p-replace-by-expanded-history): New function.
14765 (comint-dynamic-complete-functions)
14766 (comint-replace-by-expanded-history): Use it.
14767 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14768 termination strings. Try harder to avoid second try-completion.
14769 (completion-in-region-mode-map): Disable bindings that don't work yet.
14770
2dbaa080
SM
14771 * comint.el: Use lexical-binding. Require CL.
14772 (comint-dynamic-complete-functions): Use comint-filename-completion.
14773 (comint-completion-addsuffix): Tweak custom type.
14774 (comint-filename-completion, comint--common-suffix)
14775 (comint--common-quoted-suffix, comint--table-subvert)
14776 (comint--complete-file-name-data): New functions.
14777 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14778 (comint-dynamic-list-filename-completions): Use them.
14779 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14780
2dbaa080
SM
14781 * minibuffer.el (completion-in-region-mode):
14782 Keep completion-in-region-mode--predicate global.
14783 (completion-in-region--postch):
14784 Assume completion-in-region-mode--predicate is not null.
14785
c79a6f38
SM
14786 * progmodes/flymake.el (flymake-start-syntax-check-process):
14787 Obey `dir'. Simplify.
14788
024ff170
SM
14789 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14790 we're in VC after all.
14791
1c6c854e
CS
147922011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14793
14794 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14795 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14796 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14797
bed7f140
SM
147982011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14799
332e62ab
SM
14800 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14801 add sanity check.
14802
bed7f140
SM
14803 * obsolete/erc-hecomplete.el: Make obsolete.
14804 * obsolete/: Standardize obsolescence info in the header.
14805
f195c582
GM
148062011-04-20 Glenn Morris <rgm@gnu.org>
14807
14808 * calendar/solar.el (solar-horizontal-coordinates):
14809 Use the longitude argument rather than `calendar-longitude'.
14810 (solar-date-next-longitude): Remove unused locals.
14811
cb79b8c0
VJL
148122011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14813
14814 * whitespace.el: New version 13.2.1.
14815
148162011-04-20 felix <EmacsWiki> (tiny change)
14817
d8e4b68b 14818 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14819 switching between major modes on a file.
14820
602ea69d
SM
148212011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14824 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14825 multi-line comments as well.
14826
06b60517
JB
148272011-04-19 Juanma Barranquero <lekktu@gmail.com>
14828
14829 Lexical-binding cleanup.
14830
14831 * arc-mode.el (archive-mode-revert):
14832 * cmuscheme.el (scheme-interactively-start-process):
14833 * custom.el (custom-initialize-delay):
14834 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14835 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14836 * emacs-lock.el (emacs-lock-clear-sentinel):
14837 * ezimage.el (defezimage):
14838 * follow.el (follow-avoid-tail-recenter):
14839 * fringe.el (set-fringe-mode-1):
14840 * generic-x.el (bat-generic-mode-compile):
14841 * help-mode.el (help-info-variable, help-do-xref)
14842 (help-mode-revert-buffer):
14843 * help.el (view-emacs-todo):
14844 * iswitchb.el (iswitchb-completion-help):
14845 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14846 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14847 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14848 * locate.el (locate-update):
14849 * longlines.el (longlines-encode-region)
14850 (longlines-after-change-function):
14851 * outline.el (outline-isearch-open-invisible):
14852 * ps-def.el (declare-function, charset-dimension, char-width)
14853 (encode-char):
14854 * ps-mule.el (ps-mule-plot-string):
14855 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14856 (recentf-edit-list-select, recentf-edit-list-validate)
14857 (recentf-open-files-action):
14858 * rect.el (delete-whitespace-rectangle-line)
14859 (rectangle-number-line-callback):
14860 * register.el (window-configuration-to-register)
14861 (frame-configuration-to-register):
14862 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14863 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14864 (xselect-convert-to-targets, xselect-convert-to-delete)
14865 (xselect-convert-to-filename, xselect-convert-to-charpos)
14866 (xselect-convert-to-lineno, xselect-convert-to-colno)
14867 (xselect-convert-to-os, xselect-convert-to-host)
14868 (xselect-convert-to-user, xselect-convert-to-class)
14869 (xselect-convert-to-name, xselect-convert-to-integer)
14870 (xselect-convert-to-atom, xselect-convert-to-identity):
14871 * subr.el (declare, ignore, process-kill-without-query)
14872 (text-clone-maintain):
14873 * terminal.el (te-get-char, te-tic-sentinel):
14874 * tool-bar.el (tool-bar-make-keymap):
14875 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14876 * type-break.el (type-break-mode, type-break-noninteractive-query):
14877 * view.el (View-back-to-mark):
14878 * wid-browse.el (widget-browse-action, widget-browse-widget)
14879 (widget-browse-widgets, widget-browse-sexp):
14880 * widget.el (define-widget-keywords):
14881 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14882 Mark unused parameters.
14883
14884 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14885 (align-areas): Remove unused variable `look'.
14886 (align-region): Remove unused variables `real-end' and `pos-list'.
14887
14888 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14889
14890 * bindings.el (mode-line-modified, mode-line-remote):
14891 Mark unused parameters.
14892 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14893
14894 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14895 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14896
14897 * comint.el (comint-history-isearch-pop-state)
14898 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14899 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14900 (comint-substitute-in-file-name): Doc fix.
14901
14902 * completion.el (cmpl-statistics-block): Mark unused parameter.
14903 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14904 (save-completions-to-file, load-completions-from-file):
14905 Remove unused local variable `e'.
14906
14907 * composite.el (compose-chars): Remove unused variable `len'.
14908 (lgstring-insert-glyph): Remove unused variable `g'.
14909 (compose-glyph-string): Remove unused variables `ascent',
14910 `descent', `lbearing' and `rbearing'.
14911 (compose-glyph-string-relative): Remove unused variables
14912 `lbearing', `rbearing' and `wadjust'.
14913 (compose-gstring-for-graphic): Remove unused variables `header',
14914 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14915 (compose-gstring-for-terminal): Remove unused variables `header'
14916 and `nchars'. Use `let', not `let*'.
14917
14918 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14919 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14920 (Custom-buffer-done, custom-buffer-create-internal)
14921 (custom-browse-visibility-action, custom-browse-group-tag-action)
14922 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14923 (widget-magic-mouse-down-action, custom-toggle-parent)
14924 (custom-add-parent-links, custom-toggle-hide-variable)
14925 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14926 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14927 (custom-face-menu-create, custom-variable-menu-create, get)
14928 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14929 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14930 (customize-apropos): Remove unused variable `tests'.
14931 (custom-group-value-create): Remove unused variable `hidden-p'.
14932 (sort-fold-case): Declare.
14933
14934 * cus-theme.el (custom-reset-standard-faces-list)
14935 (custom-reset-standard-variables-list): Declare.
14936 (customize-create-theme, custom-theme-revert, custom-theme-write)
14937 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14938 Mark unused parameters.
14939
14940 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14941
14942 * delim-col.el (delimit-columns-max): Move defvar before first use.
14943
14944 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14945 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14946
14947 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14948 (auto-insert): Declare.
14949 (desktop-restore-file-buffer): Rename desktop-* parameters;
14950 mark unused ones.
14951 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14952 (desktop-buffer): Rename desktop-* parameters.
14953
14954 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14955 (dframe-reposition-frame-xemacs, dframe-help-echo)
14956 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14957 Mark unused parameters.
14958
14959 * dired-aux.el (backup-extract-version-start, overwrite-query)
14960 (overwrite-backup-query, rename-regexp-query)
14961 (rename-non-directory-query): Declare.
14962 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14963 (dired-add-entry): Remove unused variable `orig-file-name'.
14964 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14965 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14966 `dired-copy-preserve-time' directly.
14967 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14968 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14969
14970 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14971 (dired-virtual-revert, dired-make-relative-symlink):
14972 Mark unused parameters.
14973 (manual-program): Declare.
14974 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14975 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14976 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14977
14978 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14979
14980 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14981
14982 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14983 Declare.
14984
14985 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14986
14987 * electric.el (Electric-command-loop): Rename parameter
14988 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14989
14990 * expand.el (expand-in-literal): Remove unused variable `here'.
14991
14992 * facemenu.el (facemenu-add-new-color):
14993 Remove unused variable `docstring'.
14994
14995 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14996 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14997 (face-attr-construct): Mark unused parameter. Doc fix.
14998 (read-color): Remove unused variable `hex-string'.
14999
15000 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15001 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15002 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15003 (display-buffer-other-frame): Remove unused variable `old-window'.
15004 (kill-buffer-hook): Declare.
15005 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15006 Mark unused parameters.
15007 (after-find-file): Pass 1 to `auto-save-mode', not t.
15008
15009 * files-x.el (auto-insert): Declare.
15010 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15011
15012 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15013 variable `buf'. Mark unused parameter.
06b60517
JB
15014 (find-lisp-insert-directory): Mark unused parameter.
15015
15016 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15017 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15018 (format-common-tail): Remove, unused.
15019 (format-deannotate-region): Remove unused variable `loc'.
15020 (format-annotate-region): Remove unused variable `p'.
15021 (format-annotate-single-property-change): Remove unused variables
15022 `default' and `tail'.
15023
15024 * forms.el (read-file-filter): Declare.
15025 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15026
15027 * frame.el (frame-creation-function-alist): Mark unused parameter.
15028 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15029
15030 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15031 Remove unused parameters.
15032 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15033 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15034
15035 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15036 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15037 (hfy-prepare-tag-map): Mark unused parameters.
15038 (htmlfontify-buffer): Use `called-interactively-p'.
15039
15040 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15041 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15042 (ibuffer-do-occur): Mark unused parameters.
15043 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15044 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15045
15046 * ibuffer.el: Don't quote `lambda'.
15047 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15048 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15049 Mark unused parameters.
15050
15051 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15052 (ido-completing-read): Mark unused parameters.
15053 (ido-copy-current-word): Mark unused parameters;
15054 remove unused variable `name'.
15055 (ido-sort-merged-list): Remove unused parameter `dirs'.
15056
15057 * ielm.el (ielm-input-sender): Mark unused parameter.
15058 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15059 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15060 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15061 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15062 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15063
15064 * image-dired.el (image-dired-display-thumbs): Remove unused
15065 variables `curr-file' and `count'.
15066 (image-dired-remove-tag): Remove unused variable `start'.
15067 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15068 variable `curr-file'
15069 (image-dired-rotate-original): Remove unused variable `temp-file'.
15070 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15071 Remove unused variable `file'.
15072 (image-dired-gallery-generate): Remove unused variable `curr'.
15073 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15074
15075 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15076
15077 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15078
15079 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15080
15081 * isearch.el (minibuffer-history-symbol): Declare.
15082 (isearch-edit-string): Remove unused variable `err'.
15083 (isearch-message-prefix, isearch-message-suffix):
15084 Mark unused parameters.
15085
15086 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15087
15088 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15089
15090 * makesum.el (double-column): Remove unused variable `cnt'.
15091
15092 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15093 (ido-ignore-item-temp-list): Declare.
15094
15095 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15096 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15097 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15098 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15099 `mouse-col-delta'.
15100
15101 * mouse-sel.el (mouse-extend-internal):
15102 Remove unused variable `orig-window-frame'.
15103
15104 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15105 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15106 Move declarations before first use.
15107 (pcomplete-opt): Mark unused parameters; doc fix.
15108
15109 * proced.el (proced-revert): Mark unused parameter.
15110 (proced-send-signal): Remove unused variable `err'.
15111
15112 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15113 Rename parameter PREFIX-ARG to ARG.
15114 (ps-basic-plot-string, ps-basic-plot-whitespace):
15115 Mark unused parameters.
15116
15117 * replace.el (replace-count): Define.
15118 (occur-revert-function): Mark unused parameters.
15119 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15120 (isearch-case-fold-search, isearch-string): Declare.
15121 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15122 bind `case-fold-search'. Remove unused variables `beg' and `end',
15123 and simplify.
15124 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15125 COUNT and bind `replace-count'.
15126 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15127 to COUNT.
15128
15129 * savehist.el (print-readably, print-string-length): Declare.
15130
15131 * shadowfile.el (shadow-expand-cluster-in-file-name):
15132 Remove unused variable `cluster'.
15133 (shadow-copy-file): Remove unused variable `i'.
15134 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15135 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15136 (shadow-define-literal-group, shadow-define-regexp-group)
15137 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15138
15139 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15140 (shell): Use `called-interactively-p'.
15141 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15142
15143 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15144 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15145 (delete-backward-char): Remove unused variable `ocol'.
15146 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15147 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15148 (event-apply-hyper-modifier, event-apply-shift-modifier)
15149 (event-apply-control-modifier, event-apply-meta-modifier):
15150 Mark unused parameters.
15151 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15152 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15153
15154 * speedbar.el (speedbar-ignored-directory-expressions)
15155 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15156 (speedbar-find-file, speedbar-dir-follow)
15157 (speedbar-directory-buttons-follow, speedbar-tag-find)
15158 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15159 (speedbar-buffers-line-directory, speedbar-buffer-click):
15160 Mark unused parameters.
15161 (speedbar-tag-file): Remove unused variable `mode'.
15162 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15163
15164 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15165
15166 * talk.el (talk): Remove unused variable `display'.
15167
15168 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15169 (tar-write-region-annotate): Mark unused parameter.
15170
15171 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15172 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15173 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15174 warning by another.
15175
15176 * time-stamp.el (time-stamp-string-preprocess):
15177 Remove unused variable `require-padding'.
15178
15179 * tree-widget.el (widget-glyph-enable): Declare.
15180 (tree-widget-action): Mark unused parameter.
15181
15182 * w32-fns.el (x-get-selection): Mark unused parameter.
15183 (autoload-make-program, generated-autoload-file): Declare.
15184
15185 * wdired.el (wdired-revert): Mark unused parameters.
15186 (wdired-xcase-word): Remove unused variable `err'.
15187
15188 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15189 (whitespace-help-scroll): Remove unused variable `data-help'.
15190
15191 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15192 (widget-image-insert, widget-after-change, default)
15193 (widget-default-format-handler, widget-default-notify)
15194 (widget-default-prompt-value, widget-info-link-action)
15195 (widget-url-link-action, widget-function-link-action)
15196 (widget-variable-link-action, widget-file-link-action)
15197 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15198 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15199 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15200 (widget-insert-button-action, widget-delete-button-action, visibility)
15201 (widget-documentation-link-action, widget-documentation-string-action)
15202 (widget-const-prompt-value, widget-regexp-match, symbol)
15203 (widget-coding-system-prompt-value)
15204 (widget-key-sequence-value-to-external, sexp)
15205 (widget-sexp-value-to-internal, character, vector, cons)
15206 (widget-choice-prompt-value, widget-boolean-prompt-value)
15207 (widget-color--choose-action): Mark unused parameters.
15208 (widget-item-match-inline, widget-choice-match-inline)
15209 (widget-checklist-match, widget-checklist-match-inline)
15210 (widget-group-match): Rename parameter VALUES to VALS.
15211 (widget-field-value-set): Remove unused variable `size'.
15212 (widget-color-action): Remove unused variables `value' and `start'.
15213
15214 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15215 variable `dir'. Doc fix.
06b60517
JB
15216 (windmove-find-other-window): Don't pass it.
15217
15218 * window.el (count-windows): Mark unused parameter.
15219 (bw-adjust-window): Remove unused variable `err'.
15220
15221 * woman.el (woman-file-name): Remove unused variable `default'.
15222 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15223 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15224 (global-font-lock-mode): Declare.
15225 (woman-decode-region): Mark unused parameter.
15226 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15227
15228 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15229 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15230 (x-dnd-handle-moz-url): Remove unused variable `title'.
15231 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15232
15233 * xml.el (xml-parse-tag, xml-parse-attlist):
15234 Remove unused variable `pos'.
15235
bc4f7f3d
GM
152362011-04-19 Glenn Morris <rgm@gnu.org>
15237
15238 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15239 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15240 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15241 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15242 * calendar/cal-html.el (cal-html-insert-minical):
15243 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15244 (calendar-mark-date-pattern):
15245 Prefix "unused" locals.
15246
15247 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15248 optional argument `style'.
15249
15250 * calendar/appt.el (appt-make-list):
15251 * calendar/cal-china.el (calendar-chinese-date-string):
15252 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15253 (diary-hebrew-yahrzeit):
15254 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15255 * calendar/calendar.el (calendar-generate-window):
15256 * calendar/time-date.el (time-to-days):
15257 Remove unused local variables.
15258
16a43933
CY
152592011-04-18 Chong Yidong <cyd@stupidchicken.com>
15260
15261 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15262 glyphless-char-display table.
15263 (tabulated-list-glyphless-char-display): New var.
15264
7eed1860
SS
152652011-04-18 Sam Steingold <sds@gnu.org>
15266
15267 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15268 to acknowledgments.
15269
4d2d1ccd
GM
152702011-04-17 Glenn Morris <rgm@gnu.org>
15271
15272 * calendar/diary-lib.el (diary-sexp-entry):
15273 * calendar/holidays.el (holiday-sexp):
15274 Set debug-on-error rather than the removed stack-trace-on-error.
15275
239da61d
GM
152762011-04-16 Glenn Morris <rgm@gnu.org>
15277
15278 * progmodes/f90.el: Use lexical-binding.
15279 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15280
8b05752a
SM
152812011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15282
daca8ba5
SM
15283 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15284 (mail-mode): Setup mailalias completion here instead.
15285 * mail/mailalias.el: Use lexical-binding.
15286 (pattern, mailalias-done): Declare dynamic.
15287 (mail-completion-at-point-function): New function, from mail-complete.
15288 (mail-complete): Use it.
15289 (mail-completion-expand): New function.
15290 (mail-get-names): Use it.
15291 (mail-directory, mail-directory-process, mail-directory-stream):
15292 Don't use `pattern' for lexically bound arg.
15293
6f542485
SM
15294 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15295
037e7c3f
SM
15296 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15297 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15298 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15299
8b05752a
SM
15300 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15301 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15302 (byte-interactive-p): Define them again, for use when inlining
15303 old code.
15304
49093f60
JB
153052011-04-15 Juanma Barranquero <lekktu@gmail.com>
15306
15307 * loadup.el: Use `string-to-number', not `string-to-int'.
15308
b5b8e7de
SM
153092011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15310
15311 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15312 gud-gdb-complete-command.
15313 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15314 (gud-gdb-completion-at-point): New function.
15315 (gud-gdb-completions): Remove.
15316
f42efeb5
MA
153172011-04-14 Michael Albinus <michael.albinus@gmx.de>
15318
49093f60
JB
15319 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15320 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15321 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15322 whether `executable-find' is bound.
f42efeb5
MA
15323
15324 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15325
e240cc21
SM
153262011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15327
15328 * minibuffer.el (completion-in-region-mode-predicate)
15329 (completion-in-region-mode--predicate): New vars.
15330 (completion-in-region, completion-in-region--postch)
15331 (completion-in-region-mode): Use them.
15332 (completion--capf-wrapper): Also return the hook function.
15333 (completion-at-point, completion-help-at-point):
15334 Adjust and provide a predicate.
c2bd2ab0
SM
15335
15336 Preserve arg names for advice of subr and lexical functions (bug#8457).
15337 * help-fns.el (help-function-arglist): Consolidate the subr and
15338 new-byte-code cases. Add argument `preserve-names' to extract names
15339 from the docstring when needed.
15340 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15341 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15342 (ad-arglist): Use help-function-arglist's new arg.
15343 (ad-definition-type): Use cond.
15344
c183f693
JB
153452011-04-13 Juanma Barranquero <lekktu@gmail.com>
15346
06641a47
JB
15347 * autorevert.el (auto-revert-handler):
15348 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15349 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15350 Don't quote lambda.
15351
c183f693
JB
15352 * image-mode.el (image-transform-set-scale):
15353 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15354
1e3b6001
G
153552011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15356
15357 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15358 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15359 Upgrades via gnutls-cli are too slow to be done opportunistically.
15360
2d6af8dd
JB
153612011-04-12 Juanma Barranquero <lekktu@gmail.com>
15362
15363 * dframe.el (dframe-current-frame): Remove spurious quote.
15364
c0749a51
GM
153652011-04-12 Glenn Morris <rgm@gnu.org>
15366
088d0d61
GM
15367 * calendar/cal-tex.el (cal-tex-end-document):
15368 Try to automatically use latin1 input if needed.
15369
c0749a51
GM
15370 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15371 Don't try to cons a mark onto an empty element.
15372
5c90fde0
LL
153732011-04-11 Leo Liu <sdl.web@gmail.com>
15374
15375 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15376 buffers.
15377 (ido-kill-buffer-at-head): Support killing virtual buffers.
15378
369e974d
CY
153792011-04-10 Chong Yidong <cyd@stupidchicken.com>
15380
15381 * minibuffer.el (completion-show-inline-help): New var.
15382 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15383 (minibuffer-force-complete, minibuffer-complete-word):
15384 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15385
15386 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15387 to avoid interference from inline help (Bug#5849).
15388
37f1c930
LL
153892011-04-10 Leo Liu <sdl.web@gmail.com>
15390
099c39a4
JB
15391 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15392 Fix typo.
37f1c930 15393
a32d4040
CY
153942011-04-09 Chong Yidong <cyd@stupidchicken.com>
15395
15396 * image-mode.el (image-toggle-display-image): Signal an error if
15397 not in Image mode.
15398 (image-transform-mode, image-transform-resize)
15399 (image-transform-set-rotation): Doc fix.
daca8ba5 15400 (image-transform-set-resize): Delete.
a32d4040
CY
15401 (image-transform-set-scale, image-transform-fit-to-height)
15402 (image-transform-fit-to-width): Handle image-toggle-display-image
15403 and image-transform-resize directly.
15404
099c39a4 154052011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15406
15407 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15408 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15409 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15410 (doc-view-mode-map): Add bindings for the new functions.
15411
099c39a4 154122011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15413
4d61f28d 15414 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15415 Fix typo in docstring.
15416
3726838a
EZ
154172011-04-08 Eli Zaretskii <eliz@gnu.org>
15418
04f33f1e
EZ
15419 * files.el (file-size-human-readable): Produce one digit after
15420 decimal, like "ls -lh" does.
15421
15422 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15423 the file size representation.
15424
3726838a
EZ
15425 * simple.el (list-processes): If async subprocesses are not
15426 available, error out with a clear error message.
15427
cbb59342
CY
154282011-04-08 Chong Yidong <cyd@stupidchicken.com>
15429
15430 * help.el (help-form-show): New function, to be called from C.
15431 Put help-form output in a buffer named differently than *Help*.
15432
e3971c44
EZ
154332011-04-08 Eli Zaretskii <eliz@gnu.org>
15434
15435 * files.el (file-size-human-readable): New function.
15436
15437 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15438 computing the representation inline. Don't require `cl'.
15439
12544bbe
GM
154402011-04-08 Glenn Morris <rgm@gnu.org>
15441
a1de6c6a
GM
15442 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15443
3c4671f4
GM
15444 * net/browse-url.el (browse-url-firefox):
15445 Test system-type, not system-configuration.
15446
b605679c
GM
15447 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15448 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15449 Use log-edit-empty-buffer-p. (Bug#7598)
15450
56442f0c
GM
15451 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15452 (rlogin-mode-map): Initialize in the defvar.
15453 (rlogin): Use ignore-errors.
15454
12544bbe
GM
15455 * replace.el (occur-mode-map): Some fixes for menu items.
15456
eb237b0f
AH
154572011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15458
15459 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15460
7d668f2c
CY
154612011-04-06 Chong Yidong <cyd@stupidchicken.com>
15462
e67a13ab
CY
15463 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15464 issuing unused warnings.
15465
15466 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15467 macro directly.
15468
7d668f2c
CY
15469 * simple.el: Lisp reimplement of list-processes. Based on an
15470 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15471 (process-menu-mode): New major mode.
15472 (list-processes--refresh, list-processes):
15473 (process-menu-visit-buffer): New functions.
15474
15475 * files.el (save-buffers-kill-emacs): Don't assume any return
15476 value of list-processes, which is undocumented anyway.
15477
a83ec3c9
CY
154782011-04-06 Chong Yidong <cyd@stupidchicken.com>
15479
15480 * emacs-lisp/tabulated-list.el: New file.
15481
e91a96fe
CY
15482 * emacs-lisp/package.el: Use Tabulated List mode.
15483 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15484 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15485 table format using Tabulated List mode variables.
15486 (package--push): New macro, replacing package-list-maybe-add.
15487 (package-menu--generate): Use package--push. Renamed from
15488 package--generate-package-list.
15489 (package-menu-refresh, list-packages): Use it.
daca8ba5 15490 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15491 Return insertion data instead of inserting it directly.
099c39a4
JB
15492 (package-menu-describe-package, package-menu-execute):
15493 Use tabulated-list-get-id.
e91a96fe
CY
15494 (package-menu-mark-delete, package-menu-mark-install)
15495 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15496 (package-menu-mark-obsolete-for-deletion):
15497 Use tabulated-list-put-tag.
e91a96fe
CY
15498 (package--list-packages, package-menu-revert)
15499 (package-menu-get-package, package-menu-get-version)
15500 (package-menu-sort-by-column): Functions deleted.
15501 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15502 (package-menu--status-predicate, package-menu--version-predicate)
15503 (package-menu--name-predicate)
15504 (package-menu--description-predicate): Handle arguments in the
15505 Tabulated List format.
15506 (package-list-packages-no-fetch): Call list-packages.
15507
3e214b50
JB
155082011-04-06 Juanma Barranquero <lekktu@gmail.com>
15509
15510 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15511 (after-find-file): Don't bind it.
3e214b50
JB
15512 (revert-buffer-in-progress-p): New variable.
15513 (revert-buffer): Bind it.
15514 Pass nil for `after-find-file-from-revert-buffer'.
15515
15516 * saveplace.el (save-place-find-file-hook): Use new variable
15517 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15518
3f0f1700
GM
155192011-04-06 Glenn Morris <rgm@gnu.org>
15520
c0274801
GM
15521 * Makefile.in (AUTOGEN_VCS): New variable.
15522 (autoloads): Use $AUTOGEN_VCS.
15523
3f0f1700
GM
15524 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15525 * calendar/calendar.el (calendar-mode-map):
15526 Check for toolkit scroll bars. (Bug#8305)
15527
41ea9e48
CY
155282011-04-05 Chong Yidong <cyd@stupidchicken.com>
15529
15530 * minibuffer.el (completion-in-region--postch)
15531 (completion-in-region-mode): Remove unnecessary messages.
15532
6194c800
JB
155332011-04-05 Juanma Barranquero <lekktu@gmail.com>
15534
33256f14
JB
15535 * font-lock.el (font-lock-refresh-defaults):
15536 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15537 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15538
6194c800
JB
15539 * info.el (Info-directory-list, Info-read-node-name-2)
15540 (Info-split-parameter-string): Doc fixes.
15541 (Info-virtual-nodes): Reflow docstring.
15542 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15543 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15544 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15545 Fix typos in docstrings.
15546 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15547 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15548 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15549 (Info-restore-desktop-buffer): Mark unused parameters.
15550 (Info-directory-find-file, Info-directory-find-node)
15551 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15552 (Info-virtual-index-find-node, Info-apropos-find-file)
15553 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15554 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15555 (Info-virtual-index): Remove unused local variable `nodename'.
15556
b87a8200 155572011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15558
b87a8200
DD
15559 * net/rcirc.el: Update my e-mail address.
15560 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15561
3b2ff876
CY
155622011-04-05 Chong Yidong <cyd@stupidchicken.com>
15563
15564 * startup.el (command-line): Save the cursor's theme-face
15565 directly, instead of using face-override-spec.
15566
15567 * custom.el (load-theme): Minor optimization in assigning faces.
15568
8d17e7ca
JB
155692011-04-04 Juanma Barranquero <lekktu@gmail.com>
15570
15571 * help-fns.el (describe-variable): Complete all variables having
15572 documentation, including keywords.
15573 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15574
2fbc1934
JB
155752011-04-04 Juanma Barranquero <lekktu@gmail.com>
15576
15577 Convert to lexical-binding.
15578
15579 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15580 (bs--get-marked-string, bs--get-modified-string)
15581 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15582 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15583 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15584
15585 * ehelp.el (electric-help-execute-extended)
15586 (electric-help-ctrl-x-prefix):
15587 * hexl.el (hexl-revert-buffer-function):
15588 * linum.el (linum-after-change, linum-after-scroll):
15589 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15590
15591 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15592
74f50695
DU
155932011-04-04 Daiki Ueno <ueno@unixuser.org>
15594
15595 * epa-dired.el:
15596 * epa-mail.el:
15597 * epa-hook.el:
15598 * epa-file.el:
15599 * epa.el:
15600 * epg.el: Use lexical binding.
15601
c11325f7
CY
156022011-04-03 Chong Yidong <cyd@stupidchicken.com>
15603
0d9e9a12
CY
15604 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15605
c11325f7 15606 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15607 dictionary case for flyspell-mark-duplications-exceptions.
15608 Use regexp matching for languages.
c11325f7
CY
15609 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15610 default dictionary (Bug#7926).
15611
da91b5f2
CY
156122011-04-02 Chong Yidong <cyd@stupidchicken.com>
15613
099c39a4
JB
15614 * emacs-lisp/package.el (package--with-work-buffer):
15615 Recognize https URLs.
da91b5f2 15616
099c39a4
JB
15617 * net/network-stream.el: Move from gnus/proto-stream.el.
15618 Change prefix to network-stream throughout.
da91b5f2
CY
15619 (open-protocol-stream): Merge into open-network-stream, leaving
15620 open-protocol-stream as an alias. Handle nil BUFFER args.
15621
15622 * subr.el (open-network-stream): Move to net/network-stream.el.
15623
afa8e9f6
GM
156242011-04-02 Glenn Morris <rgm@gnu.org>
15625
1d2e369d
GM
15626 * find-dired.el (find-exec-terminator): New option.
15627 (find-ls-option): Test for -ls support.
15628 (find-ls-subdir-switches): Test for -b in find-ls-option.
15629 (find-dired, find-grep-dired): Doc fixes.
15630 (find-dired): Use find-exec-terminator.
15631
8abb7da8 15632 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15633 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15634 (find-name-arg): Remove purecopy.
8abb7da8 15635
f3ca7378
GM
15636 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15637 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15638 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15639 accordingly. Don't add the null-device if not needed.
15640
afa8e9f6
GM
15641 * files.el (save-some-buffers): Doc fix.
15642
35eae264
EZ
156432011-04-02 Eli Zaretskii <eliz@gnu.org>
15644
15645 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15646
26b51db5
JB
156472011-04-01 Juanma Barranquero <lekktu@gmail.com>
15648
15649 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15650 Use `dolist' rather than `mapcar'.
15651
7200d79c
SM
156522011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15653
03408648 15654 Add lexical binding.
7200d79c 15655
03408648
SM
15656 * subr.el (apply-partially): Use new closures rather than CL.
15657 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15658 (dolist, dotimes): Use slightly different expansion for lexical code.
15659 (functionp): Move to C.
15660 (letrec): New macro.
15661 (with-wrapper-hook): Use it and apply-partially instead of CL.
15662 (eval-after-load): Preserve lexical-binding.
15663 (save-window-excursion, with-output-to-temp-buffer): Turn them
15664 into macros.
7200d79c 15665
03408648
SM
15666 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15667
15668 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15669 than the arglist.
15670 (help-add-fundoc-usage): Don't add `Not documented'.
15671 (help-function-arglist): Handle closures, subroutines, and new
15672 byte-code-functions.
15673 (help-make-usage): Remove leading underscores.
15674 (describe-function-1): Handle closures.
15675 (describe-variable): Use special-variable-p for completion.
15676
15677 * files.el (lexical-binding): Declare safe.
f488fb65 15678
03408648
SM
15679 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15680 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15681 (pcase): Add `let' pattern.
15682 Change memoization so it actually works.
15683 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15684 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15685 <let>: New case.
f488fb65 15686
03408648
SM
15687 * emacs-lisp/macroexp.el: Use lexical binding.
15688 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15689 Don't convert ' to #' without checking that it's indeed quoting
15690 a lambda.
15691
15692 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15693 Use eval-sexp-add-defvars.
03408648
SM
15694 (eval-sexp-add-defvars): New fun.
15695
15696 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15697
15698 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15699 Don't autoload.
15700 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15701 than the internal `byte-compile-lambda'.
15702 (defmethod): Don't hide code under quotes.
15703 (eieio-defmethod): New `code' argument.
15704
15705 * emacs-lisp/eieio-comp.el: Remove.
15706
15707 * emacs-lisp/edebug.el (edebug-eval-defun)
15708 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15709 (edebug-toggle): Avoid `eval'.
15710
15711 * emacs-lisp/disass.el (disassemble-internal): Handle new
15712 `closure' objects.
15713 (disassemble-1): Handle new byte codes.
15714
15715 * emacs-lisp/cl.el (pushnew): Silence warning.
15716
15717 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15718 (cl-byte-compile-throw): Remove.
15719 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15720
15721 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15722 closures.
15723
15724 * emacs-lisp/cconv.el: New file.
15725
15726 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15727 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15728 (byte-compile-initial-macro-environment):
15729 Handle declare-function here.
15730 (byte-compile--lexical-environment): New var.
15731 (byte-stack-ref, byte-stack-set, byte-discardN)
15732 (byte-discardN-preserve-tos): New lap codes.
15733 (byte-interactive-p): Don't use any more.
15734 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15735 New macros.
15736 (byte-compile-lapcode): Use them and handle new lap codes.
15737 (byte-compile-obsolete): Remove.
15738 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15739 (byte-compile-arglist-warn): Check late def of inlinable funs.
15740 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15741 since they should have been expanded by now.
15742 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15743 (byte-compile-from-buffer): Remove unused second arg.
15744 (byte-compile-preprocess): New function.
15745 (byte-compile-toplevel-file-form): New function to distinguish
15746 file-form calls from outside from file-form calls from hunk-handlers.
15747 (byte-compile-file-form): Simplify.
15748 (byte-compile-file-form-defsubst): Remove.
15749 (byte-compile-file-form-defmumble): Simplify now that
15750 byte-compile-lambda always returns a byte-code-function.
15751 (byte-compile): Preprocess.
15752 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15753 Remove, not used any more.
15754 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15755 (byte-compile-make-args-desc): New funs.
15756 (byte-compile-lambda): Handle lexical functions. Always return
15757 a byte-code-function.
15758 (byte-compile-reserved-constants): New var, to make up room for
15759 closed-over variables.
15760 (byte-compile-constants-vector): Obey it.
15761 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15762 (byte-compile-macroexpand-declare-function): New function.
15763 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15764 byte-code-functions.
15765 (byte-compile-form): Check obsolescence here.
15766 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15767 (byte-compile-variable-ref): Remove.
15768 (byte-compile-dynamic-variable-op): New fun.
15769 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15770 (byte-compile-variable-set): New funs.
15771 (byte-compile-discard): Add 2 args.
15772 (byte-compile-stack-ref, byte-compile-stack-set)
15773 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15774 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15775 macroexpand-all instead.
15776 (byte-compile-quote-form): Remove.
15777 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15778 (byte-compile-bind, byte-compile-unbind): New funs.
15779 (byte-compile-let): Handle let* and lexical binding.
15780 (byte-compile-let*): Remove.
15781 (byte-compile-catch, byte-compile-unwind-protect)
15782 (byte-compile-track-mouse, byte-compile-condition-case):
15783 Handle a new :fun-body form, used for lexical scoping.
15784 (byte-compile-save-window-excursion)
15785 (byte-compile-with-output-to-temp-buffer): Remove.
15786 (byte-compile-defun): Simplify.
15787 (byte-compile-stack-adjustment): New fun.
15788 (byte-compile-out): Use it.
15789 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15790
15791 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15792 handler any more.
15793
15794 * emacs-lisp/byte-opt.el: Use lexical binding.
15795 (byte-inline-lapcode): Remove (to bytecomp).
15796 (byte-compile-inline-expand): Pay attention to inlining to/from
15797 lexically bound code.
15798 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15799 any more.
15800 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15801 any more and don't call compiler-macros.
15802 (byte-compile-splice-in-already-compiled-code): Remove.
15803 (byte-code): Don't inline any more.
15804 (disassemble-offset): Receive `bytes' as argument rather than via
15805 dynamic scoping.
15806 (byte-compile-tag-number): Declare before first use.
15807 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15808 `return' even if make-spliceable.
15809 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15810 obsolete interactive-p.
15811 (byte-optimize-lapcode): Optimize new lap-codes.
15812 Don't trip up on new form of `byte-constant' lap code.
15813
15814 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15815
15816 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15817
15818 * custom.el (custom-initialize-default, custom-declare-variable):
15819 Use `defvar'.
15820
15821 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15822 New variables.
15823 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15824 (COMPILE_FIRST): Add macroexp and cconv.
15825 * makefile.w32-in: Mirror changes in Makefile.in.
15826
15827 * vc/cvs-status.el:
15828 * vc/diff-mode.el:
15829 * vc/log-edit.el:
15830 * vc/log-view.el:
15831 * vc/smerge-mode.el:
15832 * textmodes/bibtex-style.el:
090bd7cb 15833 * textmodes/css-mode.el:
03408648
SM
15834 * startup.el:
15835 * uniquify.el:
da91b5f2
CY
15836 * minibuffer.el:
15837 * newcomment.el:
15838 * reveal.el:
15839 * server.el:
15840 * mpc.el:
15841 * emacs-lisp/smie.el:
15842 * doc-view.el:
15843 * dired.el:
03408648
SM
15844 * abbrev.el: Use lexical binding.
15845
0f0c1f27
EZ
158462011-04-01 Eli Zaretskii <eliz@gnu.org>
15847
15848 * info.el (info-display-manual): New function.
15849
c82b2579
SM
158502011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15851
15852 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15853
221ddf68
TH
158542011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15855
15856 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15857 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15858
cba6e77e
GM
158592011-03-31 Glenn Morris <rgm@gnu.org>
15860
e040639f
GM
15861 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15862
cba6e77e
GM
15863 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15864
6d0f1c9e
CS
158652011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15866
15867 * progmodes/python.el (python-default-interpreter)
15868 (python-python-command-args, python-jython-command-args)
15869 (python-which-shell, python-which-args, python-which-bufname)
15870 (python-file-queue, python-comint-output-filter-function)
15871 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15872 variables and functions.
15873
3e2d70fd
SM
158742011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15875
15876 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15877 (completion-in-region-mode): New minor mode.
15878 (completion-in-region): Use it.
15879 (completion-in-region--data, completion-in-region-mode-map): New vars.
15880 (completion-in-region--postch): New function.
15881 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15882 New vars.
15883 (completion--capf-wrapper): New function.
15884 (completion-at-point): Use it to track well-behavedness of
15885 hook functions.
15886 (completion-help-at-point): New command.
15887
f3e4086c
JM
158882011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15889
15890 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15891 syntax class to search for whitespace on a single line
15892 (Message-ID: <4D938140.4030905@redhat.com>).
15893
eb7ffc14
LL
158942011-03-30 Leo Liu <sdl.web@gmail.com>
15895
15896 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15897 New commands.
15898 (edit-abbrevs-map): Bind them here.
15899 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15900
d806ab68
KM
159012011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15902
15903 * allout.el (allout-hide-by-annotation, allout-flag-region):
15904 Reduce possibility of overlay leakage by making them volatile.
15905
15906 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15907 hash is not shared between buffers. Mode initialization is
15908 responsible for giving it a useful starting value.
15909 (allout-item-span): Reduce possibility of overlay leakage by
15910 making them volatile.
15911 (allout-widgets-count-buttons-in-region): Add diagnostic function
15912 for tracking down button overlay leaks.
15913
ea622834
LL
159142011-03-29 Leo Liu <sdl.web@gmail.com>
15915
15916 * ido.el (ido-read-internal): Use the default history var
15917 minibuffer-history if no HISTORY is specified.
15918
b62f8267
G
159192011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15920
03408648
SM
15921 * net/imap.el (imap-shell-open, imap-process-connection-type):
15922 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15923 Kerberos, SSL, other subprocesses.
15924
947b6566
LL
159252011-03-28 Leo Liu <sdl.web@gmail.com>
15926
15927 * abbrev.el (abbrev-table-empty-p): New function.
15928 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15929 nonempty ones. (Bug#5937)
15930
5ffb62aa
JD
159312011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15932
15933 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15934
7a097943
LL
159352011-03-27 Leo Liu <sdl.web@gmail.com>
15936
15937 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15938 for foreground and background colors.
15939 (ansi-color-make-color-map): Adapt.
15940
c5b40130
LL
159412011-03-25 Leo Liu <sdl.web@gmail.com>
15942
1f48f7d2
LL
15943 * midnight.el (midnight-time-float): Remove. Note it calculates
15944 the microsecond component incorrectly and seconds-to-time does the
15945 same job.
625897ec 15946 Remove redundant (require 'timer).
1f48f7d2 15947
c5b40130
LL
15948 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15949 (ido-completions): Remove unused arguments. (Bug#8329)
15950
d86d2721
SM
159512011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15952
15953 * minibuffer.el (completion--flush-all-sorted-completions):
15954 Remove itself from hook.
15955 (completion-at-point): Let the functions perform the completion
15956 immediately and return nil or t.
15957 * comint.el (comint-dynamic-complete-functions): Now identical to
15958 completion-at-point-functions.
15959 (comint-dynamic-list-input-ring): Remove unused var `index'.
15960 (comint--match-partial-filename, comint--unquote&expand-filename):
15961 New funs, split from comint-match-partial-filename.
15962 (comint-dynamic-complete): Use completion-at-point.
15963 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15964
e8974c48
DA
159652011-03-24 Drew Adams <drew.adams@oracle.com>
15966
15967 * thingatpt.el: Support `defun'.
15968
def71b5e
LL
159692011-03-23 Leo Liu <sdl.web@gmail.com>
15970
cb5af48e
LL
15971 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15972
def71b5e
LL
15973 * help-mode.el (help-mode-finish): Tweak regexp.
15974
927c53e7
GM
159752011-03-23 Glenn Morris <rgm@gnu.org>
15976
18d05bed
GM
15977 * eshell/esh-opt.el (eshell-eval-using-options):
15978 Do not bind unused local variable `eshell-option-stub'.
15979
927c53e7
GM
15980 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15981
9d0da923
JB
159822011-03-22 Juanma Barranquero <lekktu@gmail.com>
15983
15984 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15985 keymap variable in `with-no-warnings' to avoid a warning when the
15986 keymap has been already `defconst'ed.
15987
4b978a67
LL
159882011-03-22 Leo Liu <sdl.web@gmail.com>
15989
15990 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15991 encode all chars in abbrevs; otherwise use emacs-mule or
15992 utf-8-emacs. (Bug#8308)
15993
5fd62452
JB
159942011-03-22 Juanma Barranquero <lekktu@gmail.com>
15995
0b1596c6
JB
15996 * simple.el (backward-delete-char-untabify):
15997 Avoid warning about using `delete-backward-char'.
15998
5fd62452
JB
15999 * image.el (image-type-file-name-regexps): Make it variable.
16000 `imagemagick-register-types' modifies it, and the user may want
16001 to add new extensions for known image types.
16002 (imagemagick-register-types): Throw error if not using ImageMagick.
16003
0b4e93f1
LL
160042011-03-22 Leo Liu <sdl.web@gmail.com>
16005
16006 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16007 located before rcirc-prompt-end-marker.
16008 (rcirc-complete): Error if point is not after rcirc prompt.
16009 Handle the case when table is nil.
9882e214 16010 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16011
fccee4ab
CY
160122011-03-22 Chong Yidong <cyd@stupidchicken.com>
16013
16014 * custom.el (custom--inhibit-theme-enable): Make it affect only
16015 custom-theme-set-variables and custom-theme-set-faces.
16016 (provide-theme): Ignore custom--inhibit-theme-enable.
16017 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16018 (custom-enabling-themes): Delete variable.
d86d2721
SM
16019 (enable-theme): Accept only loaded themes as arguments.
16020 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16021 (custom-enabled-themes): Forbid themes from setting this.
16022 Eliminate use of custom-enabling-themes.
16023 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16024
af896da6
LL
160252011-03-21 Leo Liu <sdl.web@gmail.com>
16026
16027 * ido.el (ido-read-internal): Add ido-selected to history instead
16028 of user input.
16029
78f64af0
SM
160302011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16031
16032 * subr.el (deferred-action-list, deferred-action-function):
16033 Mark obsolete.
16034
b16ac1ec
LL
160352011-03-21 Leo Liu <sdl.web@gmail.com>
16036
810f7698
LL
16037 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16038 change on 2011-02-13 (bug#8309).
16039
b16ac1ec
LL
16040 * minibuffer.el (read-file-name-function): Change default value.
16041 (read-file-name--defaults): Rename from read-file-name-defaults.
16042 (read-file-name-default): Rename from read-file-name.
16043 (read-file-name): Call read-file-name-function.
16044
4e05e67e
GM
160452011-03-21 Glenn Morris <rgm@gnu.org>
16046
16047 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16048 Doc fixes.
16049
4359915b
CY
160502011-03-21 Chong Yidong <cyd@stupidchicken.com>
16051
16052 * cus-theme.el: Add missing provide statement.
16053 (customize-create-theme): Extract theme value correctly.
16054 (custom-theme-visit-theme): Autoload.
16055 (customize-create-theme): Prompt before inserting default faces.
16056
1fe275ee
JB
160572011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16058
16059 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16060 units and musical notes.
16061
cd394be1 160622011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16063
16064 * ido.el (ido-read-internal): Use completing-read-default.
16065 (ido-completing-read): Fix compatibility with completing-read.
16066
7d476bde
CO
160672011-03-20 Christian Ohler <ohler@gnu.org>
16068
16069 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16070 (ert-delete-all-tests): Use `called-interactively-p' rather than
16071 `interactive-p'.
16072 (ert--make-xrefs-region): Respect END.
16073
fe0fb33e
CY
160742011-03-19 Chong Yidong <cyd@stupidchicken.com>
16075
ff854b0b
CY
16076 * dired-aux.el (dired-create-directory): Signal an error if the
16077 directory already exists (Bug#8246).
16078
fe0fb33e
CY
16079 * facemenu.el (list-colors-display): Call list-faces-display
16080 inside with-help-window.
16081 (list-colors-print): Use display property to align the final
16082 column, instead of checking window-width.
16083
576bce32
EZ
160842011-03-19 Eli Zaretskii <eliz@gnu.org>
16085
4d61f28d 16086 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16087 windows-nt systems.
16088 (emerge-protect-metachars): Quote correctly for ms-dos and
16089 windows-nt systems.
16090
89c41d68 160912011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16092
16093 * info.el (info-initialize): Replace all uses of `:' with
16094 path-separator for compatibility with non-Unix systems.
16095 Cache quoting of path-separator. (Bug#8258)
16096
b14e3e21 160972011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16098
16099 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16100 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16101 (mouse-avoidance-mode): Fix typos in docstrings.
16102
4525ce3e
CY
161032011-03-19 Chong Yidong <cyd@stupidchicken.com>
16104
16105 * startup.el (package-subdirectory-regexp): Move from package.el.
16106 Omit \\` and \\', and let callers add them.
16107
16108 * emacs-lisp/package.el (package-strip-version)
16109 (package-load-all-descriptors): Add \\` and \\' to
16110 package-subdirectory-regexp before using it.
16111 (package-untar-buffer): New arg DIR; ensure that file untars only
16112 into this expected directory. Remove superfluous delete-region.
16113 (package-unpack): Caller changed.
16114 (package-tar-file-info): Use package-subdirectory-regexp.
16115
a904a09a 161162011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16117
a904a09a
SM
16118 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16119 diff-mode-shared-map (bug#8284).
16120 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16121
161222011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16123
16124 * calendar/time-date.el (format-seconds): Use assoc instead of
16125 assoc-string, since assoc-string doesn't exist in XEmacs.
16126
171fc304
JB
161272011-03-17 Juanma Barranquero <lekktu@gmail.com>
16128
16129 * custom.el (custom-known-themes): Reflow docstring.
16130 (custom-theme-load-path): Fix typo in docstring.
16131 (load-theme): Fix typo in error message.
16132 (custom-available-themes, custom-variable-theme-value):
16133 Use `let', not `let*'.
16134
d71990a1
JB
161352011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16136
16137 * calc/README: Mention inclusion of musical notes.
16138
16139 * calc/calc-units.el (calc-lu-quant): Rename from
16140 `calc-logunits-quantity'.
16141 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16142 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16143 (calc-db): Rename from `calc-dblevel'.
16144 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16145 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16146 (calc-np): Rename from `calc-nplevel'.
16147 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16148 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16149 (calc-lu-plus): Rename from `calc-logunits-add'.
16150 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16151 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16152 (calc-lu-minus): Rename from `calc-logunits-sub'.
16153 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16154 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16155 (calc-lu-times): Rename from `calc-logunits-mul'.
16156 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16157 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16158 (calc-lu-divide): Rename from `calc-logunits-div'.
16159 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16160 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16161
16162 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16163 functions being autoloaded.
16164
16165 * calc/calc.el (calc-lu-power-reference): Rename from
16166 `calc-logunits-power-reference'.
16167 (calc-lu-field-reference): Rename from
16168 `calc-logunits-field-reference'.
16169
7a71b18d
GM
16170 * calc/calc-help.el (calc-l-prefix-help):
16171 Mention musical note functions.
d71990a1 16172
40c2934b
SM
161732011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16174
16175 * minibuffer.el (completion-all-sorted-completions):
16176 Use :completion-cycle-penalty text property if present.
16177
b0911414
KM
161782011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16179
16180 * allout.el (allout-yank-processing): Adjust for new rebulleting
16181 regime so bullet being yanked is used without prompting the user
16182 for a choice.
16183
8a05b668
JB
161842011-03-16 Juanma Barranquero <lekktu@gmail.com>
16185
16186 * startup.el (command-line): Warn the user that _emacs is deprecated.
16187
5ba5fb81
JB
161882011-03-16 Juanma Barranquero <lekktu@gmail.com>
16189
16190 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16191 (delphi-verbose, delphi-comment-face, delphi-string-face)
16192 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16193 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16194 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16195 (delphi-new-comment-line, delphi-font-lock-defaults)
16196 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16197 Fix typos in docstrings.
16198
2dab465b
KM
161992011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16200
5ba5fb81 16201 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16202 Invert the roles of character and string values for INSTEAD, so a
16203 string is used for the more common case of a defaulting prompt.
16204
0adf5618
SM
162052011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16206
16207 * progmodes/ruby-mode.el (ruby-backward-sexp):
16208 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16209 * play/gamegrid.el (gamegrid-make-face):
16210 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16211 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16212 * notifications.el (notifications-notify):
16213 * net/xesam.el (xesam-search-engines):
16214 * net/quickurl.el (quickurl-list-insert):
16215 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16216
d72700e5
CY
162172011-03-15 Chong Yidong <cyd@stupidchicken.com>
16218
16219 * startup.el (command-line): Update package subdirectory regexp.
16220
49c5410a
SM
162212011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16222
c6eee9aa
SM
16223 * allout.el (allout-abbreviate-flattened-numbering)
16224 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16225
49c5410a
SM
16226 * subr.el (read-char-choice): Only show the cursor after the prompt,
16227 not after the answer.
16228
047b2bb9
KR
162292011-03-15 Kevin Ryde <user42@zip.com.au>
16230
16231 * help-fns.el (variable-at-point): Skip leading quotes, if any
16232 (bug#8253).
16233
0a57d256
SM
162342011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16237 warning message.
16238
77c992bc
MA
162392011-03-14 Michael Albinus <michael.albinus@gmx.de>
16240
16241 * shell.el (shell): When called interactively, offer to change the
16242 shell file name on remote hosts.
16243
eebc475d
TZ
162442011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16245
16246 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16247 integration for LDAP parameters. The host, base, user or binddn,
16248 and secret tokens can be specified in a netrc file, for instance.
16249 This is optional because an `auth-source' parameter must be
16250 specified in the search attributes.
16251
9d05d1ba
JB
162522011-03-13 Juanma Barranquero <lekktu@gmail.com>
16253
16254 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16255
09d9db2c
GM
162562011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16257
16258 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16259 into declaration. Remove redundant and harmful binding.
16260
162612011-03-12 Eli Zaretskii <eliz@gnu.org>
16262
16263 * files.el (file-ownership-preserved-p): Pass `integer' as an
16264 explicit 2nd argument to `file-attributes'. If the file's owner
16265 is the Administrators group on Windows, and the current user is
16266 Administrator, consider that a match.
16267
16268 * server.el (server-ensure-safe-dir): Consider server directory
16269 safe on MS-Windows if its owner is the Administrators group while
16270 the current Emacs user is Administrator. Use `=' to compare
16271 numerical UIDs, since they could be integers or floats.
16272
219bd536
JB
162732011-03-12 Juanma Barranquero <lekktu@gmail.com>
16274
16275 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16276
f3afd36b
MA
162772011-03-12 Michael Albinus <michael.albinus@gmx.de>
16278
16279 Sync with Tramp 2.2.1.
16280
16281 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16282
16283 * net/trampver.el: Update release number.
16284
3aaaa6f1
SM
162852011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16286
94642599
SM
16287 * progmodes/compile.el (compilation--previous-directory): Fix up
16288 various nil/dead-marker mismatches (bug#8014).
16289 (compilation-directory-properties, compilation-error-properties):
16290 Don't call it at a position past the one we're about to change.
16291
3aaaa6f1
SM
16292 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16293 Disable obsolescence warnings in the file that declares it.
16294
14239447
KM
162952011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16296
099c39a4
JB
16297 * allout-widgets.el (allout-widgets-tally):
16298 Initialize allout-widgets-tally as a hash table rather than nil to
16299 prevent mode-line redisplay warnings. Also, clarify the module
16300 description and fix a comment typo.
14239447 16301
135e287c
JB
163022011-03-11 Juanma Barranquero <lekktu@gmail.com>
16303
16304 * help-fns.el (describe-variable): Don't complete keywords.
16305 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16306
ffbf300e
CY
163072011-03-10 Chong Yidong <cyd@stupidchicken.com>
16308
ba08b241
CY
16309 * emacs-lisp/package.el (package-version-join): Impose a standard
16310 string representation for pre/alpha/beta version lists.
16311 (package-unpack-single): Standardize the directory name by passing
16312 it through package-version-join.
16313 (package-strip-rcs-id): Accept any version string that does not
16314 signal an error in version-to-list.
ffbf300e 16315
f346fd6b
MA
163162011-03-10 Michael Albinus <michael.albinus@gmx.de>
16317
16318 * simple.el (delete-trailing-whitespace): Return nil for the
16319 benefit of `write-file-functions'.
16320
ccb55d27
GM
163212011-03-10 Glenn Morris <rgm@gnu.org>
16322
5ceaac0c
GM
16323 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16324
02da65ff
GM
16325 * vc/vc-git.el (vc-git-program): New option.
16326 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16327 (vc-git--call): Use it.
16328
b2f603cc
GM
16329 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16330
5772caab
GM
16331 * cus-edit.el (Custom-newline): If no button at point, look
16332 for a subgroup button at start-of-line. (Bug#2298)
16333
ccb55d27
GM
16334 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16335
ec6ecaed
JD
163362011-03-10 Julien Danjou <julien@danjou.info>
16337
16338 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16339 `cursor-type' is nil.
16340
9d5aa01d
JB
163412011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16342
16343 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16344
b6a5875b
KM
163452011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16346
7a71b18d 16347 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16348 preserves the existing header prefix, rebulleting it if necessary,
16349 rather than replacing it. This is necessary for proper operation
16350 of cooperative addons like allout-widgets.
1154d12e
JB
16351 (allout-make-topic-prefix, allout-rebullet-heading):
16352 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16353 value as alternate bullet to be used, instead of prompting the user
16354 for a bullet character.
b6a5875b 16355
ee545c35
MA
163562011-03-09 Michael Albinus <michael.albinus@gmx.de>
16357
d86d2721
SM
16358 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16359 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16360 `tramp-default-port'.
16361
c47971d7
DD
163622011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16363
16364 * net/rcirc.el (rcirc-handler-001): Remove useless
16365 with-rcirc-process-buffer.
16366 (rcirc-check-auth-status): Swap arguments to string-match.
16367
13522cb4
GM
163682011-03-09 Glenn Morris <rgm@gnu.org>
16369
0be6f4f1
GM
16370 * shell.el (shell-mode):
16371 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16372
13522cb4
GM
16373 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16374 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16375
515de2e3
CY
163762011-03-08 Chong Yidong <cyd@stupidchicken.com>
16377
16378 * emacs-lisp/package.el (package-refresh-contents)
16379 (package-menu-execute): Use condition-case-no-debug.
16380
b511b994
MA
163812011-03-08 Michael Albinus <michael.albinus@gmx.de>
16382
16383 * simple.el (shell-command-to-string): Use `process-file'.
16384
16385 * emacs-lisp/package.el (package-tar-file-info): Handle also
16386 remote files.
16387
d86d2721
SM
16388 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16389 Use `equal' for upload base check.
b511b994 16390
25bbfb31
AM
163912011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16392
16393 * textmodes/texinfo.el (texinfo-environments):
16394 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16395
be996521
GM
163962011-03-08 Glenn Morris <rgm@gnu.org>
16397
e9c8529f
GM
16398 * cus-start.el (cursor-in-non-selected-windows):
16399 Fix :set quoting oddness. (Bug#8192)
16400
be996521
GM
16401 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16402 in some setf expressions. (Bug#2159)
16403
2bb5649e
CY
164042011-03-08 Chong Yidong <cyd@stupidchicken.com>
16405
16406 * custom.el (custom-available-themes): Return themes in
16407 alphabetical order.
16408
33383987 16409See ChangeLog.15 for earlier changes.
e3d51b27
MR
16410
16411;; Local Variables:
16412;; coding: utf-8
e3d51b27
MR
16413;; End:
16414
acaf905b 16415 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16416
16417 This file is part of GNU Emacs.
16418
16419 GNU Emacs is free software: you can redistribute it and/or modify
16420 it under the terms of the GNU General Public License as published by
16421 the Free Software Foundation, either version 3 of the License, or
16422 (at your option) any later version.
16423
16424 GNU Emacs is distributed in the hope that it will be useful,
16425 but WITHOUT ANY WARRANTY; without even the implied warranty of
16426 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16427 GNU General Public License for more details.
16428
16429 You should have received a copy of the GNU General Public License
16430 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.