Auto-commit of generated files.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
45fd731c
SM
12012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
efc26dbe
SM
3 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4 as not-a-comment (bug#11946).
5
f5695c9a
SM
6 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7 for uninterned vars.
8
9 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10 Use read-event since we don't really want to read chars but bytes.
11
45fd731c
SM
12 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
13 $$..$$ but also $..$ using regexps (bug#11953).
14 Use tex-verbatim for \url and \path.
15 (tex-font-lock-keywords): Define as defconst like the others.
16 (tex-common-initialization): Don't use font-lock-syntax-table any more.
17
ddfc8813
RK
182012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
19
20 * international/mule-cmds.el (ucs-insert): Make it an obsolete
21 alias for insert-char.
22
758e556a
FEG
232012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
24
25 * progmodes/python.el: Simplified imenu implementation.
26 (python-nav-jump-to-defun): Remove command.
27 (python-mode-map): Use `imenu' instead.
28 (python-nav-list-defun-positions-cache)
29 (python-imenu-include-defun-type, python-imenu-make-tree)
30 (python-imenu-subtree-root-label, python-imenu-index-alist):
31 Remove vars.
32 (python-nav-list-defun-positions, python-nav-read-defun)
33 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
34 (python-imenu-make-tree, python-imenu-create-index):
35 Remove functions.
758e556a
FEG
36 (python-mode): Update to interact with imenu by setting
37 `imenu-extract-index-name-function' only.
38
032d23ab
FEG
392012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
40
41 * progmodes/python.el: Enhancements to navigation commands.
42 (python-nav-backward-sentence)
43 (python-nav-forward-sentence): Remove.
44 (python-nav-backward-statement, python-nav-forward-statement)
45 (python-nav-statement-start, python-nav-statement-end)
46 (python-nav-backward-block, python-nav-forward-block)
47 (python-nav-block-start, python-nav-block-end)
48 (python-nav-forward-sexp-function)
49 (python-info-current-line-comment-p)
50 (python-info-current-line-empty-p): New functions.
51 (python-indent-context): Use `python-nav-statement-start'.
52
01795a1b
MA
532012-07-16 Michael Albinus <michael.albinus@gmx.de>
54
9328d9aa
MA
55 * eshell/em-ls.el (eshell/ls): Use `apply'.
56
57 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
58 multi-hops, instead of Tramp internals.
59
01795a1b
MA
60 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
61
62 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
63 when F1 and F2 are located on different hosts.
64
63408057
CY
652012-07-14 Chong Yidong <cyd@gnu.org>
66
67 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
68 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
69 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
70 (xterm-mouse--read-event-sequence-1000)
71 (xterm-mouse--read-event-sequence-1006): New functions. For old
72 mouse protocol, handle M-mouse-X events correctly.
73 (xterm-mouse-event): New arg specifying mouse protocol.
74 (turn-on-xterm-mouse-tracking-on-terminal)
75 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
76 sequence to toggle extended coordinates on newer XTerms.
77 This appears to be harmless on terminals which do not support this.
63408057 78
cd276f6e
LL
792012-07-14 Leo Liu <sdl.web@gmail.com>
80
28ca98ac
LL
81 Add fringe bitmap indicators for flymake. (Bug#11253)
82 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
83 (flymake-make-overlay): New arg BITMAP.
84 (flymake-error-bitmap, flymake-warning-bitmap)
85 (flymake-fringe-indicator-position): New user variables.
86
cd276f6e
LL
87 * fringe.el: New bitmap exclamation-mark.
88
04408072
JD
892012-07-14 Jan Djärv <jan.h.d@swipnet.se>
90
91 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
92 also (Bug#7879).
93
b5cf7fc4
CY
942012-07-14 Chong Yidong <cyd@gnu.org>
95
96 * electric.el (electric-pair-post-self-insert-function): Fix pair
97 insertion in empty-region case (Bug#11520).
98
be755c79
RT
992012-07-14 Chong Yidong <cyd@gnu.org>
100
45fd731c
SM
101 * bindings.el: Consolidate ctl-x-r-map bindings.
102 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
103
104 * rect.el, register.el: Move bindings to bindings.el.
105
1062012-07-14 Reuben Thomas <rrt@sc3d.org>
107
108 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
109
7f5b3198
AS
1102012-07-13 Andreas Schwab <schwab@linux-m68k.org>
111
112 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
113
97662200
JB
1142012-07-13 Juanma Barranquero <lekktu@gmail.com>
115
80185fed
JB
116 * bindings.el (top): Use `mapc' instead of `mapcar'.
117
97662200
JB
118 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
119
2bb1ae55
MA
1202012-07-13 Michael Albinus <michael.albinus@gmx.de>
121
122 * progmodes/sql.el (sql-comint): Suppress the check for program on
123 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
124 (Bug#11908)
125
dea31bd3
CY
1262012-07-13 Chong Yidong <cyd@gnu.org>
127
128 * bindings.el: Assign a non-nil permanent-local property to
129 per-buffer variables which lack a default value (Bug#11930).
130
131 * help-fns.el (describe-variable): In the "automatically becomes
132 local" notice, take note of permanent-local variables.
133
b68b3337
CY
1342012-07-13 Chong Yidong <cyd@gnu.org>
135
136 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
137 to allow printing the message when called from Lisp.
138
139 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
140 Remove toggle-read-only.
141
142 * bs.el (bs-toggle-readonly):
45fd731c
SM
143 * buff-menu.el (Buffer-menu-toggle-read-only):
144 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
145
146 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
147 Remove with-no-warnings around toggle-read-only.
148 (ffap-read-only, ffap-read-only-other-window)
149 (ffap-read-only-other-frame): Callers changed.
150
151 * help-mode.el: Don't require view package.
152 (help-mode-finish): Set buffer-read-only instead of calling
153 toggle-read-only.
154
155 * bindings.el (mode-line-toggle-read-only):
156 * dired.el (dired-toggle-read-only):
157 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
158 with non-nil second arg.
159
160 * emacs-lisp/eieio-custom.el (eieio-customize-object):
161 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
162 directly.
163
56bc1586
EZ
1642012-07-12 Eli Zaretskii <eliz@gnu.org>
165
166 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
167 not incf.
168
a464a6c7
SM
1692012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 More CL cleanups and reduction of use of cl.el.
172 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
173 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
174 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
175 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
176 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
177 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
178 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
179 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
180 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
181 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
182 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
183 * eshell/em-cmpl.el, eshell/em-banner.el:
184 * calendar/parse-time.el: Use cl-lib.
185 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
186 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
187 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
188 * term/ns-win.el, term.el, shell.el, ps-samp.el:
189 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
190 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
191 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
192 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
193 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
194 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
195 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
196 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
197 `lambda' rather than with `quote'.
198 (eshell-do-opt): Adjust accordingly.
199 (eshell-process-option): Simplify.
200 * eshell/esh-var.el:
201 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
202 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
203 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
204 to `pcase--dontcare'.
205 * emacs-lisp/cl.el (labels): Mark obsolete.
206 (cl--letf, letf): Move to cl-lib.
207 (cl--letf*, letf*): Remove.
208 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
209 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
210 (cl-progv): Rewrite.
211 (cl--letf, cl-letf): Move from cl.el.
212 (cl-letf*): New macro.
213 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
214
7ad4afe1
MA
2152012-07-11 Michael Albinus <michael.albinus@gmx.de>
216
217 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
218
9af57756
CY
2192012-07-11 Chong Yidong <cyd@gnu.org>
220
221 * vc/log-edit.el (log-edit-vc-backend): New variable.
222 (log-edit): Doc fix.
223
224 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
225 argument of log-edit to set up all local variables.
226 (vc-start-logentry): New optional arg specifying VC backend.
227
228 * vc/vc.el (vc-checkin): Use it.
229 (vc-deduce-fileset): Handle Log Edit buffers.
230 (vc-diff): Make first argument optional too.
231
232 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
233
8477cc7a
MA
2342012-07-10 Michael Albinus <michael.albinus@gmx.de>
235
236 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
237 command, just in case. The function is not needed anymore.
238 (eshell-external-command): Do not call `eshell-remote-command'.
239
19faa8e8
SM
2402012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
241
f58e0fd5
SM
242 Reduce use of (require 'cl).
243 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
244 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
245 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
246 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
247 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
248 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
249 * battery.el, avoid.el, abbrev.el: Use cl-lib.
250 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
251 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
252 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
253 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
254 * calculator.el, autorevert.el, apropos.el: Don't require CL.
255 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
256 (byte-compile-unfold-bcf, byte-compile-check-variable):
257 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
258 (byte-compile-nilconstp):
259 * emacs-lisp/autoload.el (make-autoload): Use pcase.
260 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
261
2519d43a
SM
262 * emacs-lisp/gv.el (cond): Make it a valid place.
263 (if): Simplify slightly.
264
19faa8e8
SM
265 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
266 (pcase--self-quoting-p): New function.
267 (pcase--u1): Use it.
268
c4907a5e
GM
2692012-07-10 Glenn Morris <rgm@gnu.org>
270
271 * emacs-lisp/authors.el (authors-fixed-entries):
272 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
273
c4444d16
PE
2742012-07-09 Paul Eggert <eggert@cs.ucla.edu>
275
276 Rename configure.in to configure.ac (Bug#11603).
277 * emacs-lisp/authors.el (authors-canonical-file-name):
278 * progmodes/autoconf.el (autoconf-mode):
279 Prefer configure.ac to configure.in.
280
d75be97d
CY
2812012-07-08 Chong Yidong <cyd@gnu.org>
282
01ac65bd
CY
283 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
284 Implement the mouse-1-click-follows-link handling properly.
285
286 * info.el (Info-link-keymap): Use follow-link mechanism for
287 header-line links (Bug#374).
288
d75be97d
CY
289 * simple.el (deactivate-mark): Do not set the primary selection
290 if another program has acquired it (Bug#11772).
291
87a92845 2922012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
293
294 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
295 (woman-decode-region): Replace escaped-escapes without destroying
296 bold or underline (Bug#11552).
87a92845 297 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 298
621b9d6c
CY
2992012-07-07 Chong Yidong <cyd@gnu.org>
300
301 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
302 (interprogram-cut-function, interprogram-paste-function):
303 Mention that we typically mean the clipboard.
621b9d6c 304
133a11fc
GM
3052012-07-06 Glenn Morris <rgm@gnu.org>
306
0d27a45e
GM
307 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
308
133a11fc
GM
309 * files.el (toggle-read-only): Restrict message to interactive use.
310
07b151f1
MA
3112012-07-06 Michael Albinus <michael.albinus@gmx.de>
312
313 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
314
315 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
316
211b896b
GM
3172012-07-06 Glenn Morris <rgm@gnu.org>
318
50394322
GM
319 * Makefile.in (compile-one-process): Rename from "recompile".
320
211b896b
GM
321 * Makefile.in (bzr-update): "compile" is the same as "recompile
322 autoloads", but parallelizable, so use that instead.
323
4737eec9
DG
3242012-07-06 Dmitry Gutov <dgutov@yandex.ru>
325
326 * window.el (quit-window): Always restore window height when
327 it's saved in quit-restore parameter.
328
226c3633 3292012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
330
331 * simple.el (kill-whole-line): Doc tweak.
332
226c3633 3332012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
334
335 * files.el (file-relative-name): Compare file names
336 case-insensitively if on MS-Windows or MS-DOS, or if
337 read-file-name-completion-ignore-case is non-nil. Don't use
338 case-fold-search for this purpose. (Bug#11827)
339
226c3633 3402012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 341
19faa8e8
SM
342 * calendar/cal-dst.el (calendar-current-time-zone):
343 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 344
60198fc9
GM
3452012-07-06 Glenn Morris <rgm@gnu.org>
346
347 * Makefile.in (cvs-update): Remove old alias.
348
957b3189
MA
3492012-07-05 Michael Albinus <michael.albinus@gmx.de>
350
351 Sync with Tramp 2.2.6-pre.
352
353 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
354 compatible declaration.
355
19faa8e8
SM
356 * net/tramp-cmds.el (tramp-append-tramp-buffers):
357 Protect `list-load-path-shadows' call.
957b3189
MA
358
359 * net/tramp-compat.el (top): Require packages, which aren't
360 autoloaded anymore for XEmacs. Protect call of
361 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
362 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
363 it hurts at least for SXEmacs.
364 (tramp-compat-temporary-file-directory): In XEmacs, there is no
365 standard-value for `temporary-file-directory'.
366
367 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
368 Redirect stderr to /dev/null.
369 (tramp-sh-handle-write-region): uid and gid can be floats.
370 Reported by Russell Sim <russell.sim@gmail.com>.
371 (tramp-sh-handle-vc-registered): Hide errors.
372 (tramp-vc-file-name-handler): Use dummy results for `process-file'
373 and `start-file-process'.
374 (tramp-maybe-open-connection): Check also whether `non-essential'
375 is bound.
376
566df3fc
CY
3772012-07-04 Chong Yidong <cyd@gnu.org>
378
379 * xml.el (xml--parse-buffer): Use xml-syntax-table.
380 (xml-parse-tag): Likewise, and avoid changing entity tables.
381 (xml-syntax-table): Define from scratch, making sure not to give
382 x2000 and other Unicode spaces whitespace syntax, since those are
383 not spaces in XML.
384 (xml-parse-fragment): Delete unused function.
385 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
386 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
387 (xml-entity-ref, xml-pe-reference-re)
388 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
389 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
390 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
391 (xml-entity-value-re): Use syntax references in regexps where
392 possible; no need to define inside a let-binding.
393 (xml-parse-dtd): Use xml-pe-reference-re.
394 (xml-entity-or-char-ref-re): New defconst.
395 (xml-parse-string, xml-substitute-special): Use it.
396
30eabd7a
SM
3972012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
398
0781098a
SM
399 * files.el (locate-dominating-file): Allow `name' to be a predicate.
400 (find-file--read-only): New function.
401 (find-file-read-only, find-file-read-only-other-window)
402 (find-file-read-only-other-frame): Use it.
403 (insert-file-contents-literally): Don't `fset'.
404 (get-free-disk-space): Use locate-dominating-file.
405
b5771c0d
SM
406 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
407 function is already compiled.
408
30eabd7a
SM
409 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
410
b4886f6e
MA
4112012-07-03 Michael Albinus <michael.albinus@gmx.de>
412
413 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
414 files on the same host.
415
b9d82339
AS
4162012-07-03 Andreas Schwab <schwab@linux-m68k.org>
417
418 * help-fns.el (describe-function-1): Only call
419 help-fns--autoloaded-p when we have a file name. (Bug#11848)
420
a76e6535
CY
4212012-07-03 Chong Yidong <cyd@gnu.org>
422
423 * xml.el: Protect parser against XML bombs.
424 (xml-entity-expansion-limit): New variable.
425 (xml-parse-string, xml-substitute-special): Use it.
426 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
427
b544fef2
GM
4282012-07-03 Glenn Morris <rgm@gnu.org>
429
430 * progmodes/bug-reference.el (bug-reference-bug-regexp):
431 Allow linking to specific messages in debbugs reports (eg 123#5).
432
a7aef6f5
CY
4332012-07-02 Chong Yidong <cyd@gnu.org>
434
435 * xml.el: Fix entity and character reference expansion, allowing
436 them to expand into markup as per XML spec.
437 (xml-default-ns): New variable.
438 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
439 (xml-parse-region): Make first two arguments optional.
440 Discard text properties.
441 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
442 All callers changed.
a7aef6f5
CY
443 (xml-parse-tag): Call xml-parse-tag-1. For backward
444 compatibility, this function should not modify buffer contents.
445 (xml-parse-tag-1): Fix opening-tag regexp.
446 (xml-parse-string): Rewrite, handling entity and character
447 references properly.
448 (xml--entity-replacement-text): Signal an error if a parameter
449 entity is undefined.
450
3df31c9f
SM
4512012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
452
2b5208f1
SM
453 * comint.el (comint-output-filter): Filter out repeated prompts.
454
3df31c9f
SM
455 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
456 and file-name-absolute-p.
457 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
458 internal calls.
459
e3ac1281
PE
4602012-07-02 Paul Eggert <eggert@cs.ucla.edu>
461
462 Spelling fixes.
463 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
464 Rename from byte-compile--refiy-function. All uses changed.
465
fbf2e7ad
CY
4662012-07-01 Chong Yidong <cyd@gnu.org>
467
468 * xml.el (xml--parse-buffer): New function. Move most of
469 xml-parse-region here.
470 (xml-parse-region): Copy region into a temporary buffer, since
471 parameter entity substitution requires changing buffer contents.
472 Use xml--parse-buffer.
473 (xml-parse-file): Use xml--parse-buffer.
474 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 475 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 476
9bf0aa15
GM
4772012-06-30 Glenn Morris <rgm@gnu.org>
478
bbce2853
GM
479 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
480
9bf0aa15
GM
481 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
482 Remove outdated and unnecessary dbus declarations.
483
0d23c240
EZ
4842012-06-30 Eli Zaretskii <eliz@gnu.org>
485
486 * emacs-lisp/timer.el (timer-until): Subtract results of
487 float-time, instead of taking float-time of the result of
488 time-subtract, since float-time signals an error for negative time
489 arguments.
490
b3218de1
CY
4912012-06-30 Chong Yidong <cyd@gnu.org>
492
493 * xml.el (xml-*-re): Convert defvars into defconsts, and
494 eval-and-compile them so eval-and-compile works on derivatives.
495 (xml--entity-replacement-text): Use eval-and-comple.
496
a40c87a0
MA
4972012-06-30 Michael Albinus <michael.albinus@gmx.de>
498
499 * vc/vc-git.el (vc-git-registered): Use cache property
500 `git-registered'.
501 (vc-git-mode-line-string): Call `vc-working-revision' instead of
502 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 503 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 504
ac87de97
DG
5052012-06-30 Dmitry Gutov <dgutov@yandex.ru>
506
507 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 508 removed (likely outside Emacs). (Bug#11757)
ac87de97 509
ac10fe06
SM
5102012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
511
3df31c9f 512 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 513
7f3fbd5d
CY
5142012-06-30 Chong Yidong <cyd@gnu.org>
515
516 * xml.el: Implement XML parameter entities.
517 (xml-parameter-entity-alist): New variable.
518 (xml-parse-region, xml-parse-fragment): Preserve previous values
519 of xml-entity-alist and xml-parameter-entity-alist, so that
520 repeated calls on different documents do not change them.
521 (xml-parse-tag): Fix doctype regexp.
522 (xml--entity-replacement-text): New function.
523 (xml-parse-dtd): Use it. Don't handle system entities; doing that
524 properly requires url retrieval which is unimplemented.
525 (xml-escape-string): Doc fix.
526
3cfbebba
SM
5272012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
530
2af3565e
DA
5312012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
532
533 * fringe.el (fringe-mode): Doc fix.
534
929df0e7
MA
5352012-06-29 Michael Albinus <michael.albinus@gmx.de>
536
537 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
538 is non-nil.
539 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
540 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
541
c8d3a25c 5422012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 543
c8d3a25c
GM
544 * calendar/cal-dst.el (calendar-current-time-zone):
545 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 546
c8d3a25c 5472012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
548
549 * progmodes/which-func.el (which-func-format):
550 Add mouse-face. (Bug#11698)
551
c8d3a25c
GM
5522012-06-29 Leo Liu <sdl.web@gmail.com>
553
554 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
555
5562012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * minibuffer.el (minibuffer-confirm-exit-commands):
559 Add completion-at-point (bug#11725).
560
5612012-06-29 Glenn Morris <rgm@gnu.org>
562
563 * progmodes/f90.el (f90-font-lock-keywords-2):
564 Add some preprocessor elements. (Bug#10499)
565
5662012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * progmodes/cperl-mode.el (cperl-update-syntaxification):
569 Use syntax-propertize (bug#11739).
570
2badeec4
JB
5712012-06-28 Juanma Barranquero <lekktu@gmail.com>
572
573 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
574
ae4969c2
JD
5752012-06-28 Julien Danjou <julien@danjou.info>
576
577 * term.el (term-handle-colors-array): Use a set of new faces to
578 color the terminal. Also uses :inverse-video property.
579 (term-default-fg-color): Set to nil by default, deprecate in favor
580 of `term-face'.
581 (term-default-bg-color): Set to nil by default, deprecate in favor
582 of `term-face'.
583 (term-current-face): Use `term-face' by default.
584 (term-bold-attribute): Variable deleted.
585
1c9bd870
GM
5862012-06-28 Glenn Morris <rgm@gnu.org>
587
588 * simple.el (completion-list-mode-finish):
589 Don't use toggle-read-only. (Since completion-list-mode has
590 a special mode-class, it wasn't doing anything extra anyway.)
591
c207708c
SM
5922012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 Make inlining of other-mode interpreted functions work (bug#11799).
595 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
596 (byte-compile): Use it to fix compilation of lexical-binding closures.
597 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
598 function, if needed.
599
3fd56834
SM
6002012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
601
04901786
SM
602 * help-mode.el (help-make-xrefs): Don't just withstand
603 cyclic-variable-indirection but any error in documentation-property.
604
1ec4b7b2
SM
605 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
606 memory use.
607 * bindings.el (bindings--define-key): New function.
608 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
609 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
610 * bindings.el: Use it to purecopy define-key bindings.
611
e309e2a5
SM
612 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
613
d5c6faf9
SM
614 * emacs-lisp/cl.el (flet): Mark obsolete.
615 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
616 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
617 * progmodes/js.el (js-c-fill-paragraph):
618 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
619 (ebrowse-switch-member-buffer-to-derived-class):
620 * play/5x5.el (5x5-solver): Use cl-flet.
621
6e9590e2
SM
622 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
623 (cl--symbol-function): New macro.
624 (cl--letf, cl--letf*): Use it.
625
3fd56834
SM
626 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
627 Strip "toggle-" if any.
628
35ff222c
GM
6292012-06-27 Glenn Morris <rgm@gnu.org>
630
1ba6038a
GM
631 * info.el (Info-default-directory-list): Move here from paths.el.
632 * paths.el: Remove file, which is now empty.
633 * loadup.el: No longer load "paths".
634
0ea0e51b
GM
635 * custom.el (custom-initialize-delay): Doc fix.
636
35ff222c
GM
637 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
638 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
639 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
640 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
641 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
642 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
643 * eshell/eshell.el (eshell-defgroup): Remove alias.
644
c89926a5
CY
6452012-06-27 Chong Yidong <cyd@gnu.org>
646
647 * help.el (help-enable-auto-load): New variable.
648
649 * help-fns.el (help-fns--autoloaded-p): New function.
650 (describe-function-1): Refer to a function as "autoloaded" if it
651 was autoloaded at any time in the past. Perform autoloading if
652 help-enable-auto-load is non-nil.
653
cc06e7e7
EZ
6542012-06-26 Eli Zaretskii <eliz@gnu.org>
655
656 * makefile.w32-in (compile, compile-always): Depend on
657 update-subdirs, not on subdirs.el. Otherwise, several different
658 sub-targets of 'bootstrap' running in parallel could
659 simultaneously write to subdirs.el, producing a garbled file.
660
d2c32364
SS
6612012-06-26 Sam Steingold <sds@gnu.org>
662
663 * files.el (file-name-base): New convenience function.
0d14cc21
GM
664 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
665 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
666 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
667 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
668 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
669 * textmodes/tex-mode.el: Use it.
670 Did not touch cedet and org because they are maintained elsewhere.
671
5cf983b2
MR
6722012-06-26 Martin Rudalics <rudalics@gmx.at>
673
674 * calendar/calendar.el (calendar-exit): Don't try to delete or
675 iconify last frame. See:
676 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
677
8c4f2952
JD
6782012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
679
680 * server.el (server-process-filter): Remember dir in the
681 process's `server-client-directory' properties.
682
772b2e2c
CY
6832012-06-24 Chong Yidong <cyd@gnu.org>
684
685 * xml.el (xml-parse-tag): Correctly handle comment embedded in
686 non-tag text.
687
711b11e1
JB
6882012-06-23 Juanma Barranquero <lekktu@gmail.com>
689
690 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
691
dc5d230c
SM
6922012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
693
694 * help-fns.el (describe-variable): Don't croak when doc is not found.
695 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
696 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
697 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
698 * emacs-lisp/smie.el (smie-next-sexp): CSE.
699 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
700 ((lambda ..) ..).
701 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
702
136e1c1d
CY
7032012-06-23 Chong Yidong <cyd@gnu.org>
704
e8c1cabf
CY
705 * info.el (Info-mouse-follow-link): Accept symbol values of
706 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
707 (Info-fontify-node): Use Info-link-keymap for all navigation
708 buttons, with link-args property to perform the desired action.
709 (Info-link-keymap): Doc fix.
710 (Info-next-link-keymap, Info-prev-link-keymap)
711 (Info-up-link-keymap): Delete now-unused keymaps.
712
0e9e6c6a
CY
7132012-06-23 Chong Yidong <cyd@gnu.org>
714
05e89fea
CY
715 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
716
0e9e6c6a
CY
717 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
718 system abbrevs.
719
720 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
721
e33c6771
SM
7222012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
723
b68581e2
SM
724 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
725 (bug#11719).
726
e33c6771
SM
727 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
728 the requote function doesn't work properly (bug#11714).
729
7117e105
GM
7302012-06-23 Glenn Morris <rgm@gnu.org>
731
732 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
733
36cec983
SM
7342012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 Further GV/CL cleanups.
737 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
738 gv-expander.
739 (gv--defun-declaration): New function.
740 (defun-declarations-alist): Use it.
741 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
742 (gv-place): Autoload.
743 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
744 original definition of dotimes and dolist.
745 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
746 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
747 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
748 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
749 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
750 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
751 to the function's definition.
752 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
753 * window.el:
754 * files.el:
755 * faces.el:
756 * env.el: Don't use CL.
757
d35af63c
PE
7582012-06-22 Paul Eggert <eggert@cs.ucla.edu>
759
760 Support higher-resolution time stamps (Bug#9000).
761
762 * calendar/time-date.el (with-decoded-time-value): New arg
763 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
764 (encode-time-value): New optional arg PICO. New type 3.
765 (time-to-seconds) [!float-time]: Support the new picoseconds
766 component if it's used.
767 (seconds-to-time, time-subtract, time-add):
768 Support ps-resolution time stamps as well.
769
770 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
771 (timerp): Timer vectors now have length 9, not 8.
772 (timer--time): Support new-style (4-part) time stamps.
773 (timer-next-integral-multiple-of-time): Time stamps now have
774 picosecond resolution, so take a bit more care about rounding.
775 (timer-relative-time, timer-inc-time): New optional arg psecs.
776 (timer-set-time-with-usecs): Set psecs to 0.
777 (timer--activate): Check psecs component, too.
778
779 * proced.el (proced-time-lessp): Support ps-resolution stamps.
780
ac77b21a
SM
7812012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
782
f143bfe3
SM
783 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
784 Move the non-essential binding to the post/pre-command-hook where it is
785 more obviously correct.
786
ac77b21a
SM
787 * subr.el (read-passwd): Don't use a history at all.
788 * savehist.el (savehist-save): Remove password saved accidentally
789 because of the above bug.
790
76386c5a
BG
7912012-06-22 Bastien Guerry <bzg@gnu.org>
792
793 * files.el (toggle-read-only): Display a message telling whether
794 the buffer is read-only or not (bug#11726).
795
2ee3d7f0
SM
7962012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * emacs-lisp/gv.el: New file.
799 * subr.el (push, pop): Extend to generalized variables.
800 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
801 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
802 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
803 gv-define-simple-setter, and gv-define-expander.
804 Remove setf-methods defined in gv. Rename cl-setf -> setf.
805 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
806 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
807 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
808 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
809 gv-letplace.
810 (cl-defstruct): Don't define setf-method any more.
811 * emacs-lisp/cl.el (flet): Don't autoload.
812 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
813 (define-setf-expander, defsetf, define-modify-macro)
814 (cl-struct-setf-expander): Move from cl-lib.el.
815 * emacs-lisp/syntax.el:
816 * emacs-lisp/ewoc.el:
817 * emacs-lisp/smie.el:
818 * emacs-lisp/cconv.el:
819 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
820 (timer--time): Use gv-define-simple-setter.
821 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
822 to avoid coding-system problems in subr.el. Adjust all users.
823 (macroexp--maxsize, macroexp-small-p): New functions.
824 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
825 * scroll-bar.el (scroll-bar-mode):
826 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
827 (normal-erase-is-backspace-mode): Don't use the `eq' place.
828 * winner.el (winner-configuration, winner-make-point-alist)
829 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
830 * files.el (locate-file-completion-table): Avoid list*.
831
c5695d1d
CY
8322012-06-22 Chong Yidong <cyd@gnu.org>
833
834 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
835 (dired-create-files): Doc fix (Bug#11329).
836 (dired-do-copy): Doc fix (Bug#11334).
837 (dired-mark-read-string): Doc fix (Bug#11553).
838
2ee3d7f0
SM
839 * dired.el (dired-recursive-copies, dired-recursive-deletes):
840 Doc fix (Bug#11326).
c5695d1d
CY
841 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
842 (dired-dwim-target): Doc fix.
843
844 * wdired.el (wdired-mode): Doc fix.
845
89b5595a
GM
8462012-06-22 Glenn Morris <rgm@gnu.org>
847
575db3f1
GM
848 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
849 (pcmpl-rpm-cache-stamp-file): New constant.
850 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
851 (pcmpl-rpm-packages): Optionally cache list of packages.
852
a4c8dd51
GM
853 * pcmpl-rpm.el (pcmpl-rpm): New group.
854 (pcmpl-rpm-query-options): New option.
855 (pcmpl-rpm-packages): No need to inline it.
856 Use pcmpl-rpm-query-options.
857
89b5595a
GM
858 * calendar/calendar.el (calendar-in-read-only-buffer):
859 Avoid some needless mode changes.
860
e76f0800
CY
8612012-06-21 Chong Yidong <cyd@gnu.org>
862
863 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
864 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 865 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 866
297a8f1d
CY
8672012-06-20 Chong Yidong <cyd@gnu.org>
868
869 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
870
d34c18b1
DR
8712012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
872
873 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
874 (bug#11201).
875
32f7f28e
CY
8762012-06-20 Chong Yidong <cyd@gnu.org>
877
878 * term.el (term-window-width): Handle the case of a missing right
879 fringe (Bug#8837).
880 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
881 (term-mode): Use define-derived-mode. Minor cleanups.
882 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
883 (term-move-columns, term-insert-char, term-emulate-terminal)
884 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 885
493c6688
MA
8862012-06-20 Michael Albinus <michael.albinus@gmx.de>
887
d34c18b1
DR
888 * net/ange-ftp.el (ange-ftp-get-passwd):
889 Bind `enable-recursive-minibuffers'.
493c6688
MA
890 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
891
3f06ecf4
DR
8922012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
893
894 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
895
68f12411
GM
8962012-06-19 Glenn Morris <rgm@gnu.org>
897
898 * progmodes/python.el (python-mode): Derive from prog-mode.
899
b3820318
KG
9002012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
901
902 * emulation/edt.el (edt-default-menu-bar-update-buffers)
903 (edt-user-menu-bar-update-buffers): New functions.
904 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
905
c6bf3022
CY
9062012-06-19 Chong Yidong <cyd@gnu.org>
907
908 * subr.el (with-selected-window): Preserve the selected window's
909 terminal's top-frame (Bug#4702).
910
911 * window.el (save-selected-window): Likewise.
912
25f09295
SM
9132012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * progmodes/python.el (python-rx-constituents): Move backquote.
916 (python-skeleton-define, python-define-auxiliary-skeleton):
917 Use `declare'.
918
6b11952a
MA
9192012-06-18 Michael Albinus <michael.albinus@gmx.de>
920
921 * minibuffer.el (read-file-name-default): Revert the patch from
922 2012-06-17.
923
ee4b1330
SM
9242012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
927 (pcase--u1, pcase--q1): Don't use apply-partially.
928
35647f79
GM
9292012-06-18 Glenn Morris <rgm@gnu.org>
930
931 * progmodes/python.el (python-proc, python-buffer)
932 (python-send-receive, python-send-string): Fix obsolete versions.
933
24b0cff0
MR
9342012-06-18 Martin Rudalics <rudalics@gmx.at>
935
936 * window.el (special-display-p): Completely remove stringp
937 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
938
29855149
MA
9392012-06-17 Michael Albinus <michael.albinus@gmx.de>
940
941 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
942
943 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
944
945 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
946 * net/tramp-sh.el (tramp-maybe-open-connection):
947 Throw if `non-essential' is non-nil.
948
07463363
MR
9492012-06-17 Martin Rudalics <rudalics@gmx.at>
950
951 * window.el (special-display-p): Signal an error if BUFFER-NAME
952 is not a string (Bug#11713).
953
48d1354e
PE
9542012-06-17 Paul Eggert <eggert@cs.ucla.edu>
955
956 * progmodes/python.el (python-info-beginning-of-backslash):
957 Rename from python-info-beginning-of-backlash, as a spelling fix.
958
eb4a8a9a
CY
9592012-06-17 Chong Yidong <cyd@gnu.org>
960
961 * term.el (term-emulate-terminal): If term-check-size is called,
962 move point to the process mark without resetting point (Bug#4635).
963
ddfbf826 9642012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
965
966 * international/mule-cmds.el (mule-menu-keymap)
967 (set-language-environment, set-locale-environment): Doc tweaks.
968
9b0e3eba
AA
9692012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
970
971 * cus-face.el (custom-face-attributes): Add wave-style underline
972 attribute.
973 * faces.el (set-face-attribute): Update docstring to describe
974 wave-style underline attribute.
975
771e3eae
CY
9762012-06-16 Chong Yidong <cyd@gnu.org>
977
978 * term/xterm.el (terminal-init-xterm): Discard input before
979 querying background mode (Bug#10959).
980
7ae2ea10
SM
9812012-06-16 Stefan Merten <smerten@oekonux.de>
982
983 * textmodes/rst.el: Added and corrected some comments.
984 (rst-re-alist-def): Improve symbol syntax.
985 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
986 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
987 (rst-official-version, rst-official-cvs-rev): Update version
988 information.
7ae2ea10 989
b6974efa
JB
9902012-06-15 Juanma Barranquero <lekktu@gmail.com>
991
992 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
993 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
994
8826d473
GM
9952012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
996
997 * progmodes/python.el: New python.el merge.
998 (python-guess-indent): Obsolete var.
999 (python-indent-guess-indent-offset): New defcustom.
1000 (python-indent): Obsolete var.
1001 (python-indent-offset): New defcustom.
1002 (python-python-command, python-jython-command): Delete var.
1003 (python-shell-interpreter): New defcustom.
1004 (python-pdbtrack-do-tracking-p): Delete var.
1005 (python-pdbtrack-activate): New defcustom.
1006 (python-use-skeletons): Obsolete var.
1007 (python-skeleton-autoinsert): New defcustom.
1008 (inferior-python-filter-regexp, python-continuation-offset)
1009 (python-honour-comment-indentation, python-indent-string-contents)
1010 (python-jython-packages, python-mode-hook)
1011 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1012 (python-shell-prompt-alist)
1013 (python-source-modes): Delete defcustoms.
1014 (python-check-buffer-name, python-eldoc-setup-code)
1015 (python-eldoc-string-code, python-ffap-setup-code)
1016 (python-ffap-string-code, python-fill-comment-function)
1017 (python-fill-decorator-function, python-fill-paren-function)
1018 (python-fill-string-function, python-imenu-include-defun-type)
1019 (python-imenu-make-tree, python-imenu-subtree-root-label)
1020 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1021 (python-shell-compilation-regexp-alist)
1022 (python-shell-completion-module-string-code)
1023 (python-shell-completion-pdb-string-code)
1024 (python-shell-completion-setup-code)
1025 (python-shell-completion-string-code)
1026 (python-shell-enable-font-lock, python-shell-exec-path)
1027 (python-shell-extra-pythonpaths)
1028 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1029 (python-shell-process-environment)
1030 (python-shell-prompt-block-regexp)
1031 (python-shell-prompt-output-regexp)
1032 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1033 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1034 (python-shell-virtualenv-path): New defcustoms.
1035 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1036 (inferior-python-mode-syntax-table, python--prompt-regexp)
1037 (python-buffer, python-command python-python-command)
1038 (python-default-template, python-imports, python-indent-index)
1039 (python-indent-list, python-indent-list-length)
1040 (python-mode-running, python-pdbtrack-is-tracking-p)
1041 (python-preoutput-continuation, python-preoutput-leftover)
1042 (python-preoutput-result, python-preoutput-skip-next-prompt)
1043 (python-prev-dir/file, python-recursing)
1044 (python-saved-check-command, python-version-checked)
1045 (python-which-func-length-limit)
1046 (view-return-to-alist): Delete vars.
1047 (python-check-custom-command, python-dotty-syntax-table)
1048 (python-imenu-index-alist, python-indent-current-level)
1049 (python-indent-dedenters, python-indent-levels)
1050 (python-nav-beginning-of-defun-regexp)
1051 (python-nav-list-defun-positions-cache)
1052 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1053 (python-shell-internal-buffer)
1054 (python-skeleton-available): New vars.
1055 (def-python-skeleton): Delete macro.
1056 (python-skeleton-define): New macro.
1057 (python-define-auxiliary-skeleton, python-rx): New macros.
1058 (python-insert-class): Delete command.
1059 (python-skeleton-class): New command.
1060 (python-insert-def): Delete command.
1061 (python-skeleton-def): New command.
1062 (python-insert-for): Delete command.
1063 (python-skeleton-for): New command.
1064 (python-insert-if): Delete command.
1065 (python-skeleton-if): New command.
1066 (python-insert-try/except, python-insert-try/finally): Delete commands.
1067 (python-skeleton-try): New command.
1068 (python-insert-while): Delete command.
1069 (python-skeleton-while): New command.
1070 (python-backspace): Delete command.
1071 (python-indent-dedent-line-backspace): New command.
1072 (python-electric-colon): Delete command.
1073 (python-indent-electric-colon): New command.
1074 (python-guess-indent): Delete command.
1075 (python-indent-guess-indent-offset): New command.
1076 (python-shift-left): Delete command.
1077 (python-indent-shift-left): New command.
1078 (python-shift-right): Delete command.
1079 (python-indent-shift-right): New command.
1080 (python-find-function): Delete command.
1081 (python-nav-jump-to-defun): New command.
1082 (python-next-statement): Delete command.
1083 (python-nav-forward-sentence): New command.
1084 (python-previous-statement): Delete command.
1085 (python-nav-backward-sentence): New command.
1086 (python-fill-paragraph): Delete command.
1087 (python-fill-paragraph-function): New command.
1088 (python-send-buffer): Delete command.
1089 (python-shell-send-buffer): New command.
1090 (python-send-defun): Delete command.
1091 (python-shell-send-defun): New command.
1092 (python-send-region, python-send-region-and-go): Delete commands.
1093 (python-shell-send-region)
1094 (python-shell-switch-to-shell): New commands.
1095 (python-send-string): Delete command.
1096 (python-shell-send-string): New command.
1097 (python-switch-to-python): Delete command.
1098 (python-shell-switch-to-shell): New command.
1099 (python-describe-symbol): Delete command.
1100 (python-eldoc-at-point): New command.
1101 (python--set-prompt-regexp, python-args-to-list)
1102 (python-after-info-look, python-check-version)
1103 (python-check-comint-prompt, python-find-imports)
1104 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1105 (python-unload-function, python-expand-template)
1106 (python-maybe-jython, python-preoutput-filter)
1107 (python-pdbtrack-get-source-buffer)
1108 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1109 (python-pdbtrack-toggle-stack-tracking)
1110 (python-pdbtrack-track-stack-file, python-initial-text)
1111 (python-first-word, python-comment-line-p, python-send-command)
1112 (python-setup-brm, python-sentinel, python-set-proc)
1113 (python-skip-out, python-input-filter, python-outdent-p)
1114 (python-outline-level, python-backslash-continuation-line-p)
1115 (python-end-of-block, python-end-of-statement, python-mark-block)
1116 (python-beginning-of-block, python-beginning-of-statement)
1117 (python-blank-line-p, python-beginning-of-string)
1118 (python-open-block-statement-p): Delete functions.
1119 (python-indent-line, python-indent-line-1): Delete functions.
1120 (python-indent-line): New function.
1121 (python-indentation-levels): Delete function.
1122 (python-indent-calculate-levels): New function.
1123 (python-proc): Delete function.
1124 (python-shell-get-process): New function.
1125 (python-send-receive): Delete function.
1126 (python-shell-send-string-no-output): New function.
1127 (python-module-path): Delete function.
1128 (python-ffap-module-path): New function.
1129 (python-completion-at-point)
1130 (python-symbol-completions): Delete functions.
1131 (python-completion-complete-at-point): New function.
1132 (python-load-file): Delete function.
1133 (python-shell-send-file): New function.
1134 (python-calculate-indentation): Delete function.
1135 (python-indent-calculate-indentation): New function.
1136 (python-skip-comments/blanks): Delete function.
1137 (python-util-forward-comment): New function.
1138 (python-continuation-line-p): Delete function.
1139 (python-info-continuation-line-p): New function.
1140 (python-which-func, python-current-defun): Delete function.
1141 (python-info-current-defun): New function.
1142 (python-beginning-of-defun): Delete function.
1143 (python-nav-beginning-of-defun): New function.
1144 (python-close-block-statement-p)
1145 (python-block-end-p): Delete function.
1146 (python-info-closing-block): New function.
1147 (python-comint-output-filter-function)
1148 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1149 (python-fill-comment, python-fill-decorator, python-fill-paren)
1150 (python-fill-string, python-imenu-make-element-tree)
1151 (python-imenu-make-tree, python-imenu-tree-assoc)
1152 (python-indent-context, python-indent-dedent-line)
1153 (python-indent-line-function)
1154 (python-indent-post-self-insert-function)
1155 (python-indent-toggle-levels)
1156 (python-info-assignment-continuation-line-p)
1157 (python-info-beginning-of-backlash)
1158 (python-info-block-continuation-line-p)
1159 (python-info-closing-block-message)
1160 (python-info-line-ends-backslash-p)
1161 (python-info-looking-at-beginning-of-defun)
1162 (python-info-ppss-context, python-info-ppss-context-type)
1163 (python-nav-list-defun-positions, python-nav-read-defun)
1164 (python-nav-sentence-end, python-nav-sentence-start)
1165 (python-pdbtrack-comint-output-filter-function)
1166 (python-pdbtrack-set-tracked-buffer)
1167 (python-shell-calculate-exec-path)
1168 (python-shell-calculate-process-environment)
1169 (python-shell-completion--do-completion-at-point)
1170 (python-shell-completion--get-completions)
1171 (python-shell-completion-complete-at-point)
1172 (python-shell-completion-complete-or-indent)
1173 (python-shell-get-or-create-process)
1174 (python-shell-get-process-name)
1175 (python-shell-internal-get-or-create-process)
1176 (python-shell-internal-get-process-name)
1177 (python-shell-internal-send-string, python-shell-make-comint)
1178 (python-shell-parse-command, python-shell-send-setup-code)
1179 (python-skeleton-add-menu-items)
1180 (python-util-clone-local-variables, python-util-position)
1181 (run-python-internal, python-indentation-levels)
1182 (python-nav-beginning-of-defun)
1183 (python-completion-complete-at-point): New functions.
1184 (run-python): Change arguments. New API requirements.
1185
4302f5ba
SM
11862012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1187
f38ea36d
SM
1188 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1189 (bug#11649).
1190
1191 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1192 (macroexp--expand-all): Use it.
1193
4302f5ba
SM
1194 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1195 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1196 Use `cl-function' instead.
1197
33377562
JB
11982012-06-14 Juanma Barranquero <lekktu@gmail.com>
1199
1200 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1201 Suggested by Stefan Monnier while discussing bug#11657.
1202
54c5ba1a
SS
12032012-06-14 Sam Steingold <sds@gnu.org>
1204
1205 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1206
f9f1b1fe
AS
12072012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1208
1209 * play/doctor.el (doctor-doc): Remove parameter and use
1210 doctor-sent instead of sent.
1211 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1212
a81068ba
SM
12132012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1214
5a315f9c
SM
1215 * files.el: Require cl-lib.
1216 (file-name-non-special): Replace case -> cl-case.
1217
1218 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1219
a81068ba
SM
1220 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1221 mapping from #' to function*.
1222
8cca9703
CY
12232012-06-13 Chong Yidong <cyd@gnu.org>
1224
1225 * mouse.el (mouse-drag-track): Do not set the mark if the user
1226 releases the mouse without selecting anything (Bug#11588).
1227
a12ac9d7
SM
12282012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1229
ccf1dc18
SM
1230 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1231 as well (bug#11646).
1232
ef62b23d
SM
1233 * loadup.el: Count byte-code functions as well.
1234
c4c8444a
SM
1235 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1236 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1237
a12ac9d7
SM
1238 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1239 (bug#11649). Add cl-defun and cl-defmacro.
1240
87e6e64f
DA
12412012-06-13 Drew Adams <drew.adams@oracle.com>
1242
1243 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1244 Fix last change.
1245
682cefaf
MA
12462012-06-13 Michael Albinus <michael.albinus@gmx.de>
1247
1248 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1249 Otherwise, it blocks in batch mode.
1250
773e1f08
JB
12512012-06-13 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * help-mode.el (bookmark-make-record-default): Declare.
1254
60057926
CY
12552012-06-13 Chong Yidong <cyd@gnu.org>
1256
1257 * emacs-lisp/package.el (list-packages): Compute a list of
1258 packages that are newly-available since the last list-packages
1259 invocation.
1260 (package-menu--new-package-list): New var.
1261 (package-menu--generate, package-menu--print-info)
1262 (package-menu--status-predicate, package-menu-mark-install):
1263 Handle new status label "new".
1264
ad4d226c
SM
12652012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1268 conversion to backquotes.
1269
f1a4e679
CY
12702012-06-12 Chong Yidong <cyd@gnu.org>
1271
1272 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1273 Rename from gud-inhibit-global-bindings.
1274
1275 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1276
1277 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1278 hook from nxml-glyph-set-hook.
1279
1280 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1281 declaration.
1282
1283 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1284
1285 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1286 Convert to defcustom.
1287
0c9e42b5
DA
12882012-06-12 Drew Adams <drew.adams@oracle.com>
1289
1290 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1291 New functions.
1292 (help-mode): Use them.
1293
09e06855
GM
12942012-06-11 Glenn Morris <rgm@gnu.org>
1295
1296 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1297 Use preprocessor face for directives.
1298 (fortran-directive-re): Doc fix.
1299
71adb94b
SM
13002012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1301
2eb87922
SM
1302 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1303 conversion to backquotes (bug#11652).
1304
71adb94b
SM
1305 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1306 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1307 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1308 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1309 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1310 (cl-ninth, cl-tenth): Mark them as inlinable.
1311 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1312 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1313 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1314 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1315 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1316 (cl-list*, cl-adjoin): Don't put an autoload manually.
1317 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1318 (cl--compiler-macro-list*): Add autoload cookie.
1319 (cl--compiler-macro-cXXr): New function.
2eb87922 1320
71adb94b
SM
1321 * help-fns.el (help-fns--compiler-macro): New function extracted from
1322 describe-function-1; follow aliases and use `compiler-macro' property.
1323 (describe-function-1): Use it.
1324
a6674402
CY
13252012-06-11 Chong Yidong <cyd@gnu.org>
1326
1327 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1328 is uninstalled, if imagemagick is installed.
1329
bb3faf5b
SM
13302012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * emacs-lisp/cl-lib.el: Use lexical-binding.
1333 (cl-map-extents, cl-maclisp-member): Remove.
1334 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1335 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1336 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1337 * emacs-lisp/cl-extra.el: Use lexical-binding.
1338 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1339 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1340 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1341 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1342 * emacs-lisp/cl-seq.el: Use lexical-binding.
1343 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1344 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1345 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1346 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1347 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1348 CL's internals.
1349
2fe4b125
MA
13502012-06-11 Michael Albinus <michael.albinus@gmx.de>
1351
1352 Sync with Tramp 2.2.6-pre.
1353
1354 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1355 `print-length' and `print-level' to nil, in order to avoid
1356 truncation. Reported by Christopher Schmidt
1357 <christopher@ristopher.com>.
1358
1359 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1360
1361 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1362 New defmacro.
1363 (tramp-compat-copy-directory): Add optional argument
1364 COPY-CONTENTS. It is not handled yet.
1365
1366 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1367 (tramp-ftp-file-name-p): Simplify.
1368
1369 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1370 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1371 connection vector.
1372
1373 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1374 (tramp-methods): Do not use `tramp-password-end-of-line'.
1375 (tramp-completion-function-alist-putty): Handle UNIX case.
1376 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1377 (tramp-do-file-attributes-with-stat)
1378 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1379 gid as real numbers. They could run out of integer range on cygwin.
1380 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1381 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1382 (tramp-open-connection-setup-interactive-shell):
1383 Use `tramp-cleanup'. Move check for busyboxes ...
1384 (tramp-find-shell): ... here. Simplify implementation.
1385 Set "remote-shell" property also for alternative shells.
1386 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1387 If failing, a regular file would be written otherwise.
1388 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1389 (tramp-find-inline-encoding): Cache the coding commands in the
1390 process cache. Apply test command on the remote side, if defined.
1391 (tramp-find-inline-compress): Cache the compress commands in the
1392 process cache.
1393 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1394 when requested. Handle hops.
1395 (tramp-current-connection): New defvar.
87e6e64f
DA
1396 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1397 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1398 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1399 (tramp-get-inline-compress, tramp-get-inline-coding):
1400 Read connection properties from the process cache.
2fe4b125
MA
1401
1402 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1403 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1404 New defconsts.
2fe4b125
MA
1405 (tramp-smb-prompt): Extend for powershell prompt.
1406 (tramp-smb-file-name-handler-alist): Add handlers for
1407 `process-file', `shell-command' and `start-file-process'.
1408 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1409 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1410 (tramp-smb-file-name-p): Simplify.
1411 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1412 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1413 (tramp-smb-shell-quote-argument): New defuns.
1414 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1415 Implement using "tar". By this, time-stamps are preserved.
1416 (tramp-smb-handle-copy-file): Handle also the case of directories.
1417 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1418 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1419 Use `tramp-get-connection-buffer').
2fe4b125
MA
1420 (tramp-smb-handle-rename-file): Use "rename", when source and
1421 target are on the same share.
87e6e64f
DA
1422 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1423 Use `tramp-smb-server-version'.
2fe4b125
MA
1424 (tramp-smb-wait-for-output): Remove prompt.
1425
1426 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1427 (tramp-methods, tramp-rsh-end-of-line):
1428 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1429 (tramp-save-ad-hoc-proxies): New defcustom.
1430 (tramp-completion-function-alist): Adapt docstring.
1431 (tramp-default-password-end-of-line): Remove defcustom.
1432 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1433 (tramp-user-regexp, tramp-file-name-regexp-unified)
1434 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1435 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1436 (tramp-remote-file-name-spec-regexp): New defconst.
1437 (tramp-file-name-structure): Extend structure for hops.
1438 (tramp-get-method-parameter): Move up.
1439 (tramp-file-name-p, tramp-dissect-file-name)
1440 (with-parsed-tramp-file-name): Handle hops.
1441 (tramp-file-name-hop): New defun.
1442 (tramp-make-tramp-file-name): New optional arg HOP.
1443 (tramp-message-show-progress-reporter-message): New defvar.
1444 (tramp-with-progress-reporter): Use it. We cannot use
1445 `tramp-message-show-message' here, because this suppresses also
1446 error buffers.
1447 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1448 `tramp-message-show-message' is nil.
1449 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1450 (tramp-cleanup): New defun.
1451 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1452 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1453 an error unchanged.
1454 (tramp-completion-handle-file-name-all-completions): Handle hops.
1455 Fix an error when called from ido.
1456 (tramp-completion-dissect-file-name): Use better local variable
1457 name. Add hop to the vector.
1458 (tramp-handle-insert-file-contents): Use progress-reporter for the
1459 whole scenario.
1460 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1461 to `t'.
1462 (tramp-check-for-regexp): Simplify search.
1463 (tramp-enter-password): Remove it. Move implementation ...
1464 (tramp-action-password): ... here.
1465 (tramp-mode-string-to-int, tramp-local-host-p)
1466 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1467 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1468 Set tramp-autoload cookie.
2fe4b125
MA
1469
1470 * net/trampver.el: Update release number.
1471
14722012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1473 Michael Albinus <michael.albinus@gmx.de>
1474
1475 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1476 (tramp-parse-group, tramp-parse-file)
1477 (tramp-parse-shostkeys-sknownhosts): New defuns.
1478 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1479 (tramp-parse-shosts-group, tramp-parse-sconfig)
1480 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1481 (tramp-parse-sknownhosts, tramp-parse-hosts)
1482 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1483 Use them.
1484 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1485 (tramp-parse-putty-group): Don't narrow.
1486 (tramp-parse-putty): Make a loop.
1487 (tramp-file-name-handler): Catch the `suppress' signal.
1488
72834e10
CY
14892012-06-11 Chong Yidong <cyd@gnu.org>
1490
1491 * image.el (imagemagick-register-types): Put the ImageMagick entry
1492 at the end of image-type-file-name-regexps.
1493
a4712e11
JB
14942012-06-11 Johan Bockgård <bojohan@gnu.org>
1495
1496 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1497 (pcase, pcase-let*, pcase-dolist): Use them.
1498
82ad98e3
SM
14992012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * emacs-lisp/pcase.el (pcase--let*): New function.
1502 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1503 (pcase--expand): Use macroexp-let².
1504
f80efb86
SM
15052012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1508 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1509 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1510 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1511 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1512 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1513
31ca4639 15142012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1515
31ca4639
CY
1516 * mail/rmail.el (rmail-yank-current-message): Leave point at
1517 correct position. (Bug#11660)
94f0aa34 1518
31ca4639 15192012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1520
31ca4639 1521 * allout-widgets.el: Fix code header.
9e1b8ec4 1522
31ca4639 15232012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1524
f80efb86
SM
1525 * cus-edit.el (customize-changed-options-previous-release):
1526 Bump to 24.1.
31ca4639 1527
642b6d30
AS
15282012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1529
1530 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1531
4f5d2ba1
CY
15322012-06-09 Chong Yidong <cyd@gnu.org>
1533
1534 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1535
e75852fd
MR
15362012-06-09 Martin Rudalics <rudalics@gmx.at>
1537
1538 * window.el (special-display-popup-frame): Don't use
1539 window--display-buffer (Bug#11651).
1540
1e48e282
EZ
15412012-06-09 Eli Zaretskii <eliz@gnu.org>
1542
8a26b487
EZ
1543 Fix parallel builds: make sure loaddefs.el is not being written
1544 while Lisp files are compiled.
1545 (compile): Don't depend on 'mh-autoloads'.
1546 (compile-CMD, compile-SH): Depend on 'autoloads'.
1547 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1548
1e48e282
EZ
1549 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1550
6175e34b
CY
15512012-06-09 Chong Yidong <cyd@gnu.org>
1552
1553 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1554 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1555 Doc fixes (Bug#11225).
1556
d9857e53
SM
15572012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1560 a function if there's a clear indication that it has a compiler-macro.
1561 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1562 (macro-declarations-alist): Add arglist to declaration functions.
1563 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1564 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1565 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1566 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1567 Also add autoload to find the compiler macro.
1568 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1569 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1570 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1571 (cl--compiler-macro-get): New functions, replacing calls to
1572 cl-define-compiler-macro.
1573 (cl-typep) [compiler-macro]: Use macroexp-let².
1574
f81298f8 15752012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1576
1577 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1578 string properly, fixes Bug#11473.
1579
4b56d0fe
CY
15802012-06-08 Chong Yidong <cyd@gnu.org>
1581
1582 * faces.el (set-face-attribute): Doc fix.
1583 (modify-face): Don't use :bold and :italic.
1584 (error, warning, success): Tweak definitions.
1585
1586 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1587 (custom-modified, custom-set, custom-changed, custom-themed)
1588 (custom-saved, custom-button, custom-button-mouse)
1589 (custom-button-pressed, custom-state, custom-comment-tag)
1590 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1591 (custom-group-subtitle): Use new-style face specs.
1592 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1593 (custom-set-face, custom-changed-face, custom-saved-face)
1594 (custom-button-face, custom-button-pressed-face)
1595 (custom-documentation-face, custom-state-face)
1596 (custom-comment-face, custom-comment-tag-face)
1597 (custom-variable-tag-face, custom-variable-button-face)
1598 (custom-face-tag-face, custom-group-tag-face-1)
1599 (custom-group-tag-face): Remove obsolete face alias.
1600
1601 * epa.el (epa-validity-high, epa-validity-medium)
1602 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1603 (epa-field-name, epa-field-body):
1604 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1605 (font-lock-keyword-face, font-lock-builtin-face)
1606 (font-lock-function-name-face, font-lock-variable-name-face)
1607 (font-lock-type-face, font-lock-constant-face):
1608 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1609 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1610 * speedbar.el (speedbar-button-face, speedbar-file-face)
1611 (speedbar-directory-face, speedbar-tag-face)
1612 (speedbar-selected-face, speedbar-highlight-face)
1613 (speedbar-separator-face):
1614 * whitespace.el (whitespace-newline, whitespace-space)
1615 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1616 (whitespace-line, whitespace-space-before-tab)
1617 (whitespace-space-after-tab, whitespace-indentation)
1618 (whitespace-empty):
1619 * emulation/cua-base.el (cua-global-mark):
1620 * eshell/em-prompt.el (eshell-prompt):
1621 * net/newst-plainview.el (newsticker-new-item-face)
1622 (newsticker-old-item-face, newsticker-immortal-item-face)
1623 (newsticker-obsolete-item-face, newsticker-date-face)
1624 (newsticker-statistics-face, newsticker-default-face):
1625 * net/newst-reader.el (newsticker-feed-face)
1626 (newsticker-extra-face, newsticker-enclosure-face):
1627 * net/newst-treeview.el (newsticker-treeview-face)
1628 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1629 (newsticker-treeview-immortal-face)
1630 (newsticker-treeview-obsolete-face)
1631 (newsticker-treeview-selection-face):
1632 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1633 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1634 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1635 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1636 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1637 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1638 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1639 (mpuz-text):
1640 * progmodes/vera-mode.el (vera-font-lock-number)
1641 (vera-font-lock-function, vera-font-lock-interface):
1642 * textmodes/table.el (table-cell): Use new-style face specs, and
1643 don't use the old :bold and :italic attributes.
1644
1645 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1646 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1647 (ebrowse-member-class, ebrowse-progress): Likewise.
1648 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1649 (ebrowse-file-name-face, ebrowse-default-face)
1650 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1651 (ebrowse-progress-face): Remove obsolete faces.
1652
1653 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1654 Inherit from error and warning faces respectively.
1655
1656 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1657 Likewise.
f80efb86
SM
1658 (flyspell-incorrect-face, flyspell-duplicate-face):
1659 Remove obsolete aliases.
4b56d0fe 1660
03310646
MA
16612012-06-08 Michael Albinus <michael.albinus@gmx.de>
1662
1663 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1664 Avoid infloop.
1665
513749ee
SM
16662012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * startup.el (argv, argi): Make lexically scoped.
1669 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1670 * emacs-lisp/cl-macs.el: Use lexical-binding.
1671 Rename cl-bind-* to cl--bind-*.
1672 * files.el: Don't require `cl' since it doesn't use it.
1673 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1674
595ef4ad
JB
16752012-06-08 Juanma Barranquero <lekktu@gmail.com>
1676
1677 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1678 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1679 instead of calling external sort utility.
1680 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1681
e9f66fcb
EZ
16822012-06-08 Eli Zaretskii <eliz@gnu.org>
1683
1684 * descr-text.el (describe-char): Mention how to insert the
1685 character, if the current input method doesn't support it.
1686 See the discussion in this thread for the details:
1687 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1688
3d10db47
SS
16892012-06-08 Sam Steingold <sds@gnu.org>
1690
1691 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1692 XF86Back to previous-buffer.
1693 (minibuffer-local-map): Bind them to next-history-element and
1694 previous-history-element respectively.
1695 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1696 help-go-back respectively.
1697 * info.el (Info-mode-map): Bind them to Info-history-forward and
1698 Info-history-back respectively.
1699 These are the keys next to Up on the ThinkPad keyboard.
1700
de7e2b36
SM
17012012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1704 * emacs-lisp/cl-macs.el: Provide itself.
1705 (cl--labels-convert-cache): New var.
1706 (cl--labels-convert): New function.
1707 (cl-flet, cl-labels): New implementation with new semantics, relying on
1708 lexical-binding.
1709 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1710 (cl-closure-vars, cl--function-convert-cache)
1711 (cl--function-convert): Move from cl-macs.el.
1712 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1713 rename by removing the "cl-" prefix.
1714 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1715
6fa6c4ae
SM
17162012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1719 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1720 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1721 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1722 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1723 (cl-hash-table-count): Add old compatibility aliases.
1724
1725 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1726 Use macroexpand-all-environment instead.
1727 (cl--old-macroexpand): New var.
1728 (cl--sm-macroexpand): New function.
1729 (cl-symbol-macrolet): Use it during macro expansion.
1730 (cl--function-convert-cache): New var.
1731 (cl--function-convert): New function, extracted from
1732 cl-macroexpand-all.
1733 (cl-lexical-let): Use it.
1734
1735 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1736 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1737 (cl-member): Remove old alias.
1738
1739 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1740 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1741 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1742 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1743 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1744 (cl-macroexpand-cmacs): Remove var.
1745 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1746 Use macroexpand-all instead.
1747
4dd1c416
SM
17482012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1751 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1752 (macroexp-copyable-p): New functions and macros.
1753 * emacs-lisp/edebug.el (edebug-unwrap):
1754 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1755 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1756 (pcase--let*): Remove.
1757 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1758 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1759 macroexp-const-p instead.
1760 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1761
1762 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1763 instead of "cl-" for internal definitions. Use macroexp-const-p.
1764 (cl-old-bc-file-form): Remove var.
1765 (cl-const-exprs-p): Remove fun.
1766 (cl-labels, cl-macrolet): Use backquote.
1767 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1768 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1769 (cl-define-setf-expander): Rename from cl-define-setf-method.
1770 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1771
1772 * international/mule-cmds.el: Don't require CL.
1773 (view-hello-file): Don't use `letf'.
1774
ed8bd4d7
SM
17752012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1776
7287f2f3
SM
1777 * tmm.el (tmm-prompt): Use string-prefix-p.
1778 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1779 (tmm-add-prompt): Use minibuffer-completion-help.
1780 (tmm-delete-map): Remove.
1781
ed8bd4d7
SM
1782 * subr.el (kbd): Make it its own function.
1783
7b4cdbf4
SM
17842012-06-07 Stefan Merten <smerten@oekonux.de>
1785
1786 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1787 Silence compiler warnings. Fix versions.
ed8bd4d7 1788 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1789 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1790 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1791 (rst-package-emacs-version-alist): Correct Emacs version to
1792 represent major merge with upstream.
ed8bd4d7 1793 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1794
2b48d721
GM
17952012-06-06 Glenn Morris <rgm@gnu.org>
1796
1797 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1798 Only print environment variables if set.
1799
fa779ab0
SM
18002012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1803 (macroexp--cons): Rename from maybe-cons.
1804 (macroexp--accumulate): Rename from macroexp-accumulate.
1805 (macroexp--all-forms): Rename from macroexpand-all-forms.
1806 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1807 (macroexp--expand-all): Rename from macroexpand-all-1.
1808
628299e0
SS
18092012-06-06 Sam Steingold <sds@gnu.org>
1810
1811 * calendar/calendar.el (calendar-in-read-only-buffer):
1812 Call `special-mode' to enable the standard read-only keybindings.
1813
b7bb5838
SM
18142012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1817 with "loading" messages (bug#11635).
1818
dfb308ba
MA
18192012-06-06 Michael Albinus <michael.albinus@gmx.de>
1820
1821 * files.el (enable-remote-dir-locals): New option.
1822 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1823
0372ee92
MA
1824 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1825 Ensure, that the temp directory is local.
1826
1827 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1828 `temporary-file-directory'.
1829
eed0bb91
MA
1830 * progmodes/python.el (python-send-region): Ensure, that the
1831 temporary file is created also in the remote case.
1832
7a58f64d
GM
18332012-06-06 Glenn Morris <rgm@gnu.org>
1834
f7dd4e98
GM
1835 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1836 (vc-rcs-update-changelog): Use it.
1837
090bd7cb 1838 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1839
7a58f64d
GM
1840 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1841 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1842 (vc-sccs-diff): Replace use of the external vcdiff script.
1843
daed4003
GM
18442012-06-05 Glenn Morris <rgm@gnu.org>
1845
1846 * ledit.el: Move to obsolete/.
1847
48c455c7
SS
18482012-06-05 Sam Steingold <sds@gnu.org>
1849
ed9265fc 1850 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
1851 patch (Bug#11140).
1852
57a7d507
SM
18532012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1854
090bd7cb 1855 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1856
53aacf21
SM
1857 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1858 compiler-macro expansion.
1859
57a7d507
SM
1860 Add native compiler-macro support.
1861 * emacs-lisp/macroexp.el (macroexpand-all-1):
1862 Support compiler-macros directly. Properly follow aliases and apply
1863 the compiler macros more thoroughly.
1864 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1865 macroexpand now properly follows aliases.
1866 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1867 (cl-compiler-macroexpand): Use new prop.
1868 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1869
1870 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1871
51a5f9d8
MR
18722012-06-05 Martin Rudalics <rudalics@gmx.at>
1873
1874 * window.el (get-lru-window, get-mru-window, get-largest-window):
1875 New argument NOT-SELECTED to avoid picking the selected window.
1876 (window--display-buffer-1, window--display-buffer-2): Replace by
1877 new function window--display-buffer
1878 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1879 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1880 Use window--display-buffer.
51a5f9d8
MR
1881 (display-buffer-use-some-window): Remove temporary dedication
1882 hack by calling get-lru-window and get-largest-window with
1883 NOT-SELECTED argument non-nil. Call window--display-buffer.
1884
08f9f738
GM
18852012-06-05 Glenn Morris <rgm@gnu.org>
1886
1887 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1888 Replace external vcdiff script.
1889
e364a2b7
SM
18902012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1893
041df390
CY
18942012-06-04 Chong Yidong <cyd@gnu.org>
1895
e364a2b7
SM
1896 * image.el (imagemagick-types-inhibit): Revert last change.
1897 Add INFO and M.
47b36b94 1898 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1899
7c1898a7
SM
19002012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * emacs-lisp/cl-lib.el: Rename from cl.el.
1903 * emacs-lisp/cl.el: New compatibility file.
1904 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1905 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1906 to obey the "cl-" prefix.
1907 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1908
0c3461de
GM
19092012-06-03 Glenn Morris <rgm@gnu.org>
1910
1e266c88
GM
1911 * emacs-lisp/authors.el (authors-aliases): Addition.
1912
0c3461de
GM
1913 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1914 Fix :version.
1915
d8a52e15
SM
19162012-06-03 Stefan Merten <smerten@oekonux.de>
1917
1918 * textmodes/rst.el: Add comments.
1919 (rst-transition, rst-adornment): New faces.
1920 (rst-adornment-faces-alist): Make default safe to reevaluate.
1921 Fixes
1922 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1923 Improve customization tags.
1924 (rst-define-level-faces): Clarify meaning.
1925
5205d6f6
CY
19262012-06-03 Chong Yidong <cyd@gnu.org>
1927
1928 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1929 (compilation-mode-line-run, compilation-mode-line-exit):
1930 New faces.
5205d6f6
CY
1931 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1932
757ee657
JD
19332012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1934
7c1898a7
SM
1935 * progmodes/which-func.el (which-func-update-ediff-windows):
1936 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1937
5f2c76c6
CY
19382012-06-03 Chong Yidong <cyd@gnu.org>
1939
1940 * bindings.el: Remove explicit help text from format-mode-line.
1941 It is now supplied by mode-line-default-help-echo.
1942 (mode-line-front-space, mode-line-end-spaces)
1943 (mode-line-misc-info): New variables.
1944 (mode-line-modes, mode-line-position): Move the default value to
1945 the variable definition.
1946 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1947 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1948 (mode-line-modified-help-echo): New functions.
1949 (mode-line-mule-info, mode-line-modified): Use them.
1950 (mode-line-eol-desc, propertized-buffer-identification):
1951 Consistency fixes for help text.
cbe46e5f
CY
1952 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1953 set-buffer-file-coding-system (Bug#289).
1954 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1955
f2d6a3df
SM
19562012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * simple.el (execute-extended-command): Set real-this-command
1959 (bug#11506).
1960
37269466
CY
19612012-06-02 Chong Yidong <cyd@gnu.org>
1962
1963 Remove incorrect uses of "modeline" in comments, docstrings, and
1964 function/variable names (Bug#10329).
1965
1966 * cus-edit.el (mode-line):
1967 * dframe.el (dframe-mouse-hscroll):
1968 * emacs-lisp/re-builder.el:
1969 * emacs-lisp/easy-mmode.el (define-minor-mode):
1970 * frame.el (set-frame-name):
1971 * help.el (lookup-minor-mode-from-indicator):
1972 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1973 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1974 (c-toggle-hungry-state):
1975 * progmodes/antlr-mode.el (antlr-language-alist):
1976 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1977 * progmodes/vhdl-mode.el (vhdl-mode):
1978 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1979 * term/ns-win.el (ns-face-at-pos):
1980 * term/sup-mouse.el (sup-mouse-report):
1981 * textmodes/flyspell.el (flyspell-mode-line-string):
1982 * textmodes/ispell.el (ispell-highlight-face):
1983 * textmodes/reftex-global.el:
1984 * vc/vc-arch.el (vc-arch-mode-line-string):
1985 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1986 * vc/vc-git.el (vc-git-mode-line-string):
1987 * vc/vc-hooks.el (vc-display-status)
1988 (vc-default-mode-line-string):
1989 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1990
1991 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1992
1993 * dired.el (dired-sort-set-mode-line): Rename from
1994 dired-sort-set-modeline. All callers changed.
1995
1996 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1997 eshell-status-in-modeline.
1998
1999 * foldout.el (foldout-mode-line-string): Rename from
2000 foldout-modeline-string. All callers changed.
2001 (foldout-update-mode-line): Rename from foldout-update-modeline.
2002
2003 * subr.el (redraw-modeline): Make into obsolete alias.
2004
2005 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2006 timeclock-modeline-display. Make old name an alias.
2007 (timeclock-update-mode-line): Likewise. All callers changed.
2008 (timeclock-mode-line-display): No need to check before using
2009 add-hook.
2010 (timeclock-relative, timeclock-day-over-hook)
2011 (timeclock-use-elapsed, timeclock-mode-string)
2012 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2013
2014 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2015 crisp-mode-modeline-string.
2016
2017 * play/solitaire.el (solitaire-build-mode-line): Rename from
2018 solitaire-build-modeline. All callers changed.
2019
2020 * play/zone.el (zone-hiding-mode-line): Rename from
2021 zone-hiding-modeline. All callers changed.
2022 (zone): Remove unusued `modeline-hidden-level' property.
2023
2024 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2025 xscheme-modeline-initialize. All callers changed.
2026
2027 * strokes.el (strokes-lighter): Rename from
2028 strokes-modeline-string.
2029
2030 * textmodes/sgml-mode.el (html-face-tag-alist)
2031 (html-tag-face-alist): Use mode-line face instead of obsolete
2032 alias modeline.
2033
42152ee4
SM
20342012-06-02 Stefan Merten <smerten@oekonux.de>
2035
2036 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2037 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2038
95f520b5
CY
20392012-06-02 Chong Yidong <cyd@gnu.org>
2040
2041 * image.el (imagemagick-enabled-types): Rename from
2042 imagemagick-types-enable. Add many more types.
2043 (imagemagick-types-inhibit): Change default to nil.
2044 (imagemagick-filter-types): Caller changed.
2045
4a5f187a
SM
20462012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2047
03fef3e6
SM
2048 * emacs-lisp/cl-macs.el: Use backquotes.
2049 (cl-transform-function-property): Use eval-and-compile rather than
2050 abusing `require'.
2051 (defstruct): Use declare-function instead of with-no-warnings.
2052
4a5f187a
SM
2053 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2054 (byte-compile-output-docform): Re-add the print-circle bindings.
2055 (byte-compile-fix-header): Use #$ just because it's shorter.
2056 (byte-compile-output-file-form): Remove defun/defmacro.
2057
bd56924f
MR
20582012-06-01 Martin Rudalics <rudalics@gmx.at>
2059
2060 * simple.el (choose-completion): Remove now obsolete binding for
2061 owindow.
2062
046e38ce
MA
20632012-06-01 Michael Albinus <michael.albinus@gmx.de>
2064
2065 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2066 in order to avoid "Stack overflow in regexp matcher".
2067
32d72c2f
GM
20682012-05-31 Glenn Morris <rgm@gnu.org>
2069
2070 * image.el: For clarity, call imagemagick-register-types at
2071 top-level, rather than relying on a custom :initialize.
2072 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2073 (imagemagick-filter-types): New function. (Bug#7406)
2074 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2075 If disabling support, remove elements altogether rather
2076 than using an impossible regexp.
2077 (imagemagick-types-inhibit): Give it the default init function.
2078
dd41169b
SM
20792012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2080
4a5f187a
SM
2081 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2082 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2083
efc00ab1 20842012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2085
2086 * desktop.el (desktop-read): Clear previous and next buffers for
2087 all windows and bury *Messages* buffer (bug#11556).
2088
500fcedc
SM
20892012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 Add `declare' for `defun'. Align `defmacro's with it.
2092 * emacs-lisp/easy-mmode.el (define-minor-mode)
2093 (define-globalized-minor-mode): Don't autoload the var definitions.
2094 * emacs-lisp/byte-run.el: Use lexical-binding.
2095 (defun-declarations-alist, macro-declarations-alist): New vars.
2096 (defmacro, defun): Use them.
2097 (make-obsolete, define-obsolete-function-alias)
2098 (make-obsolete-variable, define-obsolete-variable-alias):
2099 Use `declare'.
2100 (macro-declaration-function): Mark obsolete.
2101 * emacs-lisp/autoload.el: Use lexical-binding.
2102 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2103
6e8a1786
AM
21042012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2105
2106 * textmodes/ispell.el (ispell-with-no-warnings):
2107 Define as a macro.
500fcedc
SM
2108 (ispell-kill-ispell, ispell-change-dictionary):
2109 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2110 `interactive-p'.
2111
61b108cc
SM
21122012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2115 (macro-declaration-function): Move var from C code.
2116 (macro-declaration-function): Define function with defalias.
2117 * emacs-lisp/macroexp.el (macroexpand-all-1):
2118 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2119 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2120 defun/defmacro any more.
2121 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2122 Provide fallback for unknown arglist.
2123 (byte-compile-arglist-warn): Change calling convention.
2124 (byte-compile-output-file-form): Move print-vars binding.
2125 (byte-compile-output-docform): Simplify accordingly.
2126 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2127 (byte-compile-defmacro-declaration): Remove.
2128 (byte-compile-file-form-defmumble): Generalize to defalias.
2129 (byte-compile-output-as-comment): Return byte-positions.
2130 Simplify callers accordingly.
2131 (byte-compile-lambda): Use `assert'.
2132 (byte-compile-defun, byte-compile-defmacro): Remove.
2133 (byte-compile-file-form-defalias):
2134 Use byte-compile-file-form-defmumble.
2135 (byte-compile-defalias-warn): Remove.
2136
6d3f7c2f
SM
21372012-05-29 Stefan Merten <smerten@oekonux.de>
2138
2139 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2140 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2141
2142 (rst-mode-abbrev-table): Merge definition.
2143 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2144 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2145
6dbaa1c7
UJ
21462012-05-29 Ulf Jasper <ulf.jasper@web.de>
2147
2148 * calendar/icalendar.el
2149 (icalendar-export-region): Export UID properly.
2150
d209e2fb 21512012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2152 * calendar/icalendar.el (icalendar-import-format):
2153 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2154 (icalendar-import-format-uid): New.
2155 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2156 Export UID.
2157
6876a58d
SM
21582012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2161 different alternative patterns.
2162 (pcase-codegen): Be more careful to preserve identity.
2163 (pcase--u1): Don't forget to mark vars as used.
2164
2165 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2166 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2167 (byte-compile-from-buffer): ...rather than here.
2168
2169 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2170 functions from byte-compile-function-environment.
2171
46b7967e
TN
21722012-05-29 Troels Nielsen <bn.troels@gmail.com>
2173
2174 * window.el (window-deletable-p): Avoid deleting the root window
2175 of a frame with an active minibuffer.
2176
69d565e2
MR
21772012-05-29 Martin Rudalics <rudalics@gmx.at>
2178
2179 * simple.el (choose-completion): Use quit-window (Bug#11567).
2180
a149fa51
CY
21812012-05-29 Chong Yidong <cyd@gnu.org>
2182
2183 * whitespace.el (whitespace-cleanup): Fix usage of
2184 whitespace-empty-at-bob-regexp (Bug#11492).
2185
2b311310
AH
21862012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2187
2188 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2189 revert (Bug#11488).
2190
b9cb2387
JL
21912012-05-29 Juri Linkov <juri@jurta.org>
2192
2193 * isearch.el (isearch-mode-map): Bind `M-s _' to
2194 `isearch-toggle-symbol'. Bind `M-s c' to
2195 `isearch-toggle-case-fold'.
2196 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2197 (isearch-forward): Add `M-s _' to the docstring.
2198 (isearch-forward-symbol, isearch-toggle-case-fold)
2199 (isearch-symbol-regexp): New functions. (Bug#11381)
2200
d5e61c1c
JL
22012012-05-29 Juri Linkov <juri@jurta.org>
2202
2203 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2204 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2205 a function, call it to get the regexp.
2206 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2207 property `isearch-message-prefix' instead of the string "word ".
2208 (isearch-search-fun-default): For the case of `isearch-word',
2209 return a lambda that calls re-search-forward/re-search-backward
2210 with a regexp returned by `word-search-regexp' or by the function
2211 in `isearch-word'.
2212
8cbd80f7
JL
22132012-05-29 Juri Linkov <juri@jurta.org>
2214
2215 * isearch.el (isearch-search-fun-default): New function.
2216 (isearch-search-fun): Move default part to the new function
2217 `isearch-search-fun-default'.
2218 (isearch-search-fun-function): Set the default value to
2219 `isearch-search-fun-default'. (Bug#11381)
2220
2221 * comint.el (comint-history-isearch-end):
2222 Use `isearch-search-fun-default'.
2223 (comint-history-isearch-search): Use `isearch-search-fun-default'
2224 and remove spacial case for `isearch-word'.
2225 (comint-history-isearch-wrap): Remove spacial case for
2226 `isearch-word'.
2227
2228 * hexl.el (hexl-isearch-search-function):
2229 Use `isearch-search-fun-default'.
2230
2231 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2232 Use `word-search-regexp' for `isearch-word'.
2233
2234 * misearch.el (multi-isearch-search-fun):
2235 Use `isearch-search-fun-default'.
2236
2237 * simple.el (minibuffer-history-isearch-search):
2238 Use `isearch-search-fun-default' and remove spacial case for
2239 `isearch-word'.
2240 (minibuffer-history-isearch-wrap): Remove spacial case for
2241 `isearch-word'.
2242
2243 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2244 Remove spacial case for `isearch-word'.
2245 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2246
85c8c5b6
AM
22472012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2248
2249 Decrease XEmacs incompatibilities.
2250 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2251 Use `string-match'.
2252 (flyspell-delete-region-overlays): Use alternative definition for
2253 XEmacs.
2254 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2255 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2256 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2257 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2258 `define-obsolete-face-alias' under XEmacs, but old method.
2259
2260 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2261 `with-no-warnings' definition or Emacs alias.
2262 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2263 (ispell-word): Do not use `region-p' if XEmacs.
2264
8cab9efc
AM
22652012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2266
2267 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2268 Check for `ispell-dictionary-base-alist' instead of full
2269 `ispell-dictionary-alist'.
2270 (ispell-init-process): Show spellchecker when starting new Ispell
2271 process.
2272
fda91268
RZ
22732012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2276 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2277
694ea8e3
JB
22782012-05-27 Juanma Barranquero <lekktu@gmail.com>
2279
2280 * version.el (motif-version-string, gtk-version-string)
2281 (ns-version-string): Declare.
2282
e4d4f539
JL
22832012-05-27 Juri Linkov <juri@jurta.org>
2284
2285 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2286 after the `eval-defun-1' specialcaseing
2287 like in `edebug-eval-defun' (bug#10181).
2288
2289 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2290 like in `eval-defun-1'.
2291
33017faf 22922012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2293
fda91268
RZ
2294 * mail/sendmail.el (mail-yank-region):
2295 Recognize rmail-yank-current-message in addition to insert-buffer.
2296 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2297 a *mail* buffer created through rmail-start-mail with sendmail as
2298 mail-user-agent.
2299
33017faf
GM
23002012-05-27 Chong Yidong <cyd@gnu.org>
2301
2302 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2303 Default to 256 (Bug#11267).
2304
2305 * help.el (describe-mode): Doc fix.
2306
04188bb9
GM
23072012-05-26 Glenn Morris <rgm@gnu.org>
2308
38264cc9
GM
2309 * w32-fns.el (w32-init-info): Remove.
2310 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2311
eb7afdad
GM
2312 * info.el (info-initialize): For self-contained NS builds, put the
2313 included info/ directory at the front. (Bug#2791)
2314
04188bb9
GM
2315 * paths.el (Info-default-directory-list): Make it a defcustom,
2316 mainly so that we can use custom-initialize-delay.
2317
a179e3f7
SM
23182012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2319
43416392
SM
2320 * subr.el (buffer-has-markers-at): Mark obsolete.
2321
a179e3f7 2322 * subr.el (lambda): Use declare.
43416392 2323
a179e3f7
SM
2324 * emacs-lisp/lisp-mode.el (lambda):
2325 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2326
34a008d9
AH
23272012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2328
2329 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2330
0a3b289f
GM
23312012-05-26 Glenn Morris <rgm@gnu.org>
2332
2333 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2334
758c81e8
GM
23352012-05-25 Glenn Morris <rgm@gnu.org>
2336
f9f334f0
GM
2337 * paths.el: Remove no-byte-compile.
2338 * loadup.el: No need to load paths.el uncompiled.
2339
87eb79c2
GM
2340 * image.el (imagemagick-types-inhibit): Doc fix.
2341
758c81e8
GM
2342 * version.el: Remove no-byte-compile and associated formatting.
2343 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2344 is ancient code from when there was an "inc-vers.el".
2345
e7e85dc0
SM
23462012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2347
2348 * progmodes/gdb-mi.el: Minor style changes.
2349 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2350 Turn into minor modes.
2351 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2352 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2353 (gdb-shell): Remove unneeded let-binding.
2354 (gdb-get-many-fields): Eliminate O(n²) behavior.
2355
f31237a4
EZ
23562012-05-25 Eli Zaretskii <eliz@gnu.org>
2357
2358 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2359 platforms that don't link in fontset.c.
2360
bc1b21bb
JL
23612012-05-25 Juri Linkov <juri@jurta.org>
2362
2363 Use the same diff color scheme as in modern VCSes (bug#10181).
2364
2365 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2366 to avoid confusion with `diff-added' that now uses green colors.
2367 (diff-removed): Use shades of red.
2368 (diff-added): Use shades of green.
2369 (diff-changed): Leave just the yellow color.
2370 (diff-use-changed-face): New variable.
2371 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2372 how to highlight context diff changes.
2373 (diff-refine-change): Use shades of yellow.
2374 (diff-refine-removed): New face that uses shades of red.
2375 (diff-refine-added): New face that uses shades of green.
2376 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2377 `diff-refine-removed' in the call to `smerge-refine-subst'
2378 depending on the value of `diff-use-changed-face'.
2379
2380 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2381 (smerge-other): Use shades of green.
2382 (smerge-base): Use shades of yellow.
2383 (smerge-refined-change): Empty face.
2384 (smerge-refined-removed): New face that uses shades of red.
2385 (smerge-refined-added): New face that uses shades of green.
2386 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2387 args `props-r' and `props-a', and use them. Doc fix.
2388 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2389 on its value use different faces `smerge-refined-change',
2390 `smerge-refined-removed', `smerge-refined-added' in the call to
2391 `smerge-refine-subst'.
2392
2393 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2394 Add face condition `min-colors 88' with shades of red.
2395 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2396 `min-colors 88' with shades of green.
2397 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2398 `min-colors 88' with shades of yellow.
2399
6df9112c
GM
24002012-05-24 Glenn Morris <rgm@gnu.org>
2401
ead5edc0
GM
2402 * paths.el (prune-directory-list, remote-shell-program): Move to...
2403 * files.el (prune-directory-list, remote-shell-program): ...here.
2404 For the latter, delay initialization, prefer ssh, just search PATH.
2405
f18b81e6
GM
2406 * paths.el (term-file-prefix): Move to faces.el (the only user).
2407 * faces.el (term-file-prefix): Move here, make it a defcustom.
2408
ee2f89a6
GM
2409 * paths.el (news-directory, news-path, news-inews-program):
2410 Move to gnus/nnspool.el.
61a583ca 2411
f8815e4c
GM
2412 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2413
c8f3b42c
GM
2414 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2415 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2416 Make the latter a defcustom, with a delayed initialization.
2417
6df9112c
GM
2418 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2419 These were deleted from Gnus itself late 2010.
2420
5dadff36
JB
24212012-05-22 Juanma Barranquero <lekktu@gmail.com>
2422
9e1701c6
JB
2423 * progmodes/which-func.el (which-func-ff-hook):
2424 Check against user-error, not error.
2425
bd7239f5 2426 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2427 cl-specs.el, which no longer exists.
2428
3290526d
GM
24292012-05-22 Glenn Morris <rgm@gnu.org>
2430
2431 * info.el (info-emacs-bug): New command.
2432 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2433 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2434
ff0c3cfb
GM
24352012-05-21 Glenn Morris <rgm@gnu.org>
2436
2437 * makefile.w32-in (update-subdirs-SH):
2438 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2439
5814f126
SM
24402012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2441
a52c0aa0
SM
2442 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2443
5814f126
SM
2444 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2445 Simplify Maven regexp, and make sure the file can't start with a space
2446 (bug#11517).
2447
b847032c
GM
24482012-05-21 Glenn Morris <rgm@gnu.org>
2449
2450 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2451 Scrap superfluous subshells.
2452
3858bfe7
SM
24532012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2456 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2457
d14b0029
JB
24582012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2459
2460 * calc/calc.el (calc-ensure-consistent-units): New variable.
2461
a52c0aa0
SM
2462 * calc/calc-units.el (math-consistent-units-p)
2463 (math-check-unit-consistency): New functions.
2464 (calc-quick-units, calc-convert-units):
2465 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2466 is non-nil.
d14b0029
JB
2467 (calc-extract-units): Fix typo.
2468
60c4db3a
SM
24692012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2470
77f3b62e
SM
2471 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2472
60c4db3a
SM
2473 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2474 (flyspell-default-deplacement-commands): Don't spell check after
2475 repeated window/frame switches (e.g. triggered by mouse-movement).
2476 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2477 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2478 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2479 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2480 Remove unused vars.
2481 (flyspell-get-casechars, flyspell-get-not-casechars):
2482 Simplify; Don't bother removing a ] just to add it back.
2483 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2484
d209e2fb 24852012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2486
2487 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2488 New functions.
bd7239f5 2489 (math-function-table): Add support for more C functions.
b1a10716 2490
3f1b25b5
AM
24912012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2492
090bd7cb
JB
2493 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2494 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2495 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2496
b581bb5c
SM
24972012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2500 their respective macro declarations.
2501 * skeleton.el (define-skeleton):
2502 * progmodes/compile.el (define-compilation-mode):
2503 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2504 (define-ibuffer-filter):
2505 * emacs-lisp/generic.el (define-generic-mode):
2506 * emacs-lisp/easy-mmode.el (define-minor-mode)
2507 (define-globalized-minor-mode):
2508 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2509 * emacs-lisp/byte-run.el (defsubst):
2510 * custom.el (deftheme): Add doc-string metadata.
2511
70b8ef8f
SM
25122012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2515
b1198e17
SM
25162012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2517
9abdc45d
SM
2518 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2519
b1198e17
SM
2520 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2521 * emacs-lisp/cl-macs.el: Idem.
2522 * emacs-lisp/cl-specs.el: Remove.
2523
4735906a
SM
25242012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 Minor renaming of internal CL functions and variables.
2527 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2528 (cl--position): Rename from cl-position.
2529 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2530 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2531 (cl--random-state): Rename from *random-state*.
2532
ac348012
SM
25332012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2534
2535 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2536 parens around the arg list (bug#11499).
2537
a0a79cde
JL
25382012-05-17 Juri Linkov <juri@jurta.org>
2539
2540 * isearch.el (word-search-regexp, word-search-backward)
2541 (word-search-forward, word-search-backward-lax)
2542 (word-search-forward-lax): Move functions from search.c
2543 (bug#10145, bug#11381).
2544
65034a51
AM
25452012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2546
090bd7cb
JB
2547 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2548 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2549 Delay for otherchars as for normal word components.
65034a51 2550
1a72a195
SM
25512012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * minibuffer.el (completion--sifn-requote): Fix last change.
2554 (minibuffer-local-must-match-filename-map):
2555 Move define-obsolete-variable-alias before its var.
2556
fdb058c2
SM
25572012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2558
c41045e6
SM
2559 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2560
036dfb8b
SM
2561 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2562 behavior.
2563 (completion--string-equal-p): New function.
2564 (completion--twq-all): Use it to get better assertion failure data.
2565
2473256d
SM
2566 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2567 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2568 (shell--requote-argument): New functions.
2569 (shell-completion-vars): Use them.
2570 (shell--parse-pcomplete-arguments): Rename from
2571 shell-parse-pcomplete-arguments.
2572 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2573 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2574 Obey comint-file-name-quote-list.
2575
fdb058c2
SM
2576 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2577 (smie-indent-keyword): Use it.
2578
51fa99f1
SM
25792012-05-14 Stefan Merten <smerten@oekonux.de>
2580
2581 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2582
e18afed7 25832012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2584
2585 * net/rlogin.el (rlogin-mode-map): Fix last change.
2586
e18afed7 25872012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2588
2589 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2590 the following \r\n using a single `process-send-string', since the
2591 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2592 with two `process-send-string's (Bug#11444).
8633b1f4 2593
e18afed7 25942012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2595
fdb058c2
SM
2596 * shell.el (shell-parse-pcomplete-arguments):
2597 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2598
2d21d7f6
WJ
25992012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2600
e18afed7 2601 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2602 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2603 (image-transform-width, image-transform-fit-width): New functions.
2604 (image-transform-properties): Use them.
2605 (image-transform-check-size): New function.
2606 (image-toggle-display-image): Use it (for testing).
2607 (image-transform-set-rotation): Reduce angle mod 360.
2608 Delete obsolete comment.
2609
7102e6d0
WJ
26102012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2611
2612 * image-mode.el: Fix scaling (bug#11399).
2613 (image-transform-resize): Doc fix.
2614 (image-transform-properties): Default scale is 1 and height should
2615 be an integer.
2616
06bc5e6e
SM
26172012-05-13 Johan Bockgård <bojohan@gnu.org>
2618
2619 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2620 than hard-coding `car', to fix misbehavior when moving forward.
2621
0ae03b6a
CY
26222012-05-13 Chong Yidong <cyd@gnu.org>
2623
2624 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2625 (tabulated-list-entries, tabulated-list-padding)
2626 (tabulated-list-sort-key): Make permanent-local.
2627
2628 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2629 (electric-buffer-list): Put electric buffer menu
2630 command descriptions in this docstring, instead of the docstring
2631 of electric-buffer-menu-mode. Code cleanups.
2632 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2633 Electric-buffer-menu-mode.
2634 (electric-buffer-update-highlight): Minor code cleanup.
2635
205a7391
MA
26362012-05-13 Michael Albinus <michael.albinus@gmx.de>
2637
2638 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2639 (Bug#11447)
2640
e5bd0a28
SM
26412012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 Move define-obsolete-variable-alias before the var's definition.
2644 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2645 * tooltip.el (tooltip-hook):
2646 * textmodes/reftex-toc.el (reftex-toc-map):
2647 * textmodes/reftex-sel.el (reftex-select-label-map)
2648 (reftex-select-bib-map):
2649 * textmodes/reftex-index.el (reftex-index-map)
2650 (reftex-index-phrases-map):
2651 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2652 * progmodes/meta-mode.el (meta-mode-map):
2653 * novice.el (disabled-command-hook):
2654 * loadhist.el (unload-hook-features-list):
2655 * frame.el (blink-cursor):
2656 * files.el (find-file-not-found-hooks, write-file-hooks)
2657 (write-contents-hooks):
2658 * emulation/tpu-edt.el (GOLD-map):
2659 * emacs-lock.el (emacs-lock-from-exiting):
2660 * emacs-lisp/generic.el (generic-font-lock-defaults):
2661 * emacs-lisp/chart.el (chart-map):
2662 * dos-fns.el (register-name-alist):
2663 * dired-x.el (dired-omit-files-p):
2664 * desktop.el (desktop-enable):
2665 * cus-edit.el (custom-mode-hook):
2666 * buff-menu.el (buffer-menu-mode-hook):
2667 * bookmark.el (bookmark-read-annotation-text-func)
2668 (bookmark-exit-hooks):
2669 * allout.el (allout-mode-deactivate-hook)
2670 (allout-exposure-change-hook, allout-structure-added-hook)
2671 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2672 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2673 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2674 comes before the corresponding variable's definition.
2675
ac59c2f6
CY
26762012-05-12 Chong Yidong <cyd@gnu.org>
2677
2678 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2679 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2680 (Buffer-menu-mode-map): Bind it.
2681 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2682
dee6c9a3
SM
26832012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2171cea5
SM
2685 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2686 (prolog-upper-case-string, prolog-lower-case-string)
2687 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2688 (prolog-use-smie, prolog-smie-grammar): New vars.
2689 (prolog-smie-forward-token, prolog-smie-backward-token)
2690 (prolog-smie-rules): New funs.
2691 (prolog-comment-indent): Remove.
2692 (prolog-mode-variables): Use default comment indentation instead.
2693 Setup SMIE.
2694 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2695 (prolog-mode): Don't call them any more.
2696 (prolog-electric-colon, prolog-electric-dash)
2697 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2698
aa0382bd
SM
2699 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2700
dbacb4bd
SM
2701 * minibuffer.el (completion--twq-all): Again, allow case differences.
2702
13bdd94c
SM
2703 * term.el: Move keymap initialization code to be more idiomatic.
2704 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2705 (term-terminal-menu): Move initialization into declaration.
2706 (term-escape-char): Let the user set it in her .emacs.
2707
ff46c759
SM
2708 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2709 Provide SMIE-based indentation (not enabled by default yet).
2710 (sh-mode-map): Don't bind electric keys.
2711 Use electric-pair-mode instead of skeleton-pair.
2712 (sh-assignment-regexp): Fit within 80 columns.
2713 (sh-indent-supported): Specify actual shell name instead of boolean.
2714 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2715 (sh-maybe-here-document): Use it. Make obsolete.
2716 (sh-electric-here-document-mode) New minor mode.
2717 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2718 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2719 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2720 (sh-smie-rc-grammar, sh-use-smie): New vars.
2721 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2722 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2723 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2724 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2725 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2726 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2727 (sh-set-shell): Use smie-setup if requested.
2728
dee6c9a3
SM
2729 * term.el (term-set-escape-char): Properly set term-escape-char.
2730 See http://stackoverflow.com/questions/10524656.
2731
9f9aa044
CY
27322012-05-10 Chong Yidong <cyd@gnu.org>
2733
2734 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2735 Use url-generic-parse-url, and handle host names and Windows
2736 filenames properly.
2737 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2738 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2739 URL schemes to work on.
2740 (ffap--toggle-read-only): New function.
2741 (ffap-read-only, ffap-read-only-other-window)
2742 (ffap-read-only-other-frame): Use it.
2743 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2744 necessary for ffap-url-unwrap-remote.
2745
836d29b3
DA
27462012-05-10 Dave Abrahams <dave@boostpro.com>
2747
2748 * cus-start.el (create-lockfiles): Add it.
2749
00fd78ed
CY
27502012-05-09 Chong Yidong <cyd@gnu.org>
2751
2752 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2753 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2754
666b903b 27552012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2756
2757 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2758
666b903b 27592012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2760
2761 * ansi-color.el (ansi-color-process-output): Check for validity of
2762 comint-last-output-start before using it. This avoids a bad
2763 interaction with gdb-mi's input/output buffer.
2764
666b903b 27652012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2766
2767 * files.el (dir-locals-read-from-file):
2768 Mention dir-locals in any error message.
2769
666b903b 27702012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2771
2772 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2773 package (Bug#11410).
2774
f677562b
CY
2775 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2776 variables into description.
2777
666b903b 27782012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2779
2780 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2781 shell-delimiter-argument-list (bug#11348).
2782 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2783
b499d8d0
JB
27842012-05-09 Juanma Barranquero <lekktu@gmail.com>
2785
8f6b6da8
JB
2786 * textmodes/rst.el: Silence byte-compiler warnings.
2787 (rst-re-alist, rst-reset-section-caches): Move around.
2788 (rst-re): Use `characterp', not `char-valid-p'.
2789 (font-lock-beg, font-lock-end): Declare.
2790
4824146a
JB
2791 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2792 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2793
b499d8d0
JB
2794 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2795
ad89bb83
GM
27962012-05-08 Glenn Morris <rgm@gnu.org>
2797
2798 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2799
8bba5a75
SM
28002012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2801
49ed9c8e
SM
2802 * vc/log-edit.el: Add GNU coding standards highlighting.
2803 (log-edit-font-lock-gnu-style)
2804 (log-edit-font-lock-gnu-keywords): New vars.
2805 (log-edit-font-lock-keywords): New fun.
2806 (log-edit-mode): Don't fold case in font-lock.
2807 (log-edit-font-lock-keywords): Do not assume case-folding.
2808
07d00b56
SM
2809 * imenu.el: Misc cleanup. Make docstrings out of comments.
2810 Use lexical-binding.
2811 (imenu--index-alist, imenu--last-menubar-index-alist)
2812 (imenu-menubar-modified-tick): Use defvar-local.
2813 (imenu--split-menu): Remove unused var.
2814 (imenu--cleanup-seen): Declare as global.
2815 (imenu--cleanup): Use dolist.
2816
8bba5a75
SM
2817 * subr.el (defvar-local): Add debug spec and doc-string position.
2818
5075bdb5
GM
28192012-05-08 Glenn Morris <rgm@gnu.org>
2820
090bd7cb 2821 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2822 * language/english.el, language/georgian.el, language/greek.el:
2823 * language/japanese.el, language/khmer.el, language/korean.el:
2824 * language/lao.el, language/misc-lang.el, language/romanian.el:
2825 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2826 * language/thai.el, language/utf-8-lang.el:
2827 Remove no-byte-compile setting.
2828
5075bdb5
GM
2829 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2830
06f679a7
AH
28312012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2832
2833 * progmodes/make-mode.el (makefile-browse):
2834 Remove unnecessary interactive. (Bug#11324)
2835
03794570
GM
28362012-05-07 Glenn Morris <rgm@gnu.org>
2837
af8630f4
GM
2838 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2839
03794570
GM
2840 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2841
f0809a9d
SM
28422012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2843
28be5ce7
SM
2844 * loadup.el: Preload newcomment.el.
2845 * newcomment.el: Move autoload-only code to toplevel.
2846
f0809a9d
SM
2847 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2848 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2849 Handle new :right-align column property.
2850 (tabulated-list-print-col): Idem, plus use `display' text-property to
2851 try and preserve alignment for variable pitch fonts.
2852
1241b724
CY
28532012-05-07 Chong Yidong <cyd@gnu.org>
2854
2855 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2856 (tabulated-list-use-header-line): New var.
2857 (tabulated-list-init-header): Use it.
2858 (tabulated-list-print-fake-header): New function.
2859 (tabulated-list-print): Use it.
2860 (tabulated-list-sort-button-map): Add non-header-line commands.
2861 (tabulated-list-init-header): Add column name property to basic
2862 labels as well.
2863 (tabulated-list-col-sort): Handle non-header-line button case.
2864 (tabulated-list--sort-by-column-name): Fix a corner case.
2865
f0809a9d
SM
2866 * buff-menu.el (list-buffers--refresh):
2867 Handle Buffer-menu-use-header-line.
1241b724 2868
e5f9458f
CY
28692012-05-06 Chong Yidong <cyd@gnu.org>
2870
2871 * buff-menu.el: Convert to Tabulated List mode.
2872 (Buffer-menu-buffer+size-width): Make obsolete.
2873 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2874 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2875 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2876 documentation into docstring of buffer-menu.
2877 (Buffer-menu-toggle-files-only): Add an informative message.
2878 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2879 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2880 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2881 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2882 (Buffer-menu-execute, Buffer-menu-select)
2883 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2884 (Buffer-menu-bury): Use Tabulated List machinery.
2885 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2886 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2887 Delete.
e5f9458f
CY
2888 (list-buffers--refresh): New function.
2889 (list-buffers-noselect): Use it.
2890 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2891 (Buffer-menu--pretty-file-name): New helper functions.
2892
2893 * loadup.el: Preload tabulated-list.
2894
2895 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2896 tabulated-list-sort-column.
2897 (tabulated-list-init-header): Add the initial aligning space even
2898 if tabulated-list-padding is zero.
2899
e129292c
CS
29002012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2901
2902 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2903 whose cdr is not a cons cell correctly (bug#11038).
2904
6632d361
CY
29052012-05-06 Chong Yidong <cyd@gnu.org>
2906
e129292c
CS
2907 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2908 Accept additional plist in column descriptors.
6632d361
CY
2909 (tabulated-list-init-header): Obey it.
2910 (tabulated-list-get-entry): New function.
2911 (tabulated-list-put-tag): Use it. Use string-width instead of
2912 length.
2913 (tabulated-list--column-number): New function.
2914 (tabulated-list-print): Use it.
e129292c
CS
2915 (tabulated-list-print-col): New function.
2916 Set `tabulated-list-column-name' property on each column's text.
6632d361 2917 (tabulated-list-print-entry): Use it.
e129292c
CS
2918 (tabulated-list-delete-entry, tabulated-list-set-col):
2919 New functions.
6632d361
CY
2920 (tabulated-list-sort-column): New command (Bug#11337).
2921
3cc99f68
CY
2922 * buff-menu.el (list-buffers): Move C-x C-b binding from
2923 buff-menu.el to bindings.el.
2924
2925 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2926 :advertised-binding feature.
2927
52b61776
TN
29282012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2929
2930 * progmodes/compile.el (compilation-internal-error-properties):
2931 Calculate start position correctly when end-col is set but
2932 end-line is not (Bug#11382).
2933
ebfe2597
WJ
29342012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2935
2936 * man.el (Man-unindent): Use text-property-default-nonsticky to
2937 prevent untabify from inheriting face properties (Bug#11408).
2938
6d3f7c2f
SM
29392012-05-05 Stefan Merten <smerten@oekonux.de>
2940
2941 * textmodes/rst.el: Major merge with upstream development up to
2942 Docutils SVN r7399 / rst.el V1.2.1.
2943
2944 Clarify maintainership and authors.
2945
2946 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2947 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2948 (rst-official-version, rst-official-cvs-rev, rst-version)
2949 (rst-package-emacs-version-alist): New functions and variables
2950 for version information.
2951
2952 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2953 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2954 (rst-mode-syntax-table, rst-mode): New and corrected functions
2955 and variables representing reStructuredText features.
2956
2957 (rst-re): New function for reStructuredText regexes. Use in
2958 many places.
2959
2960 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2961 (rst-mode-map): Rebind keys.
2962
2963 (rst-mode-lazy, rst-font-lock-keywords)
2964 (rst-font-lock-extend-region)
2965 (rst-font-lock-extend-region-internal)
2966 (rst-font-lock-extend-region-extend)
2967 (rst-font-lock-find-unindented-line-limit)
2968 (rst-font-lock-find-unindented-line-match)
2969 (rst-adornment-level, rst-font-lock-adornment-level)
2970 (rst-font-lock-adornment-match)
2971 (rst-font-lock-handle-adornment-pre-match-form)
2972 (rst-font-lock-handle-adornment-matcher): Major revision of
2973 font-locking. Integrate with other code. Use `jit-lock-mode'.
2974
2975 (rst-preferred-adornments, rst-adjust-hook)
2976 (rst-new-adornment-down, rst-preferred-bullets)
2977 (rst-preferred-bullets, rst-indent, rst-indent-width)
2978 (rst-indent-field, rst-indent-literal-normal)
2979 (rst-indent-literal-minimized, rst-indent-comment): Change,
2980 extend and improve customization.
2981
2982 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2983 (rst-normalize-cursor-position, rst-get-decoration)
2984 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2985 (rst-rstrip, rst-toc-insert-find-delete-contents)
2986 (rst-shift-fill-region, rst-compute-bullet-tabs)
2987 (rst-debug-print-tabs, rst-debug-mark-found)
2988 (rst-shift-region-guts, rst-shift-region-right)
2989 (rst-shift-region-left, rst-use-char-classes)
2990 (rst-font-lock-keywords-function)
2991 (rst-font-lock-indentation-point)
2992 (rst-font-lock-find-unindented-line-begin)
2993 (rst-font-lock-find-unindented-line-end)
2994 (rst-font-lock-find-unindented-line)
2995 (rst-font-lock-adornment-point, rst-font-lock-level)
2996 (rst-adornment-level-alist): Remove functions and variables.
2997
2998 (rst-compare-adornments, rst-get-adornment-match)
2999 (rst-suggest-new-adornment, rst-get-adornments-around)
3000 (rst-adornment-complete-p, rst-get-next-adornment)
3001 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3002 (rst-straighten-adornments): Standardize function names to
3003 use "adornment" instead of "decoration". Correct callers.
3004 Similar standardizing in many places.
3005
3006 (rst-update-section, rst-adjust, rst-promote-region)
3007 (rst-enumerate-region, rst-bullet-list-region)
3008 (rst-repeat-last-character): Correct use of `interactive'.
3009
3010 (rst-classify-adornment, rst-find-all-adornments)
3011 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3012 (rst-find-leftmost-column, rst-repeat-last-character):
3013 Refactor functions.
3014
3015 (rst-find-title-line, rst-reset-section-caches)
3016 (rst-get-adornments-around, rst-adjust-adornment-work)
3017 (rst-arabic-to-roman, rst-roman-to-arabic)
3018 (rst-insert-list-pos, rst-insert-list-new-item)
3019 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3020 New functions.
3021
3022 (rst-all-sections, rst-section-hierarchy)
3023 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3024 New variables.
3025
3026 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3027 configuration instead of only buffer. Change where necessary.
3028
3029 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3030 (rst-shift-region, rst-adaptive-fill): New functions for
3031 indentation and filling.
3032
3033 (rst-comment-line-break, rst-comment-indent)
3034 (rst-comment-insert-comment, rst-comment-region)
3035 (rst-uncomment-region): New functions for handling comments.
3036
3037 (rst-compile): Quote shell arguments.
3038
3039 (rst-compile-pdf-preview, rst-compile-slides-preview):
3040 Delete temporary files after use.
3041
a43f98b3
GM
30422012-05-05 Glenn Morris <rgm@gnu.org>
3043
48176e8b
GM
3044 * calendar/cal-html.el: Optionally include holidays in the output.
3045 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3046 (cal-html-holidays): New option.
3047 (cal-html-css-default): Add holiday entry.
3048 (holiday-in-range): Autoload it.
3049 (cal-html-htmlify-entry): Add optional class argument.
3050 (cal-html-htmlify-list): Add optional holidays argument.
3051 (cal-html-insert-agenda-days): Include holidays in the output.
3052 (cal-html-one-month): Maybe include holidays.
3053
a43f98b3
GM
3054 * calendar/holidays.el (holiday-in-range):
3055 Move here from cal-tex-list-holidays.
3056 * calendar/cal-tex.el (cal-tex-list-holidays):
3057 Make it an obsolete alias for holiday-in-range. Update all callers.
3058
fef9d149 30592012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3060
3061 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3062 Nextstep.
3063
248da2f4
RW
30642012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3065
3066 * files.el (file-auto-mode-skip): New var.
3067 (set-auto-mode-1): Use it.
3068
f95e9344
SM
30692012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3070
df96ab1e
SM
3071 * repeat.el: Use lexical-binding.
3072 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3073 (repeat-undo-count): Remove.
3074 (repeat):
3075 * progmodes/octave-mod.el (octave-abbrev-start):
3076 * progmodes/f90.el (f90-abbrev-start):
3077 * face-remap.el (text-scale-adjust):
3078 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3079
5342bb06
SM
3080 * emacs-lisp/pcase.el (pcase--let*): New function.
3081 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3082 a bit more.
3083 (pcase--split-pred): Be more clever about ruling out overlap between
3084 a predicate and some constant pattern.
3085 (pcase--q1): Use `null' instead of (eq foo nil).
3086
f95e9344
SM
3087 * subr.el (setq-local, defvar-local): New macros.
3088 (kbd): Redefine as an alias.
3089 (with-selected-window): Leave unrelated frames alone.
3090 (set-temporary-overlay-map): New function.
3091
71873e2b
SM
30922012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * subr.el (user-error): New function.
3095 * window.el (switch-to-buffer):
3096 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3097 (smerge-match-conflict):
3098 * simple.el (previous-matching-history-element)
3099 (next-matching-history-element, goto-history-element, undo-more)
3100 (undo-start):
3101 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3102 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3103 (next-file, tags-loop-scan, list-tags, complete-tag):
3104 * progmodes/compile.el (compilation-loop):
3105 * mouse.el (mouse-minibuffer-check):
3106 * man.el (Man-bgproc-sentinel, Man-goto-page):
3107 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3108 (Info-history-forward, Info-follow-reference, Info-menu)
3109 (Info-extract-menu-item, Info-extract-menu-counting)
3110 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3111 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3112 (Info-next-reference, Info-prev-reference, Info-index)
3113 (Info-index-next, Info-follow-nearest-node)
3114 (Info-copy-current-node-name):
3115 * imenu.el (imenu--make-index-alist)
3116 (imenu-default-create-index-function, imenu-add-to-menubar):
3117 * files.el (basic-save-buffer, recover-file):
3118 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3119 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3120 (checkdoc-message-text, checkdoc-defun):
3121 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3122 * cus-edit.el (customize-changed-options, customize-rogue)
3123 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3124 (custom-variable-mark-to-reset-standard)
3125 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3126 (custom-file):
3127 * completion.el (check-completion-length):
3128 * comint.el (comint-search-arg)
3129 (comint-previous-matching-input-string-position)
3130 (comint-previous-matching-input)
3131 (comint-replace-by-expanded-history-before-point, comint-send-input)
3132 (comint-copy-old-input, comint-backward-matching-input)
3133 (comint-goto-process-mark, comint-set-process-mark):
3134 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3135 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3136
8a61ee22
SM
31372012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3138
66408d1e
SM
3139 * dabbrev.el (dabbrev--ignore-case-p): New function.
3140 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3141 Use it.
3142
8a61ee22
SM
3143 * files.el (automount-dir-prefix): Mark as obsolete.
3144
3c74813a
GM
31452012-05-04 Glenn Morris <rgm@gnu.org>
3146
3147 * patcomp.el, play/bruce.el: Move to obsolete/.
3148
0bfcf5c5
PE
31492012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3150
3151 Fix minor Y10k bugs.
3152 * arc-mode.el (archive-unixdate):
3153 * autoinsert.el (auto-insert-alist):
3154 * calc/calc-forms.el (math-this-year):
3155 * emacs-lisp/copyright.el (copyright-current-year)
3156 (copyright-update-year, copyright):
3157 * tar-mode.el (tar-clip-time-string):
3158 * time.el (display-time-update):
3159 Don't assume years have 4 digits.
3160
78f3273a
CY
31612012-05-04 Chong Yidong <cyd@gnu.org>
3162
3163 * dos-w32.el (file-name-buffer-file-type-alist)
3164 (direct-print-region-use-command-dot-com):
3165 * ffap.el (ffap-menu-regexp):
3166 * find-file.el (ff-special-constructs):
3167 * follow.el (follow-debug):
3168 * forms.el (forms--debug):
3169 * iswitchb.el (iswitchb-all-frames):
3170 * ido.el (ido-all-frames):
3171 * emacs-lisp/timer.el (timer-max-repeats):
3172 * mail/feedmail.el (feedmail-mail-send-hook)
3173 (feedmail-mail-send-hook-queued):
3174 * mail/footnote.el (footnote-signature-separator):
3175 * mail/mailabbrev.el (mail-alias-separator-string)
3176 (mail-abbrev-mode-regexp):
3177 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3178 * progmodes/idlwave.el (idlwave-libinfo-file)
3179 (idlwave-default-completion-case-is-down)
3180 (idlwave-library-routines): Convert defvars to defcustoms.
3181
3182 * mail/rmail.el (rmail-decode-mime-charset):
3183 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3184 (idlwave-shell-fix-inserted-breaks)
3185 (idlwave-shell-activate-alt-keybindings)
3186 (idlwave-shell-use-breakpoint-glyph):
3187 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3188
f7ae6719
SM
31892012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3192
47086495
WS
31932012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3194
3195 * progmodes/verilog-mode.el (font-lock-keywords):
3196 Fix mis-highligting auto. Reported by Craig Barner.
3197 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3198 defines from global name space. Reported by Dan Dever.
3199 (verilog-auto-reset, verilog-auto-reset-widths)
3200 (verilog-auto-tieoff): Support using unbased numbers for
3201 AUTORESET and AUTOTIEOFF.
3202 (verilog-submit-bug-report): Update variable list.
3203 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3204 parenthesis from not matching. Reported by Michael Rytting.
3205 (verilog-auto-template-lint): Fix hash error when linting modules
3206 with no used templates.
3207 (verilog-warn, verilog-warn-error)
3208 (verilog-warn-fatal): When non-interactive report multiple
3209 warnings before exiting. Suggested by Brad Dobbie.
3210 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3211 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3212 to report unused template errors. Reported by Brad Dobbie.
3213 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3214 nets, bug438. Reported by Vns Blore.
3215 (verilog-auto-inout-module, verilog-auto-reg)
3216 (verilog-read-decls, verilog-read-sub-decls-sig)
3217 (verilog-signals-edit-wire-reg, verilog-signals-with):
3218 Fix passing of Verilog data types in ANSI input/output ports
3219 such as "output logic" into the AUTOs. Special case "wire" and
3220 "reg" for backwards compatibility presuming Verilog 2001.
3221 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3222 (verilog-preprocess): Fix replication of preprocess output.
3223 Reported by Brad Dobbie.
3224 (verilog-auto-inst-interfaced-ports):
3225 Create verilog-auto-inst-interfaced-ports, bug429.
3226 Reported by Julian Gorfajn.
3227 (verilog-after-save-font-hook)
3228 (verilog-before-save-font-hook): New variable.
3229 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3230 (verilog-save-font-mods): Wrap disabling fontification, reported
3231 by David Rogoff.
3232 (verilog-do-indent, verilog-pretty-declarations-auto)
3233 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3234 Reported by Pierre-David Pfister.
3235 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3236 of class declarations, bug292. Reported by Kevin Heilman.
3237 (verilog-read-decls): Fix 'parameter type' not appearing in
3238 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3239 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3240 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3241 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3242 Reported by David Kravitz.
3243
32442012-05-03 Michael McNamara <mac@mail.brushroad.com>
3245
3246 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3247 assignment with tests in ifs and for loops.
3248 (verilog-extended-complete-re, verilog-complete-reg): Change so
3249 that DPI inport functions don't look like fuction declarations.
3250 (verilog-pretty-expr): Don't line up assignment
3251 operations to the test and increment in if and for loops
3252 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3253 that DPI inport functions don't look like fuction declarations.
47086495 3254
2e51d4b5
KH
32552012-05-03 Kenichi Handa <handa@m17n.org>
3256
3257 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3258 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3259 (Bug#11282).
3260
2bd785a2
SM
32612012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * emacs-lisp/bytecomp.el
3264 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3265 since cconv.el might have introduced :fun-body, internal-make-closure,
3266 and friends for bytecomp to handle (bug#11391).
3267 * custom.el (defcustom): Avoid ((λ ..) ..).
3268
99d27583
SM
32692012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3270
3271 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3272
55a71479
JB
32732012-05-02 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * notifications.el (dbus-debug):
3276 * term/linux.el (gpm-mouse-enable):
3277 * term/screen.el (xterm-register-default-colors): Declare.
3278
7b97c764
CY
32792012-05-02 Chong Yidong <cyd@gnu.org>
3280
2bc356d7
CY
3281 * cus-start.el (gc-cons-percentage, exec-suffixes)
3282 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3283 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3284 (make-cursor-line-fully-visible, void-text-area-pointer)
3285 (font-list-limit): Add customization data.
3286
7b97c764
CY
3287 * allout.el (allout-exposure-change-functions)
3288 (allout-structure-added-functions)
3289 (allout-structure-deleted-functions)
3290 (allout-structure-shifted-functions): Rename abnormal hooks from
3291 *-hook, and convert to defcustoms.
5d3385a0
JB
3292 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3293 Convert to defcustoms.
7b97c764
CY
3294 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3295
3296 * allout-widgets.el: Hook callers changed.
3297
90207a15 32982012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3299
3300 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3301 the yanked message in preference to the default value of
3302 buffer-file-coding-system.
3303
90207a15 33042012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3305
5d3385a0
JB
3306 * window.el (display-buffer--action-function-custom-type):
3307 Fix entry.
d9558cad 3308
90207a15 33092012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3310
3311 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3312
d80ac57b
GM
33132012-05-01 Glenn Morris <rgm@gnu.org>
3314
976f7668
GM
3315 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3316
beb83b5a
GM
3317 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3318
d80ac57b
GM
3319 * cus-edit.el (custom-variable-documentation): Simplify with format.
3320
b593d6a9
AH
33212012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3322 Stefan Monnier <monnier@iro.umontreal.ca>
3323
3324 * simple.el (suggest-key-bindings, execute-extended-command):
3325 Move from keyboard.c.
3326
782fbf2a
CY
33272012-05-01 Chong Yidong <cyd@gnu.org>
3328
3329 * follow.el: Eliminate advice.
3330 (set-process-filter, process-filter, sit-for): Advice deleted.
3331 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3332 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3333 Vars deleted.
782fbf2a
CY
3334 (follow-auto): Use a :set function.
3335 (follow-mode): Rewritten. Don't advise process filters.
3336 (follow-switch-to-current-buffer-all, follow-scroll-up)
3337 (follow-scroll-down): Assume follow-mode is bound.
3338 (follow-comint-scroll-to-bottom)
3339 (follow-align-compilation-windows): New functions.
3340 (follow--window-sorter): New function.
3341 (follow-all-followers): Use it to explicitly sort windows by their
3342 positions; don't make assumptions about next-window order.
3343 (follow-windows-start-end, follow-delete-other-windows-and-split)
3344 (follow-calc-win-start): Doc fix.
3345 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3346 vertical-motion unnecessarily.
3347 (follow-adjust-window): New function.
3348 (follow-post-command-hook): Use it.
3349 (follow-call-set-process-filter, follow-call-process-filter)
3350 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3351 (follow-stop-intercept-process-output, follow-generic-filter):
3352 Functions deleted.
3353 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3354 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3355 New functions, replacing advice on scroll-bar-* commands.
87233a14 3356 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3357
3358 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3359 (comint-postoutput-scroll-to-bottom): Use it.
3360 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3361
290af740
GM
33622012-05-01 Glenn Morris <rgm@gnu.org>
3363
3364 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3365 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3366 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3367 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3368 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3369 Remove no-byte-compile setting.
3370
6eac8dc9
SM
33712012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3374 all-completions code to not return a number in the last cdr.
3375
9cc7819c
LL
33762012-04-30 Leo Liu <sdl.web@gmail.com>
3377
3378 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3379 read-only error.
3380
c93b886f
CY
33812012-04-29 Chong Yidong <cyd@gnu.org>
3382
3383 * follow.el (follow-calc-win-end): Rewrite to handle partial
3384 screen lines correctly (Bug#8390).
3385 (follow-avoid-tail-recenter): Minor cleanup.
3386
8b6c19f4
SM
33872012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 Avoid the obsolete `assoc' package.
3390 * speedbar.el (speedbar-refresh): Avoid adelete.
3391 (speedbar-file-lists): Simplify and avoid aput.
3392 * man.el (Man--sections, Man--refpages): New vars, replacing
3393 Man-sections-alist and Man-refpages-alist.
3394 (Man-build-section-alist, Man-build-references-alist):
3395 Use them; avoid aput.
3396 (Man--last-section, Man--last-refpage): New vars.
3397 (Man-follow-manual-reference): Use them.
3398 Use the `default' arg of completing-read.
3399 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3400
c5bb7569
CY
34012012-04-27 Chong Yidong <cyd@gnu.org>
3402
d1d2e2e8
CY
3403 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3404
15cd8efd
CY
3405 * startup.el (x-apply-session-resources): New function.
3406
3407 * term/ns-win.el (ns-initialize-window-system):
3408 * term/w32-win.el (w32-initialize-window-system):
3409 * term/x-win.el (x-initialize-window-system): Use it to properly
3410 set menu-bar-mode and other vars from X resources, even if the
3411 initial frame is not a window-system frame (Bug#2299).
3412
c5bb7569
CY
3413 * subr.el (read-key): Avoid running filter function when setting
3414 up temporary tool bar entries (Bug#9922).
3415
a8e7d6d7 34162012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3417
3418 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3419 (Bug#11344)
3420
a8e7d6d7 34212012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3422
3423 * select.el (xselect--encode-string): New function, split from
3424 xselect-convert-to-string.
3425 (xselect-convert-to-string): Use it.
3426 (xselect-convert-to-filename, xselect-convert-to-os)
3427 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3428 returned strings are properly encoded (Bug#11315).
3429
a8e7d6d7 34302012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3431
3432 * simple.el (delete-active-region): Move to killing custom group.
3433
a8e7d6d7 34342012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3435
3436 * progmodes/which-func.el (which-func-current): Quote %
3437 characters for mode-line processing.
3438
578c1d4b 34392012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3440
3441 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3442 reaching eob (Bug#11286).
3443
a8e7d6d7 34442012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3445
3446 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3447 (gdb): Make it buffer-local and init to zero.
3448 (gdb-control-commands-regexp): New variable.
3449 (gdb-send): Don't wrap in "-interpreter-exec console" if
3450 gdb-control-level is positive. Increment gdb-control-level
3451 whenever the command matches gdb-control-commands-regexp, and
3452 decrement it each time the command is "end". (Bug#11279)
3453
a8e7d6d7 34542012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3455
3456 * window.el (adjust-window-trailing-edge, enlarge-window)
3457 (shrink-window, window-resize):
3458 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3459 windows (Bug#11276).
3460
b3608390
CY
34612012-04-27 Chong Yidong <cyd@gnu.org>
3462
3463 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3464 fix "missing prefix" warning. All callers changed.
b3608390 3465
797e6e88
SM
34662012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * emacs-lisp/assoc.el: Move to obsolete/.
3469
e95a67dc
SM
34702012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3471
657c21e4 3472 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3473
3474 * term/ns-win.el (ns-define-service):
3475 * progmodes/pascal.el (pascal-goto-defun):
3476 * progmodes/js.el (js--read-tab):
3477 * progmodes/etags.el (tags-lazy-completion-table):
3478 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3479 * emacs-lisp/ewoc.el (ewoc--wrap):
3480 * emacs-lisp/assoc.el (aput, adelete, amake):
3481 * doc-view.el (doc-view-convert-current-doc):
3482 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3483
cb3e7ae0
CY
34842012-04-26 Chong Yidong <cyd@gnu.org>
3485
dce04f7f
CY
3486 * image.el (image-type-from-buffer): Only return supported image
3487 type (Bug#9045).
3488
cb3e7ae0
CY
3489 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3490 value, for symmetry with diff-end-of-hunk.
3491 (diff-split-hunk, diff-find-source-location)
3492 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3493 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3494 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3495 compute the relevant hunk or file properly (Bug#6005).
3496 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3497
0d42eb3e
SM
34982012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * vc/vc-mtn.el:
3501 * vc/vc-hg.el:
3502 * vc/vc-git.el:
3503 * vc/vc-dir.el:
3504 * vc/vc-cvs.el:
3505 * vc/vc-bzr.el:
3506 * vc/vc-arch.el:
3507 * vc/vc.el: Replace lexical-let by lexical-binding.
3508 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3509 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3510 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3511
f08ae1c9
CY
35122012-04-26 Chong Yidong <cyd@gnu.org>
3513
8b71081d
CY
3514 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3515 (diff-mode-shared-map): Bind it to / and [remap undo].
3516
f08ae1c9
CY
3517 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3518 (ediff-window-setup-function): Use it as the default, to set up
3519 windows based on whether the current frame is graphical (Bug#2138).
3520 (ediff-choose-window-setup-function-automatically): Make obsolete.
3521
3522 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3523
ef24141c
SM
35242012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3525
cc356a5d
SM
3526 * ffap.el: Remove old code for obsolete package.
3527 (ffap-complete-as-file-p): Remove.
3528
b4ff4f1f
SM
3529 Use completion-table-with-quoting for comint and pcomplete.
3530 * comint.el (comint--unquote&requote-argument)
3531 (comint--unquote-argument, comint--requote-argument): New functions.
3532 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3533 (comint-quote-filename): Use regexp-opt-charset.
3534 (comint--common-suffix, comint--common-quoted-suffix)
3535 (comint--table-subvert): Remove.
3536 (comint-unquote-function, comint-requote-function): New vars.
3537 (comint--complete-file-name-data): Use them with
3538 completion-table-with-quoting.
3539 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3540 * pcomplete.el (pcomplete-arg-quote-list)
3541 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3542 (pcomplete-unquote-argument-function): Default to non-nil.
3543 (pcomplete-unquote-argument): Simplify.
3544 (pcomplete--common-quoted-suffix): Remove.
3545 (pcomplete-requote-argument-function): New var.
3546 (pcomplete--common-suffix): New function.
3547 (pcomplete-completions-at-point): Use completion-table-with-quoting
3548 and completion-table-subvert.
3549
79c4eeb4
SM
3550 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3551 (minibuffer--double-dollars): Preserve properties.
3552 (completion--sifn-requote): New function.
3553 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3554
ef24141c
SM
3555 * minibuffer.el: Add support for completion of quoted/escaped data.
3556 (completion-table-with-quoting, completion-table-subvert): New funs.
3557 (completion--twq-try, completion--twq-all): New functions.
3558 (completion--nth-completion): New function.
3559 (completion-try-completion, completion-all-completions): Use it.
3560
784e7d6e
LL
35612012-04-25 Leo Liu <sdl.web@gmail.com>
3562
dd2ac746
SM
3563 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3564 Use compilation-message if available to find real filename.
784e7d6e 3565
07875ee7
CY
35662012-04-25 Chong Yidong <cyd@gnu.org>
3567
3568 * vc/diff-mode.el (diff-setup-whitespace): New function.
3569 (diff-mode): Use it.
3570
3571 * vc/diff.el (diff-sentinel):
3572 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3573 Whitespace mode variables based on diff style (Bug#8612).
3574
5055880d
LL
35752012-04-25 Leo Liu <sdl.web@gmail.com>
3576
daf75653
LL
3577 * progmodes/python.el (python-send-region): Add suffix .py to the
3578 temp file.
3579
5055880d
LL
3580 * files.el (auto-mode-alist): Use javascript-mode instead.
3581
db9b177b
AH
35822012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3583
ef24141c 3584 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3585
090bd7cb 3586 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3587 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3588 references, see Bug#9.
ef24141c 3589 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3590 when receiving a fault reply.
ef24141c 3591 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3592
090bd7cb 3593 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3594 (soap-inspect-simple-type): New function.
db9b177b 3595
090bd7cb 3596 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3597 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3598 (soap-decode-basic-type, soap-encode-basic-type):
3599 support unsignedInt and double basic types.
db9b177b 3600 (soap-resolve-references-for-simple-type)
ef24141c
SM
3601 (soap-parse-simple-type, soap-encode-simple-type): New function.
3602 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3603
090bd7cb 3604 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3605 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3606 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3607 the local name of "soapenc:Array".
3608 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3609 decoding integer, byte and anyURI xsd types.
3610
1fc6097b
CY
36112012-04-25 Chong Yidong <cyd@gnu.org>
3612
3613 * cus-edit.el (custom-buffer-create-internal): Update header text.
3614
afc6df87
EZ
36152012-04-25 Eli Zaretskii <eliz@gnu.org>
3616
3617 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3618 settings on 'system-type', not on 'window-system'. On MS-Windows,
3619 set interactive-mode on in GDB.
3620
dfbd787f
SM
36212012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3622
3623 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3624 (ruby-syntax-propertize-regexp): Remove.
3625 (ruby-syntax-propertize-function): Split regexp into chunks.
3626 Match following code directly.
3627
85222d44
DG
36282012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3629
51a8ea2a
DG
3630 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3631 (ruby-syntax-propertize-regexp): New function.
3632 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3633 by a special keyword.
3634
85222d44
DG
3635 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3636 (ruby-syntax-general-delimiters-goto-beg)
3637 (ruby-syntax-propertize-general-delimiters): New functions.
3638 (ruby-syntax-propertize-function): Use them to handle GDL.
3639 (ruby-font-lock-keywords): Move old handling of GDL...
3640 (ruby-font-lock-syntactic-keywords): .. to here.
3641 (ruby-calculate-indent): Adjust indentation for GDL.
3642
b613912b
MA
36432012-04-24 Michael Albinus <michael.albinus@gmx.de>
3644
b5380639
MA
3645 * notifications.el (top): Remove unneeded declarations.
3646 (notifications-specification-version): Change to "1.2".
e43042fe 3647 (notifications-interface, notifications-notify-method)
b613912b
MA
3648 (notifications-close-notification-method): Fix docstring.
3649 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3650 (notifications-notify): Add :action-items, :resident and
3651 :transient hints. Change "image_data" to "image-data" and
3652 "image_path" to "image-path".
b613912b
MA
3653 (notifications-get-capabilities): New defun.
3654
257440aa
LL
36552012-04-24 Leo Liu <sdl.web@gmail.com>
3656
3657 * progmodes/python.el: Move hideshow setup to the end.
3658
b1bac16e
MR
36592012-04-24 Martin Rudalics <rudalics@gmx.at>
3660
3661 * window.el (handle-select-window): Clear echo area since this is
3662 no more done by read_char (Bug#11304).
3663
d81bd059
SM
36642012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3667 and `/ M' to filter-derived-mode.
3668 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3669 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3670 (ibuffer-mark-by-mode): Use default rather than initial-input.
3671 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3672
c4cf6d91
IA
36732012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3674
3675 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3676 (ibuffer-filter-by-derived-mode): New filter.
3677 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3678
7511ded8
CY
36792012-04-23 Andreas Politz <politza@fh-trier.de>
3680
3681 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3682
775c916b
CY
36832012-04-23 Chong Yidong <cyd@gnu.org>
3684
3685 * cus-edit.el (customize-apropos, customize-apropos-options):
3686 Disable matching of non-option variables (Bug#11176).
3687 (customize-option, customize-option-other-window)
3688 (customize-changed-options): Doc fix.
3689 (customize-apropos-options, customize-apropos-faces)
3690 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3691
3692 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3693 Fix word list splitting (Bug#11132).
46c71e23
CY
3694 (apropos-symbol, apropos-keybinding, apropos-label)
3695 (apropos-property, apropos-function-button)
3696 (apropos-variable-button, apropos-misc-button): New faces.
3697 (apropos-symbol-face, apropos-keybinding-face)
3698 (apropos-label-face, apropos-property-face, apropos-match-face):
3699 Variables removed (Bug#8396).
3700 (apropos-library-button, apropos-format-plist, apropos-print)
3701 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3702
2df41f9c
MA
37032012-04-23 Michael Albinus <michael.albinus@gmx.de>
3704
3705 * net/xesam.el (xesam-mode-map): Use let-bound map in
3706 initialization. (Bug#11292)
3707
da00640a
AM
37082012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3709
3710 Preserve ispell session localwords when switching back to
3711 original buffer.
3712
090bd7cb
JB
3713 * textmodes/ispell.el (ispell-buffer-session-localwords):
3714 New buffer-local variable to hold buffer session localwords.
ed9265fc 3715 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
3716 localwords.
3717 (ispell-command-loop, ispell-change-dictionary)
3718 (ispell-buffer-local-words): Preserve session localwords when
3719 needed.
3720
090bd7cb
JB
3721 * textmodes/flyspell.el (flyspell-process-localwords)
3722 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3723
f621ccf5
AM
37242012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3725
090bd7cb
JB
3726 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3727 using obsolete `translation-table-for-input'.
ef24141c
SM
3728 (ispell-word, ispell-process-line, ispell-complete-word):
3729 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3730
c2d1019e
CY
37312012-04-22 Chong Yidong <cyd@gnu.org>
3732
3733 * cus-edit.el (custom-variable-menu)
3734 (custom-variable-reset-saved, custom-face-menu)
3735 (custom-face-reset-saved): If there is no saved value, make the
3736 "reset-saved" operation bring back the default (Bug#9509).
3737 (custom-face-state): Properly detect themed faces.
3738
eeddc531
CY
3739 * faces.el (face-spec-set): Stop supporting deprecated form of
3740 third arg.
3741
dcbf5805
MA
37422012-04-22 Michael Albinus <michael.albinus@gmx.de>
3743
3744 Move functions from C to Lisp. Make non-blocking method calls
3745 the default. Implement further D-Bus standard interfaces.
3746
ef24141c
SM
3747 * net/dbus.el (dbus-message-internal): Declare function.
3748 Remove unneeded function declarations.
dcbf5805
MA
3749 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3750 (dbus-message-type-method-return, dbus-message-type-error)
3751 (dbus-message-type-signal): Declare variables. Remove local
3752 definitions.
3753 (dbus-interface-dbus, dbus-interface-peer)
3754 (dbus-interface-introspectable, dbus-interface-properties)
3755 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3756 Adapt docstring.
3757 (dbus-interface-objectmanager): New defconst.
3758 (dbus-call-method, dbus-call-method-asynchronously)
3759 (dbus-send-signal, dbus-method-return-internal)
3760 (dbus-method-error-internal, dbus-register-service)
3761 (dbus-register-signal, dbus-register-method): New defuns, moved
3762 from dbusbind.c
3763 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3764 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3765 New defuns.
dcbf5805
MA
3766 (dbus-call-method-non-blocking): Make it an obsolete function.
3767 (dbus-unregister-object, dbus-unregister-service)
3768 (dbus-handle-event, dbus-register-property)
3769 (dbus-property-handler): Obey the new structure of
3770 `bus-registered-objects'.
3771 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3772 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3773 Use `dbus-call-method'.
3774
cf20dee0
CY
37752012-04-22 Chong Yidong <cyd@gnu.org>
3776
3777 * cus-edit.el (custom-commands, custom-reset-menu)
3778 (Custom-reset-standard): Tweak labels.
3779 (custom-reset-button-menu): Change default to t.
3780 (custom-buffer-create-internal): For the custom-reset-button-menu
3781 case, put the revert button first.
3782 (custom-group-subtitle): New face.
3783 (custom-group-value-create): Align docstring to a specific column.
3784
3785 * wid-edit.el (widget-documentation-link-add): Don't handle
3786 indentation in this function.
3787 (widget-documentation-string-indent-to): New function.
3788 (widget-documentation-string-value-create): Use it.
3789
3790 * autorevert.el (auto-revert):
3791 * epg-config.el (epg):
3792 * ibuffer.el (ibuffer):
3793 * mpc.el (mpc):
3794 * ses.el (ses):
3795 * eshell/eshell.el (eshell):
3796 * net/ange-ftp.el (ange-ftp):
3797 * progmodes/ebnf2ps.el (postscript):
3798 * progmodes/flymake.el (flymake):
3799 * progmodes/prolog.el (prolog):
3800 * progmodes/verilog-mode.el (verilog-mode):
3801 * progmodes/which-func.el (which-func):
3802 * term/xterm.el (xterm):
3803 * textmodes/picture.el (picture):
3804 * textmodes/tildify.el (tildify):
3805 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3806 customization buffers.
3807
583e23bd
AM
38082012-04-22 Alan Mackenzie <acm@muc.de>
3809
3810 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3811 Adding a ) can hide the resulting (..) from searches. Fix it.
3812 Bound the backward search to the position of the existing (.
3813
7dd51bf1
JB
38142012-04-21 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * progmodes/verilog-mode.el (verilog-mode): Check whether
3817 which-func-modes is t before adding verilog-mode.
3818 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3819
d64a438f
LL
38202012-04-21 Leo Liu <sdl.web@gmail.com>
3821
7dd51bf1 3822 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3823
081e8d65
MV
38242012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3825
3826 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3827 filling of the last column of a table (Bug#5635).
3828 (woman-find-next-control-line): New arg, specifying an additional
3829 regexp component for the control line.
3830 (woman2-roff-buffer): Use it.
3831 (woman-break-table): New function.
3832 (woman2-TS): Use it.
3833
38342012-04-21 Chong Yidong <cyd@gnu.org>
3835
3836 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3837 (woman-horizontal-escapes, woman-negative-vertical-space)
3838 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3839 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3840
ed571ccb
SM
38412012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * minibuffer.el (completion-file-name-table): Complete user names.
3844
39773899
LL
38452012-04-20 Leo Liu <sdl.web@gmail.com>
3846
3847 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3848 and pcase-let*.
3849
de6ff46d
CY
38502012-04-20 Chong Yidong <cyd@gnu.org>
3851
3852 * server.el (server-execute): Respect initial-buffer-choice if it
3853 is a string and there are no files to open (Bug#2825).
3854 (server-create-window-system-frame, server-create-tty-frame):
3855 Don't switch buffers here.
2d0e8e61
CY
3856 (server-process-filter): Only try to open a window system frame if
3857 compiled with graphical support (Bug#8314).
de6ff46d 3858
54071013
DN
38592012-04-20 Dan Nicolaescu <dann@gnu.org>
3860
3861 * battery.el (battery-echo-area-format): Display remaining time
3862 for sysfs backend too (Bug#11269).
3863 (battery-linux-sysfs): Fix conditional for the charge.
3864
f30d612a
CY
38652012-04-20 Chong Yidong <cyd@gnu.org>
3866
c07a4c0b 3867 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3868 (gdb-inferior-io--init-proc): New function.
3869 (gdb-init-1): Use it.
3870 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3871 responsible for allocating a new pty and hooking it to gdb when
3872 the old pty gets an EIO due to process exit.
3873 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3874 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3875 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3876
2116e93c
EZ
38772012-04-20 Eli Zaretskii <eliz@gnu.org>
3878
3879 * window.el (window-min-size, window-sizable, window-min-delta)
3880 (window-max-delta, window--resizable, window-resizable)
3881 (window-total-size, window-full-height-p, window-full-width-p)
3882 (window-in-direction, window--resize-mini-window, window-resize)
3883 (window--resize-child-windows-normal)
3884 (window--resize-child-windows, window--resize-siblings)
3885 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3886 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3887
c07a4c0b 38882012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3889
ef24141c
SM
3890 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3891 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3892 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3893 pty process (Bug#11273).
3894 (gdb-update): New arg to suppress talking to the gdb process.
3895 (gdb-done-or-error): Use it.
3896 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3897 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3898 sentinel not being called.
3899
3900 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3901
d02766ab
CY
3902 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3903
c07a4c0b 39042012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3905
3906 * net/network-stream.el (open-network-stream): Doc fix.
3907
c07a4c0b 39082012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3909
3910 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3911
c07a4c0b 39122012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3913
3914 Ensure searching for keywords is case sensitive.
3915
3916 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3917 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3918 (c-defun-name, c-mark-function, c-cpp-define-name)
3919 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3920 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3921
ef24141c
SM
3922 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3923 Bind case-fold-search to nil.
f0f6bc35 3924
c07a4c0b 39252012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3926
3927 * mail/sendmail.el (mail-bury): Call return action with the right
3928 Rmail buffer (Bug#11242).
3929
9a864fa2
CY
3930 * server.el (server-process-filter): Handle corner case where both
3931 tty and nowait options are present (Bug#11102).
3932
539aa513
EZ
39332012-04-20 Eli Zaretskii <eliz@gnu.org>
3934
3935 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3936 (top level): Put into the executable the ident-style '$Id:' tag on
3937 windows-nt as well.
539aa513 3938
cfc7d5da
SM
39392012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * electric.el (electric-indent-post-self-insert-function): Check that
3942 electric-indent-mode is enabled in current buffer.
3943
5b01685c
JB
39442012-04-19 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * imenu.el (imenu-progress-message): Restore; it is "used" in
3947 erc/erc-imenu.el and net/snmp-mode.el.
3948
4d6769e1
JB
39492012-04-19 Juanma Barranquero <lekktu@gmail.com>
3950
3951 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3952 (mouse-avoidance-nudge-mouse): Remove unused binding.
3953
3954 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3955
3956 * descr-text.el (describe-char):
3957 * progmodes/python.el (python-describe-symbol):
3958 Don't call `toggle-read-only', set `buffer-read-only'.
3959
3960 * imenu.el (imenu-default-goto-function): Mark unused args.
3961 (imenu-progress-message): Remove obsolete macro; all callers changed.
3962
3963 * subr.el (keymap-canonicalize): Remove unused binding.
3964 (read-passwd): Mark unused arg.
3965
3966 * tutorial.el (tutorial--display-changes): Remove unused binding.
3967 (tutorial--save-tutorial-to): Remove unused variable.
3968
3969 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3970 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3971 (package-generate-autoloads, package-menu--generate)
3972 (package-menu--find-upgrades): Remove unused bindings.
3973
3974 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3975 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3976 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3977 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3978 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3979 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3980 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3981 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3982 (cua-delete-char-rectangle): Mark unused args.
3983 (cua-align-rectangle): Remove unused binding.
3984
3985 * mail/rmail.el (compilation--message->loc)
3986 (epa--find-coding-system-for-mime-charset): Declare.
3987
3988 * net/dbus.el (dbus-register-service): Declare.
3989 (dbus-name-owner-changed-handler): Remove unused binding.
3990
3991 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3992 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3993 (nxml-scan-backward-within): Mark unused arg.
3994 (nxml-dynamic-markup-word): Remove unused binding.
3995
3996 * mouse.el (mouse-menu-major-mode-map):
3997 * emacs-lisp/authors.el (authors-scan-change-log)
3998 (authors-add-to-author-list):
3999 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4000 * emacs-lisp/smie.el (smie-auto-fill):
4001 * mail/sendmail.el (mail-bury):
4002 * mail/unrmail.el (unrmail):
4003 * net/tls.el (open-tls-stream):
4004 * textmodes/picture.el (picture-mouse-set-point):
4005 Remove unused bindings.
4006
8c8fc5df
MA
40072012-04-19 Michael Albinus <michael.albinus@gmx.de>
4008
4009 * net/tramp.el (tramp-action-password): Let-bind
4010 `enable-recursive-minibuffers' to t.
4011
a77b0ac9
SS
40122012-04-18 Sam Steingold <sds@gnu.org>
4013
4014 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4015 instead of 'string to accommodate values like [f11].
4016 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4017 * progmodes/gdb-mi.el: Likewise.
4018
12a106a9
LL
40192012-04-18 Leo Liu <sdl.web@gmail.com>
4020
4021 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4022 current buffer.
4023 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4024 LOCAL is nil.
4025
bc6494ef
CY
40262012-04-18 Chong Yidong <cyd@gnu.org>
4027
4028 * simple.el (line-move): Use forward-line if in batch mode
4029 (Bug#11053).
4030
c09c46b2
CS
40312012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4032
4033 * files.el (after-find-file): Do not try to add a final newline if
4034 the buffer is read-only (Bug#11156).
4035
5f6530ea
RS
40362012-04-17 Richard Stallman <rms@gnu.org>
4037
4038 * mail/rmail.el (rmail-start-mail):
4039 Pass (rmail-mail-return...) for the return-action.
4040 Pass (rmail-yank-current-message...) for the yank-action.
4041 (rmail-yank-current-message): New function.
4042 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4043 (rmail-reply): Likewise.
4044 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4045
4046 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4047 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4048 buffer, not newbuf.
4049
197b6f3c
JB
40502012-04-17 Juanma Barranquero <lekktu@gmail.com>
4051
4052 * server.el (server-ensure-safe-dir): Simplify.
4053
2311d8e5 40542012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4055
2311d8e5
GM
4056 * emacs-lisp/smie.el: Provide smarter auto-filling.
4057 (smie-auto-fill): New function.
4058 (smie-setup): Use it.
98fb480e 4059
2311d8e5
GM
4060 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4061
40622012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4063
4064 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4065 (comment-indent): Use it.
4066
2311d8e5 40672012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4068
4069 * ses.el: The overall change is to add cell renaming, that is
4070 setting fancy names for cell symbols other than name matching
4071 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4072 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4073 (ses-create-cell-variable): New defun.
2311d8e5 4074 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4075 (ses-relocate-formula): Relocate formulas only for cells the
4076 symbols of which are not renamed, i.e. symbols whose names do not
4077 match regexp "\\`[A-Z]+[0-9]+\\'".
4078 (ses-relocate-all): Relocate values only for cells the symbols of
4079 which are not renamed.
4080 (ses-load): Create cells variables as the (ses-cell ...) are read,
4081 in order to check row col consistency with cell symbol name only
4082 for cells that are not renamed.
4083 (ses-replace-name-in-formula): New defun.
4084 (ses-rename-cell): New defun.
4bdf2ad2 4085
fc72b15c
PO
40862012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4087
4088 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4089 New option (bug#11118).
4090 (perl-calculate-indent): Respect it.
4091
12e10e61
GM
40922012-04-17 Glenn Morris <rgm@gnu.org>
4093
4094 * dired-aux.el (dired-mark-read-string): Doc fix.
4095
30009afd
DA
40962012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4097
4098 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4099 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4100
41f03f4d
GM
41012012-04-17 Glenn Morris <rgm@gnu.org>
4102
4103 * mouse.el (mouse-drag-track):
4104 * speedbar.el (speedbar-frame-mode):
4105 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4106
f45f90f3
LL
41072012-04-16 Leo Liu <sdl.web@gmail.com>
4108
4109 * progmodes/python.el: Trivial cleanup.
4110
94ee8db5
GM
41112012-04-16 Glenn Morris <rgm@gnu.org>
4112
121b8917
GM
4113 * vc/vc.el (vc-string-prefix-p):
4114 * vc/pcvs-util.el (cvs-string-prefix-p):
4115 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4116 * mpc.el (mpc-string-prefix-p):
4117 Make all of these into obsolete aliases for string-prefix-p.
4118 Update callers.
4119 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4120
1197ecfa
GM
4121 * textmodes/two-column.el: Move custom options to the start.
4122 (frame-width): Remove compat definition.
4123 (2C-associate-buffer, 2C-dissociate):
4124 Use with-current-buffer rather than save-excursion.
4125 (2C-dissociate): Force a mode-line update.
4126 (2C-autoscroll): Use ignore-errors.
4127
099e7202
GM
4128 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4129 Autoload trivia.
4130
bf350d6a
GM
4131 * emacs-lisp/cl-extra.el (*random-state*):
4132 Remove unnecessary declaration.
4133
0e829eab
GM
4134 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4135
e3ad7552
GM
4136 * play/cookie1.el (cookie-snarf):
4137 Give an explicit error if input file cannot be read.
4138
68892d27
GM
4139 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4140
20f0c46d
GM
4141 * progmodes/perl-mode.el (c-macro-expand):
4142 Remove unnecessary autoload (it is in loaddefs.el).
4143
5a0978ce
GM
4144 * textmodes/picture.el (picture-desired-column)
4145 (picture-update-desired-column): Convert comments to doc-strings.
4146 (picture-substitute): Remove function.
4147 (picture-mode-map): Initialize in the defvar.
4148
6b955486
GM
4149 * woman.el: Remove eval-after-load for tar-mode.
4150 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4151 (woman-tar-extract-file): Autoload it.
4152
94ee8db5
GM
4153 * frame.el (automatic-hscrolling): Make this alias obsolete.
4154
177eca34
AM
41552012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4156
090bd7cb 4157 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4158 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4159 (ispell-dictionary-base-alist): Revert to original XEmacs
4160 friendly version for default. [:alpha:] will be added in
090bd7cb 4161 `ispell-set-spellchecker-params' if needed.
177eca34 4162
c505aaeb
CY
41632012-04-16 Chong Yidong <cyd@gnu.org>
4164
4165 * image.el (imagemagick--extension-regexp): New variable.
4166 (imagemagick-register-types): Use it.
4167 (imagemagick-types-inhibit): Add :set function. Allow new value
4168 of t to inhibit all types.
4169
4170 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4171 so we can preload it.
4172
4173 * loadup.el (fboundp): Preload regexp-opt, needed by
4174 imagemagick-register-types.
4175
60efac0f
CY
41762012-04-15 Chong Yidong <cyd@gnu.org>
4177
4178 * frame.el (scrolling): Remove nearly unused customization group.
4179
4180 * scroll-all.el (scroll-all-mode): Move to windows group.
4181
5dd1713e
CY
41822012-04-15 Chong Yidong <cyd@gnu.org>
4183
4184 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4185
e6fd457e
CY
41862012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4189 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4190
e153c136
GM
41912012-04-15 Glenn Morris <rgm@gnu.org>
4192
4193 * simple.el (process-file-side-effects): Doc fix.
4194
e6fd457e 41952012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4196
4197 * international/mule-cmds.el (set-language-environment): Doc fix.
4198
3603c3b1
JB
41992012-04-14 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * server.el (server-auth-key, server-generate-key): Doc fixes.
4202 (server-get-auth-key): Doc fix. Use `string-match-p'.
4203 (server-start): Reflow docstring.
4204
e6de100c
LI
42052012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4206
4207 * server.el (server-generate-key): `called-interactively-p'
4208 requires a parameter.
4209
29734c21
MN
42102012-04-14 Michal Nazarewicz <mina86@mina86.com>
4211
4212 * server.el (server-auth-key): New variable.
75f1671a 4213 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4214 (server-start): Use the new variable and functions to allow
4215 setting a permanent server key (bug#9423).
4216
d65c9521
LL
42172012-04-14 Leo Liu <sdl.web@gmail.com>
4218
4219 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4220
5ae255c7
PE
42212012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4222
4223 Spelling fixes.
4224 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4225 Emacs uses American spelling.
4226
d5e6342e
JB
42272012-04-14 Juanma Barranquero <lekktu@gmail.com>
4228
4229 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4230 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4231 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4232 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4233
ab036cd7
SM
42342012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * progmodes/which-func.el (which-func-modes): Change default.
4237
35dc09a1 42382012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4239
4240 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4241 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4242
35dc09a1 42432012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4244
4245 * custom.el (custom-theme-set-variables): Doc fix.
4246
35dc09a1 42472012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4248
4249 * international/mule.el (set-auto-coding-for-load): Doc fix.
4250
35dc09a1 42512012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4252
35dc09a1
GM
4253 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4254 imenu work again for Objective C Mode. Correct the *-index values,
4255 these having been disturbed by a previous change in 2011-08.
57f845ee 4256
0de3da9f
AM
4257 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4258 Correct two search limits.
4259
35dc09a1 42602012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4261
4262 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4263
35dc09a1 42642012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4265
4266 * international/characters.el: Fix sorting.
4267
35dc09a1 42682012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4269
4270 * international/characters.el: Add more missing Latin case pairs.
4271
35dc09a1 42722012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4273
4274 * files.el (dir-locals-set-class-variables): Doc fix.
4275
35dc09a1 42762012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4277
3f1b5bf8
EZ
4278 * international/characters.el: Add set-case-syntax-pair call for
4279 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4280 counterpart. (Bug#11209)
4281
9f847f41
EZ
4282 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4283
35dc09a1 42842012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4285
4286 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4287
35dc09a1 42882012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4289
35dc09a1
GM
4290 * textmodes/ispell.el (ispell-dictionary-base-alist):
4291 Add data for Hebrew.
e2627d21 4292
35dc09a1 42932012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4294
35dc09a1
GM
4295 * net/rcirc.el (rcirc-cmd-quit):
4296 Revert 2012-03-18 change (Bug#11192).
5c14e333 4297
35dc09a1 42982012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4299
4300 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4301
35dc09a1 43022012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4303
4517fe3a
SM
4304 * minibuffer.el (completion-in-region-mode-map):
4305 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4306
b472a594
VD
43072012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4308
4309 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4310
09b95ce3
MY
43112012-04-13 Masatake YAMATO <yamato@redhat.com>
4312
4313 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4314 to allow `C-M-f' and `C-M-b' to move to the nearest path
4315 separator (bug#9511).
4316
4b63a9ca
LI
43172012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4318
4319 * avoid.el: Require cl when compiling. And also move the
4320 `provide' to the end.
4321
7b55b8bf
TV
43222012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4323
4324 * avoid.el (mouse-avoidance-banish-position): New variable.
4325 (mouse-avoidance-banish-destination): Use it (bug#10165).
4326
adedaa1f
LL
43272012-04-13 Leo Liu <sdl.web@gmail.com>
4328
4329 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4330
70e74021
KB
43312012-04-13 Ken Brown <kbrown@cornell.edu>
4332
4333 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4334 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4335 (browse-url-filename-alist): For the same reason, don't modify
4336 file:// URLs on Cygwin.
4337
e75e89ba
SM
43382012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4341 the region on shift if the binding is already shifted (bug#11221).
4342
82f289a4
GM
43432012-04-12 Glenn Morris <rgm@gnu.org>
4344
4345 * mail/mailpost.el: Move to obsolete/.
4346
d333dc4c
DA
43472012-04-12 Drew Adams <drew.adams@oracle.com>
4348
4349 * imenu.el (imenu--generic-function): Ignore invisible definitions
4350 (bug#10123).
4351
0d15b5ba
VD
43522012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4353
4354 * hexl.el (hexl-bits): New variable.
4355 (hexl-options): Mention the variable in the doc string.
75f1671a 4356 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4357 (hexl-mode): Mention the new variable.
75f1671a
JB
4358 (hexl-mode, hexl-current-address, hexl-current-address):
4359 Use the displen.
0d15b5ba
VD
4360 (hexl-ascii-start-column): New function.
4361 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4362 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4363
64a440db
AM
43642012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4365
4366 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4367 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4368 the encoding, as expected by hunspell.
4369
6decb6c2
SM
43702012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * battery.el (battery--linux-sysfs-regexp): New const.
4373 (battery-status-function): Use it. Remove yeeloong special case.
4374 (battery-yeeloong-sysfs): Remove.
4375 (battery-echo-area-format): Remove yeeloong special case.
4376
088be6fb
SM
43772012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4378
6622e416
SM
4379 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4380 Reported by Noah Friedman.
4381
088be6fb
SM
4382 * subr.el (read-passwd): Use read-string.
4383
b49f886e
LMI
43842012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4385
4386 * vcursor.el (vcursor-move): Increase the priority of the overlay
4387 (bug#9663).
4388
a63067fc
DD
43892012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4390
4391 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4392 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4393
ac3cf14a
WS
43942012-04-11 William Stevenson <yhvh2000@gmail.com>
4395
4396 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4397 define-minor-mode (bug#10760).
4398
c4fc691b 43992012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4400
4d6769e1 4401 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4402 that directories matching `grep-find-ignored-files' won't be
4403 pruned (bug#10351).
4404
af23e2e5
CY
44052012-04-11 Chong Yidong <cyd@gnu.org>
4406
4407 * startup.el (command-line): Remove support for long-obsolete
4408 variable font-lock-face-attributes.
4409
ab7ce8c1
GM
44102012-04-11 Glenn Morris <rgm@gnu.org>
4411
4412 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4413
de8c03dc
SM
44142012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * window.el (window--state-get-1): Obey window-point-insertion-type.
4417
050cc68b
LB
44182012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4419
4420 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4421 to previous function when point is on the first character of a
75f1671a 4422 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4423
a38c310c
GM
44242012-04-11 Glenn Morris <rgm@gnu.org>
4425
effed0c2
GM
4426 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4427 not just file-errors.
4428
a38c310c
GM
4429 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4430 (vc-bzr-sha1): Use internal sha1.
4431
0221e323
SM
44322012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4435
43956923
SG
44362012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4437
4438 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4439 that start in the middle of the line (bug#10496).
4440
6a8c9eaf
DN
44412012-04-10 Dan Nicolaescu <dann@gnu.org>
4442
4443 * battery.el (battery-linux-proc-acpi): Only one battery is
4444 discharged at a time, but that seems to confuse battery.el when
4445 computing `rate-type' for the battery not being discharged
4446 (bug#10332).
4447
1930bf5d
SM
44482012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4449
2a718f6f
SM
4450 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4451
599430d0
SM
4452 * international/quail.el: Use dolist and simplify.
4453 (quail-define-package, quail-update-keyboard-layout)
4454 (quail-define-rules): Use dolist.
4455 (quail-insert-kbd-layout, quail-get-translation): CSE.
4456
a2754b6c
SM
4457 * tmm.el: Use dolist, remove left over hook.
4458 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4459 Use dolist.
4460 (calendar-load-hook): Don't mess with it.
4461
1930bf5d
SM
4462 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4463 Use derived-mode-p. Run the diff asynchronously.
4464
9f67961c
LMI
44652012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4466
4467 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4468
2a8ce227
JB
44692012-04-10 Juanma Barranquero <lekktu@gmail.com>
4470
4471 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4472 (list-dynamic-libraries--loaded): New function.
4473 (list-dynamic-libraries--refresh): Use it.
4474
8f33b5f8
NW
44752012-04-10 Nathan Weizenbaum <nweiz@google.com>
4476
1930bf5d
SM
4477 * progmodes/python.el (python-fill-paragraph):
4478 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4479 disabled (bug#7018).
4480
b12f0439
L
44812012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4482
1930bf5d 4483 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4484 DOS/MS Windows for the Baltic languages. There are still plenty
4485 of texts written in this encoding/codepage (bug#6519).
b12f0439 4486
57c3bd01
GM
44872012-04-10 Glenn Morris <rgm@gnu.org>
4488
4489 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4490 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4491
6c3eab30
FA
44922012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4493
1930bf5d 4494 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4495 next-line "n" and previous-line "p" in order to make recentf more
4496 consistent with ibuffer, dired or org-mode (bug#9387).
4497
24d78a88
LMI
44982012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4499
bc72b5d9
LMI
4500 * image.el (put-image): Return the overlay created instead of the
4501 optional input string (bug#7834). Note that this may break code
4502 that is (for some reason or other) depending on `put-image'
4503 returning the string.
4504
bd2dba5a
LMI
4505 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4506
74beb59f
LMI
4507 * simple.el (zap-to-char): Allow zapping using input methods
4508 (bug#1580).
4509
24d78a88
LMI
4510 * textmodes/fill.el (fill-region): Leave point and mark where they
4511 were before filling (bug#5399).
4512
263f20cd
GM
45132012-04-09 Glenn Morris <rgm@gnu.org>
4514
4515 * version.el (emacs-bzr-get-version):
4516 Handle lightweight checkouts of local branches.
4517
58d1f797
AS
45182012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4519
263f20cd 4520 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4521
b4d3bc10
CY
45222012-04-09 Chong Yidong <cyd@gnu.org>
4523
4524 * custom.el (custom-variable-p): Return nil for non-symbol
4525 arguments instead of signaling an error.
4526 (user-variable-p): Obsolete alias for custom-variable-p.
4527
4528 * apropos.el (apropos-variable):
4529 * files-x.el (read-file-local-variable):
4530 * simple.el (set-variable):
4531 * woman.el (woman-mini-help):
4532 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4533
fd06db5d
GM
45342012-04-09 Glenn Morris <rgm@gnu.org>
4535
e5fcdb5e
GM
4536 * startup.el (normal-top-level): Don't look for leim-list.el
4537 in places where it will not be found. (Bug#910)
4538
fd06db5d
GM
4539 * international/mule-cmds.el (set-default-coding-systems):
4540 * files.el (normal-mode):
4541 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4542 This function was removed with ucs-tables.el in 2008.
4543
b39bb7e1
EZ
45442012-04-08 Eli Zaretskii <eliz@gnu.org>
4545
4546 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4547 ispell-encoding8-command to "-i", without a trailing space.
4548 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4549 separate command-line arguments, to specify the encoding, since
4550 that's how hunspell expects it.
4551
5c5b8e23
GM
45522012-04-08 Glenn Morris <rgm@gnu.org>
4553
4554 * loadup.el: Load bindings before cus-start.
4555 This reduces somewhat the number of "rogue" settings in emacs -Q.
4556
a1ed8b05
GM
45572012-04-07 Glenn Morris <rgm@gnu.org>
4558
4559 * version.el (emacs-bzr-get-version): New function.
dfae128a 4560 (emacs-bzr-version): New variable.
a1ed8b05
GM
4561 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4562 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4563
b142f158
EZ
45642012-04-07 Eli Zaretskii <eliz@gnu.org>
4565
dfae128a
GM
4566 * international/uni-bidi.el, international/uni-category.el:
4567 * international/uni-combining.el, international/uni-decimal.el:
4568 * international/uni-decomposition.el, international/uni-digit.el:
4569 * international/uni-lowercase.el, international/uni-mirrored.el:
4570 * international/uni-name.el, international/uni-numeric.el:
4571 * international/uni-titlecase.el, international/uni-uppercase.el:
4572 Update for Unicode 6.1.
b142f158 4573
9078ead6
EZ
45742012-04-07 Eli Zaretskii <eliz@gnu.org>
4575
4576 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4577
f23d2c7d
LMI
45782012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4579
4580 * window.el (shrink-window): Mention the `window-min-height'
4581 variable in the doc string.
4582
0a0a3573
BG
45832012-04-05 Bastien Guerry <bzg@altern.org>
4584
4585 * color.el (color-lighten-name): Fix typo.
4586
e5248ac9
SM
45872012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * server.el (server--on-display-p): New function.
4590 (server--on-display-p): Use it.
4591
b4243e22
GV
45922012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4593
4594 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4595 (bug#11145).
4596
305d9f44
SM
45972012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * comint.el (comint--common-quoted-suffix): Check string boundary
4600 before comparing (bug#11158).
4601 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4602
3d439cd1
CY
46032012-04-04 Chong Yidong <cyd@gnu.org>
4604
321cc491
CY
4605 * minibuffer.el (completion-extra-properties): Doc fix.
4606
3d439cd1
CY
4607 * subr.el (delayed-warnings-hook): Doc fix.
4608
2d562c0f
DU
46092012-04-04 Daiki Ueno <ueno@unixuser.org>
4610
4611 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4612 selection (Bug#11159).
4613 (epa-insert-keys): Inform that the default public key will be
4614 exported if no key is selected.
4615
4443f204
RS
46162012-04-04 Richard Stallman <rms@gnu.org>
4617
4618 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4619
529c06b6
CY
46202012-04-03 Chong Yidong <cyd@gnu.org>
4621
4622 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4623 mail-insert-file, not its obsolete alias mail-attach-file.
4624
66b907dc
MA
46252012-04-03 Michael Albinus <michael.albinus@gmx.de>
4626
4627 * notifications.el (notifications-notify): Fix docstring.
4628
c0ea195d
GM
46292012-04-02 Glenn Morris <rgm@gnu.org>
4630
4631 * emacs-lisp/authors.el (authors-aliases): Another addition.
4632
5ca64e00
MA
46332012-04-02 Michael Albinus <michael.albinus@gmx.de>
4634
4635 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4636 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4637 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4638
42ee526b
CY
46392012-04-01 Chong Yidong <cyd@gnu.org>
4640
4641 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4642 Handle root directory properly.
4643 (copy-directory): Caller changed.
4644
4645 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4646 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4647
0b021094
GM
46482012-03-31 Glenn Morris <rgm@gnu.org>
4649
40f86458
GM
4650 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4651
7019c177
GM
4652 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4653
a1daddd6
GM
4654 * calendar/calendar.el (calendar-window-list)
4655 (calendar-hide-window): Restore. (Bug#11140)
4656 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4657
0b021094
GM
4658 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4659
40311efc
TV
46602012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4661
4662 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4663 Check if file is a symlink (Bug#10489).
4664
4665 * files.el (copy-directory): Likewise.
4666
5319014e
CY
46672012-03-30 Chong Yidong <cyd@gnu.org>
4668
4669 * image.el (imagemagick-types-inhibit)
4670 (imagemagick-register-types): Doc fix.
4671
935d1290
AM
46722012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4673
090bd7cb 4674 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4675 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4676 and treats ~word as ordinary words in pipe mode.
935d1290 4677
61c6e8fd
GM
46782012-03-30 Glenn Morris <rgm@gnu.org>
4679
4680 * tutorial.el (help-with-tutorial): Ensure local variables don't
4681 happen to make the buffer read-only. (Bug#11127)
4682
81fdff00
SM
46832012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4686 (perl-calculate-indent): Return `noindent' in strings.
4687
6e7a6ec0
SS
46882012-03-28 Sam Steingold <sds@gnu.org>
4689
4690 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4691 instead of the broken adhockery which does not prevent calendar
4692 buffers from being displayed at random after exit.
4693 (calendar-window-list, calendar-hide-window): Remove the broken
4694 adhockery.
4695
fee88ca0
GM
46962012-03-28 Glenn Morris <rgm@gnu.org>
4697
4698 * replace.el (query-replace-map): Doc fix.
4699
38de3354
AS
47002012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4701
4702 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4703 contents. (Bug#11109)
4704
b973155e
SM
47052012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4708 (bug#11077).
4709 (avl-tree--check, avl-tree--check-node): New funs.
4710
dcb6e7b3
MR
47112012-03-27 Martin Rudalics <rudalics@gmx.at>
4712
4713 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4714 (switch-to-prev-buffer, switch-to-next-buffer):
4715 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4716 showing a buffer already is done on the same frame.
4717
b4fa35fa
GM
47182012-03-27 Glenn Morris <rgm@gnu.org>
4719
4720 * startup.el (mail-host-address): Doc fix.
4721
f9210e18
SM
47222012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4725 than 197 variables.
4726
c0bf7753
AF
47272012-03-26 Ami Fischman <ami@fischman.org>
4728
4729 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4730
33da7b16
GM
47312012-03-26 Glenn Morris <rgm@gnu.org>
4732
02243d9d
GM
4733 * files.el (save-buffers-kill-emacs): Doc fix.
4734
33da7b16
GM
4735 * startup.el (normal-top-level, command-line, command-line-1):
4736 Give them doc strings.
4737
e5a69fd0
EZ
47382012-03-25 Eli Zaretskii <eliz@gnu.org>
4739
4740 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4741 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4742
9a69676a
CY
47432012-03-25 Chong Yidong <cyd@gnu.org>
4744
4125cb8b
CY
4745 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4746 theme if it was previously enabled before (Bug#11031).
4747
dd470960
CY
4748 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4749 spec with custom-face-get-current-spec if its :shown-value is not
4750 determined yet (Bug#9337).
4125cb8b 4751 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4752
9a69676a
CY
4753 * button.el (button-at): Minor addition to docstring.
4754
6e7e90fa
SL
47552012-03-24 Simon Leinen <simon.leinen@gmail.com>
4756
4757 * vc/vc.el (vc-merge): Fix a prompt.
4758
f06e2758
CY
47592012-03-24 Chong Yidong <cyd@gnu.org>
4760
4761 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4762 point (Bug#9623).
4763
6e7e90fa
SL
4764 * button.el (button-at): Minor addition to docstring.
4765
b9d0879b
SM
47662012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * newcomment.el (comment-choose-indent): No space after BOL.
4769
e71cebb3
SS
47702012-03-22 Sam Steingold <sds@gnu.org>
4771
4772 * window.el (switch-to-prev-buffer): Revert last patch because the
4773 bug turned out to be an advertised feature (Elisp manual 28.14).
4774
335aff35
GM
47752012-03-22 Glenn Morris <rgm@gnu.org>
4776
4777 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4778 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4779
c676576a
LMI
47802012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4781
4782 * net/network-stream.el (network-stream-open-starttls): Make error
4783 message under Windows be less misleading.
4784
126f3d39
LW
47852012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4786
4787 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4788 understands (bug#9942).
4789
64fee311
CY
47902012-03-22 Chong Yidong <cyd@gnu.org>
4791
4792 * simple.el (end-of-visible-line): Handle return value of
4793 next-single-property-change properly (Bug#9371).
4794
a640d29a
KH
47952012-03-22 Kenichi Handa <handa@m17n.org>
4796
4797 * international/quail.el (quail-insert-kbd-layout): Fix previous
4798 change. To avoid unwanted bidi reordering, use
4799 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4800
39675016
DG
48012012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4802
4803 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4804 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4805 (ruby-beginning-of-indent): Be more careful with the difference
4806 between word-boundary and symbol boundary.
4807 (ruby-mode-syntax-table): Make : a symbol constituent.
4808
0a6934fc 48092012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4810
3d008e4f
SM
4811 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4812
0a6934fc
SM
48132012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4814
af67c9d7
SM
4815 * progmodes/etags.el (tags-completion-at-point-function):
4816 Improve last fix.
4817
1acad97c
SM
4818 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4819
e298b5da
SS
48202012-03-21 Sam Steingold <sds@gnu.org>
4821
4822 * progmodes/etags.el (tags-completion-at-point-function):
4823 Avoid the error when point is inside the pattern.
4824
91d82a70
JY
48252012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4826
4827 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4828 line (Bug#10855).
4829
69188b79
CY
48302012-03-21 Drew Adams <drew.adams@oracle.com>
4831
4832 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4833
99fc91fe
AK
48342012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4835
4836 * ido.el (ido-set-current-directory, ido-read-internal)
4837 (ido-choose-completion-string, ido-completion-help): Handle nil
4838 value of ido-completion-buffer (Bug#11008).
4839
087bbb4c
SS
48402012-03-21 Sam Steingold <sds@gnu.org>
4841
4842 * window.el (switch-to-prev-buffer): Do not switch to a visible
4843 window previous buffer, just like with the frame previous buffers.
4844
fb5b8aca
CY
48452012-03-21 Chong Yidong <cyd@gnu.org>
4846
4847 * faces.el (make-face, make-empty-face, copy-face):
4848 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4849 Doc fixes.
4850
dc9924b8
SM
48512012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4854 (widget-complete): Remove broken use of it.
4855
f0bcceb9
CY
48562012-03-20 Chong Yidong <cyd@gnu.org>
4857
dc9924b8
SM
4858 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4859 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4860 characters.
4861
ee52ebf3
TH
48622012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4863
4864 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4865 to draw rectangles, not squares. (Regression introduced by revno
4866 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4867
4c5779ab
CY
48682012-03-18 Chong Yidong <cyd@gnu.org>
4869
4870 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4871 it is not yet defined (for temacs).
4872
15360934
LL
48732012-03-18 Leo Liu <sdl.web@gmail.com>
4874
dc9924b8 4875 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4876
d9a8eb66
EZ
48772012-03-17 Eli Zaretskii <eliz@gnu.org>
4878
4879 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4880 (ispell-choices-win-default-height, ispell-silently-savep)
4881 (ispell-dictionary-alist, ispell-encoding8-command)
4882 (ispell-check-version, ispell-aspell-find-dictionary)
4883 (ispell-valid-dictionary-list, ispell-words-keyword)
4884 (ispell-get-word, ispell-internal-change-dictionary)
4885 (ispell-region, ispell-skip-region-list)
4886 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4887 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4888 (ispell-message-text-end, ispell-message)
4889 (ispell-buffer-local-parsing): Doc fix.
4890
f02ff80d
J
48912012-03-13 Jambunathan K <kjambunathan@gmail.com>
4892
4893 * htmlfontify.el: Add support for code block fontification for ODT
4894 export (Bug #9914).
4895 (hfy-optimisations): Define new option
4896 `body-text-only'
4897 (hfy-fontify-buffer): Honor above setting.
4898 (hfy-begin-span, hfy-end-span): New routines factored out form
4899 `hfy-fontify-buffer'.
4900 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4901 that permit insertion of custom tags.
4902 (hfy-fontify-buffer): Use above handlers.
4903 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4904 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4905 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4906 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4907 bind a special variable `hfy-user-sheet-assoc'.
4908 (htmlfontify-string): New defun.
4909 (hfy-compile-face-map): Make sure that the last char in the
4910 buffer is correctly fontified.
4911 (hfy-face-resolve-face): Whitespace only change.
4912
9ac7a13f
EZ
49132012-03-17 Eli Zaretskii <eliz@gnu.org>
4914
4915 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4916 message more clear.
4917
e2b5bdd7
LL
49182012-03-16 Leo Liu <sdl.web@gmail.com>
4919
4920 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4921
2e492df3
AM
49222012-03-16 Alan Mackenzie <acm@muc.de>
4923
4924 Further optimise the handling of large macros.
4925
4926 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4927 limit to a call of `c-literal-limits'.
4928 (c-determine-+ve-limit): New function.
dc9924b8
SM
4929 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4930 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4931 In CASE 5B, restrict a search limit to 500.
4932 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4933
4934 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4935 Restrict macro bounds to +-500 from after-change's BEG END.
4936
50e94f0c
LL
49372012-03-16 Leo Liu <sdl.web@gmail.com>
4938
4939 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4940
6f09f6ed
AH
49412012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4942
4943 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4944 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4945
c7e73d51
GM
49462012-03-16 Glenn Morris <rgm@gnu.org>
4947
da986230
GM
4948 * view.el (view-buffer, view-buffer-other-window)
4949 (view-buffer-other-frame): Doc fixes re special mode-class.
4950
0835f01e
GM
4951 * subr.el (eval-after-load): If named feature is provided not from
4952 a file, run after-load forms. (Bug#10946)
4953
c7e73d51
GM
4954 * calendar/calendar.el (calendar-insert-at-column):
4955 Handle non-unit-width characters a bit better. (Bug#10978)
4956
3f2eafd1
CY
49572012-03-15 Chong Yidong <cyd@gnu.org>
4958
4959 * emacs-lisp/ring.el (ring-extend): New function.
4960 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4961
4962 * comint.el (comint-read-input-ring)
4963 (comint-add-to-input-history): Grow comint-input-ring lazily.
4964
103af3fe
SM
49652012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4966
663b1677
SM
4967 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4968 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4969
103af3fe
SM
4970 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4971 (imenu-add-to-menubar): Don't add a redundant index.
4972 (imenu-update-menubar): Handle a dynamically composed keymap.
4973
899cb7cb
KY
49742012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4975
4976 * mail/sendmail.el (mail-encode-header):
4977 Bind rfc2047-encode-encoded-words to nil.
4978
3809f91d
GM
49792012-03-13 Glenn Morris <rgm@gnu.org>
4980
4981 * calendar/calendar.el (calendar-string-spread):
4982 Handle non-unit-width characters a bit better. (Bug#10978)
4983
9e345a01
LL
49842012-03-13 Leo Liu <sdl.web@gmail.com>
4985
4986 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4987 directory and file as argument (Bug#10822).
4988
4a07df36
KS
49892012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4990
4991 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4992 For dynamically generated code, follow $PC.
4993 (gdb-disassembly-handler-custom): Handle no function name case.
4994
4aaa9356
TL
49952012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4996
4997 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4998 * emulation/ws-mode.el (ws-query-replace):
4999 * sort.el (sort-regexp-fields):
5000 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5001
225979da
SM
50022012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * dabbrev.el: Fix cycle completion order (bug#10963).
5005 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5006 (dabbrev-completion): Don't use an obarray; provide
5007 a cycle-sort-function.
5008
e2f1fdab
LL
50092012-03-12 Leo Liu <sdl.web@gmail.com>
5010
dc9924b8 5011 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5012 (kill-do-not-save-duplicates): Doc fix.
5013
b19490ed
SM
50142012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * dabbrev.el: Fix cycle completion (bug#10963).
5017 Use lexical binding and wrap to 80 columns.
5018 (dabbrev-completion): Delay computing the list of completions.
5019
4b05d722
KH
50202012-03-12 Kenichi Handa <handa@m17n.org>
5021
5022 * international/quail.el (quail-insert-kbd-layout): Surround each
5023 row by LRO and PDF instead of inserting many LRMs. Pad the left
5024 and right of each non-spacing marks. Insert invisible space
5025 between lower and upper characters to prevent composition.
5026
dbbc2e69
SM
50272012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5028
5029 * minibuffer.el (minibuffer-complete): Don't get confused when the
5030 function is run twice via different commands (bug#10958).
5031 (complete-with-action): Fix docstring.
5032
292112ed
CY
50332012-03-12 Chong Yidong <cyd@gnu.org>
5034
5d1ac394
CY
5035 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5036 (nxml-completion-at-point-function): New function.
5037 (nxml-mode): Use it.
5038 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5039
292112ed
CY
5040 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5041 Load generated autoloads file before byte compiling (Bug#10970).
5042 (package--make-autoloads-and-compile): New helper fun.
5043
4098f8f7
CS
50442012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5045
5046 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5047
8f754691
MA
50482012-03-11 Michael Albinus <michael.albinus@gmx.de>
5049
5050 * autorevert.el (auto-revert-handler): Ensure, that
5051 file-readable-p is applied only for local files or in
5052 auto-revert-tail-mode.
5053
e29ab36b
AS
50542012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5055
dbbc2e69
SM
5056 * server.el (server-eval-at): Handle non-tcp connections.
5057 Decode result string.
ad0bf5b6 5058
e29ab36b
AS
5059 * server.el (server-msg-size): New constant.
5060 (server-reply-print): New function.
5061 (server-eval-and-print): Use it.
5062 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5063 Handle -print-nonl.
5064
de5939ba
CS
50652012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5066
5067 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5068 (Bug#10987).
5069
0c93eabf
CY
50702012-03-11 Chong Yidong <cyd@gnu.org>
5071
397a688f
CY
5072 * simple.el (goto-line): Doc fix (Bug#9938).
5073
2cc775f9
CY
5074 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5075
0c93eabf
CY
5076 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5077 when finished (Bug#10963).
5078
c491fa41
MR
50792012-03-11 Martin Rudalics <rudalics@gmx.at>
5080
5081 * window.el (split-window-below): Fix bug in case where
5082 split-window-keep-point is nil (Bug#10971).
5083
300e8fa5
JL
50842012-03-11 Juri Linkov <juri@jurta.org>
5085
5086 * replace.el (replace-highlight): Set isearch-word to nil
5087 unconditionally. (Bug#10887)
5088
dbf6c5a1
EZ
50892012-03-10 Eli Zaretskii <eliz@gnu.org>
5090
5091 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5092 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5093 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5094 (mairix-widget-create-query): Add usage information about mairix
5095 search forms: negating words, searching for substrings, etc.
5096
b9e501de
JP
50972012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5098
5099 * international/fontset.el (font-encoding-alist): Add an entry for
5100 ksx1001 (Bug#5667).
5101
92795c91
RS
51022012-03-10 Richard Stallman <rms@gnu.org>
5103
1694e6c1
RS
5104 * mail/sendmail.el (mail-encode-header):
5105 Set rfc2047-encode-encoded-words.
5106
607e8555
RS
5107 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5108
de3bc99a
RS
5109 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5110 view buffer means not swapped.
5111 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5112 (rmail-write-region-annotate): Error if real text has disappeared.
5113
92795c91
RS
5114 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5115
699bd04e
CY
51162012-03-10 Chong Yidong <cyd@gnu.org>
5117
5118 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5119 * emulation/cua-base.el (cua--init-keymaps):
5120 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5121
570a1714
MR
51222012-03-10 Martin Rudalics <rudalics@gmx.at>
5123
dbbc2e69
SM
5124 * speedbar.el (speedbar-unhighlight-one-tag-line):
5125 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5126
82dcf4e4
CY
51272012-03-10 Chong Yidong <cyd@gnu.org>
5128
7a2c7ca7
CY
5129 * minibuffer.el (completion-in-region, completion-help-at-point):
5130 Give the completion field overlay a high priority (Bug#6830).
5131
82dcf4e4
CY
5132 * dired.el (dired-goto-file): Recognize absolute file name
5133 listings (Bug#7126).
5134 (dired-goto-file-1): New helper function.
5135 (dired-toggle-read-only): Inhibit warnings.
5136
052e28ac
MA
51372012-03-09 Michael Albinus <michael.albinus@gmx.de>
5138
75f1671a 5139 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5140 there are no properties.
5141
95d5e396
LL
51422012-03-09 Leo Liu <sdl.web@gmail.com>
5143
5144 * savehist.el (savehist-printable): Stricter check for string
5145 value (Bug#10937).
5146
3f018d6d
EZ
51472012-03-09 Eli Zaretskii <eliz@gnu.org>
5148
dbbc2e69
SM
5149 * mail/smtpmail.el (smtpmail-send-it):
5150 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5151 valid mbox format.
5152
f7fd3d79
GM
51532012-03-09 Glenn Morris <rgm@gnu.org>
5154
5155 * files.el (dir-locals-find-file):
5156 Don't check result is regular, readable.
5157 (dir-locals-read-from-file): Demote errors.
5158
6ff6e72f
EZ
51592012-03-08 Eli Zaretskii <eliz@gnu.org>
5160
dbbc2e69
SM
5161 * international/quail.el (quail-insert-kbd-layout):
5162 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5163 layout cell, to prevent their reordering by bidi display engine.
5164 For details, see the discussion in
5165 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5166
9cec7834
AM
51672012-03-08 Alan Mackenzie <acm@muc.de>
5168
5169 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5170 the starting position; make it extend the marked region when
5171 invoked repeatedly - all under appropriate circumstances.
5172 Fixes bugs #5525, #10906.
5173
9a40b8d4
GM
51742012-03-08 Glenn Morris <rgm@gnu.org>
5175
5176 * files.el (locate-dominating-file, dir-locals-find-file):
5177 Undo 2012-03-06 change.
5178
7a08ed35
EZ
51792012-03-07 Eli Zaretskii <eliz@gnu.org>
5180
dbbc2e69
SM
5181 * international/quail.el (quail-help):
5182 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5183 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5184 for the reason.
5185
5aca4f71 51862012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5187
5188 Avoid superfluous registering of signals. (Bug#10807)
5189
5190 * notifications.el (notifications-on-action-object)
5191 (notifications-on-close-object): New defvars.
5192 (notifications-on-action-signal, notifications-on-closed-signal):
5193 Unregister the signal if not needed any longer.
5194 (notifications-notify): Register `notifications-action-signal' or
5195 `notifications-closed-signal', if :on-action or :on-close has been
5196 passed as argument.
5197
78e8b10a
CY
51982012-03-07 Chong Yidong <cyd@gnu.org>
5199
5200 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5201 non-X platforms.
5202
69481eb8
GM
52032012-03-06 Glenn Morris <rgm@gnu.org>
5204
5205 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5206 (x-disown-selection-internal, x-get-selection-internal):
5207 Doc fix (add arglist signatures). (Bug#10783)
5208
133b8e11
KS
52092012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5210
5211 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5212 Handle breakpoints with no "type".
5213
99a83064
GM
52142012-03-06 Glenn Morris <rgm@gnu.org>
5215
5216 * files.el (locate-dominating-file): Add optional predicate argument.
5217 (dir-locals-find-file): Make use of above change.
5218
17798e78
TTN
52192012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5220
5221 * info.el (Info-insert-dir): Also try "dir.gz".
5222
eb182446
GM
52232012-03-06 Glenn Morris <rgm@gnu.org>
5224
8f2114ee
GM
5225 * files.el (dir-locals-find-file):
5226 Ignore non-readable or non-regular files. (Bug#10928)
5227
eb182446
GM
5228 * files.el (locate-dominating-file): Doc fix.
5229
24679323
AS
52302012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5231
5232 * calendar/calendar.el (calendar-set-mode-line):
5233 `getenv' returns a string. (Bug#10951)
5234
01d972a9
LL
52352012-03-05 Leo Liu <sdl.web@gmail.com>
5236
109aa8a9
LL
5237 * simple.el (backward-delete-char-untabify): Constrain point to
5238 field (Bug#10939).
5239
01d972a9
LL
5240 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5241
10607bea
CY
52422012-03-05 Chong Yidong <cyd@gnu.org>
5243
5244 * simple.el (count-words): If called from Lisp, return the word
5245 count, for symmetry with `count-lines'. Arglist changed.
5246 (count-words--message): Args changed. Consolidate counting code
5247 from count-words and count-words-region.
5248 (count-words-region): Caller changed.
5249 (count-lines-region): Make it an obsolete alias.
5250
5dd11cfe
TH
52512012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5252
5253 * saveplace.el (save-place-to-alist)
5254 (save-place-ignore-files-regexp): Allow value nil to disable this
5255 feature.
5256
c349f4e6
CY
52572012-03-04 Chong Yidong <cyd@gnu.org>
5258
5259 * faces.el (face-spec-reset-face): For the default face, reset the
5260 attributes to default values (Bug#10748).
5261
e627be4c
LMI
52622012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5263
5264 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5265 previous patch: Check `message-send-mail-function', and not the
5266 default function (bug#10897).
5267
ebeabff4
MA
52682012-03-04 Michael Albinus <michael.albinus@gmx.de>
5269
a41a6cf4
MA
5270 * notifications.el (notifications-on-action-signal)
5271 (notifications-on-closed-signal): Check for unique service name of
5272 incoming event. Fix error in removing entry.
ebeabff4 5273 (top): Register for signals with wildcard service name.
a41a6cf4 5274 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5275
c1ca42b4
CY
52762012-03-04 Chong Yidong <cyd@gnu.org>
5277
dc9924b8 5278 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5279
ea16568d
GM
52802012-03-04 Glenn Morris <rgm@gnu.org>
5281
5282 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5283 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5284 (expand-abbrev, define-abbrev-table): Doc fixes.
5285
fbae4637
LMI
52862012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5287
5288 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5289 `message-default-send-mail-function' and not `send-mail-function'
5290 when doing the prompting for `sendmail-query-once' before sending
5291 in Message buffers (bug#10897).
5292
a1e7225c
LMI
5293 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5294 This is inconsistent with all the other stream functions, which leave
5295 the setting up to the higher levels (if so wanted) (bug#10931).
5296
56d093a9
AM
52972012-03-02 Alan Mackenzie <acm@muc.de>
5298
5299 Depessimize the handling of very large macros.
5300
5301 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5302 (c-macro-cache-syntactic): New variables to implement a one
5303 element macro cache.
5304 (c-invalidate-macro-cache): New function.
5305 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5306 Adapt to use the new cache.
5307 (c-state-safe-place): Use better the cache of safe positions.
5308 (c-state-semi-nonlit-pos-cache)
5309 (c-state-semi-nonlit-pos-cache-limit):
5310 New variables for...
5311 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5312 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5313 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5314 Use c-state-semi-safe-place.
56d093a9 5315
dbbc2e69
SM
5316 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5317 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5318
817e5c3d
MA
53192012-03-02 Michael Albinus <michael.albinus@gmx.de>
5320
dbbc2e69
SM
5321 * jka-compr.el (jka-compr-call-process):
5322 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5323 not remote.
5324
a032a702
MA
53252012-03-01 Michael Albinus <michael.albinus@gmx.de>
5326
5327 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5328 access of FILE2, if FILE1 does not exist.
5329
99a54f21
MA
5330 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5331 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5332
5333 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5334 Add "PAGER=" to `process-environment'.
5335
f6561e1f
MM
53362012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5337
5338 * progmodes/sql.el: Bug fix
5339 (sql-get-login-ext): Save login values in globals.
5340 (sql-get-login): Use new version of `sql-get-login-ext'.
5341 (sql-interactive-mode): Set global `sql-connection' to nil.
5342 (sql-connect): Set global values for connection.
5343 (sql-product-interactive): Save global values as buffer local.
5344
2d44d9cc
LL
53452012-02-29 Leo Liu <sdl.web@gmail.com>
5346
5347 * abbrev.el (define-abbrevs): Reset sys to nil.
5348
96b49301 53492012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5350
bf7f9bc5
JB
5351 * files.el (file-equal-p): Rename from `files-equal-p'.
5352 Return nil when one or both files don't exist.
96b49301 5353 (file-subdir-of-p): Now only top directory must exists,
5354 return nil if it doesn't.
bf7f9bc5
JB
5355 (copy-directory): No need to test with `file-subdir-of-p' after
5356 creating dir.
5357 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5358 to `file-equal-p'.
96b49301 5359
44e97401
GM
53602012-02-28 Glenn Morris <rgm@gnu.org>
5361
5362 * shell.el (shell-mode):
5363 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5364 * play/landmark.el (landmark-font-lock-face-O):
5365 * play/handwrite.el (handwrite):
5366 * play/gomoku.el (gomoku-O):
5367 * net/browse-url.el (browse-url-browser-display):
5368 * international/mule.el (define-charset):
5369 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5370 * filesets.el (filesets-find-file-delay):
5371 * eshell/em-xtra.el (eshell-xtra):
5372 * eshell/em-unix.el (eshell-grep):
5373 * emulation/viper.el (viper-mode):
5374 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5375 * emacs-lisp/easymenu.el (easy-menu-define):
5376 * calendar/timeclock.el (timeclock-use-display-time):
5377 * bs.el (bs-mode):
5378 * bookmark.el (bookmark-save-flag):
5379 Doc fix (standardize possessive apostrophe usage).
5380
c98c6276
CY
53812012-02-27 Chong Yidong <cyd@gnu.org>
5382
bf7f9bc5
JB
5383 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5384 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5385
c98c6276
CY
5386 * font-lock.el (font-lock-specified-p): Rename from
5387 font-lock-spec-present. Callers changed.
5388
9c62cd04 53892012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5390
bf7f9bc5
JB
5391 * emacs-lisp/package.el (package-compute-transaction):
5392 Handle holding a package version to t in package-load-list.
8ac9e529 5393
530739c9
MA
53942012-02-26 Michael Albinus <michael.albinus@gmx.de>
5395
5396 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5397 (tramp-get-inode, tramp-get-device): Use cached values.
5398
487915d7
AM
53992012-02-26 Alan Mackenzie <acm@muc.de>
5400
5401 Check there is a font-lock specification before doing initial
5402 fontification.
5403
5404 * font-core.el (font-lock-mode): Move the conditional from
5405 :after-hook to font-lock-initial-fontify.
5406 (font-lock-default-function): Move the check for a specification
5407 to font-lock-spec-present.
5408
dc9924b8 5409 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5410 (font-lock-spec-present): New function.
5411
4fd96557
JB
54122012-02-26 Jim Blandy <jimb@red-bean.com>
5413
5414 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5415 (gdb-send): Apply it to the operand of the '-interpreter-exec
5416 console' command, so that we can pass arguments with (say) quotes
5417 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5418
9a4888c0
CY
54192012-02-26 Chong Yidong <cyd@gnu.org>
5420
07498861
CY
5421 * help-fns.el (describe-function-1): Clarify description of
5422 remapping (Bug#10844).
5423
9a4888c0
CY
5424 * files.el (files-equal-p): Doc fix.
5425 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5426 and quit the loop once a mismatch is found.
5427
ea8fb88d
JB
54282012-02-25 Juanma Barranquero <lekktu@gmail.com>
5429
5430 * bs.el (bs--show-with-configuration): Don't throw an error
5431 if the window cannot be split; otherwise, subsequent calls to
5432 bs-show fail, restoring a stale window config. (Bug#10882)
5433
525795c1
JD
54342012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5435
5436 * term/ns-win.el (global-map): Bind ns-drag-file to
5437 ns-find-file (Bug#5855, Bug#10050).
5438
f008086f
AS
54392012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5440
5441 * calendar/parse-time.el (parse-time-string): Allow extractor to
5442 return nil.
5443
a3fcfa99
MA
54442012-02-25 Michael Albinus <michael.albinus@gmx.de>
5445
91027d08
JB
5446 * net/tramp.el (tramp-file-name-for-operation):
5447 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5448
5449 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5450 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5451 Add COPY-CONTENTS argument.
a3fcfa99 5452
67b0de11
CY
54532012-02-25 Chong Yidong <cyd@gnu.org>
5454
5455 Add custom groups for VC backends, for consistency with vc-bzr.
5456
5457 * vc/vc-arch.el (vc-arch):
5458 * vc/vc-cvs.el (vc-cvs):
5459 * vc/vc-git.el (vc-git):
5460 * vc/vc-hg.el (vc-hg):
5461 * vc/vc-mtn.el (vc-mtn):
5462 * vc/vc-rcs.el (vc-rcs):
5463 * vc/vc-sccs.el (vc-sccs):
5464 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5465 All relevant defcustoms reassigned.
5466
3c9dfce6
CY
54672012-02-25 Chong Yidong <cyd@gnu.org>
5468
1339bf43
CY
5469 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5470
3c9dfce6
CY
5471 * term/x-win.el (x-initialize-window-system): Reduce default for
5472 x-selection-timeout to 5 seconds (Bug#8869).
5473
25b2e303 54742012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5475
ec70a47d
GM
5476 * files.el (files-equal-p, file-subdir-of-p): New functions.
5477 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5478 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5479 * dired-aux.el (dired-copy-file-recursive): Same.
5480 (dired-create-files): Modify destination when source is equal to
5481 dest when copying files.
53a46cd0 5482 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5483
914260cd
MA
54842012-02-24 Michael Albinus <michael.albinus@gmx.de>
5485
5486 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5487 (Bug#10874)
5488
2cb228f7
AM
54892012-02-23 Alan Mackenzie <acm@muc.de>
5490
5491 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5492 parameter "after-hook:" to allow the expansion to run code after
5493 the execution of the mode hooks.
5494
5495 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5496 from font-lock-mode-internal.
2cb228f7 5497
91027d08 5498 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5499 :after-hook.
5500
8f0fde21
SM
55012012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5502
3e88618b
SM
5503 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5504 (completion--cache-all-sorted-completions): New function.
5505 (completion-all-sorted-completions): Use it.
5506 (completion--do-completion, minibuffer-force-complete):
5507 Use it to re-instate the flush hook.
5508
8f0fde21
SM
5509 * icomplete.el (icomplete-completions): Replace last fix with a better
5510 one (bug#10850).
5511
8e911f6f
DG
55122012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5513
5514 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5515 when it might call us back infinitely (bug#10797).
5516
49fe4321
GM
55172012-02-23 Glenn Morris <rgm@gnu.org>
5518
5519 * minibuffer.el (completion-category-overrides): Doc fix.
5520
b291b572
SM
55212012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5524 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5525
31a9ef2e
GM
55262012-02-23 Glenn Morris <rgm@gnu.org>
5527
5e6e6794 5528 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5529 (authors-obsolete-files-regexps, authors-ignored-files)
5530 (authors-ambiguous-files, authors-renamed-files-alist):
5531 Add more entries.
5532
0bd1e074
JL
55332012-02-23 Juri Linkov <juri@jurta.org>
5534
5535 * isearch.el (isearch-occur): Sync interactive spec with occur's
5536 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5537
b617673c
JL
5538 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5539
19e9789e
JL
55402012-02-22 Juri Linkov <juri@jurta.org>
5541
5542 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5543 (ucs-insert): Doc fix. Check for hex digits in the string.
5544 Don't display `nil' in the error message. (Bug#10857)
5545
f41ce09d
AM
55462012-02-22 Alan Mackenzie <acm@muc.de>
5547
7a71b18d 5548 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5549
ac2eceee
GM
55502012-02-22 Glenn Morris <rgm@gnu.org>
5551
5552 * ffap.el (ffap-c-path):
5553 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5554
abd1f678
CY
55552012-02-22 Chong Yidong <cyd@gnu.org>
5556
5557 * custom.el (load-theme): Doc fix.
5558
f25aef2e
GM
55592012-02-22 Glenn Morris <rgm@gnu.org>
5560
5561 * dired-x.el (dired-guess-shell-alist-default):
5562 Remove escape sequences from nroff output. (Bug#172)
5563
5f8dc2ca
GM
55642012-02-21 Glenn Morris <rgm@gnu.org>
5565
6ff86ec4
GM
5566 * vc/emerge.el (emerge-defvar-local):
5567 Set `permanent-local' property rather than unused `preserved'.
5568
be3223a3 5569 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5570 (picture-mode-map): Use it. (Bug#10860)
5571 (picture-mode): Doc fix.
5572
3fe58f4f
JB
55732012-02-21 Juanma Barranquero <lekktu@gmail.com>
5574
5575 * newcomment.el (uncomment-region-default): Remove unused binding.
5576
f9a998c3
GM
55772012-02-21 Glenn Morris <rgm@gnu.org>
5578
5579 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5580 (picture-self-insert, picture-tab-chars): Doc fix.
5581 (picture-mode-map): Fix C-a, C-e.
5582
c6029348
GM
55832012-02-20 Glenn Morris <rgm@gnu.org>
5584
5585 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5586
ab1ce9d7
LL
55872012-02-20 Leo Liu <sdl.web@gmail.com>
5588
5589 * icomplete.el (icomplete-completions): Check FROM arg before
5590 passing to substring (Bug#10850).
5591
0fd40f89
CY
55922012-02-19 Chong Yidong <cyd@gnu.org>
5593
5594 * comint.el: Require ansi-color.
5595 (comint-output-filter-functions): Add ansi-color-process-output.
5596
5597 * ansi-color.el: Don't set comint-output-filter-functions; it is
5598 now in the initial value defined in comint.el.
5599 (ansi-color-apply-face-function): New variable.
5600 (ansi-color-apply-on-region): Use it.
5601 (ansi-color-apply-overlay-face): New function.
5602
5603 * shell.el (shell): No need to require ansi-color.
5604 (shell-mode): Use ansi-color-apply-face-function to highlight
5605 color escapes using font-lock-face property (Bug#10835).
5606
20af2394
CY
56072012-02-19 Chong Yidong <cyd@gnu.org>
5608
5609 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5610 mode-line formats (Bug#10839).
5611
e23a3fbe
GM
56122012-02-18 Glenn Morris <rgm@gnu.org>
5613
b474519e
GM
5614 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5615
5616 * mail/undigest.el (unforward-rmail-message): Doc fix.
5617
e23a3fbe
GM
5618 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5619
57939ff4
EZ
56202012-02-18 Eli Zaretskii <eliz@gnu.org>
5621
5622 * international/characters.el (script-list): Sync with the latest
5623 Unicode Character Database.
5624
0c23686e
AS
56252012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5626
5627 * international/titdic-cnv.el: Remove duplicate coding tag.
5628 * language/cham.el: Likewise.
5629 * language/tai-viet.el: Likewise.
5630
6818b449
GM
56312012-02-18 Glenn Morris <rgm@gnu.org>
5632
5633 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5634 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5635 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5636 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5637 * calendar/holidays.el (holiday-bahai-holidays)
5638 (calendar-holidays, list-holidays):
5639 Use utf-8 Bahá'í in doc-strings, menus, etc.
5640
0311a3fc
TH
56412012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5642
5643 * saveplace.el (save-place-ignore-files-regexp): New variable
5644 allowing for excluding files from saving their location of point.
5645 The default value matches the temporary commit message editing
5646 files from Git, SVN, Bazaar, and Mercurial.
5647 (save-place-to-alist): Use it.
5648
d209e2fb 56492012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5650 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * newcomment.el (uncomment-region-default): Don't leave extra space
5653 when an arg is provided (bug#8150).
5654
ee0ce425
TZ
56552012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5656
eb864a71 5657 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5658
95ddf442
GM
56592012-02-17 Glenn Morris <rgm@gnu.org>
5660
5661 * net/socks.el: Require network-stream. (Bug#10599)
5662
48dd1e39 56632012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5664
5665 * international/charprop.el:
5666 * international/uni-name.el:
5667 * international/uni-old-name.el:
5668 * international/uni-comment.el: Regenerate.
5669
d68cd087
GM
56702012-02-16 Glenn Morris <rgm@gnu.org>
5671
5672 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5673 Interactively in calendar buffer, give an error if not on a date.
5674
13932042
GM
56752012-02-15 Glenn Morris <rgm@gnu.org>
5676
5677 * shell.el (shell-delimiter-argument-list):
5678 Revert 2011-02-17 change. (Bug#8027)
5679
c3a70e2b
CY
56802012-02-15 Chong Yidong <cyd@gnu.org>
5681
60236b0d
CY
5682 * minibuffer.el (completion-at-point-functions): Doc fix.
5683
c3a70e2b
CY
5684 * custom.el (defcustom): Doc fix; note use of defvar.
5685
9f26dc24
GM
56862012-02-15 Glenn Morris <rgm@gnu.org>
5687
5688 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5689 Doc fixes.
5690
6546b134
GM
56912012-02-14 Glenn Morris <rgm@gnu.org>
5692
5693 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5694
d29b2b4c
LI
56952012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5696
5697 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5698 way the ports list is computed.
835bdcba
LI
5699 (smtpmail-query-smtp-server): Prompt the user for a port number if
5700 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5701
08dcdbc9
TZ
57022012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5703
5704 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5705
2605051a
GM
57062012-02-13 Glenn Morris <rgm@gnu.org>
5707
5708 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5709
7ee99f32
TZ
57102012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5711
5712 * net/gnutls.el (gnutls-trustfiles): New variable.
5713 (gnutls-negotiate): Use it.
5714
5f0af64f
LI
57152012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5716
5717 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5718 does its stuff if Gnus is running.
5719
c14fcc95
AM
57202012-02-13 Alan Mackenzie <acm@muc.de>
5721
5722 Fix a loop in c-set-fl-decl-start.
5723
7a71b18d 5724 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5725 c-backward-syntactic-ws actually moves backwards.
5726
142b4d90
LL
57272012-02-13 Leo Liu <sdl.web@gmail.com>
5728
5729 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5730 beginning so that all \C-o chars are removed.
5731
fa9958a6
TZ
57322012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5733
dc9924b8 5734 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5735
0bc5886a
AM
57362012-02-12 Alan Mackenzie <acm@muc.de>
5737
5738 Fix infinite loop with long macros.
4d6769e1 5739 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5740
d4bd55e7
CY
57412012-02-12 Chong Yidong <cyd@gnu.org>
5742
5743 * window.el (display-buffer): Doc fix (Bug#10785).
5744
66f3fe22
GM
57452012-02-12 Glenn Morris <rgm@gnu.org>
5746
bd7da63e
GM
5747 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5748 (x-disown-selection-internal, x-get-selection-internal):
5749 Sync docs with the xselect.c versions.
5750
66f3fe22
GM
5751 * allout-widgets.el: Add missing license notice.
5752
3e0d2fa7
GM
57532012-02-11 Glenn Morris <rgm@gnu.org>
5754
cfecdf09
GM
5755 * select.el (x-get-selection-internal, x-own-selection-internal)
5756 (x-disown-selection-internal):
5757 * x-dnd.el (x-get-selection-internal): Update declarations.
5758
6d216d7f
GM
5759 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5760
2bed3f04
GM
5761 * window.el (window-sides-slots):
5762 * tool-bar.el (tool-bar-position):
5763 * term/xterm.el (xterm-extra-capabilities):
5764 * ses.el (ses-self-reference-early-detection):
5765 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5766 (verilog-auto-wire-type)
5767 (verilog-auto-delete-trailing-whitespace)
5768 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5769 (verilog-auto-tieoff-declaration):
5770 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5771 (sql-oracle-statement-starters, sql-oracle-scan-on):
5772 * progmodes/prolog.el (prolog-align-comments-flag)
5773 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5774 (prolog-left-indent-regexp, prolog-paren-indent-p)
5775 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5776 (prolog-types, prolog-mode-specificators)
5777 (prolog-determinism-specificators, prolog-directives)
5778 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5779 (prolog-electric-dot-flag)
5780 (prolog-electric-dot-full-predicate-template)
5781 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5782 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5783 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5784 (prolog-program-switches, prolog-prompt-regexp)
5785 (prolog-debug-on-string, prolog-debug-off-string)
5786 (prolog-trace-on-string, prolog-trace-off-string)
5787 (prolog-zip-on-string, prolog-zip-off-string)
5788 (prolog-use-standard-consult-compile-method-flag)
5789 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5790 (prolog-imenu-max-lines, prolog-info-predicate-index)
5791 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5792 (prolog-char-quote-workaround):
5793 * progmodes/cc-vars.el (c-defun-tactic):
5794 * net/tramp.el (tramp-encoding-command-interactive)
5795 (tramp-local-end-of-line):
5796 * net/soap-client.el (soap-client):
5797 * net/netrc.el (netrc-file):
5798 * net/gnutls.el (gnutls):
5799 * minibuffer.el (completion-category-overrides)
5800 (completion-cycle-threshold)
5801 (completion-pcm-complete-word-inserts-delimiters):
5802 * man.el (Man-name-local-regexp):
5803 * mail/feedmail.el (feedmail-display-full-frame):
5804 * international/characters.el (glyphless-char-display-control):
5805 * eshell/em-ls.el (eshell-ls-date-format):
5806 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5807 (lisp-lambda-list-keyword-parameter-indentation)
5808 (lisp-lambda-list-keyword-parameter-alignment):
5809 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5810 * dired-x.el (dired-omit-verbose):
5811 * cus-theme.el (custom-theme-allow-multiple-selections):
5812 * calc/calc.el (calc-highlight-selections-with-faces)
5813 (calc-lu-field-reference, calc-lu-power-reference)
5814 (calc-note-threshold):
5815 * battery.el (battery-mode-line-limit):
5816 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5817 (archive-7z-update):
5818 * allout.el (allout-prefixed-keybindings)
5819 (allout-unprefixed-keybindings)
5820 (allout-inhibit-auto-fill-on-headline)
5821 (allout-flattened-numbering-abbreviation):
5822 * allout-widgets.el (allout-widgets-auto-activation)
5823 (allout-widgets-icons-dark-subdir)
5824 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5825 (allout-widgets-theme-dark-background)
5826 (allout-widgets-theme-light-background)
5827 (allout-widgets-item-image-properties-emacs)
5828 (allout-widgets-item-image-properties-xemacs)
5829 (allout-widgets-run-unit-tests-on-load)
5830 (allout-widgets-time-decoration-activity)
5831 (allout-widgets-hook-error-post-time)
5832 (allout-widgets-track-decoration):
5833 Add missing :version tags to new defcustoms and defgroups.
5834
5fec1b8e
GM
5835 * progmodes/sql.el (sql-ansi-statement-starters)
5836 (sql-oracle-statement-starters): Add custom type.
5837
3e0d2fa7
GM
5838 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5839 (prolog-system-version): Give it a type.
5840
90b671e2
EZ
58412012-02-11 Eli Zaretskii <eliz@gnu.org>
5842
5843 * term/pc-win.el (x-select-text, x-selection-owner-p)
5844 (x-own-selection-internal, x-disown-selection-internal)
5845 (x-get-selection-internal): Sync doc strings and argument lists
5846 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5847
5eac0c02
LL
58482012-02-11 Leo Liu <sdl.web@gmail.com>
5849
5850 * progmodes/python.el (python-end-of-statement): Fix infinite
5851 loop. (Bug#10788)
5852
f82cb659
GM
58532012-02-10 Glenn Morris <rgm@gnu.org>
5854
5855 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5856 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5857
cc26d239
LI
58582012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5859
5860 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5861 about SMTP before checking the From header.
5862
91027d08 5863 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5864 into own function for reuse by emacsbug.el.
5865
1be3ca5a
LL
58662012-02-10 Leo Liu <sdl.web@gmail.com>
5867
5868 * subr.el (condition-case-unless-debug): Rename from
5869 condition-case-no-debug. All callers changed.
5870 (with-demoted-errors): Fix caller.
5871
5872 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5873 * nxml/rng-valid.el (rng-do-some-validation):
5874 * emacs-lisp/package.el (package-refresh-contents)
5875 (package-menu-execute):
5876 * desktop.el (desktop-create-buffer):
91027d08 5877 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5878
b011fbfe
GM
58792012-02-10 Glenn Morris <rgm@gnu.org>
5880
b2096d72
GM
5881 * textmodes/bibtex.el:
5882 Add missing :version tags for new/changed defcustoms.
5883
b011fbfe
GM
5884 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5885
4c7e65bf
LI
58862012-02-09 Lars Ingebrigtsen <larsi@rusty>
5887
5888 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5889 (smtpmail-via-smtp): Use it, or fall back on the From address.
5890 (smtpmail-send-it): Ditto.
5891
f3934f6f
SM
58922012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5895 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5896 (byte-compile-tmp-var): New const.
5897 (byte-compile-defvar): Use it to minimize .elc size.
5898 Just use `defvar' rather than simulate it (bug#10761).
5899
a075a2c5
GM
59002012-02-09 Glenn Morris <rgm@gnu.org>
5901
cf3aa21b
GM
5902 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5903
354998cd
GM
5904 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5905 Add :version tags.
5906
dc9924b8
SM
5907 * progmodes/compile.el (compilation-error-screen-columns)
5908 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5909
dab3703d
GM
5910 * vc/log-view.el (log-view-toggle-entry-display):
5911 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5912
3f88cd72
GM
5913 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5914 (report-emacs-bug-can-use-xdg-email):
5915 (report-emacs-bug-insert-to-mailer): Doc fixes.
5916 (report-emacs-bug): Message fix.
5917
d95b247d
GM
5918 * net/browse-url.el (browse-url-can-use-xdg-open)
5919 (browse-url-xdg-open): Doc fixes.
5920
a075a2c5
GM
5921 * electric.el (electric-indent-mode, electric-pair-mode)
5922 (electric-layout-rules, electric-layout-mode): Doc fixes.
5923 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5924
ffb6157e
MR
59252012-02-08 Martin Rudalics <rudalics@gmx.at>
5926
5927 * server.el (server-unselect-display): Don't inadvertently kill
5928 the current buffer. (Bug#10729)
5929
e1ac4066
GM
59302012-02-08 Glenn Morris <rgm@gnu.org>
5931
34e8a2da
GM
5932 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5933 (sql-list-table): Doc fixes.
5934
b4ac6e8c
GM
5935 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5936 Comment out (does nothing).
5937
e1ac4066
GM
5938 * completion.el (dynamic-completion-mode):
5939 * dirtrack.el (dirtrack-debug-mode):
5940 * electric.el (electric-layout-mode):
5941 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5942 * face-remap.el (text-scale-mode, buffer-face-mode):
5943 * iimage.el (iimage-mode):
5944 * image-mode.el (image-transform-mode):
5945 * minibuffer.el (completion-in-region-mode):
5946 * scroll-lock.el (scroll-lock-mode):
5947 * simple.el (next-error-follow-minor-mode):
5948 * tar-mode.el (tar-subfile-mode):
5949 * tooltip.el (tooltip-mode):
5950 * vcursor.el (vcursor-use-vcursor-map):
5951 * wid-browse.el (widget-minor-mode):
5952 * emulation/tpu-edt.el (tpu-edt-mode):
5953 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5954 * international/iso-ascii.el (iso-ascii-mode):
5955 * language/thai-util.el (thai-word-mode):
5956 * mail/supercite.el (sc-minor-mode):
5957 * net/goto-addr.el (goto-address-mode):
5958 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5959 * progmodes/cwarn.el (cwarn-mode):
5960 * progmodes/flymake.el (flymake-mode):
5961 * progmodes/glasses.el (glasses-mode):
5962 * progmodes/hideshow.el (hs-minor-mode):
5963 * progmodes/pascal.el (pascal-outline-mode):
5964 * textmodes/enriched.el (enriched-mode):
5965 * vc/smerge-mode.el (smerge-mode):
5966 Doc fixes (minor mode argument).
5967
5e0d957f
EZ
59682012-02-07 Eli Zaretskii <eliz@gnu.org>
5969
5970 * ls-lisp.el (ls-lisp-sanitize): New function.
5971 (ls-lisp-insert-directory): Use it to fix or remove any elements
5972 in file-alist with missing attributes. (Bug#4673)
5973
98d7371e
AM
59742012-02-07 Alan Mackenzie <acm@muc.de>
5975
5976 Fix spurious recognition of c-in-knr-argdecl.
5977
5978 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5979 putative K&R region.
5980
667ced3a
AM
59812012-02-07 Alan Mackenzie <acm@muc.de>
5982
eb864a71
LM
5983 * progmodes/cc-engine.el (c-forward-objc-directive):
5984 Prevent looping in "#pragma mark @implementation".
667ced3a 5985
5b77774d
MA
59862012-02-07 Michael Albinus <michael.albinus@gmx.de>
5987
5988 * notifications.el (notifications-on-closed-signal): Make `reason'
5989 optional. (Bug#10744)
5990
af008560
GM
59912012-02-07 Glenn Morris <rgm@gnu.org>
5992
60d47423
GM
5993 * emacs-lisp/easy-mmode.el (define-minor-mode):
5994 Doc fixes for the macro and the mode it defines.
5995
dd605cc4
GM
5996 * image.el (imagemagick-types-inhibit): Doc fix.
5997
af008560
GM
5998 * cus-start.el (imagemagick-render-type): Add it.
5999
5cc59a37
LI
60002012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6001
4d6769e1
JB
6002 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6003 Set the default at load time, too, so that `font-lock-fontify-buffer'
6004 can be called without setting up the entire mode first. This fixes
6005 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6006
9a6dd747
CY
60072012-02-06 Chong Yidong <cyd@gnu.org>
6008
2d16b285
CY
6009 * simple.el (list-processes--refresh): Delete exited processes
6010 (Bug#8094).
6011
171e9b6e
CY
6012 * comint.el (comint-next-prompt): next-single-char-property-change
6013 and prev-single-char-property-change never return nil (Bug#8657).
6014
9a6dd747
CY
6015 * custom.el (defcustom): Doc fix (Bug#9711).
6016
aa4589a7
CY
60172012-02-05 Chong Yidong <cyd@gnu.org>
6018
5c2a252f
CY
6019 * cus-edit.el (custom-variable-reset-backup): Quote the value
6020 before storing it in the customized-value property (Bug#6712).
4aab9006 6021 (custom-display): Add a customization type tag.
983b9602 6022 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6023
aa4589a7
CY
6024 * wid-edit.el (widget-field-value-get): New optional arg to
6025 suppress trailing whitespace truncation.
6026 (character): Use it (Bug#2689).
6027
1ff980ae
AS
60282012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6029
6030 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6031 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6032
03988c98
CY
60332012-02-05 Chong Yidong <cyd@gnu.org>
6034
eeb6cc88
CY
6035 * cus-edit.el (custom-variable-value-create): For mismatched
6036 types, show the current value (Bug#7600).
6037
03988c98
CY
6038 * custom.el (defcustom): Doc fix.
6039
f8cdeef0
GM
60402012-02-05 Glenn Morris <rgm@gnu.org>
6041
6042 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6043
0696d255
JB
60442012-02-05 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6047 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6048 (pp-last-sexp): Use `looking-at-p'.
6049
34c99998
GM
60502012-02-04 Glenn Morris <rgm@gnu.org>
6051
8f05da42
GM
6052 * files.el (revert-buffer):
6053 Doc fix (mention revert-buffer-in-progress-p).
6054
f160676e
GM
6055 * emacs-lisp/ert-x.el (ert-simulate-command):
6056 Check deferred-action-list (which is obsolete) is bound.
6057
c7291ad9
GM
6058 * subr.el (with-wrapper-hook): Doc fixes.
6059
34c99998
GM
6060 * simple.el (filter-buffer-substring-functions)
6061 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6062
6283a7d3
LL
60632012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6064
6065 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6066 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6067
e96e3013
LL
60682012-02-04 Leo Liu <sdl.web@gmail.com>
6069
6070 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6071
8ded50f2
GM
60722012-02-04 Glenn Morris <rgm@gnu.org>
6073
82ff1d13
GM
6074 * image.el (image-extension-data): Add obsolete alias.
6075
987a0a16
GM
6076 * isearch.el (isearch-update): Doc fix.
6077
ea32ef46
GM
6078 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6079
8ded50f2
GM
6080 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6081
eea14f31
GM
60822012-02-03 Glenn Morris <rgm@gnu.org>
6083
6084 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6085 (image-animate-timeout): Doc fix.
6086
6087 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6088
12f381b7
GM
60892012-02-02 Glenn Morris <rgm@gnu.org>
6090
953cebf5
GM
6091 * server.el (server-auth-dir): Doc fix.
6092 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6093
12f381b7
GM
6094 * subr.el (run-mode-hooks): Doc fix.
6095
953a8c3b
JL
60962012-02-02 Juri Linkov <juri@jurta.org>
6097
6098 * image-mode.el (image-toggle-display-image): Remove tautological
6099 `major-mode' from the `derived-mode-p' test.
6100
c5d3843c
KH
61012012-02-02 Kenichi Handa <handa@m17n.org>
6102
9f6e692e 6103 * composite.el (compose-region): Cancel previous change.
c5d3843c 6104
159462d4 61052012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6106
6107 * composite.el (compose-region, compose-string): Signal error for
6108 a null string component (Bug#6988).
6109
9f562668
CY
61102012-02-01 Chong Yidong <cyd@gnu.org>
6111
e2cef717
CY
6112 * view.el (view-buffer-other-window, view-buffer-other-frame):
6113 Handle special modes like view-buffer (Bug#10650).
6114 (view-buffer): Simplify.
6115
9f562668
CY
6116 * frame.el (set-frame-font): Tweak meaning of third argument.
6117
9f6e692e
JB
6118 * dynamic-setting.el (font-setting-change-default-font):
6119 Use set-frame-font (Bug#9982).
9f562668 6120
781acb9f
GM
61212012-02-01 Glenn Morris <rgm@gnu.org>
6122
6035be52
GM
6123 * progmodes/compile.el (compilation-internal-error-properties):
6124 Respect compilation-first-column in the "*compilation*" buffer.
6125
781acb9f
GM
6126 * emacs-lisp/easy-mmode.el (define-minor-mode):
6127 Relax :variable's test for a named function.
6128
abbceb00
AM
61292012-01-31 Alan Mackenzie <acm@muc.de>
6130
6131 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6132 off by one error.
6133
fce3fdeb
CY
61342012-01-31 Chong Yidong <cyd@gnu.org>
6135
6136 * frame.el (set-frame-font): New arg ALL-FRAMES.
6137
6138 * menu-bar.el (menu-set-font): Use set-frame-font.
6139
6140 * faces.el (face-spec-reset-face): Don't apply unspecified
6141 attribute values to the default face.
6142
47893581
JB
61432012-01-31 Juanma Barranquero <lekktu@gmail.com>
6144
6145 * progmodes/cwarn.el (cwarn): Remove dead link.
6146 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6147 Remove * from defcustom docstrings.
6148 (turn-on-cwarn-mode): Make obsolete.
6149 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6150 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6151
e58e988a
GM
61522012-01-31 Glenn Morris <rgm@gnu.org>
6153
60dc2671 6154 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6155 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6156 Allow named functions to be used as the cdr of :variable.
e58e988a 6157
7a3f511d
GM
61582012-01-30 Glenn Morris <rgm@gnu.org>
6159
6160 * emacs-lisp/authors.el (authors-fixed-entries):
6161 Remove reference to deleted file rnewspost.el.
6162
cb882333
JB
61632012-01-29 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * window.el (window-with-parameter): Remove unused variable `windows'.
6166 (window--side-check): Remove unused variable `code'.
6167 (window--resize-siblings): Remove unused variable `first'.
6168 (adjust-window-trailing-edge): Remove unused variable `failed'.
6169 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6170 Use `let', not `let*'.
6171 (balance-windows-2): Remove unused variable `found'.
6172 (window--state-put-2): Remove unused variable `splits'.
6173 (window-state-put): Remove unused variable `selected'.
6174 (same-window-p): Use `string-match-p'.
6175 (display-buffer-assq-regexp): Remove unused variable `value'.
6176 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6177 Mark argument ALIST as ignored.
6178 (pop-to-buffer): Remove unused variable `old-window'.
6179
907201af
EZ
61802012-01-29 Eli Zaretskii <eliz@gnu.org>
6181
6182 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6183 and .lzma compressed files.
6184
ea162670
CY
61852012-01-29 Chong Yidong <cyd@gnu.org>
6186
5b95ee8a
CY
6187 * frame.el (window-system-default-frame-alist): Doc fix.
6188
ea162670
CY
6189 * dynamic-setting.el (font-setting-change-default-font): Don't
6190 change the default face if SET-FONT argument is non-nil (Bug#9982).
6191
d6e6f4b1
SB
61922012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6193
6194 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6195
0f29fa41 61962012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6197
6198 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6199 breakpoints in files outside current directory (Bug#6098).
6200
db174434
CY
62012012-01-29 Chong Yidong <cyd@gnu.org>
6202
6b25e4e2
SE
6203 * progmodes/python.el: Require ansi-color at top-level.
6204
6df6ae42
JB
6205 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6206 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6207 (lisp-mode-abbrev-table): Add doc.
6208 (lisp-mode-variables): Don't set local-abbrev-table.
6209 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6210
e70ee681
RW
62112012-01-28 Roland Winkler <winkler@gnu.org>
6212
6213 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6214
ace88aa2
RW
62152012-01-28 Roland Winkler <winkler@gnu.org>
6216
6217 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6218 (bibtex-set-dialect): Use it. Either set global values of
6219 dialect-dependent variables or bind these variables buffer-locally
6220 (Bug#10254).
6221 (bibtex-mode): Call bibtex-set-dialect via
6222 hack-local-variables-hook.
eb864a71
LM
6223 (bibtex-dialect): Update docstring.
6224 Add safe-local-variable predicate.
ace88aa2
RW
6225 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6226 bibtex-set-dialect.
6227 (bibtex-mode-map): Define menu for each dialect.
6228 (bibtex-entry): Fix docstring.
6229
93376c5b
CY
62302012-01-28 Chong Yidong <cyd@gnu.org>
6231
6232 * eshell/esh-arg.el (eshell-quote-argument): New function.
6233
6234 * eshell/esh-ext.el (eshell-invoke-batch-file):
6235 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6236 first arg to eshell-parse-command (Bug#10523).
6237
4372494f
DA
62382012-01-28 Drew Adams <drew.adams@oracle.com>
6239
6240 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6241 `default-directory' is non-nil.
6242
4d4ec1f8
EZ
62432012-01-28 Eli Zaretskii <eliz@gnu.org>
6244
6245 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6246 line that displays system-configuration-options. (Bug#9924)
6247
7c188927
DA
62482012-01-28 Drew Adams <drew.adams@oracle.com>
6249
6250 * descr-text.el (describe-char): Show information about POS, in
6251 addition to information about the character at POS. Improve and
6252 update the doc string. Change "code point" to "code point in
6253 charset", to avoid confusion with the character's Unicode code
6254 point shown above that. (Bug#10129)
6255
e0da685a
EZ
62562012-01-28 Eli Zaretskii <eliz@gnu.org>
6257
6258 * descr-text.el (describe-char): Show the raw character, not only
6259 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6260 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6261 for the reasons.
6262
70550acf
PH
62632012-01-28 Phil Hagelberg <phil@hagelb.org>
6264
eb864a71
LM
6265 * emacs-lisp/package.el (package-install):
6266 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6267
0ce8e868
CY
62682012-01-28 Chong Yidong <cyd@gnu.org>
6269
cb882333
JB
6270 * emacs-lisp/package.el (package-maybe-load-descriptor):
6271 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6272 (package-maybe-load-descriptor): Use it.
6273 (package-download-transaction): Fully load required packages
6274 inside the loop, so that `require' calls work (Bug#10593).
6275 (package-install): No need to call package-initialize now.
6276
2e7f3bea
CY
62772012-01-28 Chong Yidong <cyd@gnu.org>
6278
6e9bad14
CY
6279 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6280
f823b8ca
CY
6281 * tooltip.el (tooltip-mode): Doc fix.
6282 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6283
2680c309
CY
6284 * frame.el (set-cursor-color): Doc fix (Bug#352).
6285
d7a9e63b
CY
6286 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6287 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6288
2e7f3bea
CY
6289 * cus-edit.el (custom-buffer-create-internal): Fix search button
6290 action (Bug#10542).
2ae01800 6291 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6292
fc4f7a23
EW
62932012-01-27 Eduard Wiebe <usenet@pusto.de>
6294
6295 * dired.el (dired-mark-files-regexp):
6296 Include any subdirectory components. (Bug#10445)
6297
7dd37071
ML
62982012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6299
6300 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6301 Handle [host]:port syntax. (Bug#10533)
6302
a268160b
AH
63032012-01-27 Alex Harsanyi <harsanyi@mac.com>
6304
6305 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6306
e43273ef
GM
63072012-01-26 Glenn Morris <rgm@gnu.org>
6308
6309 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6310 * term.el (term-raw-escape-map): Use Control-X-prefix.
6311 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6312
1edf595d
MR
63132012-01-25 Martin Rudalics <rudalics@gmx.at>
6314
6315 * window.el (window-state-get, window--state-get-1): Don't deal
6316 with fixed-sizeness of windows. Simplify code.
6317
fa8eafef
JC
63182012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6319
6df6ae42
JB
6320 * window.el (window--state-get-1, window--state-put-2):
6321 Don't save and restore the mark.
fa8eafef 6322
0b21c100
CY
63232012-01-25 Chong Yidong <cyd@gnu.org>
6324
6325 * custom.el (custom-variable-p): Doc fix.
6326
5ae1a6c8
GM
63272012-01-25 Glenn Morris <rgm@gnu.org>
6328
40047858
GM
6329 * dired.el (dired-goto-file): Handle some of the more common
6330 characters that `ls -b' escapes. (Bug#10596)
6331
5ddce96c
GM
6332 * progmodes/compile.el (compilation-next-error-function):
6333 Respect compilation-first-column in the "*compilation*" buffer.
6334 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6335
5ae1a6c8
GM
6336 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6337
b559f1a9
GM
63382012-01-24 Glenn Morris <rgm@gnu.org>
6339
6340 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6341
6725d21a
JD
63422012-01-24 Julien Danjou <julien@danjou.info>
6343
6344 * color.el (color-rgb-to-hsl): Fix value computing.
6345 (color-hue-to-rgb): New function.
6346 (color-hsl-to-rgb): New function.
6347 (color-clamp, color-saturate-hsl, color-saturate-name)
6348 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6349 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6350
70df4bbe
GM
63512012-01-24 Glenn Morris <rgm@gnu.org>
6352
6353 * vc/vc-rcs.el (vc-rcs-create-tag):
6354 * vc/vc-sccs.el (vc-sccs-create-tag):
6355 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6356
802a2ae2
ML
63572012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6358
6359 * eshell/esh-util.el (eshell-read-hosts-file):
6360 Skip comment lines. (Bug#10549)
6361
d7128bb1
ML
6362 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6363
d1a5c3b4
JB
63642012-01-23 Juanma Barranquero <lekktu@gmail.com>
6365
2724d9c7
JB
6366 * subr.el (display-delayed-warnings): Doc fix.
6367 (collapse-delayed-warnings): New function to collapse identical
6368 adjacent warnings.
6369 (delayed-warnings-hook): Add it.
d1a5c3b4 6370
a5509865
MA
63712012-01-22 Michael Albinus <michael.albinus@gmx.de>
6372
6373 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6374
a5509865
MA
6375 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6376 (tramp-default-user-alist): Don't add "pscp".
6377 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6378 property "login-as", if set. (Bug#10530)
6379
cc6d5805
MA
63802012-01-21 Michael Albinus <michael.albinus@gmx.de>
6381
6382 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6383 "plink1" and "psftp". (Bug#10530)
6384
63852012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6386
6387 * international/mule-cmds.el (prefer-coding-system): Show a
6388 warning message if the default value of file-name-coding-system
6389 was not changed.
6390
f0960428
JC
63912012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6392
cb882333
JB
6393 * windmove.el (windmove-reference-loc):
6394 Fix windmove-reference-loc miscalculation.
f0960428 6395
dd6f2a63
JB
63962012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6397
6398 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6399 default unit.
6400
7b447e9b
GM
64012012-01-21 Glenn Morris <rgm@gnu.org>
6402
117a9ea1
GM
6403 * international/mule.el (auto-coding-alist): Add .tbz.
6404
7b447e9b
GM
6405 * files.el (local-enable-local-variables): Doc fix.
6406 (inhibit-local-variables-regexps): Rename from
6407 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6408 Doc fix. Add some extensions from auto-coding-alist.
6409 (inhibit-local-variables-suffixes):
6410 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6411 (inhibit-local-variables-p):
6412 New function, extracted from set-auto-mode-1.
6413 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6414 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6415 (hack-local-variables): Doc fix. Make the mode-only case
6416 respect enable-local-variables and friends.
6417 Respect inhibit-local-variables-regexps for file-locals, but
6418 not for directory-locals.
6419 (set-visited-file-name):
6420 Take account of inhibit-local-variables-regexps.
6421 Whether it applies may change as the file name is changed.
6422 * jka-cmpr-hook.el (jka-compr-install):
6423 * jka-compr.el (jka-compr-uninstall):
6424 Update for inhibit-first-line-modes-suffixes name change.
6425
dd6e3cdd
MR
64262012-01-20 Martin Rudalics <rudalics@gmx.at>
6427
6428 * help-macro.el (make-help-screen): Temporarily restore original
6429 binding for minor-mode-map-alist (Bug#10454).
6430
0d0deb38
JD
64312012-01-19 Julien Danjou <julien@danjou.info>
6432
6433 * color.el (color-name-to-rgb): Use the white color to find the max
6434 color component value and return correctly computed values.
6435 (color-name-to-rgb): Add missing float conversion for max value.
6436
34a02f46
MR
64372012-01-19 Martin Rudalics <rudalics@gmx.at>
6438
6439 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6440 special state value for window-persistent-parameters.
6441 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6442 (window--state-put-2): Reset all window parameters to nil before
6443 assigning values of persistent parameters.
6444
606c44c4
AM
64452012-01-18 Alan Mackenzie <acm@muc.de>
6446
6447 Eliminate sluggishness and hangs in fontification of "semicolon
6448 deserts".
6449
cb882333
JB
6450 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6451 Change value 10000 -> 3000.
606c44c4
AM
6452 (c-state-safe-place): Reformulate so it doesn't stack up an
6453 infinite number of wrong entries in c-state-nonlit-pos-cache.
6454 (c-determine-limit-get-base, c-determine-limit): New functions to
6455 determine backward search limits disregarding literals.
6456 (c-find-decl-spots): Amend commenting.
6457 (c-cheap-inside-bracelist-p): New function which detects "={".
6458
6459 * progmodes/cc-fonts.el
6460 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6461 backward search.
6462 (c-font-lock-declarations): Fix an occurrence of point being
6463 undefined. Check additionally for point being in a bracelist or
6464 near a macro invocation without a semicolon so as to avoid a
6465 fruitless time consuming search for a declarator. Give a more
6466 precise search limit for declarators using the new
6467 c-determine-limit.
6468
f3860cea
GM
64692012-01-18 Glenn Morris <rgm@gnu.org>
6470
6471 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6472 (set-auto-mode): Doc fixes.
6473
1db03b16
GM
64742012-01-17 Glenn Morris <rgm@gnu.org>
6475
0e6038be
GM
6476 * isearch.el (search-nonincremental-instead): Fix doc typo.
6477
1db03b16
GM
6478 * dired.el (dired-insert-directory): Handle newlines in directory name.
6479 (dired-build-subdir-alist): Unescape newlines in directory name.
6480
4cb0aa75
MA
64812012-01-17 Michael Albinus <michael.albinus@gmx.de>
6482
6483 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6484 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6485 (tramp-action-terminal): Use it. (Bug#10530)
6486
1d00653d
SM
64872012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6490
6a6ee00d
MR
64912012-01-16 Martin Rudalics <rudalics@gmx.at>
6492
6493 * window.el (window-state-ignored-parameters): Remove variable.
6494 (window--state-get-1): Rename argument MARKERS to IGNORE.
6495 Handle persistent window parameters. Make copy of clone-of
6496 parameter only if requested. (Bug#10348)
6497 (window--state-put-2): Install a window parameter only if it has
6498 a non-nil value or an existing parameter shall be overwritten.
6499
97912def
MA
65002012-01-15 Michael Albinus <michael.albinus@gmx.de>
6501
6502 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6503
688070a5
EZ
65042012-01-14 Eli Zaretskii <eliz@gnu.org>
6505
6506 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6507 don't pass the (nil) value of `upnode' to string-match.
6508
301afadc
CY
65092012-01-14 Chong Yidong <cyd@gnu.org>
6510
6511 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6512 Fix values recognized by the cursorBlink resource.
301afadc 6513
9e5788aa
PE
65142012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6515
6516 * epg.el (epg--make-temp-file): Avoid permission race condition
6517 when running on old Emacs versions (bug#10403).
6518
3cdb7f5a
GM
65192012-01-14 Glenn Morris <rgm@gnu.org>
6520
6521 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6522
8c82b1b4
AM
65232012-01-13 Alan Mackenzie <acm@muc.de>
6524
6525 Fix filling for when filladapt mode is enabled.
6526
6527 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6528 c-mask-paragraph, pass in `fill-paragraph' rather than
6529 `fill-region-as-paragraph'. (This is a reversion of a previous
6530 change.)
eb864a71
LM
6531 * progmodes/cc-mode.el (c-basic-common-init):
6532 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6533
e517eda4
GM
65342012-01-13 Glenn Morris <rgm@gnu.org>
6535
1498536e
GM
6536 * dired.el (dired-switches-escape-p): New function.
6537 (dired-insert-directory): Use dired-switches-escape-p.
6538 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6539
e517eda4
GM
6540 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6541
328f984d
GM
65422012-01-12 Glenn Morris <rgm@gnu.org>
6543
6544 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6545 changes in adaptive-fill-regexp. (Bug#10276)
6546
2cc769a8
AM
65472012-01-11 Alan Mackenzie <acm@muc.de>
6548
6549 Fix Emacs bug #10463 - put `widen's around the critical spots.
6550
1d00653d 6551 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6552 widen around each invocation of c-state-pp-to-literal. Remove an
6553 unused let variable.
6554
e52c37fa
GM
65552012-01-11 Glenn Morris <rgm@gnu.org>
6556
6557 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6558 Doc fix.
e52c37fa 6559
96f8741e
CY
65602012-01-10 Chong Yidong <cyd@gnu.org>
6561
1d00653d
SM
6562 * net/network-stream.el (network-stream-open-starttls):
6563 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6564 response to the capability command.
6565
b09a806e
GM
65662012-01-10 Glenn Morris <rgm@gnu.org>
6567
6568 * mail/unrmail.el (unrmail): Tweak previous change.
6569
7655cb66
CY
65702012-01-09 Chong Yidong <cyd@gnu.org>
6571
6572 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6573
9d5a8f0b
AM
65742012-01-08 Alan Mackenzie <acm@muc.de>
6575
6576 Optimise font locking in long enum definitions.
6577
6578 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6579 arm to a cond form to handle enums.
6580 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6581 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6582
9a0115ab 65832012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6584
6585 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6586 (Bug#10401)
6bb72cbd 6587
f186bb95
LMI
65882012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6589
29232a68
LMI
6590 * faces.el (set-face-attribute): Clarify the meaning of the nil
6591 frame (bug#10294).
6592
4e5d086d
LMI
6593 * subr.el (with-selected-frame): Mention that the selected frame
6594 is restored (bug#9980).
6595
8e66aebe
LMI
6596 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6597 (bug#9759).
6598
cd394be1 6599 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6600 (password-read): Don't autoload unused function.
6601
adf4e762
JB
66022012-01-07 Juanma Barranquero <lekktu@gmail.com>
6603
6604 * progmodes/which-func.el (which-func-mode): Turn into a
6605 non-interactive function and mark as obsolete (bug#10428).
6606
89bd9ccd
CY
66072012-01-06 Chong Yidong <cyd@gnu.org>
6608
6609 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6610 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6611 functions, along with 1 and -1.
6612
4afee9d5
EZ
66132012-01-06 Eli Zaretskii <eliz@gnu.org>
6614
6615 * time.el (display-time-load-average)
6616 (display-time-default-load-average): Doc fixes. See the thread
6617 starting at
6618 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6619 for the details.
6620
536aea70
GM
66212012-01-06 Glenn Morris <rgm@gnu.org>
6622
665ae865
GM
6623 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6624 has no messages. (Bug#10377)
6625
c869783d
GM
6626 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6627 than Info-edit. (Bug#10385)
6628
2bb4227e
GM
6629 * time.el (display-time-load-average, display-time-next-load-average):
6630 Doc fixes.
6631
7d5944b9
GM
6632 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6633 local setting of buffer-read-only to the input buffer. (Bug#10419)
6634
536aea70
GM
6635 * calendar/calendar.el (calendar-mode):
6636 Locally set scroll-margin to 0. (Bug#10379)
6637
7dccca16
UM
66382012-01-06 Ulrich Mueller <ulm@gentoo.org>
6639
6640 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6641
afbb7930
GM
66422012-01-05 Glenn Morris <rgm@gnu.org>
6643
6644 * eshell/em-unix.el (diff-no-select): Autoload it.
6645 (eshell/diff): Use diff-no-select. (Bug#10420)
6646
04482335
CY
66472012-01-05 Chong Yidong <cyd@gnu.org>
6648
7baca3bc
CY
6649 * shell.el (shell-dynamic-complete-functions): Revert last change.
6650 (shell-command-completion-function): New function.
6651 (shell-completion-vars): Use it to implement
6652 shell-completion-execonly (Bug#10417).
6653
04482335
CY
6654 * custom.el (enable-theme): Don't set custom-safe-themes.
6655
1d00653d
SM
6656 * cus-theme.el (custom-theme-merge-theme):
6657 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6658
bb5aa5d6
MM
66592012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6660
6661 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6662 first prompt in `sql-interacive-mode'.
6663 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6664 keywords.
6df6ae42 6665 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6666 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6667 context of original buffer. Invoke `sql-login-hook'.
6668
a7183d7c
EZ
66692012-01-04 Eli Zaretskii <eliz@gnu.org>
6670
6671 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6672 letters in cite-prefix.
6673
a1eacd1e
LMI
66742012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6675
6676 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6677
787cdb34
CY
66782012-01-03 Chong Yidong <cyd@gnu.org>
6679
1d00653d
SM
6680 * shell.el (shell-dynamic-complete-functions):
6681 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6682 comint-filename-completion first (Bug#10417).
6683
30710442
RS
66842012-01-02 Richard Stallman <rms@gnu.org>
6685
6686 * battery.el (battery-status-function):
6687 Detect when to use battery-yeeloong-sysfs.
6688 (battery-echo-area-format): Add string for Yeeloong.
6689 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6690 (battery-yeeloong-sysfs): New function.
6691
f75bfc33
CY
66922012-01-02 Chong Yidong <cyd@gnu.org>
6693
6694 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6695 (dirtrack): Merge code for handling relative filenames in prompt
6696 from shell-dir-cookie-watcher.
6697 (dirtrack-debug-message): New arg to avoid excess format calls.
6698
6699 * shell.el (shell-dir-cookie-re): Variable deleted.
6700 (shell-dir-cookie-watcher): Function deleted.
6701 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6702 with dirtrack-mode.
6703
651e947e
EZ
67042012-01-01 Eli Zaretskii <eliz@gnu.org>
6705
1d00653d
SM
6706 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6707 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6708 libgnutls-26.dll.
6709
94d4c7dc
AS
67102011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6711
6712 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6713
8d43f3cd
EZ
67142011-12-31 Eli Zaretskii <eliz@gnu.org>
6715
6716 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6717 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6718
98c8795a
MA
67192011-12-29 Michael Albinus <michael.albinus@gmx.de>
6720
6721 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6722 also for alternative shells.
6723 (tramp-open-connection-setup-interactive-shell): Check, whether
6724 the shell is a busybox.
6725 (tramp-send-command): Don't suppress multiple prompts for
6726 busyboxes, it hurts.
6727
51281b32
CY
67282011-12-28 Chong Yidong <cyd@gnu.org>
6729
6730 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6731 (gdb-get-source-file): Move mode line update to
6732 gdb-get-source-file (Bug#10087).
6733
2170cb53
CY
67342011-12-25 Chong Yidong <cyd@gnu.org>
6735
6736 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6737 gud-gdb-marker-filter without taking it as an argument.
6738 (gud-gdb-run-command-fetch-lines): Caller changed.
6739 (gud-gdb-completion-function): New variable.
6740 (gud-gdb-completion-at-point): Use it.
6741 (gud-gdb-completions-1): Split from gud-gdb-completions.
6742
6743 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6744 function as separate arguments.
6745 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6746 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6747 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6748 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6749 (gdb-stopped, def-gdb-auto-update-trigger)
6750 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6751 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6752 Callers changed.
2170cb53
CY
6753 (gud-gdbmi-completions): New function.
6754 (gdb): Use it for generating the completion table.
6755
be8b11bb
AM
67562011-12-24 Alan Mackenzie <acm@muc.de>
6757
6758 Introduce a mechanism to widen the region used in context font
1d00653d 6759 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6760
1d00653d
SM
6761 * progmodes/cc-langs.el (c-before-font-lock-functions):
6762 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6763 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6764 functions to be run just before context (etc.) font locking.
6765
6766 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6767 New, functionality extracted from
be8b11bb 6768 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6769 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6770 (c-after-change): Set c-in-after-change-fontification.
6771 (c-set-fl-decl-start): Rejig its interface, so it can be called
6772 from both after-change and context fontifying.
b81d40f0
JB
6773 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6774 New functions.
6775 (c-standard-font-lock-fontify-region-function): New variable.
6776 (c-font-lock-fontify-region): New function.
be8b11bb 6777
341cf6ac
JL
67782011-12-24 Juri Linkov <juri@jurta.org>
6779
6780 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6781 (Bug#10348)
6782
bffcee0a
MA
67832011-12-23 Michael Albinus <michael.albinus@gmx.de>
6784
6785 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6786 existence of source file. (Bug#10325)
6787
cb5e207c
AM
67882011-12-23 Alan Mackenzie <acm@muc.de>
6789
6790 Fix unstable fontification inside templates.
6791
b81d40f0
JB
6792 * progmodes/cc-langs.el (c-before-font-lock-functions):
6793 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6794 additionally has c-set-fl-decl-start. The other languages (apart
6795 from AWK) have that as a single entry.
6796
b81d40f0
JB
6797 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6798 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6799 c-set-fl-decl-start.
6800
b81d40f0
JB
6801 * progmodes/cc-mode.el (c-common-init, c-after-change):
6802 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6803 (c-set-fl-decl-start): New function, extracted from
6804 c-font-lock-enclosing-decls and enhanced.
6805
60ff536c
JB
68062011-12-23 Juanma Barranquero <lekktu@gmail.com>
6807
6808 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6809
1c4757d6
JL
68102011-12-22 Juri Linkov <juri@jurta.org>
6811
6812 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6813
d031f2c7
CY
68142011-12-22 Chong Yidong <cyd@gnu.org>
6815
6816 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6817
bace743a
DA
68182011-12-21 Drew Adams <drew.adams@oracle.com>
6819
6820 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6821
728a1f2b
JC
68222011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6823
6824 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6825
0d373f73
TZ
68262011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6827
fec0aaa4
TZ
6828 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6829 highlighting and support. Fix up comments for capitalization.
6830 (cfengine-mode-debug): New var.
6831 (cfengine3-mode): Change the modeline indicator to "CFE3".
6832 (cfengine3-font-lock-keywords): Improve defun highlighting.
6833 (cfengine2-actions): Rename from `cfengine-actions'.
6834 (cfengine2-font-lock-keywords): Rename from
6835 `cfengine-font-lock-keywords'.
6836 (cfengine2-imenu-expression): Rename from
6837 `cfengine-imenu-expression'.
6838 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6839 (cfengine2-beginning-of-defun): Rename from
6840 `cfengine-beginning-of-defun'.
6841 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6842 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6843 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6844 modeline indicator to "CFE2".
6845 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6846 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6847
bc86f573
CY
68482011-12-21 Chong Yidong <cyd@gnu.org>
6849
6850 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6851 filename argument.
6852
d45ba96b
MR
68532011-12-20 Martin Rudalics <rudalics@gmx.at>
6854
6855 * window.el (window-normalize-buffer-to-display): Remove.
6856 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6857
a6198c90
CY
68582011-12-19 Chong Yidong <cyd@gnu.org>
6859
6860 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6861 Don't signal an error in a predicate function; return non-nil.
6862 (vc-dir-mark-file): Move the error here.
6863 (vc-dir-mark-unmark): If acting on the region, keep going if one
6864 of the entries cannot be marked/unmarked.
6865 (vc-dir-mark-all-files): If current entry is a directory, mark
6866 only child files, as documented.
6867
34c5fb55
VB
68682011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6869
6870 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6871 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6872 addition.
6873
c803b2b7
JD
68742011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6875
6876 * term/ns-win.el (ns-get-selection-internal)
6877 (ns-store-selection-internal): Declare.
1154d12e
JB
6878 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6879 Declare as obsolete.
6880 (ns-get-pasteboard, ns-paste-secondary):
6881 Use ns-get-selection-internal.
6882 (ns-set-pasteboard, ns-copy-including-secondary):
6883 Use ns-store-selection-internal.
c803b2b7 6884
9cff91f8 68852011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6886
6887 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6888 (vc-deduce-fileset): Doc fix.
99a289d9 6889
f16c898a
AS
68902011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6891
6892 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6893
763237c4
SS
68942011-12-13 Sam Steingold <sds@gnu.org>
6895
6896 * man.el (Man-getpage-in-background): When running under a
6897 window-system, ignore $MANWIDTH and $COLUMNS.
6898
5fc1c122
KH
68992011-12-15 Kenichi Handa <handa@m17n.org>
6900
6901 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6902 (setup-ethiopic-environment-internal): Comment out key-binding for
6903 ethio-toggle-punctuation.
6904
13d49cbb
AM
69052011-12-13 Alan Mackenzie <acm@muc.de>
6906
898169a2
AM
6907 Add the switch statement to AWK Mode.
6908
7a71b18d 6909 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6910 "default" to the keywords regexp.
6911
7a71b18d 6912 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6913 expression as the rest.
1d00653d
SM
6914 (c-nonlabel-token-key): Allow string literals for AWK.
6915 Refactor for the other modes.
898169a2 6916
13d49cbb 6917 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6918 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6919 routines. Limit backward searching in c-font-lock-enclosing.decl.
6920
6921 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6922 pp-state and literal type in addition to the limits.
1d00653d 6923 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6924 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6925 (c-slow-in-literal, c-fast-in-literal): Remove.
6926 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6927
6928 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6929 being in a literal. Add a limit for backward searching.
6930
6931 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6932 c-slow-in-literal.
6933
15e0efc7
SM
69342011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6937
454592a6
MR
69382011-12-13 Martin Rudalics <rudalics@gmx.at>
6939
6940 * window.el (delete-other-windows): Use correct frame in call to
6941 window-with-parameter.
6942
87393f26
DP
69432011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6944
6945 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6946 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6947 (makefile-gmake-statements, makefile-makepp-statements):
6948 Use it and add new makepp keywords.
6949 (makefile-makepp-font-lock-keywords): Add new patterns.
6950 (makefile-match-function-end): Match new [...] and [[...]].
6951
11636b22
JB
69522011-12-11 Juanma Barranquero <lekktu@gmail.com>
6953
6954 * ses.el (ses-call-printer-return, ses-cell-property-get)
6955 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6956 (ses-create-cell-variable, ses-reset-header-string)
6957 (ses-cell-set-formula, ses-repair-cell-reference-all)
6958 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6959 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6960 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6961 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6962 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6963 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6964 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6965 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6966 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6967 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6968 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6969 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6970
cf018193
VB
69712011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6972
6973 * ses.el: The overall change is to add cell renaming, that is
6974 setting fancy names for cell symbols other than name matching
6975 "\\`[A-Z]+[0-9]+\\'" regexp .
6976 (ses-create-cell-variable): New defun.
6977 (ses-relocate-formula): Relocate formulas only for cells the
6978 symbols of which are not renamed, i.e. symbols whose names do not
6979 match regexp "\\`[A-Z]+[0-9]+\\'".
6980 (ses-relocate-all): Relocate values only for cells the symbols of
6981 which are not renamed.
6982 (ses-load): Create cells variables as the (ses-cell ...) are read,
6983 in order to check row col consistency with cell symbol name only
6984 for cells that are not renamed.
6985 (ses-replace-name-in-formula): New defun.
6986 (ses-rename-cell): New defun.
6987
ee957461
CY
69882011-12-11 Chong Yidong <cyd@gnu.org>
6989
6990 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6991 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6992
9a9e9ef0
MR
69932011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6994
6995 * window.el (other-window): Fix docstring.
6996
92a8eba5
EZ
69972011-12-10 Eli Zaretskii <eliz@gnu.org>
6998
6999 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7000 `from' or `to' address before taking its substring.
7001 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7002 encoded name is chopped in the middle of the encoded string, and
7003 thus displayed encoded.
7004
e152e577
JB
70052011-12-10 Juanma Barranquero <lekktu@gmail.com>
7006
7007 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7008
e5d84bfe
EZ
70092011-12-10 Eli Zaretskii <eliz@gnu.org>
7010
7011 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7012 to use texinfo-update-node and commands that call it if the
7013 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7014 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7015 (texinfo-all-menus-update, texinfo-master-menu)
7016 (texinfo-update-node, texinfo-every-node-update)
7017 (texinfo-multiple-files-update): Doc fix. Warn against updating
7018 all the @node lines.
7019 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7020 argument is numeric. Explain better in the doc string what the
7021 function really does.
7022 (texinfo-insert-master-menu-list): Improve the error message
7023 displayed if there's no menu in the Top node.
7024 (Bug#2975) See also this thread:
e5d84bfe
EZ
7025 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7026
1d84e9bb
MG
70272011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7028
7029 * speedbar.el (speedbar-supported-extension-expressions):
7030 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7031
382c953b
JB
70322011-12-09 Juanma Barranquero <lekktu@gmail.com>
7033
7034 * printing.el (pr-mode-alist):
7035 * simple.el (filter-buffer-substring-functions)
7036 (completion-list-insert-choice-function):
7037 * window.el (window-with-parameter, window-atom-root)
7038 (window-sides-slots, window-size-fixed, window-min-delta)
7039 (window-max-delta, window--resize-mini-window)
7040 (window--resize-child-windows-normal, window-tree)
7041 (delete-other-windows, quit-window, split-window)
7042 (display-buffer-record-window, special-display-buffer-names)
7043 (special-display-regexps, special-display-popup-frame)
7044 (same-window-p, split-window-sensibly)
7045 (display-buffer-overriding-action, display-buffer-alist)
7046 (display-buffer-base-action, display-buffer, switch-to-buffer)
7047 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7048 (fit-window-to-buffer, recenter-positions)
7049 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7050 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7051 and remove unneeded backslashes in docstrings.
7052
39c9faef
SM
70532011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7054
98449af8
SM
7055 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7056
39c9faef
SM
7057 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7058 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7059 end in ".mk".
7060 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7061 when reading the makefile (bug#10116).
7062
86ed9fdc
SM
70632011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7066 (bug#10116).
7067
5580f89d
GM
70682011-12-06 Glenn Morris <rgm@gnu.org>
7069
7070 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7071
28d3917c
CY
70722011-12-06 Chong Yidong <cyd@gnu.org>
7073
7074 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7075
a98edce9
JB
70762011-12-06 Juanma Barranquero <lekktu@gmail.com>
7077
7078 * textmodes/table.el (table-shorten-cell): Fix typo.
7079
e65adfac
CG
70802011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7081
7082 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7083
71cc0b74
EZ
70842011-12-05 Eli Zaretskii <eliz@gnu.org>
7085
7086 * descr-text.el (describe-char): Fix display of strong
7087 right-to-left characters and directional embeddings and overrides.
7088
7089 * simple.el (what-cursor-position): Fix display of codepoints of
7090 strong right-to-left characters.
7091
315bc30d
CY
70922011-12-05 Chong Yidong <cyd@gnu.org>
7093
7094 * faces.el (read-color): Doc fix.
7095
58a70b94
GM
70962011-12-05 Glenn Morris <rgm@gnu.org>
7097
7098 * align.el (align--set-marker): Add doc-string.
7099 Don't try to move something that is not a marker. (Bug#10216)
7100
5158face
GM
71012011-12-04 Glenn Morris <rgm@gnu.org>
7102
7103 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7104 overly zealous deletion of trailing whitespace.
7105
520fca41
JB
71062011-12-04 Juanma Barranquero <lekktu@gmail.com>
7107
7108 * server.el (server-delete-client): On Windows, do not try to delete
7109 the only terminal.
7110 (server-process-filter): On Windows, treat requests for a tty frame as
7111 if they were for a GUI frame if the running server is in GUI mode.
7112
5e605a2e
GM
71132011-12-03 Glenn Morris <rgm@gnu.org>
7114
7115 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7116
5c3fe83f
SM
71172011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7118
6f5e57e7
SM
7119 * electric.el: Streamline electric-indent's hook.
7120 (electric-indent-chars): Revert to simple list.
7121 (electric-indent-functions): New var.
7122 (electric-indent-post-self-insert-function): Use it.
7123
5c3fe83f
SM
7124 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7125 there's no inferior buffer (bug#10196).
7126 (prolog-consult-compile): Don't use toggle-read-only.
7127
6bdac736
MA
71282011-12-02 Michael Albinus <michael.albinus@gmx.de>
7129
7130 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7131 interrupt. (Bug#10187)
7132
6131ba7f
SM
71332011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7134
99c79fee
SM
7135 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7136 (bug#9160).
7137
6131ba7f
SM
7138 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7139 (bug#10191).
7140
cb0a02ea
JL
71412011-12-02 Juri Linkov <juri@jurta.org>
7142
7143 * info.el (Info-search): Display "end of manual" when Isearch
7144 reaches the end of single-file Info manual. (Bug#9918)
7145
66e0570c
EZ
71462011-12-02 Eli Zaretskii <eliz@gnu.org>
7147
7148 * isearch.el (isearch-message-prefix): Run the input method part
7149 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7150
02b16839
JL
71512011-12-02 Juri Linkov <juri@jurta.org>
7152
7153 * isearch.el (isearch-occur): Use `word-search-regexp' for
7154 `isearch-word'.
7155 (isearch-search-and-update): Add condition for `isearch-word' and
7156 call `word-search-regexp'. (Bug#10145)
7157
0b950688
GM
71582011-12-01 Glenn Morris <rgm@gnu.org>
7159
7160 * eshell/em-hist.el (eshell-hist-initialize):
7161 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7162 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7163
9505c3c7
SM
71642011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7167
1bbe96b2 71682011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7169
a1beca85
SM
7170 * progmodes/verilog-mode.el (verilog-pretty-expr):
7171 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7172 verilog, such as += *= and the like.
7173 (verilog-assignment-operator-re): Regular expression to find the
7174 assigment operator in a verilog assignment.
7175 (verilog-assignment-operation-re): Regular expression to find an
7176 assignment statement for pretty-expr.
7177 (verilog-in-attribute-p): Query returns true if point is in an
7178 attribute context; used to skip these for expression line up from
7179 pretty-expr.
7180 (verilog-in-parameter-p): Query returns true if point is in an
7181 parameter definition context; used to skip these for expression
7182 line up from pretty-expr.
7183 (verilog-in-parenthesis-p): Query returns true if point is in a
7184 parenthetical expression, specifically ( ) but not [ ] or { };
7185 used by pretty-expr.
7186 (verilog-just-one-space): If there is no space, don't add one.
7187 (verilog-get-lineup-indent-2): Specifically skip just attribute
7188 contexts for expression lineup, rather than skipping all
7189 parenthetical expressions.
7190 (verilog-calculate-indent): Fix comment, and fix indent.
7191 (verilog-do-indent): Indent declarations in lists (suggested by
7192 Joachim Lechner).
7193 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7194 skeleton items.
7195 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7196 by Alain Mellan).
7197
1bbe96b2 71982011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7199
7200 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7201 parameters with embedded comments. Reported by Ray Stevens.
7202 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7203 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7204 Reported by Tim Holt.
7205 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7206 instantiated by upper module causing wrong expansion until AUTOed a
7207 second time. Reported by K C Buckenmaier.
7208 (verilog-diff-auto): Fix showing .* as a difference when
7209 `verilog-auto-star-save' off. Reported by Dan Dever.
7210 (verilog-auto-reset, verilog-read-always-signals)
7211 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7212 temporary signals in reset list if
7213 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7214 style to each signal's assignment type, bug381.
7215 Reported by Thomas Esposito.
6288f0ca
WS
7216 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7217 (verilog-uvm-statement-re): Support UVM indentation and
7218 highlighting, with old OVM keywords only.
a1beca85 7219 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7220 Support AUTOTIEOFF creating non-wire data types.
7221 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7222 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7223 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7224 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7225 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7226 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7227 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7228 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7229 non-numeric vector width. Reported by Alex Reed.
7230 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7231 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7232 (verilog-auto-delete-trailing-whitespace):
7233 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7234 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7235 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7236 Fix verilog-scan-cache corruption when running user AUTO expansion
7237 hooks that call indentation routines.
7238 (verilog-simplify-range-expression): Fix typo ignoring lower case
7239 identifiers.
7240 (verilog-delete-auto): Fix delete-autos to also remove user created
7241 automatics, as long as they start with AUTO.
7242 (verilog-batch-diff-auto, verilog-diff-auto)
7243 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7244 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7245 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7246 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7247 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7248 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7249 is disabled and its cache will get corrupt, causing AUTOS not to
7250 expand. Instead use only -quick functions.
7251 (verilog-scan-region): Fix scanning over escaped quotes.
7252 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7253 (verilog-re-search-backward-quick)
7254 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7255 related functions now ignore strings, to fix misparsing of strings
7256 with magic comments embedded in them.
a1beca85
SM
7257 (verilog-read-auto-template):
7258 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7259 Reported by Brad Dobbie.
7260 (verilog-read-auto-template):
7261 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7262 Reported by Brad Dobbie.
6288f0ca
WS
7263 (verilog-auto-inst, verilog-auto-inst-param)
7264 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7265 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7266 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7267 debugging templates without merge conflicts, bug357.
7268 Reported by Brad Dobbie.
7269 (verilog-read-auto-template):
7270 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7271 Reported by Brad Dobbie.
7272 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7273 abbrevs so user won't be asked to save.
7274 (verilog-read-auto-lisp-present): Fix to start at beginning of
7275 buffer in case called outside of verilog-auto.
7276 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7277 to "X-2". Reported by Matthew Myers.
7278 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7279 all inputs from module templates. Reported by Leith Johnson.
7280 (verilog-module-inside-filename-p): Fix locating programs as with
7281 modules.
7282 (verilog-auto-inst-port): Fix vl-width expressions when using
7283 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7284 (verilog-decls-get-regs, verilog-decls-get-signals,
7285 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7286 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7287 verilog-read-decls): Combine reg and wire structures into one var
7288 structure to represent SystemVerilog concepts.
7289 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7290 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7291 (verilog-auto-wire-type, verilog-insert-definition):
7292 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7293 SystemVerilog "logic" keyword instead of "wire"/"reg".
7294 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7295 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7296 ifdef or generate if so there's not a driver conflict).
7297 Reported by Matthew Myers.
7298 (verilog-auto-declare-nettype, verilog-insert-definition):
7299 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7300 `default_nettype none. Reported by Julian Gorfajn.
7301 (verilog-read-always-signals-recurse, verilog-read-decls)
7302 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7303 malformed end statement, bug325. Reported by Joshua Wise and
7304 Andrew Drake.
7305 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7306 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7307 when expanding .* in interfaces, bug320.
7308 Reported by Pierre-David Pfister.
6288f0ca 7309 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7310 name and open parenthesis, bug317.
7311 Reported by Pierre-David Pfister.
6288f0ca
WS
7312 (verilog-simplify-range-expression): Fix simplification of
7313 multiplications inside AUTOWIRE connections, bug303.
7314 (verilog-auto-inst-port): Support parameter expansion in
7315 multidimensional arrays.
7316 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7317 after "assert property". Reported by Julian Gorfajn.
7318 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7319 with multiplication, bug303.
7320 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7321 Reported by Jan Frode Lonnum.
7322
1bbe96b2
GM
73232011-11-30 Juanma Barranquero <lekktu@gmail.com>
7324
7325 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7326 (hfy-shell-file-name, hfy-shell):
7327 * international/fontset.el (x-decompose-font-name): Fix typos.
7328
73292011-11-29 Ken Brown <kbrown@cornell.edu>
7330
7331 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7332 (gdb-version): Remove defvar.
7333 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7334 (gdb-gud-context-command, gdb-non-stop-handler)
7335 (gdb-current-context-command, gdb-stopped): Use it.
7336 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7337 (gdb-non-stop-handler): Don't enable pretty-printing here.
7338 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7339 non-stop mode. Use the following.
7340 (gdb-check-target-async): New defun.
7341 (gud-watch, gdb-stopped): Fix whitespace.
7342 (gdb-get-source-file): Don't try to display the source file if
7343 `gdb-main-file' is nil.
7344
73452011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * align.el: Try to generate fewer markers (bug#10047).
7348 (align--set-marker): New macro.
7349 (align-region): Use it.
7350
c935221f
SM
73512011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7354
e70b5064
CY
73552011-11-29 Chong Yidong <cyd@gnu.org>
7356
7357 * indent.el (indent-for-tab-command, indent-according-to-mode):
7358 Doc fix.
7359 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7360
f3af92b7
MA
73612011-11-29 Michael Albinus <michael.albinus@gmx.de>
7362
7363 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7364 aware of remote file names. (Bug#10124)
7365
ed472be9
CY
73662011-11-29 Chong Yidong <cyd@gnu.org>
7367
7368 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7369
24510c22
SM
73702011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * files.el (find-file): Don't use force-same-window (bug#10144).
7373 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7374 use pop-to-buffer if the selected window can't be used.
7375 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7376
c60c3703
EZ
73772011-11-28 Eli Zaretskii <eliz@gnu.org>
7378
7379 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7380 special-mode-map.
7381
e95def75
CY
73822011-11-28 Chong Yidong <cyd@gnu.org>
7383
7384 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7385
c3f1c606
NR
73862011-11-27 Nick Roberts <nickrob@snap.net.nz>
7387
7388 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7389 gdb-get-source-file-list on gdb-create-source-file-list.
7390
00db469c
EZ
73912011-11-26 Eli Zaretskii <eliz@gnu.org>
7392
7393 * whitespace.el (whitespace-newline): Use a different foreground
7394 color for 16-color light-background displays.
7395
4ad3bc2a
CY
73962011-11-24 Chong Yidong <cyd@gnu.org>
7397
7398 * window.el (display-buffer--special-action): Doc fix.
7399
e9fce1ac
JB
74002011-11-25 Juanma Barranquero <lekktu@gmail.com>
7401
7402 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7403 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7404 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7405 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7406 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7407 (avl-tree-stack-first):
7408 * emacs-lisp/cconv.el (cconv--analyse-use):
7409 * net/gnutls.el (gnutls-negotiate): Fix typos.
7410
cb825e5d
GM
74112011-11-24 Glenn Morris <rgm@gnu.org>
7412
3adbe224
GM
7413 * lpr.el (lpr-windows-system, lpr-lp-system):
7414 * mail/binhex.el (binhex-begin-line):
7415 * progmodes/grep.el (grep-history, grep-find-history):
7416 * textmodes/flyspell.el:
7417 * vc/pcvs-defs.el (cvs-global-menu):
7418 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7419 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7420 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7421
321decc8
GM
7422 * net/tls.el: Fix case of "GnuTLS".
7423
420b63ad
GM
7424 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7425
cb825e5d
GM
7426 * version.el (emacs-build-system): Give it a doc-string.
7427
a0649f08
JL
74282011-11-24 Juri Linkov <juri@jurta.org>
7429
7430 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7431
c0bc0fd4
GM
74322011-11-24 Glenn Morris <rgm@gnu.org>
7433
7434 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7435 if called on a non-mime message just toggle the headers. (Bug#8006)
7436
20db1522
JB
74372011-11-24 Juanma Barranquero <lekktu@gmail.com>
7438
7439 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7440 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7441 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7442 (allout-rebullet-heading, allout-open-sibtopic)
7443 (allout-toggle-current-subtree-encryption)
7444 (allout-toggle-subtree-encryption, allout-encrypt-string)
7445 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7446 (allout-distinctive-bullets-string, allout-auto-activation):
7447 * window.el (window-normalize-buffer-to-display):
7448 * progmodes/verilog-mode.el (verilog-batch-indent):
7449 * textmodes/bibtex.el (bibtex-field-braces-opt)
7450 (bibtex-field-strings-opt):
7451 * vc/cvs-status.el (cvs-tree-merge):
7452 Fix typos.
7453
7262a87c
MA
74542011-11-23 Michael Albinus <michael.albinus@gmx.de>
7455
7456 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7457 `non-essential' to t, in order to avoid remote connections.
7458
283430a1
EZ
74592011-11-23 Eli Zaretskii <eliz@gnu.org>
7460
a1beca85
SM
7461 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7462 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7463 case-insensitively.
7464
d2992a38
ML
74652011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7466
7467 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7468
50419064
GM
74692011-11-23 Glenn Morris <rgm@gnu.org>
7470
da94eca1
GM
7471 * paths.el (rmail-file-name): Reformat the doc-string so that it
7472 is picked up.
7473
9aac4de2
GM
7474 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7475 (rmail-auto-file): Ignore case in the "special" field names,
7476 as mail-fetch-field does for all others.
7477
8038d2d2
GM
7478 * mail/rmail.el (rmail-forward):
7479 * mail/rmailkwd.el (rmail-set-label):
7480 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7481 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7482
f3fe222a
GM
7483 * mail/rmail.el (rmail-current-message): Doc fix.
7484
50419064
GM
7485 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7486
28109f49
SM
74872011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7490
394c65f1
GM
74912011-11-22 Glenn Morris <rgm@gnu.org>
7492
7493 * mail/rmailmm.el (test-rmail-mime-handler)
7494 (test-rmail-mime-bulk-handler)
7495 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7496
f2a0aa3a
JL
74972011-11-21 Juri Linkov <juri@jurta.org>
7498
1154d12e
JB
7499 * calc/calc.el (calc-read-key-sequence):
7500 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7501
9c34a344
LMI
75022011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7503
7504 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7505 Tell the caller that the next line needs recomputation, even
7506 though it doesn't start a sexp (bug#10094).
7507
f04a3be9
SM
75082011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7511
7978747f
SM
75122011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7513
f04a3be9
SM
7514 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7515 Use force-same-window.
7978747f 7516
fe7a3057
JB
75172011-11-20 Juanma Barranquero <lekktu@gmail.com>
7518
7519 * descr-text.el (describe-char-unicode-data):
7520 * json.el (json-string-escape):
7521 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7522 (Footnote-unicode, Footnote-style-p):
7523 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7524
24901d61
CY
75252011-11-20 Chong Yidong <cyd@gnu.org>
7526
7527 * window.el (replace-buffer-in-windows): Restore interactive spec.
7528
bac7ff22
SM
75292011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7530
24f3d7b9
SM
7531 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7532
bac7ff22
SM
7533 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7534 (byte-compile-global-not-obsolete-vars): New var.
7535 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7536 Use it.
7537 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7538
cd1181db
JB
75392011-11-20 Juanma Barranquero <lekktu@gmail.com>
7540
7541 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7542 * progmodes/pascal.el (electric-pascal-equal):
7543 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7544 * xml.el (xml-substitute-special): Fix typos.
7545
7fb18e9e
GM
75462011-11-20 Glenn Morris <rgm@gnu.org>
7547
7548 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7549 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7550 Doc fixes.
7551 (rmail-decode-mime-charset): Mark as obsolete.
7552
7553 * mail/rmailsum.el (rmail-message-regexp-p-1):
7554 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7555 Before using mime functions, check they are set. (Bug#10077)
7556
d5a6b3ba
JL
75572011-11-19 Juri Linkov <juri@jurta.org>
7558
7559 * info.el (Info-finder-find-node): Use `package--builtins' instead
7560 of `package-alist'. Use node names formed by the pattern "Keyword "
7561 and the keyword name.
7562
e981b61f
AS
75632011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7564
1d00653d 7565 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7566
3ffbc301
JL
75672011-11-19 Juri Linkov <juri@jurta.org>
7568
7569 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7570 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7571 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7572 `old-history', `old-history-forward'. Add let-binding
7573 `window-selected'. Remove calls to `kill-buffer',
7574 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7575 before calling `Info-find-node', so `Info-find-node-2' will reread
7576 the Info file. Restore window positions only when `window-selected'
7577 is non-nil.
7578
30c62133
JL
75792011-11-19 Juri Linkov <juri@jurta.org>
7580
7581 * isearch.el (isearch-lazy-highlight-new-loop):
7582 Remove condition `(not isearch-error)'. (Bug#9918)
7583
7584 * misearch.el (multi-isearch-search-fun): Add condition
7585 `(not bound)' to ignore lazy-highlighting search.
7586 Add the search-failed message "end of multi" when the end of
7587 multi-sequence is reached. Uncapitalize the search-failed
7588 message "Repeat for next buffer".
7589
7590 * info.el (Info-search): Add the search-failed message
7591 "end of the manual" when the end of the manual is reached
7592 in Isearch mode.
7593
645ca9cf
JL
75942011-11-19 Juri Linkov <juri@jurta.org>
7595
7596 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7597 Use non-destructive `remove' instead of `delete' because
7598 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7599 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7600
df754f66
JL
76012011-11-19 Juri Linkov <juri@jurta.org>
7602
7603 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7604 to nil instead of binding `search-ring' and `regexp-search-ring'.
7605 (Bug#9185)
7606
0e23d96a
EZ
76072011-11-19 Eli Zaretskii <eliz@gnu.org>
7608
7609 * simple.el (line-move): Force movement by logical lines for any
7610 hscrolled window, not only when auto-hscroll-mode is on.
7611 (line-move-visual): Update doc string to that effect. (Bug#10076)
7612
8a6ccb66
AS
76132011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7614
7615 * language/european.el (macintosh): Define as alias for mac-roman.
7616
49ae5b39
EZ
76172011-11-19 Eli Zaretskii <eliz@gnu.org>
7618
7619 * mail/rmailmm.el (rmail-mime-display-header)
7620 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7621 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7622 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7623 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7624 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7625 of a raw aref.
7626 (rmail-mime-entity-segment): To get past the tagline, move forward
7627 2 more lines, to account for the 2 empty lines that precede and
7628 follow the line with the buttons.
7629 (rmail-mime-update-tagline): Move one more line, to get past the
7630 empty line that follows the buttons in the tagline. (Bug#9520)
7631
c56cad4a
MR
76322011-11-19 Martin Rudalics <rudalics@gmx.at>
7633
7634 * window.el (window-max-delta-1, window-min-delta-1)
7635 (window-min-size-1, window-state-get-1, window-state-put-1)
7636 (window-state-put-2): Use "window--" prefix.
7637
cbe71af3
SM
76382011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7639
2ad52c60
SM
7640 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7641 (smie-warning-count): New var.
7642 (smie-set-prec2tab): Use it.
7643 (smie-bnf->prec2): Improve warnings. Add docstring.
7644 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7645 (smie-bnf--set-class): New function.
7646 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7647 corner case.
7648
6944dbc1
SM
7649 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7650 (compilation-error-properties, compilation-move-to-column):
7651 Handle compilation-first-column while in the target buffer.
7652
c400c4d7
SM
7653 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7654 Don't hardcode point-min==1.
7655
6dbe3e96
SM
7656 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7657 (eshell-rewrite-for-command): Remove workaround.
7658 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7659 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7660 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7661
cbe71af3
SM
7662 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7663
a8e1496d
GM
76642011-11-17 Glenn Morris <rgm@gnu.org>
7665
7666 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7667 Ignore buffer-local generated-autoload-file if it is the same
7668 as the global value. (Bug#10049)
7669
df85d315
JB
76702011-11-17 Juanma Barranquero <lekktu@gmail.com>
7671
7672 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7673 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7674 (reftex-toc-previous-heading, reftex-toc-max-level)
7675 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7676 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7677 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7678 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7679 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7680 (reftex-toc-rename-label, reftex-toc-visit-location)
7681 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7682 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7683 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7684 leaving "*toc*" only for references to the buffer.
7685
a0c2d0ae
MR
76862011-11-17 Martin Rudalics <rudalics@gmx.at>
7687
7688 * window.el (window-resize, delete-window, split-window):
7689 Replace window-splits by window-combination-resize.
1d00653d 7690 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7691
35c0bac8
GM
76922011-11-17 Glenn Morris <rgm@gnu.org>
7693
7694 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7695 Make bash entry derive from sh entry, not shell entry.
7696
d0c8fc8a
MA
76972011-11-16 Michael Albinus <michael.albinus@gmx.de>
7698
7262a87c
MA
7699 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7700 local file name.
7701
7877f373
JB
77022011-11-16 Juanma Barranquero <lekktu@gmail.com>
7703
7704 * menu-bar.el (menu-bar-file-menu):
7705 * printing.el (pr-ps-utility):
7706 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7707 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7708 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7709 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7710 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7711 (icalendar--convert-cyclic-to-ical)
7712 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7713 (icalendar--convert-ical-to-diary)
7714 (icalendar--convert-recurring-to-diary)
7715 (icalendar--convert-non-recurring-all-day-to-diary)
7716 (icalendar-import-format-sample):
7717 * progmodes/idlw-shell.el (idlwave-shell-mode):
7718 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7719 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7720 (vhdl-ps-print-init): Fix typos.
7721
10649b82
KM
77222011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7723
9d0cfcd6
GM
7724 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7725 FSF and collapse date sequence, obscure author/maintainer email address
7726 better, remove extra version line, track relocation of author's webpage.
10649b82 7727
9d0cfcd6
GM
7728 * progmodes/python.el (python-pdbtrack-input-prompt)
7729 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7730 regular python pdb prompts. Adjustments shamelessly taken exactly as
7731 suggested in EmacsWiki page (tiny change):
7732 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7733
58179cce
JB
77342011-11-16 Juanma Barranquero <lekktu@gmail.com>
7735
7736 * expand.el (expand-pos, expand-index, expand-point):
7737 Remove redundant info from docstring.
7738 (expand-add-abbrevs): Doc fix.
7739 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7740 (expand-sample-perl-mode-expand-list): Fix typos.
7741
7742 * net/dbus.el (dbus-event-member-name):
7743 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7744 * term/pc-win.el (msdos-create-frame-with-faces):
7745 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7746
b6f67890
MR
77472011-11-16 Martin Rudalics <rudalics@gmx.at>
7748
7749 * window.el (split-window, window-state-get-1)
7750 (window-state-put-1, window-state-put-2): Rename occurrences of
7751 window-nest to window-combination-limit.
1d00653d 7752 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7753
ce7ddba0
CY
77542011-11-16 Chong Yidong <cyd@gnu.org>
7755
7756 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7757 regexp (Bug#10033).
7758
3ae704f4
SM
77592011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7762 `completing-read' will remove *Completions* and will preserve
7763 current-buffer for us.
7764 (tmm-add-prompt): Users of *Completions* will always (re)set its
7765 major mode.
7766 (tmm-old-comp-map): Remove.
7767
6ad1cdde
GM
77682011-11-16 Glenn Morris <rgm@gnu.org>
7769
7770 * mail/rmailedit.el: Require rmailmm when compiling.
7771 (rmail-old-mime-state): New declaration.
7772 (rmail-edit-current-message): If editing a mime message,
7773 edit the "raw" message from the mbox buffer.
7774 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7775
d20faa20
GM
77762011-11-15 Glenn Morris <rgm@gnu.org>
7777
7778 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7779 which wasn't being used. Add optional arg to force given state.
7780 (rmail-mime): Add optional arg to force given state.
7781
c7015153
JB
77822011-11-15 Juanma Barranquero <lekktu@gmail.com>
7783
7784 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7785 * frame.el (display-mm-dimensions-alist):
7786 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7787 (outline-move-subtree-down):
7788 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7789 (newsticker--treeview-do-get-node):
7790 * net/quickurl.el (quickurl-list-buffer-name):
7791 * progmodes/dcl-mode.el (dcl-mode):
7792 * progmodes/gdb-mi.el (gdb-mapcar*):
7793 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7794
45261b50
GM
77952011-11-15 Glenn Morris <rgm@gnu.org>
7796
7797 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7798 in a boolean sense, so just make it a boolean, and fix the doc.
7799 (rmail-show-mime-function, rmail-mime-feature)
7800 (rmail-require-mime-maybe): Doc fixes.
7801 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7802
7803 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7804
0d26e0b6
JB
78052011-11-15 Juanma Barranquero <lekktu@gmail.com>
7806
7807 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7808 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7809 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7810 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7811
447f30f6
GM
78122011-11-15 Glenn Morris <rgm@gnu.org>
7813
672b871d
GM
7814 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7815 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7816 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7817 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7818 (rmail-mime, rmail-show-mime): Doc fixes.
7819
f6aa5bb1
GM
7820 * term/ns-win.el (mode-line-frame-identification):
7821 Leave it alone. (Bug#10051)
7822
947cd66b
GM
7823 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7824
447f30f6
GM
7825 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7826 Handle empty buffers. (Bug#9978)
7827
0b381c7e
JB
78282011-11-14 Juanma Barranquero <lekktu@gmail.com>
7829
7830 * international/mule.el (define-charset):
7831 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7832 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7833 * progmodes/verilog-mode.el (verilog-backward-token):
7834 * textmodes/ispell.el (lookup-words):
7835 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7836
71e027ac
GM
78372011-11-14 Glenn Morris <rgm@gnu.org>
7838
56632ce4
GM
7839 * progmodes/executable.el
7840 (executable-make-buffer-file-executable-if-script-p):
7841 Handle file-modes returning nil.
7842
40500957
GM
7843 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7844 message - not necessary, and causes problems. (Bug#9831)
7845
071c2340
GM
7846 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7847
d3cfca60
GM
7848 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7849
71e027ac
GM
7850 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7851 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7852 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7853
89d61221
MR
78542011-11-12 Martin Rudalics <rudalics@gmx.at>
7855
7856 * window.el (window-resize, delete-window): Use window-splits
7857 variable instead of function.
7858 (window-state-get-1, window-state-put-2, window-state-put):
7859 Don't deal with windows' splits status.
7860
98282f6f
GM
78612011-11-12 Glenn Morris <rgm@gnu.org>
7862
7863 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7864 (apropos-documentation): Doc fixes.
7865
40a8bdf6
JB
78662011-11-11 Juanma Barranquero <lekktu@gmail.com>
7867
7868 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7869 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7870
65bd19ff
SM
78712011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * electric.el (electric-indent-post-self-insert-function): Make it
7874 possible for a char to only indent in some circumstances.
7875 (electric-indent-mode): Simplify.
7876
54f9154c
MR
78772011-11-11 Martin Rudalics <rudalics@gmx.at>
7878
7879 * window.el (windows-with-parameter): Remove unused function.
7880 (windows-at-side): Rename to window-at-side-list.
7881 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7882 (window-side-check, window-size-ignore, window-size-fixed-1)
7883 (window-in-direction-2): Prefix with "window--".
7884 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7885
68cbc58b
GM
78862011-11-11 Glenn Morris <rgm@gnu.org>
7887
7888 * subr.el (eval-after-load): If FILE is already loaded,
7889 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7890
b2621720
GM
78912011-11-10 Glenn Morris <rgm@gnu.org>
7892
9a4de110
GM
7893 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7894 Call svn via vc-svn-command rather than vc-do-command.
7895 (vc-svn-command): Add --non-interactive. (Bug#9993)
7896 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7897
b2621720
GM
7898 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7899 Add toggle-read-only. (Bug#7292)
7900 * files.el (toggle-read-only): Mention that it should only
7901 be used interactively. (Bug#10006)
7902
1dce7193
SM
79032011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7904
d9ac1a1e
SM
7905 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7906 Adjust regexp for OCaml warnings.
7907
0c325082
SM
7908 * electric.el (electric-pair-post-self-insert-function): Let user
7909 turn it off buffer-locally (bug#9932).
7910
90132c14
SM
7911 * progmodes/python.el (python-beginning-of-statement):
7912 Rewrite (bug#2703).
7913
1dce7193
SM
7914 * progmodes/compile.el: Better handle TABs (bug#9749).
7915 (compilation-internal-error-properties)
7916 (compilation-next-error-function): Obey the target buffer's
7917 compilation-error-screen-columns.
7918
c4e7c63a
JB
79192011-11-09 Juanma Barranquero <lekktu@gmail.com>
7920
7921 * progmodes/meta-mode.el: Remove obsolete comments.
7922 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7923 Fix typos in docstrings.
7924
2cffd681
MR
79252011-11-09 Martin Rudalics <rudalics@gmx.at>
7926
7927 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7928 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7929 (window--resizable): New function. Make all callers of
7930 window-resizable call window--resizable instead.
7931 (window-resizable): Rewrite in terms of window--resizable.
7932
0edcba87
GM
79332011-11-08 Glenn Morris <rgm@gnu.org>
7934
7935 * progmodes/delphi.el (delphi-mode-syntax-table):
7936 Let define-derived-mode define a proper syntax table. (Bug#9994)
7937
4b0d61e3
SM
79382011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * window.el: Stay away from defsubst.
7941 (window-list-no-nils): Remove.
7942 (window-state-get-1, window-state-get): Use backquote instead.
7943
cd394be1 79442011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7945
4b0d61e3 7946 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7947 Fix incorrect use of default argument in `completing-read'.
7948
e1c2c6f2
MR
79492011-11-08 Martin Rudalics <rudalics@gmx.at>
7950
7951 * window.el (display-buffer-function, special-display-function):
7952 Mention display-buffer-record-window but do not mention
7953 help-setup parameter in doc-strings.
b3f4a882 7954 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7955
105216ed
CY
79562011-11-08 Chong Yidong <cyd@gnu.org>
7957
7958 * window.el (window-total-height, window-total-width): Doc fix.
7959 (window-body-size): Move from C.
7960 (window-body-height, window-body-width): Move to C.
7961
0a9f9ab5
SM
79622011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * window.el: Make special-display like display-buffer-alist (bug#9532).
7965 (display-buffer--special-action): New function, morphed
7966 from display-buffer--special.
7967 (display-buffer): Use it to handle special-display-buffers at higher
7968 priority (just after display-buffer-alist).
7969 (display-buffer-fallback-action, display-buffer--other-frame-action)
7970 (pop-to-buffer-same-window): Remove display-buffer--special.
7971
a769dd15
GM
79722011-11-07 Glenn Morris <rgm@gnu.org>
7973
7974 * calendar/cal-menu.el (cal-menu-set-date-title):
7975 Do nothing if not in a calendar. (Bug#9976)
7976
05a61ee3
SM
79772011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7978
7979 * files.el (find-file): Always use selected-window.
7980
be7f5545
MR
79812011-11-07 Martin Rudalics <rudalics@gmx.at>
7982
7983 * window.el (window-combinations): Make WINDOW argument
7984 mandatory. Rewrite doc-string.
7985 (walk-window-subtree, window-atom-check, window-min-delta)
7986 (window-max-delta, window--resize-this-window)
7987 (window--resize-root-window-vertically, window-tree)
7988 (balance-windows, window-state-put): Rewrite doc-strings as to
7989 not mention the term "subwindow".
7990 (window--resize-subwindows-skip-p): Rename to
7991 window--resize-child-windows-skip-p.
7992 (window--resize-subwindows-normal): Rename to
7993 window--resize-child-windows-normal.
7994 (window--resize-subwindows): Rename to
7995 window--resize-child-windows.
7996 (window-or-subwindow-p): Rename to window--in-subtree-p.
7997
3c6702ef
ML
79982011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7999
8000 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8001 Ensure that mbox format messages end in two newlines (Bug#9974).
8002
49745b39
CY
80032011-11-06 Chong Yidong <cyd@gnu.org>
8004
8005 * window.el (window-combination-p): Function deleted; its
8006 side-effect is not used in any existing code.
8007 (window-combinations, window-combined-p): Call window-*-child
8008 directly.
8009
24300f5f
CY
80102011-11-05 Chong Yidong <cyd@gnu.org>
8011
8012 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8013 (window-size-ignore, window-state-get): Callers changed.
8014 (window-normalize-window): Rename from window-normalize-any-window.
8015 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8016 (window-normalize-live-window): Delete.
447f16b8
CY
8017 (window-combination-p, window-combined-p, window-combinations)
8018 (walk-window-subtree, window-atom-root, window-min-size)
8019 (window-sizable, window-sizable-p, window-size-fixed-p)
8020 (window-min-delta, window-max-delta, window-resizable)
8021 (window-resizable-p, window-full-height-p, window-full-width-p)
8022 (window-current-scroll-bars, window-point-1, set-window-point-1)
8023 (window-at-side-p, window-in-direction, window-resize)
8024 (adjust-window-trailing-edge, maximize-window, minimize-window)
8025 (window-deletable-p, delete-window, delete-other-windows)
8026 (record-window-buffer, unrecord-window-buffer)
8027 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8028 (quit-window, split-window, window-state-put)
8029 (set-window-text-height, fit-window-to-buffer)
8030 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8031
89bd5ee1
EZ
80322011-11-04 Eli Zaretskii <eliz@gnu.org>
8033
53479029
EZ
8034 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8035 rfc2047-decode-string.
8036 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8037 warnings.
8038
89bd5ee1
EZ
8039 * window.el (window-body-height, window-body-width): Mention in
8040 the doc string that the return values are in frame's canonical
8041 units. (Bug#9949)
8042
bd17fdee
AM
80432011-11-03 Alan Mackenzie <acm@muc.de>
8044
8045 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8046 change in cc-engine.el.
8047
acc825c5
SM
80482011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8051
1885e5b8
MR
80522011-11-02 Martin Rudalics <rudalics@gmx.at>
8053
8054 * window.el (quit-window): Call unrecord-window-buffer after
8055 showing another buffer in the window. (Bug#9937)
acc825c5 8056 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8057
ebe06da9
JB
80582011-11-02 Juanma Barranquero <lekktu@gmail.com>
8059
8060 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8061 Accept status with more than 9 shelves. (Bug#9935)
8062 Reported by Colin D Bennett <colin@gibibit.com>.
8063
4ee88440
MR
80642011-11-01 Martin Rudalics <rudalics@gmx.at>
8065
8066 * help.el (with-help-window): Don't reference
8067 temp-buffer-show-specifiers in doc-string.
8068
08e1d82c
AS
80692011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8070
8071 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8072 menu-item.
8073
84bd6e9e
VJL
80742011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8075
8076 * whitespace.el: New version 13.2.2.
8077 (whitespace-newline-mode): Disable properly. Reported by Sarah
8078 <EmacsWiki>.
8079
dba0634a
UJ
80802011-10-30 Ulf Jasper <ulf.jasper@web.de>
8081
8082 * net/newst-treeview.el: Remove "Time-stamp".
8083 (newsticker--group-manage-orphan-feeds): Do not call
8084 newsticker--treeview-tree-update.
db22a3c2
JB
8085 (newsticker-treeview-update, newsticker-treeview):
8086 Call newsticker--treeview-tree-update if necessary.
dba0634a 8087
3d8daefe
MR
80882011-10-30 Martin Rudalics <rudalics@gmx.at>
8089
8090 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8091 (window-iso-combinations): Remove "iso-" infix.
8092 Suggested by Chong Yidong.
3d8daefe
MR
8093 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8094 (window-max-delta-1, window-resize, window--resize-siblings)
8095 (window--resize-this-window, adjust-window-trailing-edge)
8096 (split-window, balance-windows-1)
8097 (shrink-window-if-larger-than-buffer):
8098 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8099 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8100
1bc4c3ae
SM
81012011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8104 in place (bug#9907).
8105 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8106 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8107 (eshell-structure-basic-command, eshell-rewrite-while-command)
8108 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8109 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8110 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8111 (eshell-do-pipelines-synchronously, eshell-eval-command):
8112 Use backquotes and prefer setq to set.
8113 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8114 (eshell-macrop): Use functionp.
c1e2f5fa 8115 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8116
30b65d9c
CY
81172011-10-30 Chong Yidong <cyd@gnu.org>
8118
8119 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8120 instead of set-mark (Bug#9810).
8121
2d197ffb
CY
81222011-10-30 Chong Yidong <cyd@gnu.org>
8123
8124 * window.el (split-window-below, split-window-right): Rename from
8125 split-window-above-each-other and split-window-side-by-side
8126 respectively. All callers changed.
8127 (split-window-sensibly, split-window-sensibly): Use them.
8128 (split-window-keep-point): Doc fix.
8129
8130 * isearch.el: Add isearch-scroll property to split-window-below
8131 and split-window-right.
8132
8133 * follow.el (follow-mode):
8134 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8135 * progmodes/ada-xref.el (ada-gdb-application):
8136 * emulation/vip.el (vip-buffer-in-two-windows):
8137 * image-dired.el (image-dired-dired-with-window-configuration):
8138 * dired-x.el (dired-do-find-marked-files):
8139 * dired.el (dired-pop-to-buffer):
8140 * bs.el (bs--show-with-configuration):
8141 * vc/emerge.el (emerge-setup-windows):
8142 * textmodes/two-column.el (2C-two-columns):
8143 * textmodes/reftex-toc.el (reftex-toc):
8144 * progmodes/gdb-mi.el (gdb-setup-windows):
8145 * progmodes/fortran.el (fortran-window-create):
8146 * net/newst-treeview.el (newsticker--treeview-window-init):
8147 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8148 * emulation/tpu-edt.el (tpu-gold-map):
8149 * emulation/crisp.el (crisp-mode-map):
8150 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8151
38bb2ca8
CY
81522011-10-29 Chong Yidong <cyd@gnu.org>
8153
aa4de341
CY
8154 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8155
e1eb5385
CY
8156 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8157
5d2ece3c
CY
8158 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8159 forged Ispell output (Bug#7904).
8160
38bb2ca8
CY
8161 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8162
d0af9f77
SM
81632011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * doc-view.el: Avoid ugly errors about not finding nil.
8166 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8167 (doc-view-dvipdf-program, doc-view-unoconv-program)
8168 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8169 Avoid nil or absolute file name as default value.
8170 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8171
52bedd34
AM
81722011-10-28 Alan Mackenzie <acm@muc.de>
8173
db22a3c2 8174 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8175
7e43cfa5
AM
81762011-10-28 Alan Mackenzie <acm@muc.de>
8177
8178 Amend the handling of c-beginning/end-of-defun in nested declaration
8179 scopes.
8180
52bedd34
AM
8181 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8182 cc-langs.el. Change it to a defcustom.
7e43cfa5 8183
52bedd34
AM
8184 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8185 cc-vars.el.
7e43cfa5 8186
d0af9f77
SM
8187 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8188 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8189
52bedd34 8190 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8191 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8192 (c-widen-to-enclosing-decl-scope): New function.
8193 (c-while-widening-to-decl-block): New macro.
8194 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8195 outward for defun boundaries, and correspondingly change symbol
8196 `respect-enclosure' to `go-outward'.
8197 (c-declaration-limits): Change algorithm to report only the "innermost"
8198 defun's boundaries.
8199
1a2ce9ee
DD
82002011-10-28 Deniz Dogan <deniz@dogan.se>
8201
8202 * net/rcirc.el (rcirc-mode): Use hard newlines.
8203
bc97a826
AM
82042011-10-28 Alan Mackenzie <acm@muc.de>
8205
8206 Amend to indent and fontify macros "which include their own semicolon"
8207 correctly, using the "virtual semicolon" mechanism.
8208
52bedd34 8209 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8210
d0af9f77 8211 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8212 Recode to scan one line at a time rather than having \n and \r
58179cce 8213 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8214 (c-forward-label): Amend for virtual semicolons.
58179cce 8215 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8216
52bedd34
AM
8217 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8218 of the new C macros.
bc97a826 8219
52bedd34 8220 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8221 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8222 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8223 (c-opt-cpp-macro-define): Make into a full language variable.
8224 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8225 AWK Mode (including \n, \r) removed, no longer needed.
8226
d0af9f77
SM
8227 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8228 Invoke c-make-macro-with-semi-re.
bc97a826 8229
52bedd34
AM
8230 * progmodes/cc-vars.el (c-macro-with-semi-re):
8231 (c-macro-names-with-semicolon): New variables.
58179cce 8232 (c-make-macro-with-semi-re): New function.
bc97a826 8233
7a6c0941
SM
82342011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * vc/log-edit.el: Fill empty field rather than adding new one.
8237 (log-edit-add-field): New function.
8238 (log-edit-insert-changelog): Use it.
8239
b0c4cdcf
ML
82402011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8241
8242 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8243
ee1f1da9
SM
82442011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8247 (gdb--check-interpreter): New function.
8248 (gdb): Use it.
8249
51bc5f8b
GM
82502011-10-27 Glenn Morris <rgm@gnu.org>
8251
416a2c45
GM
8252 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8253 (least-positive-float, least-negative-float)
8254 (least-positive-normalized-float, least-negative-normalized-float)
8255 (float-epsilon, float-negative-epsilon):
8256 Remove unnecessary declarations.
8257
8258 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8259 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8260 (least-positive-float, least-negative-float)
8261 (least-positive-normalized-float, least-negative-normalized-float)
8262 (float-epsilon, float-negative-epsilon): Add doc-strings,
8263 based on those in cl.texi.
8264
51bc5f8b
GM
8265 * files.el (set-visited-file-name): If the major-mode changed,
8266 reload the local variables. (Bug#9796)
8267
15de15c6
CY
82682011-10-27 Chong Yidong <cyd@gnu.org>
8269
8270 * subr.el (change-major-mode-after-body-hook): New hook.
8271 (run-mode-hooks): Run it.
8272
ee1f1da9
SM
8273 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8274 Use change-major-mode-before-body-hook.
15de15c6
CY
8275
8276 * simple.el (fundamental-mode):
8277 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8278 change introducing fundamental-mode-hook.
8279
5430d399
JB
82802011-10-26 Juanma Barranquero <lekktu@gmail.com>
8281
acc825c5 8282 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8283
ad74a69e
MA
82842011-10-26 Michael Albinus <michael.albinus@gmx.de>
8285
8286 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8287 tramp.el explicitly. (Bug#7583)
ad74a69e 8288
71d4c2a5
SM
82892011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * progmodes/octave-mod.el:
8292 * progmodes/octave-inf.el: Update maintainer.
8293
b1f6fa26
CY
82942011-10-26 Chong Yidong <cyd@gnu.org>
8295
8296 * subr.el (with-wrapper-hook): Rewrite doc.
8297
3f04efd6
MA
82982011-10-25 Michael Albinus <michael.albinus@gmx.de>
8299
8300 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8301 filenames "/method:foo:". (Bug#9793)
3f04efd6 8302
410488d3
SM
83032011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8306 (bug#9865).
8307
c1ebb47e
GM
83082011-10-24 Glenn Morris <rgm@gnu.org>
8309
8310 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8311
7f5c46c7
MA
83122011-10-24 Michael Albinus <michael.albinus@gmx.de>
8313
8314 * notifications.el: Add the requirement of a running D-Bus session
8315 bus to the Commentary.
8316
db2440b6
JL
83172011-10-24 Juri Linkov <juri@jurta.org>
8318
8319 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8320 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8321 (Bug#9364)
8322
feecf435
JL
83232011-10-24 Juri Linkov <juri@jurta.org>
8324
8325 * info.el (Info-following-node-name-re): Add newline to the list
8326 of allowed characters for leading space. (Bug#9824)
8327
a3839de2
SM
83282011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8329
acc825c5
SM
8330 * progmodes/octave-inf.el (inferior-octave-mode-map):
8331 Fix C-c C-h binding.
a3839de2
SM
8332 * progmodes/octave-mod.el (octave-help): Remove.
8333
09388e76
MA
83342011-10-23 Michael Albinus <michael.albinus@gmx.de>
8335
8336 Sync with Tramp 2.2.3.
8337
8338 * net/tramp-cache.el (top): Pacify byte-compiler using
8339 `init-file-user' and `site-run-file'.
8340
8341 * net/trampver.el: Update release number.
8342
86c60681
CY
83432011-10-23 Chong Yidong <cyd@gnu.org>
8344
8345 * files.el (toggle-read-only): Remove obsolete comment about
8346 version control.
8347
8348 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8349 for toggle-read-only. Note that this hasn't called vc-next-action
8350 since 2008-05-02, though it wasn't documented at the time.
8351
a3839de2
SM
8352 * vc/ediff-init.el (ediff-toggle-read-only-function):
8353 Use toggle-read-only.
86c60681 8354
cd5495ff
AM
83552011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8356
8357 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8358 of c-parse-state.
8359
00b77525 8360 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8361 correct faulty logical expression.
cd5495ff
AM
8362 (c-parse-state-state, c-record-parse-state-state):
8363 (c-replay-parse-state-state): New defvar/defuns.
8364 (c-debug-parse-state): Use new functions.
8365
42ee24ed
MR
83662011-10-22 Martin Rudalics <rudalics@gmx.at>
8367
8368 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8369 last fix. Use window-in-direction correctly.
42ee24ed 8370
a7dee7e7
CY
83712011-10-21 Chong Yidong <cyd@gnu.org>
8372
8373 * progmodes/idlwave.el (idlwave-mode):
8374 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8375 require-final-newline; that's done in prog-mode.
8376 Suggested by Stefan Monnier.
a7dee7e7 8377
e07b9a6d
MR
83782011-10-21 Martin Rudalics <rudalics@gmx.at>
8379
8380 * mouse.el (mouse-drag-window-above)
8381 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8382 (mouse-drag-mode-line-1, mouse-drag-header-line)
8383 (mouse-drag-vertical-line-rightward-window): Remove.
8384 (mouse-drag-line): New function.
8385 (mouse-drag-mode-line, mouse-drag-header-line)
8386 (mouse-drag-vertical-line): Call mouse-drag-line.
8387 * window.el (window-at-side-p, windows-at-side): New functions.
8388
7e1361d9
UM
83892011-10-21 Ulrich Mueller <ulm@gentoo.org>
8390
8391 * tar-mode.el (tar-grind-file-mode):
8392 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8393
30fcaf3a
CY
83942011-10-21 Chong Yidong <cyd@gnu.org>
8395
8396 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8397 * progmodes/vera-mode.el (vera-mode):
8398 Use mode-require-final-newline.
30fcaf3a 8399
516eddb0
GM
84002011-10-20 Glenn Morris <rgm@gnu.org>
8401
db22a3c2 8402 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8403
10d5f513
CS
84042011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8405
8406 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8407
ac6c8639
CY
84082011-10-20 Chong Yidong <cyd@gnu.org>
8409
8410 * emulation/cua-base.el (cua-mode):
8411 * mail/footnote.el (footnote-mode):
8412 * mail/mailabbrev.el (mail-abbrevs-mode):
8413 * net/xesam.el (xesam-minor-mode):
8414 * progmodes/bug-reference.el (bug-reference-mode):
8415 * progmodes/cap-words.el (capitalized-words-mode):
8416 * progmodes/compile.el (compilation-minor-mode)
8417 (compilation-shell-minor-mode):
8418 * progmodes/gud.el (gud-tooltip-mode):
8419 * progmodes/hideif.el (hide-ifdef-mode):
8420 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8421 * progmodes/subword.el (subword-mode):
8422 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8423 * progmodes/which-func.el (which-function-mode):
8424 * term/tvi970.el (tvi970-set-keypad-mode):
8425 * term/vt100.el (vt100-wide-mode):
8426 * textmodes/flyspell.el (flyspell-mode):
8427 * textmodes/ispell.el (ispell-minor-mode):
8428 * textmodes/nroff-mode.el (nroff-electric-mode):
8429 * textmodes/paragraphs.el (use-hard-newlines):
8430 * textmodes/refill.el (refill-mode):
8431 * textmodes/reftex.el (reftex-mode):
8432 * textmodes/rst.el (rst-minor-mode):
8433 * textmodes/sgml-mode.el (html-autoview-mode)
8434 (sgml-electric-tag-pair-mode):
8435 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8436 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8437 * emulation/crisp.el (crisp-mode):
8438 * emacs-lisp/eldoc.el (eldoc-mode):
8439 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8440 minor mode behavior.
8441
aa42ab43
JL
84422011-10-19 Juri Linkov <juri@jurta.org>
8443
8444 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8445 the list of hard-coded chars with escape-glyph face.
8446
89400f1d
SM
84472011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8450
305c07f6
MA
84512011-10-19 Michael Albinus <michael.albinus@gmx.de>
8452
8453 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8454 running process.
8455
13754b54
GM
84562011-10-19 Glenn Morris <rgm@gnu.org>
8457
8458 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8459 Ignore ignored files. (Bug#9726)
8460
06e21633
CY
84612011-10-19 Chong Yidong <cyd@gnu.org>
8462
8463 Doc fix for minor modes, stating that an omitted argument enables
8464 the mode unconditionally when called from Lisp.
8465
8466 * abbrev.el (abbrev-mode):
8467 * allout.el (allout-mode):
8468 * autoinsert.el (auto-insert-mode):
8469 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8470 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8471 (global-auto-revert-mode):
8472 * battery.el (display-battery-mode):
8473 * composite.el (global-auto-composition-mode)
8474 (auto-composition-mode):
8475 * delsel.el (delete-selection-mode):
8476 * desktop.el (desktop-save-mode):
8477 * dired-x.el (dired-omit-mode):
8478 * dirtrack.el (dirtrack-mode):
8479 * doc-view.el (doc-view-minor-mode):
8480 * double.el (double-mode):
8481 * electric.el (electric-indent-mode, electric-pair-mode):
8482 * emacs-lock.el (emacs-lock-mode):
8483 * epa-hook.el (auto-encryption-mode):
8484 * follow.el (follow-mode):
8485 * font-core.el (font-lock-mode):
8486 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8487 * help.el (temp-buffer-resize-mode):
8488 * hilit-chg.el (highlight-changes-mode)
8489 (highlight-changes-visible-mode):
8490 * hi-lock.el (hi-lock-mode):
8491 * hl-line.el (hl-line-mode, global-hl-line-mode):
8492 * icomplete.el (icomplete-mode):
8493 * ido.el (ido-everywhere):
8494 * image-file.el (auto-image-file-mode):
8495 * image-mode.el (image-minor-mode):
8496 * iswitchb.el (iswitchb-mode):
8497 * jka-cmpr-hook.el (auto-compression-mode):
8498 * linum.el (linum-mode):
8499 * longlines.el (longlines-mode):
8500 * master.el (master-mode):
8501 * mb-depth.el (minibuffer-depth-indicate-mode):
8502 * menu-bar.el (menu-bar-mode):
8503 * minibuf-eldef.el (minibuffer-electric-default-mode):
8504 * mouse-sel.el (mouse-sel-mode):
8505 * msb.el (msb-mode):
8506 * mwheel.el (mouse-wheel-mode):
8507 * outline.el (outline-minor-mode):
8508 * paren.el (show-paren-mode):
8509 * recentf.el (recentf-mode):
8510 * reveal.el (reveal-mode, global-reveal-mode):
8511 * rfn-eshadow.el (file-name-shadow-mode):
8512 * ruler-mode.el (ruler-mode):
8513 * savehist.el (savehist-mode):
8514 * scroll-all.el (scroll-all-mode):
8515 * scroll-bar.el (scroll-bar-mode):
8516 * server.el (server-mode):
8517 * shell.el (shell-dirtrack-mode):
8518 * simple.el (auto-fill-mode, transient-mark-mode)
8519 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8520 (line-number-mode, column-number-mode, size-indication-mode)
8521 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8522 * strokes.el (strokes-mode):
8523 * time.el (display-time-mode):
8524 * t-mouse.el (gpm-mouse-mode):
8525 * tool-bar.el (tool-bar-mode):
8526 * tooltip.el (tooltip-mode):
8527 * type-break.el (type-break-mode-line-message-mode)
8528 (type-break-query-mode):
8529 * view.el (view-mode):
8530 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8531 (global-whitespace-mode, global-whitespace-newline-mode):
8532 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8533
a3839de2
SM
8534 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8535 Fix autogenerated docstring.
06e21633 8536
5214e501
JL
85372011-10-19 Juri Linkov <juri@jurta.org>
8538
8539 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8540 by checking environment variables "DESKTOP_SESSION" and
8541 "XDG_CURRENT_DESKTOP". (Bug#9779)
8542
195f8db9
JL
85432011-10-19 Juri Linkov <juri@jurta.org>
8544
8545 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8546 (browse-url-chromium-program, browse-url-chromium-arguments):
8547 New defcustoms.
8548 (browse-url-default-browser): Check for `browse-url-chromium' and
8549 call `browse-url-chromium-program'.
8550 (browse-url-chromium): New command. (Bug#9779)
8551
343a34ff
JB
85522011-10-18 Juanma Barranquero <lekktu@gmail.com>
8553
8554 * facemenu.el (list-colors-duplicates): On Windows, detect more
8555 duplicates by assuming that only colors matching "^System" are
8556 special "system colors". (Bug#9722)
8557
6978a151
SM
85582011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8561 to distinguish the author from the committer.
8562
6a80b297
MA
85632011-10-18 Michael Albinus <michael.albinus@gmx.de>
8564
8565 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8566
b31a5677
JK
85672011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8568
8569 * international/mule.el (sgml-html-meta-auto-coding-function):
8570 Add support for detecting encoding in HTML5 specified only as
8571 <meta charset="UTF-8">. Implementation just makes http-equiv and
8572 content-type parts from HTML4 encoding string optional. (Bug#9716)
8573
80c6d77f
GM
85742011-10-18 Glenn Morris <rgm@gnu.org>
8575
8576 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8577
08b0fee8
CY
85782011-10-18 Chong Yidong <cyd@gnu.org>
8579
8580 * faces.el (cursor): Doc fix.
8581
67e729a5
CY
85822011-10-17 Chong Yidong <cyd@gnu.org>
8583
8584 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8585
343a34ff 85862011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8587
8588 * dirtrack.el (dirtrack): Support shell buffers with path
8589 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8590
0bc06380
TZ
85912011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8592
8593 * json.el: Bump version to 1.3 and note change in History.
8594 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8595
8b79f3e0
SM
85962011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8597
5a7c536b
SM
8598 * comint.el (comint-insert-input, comint-send-input)
8599 (comint-get-old-input-default, comint-backward-matching-input)
8600 (comint-next-prompt): Use nil instead of `input' for field property of
8601 past user input (bug#114).
8602
96a8a0df
SM
8603 * minibuffer.el (completion--replace): Inherit surrounding properties
8604 (bug#114).
8605 (minibuffer-complete-and-exit): Use it.
8606
8b79f3e0
SM
8607 * comint.el (comint--table-subvert): Quote the all-completions output
8608 (bug#9160).
8609
b8f7ff0d
MR
86102011-10-17 Martin Rudalics <rudalics@gmx.at>
8611
8b79f3e0 8612 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8613
b8f7ff0d 8614 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8615 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8616 entries and separate them from frame entries.
8617
c235b555
GM
86182011-10-15 Glenn Morris <rgm@gnu.org>
8619
8620 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8621 Doc fixes.
8622
6bbfa6e1
CY
86232011-10-15 Chong Yidong <cyd@stupidchicken.com>
8624
8b79f3e0
SM
8625 * net/network-stream.el (network-stream-open-starttls):
8626 Improve detection of failure due to lack of TLS support.
ec5c990d 8627
6bbfa6e1
CY
8628 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8629 putting the input text in front and in bold.
8630
98488977
SM
86312011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8632
3d1337be
SM
8633 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8634
ee0b45e4
SM
8635 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8636 empty buffer.
8637
98488977
SM
8638 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8639 unread-command-events rather than pushing yet-another event.
8640
186f4720
EZ
86412011-10-14 Eli Zaretskii <eliz@gnu.org>
8642
8643 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8644 the explanation of the possible choices. Make the options passed
8645 to completing-read shorter.
8646
8b7a997c
AM
86472011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8648
8649 * textmodes/flyspell.el (flyspell-large-region): Make sure
8650 extended character mode is used if defined (Bug#1339).
8651
12587bbb
EZ
86522011-10-13 Eli Zaretskii <eliz@gnu.org>
8653
8654 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8655 character info for LRE, LRO, RLE, and RLO characters by appending
8656 an invisible PDF.
12587bbb 8657
bad41229
SM
86582011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8659
8660 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8661 even in case of error; add debug spec; simplify data flow.
8662 (with-timeout-handler): Remove.
8663
28dbc92f
MA
86642011-10-12 Michael Albinus <michael.albinus@gmx.de>
8665
8666 Fix Bug#6019, Bug#9315.
8667
8668 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8669 complete `buffer-file-name', the local file name part could look
8670 remotely (for example on VMS).
8671
8672 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8673 `tramp-run-real-handler'.
8674 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8675 already quoted by '"'.
8676
8677 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8678 Let `file-name-handler-alist' be nil, the local file name part
8679 could look remotely (for example on VMS).
8680
e1b0b23a
SM
86812011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8684 from here...
8685 (flyspell-post-command-hook): ...to here.
8686
a120bde9
SM
86872011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8690 if not needed.
8691 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8692 using completion. Protect against "slow" callers.
8693 Remove the "message hack".
8694
7ce7717b
JL
86952011-10-11 Juri Linkov <juri@jurta.org>
8696
8697 * isearch.el (isearch-lazy-highlight-word): New variable.
8698 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8699 Use it. (Bug#9727)
8700
c02ee9d6
GM
87012011-10-11 Glenn Morris <rgm@gnu.org>
8702
8703 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8704 like f90-previous-statement does.
8705
93e616fd 87062011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8707
1f190e73 8708 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8709 only in interactive use, to avoid error.
8710
af7b6078
SM
87112011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * minibuffer.el (completion-file-name-table): Fix last change,
8714 i.e. ignore normal errors but not the other ones.
8715
0563dae9
MR
87162011-10-10 Martin Rudalics <rudalics@gmx.at>
8717
8718 * window.el (special-display-buffer-names)
8719 (special-display-regexps): Remove some remnants of earlier
8720 changes from doc-strings.
366ca7f3
MR
8721 (quit-windows-on): New function.
8722
8723 * vc/vc.el (vc-revert, vc-rollback):
8724 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8725 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8726 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8727
49677495
MR
87282011-10-09 Martin Rudalics <rudalics@gmx.at>
8729
8730 * window.el (frame-auto-hide-function): Add version tag.
8731 (Bug#9699)
8732
56f2d1e1
MA
87332011-10-09 Michael Albinus <michael.albinus@gmx.de>
8734
8735 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8736 condition.
8737
112a6592
LL
87382011-10-09 Leo Liu <sdl.web@gmail.com>
8739
8740 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8741 (Bug#9701)
8742
0812589b
GM
87432011-10-08 Glenn Morris <rgm@gnu.org>
8744
8745 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8746 before the first code statement zero indent. (Bug#9690)
8747
b2b0776e
CY
87482011-10-08 Chong Yidong <cyd@stupidchicken.com>
8749
8750 * simple.el (count-words-region): Always count in the region.
8751 Report the number of lines and characters too.
8752 (count-words): New command, which counts in the buffer if the
8753 region is inactive, as count-words-region used to.
8754 (count-words--message): New function. Handle plurals.
8755 (count-lines-region): Make it an alias for count-words-region.
8756
8757 * bindings.el (esc-map): Replace count-lines-region with
8758 count-words-region.
8759
c557cd6b
MR
87602011-10-08 Martin Rudalics <rudalics@gmx.at>
8761
8762 * window.el (window--delete): Delete dedicated frame
8763 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8764 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8765
61a57ef4 87662011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8767
3a7d293b 8768 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8769
c3833279
CY
87702011-10-07 Chong Yidong <cyd@stupidchicken.com>
8771
8772 * bindings.el ([M-left],[M-right]): Bind to left-word and
8773 right-word respectively.
8774
21ce8245
GM
87752011-10-07 Glenn Morris <rgm@gnu.org>
8776
8777 * cus-start.el (debug-on-quit): Fix custom type.
8778
6d823bb2
LMI
87792011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8780
0181e193
LMI
8781 * subr.el (define-key-after): Clarify that the function is not
8782 useful for non-menu keymaps.
8783
6d823bb2
LMI
8784 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8785
8e3459ce 87862011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8787
21ce8245 8788 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8789 in current minibuffer (Fix bug with recursive minibuffers).
8790
a1c2d21e
CY
87912011-10-06 Chong Yidong <cyd@stupidchicken.com>
8792
8793 * progmodes/gdb-mi.el (gdb): Doc fix.
8794
5a4cf282
MR
87952011-10-05 Martin Rudalics <rudalics@gmx.at>
8796
8797 * window.el (frame-auto-hide-function): New option replacing
8798 frame-auto-delete. Suggested by Stefan Monnier.
8799 (window--delete): Call frame-auto-hide-function instead of
8800 investigating frame-auto-delete.
c96111ea
MR
8801 (window-point-1, set-window-point-1): New functions.
8802 (window-in-direction, record-window-buffer, window-state-get-1)
8803 (display-buffer-record-window): Use window-point-1 instead of
8804 window-point.
8805 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8806
9854542e
SM
88072011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8810
8943cfb0
GM
88112011-10-05 Glenn Morris <rgm@gnu.org>
8812
8813 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8814 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8815
647ab967
LL
88162011-10-05 Leo Liu <sdl.web@gmail.com>
8817
8818 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8819 works with buffer object.
8820
3ddfbced
SM
88212011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * mpc.el (mpc-tool-bar-map): Add labels.
8824
bdfa5dd2
GM
88252011-10-04 Glenn Morris <rgm@gnu.org>
8826
8827 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8828
0e2070b5
MR
88292011-10-04 Martin Rudalics <rudalics@gmx.at>
8830
8831 * window.el (window--delete): New function.
8832 (frame-auto-delete): Resuscitate option.
8833 (bury-buffer, replace-buffer-in-windows)
8834 (quit-window): Rewrite using window--delete.
8835 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8836 Pass display-buffer-mark-dedicated to window--display-buffer-2
8837 (Bug#9639).
8838
3dc61a09
SM
88392011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8840
915a9b64
SM
8841 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8842 returns a list (bug#9554). Add remote file name completion.
8843 * comint.el (comint--table-subvert): Curry and get quote&unquote
8844 functions as arguments.
8845 (comint--complete-file-name-data): Adjust call accordingly.
8846 * pcomplete.el (pcomplete--table-subvert): Remove.
8847 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8848
3dc61a09
SM
8849 * minibuffer.el (completion-table-case-fold): Use currying.
8850 (completion--styles-type, completion--cycling-threshold-type):
8851 New constants.
8852 (completion-styles, completion-category-overrides)
8853 (completion-cycle-threshold): Use them.
8854 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8855 completion-table-case-fold.
8856
8ea0a993
SB
88572011-10-03 Stephen Berman <stephen.berman@gmx.net>
8858
8859 * minibuffer.el (completion-category-overrides): Fix type of styles
8860 and add more user friendly tags (bug#9660).
8861
8c24b7f6
SM
88622011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8865 (mule-input-method-string): New widget.
8866 (default-input-method, language-info-custom-alist): Use it.
8867
428fe61a
SM
88682011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8869
32c1fffd
SM
8870 * pcomplete.el: Require comint.
8871 (pcomplete--common-suffix): Remove.
8872 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8873 (pcomplete--table-subvert): Sync with comint--table-subvert.
8874 (pcomplete--entries): Use comint-completion-file-name-table.
8875 * comint.el (comint-unquote-filename): Simplify.
8876 (comint-completion-file-name-table): New function (bug#9616).
8877 (comint--complete-file-name-data): Use it.
8878
428fe61a
SM
8879 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8880 (pcmpl-gnu-tar-buffer): Remove.
8881 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8882 around. Make sure pcomplete-suffix-list is only changed temporarily.
8883 Don't look inside the tar's file if it's too large.
428fe61a 8884
04c52e2f
CY
88852011-10-01 Chong Yidong <cyd@stupidchicken.com>
8886
ce3cefcc
CY
8887 * cus-edit.el (custom-mode-map):
8888 * epa.el (epa-key-list-mode-map):
8889 * man.el (Man-mode-map):
8890 * startup.el (splash-screen-keymap):
8891 * simple.el (special-mode-map): Use scroll-up-command and
8892 scroll-down-command.
8893
8894 * progmodes/idlw-help.el (idlwave-help-mode-map):
8895 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8896 * net/newst-plainview.el (newsticker-mode-map):
8897 * emulation/ws-mode.el (wordstar-mode-map):
8898 * emulation/vi.el (vi-com-map):
8899 * calc/calc-graph.el (calc-graph-show-dumb):
8900 * term/sun.el (terminal-init-sun):
8901 * term/ns-win.el (global-map):
8902 * progmodes/grep.el (grep-mode-map):
8903 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8904 * mail/rmail.el (rmail-mode-map):
8905 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8906
04c52e2f
CY
8907 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8908 custom-safe-themes as special.
8909
79adf8c8
JD
89102011-10-01 Julien Danjou <julien@danjou.info>
8911
8912 * notifications.el (notifications-notify): Fix docstring.
8913
63bd50d3
PS
89142011-10-01 Per Starbäck <per@starback.se>
8915
8916 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8917
199e4c7e
MR
89182011-09-30 Martin Rudalics <rudalics@gmx.at>
8919
8920 * startup.el (command-line-1): Fix last fix by inserting
8921 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8922 (Bug#9605) and (Bug#9636)
199e4c7e 8923
fe5f08dd
EZ
89242011-09-29 Eli Zaretskii <eliz@gnu.org>
8925
8926 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8927 window is hscrolled, move by logical lines. (Bug#9607)
8928 (line-move-visual): Update the doc string to the above effect.
8929
b5516bbd
MR
89302011-09-29 Martin Rudalics <rudalics@gmx.at>
8931
ccee00c0
MR
8932 * window.el (display-buffer-record-window): When WINDOW is the
8933 selected window use `point' instead of `window-point'. (Bug#9626)
8934
b5516bbd
MR
8935 * startup.el (command-line-1): Use insert-before-markers when
8936 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8937
b5516bbd
MR
8938 * help.el (help-window): Remove variable.
8939
52aa0014
GM
89402011-09-29 Glenn Morris <rgm@gnu.org>
8941
8942 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8943
df9a7357
JB
89442011-09-29 Juanma Barranquero <lekktu@gmail.com>
8945
8946 * descr-text.el (describe-char-categories): Accept category
8947 descriptions more than one line long.
8948
a8406c20
SM
89492011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8950
88d9610c
SM
8951 * simple.el (delete-trailing-whitespace): Fix last change.
8952
a5daf810
SM
8953 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8954 Don't confuse "y => 3" as the beginning of a `y' operation.
8955
a8406c20
SM
8956 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8957 object has more than 4 slots (bug#9613).
8958
a239d4e9
JB
89592011-09-28 Juanma Barranquero <lekktu@gmail.com>
8960
8961 * subr.el (with-output-to-temp-buffer):
8962 * net/quickurl.el (quickurl, quickurl-browse-url):
8963 Fix typos in docstrings.
8964
693fbdb6
EZ
89652011-09-27 Eli Zaretskii <eliz@gnu.org>
8966
8967 * minibuffer.el (completion-styles)
8968 (completion-category-overrides): Cross reference each other in doc
8969 strings.
8970
8b457e28
GM
89712011-09-27 Glenn Morris <rgm@gnu.org>
8972
8973 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8974 to split-string. (Bug#9606)
8975
85a16208
LMI
89762011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8977
8978 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8979 (bug#9615).
8980
502f9ebd
CY
89812011-09-27 Chong Yidong <cyd@stupidchicken.com>
8982
8983 * emacs-lisp/package.el (list-packages): Fix echo area message.
8984
7690bdea
LL
89852011-09-27 Leo Liu <sdl.web@gmail.com>
8986
8987 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8988
e2ee6f30
MA
89892011-09-25 Michael Albinus <michael.albinus@gmx.de>
8990
8991 * net/dbus.el (dbus-unregister-object): Don't release services for
8992 registered signals. (Bug#9581)
8993
f3f98342
TZ
89942011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8995
8996 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8997 function that picks between cfengine 2 and 3 support
8998 automatically. Update docs accordingly.
8999
dd7aa8dd
KH
90002011-09-22 Kenichi Handa <handa@m17n.org>
9001
9002 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9003 ZERO.
9004 (indian-itrans-v5-table-for-tamil): New variable.
9005 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9006
3f2b07f8
KM
90072011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9008
9009 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9010 that's true if the current command involved collapsing of text.
9011 It's reset to false at the beginning of the next command.
9012 (allout-post-command-business): Move the cursor to the beginning
9013 of entry if the cursor is hidden and collapsing activity just
9014 happened.
9015
371d6a61
CY
90162011-09-24 Chong Yidong <cyd@stupidchicken.com>
9017
9018 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9019 tracking (Bug#9541).
9020
2ac2721a
UJ
90212011-09-24 Ulf Jasper <ulf.jasper@web.de>
9022
9023 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9024 (newsticker-show-news): Automatically load html rendering package
9025 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9026 because w3m-fill-column is let-bound" and the error "Symbol's value
9027 as variable is void: w3m-fill-column".
2ac2721a 9028
fac7ae53
MA
90292011-09-24 Michael Albinus <michael.albinus@gmx.de>
9030
9031 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9032 Release services only if they are defined. (Bug#9581)
9033
e08b633b
RS
90342011-09-23 Richard Stallman <rms@gnu.org>
9035
e488d29c
RS
9036 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9037 distinguish start of paragraph from start of its text.
9038
19c38752
RS
9039 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9040
e08b633b
RS
9041 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9042 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9043 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9044
0a39f27e
AS
90452011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9046
9047 * international/mule-diag.el (mule-diag): Insert a newline after
9048 each fontset description.
9049
db4e950d
SM
90502011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * simple.el (delete-trailing-whitespace):
9053 Document last change; simplify.
9054
eca3f3ea
PW
90552011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9056
d68e189a
PW
9057 * simple.el (delete-trailing-whitespace): Also delete
9058 extra newlines at the end of the buffer.
9059
eca3f3ea
PW
9060 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9061 (picture-newline): Use forward-line so as to ignore fields.
9062
01c157cc
SM
90632011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * subr.el (with-wrapper-hook): Fix edebug spec.
9066
022de23e
LMI
90672011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9068
9069 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9070 (bug#4538).
9071
91683089
MA
90722011-09-23 Michael Albinus <michael.albinus@gmx.de>
9073
eca3f3ea
PW
9074 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9075 Fix nasty bug using wrong cached values.
91683089 9076
5bdd6fa4
AM
90772011-09-23 Alan Mackenzie <acm@muc.de>
9078
9079 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9080
97adfb97
CY
90812011-09-23 Chong Yidong <cyd@stupidchicken.com>
9082
9083 * window.el (pop-to-buffer): Ensure right window is selected if we
9084 chose another frame.
9085
d4ef2b50
EZ
90862011-09-22 Eli Zaretskii <eliz@gnu.org>
9087
9088 * simple.el (what-cursor-position): Use get-char-property-change
9089 and next-single-char-property-change, to be able to show display
9090 properties that come from overlays as well as text properties.
9091
72258fe5
CY
90922011-09-22 Chong Yidong <cyd@stupidchicken.com>
9093
9094 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9095
9096 * cmuscheme.el (run-scheme, switch-to-scheme):
9097 * cus-edit.el (customize-group, custom-buffer-create)
9098 (customize-browse):
9099 * info.el (info):
9100 * shell.el (shell):
9101 * mail/sendmail.el (mail):
9102 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9103
8f098516
RS
91042011-09-22 Richard Stallman <rms@gnu.org>
9105
9106 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9107 move back only to line beg, don't move back over blank lines.
9108
e74f1bb6
MA
91092011-09-22 Michael Albinus <michael.albinus@gmx.de>
9110
9111 * files.el (copy-directory): Set directory attributes only in case
9112 they could be retrieved from the source directory. (Bug#9565)
9113
bfeef8b6
DK
91142011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9115
9116 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9117 (hs-find-block-beginning, hs-hide-level-recursive):
9118 Ignore strings as well as comments. (Bug#9502)
9119
7e423bb8
AS
91202011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9121
9122 * progmodes/sql.el (sql-comint-postgres):
9123 Convert port number to a string. (Bug#9566)
9124
b4d72fcf
MR
91252011-09-22 Martin Rudalics <rudalics@gmx.at>
9126
9127 * window.el (quit-window): Undedicate window when switching to
9128 previous buffer. Reported by Thierry Volpiatto
9129 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9130 (special-display-popup-frame): When popping up a new frame reset
9131 its previous buffers to nil. Simplify code.
b4d72fcf 9132
a7b88dc6
MA
91332011-09-21 Michael Albinus <michael.albinus@gmx.de>
9134
9135 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9136 and process filter, as done also in `shell-command'.
9137
cf4eacfd
MR
91382011-09-21 Martin Rudalics <rudalics@gmx.at>
9139
eca3f3ea 9140 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9141 Call set-window-start with NOFORCE argument t.
9142 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9143 (quit-window): Reword doc-string. Handle new format of
9144 quit-restore parameter. Don't delete window if it has a
9145 previous buffer we can show instead of the present one.
9146 (display-buffer-record-window): Rewrite using a new format for
9147 the quit-restore window parameter
9148 (special-display-popup-frame, display-buffer-same-window)
9149 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9150 (display-buffer-pop-up-window, display-buffer-use-some-window):
9151 Adapt symbol passed to display-buffer-record-window.
9152 * help.el (help-window-setup): Handle new format of quit-restore
9153 parameter.
9154
8d28cb95
SM
91552011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9156
94ab793f
SM
9157 * faces.el (face-list): Fix docstring (bug#9564).
9158
8d28cb95
SM
9159 * window.el (display-buffer--action-function-custom-type):
9160 Don't include internal functions in the Custom interface.
9161
3820edeb
JL
91622011-09-20 Juri Linkov <juri@jurta.org>
9163
9164 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9165 (Info-forward-node, Info-backward-node, Info-next-preorder)
9166 (Info-last-preorder): Use it. (Bug#9528)
9167
5147931d
JL
91682011-09-20 Juri Linkov <juri@jurta.org>
9169
9170 * info.el (Info-last-preorder): Visit last menu item only when
9171 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9172
cf499a1a
JD
91732011-09-20 Julien Danjou <julien@danjou.info>
9174
9175 * password-cache.el (password-cache-remove): Remove entries even if the
9176 value is nil, so that password with a nil value (negative caching) is
9177 possible to invalidate.
9178
f84e2fe2
LM
91792011-09-20 Lawrence Mitchell <wence@gmx.li>
9180
9181 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9182 all whitespace around breakpoint. (Bug#9553)
9183 (f90-find-breakpoint): Only break at whitespace inside a comment.
9184
78054a46
SM
91852011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * minibuffer.el (completion-file-name-table): Keep track of errors.
9188 (completion-table-with-predicate): Handle the case where pred1 is nil.
9189 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9190
345083b2
SM
91912011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9192
e24e27be
SM
9193 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9194 (debugger-return-value): Signal an error if the debugging context does
9195 not await any return value.
9196
345083b2
SM
9197 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9198 * image-mode.el (image-toggle-display-text)
9199 (image-toggle-display-image): Stay away from evil `intangible'.
9200
08d355e3
LL
92012011-09-19 Leo Liu <sdl.web@gmail.com>
9202
9203 * replace.el (occur-revert-arguments): Make it permanent-local.
9204 (occur-mode): Don't call font-lock-defontify.
9205
f01da43f
CY
92062011-09-19 Chong Yidong <cyd@stupidchicken.com>
9207
9208 * net/ldap.el (ldap-search-internal): Don't push empty search
9209 result (Bug#9508).
9210
b6072fa6
SM
92112011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9212
9213 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9214
443d6696
MA
92152011-09-19 Michael Albinus <michael.albinus@gmx.de>
9216
9217 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9218 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9219
7cc6e154
JL
92202011-09-18 Juri Linkov <juri@jurta.org>
9221
9222 * buff-menu.el (Buffer-menu-mode-map):
9223 * dired.el (dired-mode-map):
9224 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9225 (lisp-interaction-mode-map):
9226 * emacs-lisp/package.el (package-menu-mode-map):
9227 * epa.el (epa-key-list-mode-map):
9228 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9229 (menu-bar-options-menu):
9230 * outline.el (outline-mode-menu-bar-map):
9231 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9232 * vc/vc-dir.el (vc-dir-menu-map):
9233 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9234 Capitalize non-function content words in menu item strings.
9235
9236 * dired.el (dired-mode-map): Add menu item for
9237 `image-dired-dired-toggle-marked-thumbs'.
9238
80302a81
JL
92392011-09-18 Juri Linkov <juri@jurta.org>
9240
9241 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9242 to `isearch-case-fold-search' and restore its original value
9243 after the `isearch-mode' call.
9244
46c5cf66
JL
92452011-09-18 Juri Linkov <juri@jurta.org>
9246
9247 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9248 because `zgrep' returns 1 for successful matches (bug#9226).
9249
d18b513b
JL
92502011-09-18 Juri Linkov <juri@jurta.org>
9251
9252 * info.el (Info-extract-menu-node-name): Check the second match
9253 for empty string (second test-case of bug#9528).
9254 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9255 intermediate nodes to the history (first test-case of bug#9528).
9256
72753f87
JL
92572011-09-18 Juri Linkov <juri@jurta.org>
9258
9259 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9260 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9261
c9384295
JL
92622011-09-18 Juri Linkov <juri@jurta.org>
9263
1154d12e
JB
9264 * info.el (Info-file-supports-index-cookies):
9265 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9266 outputs one more line for long file names (bug#4142).
c9384295 9267
d473dce8
CY
92682011-09-18 Chong Yidong <cyd@stupidchicken.com>
9269
9270 * newcomment.el (comment-normalize-vars): If prompting for
9271 comment-start, set comment-start-skip too (Bug#8424).
9272
2176854d
JB
92732011-09-18 Johan Bockgård <bojohan@gnu.org>
9274
9275 * icomplete.el: Fix previous fix of Bug#5849.
9276 (icomplete-mode): Don't set completion-show-inline-help.
9277 (icomplete-minibuffer-setup): Set completion-show-inline-help
9278 locally during icompletion.
9279
3aace4e4
CY
92802011-09-18 Chong Yidong <cyd@stupidchicken.com>
9281
c940224f
CY
9282 * woman.el (woman2-process-escapes): Don't delete unrecognized
9283 escapes (Bug#7843).
9284
3aace4e4
CY
9285 * files.el (inhibit-first-line-modes-regexps): Add image files.
9286 (hack-local-variables-prop-line): Return nil for malformed
9287 prop-lines (Bug#9044).
9288
710dec63
MA
92892011-09-18 Michael Albinus <michael.albinus@gmx.de>
9290
9291 * net/tramp.el (top): Don't require 'shell.
9292 (tramp-methods): Fix docstring.
9293 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9294 Return complete remote file name. Handle "smb" case.
9295 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9296 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9297
9298 * net/tramp-compat.el (top): Require 'shell.
9299
9300 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9301 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9302 `tramp-current-host'.
9303 (tramp-get-remote-tmpdir): Remove.
9304
9305 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9306 `tramp-tmpdir' entries.
9307 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9308 (tramp-smb-handle-file-attributes): Ignore errors.
9309 (tramp-smb-wait-for-output): Check also for process end.
9310
5d5ac8ec
LMI
93112011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9312
9313 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9314 when sending QUIT (bug#9312).
9315
8c0f49f0
CY
93162011-09-17 Chong Yidong <cyd@stupidchicken.com>
9317
9318 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9319 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9320 occur-mode-display-occurrence.
9321 (occur-edit-mode): Add usage message.
9322 (occur-cease-edit): New command.
9323 (occur-after-change-function): Use text properties to find the
9324 position of the prefix text.
9325 (occur-engine): Set stickiness of prefix text properties.
9326
8f1383f7
GM
93272011-09-17 Glenn Morris <rgm@gnu.org>
9328
9329 * progmodes/etags.el (complete-tag):
9330 Fix call to completion-in-region. (Bug#9526)
9331
744ba0e3
JL
93322011-09-17 Juri Linkov <juri@jurta.org>
9333
9334 * textmodes/ispell.el (ispell-word): Add to the error message
9335 the word, ispell program name and current dictionary (bug#9121).
9336 (ispell-tex-arg-end): Capitalize "error" in the error message.
9337
d9bbf400
AS
93382011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9339
9340 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9341 check. (Bug#4251)
9342
8da11505
JL
93432011-09-17 Juri Linkov <juri@jurta.org>
9344
9345 * window.el (window-safe-min-height, window-safe-min-width):
9346 Fix typos (followup to bug#9522).
9347
a91adc7e
SJ
93482011-09-17 Sven Joachim <svenjoac@gmx.de>
9349
9350 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9351
064f328a
EZ
93522011-09-16 Eli Zaretskii <eliz@gnu.org>
9353
9354 * simple.el (line-move): If goal-column is set, move by logical
9355 lines, not by display lines. (Bug#971)
9356 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9357 to reflect the above change.
9358
e69df516
SM
93592011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9360
9361 * image.el (imagemagick-register-types): Use regexp-opt.
9362
cbb0f9ab
CY
93632011-09-15 Chong Yidong <cyd@stupidchicken.com>
9364
9365 * window.el (display-buffer-base-action): Rename from
9366 display-buffer-default-action. Make default value empty.
9367 (display-buffer-overriding-action): Convert to defvar.
9368 (display-buffer-fallback-action): New var.
9369
25322144
CY
93702011-09-15 Chong Yidong <cyd@stupidchicken.com>
9371
9372 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9373 declaration.
9374 (package--add-to-archive-contents): If there is a duplicate entry
9375 with an older version, remove it.
9376 (package-menu-mark-delete, package-menu-mark-install)
9377 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9378 (package-menu-mark-obsolete-for-deletion):
9379 Use package-menu-get-status instead of a regexp search.
25322144
CY
9380 (package-menu-get-status): Use tabulated-list-entry.
9381 (package-menu-mark-upgrades): New command.
d770725a 9382 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9383 (package-menu-execute): Do installation before deletion.
9384 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9385 instead of checking major-mode.
9386 (package-menu--find-upgrades): New function.
9387
7520339c
LMI
93882011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9389
9390 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9391 passwords in the log buffer.
65a046c4
LMI
9392 (smtpmail-process-filter): Update the process marker so that the
9393 "broken by peer" status message is inserted in the right place.
7520339c 9394
d3c30954
SM
93952011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9396
3fe48822
SM
9397 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9398 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9399 bibtex-completion-at-point-function.
9400 (bibtex-completion-at-point-function): Use them.
9401
1b8b3954
SM
9402 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9403
d3c30954
SM
9404 * mpc.el (mpc-constraints-tag-lookup): New function.
9405 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9406 also to browser "album|playlist".
9407
72779976
JL
94082011-09-14 Juri Linkov <juri@jurta.org>
9409
9410 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9411 (isearch-edit-string): Use length of `isearch-string' when
9412 `isearch-fail-pos' returns nil.
9413 (isearch-message): Remove duplicate code and call
9414 `isearch-fail-pos' with arg `t'.
9415
a0bf2bcd
CY
94162011-09-14 Chong Yidong <cyd@stupidchicken.com>
9417
17bb0a2d
CY
9418 * replace.el (occur-mode-goto-occurrence): Don't force using other
9419 window (Bug#9499).
9420
a0bf2bcd
CY
9421 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9422
f678e0b6
MR
94232011-09-14 Martin Rudalics <rudalics@gmx.at>
9424
9425 * window.el (display-buffer-window): Remove.
9426 (display-buffer-record-window): Use help-setup window parameter
9427 instead of variable display-buffer-window.
9428 (display-buffer-function, special-display-buffer-names)
9429 (special-display-function): Mention help-setup parameter instead
9430 of display-buffer-window in doc-string.
d3c30954
SM
9431 * help.el (help-window-setup): New argument help-window.
9432 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9433 Reword some messages.
9434 (with-help-window): Pass window used for displaying the buffer
9435 to help-window-setup. Don't set display-buffer-window.
9436
8e39b2e8
GM
94372011-09-13 Glenn Morris <rgm@gnu.org>
9438
9439 * emacs-lisp/debug.el (debugger-make-xrefs):
9440 Preserve point. (Bug#9462)
9441
85e9c04b
CY
94422011-09-13 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * window.el (window-deletable-p): Use next-frame.
9445
1b36ed6a
MR
94462011-09-13 Martin Rudalics <rudalics@gmx.at>
9447
9448 * window.el (window-auto-delete): Remove.
9449 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9450 dedication and previous buffers.
1b36ed6a
MR
9451 (switch-to-prev-buffer): Don't delete window.
9452 (delete-windows-on): Delete a window's frame if and only if the
9453 window is dedicated.
9454 (replace-buffer-in-windows): Delete buffer's window or frame if
9455 and only if window is dedicated.
9456 (quit-window): Handle quit-restore as before last change.
4d61f28d 9457 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9458
ef8ef9fb
CY
94592011-09-13 Chong Yidong <cyd@stupidchicken.com>
9460
9461 * window.el (window-deletable-p): Never delete the last frame on a
9462 given terminal.
9463
b2cba41e
GM
94642011-09-13 Glenn Morris <rgm@gnu.org>
9465
9466 * help.el (describe-key-briefly): Copy previous standard-output change.
9467
51553db6 94682011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9469
9470 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9471
b7556719
GM
94722011-09-13 Glenn Morris <rgm@gnu.org>
9473
9474 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9475 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9476
64b51947
CY
94772011-09-12 Chong Yidong <cyd@stupidchicken.com>
9478
9479 * dired-aux.el (dired-mark-read-string): Don't return default
9480 value on empty input (Bug#9361).
9481 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9482 Omit initial minibuffer contents.
9483 (dired-do-chmod): Signal an error on empty input.
9484 (dired-mark-read-string): Don't return default on empty input.
9485
9486 * files.el (file-modes-symbolic-to-number): Doc fix.
9487
393a301e
SM
94882011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * international/mule-cmds.el (ucs-completions): Remove.
9491 (read-char-by-name): Use complete-with-action instead; add metadata.
9492
fa5660f9
CY
94932011-09-11 Chong Yidong <cyd@stupidchicken.com>
9494
9495 * window.el (display-buffer--action-function-custom-type)
9496 (display-buffer--action-custom-type): New vars.
9497 (display-buffer-alist, display-buffer-default-action)
9498 (display-buffer-overriding-action): Add defcustom types.
9499
4a592f66
CY
9500 * frame.el (delete-other-frames): Doc fix (Bug#276).
9501
73d56dbd
LMI
95022011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9503
9504 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9505
37ac18a3
CY
95062011-09-11 Chong Yidong <cyd@stupidchicken.com>
9507
9508 Change modes that used same-window-* vars to use switch-to-buffer.
9509
9510 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9511 Use switch-to-buffer.
9512
9513 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9514 (customize-browse, custom-buffer-create-other-window):
9515 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9516
9517 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9518 (Info-prev, Info-up, Info-speedbar-goto-node)
9519 (info-display-manual): Use switch-to-buffer.
9520 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9521
9522 * mail/sendmail.el (mail): Use switch-to-buffer.
9523 (mail-recover): Use switch-to-buffer-other-window.
9524
9525 * cmuscheme.el (run-scheme, switch-to-scheme):
9526 * ielm.el (ielm):
9527 * shell.el (shell):
9528 * net/rlogin.el (rlogin):
9529 * net/telnet.el (telnet, rsh):
9530 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9531
10195bd6
AS
95322011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9533
9534 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9535
b322f63a
LMI
95362011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9537
39d7fed6
LMI
9538 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9539 so don't mention it (bug#9301).
ba5a81f1 9540 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9541
ee0e9f11
LMI
9542 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9543 match `x', `w32' and `ns', like the manual says (bug#9029).
9544
0b1c89c1 9545 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9546 (process-kill-buffer-query-function): Mention the buffer name in
9547 the query.
0b1c89c1 9548
77549ea8
LMI
9549 * image-mode.el (image-next-line): The line parameter is mandatory
9550 (bug#9258).
9551
803ef892
LMI
9552 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9553 which can be useful (bug#9301).
9554
12980837
LMI
9555 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9556
91054f8f
LMI
9557 * subr.el (match-string): Mention that the current buffer should
9558 be the same as the search was done in (bug#9282).
9559
b322f63a
LMI
9560 * facemenu.el: Disable the remove-* commands if the mark isn't
9561 active (bug#9162).
9562
3199b96f
CY
95632011-09-10 Chong Yidong <cyd@stupidchicken.com>
9564
9565 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9566 of display-buffer.
9567 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9568
9569 * replace.el (occur-mode-goto-occurrence)
9570 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9571 and display-buffer.
9572
9573 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9574 display-buffer.
9575
9576 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9577 special-display and same-window variables.
9578 (mail-other-window): Use switch-to-buffer-other-window.
9579 (mail-other-frame): USe switch-to-buffer-other-frame.
9580
393a301e
SM
9581 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9582 Use display-buffer-other-frame.
3199b96f
CY
9583 (gdb-display-gdb-buffer): Use pop-to-buffer.
9584
9585 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9586
9587 * progmodes/python.el: Don't set same-window-buffer-names.
9588
9589 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9590
9591 * window.el (display-buffer-alist): Add *Python*.
9592
8319e0bf
CY
95932011-09-10 Chong Yidong <cyd@stupidchicken.com>
9594
9595 * window.el (display-buffer-alist): Add entry for buffers
9596 previously handled same-window-*.
9597 (display-buffer-alist, display-buffer-default-action)
9598 (display-buffer-overriding-action): Mark as risky.
9599 (display-buffer-alist): Document action function changes.
9600 (display-buffer--same-window-action)
9601 (display-buffer--other-frame-action): New variables.
9602 (switch-to-buffer, display-buffer-other-frame): Use them.
9603 (display-buffer): Rename reuse-frame entry to reusable-frames.
9604 (display-buffer-reuse-selected-window): Function deleted.
9605 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9606 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9607 (display-buffer-special): New function.
9608 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9609 display-buffer-reuse-or-pop-window. Split off special-display
9610 part into display-buffer-special.
9611 (display-buffer-use-some-window): Don't perform any special
9612 pop-up-frames handling.
9613 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9614 (display-buffer--maybe-same-window): Rename from
0d3ff375 9615 display-buffer-maybe-same-window.
8319e0bf 9616
919a69aa
CY
9617 * info.el: Don't set same-window-regexps.
9618 (info-setup): New function.
9619 (info-other-window, info): Call it.
9620
9621 * cus-edit.el: Don't set same-window-regexps.
9622 (customize-group): New argument.
9623 (customize-group-other-window): Use it.
9624 (customize-face, customize-face-other-window): Likewise.
9625 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9626
8319e0bf
CY
9627 * net/rlogin.el:
9628 * net/telnet.el:
9629 * progmodes/gud.el: Don't set same-window-regexps.
9630
9631 * cmuscheme.el:
9632 * ielm.el:
9633 * shell.el:
9634 * mail/sendmail.el:
9635 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9636
25173000
JL
96372011-09-10 Juri Linkov <juri@jurta.org>
9638
9639 * isearch.el (isearch-edit-string): Remove obsolete mention of
9640 `C-w' (`isearch-yank-word-or-char') from docstring.
9641 (isearch-query-replace): Fix typo in docstring (bug#9466).
9642
056e44ef
JL
96432011-09-10 Juri Linkov <juri@jurta.org>
9644
9645 * paren.el (show-paren-function): Don't show escaped parens.
9646 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9647
c3760c17
EZ
96482011-09-10 Eli Zaretskii <eliz@gnu.org>
9649
9650 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9651 (mm-default-file-encoding): Remove autoload forms, they are
9652 replaced with autoload cookies in mml.el and mm-encode.el.
9653 (mail-add-attachment): New command.
9654 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9655 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9656 the doc string.
9657 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9658
fece895e
RT
96592011-09-10 Reuben Thomas <rrt@sc3d.org>
9660
e69df516
SM
9661 * simple.el (count-words-region): Use buffer if there's no region
9662 (bug#9429).
fece895e 9663
5e68ce4a
JL
96642011-09-09 Juri Linkov <juri@jurta.org>
9665
9666 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9667 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9668 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9669
0a6b9622
AM
96702011-09-09 Alan Mackenzie <acm@muc.de>
9671
9672 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9673 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9674
14a29deb
EZ
96752011-09-09 Eli Zaretskii <eliz@gnu.org>
9676
9677 Fix for Savannah bug#9392.
9678 * simple.el (mail-encode-mml): New defvar.
9679
9680 * mail/rmail.el (mail-encode-mml): Add a defvar.
9681 (rmail-enable-mime-composing): Default to t.
9682 (rmail-forward): Use MIME method of forwarding only if both
9683 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9684 Set mail-encode-mml non-nil if the MIME method was used.
9685
9686 * mail/sendmail.el (mml-to-mime): Add autoload form.
9687 (mail-encode-mml): Add a defvar.
9688 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9689 to nil.
9690 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9691 message through mml-to-mime, and reset mail-encode-mml to nil.
9692
28c45130
GM
96932011-09-09 Glenn Morris <rgm@gnu.org>
9694
9695 * woman.el (woman-if-body): When processing an .el block,
9696 do not delete the next .el block as well. (Bug#9447)
69f4b618 9697 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9698
9b1c252e
MR
96992011-09-08 Martin Rudalics <rudalics@gmx.at>
9700
9701 * window.el (window-deletable-p): Make sure window is live before
9702 invoking window-prev-buffers.
9703
567457e3
LL
97042011-09-08 Leo Liu <sdl.web@gmail.com>
9705
9706 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9707
97f05794
JL
97082011-09-08 Juri Linkov <juri@jurta.org>
9709
9710 * progmodes/compile.el (compilation-environment): Make it
9711 a defcustom (bug#8340).
9712
8b0874b5
MR
97132011-09-08 Martin Rudalics <rudalics@gmx.at>
9714
9715 * window.el (frame-auto-delete): Rename to window-auto-delete.
9716 Make it control auto-deletion of windows and/or frames.
9717 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9718 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9719 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9720 Rewrite handling of case when window/frame can be deleted.
9721 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9722 argument t. (Bug#9456)
8b0874b5 9723
4feb6e73
CY
97242011-09-07 Chong Yidong <cyd@stupidchicken.com>
9725
9726 * help-mode.el (help-mode): Restore autoload.
9727
91ab9c13
JL
97282011-09-07 Juri Linkov <juri@jurta.org>
9729
9730 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9731 `compilation-environment'. Set buffer-local
9732 `compilation-environment' to `thisenv' later after (funcall mode).
9733 (Bug#8340)
9734
9735 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9736 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9737 instead of replacing its value. (Bug#8340)
9738
0527e251
JL
97392011-09-07 Juri Linkov <juri@jurta.org>
9740
9741 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9742 based on text properties put by `grep-filter' instead of matching
9743 escape sequences.
9744 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9745 to the value of `grep-error-screen-columns' (bug#9438).
9746
249f792c
JL
97472011-09-07 Juri Linkov <juri@jurta.org>
9748
9749 * simple.el (next-error-highlight, next-error-highlight-no-select):
9750 Doc fix (bug#9432).
9751
ff7271b9
OT
97522011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9753
9754 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9755 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9756
183fc730
LL
97572011-09-07 Leo Liu <sdl.web@gmail.com>
9758
9759 * net/rcirc.el (rcirc-mode): Conditionally initialize
9760 rcirc-input-ring.
9761
77694924
SM
97622011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * emacs-lisp/find-func.el (find-function-C-source): Only set
9765 find-function-C-source-directory after checking that we found a source
9766 file there (bug#9440).
9767
d809b8eb
AM
97682011-09-06 Alan Mackenzie <acm@muc.de>
9769
9770 * isearch.el (isearch-other-meta-char): Wherever a key list is
9771 unread, "unread" the prefix arg, too. This fixes bug #8901.
9772
453de99f
OG
97732011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9774
9775 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9776
90439906
JL
97772011-09-05 Juri Linkov <juri@jurta.org>
9778
9779 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9780
f62bd846
JL
97812011-09-05 Juri Linkov <juri@jurta.org>
9782
9783 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9784 keeping point where processing of grep matches begins, and
9785 continue to delete remaining escape sequences from the same point.
9786 (grep-filter): Make leading zero optional in "0?1;31m" because
9787 git-grep emits "\033[1;31m" escape sequences unlike expected
9788 "\033[01;31m" as GNU Grep does (bug#9408).
9789 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9790
045820ec
JL
97912011-09-05 Juri Linkov <juri@jurta.org>
9792
9793 * subr.el (y-or-n-p): Capitalize "yes".
9794
f5e29b9b
MA
97952011-09-04 Michael Albinus <michael.albinus@gmx.de>
9796
9797 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9798 `tramp-cache-unload-hook' where appropriate.
9799 (tramp-methods): Rename `tramp-remote-sh' to
9800 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9801 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9802
9803 * net/tramp-sh.el (top): Don't require 'shell.
9804 (tramp-methods): Add `tramp-remote-shell' and
9805 `tramp-remote-shell-args' entries.
9806 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9807 (tramp-sh-handle-shell-command): Remove.
9808 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9809 Use `tramp-remote-shell'.
9810
2784c434
CY
98112011-09-03 Chong Yidong <cyd@stupidchicken.com>
9812
393a301e 9813 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9814 (sendmail-query-once): Save directly to send-mail-function.
9815 Update message-send-mail-function too.
9816
9817 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9818
464cdf56
CS
98192011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9820
9821 * progmodes/python.el (python-mode-map): Use correct function to
9822 start python interpreter from menu-bar (as reported by Geert
9823 Kloosterman).
9824 (inferior-python-mode-map): Fix typo.
393a301e 9825 (python-shell-map): Remove.
464cdf56 9826
d37e5c87
DD
98272011-09-03 Deniz Dogan <deniz@dogan.se>
9828
9829 * net/rcirc.el (rcirc-print): Simplify code for
9830 rcirc-scroll-show-maximum-output. There is no need to walk
9831 through all windows to find the right one.
9832
f3ada0ee
CS
98332011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9834
9835 * help.el (help-return-method): Doc fix.
9836
1f3c99ca
MR
98372011-09-03 Martin Rudalics <rudalics@gmx.at>
9838
9839 * window.el (window-deletable-p): Don't return a non-nil value
9840 when there's a buffer that was shown in the window before.
9841 (Bug#9419)
393a301e
SM
9842 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9843 Set window's previous buffers to nil.
1f3c99ca 9844
a3cf097f
EZ
98452011-09-03 Eli Zaretskii <eliz@gnu.org>
9846
9847 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9848 newline before and after the tag line, so it doesn't interfere
9849 with determining the paragraph direction of bidirectional text.
9850
3d03de90
LL
98512011-09-03 Leo Liu <sdl.web@gmail.com>
9852
9853 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9854
c3313451
CY
98552011-09-02 Chong Yidong <cyd@stupidchicken.com>
9856
393a301e 9857 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9858 (pop-to-buffer): Change interactive spec. Pass second argument
9859 directly to display-buffer.
9860 (display-buffer): Fix interactive spec. Use functionp to
9861 distinguish between a function and a list of functions.
9862
9863 * abbrev.el (edit-abbrevs):
9864 * arc-mode.el (archive-extract):
9865 * autoinsert.el (auto-insert):
9866 * bookmark.el (bookmark-bmenu-list):
9867 * files.el (find-file):
9868 * view.el (view-buffer):
9869 * progmodes/compile.el (compilation-goto-locus):
9870 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9871
89894cd8
CY
98722011-09-02 Chong Yidong <cyd@stupidchicken.com>
9873
9874 * window.el (display-buffer-alist): Doc fix.
9875 (display-buffer): Add docstring. Don't treat
9876 display-buffer-default specially.
9877 (display-buffer-reuse-selected-window)
9878 (display-buffer-same-window, display-buffer-maybe-same-window)
9879 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9880 (display-buffer-pop-up-window)
9881 (display-buffer-reuse-or-pop-window)
9882 (display-buffer-use-some-window): New functions.
9883 (display-buffer-default-action): Use them.
393a301e 9884 (display-buffer-default): Delete.
89894cd8
CY
9885 (pop-to-buffer-1): Fix choice of actions.
9886
ae0bc9fb
SM
98872011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * minibuffer.el (completion--insert-strings): Don't get confused by
9890 completion entries that end with an LF char.
9891
e9d90883
EZ
98922011-09-01 Eli Zaretskii <eliz@gnu.org>
9893
9894 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9895
437014c8
CY
98962011-09-01 Chong Yidong <cyd@stupidchicken.com>
9897
9898 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9899 (display-buffer-same-window, display-buffer-other-window):
9900 New functions.
437014c8
CY
9901 (pop-to-buffer-1): New function. Use the above.
9902 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9903 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9904
9905 * view.el (view-buffer-other-window, view-buffer-other-frame):
9906 Just use pop-to-buffer.
9907
a5e063d5
TV
99082011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9909
9910 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9911
793d32bb
WH
99122011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9913
9914 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9915
d65e4c15
RS
99162011-08-31 Richard Stallman <rms@gnu.org>
9917
9918 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9919 of the separation of rmail-view-buffer from rmail-buffer.
9920 If you say no to "replace original", the decrypt is in the
9921 view buffer. If you say yes, the decrypt goes into the
9922 rmail buffer also.
9923
f818cd2a
MR
99242011-08-31 Martin Rudalics <rudalics@gmx.at>
9925
9926 * window.el (display-buffer-window): Rewrite doc-string.
9927 (display-buffer-record-window): New function.
9928 (display-buffer-macro-specifiers)
9929 (display-buffer-even-window-sizes, display-buffer-set-height)
9930 (display-buffer-set-width, display-buffer-in-window)
9931 (display-buffer-reuse-window, display-buffer-split-specifiers)
9932 (display-buffer-side-specifiers, display-buffer-split-window-1)
9933 (display-buffer-split-window, display-buffer-split-atom-window)
9934 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9935 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9936 (display-buffer-other-window-means-other-frame)
9937 (display-buffer-normalize-special)
9938 (display-buffer-normalize-default)
9939 (display-buffer-normalize-argument)
9940 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9941 (display-buffer-normalize-specifiers, display-buffer-frame)
9942 (display-buffer-same-window, display-buffer-same-frame)
9943 (display-buffer-other-window)
9944 (display-buffer-same-frame-other-window)
9945 (display-buffer-other-frame, pop-to-buffer-same-window)
9946 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9947 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9948 (switch-to-buffer-same-frame)
9949 (switch-to-buffer-other-window-same-frame)
9950 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9951 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9952 (display-buffer-alist-set): Remove.
9953 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9954 (special-display-regexps, special-display-function):
9955 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9956 parameter.
9957 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9958 (special-display-frame-alist, special-display-popup-frame)
9959 (same-window-buffer-names, same-window-regexps, same-window-p)
9960 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9961 (split-window-preferred-function, split-height-threshold)
9962 (split-width-threshold, window-splittable-p)
9963 (split-window-sensibly, window--try-to-split-window)
9964 (window--frame-usable-p, even-window-heights)
9965 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9966 (window--display-buffer-2, display-buffer-other-frame):
9967 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9968 (display-buffer-default, display-buffer-assq-regexp): New functions.
9969 (display-buffer-alist): Rewrite doc-string.
9970 (display-buffer-default-action)
9971 (display-buffer-overriding-action): New variables.
9972 (display-buffer, switch-to-buffer): Rewrite.
9973 (pop-to-buffer): Restore Emacs 23 behavior but use
9974 window-normalize-buffer-to-display.
9975 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9976 Restore Emacs 23 behavior but use
9977 window-normalize-buffer-to-switch-to.
9978 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9979 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9980 Rewrite using Emacs 23 options.
f818cd2a 9981
5bc3b51d
MA
99822011-08-31 Michael Albinus <michael.albinus@gmx.de>
9983
9984 * net/tramp.el (tramp-root-regexp): Remove.
9985 (tramp-completion-file-name-regexp-unified)
9986 (tramp-completion-file-name-regexp-separate)
9987 (tramp-completion-file-name-regexp-url): Don't use leading volume
9988 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9989 (tramp-drop-volume-letter): Simplify definition.
9990 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9991
b1a4f8e1
SM
99922011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9995 (bug#9356).
9996
5664fa7b
RT
99972011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9998
b1a4f8e1 9999 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10000
9a45d6c3
JL
100012011-08-29 Juri Linkov <juri@jurta.org>
10002
10003 * isearch.el (isearch-done): Don't display message "Mark saved"
10004 when arg `edit' is non-nil to prevent its flicker in the echo area.
10005
fb87e0fb
CY
100062011-08-28 Chong Yidong <cyd@stupidchicken.com>
10007
10008 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10009 obsolete packages for deletion.
10010
09ac1c2a
CS
100112011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10012
10013 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10014 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10015 view-mode from help-mode.
10016 (help-xref-override-view-map): Remove.
10017 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10018 view-mode is not used anymore.
10019
7a1ff57f
CY
100202011-08-28 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * server.el (server-port): Doc fix.
10023
b9696605
CY
10024 * cus-theme.el (custom-theme-choose-mode): Inherit from
10025 special-mode (Bug#9124).
10026 (custom-theme-choose-mode-map): Add special-mode to parent.
10027
ef8cdf8c
AM
100282011-08-28 Alan Mackenzie <acm@muc.de>
10029
10030 * progmodes/cc-fonts.el
10031 (c-make-font-lock-BO-decl-search-function): New function.
10032 (c-basic-matchers-after - "Fontify the clauses after various
10033 keywords"): Extract the three keyword lists for the 3 erroneous
10034 constructs from the list of four, and use the new function above
10035 in place of an old one.
10036
27de4e20
DD
100372011-08-28 Deniz Dogan <deniz@dogan.se>
10038
10039 * net/rcirc.el (rcirc-insert-prev-input)
10040 (rcirc-insert-next-input): Remove unused argument.
10041
356a3681
SM
100422011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10045
3fc9b218
AM
100462011-08-27 Alan Mackenzie <acm@muc.de>
10047
10048 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10049 handle function pointer parameters properly.
10050
538a061c
MR
100512011-08-27 Martin Rudalics <rudalics@gmx.at>
10052
10053 * window.el (display-buffer-reuse-window): Fix case where
10054 selected window was reused with non-nil OTHER-WINDOW argument.
10055 (Bug#9381)
10056
35b1c40c
DD
100572011-08-27 Deniz Dogan <deniz@dogan.se>
10058
10059 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10060 oftc's NickServ messages.
10061
2f6a3e79
GM
100622011-08-27 Glenn Morris <rgm@gnu.org>
10063
10064 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10065
7254299e
CY
100662011-08-26 Chong Yidong <cyd@stupidchicken.com>
10067
10068 * emacs-lisp/package.el (package-install): Call package-initialize
10069 if called interactively.
10070
f8ccf167
LL
100712011-08-26 Leo Liu <sdl.web@gmail.com>
10072
10073 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10074
3e8cd5ce
JL
100752011-08-25 Juri Linkov <juri@jurta.org>
10076
10077 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10078 `search-whitespace-regexp' (bug#9364).
10079
93eb7113
JL
100802011-08-25 Juri Linkov <juri@jurta.org>
10081
10082 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10083 `regexp-search-ring' to their global values to protect from
10084 updating by `read-from-minibuffer' (bug#9185).
10085
f65d1611
JL
100862011-08-25 Juri Linkov <juri@jurta.org>
10087
10088 * textmodes/ispell.el (ispell-command-loop): Add newline
10089 at the end of the "Use option `i'..." line.
10090
f1cf7a31
JL
100912011-08-25 Juri Linkov <juri@jurta.org>
10092
10093 * battery.el (display-battery-mode): If `battery-status-function'
10094 or `battery-mode-line-format' is nil, display the message and set
10095 `display-battery-mode' to nil (bug#9363).
10096
0c95fcf7
EZ
100972011-08-25 Eli Zaretskii <eliz@gnu.org>
10098
10099 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10100 bidi-string-mark-left-to-right; they are unnecessary now.
10101
a2ebe600
DD
101022011-08-25 Deniz Dogan <deniz@dogan.se>
10103
10104 * net/quickurl.el: Documentation typo fixes.
10105
e4ed06f1
CY
101062011-08-25 Chong Yidong <cyd@stupidchicken.com>
10107
10108 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10109
e5f1c99e
GM
101102011-08-25 Glenn Morris <rgm@gnu.org>
10111
b2948976
GM
10112 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10113
e5f1c99e
GM
10114 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10115 (smtpmail-via-smtp): Handle nil response from smtp.
10116
f22f4808
JL
101172011-08-24 Juri Linkov <juri@jurta.org>
10118
10119 * proced.el (proced-marked): Inherit from `error' instead of
10120 `font-lock-warning-face'.
10121
10122 * ibuffer.el (ibuffer-marked-face): Change default face from
10123 `font-lock-warning-face' to `warning'.
10124 (ibuffer-deletion-face): Change default face from
10125 `font-lock-type-face' to `error'.
10126
10127 * battery.el (battery-update): Use the face `error' instead of
10128 `font-lock-warning-face' (bug#6117).
10129
6a93965e
JL
101302011-08-24 Juri Linkov <juri@jurta.org>
10131
10132 * faces.el (success): Change face color from "Green3" to
10133 "ForestGreen" on light background (bug#9353).
10134
1ed43b09
CY
101352011-08-24 Chong Yidong <cyd@stupidchicken.com>
10136
5664fa7b
RT
10137 * window.el (quit-window): Rename from quit-restore-window.
10138 Use same arglist as old quit-window.
1ed43b09
CY
10139 (frame-auto-delete): Doc fix.
10140
10141 * view.el (view-mode-exit): Use quit-window.
10142
11dcdbb2
JL
101432011-08-24 Juri Linkov <juri@jurta.org>
10144
10145 * isearch.el (isearch-ring-adjust1): Start visiting previous
10146 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10147 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10148 for empty search string (when the last search string is reused
10149 automatically) to adjust the isearch ring to the last element and
10150 prepare the correct index for further M-p commands (bug#9185).
10151
de62b4df
KH
101522011-08-24 Kenichi Handa <handa@m17n.org>
10153
10154 * international/ucs-normalize.el: If decomposition property of
10155 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10156 nil.
10157 (nfd, nfkd): Likewise.
10158
963b492b
SM
101592011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10162 from process filters aren't reliably transmitted to the surrounding
10163 accept-process-output.
10164 (mpc-proc-check): New function.
10165 (mpc-proc-sync): Use it (bug#8293)
10166
93b6b5e1
SM
101672011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10170 Add compatibility functions (bug#9313).
10171
bca633fb
EZ
101722011-08-23 Eli Zaretskii <eliz@gnu.org>
10173
b177498a
EZ
10174 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10175
6df6ae42 10176 * international/uni-bidi.el: Regenerate.
bca633fb 10177
0902a04e
KH
101782011-08-23 Kenichi Handa <handa@m17n.org>
10179
10180 * international/charprop.el:
10181 * international/uni-bidi.el:
10182 * international/uni-category.el:
10183 * international/uni-combining.el:
10184 * international/uni-comment.el:
10185 * international/uni-decimal.el:
10186 * international/uni-decomposition.el:
10187 * international/uni-digit.el:
10188 * international/uni-lowercase.el:
10189 * international/uni-mirrored.el:
10190 * international/uni-name.el:
10191 * international/uni-numeric.el:
10192 * international/uni-old-name.el:
10193 * international/uni-titlecase.el:
10194 * international/uni-uppercase.el: Regenerate.
10195
3bbf23bc
MR
101962011-08-23 Martin Rudalics <rudalics@gmx.at>
10197
10198 * help.el (help-window-setup): Fix message displayed when other
10199 window is reused. (Bug#9341)
10200
b3fd59bd
SM
102012011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10202
1802e444
SM
10203 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10204 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10205
b3fd59bd
SM
10206 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10207 Mark obsolete.
10208 * shell.el (shell-parse-pcomplete-arguments): New function.
10209 (shell-completion-vars): Use it instead (bug#9160).
10210
4eb61348
SM
102112011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10212
867cab74
SM
10213 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10214 strings and comments (bug#9333).
10215
4eb61348
SM
10216 * emacs-lisp/debug.el (debug-arglist): New function.
10217 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10218 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10219
262a1439
JL
102202011-08-22 Juri Linkov <juri@jurta.org>
10221
56ee679c
JL
10222 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10223 Revert regexp that highlights output switches to its old
10224 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10225
262a1439
JL
10226 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10227 to check for empty output (bug#9226).
10228
f13f86fb
CY
102292011-08-22 Chong Yidong <cyd@stupidchicken.com>
10230
10231 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10232 symbol-constituent as the default, as that stops font-lock from
10233 working properly (Bug#8843).
10234
c65c9622
LMI
102352011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10236
10237 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10238 `coding-system-for-*' around the process open call to avoid
10239 auth-source side effects.
e7f2c178 10240 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10241 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10242 probe hangs.
c65c9622 10243
23a8a5ab
CY
102442011-08-21 Chong Yidong <cyd@stupidchicken.com>
10245
ff98b2dd
CY
10246 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10247
23a8a5ab
CY
10248 * emacs-lisp/find-func.el (find-function-noselect): New arg
10249 lisp-only.
10250
10251 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10252 signal an error for built-in functions (Bug#6664).
10253
f5e3c598
LMI
102542011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10255
10256 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10257 (smtpmail-try-auth-methods): Use it.
10258
a3f2468a
CY
102592011-08-21 Chong Yidong <cyd@stupidchicken.com>
10260
2c34e8da
CY
10261 * font-lock.el (font-lock-fontify-region)
10262 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10263 (font-lock-default-unfontify-buffer)
10264 (font-lock-default-fontify-region)
10265 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10266
b3fd59bd
SM
10267 * progmodes/compile.el (compilation-error-properties):
10268 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10269 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10270 `ant' regexp.
ee31aabc 10271
a3f2468a
CY
10272 * net/browse-url.el (browse-url-firefox): Don't call
10273 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10274
8e999f70
GM
102752011-08-20 Glenn Morris <rgm@gnu.org>
10276
c21a496a
GM
10277 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10278
59ee0542
GM
10279 * tutorial.el (tutorial--default-keys): Update some default bindings.
10280
8e999f70
GM
10281 * files.el (hack-local-variables): Fully ignore case for "mode:".
10282
e3715033
AM
102832011-08-20 Alan Mackenzie <acm@muc.de>
10284
10285 Resolve invalid use of a regexp in regexp-opt.
10286
4d61f28d
JB
10287 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10288 detection for a java annotation.
e3715033 10289
4d61f28d 10290 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10291 detection for a java annotation.
10292
4d61f28d
JB
10293 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10294 handling for java.
e3715033
AM
10295 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10296
04ed2e9c
CY
102972011-08-20 Chong Yidong <cyd@stupidchicken.com>
10298
10299 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10300 (Bug#9274).
10301
826cee64
AM
103022011-08-20 Alan Mackenzie <acm@muc.de>
10303
58179cce 10304 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10305 such a construct. Mainly for when jit-lock etc. starts a chunk
10306 here.
10307
58179cce 10308 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10309 variable.
58179cce 10310 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10311 c-make-font-lock-search-function.
10312 (c-make-font-lock-search-function): Use the above function.
10313 (c-make-font-lock-context-search-function): New function.
10314 (c-cpp-matchers): Enhance the preprocessor expression case with
10315 the above function
10316 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10317 which takes an expression.
10318
10319 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10320
13009bd8
MR
103212011-08-20 Martin Rudalics <rudalics@gmx.at>
10322
10323 * window.el (display-buffer-reuse-window)
10324 (display-buffer-pop-up-window): Don't reuse or split a side
10325 window.
10326
9234ff7f
GM
103272011-08-19 Glenn Morris <rgm@gnu.org>
10328
10329 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10330 Downcase "Mode:". (Bug#9331)
9234ff7f 10331
f635daa1
CY
103322011-08-18 Chong Yidong <cyd@stupidchicken.com>
10333
10334 * international/characters.el: Add L and R categories.
10335
10336 * subr.el (bidi-string-mark-left-to-right): Rename from
10337 string-mark-left-to-right. Use category search.
10338
10339 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10340
bc987f8b
JL
103412011-08-18 Juri Linkov <juri@jurta.org>
10342
10343 * faces.el (error, warning, success): New faces with definitions
10344 copied from old default values of `font-lock-warning-face',
10345 `compilation-warning', `compilation-info' (bug#6117).
10346
10347 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10348
10349 * progmodes/compile.el (compilation-error): Inherit from `error'.
10350 (compilation-warning): Inherit from `warning'.
10351 (compilation-info): Inherit from `success'.
10352
10353 * dired.el (dired-marked): Inherit from `warning'.
10354 (dired-flagged): Inherit from `error'.
10355
57173b96
LMI
103562011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10357
3e79eb87
LMI
10358 * mail/smtpmail.el (auth-source): Require to avoid problems with
10359 binding variables (bug#9298). Also clean up some unused
10360 autoloads.
10361
b3fd59bd
SM
10362 * net/network-stream.el (network-stream-open-starttls):
10363 Support using starttls.el without using gnutls-cli.
57173b96 10364
02b404de
JL
103652011-08-17 Juri Linkov <juri@jurta.org>
10366
10367 * progmodes/grep.el (rgrep): Handle the case when
10368 `grep-find-command' is a cons cell (bug#9278).
10369
8c9177f2
MR
103702011-08-17 Martin Rudalics <rudalics@gmx.at>
10371
10372 * window.el (display-buffer-pop-up-frame): Run frame creation
10373 function with BUFFER current (as special-display-popup-frame
10374 does). Reported by Drew Adams.
10375
3644a0ab
DU
103762011-08-17 Daiki Ueno <ueno@unixuser.org>
10377
10378 * epa-mail.el: Simplify GnuPG group expansion using
10379 epg-expand-group.
10380 (epa-mail-group-alist, epa-mail-group-modtime)
10381 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10382 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10383 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10384 Remove.
10385
5e617bc2 103862011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10387
10388 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10389
9c4aeabf
AM
103902011-08-16 Alan Mackenzie <acm@muc.de>
10391
10392 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10393 Correct, to avoid the inside of macros.
10394
3a99bf64
RS
103952011-08-16 Richard Stallman <rms@gnu.org>
10396
04963aa8
RS
10397 * epa-mail.el: Handle GnuPG group definitions.
10398 (epa-mail-group-alist, epa-mail-group-modtime)
10399 (epa-mail-gnupg-conf-file): New variables.
10400 (epa-mail-parse-groups, epa-mail-sync-groups)
10401 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10402 (epa-mail-expand-recipients): New functions.
10403 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10404
177549d0
RS
10405 * mail/rmail.el (rmail-epa-decrypt): New command.
10406
fe38beef
RS
10407 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10408 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10409 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10410 (epa-decrypt-armor-in-region): Make error message clearer.
10411
934eacb9
SM
104122011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10415 and "a2b" to "ab" for `prefix'.
10416
d024fb4e
CY
104172011-08-14 Chong Yidong <cyd@stupidchicken.com>
10418
10419 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10420 filter groups.
de148fee
CY
10421 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10422 Fourquet (Bug#8804).
d024fb4e 10423
62f1ca49
JB
104242011-08-12 Juanma Barranquero <lekktu@gmail.com>
10425
10426 * startup.el (argi): Declare as global variable (bug#9275).
10427
9ccaaa4b
CY
104282011-08-12 Chong Yidong <cyd@stupidchicken.com>
10429
10430 * subr.el (string-mark-left-to-right): Search the entire string
10431 for RTL script, not just the terminating character. Doc fix.
10432
a3dae87a
SM
104332011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10434
6cd18349
SM
10435 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10436 New function.
10437 (js--regexp-literal, js-syntax-propertize-function): Remove.
10438 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10439 (js-mode-map): Don't rebind electric keys.
10440 (js-insert-and-indent): Remove.
10441 (js-mode): Setup electric-layout and electric-indent instead.
10442
a3dae87a
SM
10443 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10444
9d5cb631
DU
104452011-08-12 Daiki Ueno <ueno@unixuser.org>
10446
10447 * epa.el (epa-progress-callback-function): Fix the logic of
10448 displaying progress.
10449 * epa-file.el (epa-file-insert-file-contents): Make progress
10450 display more user-friendly.
10451 (epa-file-write-region): Ditto.
10452
3e26a4a2
CY
104532011-08-10 Chong Yidong <cyd@stupidchicken.com>
10454
10455 * subr.el (string-mark-left-to-right): New function.
10456
10457 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10458 Use string-mark-left-to-right.
10459 (list-buffers-noselect): Caller changed.
10460
a3dae87a
SM
10461 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10462 Use string-mark-left-to-right.
3e26a4a2
CY
10463 (tabulated-list-print): Recenter after moving point.
10464
ac8cf6e6
JL
104652011-08-10 Juri Linkov <juri@jurta.org>
10466
10467 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10468 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10469 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10470
8d96c9a4
CY
104712011-08-09 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10474 (Bug#7554).
10475
7be1c708 104762011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10477
10478 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10479 character. (Bug#6594)
10480
37e11a63
CY
104812011-08-08 Chong Yidong <cyd@stupidchicken.com>
10482
839dde57
CY
10483 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10484 (image-dired--with-db-file): New macro.
10485 (image-dired-write-tags, image-dired-remove-tag)
10486 (image-dired-create-gallery-lists, image-dired-write-comments)
10487 (image-dired-get-comment, image-dired-mark-tagged-files)
10488 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10489 (image-dired-gallery-generate): Use insert-file-contents.
10490
37e11a63
CY
10491 * time.el (display-time-world-list, display-time-world-display):
10492 * time-stamp.el (time-stamp-string):
10493 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10494 set-time-zone-rule (Bug#7337).
10495
0b4946c4
DU
104962011-08-08 Daiki Ueno <ueno@unixuser.org>
10497
10498 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10499 (epg-error-to-string, epg-errors-to-string): New function.
10500 (epg-wait-for-completion): Reverse errors list.
10501 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10502 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10503 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10504 (epg-sign-keys, epg-generate-key-from-file)
10505 (epg-generate-key-from-string): Format errors by using
10506 epg-errors-to-string (bug#9255).
10507 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10508
75bfc667
JL
105092011-08-07 Juri Linkov <juri@jurta.org>
10510
10511 * faces.el (list-faces-display): Remove extra angle bracket
10512 from `help-mode-map'.
10513
10514 * info.el (Info-history-toc-nodes): Doc fix.
10515
10516 * longlines.el (longlines-mode): Doc fix.
10517
673e08bb
SM
105182011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10519
4640dd88
SM
10520 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10521 of statements and in a few more cases (bug#9183).
10522
673e08bb
SM
10523 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10524 New functions.
10525 (cl-transform-lambda): Use them (bug#9239).
10526
89b3f019
MR
105272011-08-05 Martin Rudalics <rudalics@gmx.at>
10528
10529 * window.el (display-buffer-same-window)
10530 (display-buffer-same-frame, display-buffer-other-window)
10531 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10532 (pop-to-buffer-other-window)
10533 (pop-to-buffer-same-frame-other-window)
10534 (pop-to-buffer-other-frame): Make them defuns.
10535 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10536
640c8776
SM
105372011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10538
10539 * subr.el (make-composed-keymap): Move from C. Change calling
10540 convention, and improve docstring to bring attention to a subtle point.
10541 * minibuffer.el (completing-read-default): Adjust accordingly.
10542
63648a95
MA
105432011-08-03 Michael Albinus <michael.albinus@gmx.de>
10544
10545 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10546 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10547
10548 * net/trampver.el: Update release number.
10549
b796c9b7
SM
105502011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10551
10552 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10553 "in" (bug#9190).
10554
2239d7d5
LMI
105552011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10556
e07dd7c3
LMI
10557 * mail/sendmail.el (sendmail-query-once): Restore the current
10558 buffer after querying (bug#9074).
10559
0e6a2bd7
LMI
10560 * dired.el (dired-flagged): Use different faces for marked and
10561 flagged files (bug#6117).
10562
ce887515
LMI
10563 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10564 (bug#4433).
10565
92f2affc
LMI
10566 * ido.el (ido-mode): Switch off the message if called
10567 non-interactively.
10568
57d5aff0
LMI
10569 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10570 before 587, since it appears that that's more likely to work for
10571 more people.
10572
98cd6c18 10573 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10574 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10575 exist.
10576
b96dec83
LMI
10577 * info.el: Remove the `Info-beginning-of-buffer' function
10578 (bug#8325).
10579
b796c9b7
SM
10580 * net/network-stream.el (network-stream-open-starttls):
10581 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10582
d90e2ea0
MR
105832011-08-01 Martin Rudalics <rudalics@gmx.at>
10584
10585 * window.el (display-buffer-in-window): Don't set dedicated status
10586 of window here (Bug#9215).
10587 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10588 (display-buffer-pop-up-side-window)
b796c9b7 10589 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10590
cca09170
SM
105912011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10592
10593 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10594 before binding generated-autoload-file.
10595
027b979c
DD
105962011-08-01 Deniz Dogan <deniz@dogan.se>
10597
10598 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10599
3c7ee4f3
MA
106002011-07-30 Michael Albinus <michael.albinus@gmx.de>
10601
10602 Sync with Tramp 2.2.2.
10603
10604 * net/trampver.el: Update release number.
10605
2cc8e51a
JL
106062011-07-30 Juri Linkov <juri@jurta.org>
10607
10608 * dired-aux.el (dired-touch-initial): Remove function.
10609 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10610 current time, and `default' to the last modification time of the
10611 current marked file (bug#6887).
10612
a514d856
JM
106132011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10614
10615 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10616 numeric argument to read-number (bug#9163).
a514d856 10617
8a7eddd7
MA
106182011-07-27 Michael Albinus <michael.albinus@gmx.de>
10619
10620 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10621 connection process, it could be nil.
10622
1ddd96f5
LL
106232011-07-27 Leo Liu <sdl.web@gmail.com>
10624
10625 Simplify url handling in rcirc-mode.
10626
10627 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10628 (rcirc-browse-url-at-mouse): Remove.
10629 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10630
b248a85d
AM
106312011-07-26 Alan Mackenzie <acm@muc.de>
10632
10633 Fontify bitfield declarations properly.
10634
10635 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10636 (c-symbol-chars): Now exported as a lang variable.
10637 (c-not-primitive-type-keywords): New lang variable.
10638
10639 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10640 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10641 parsed as a bitfield declaration.
b248a85d 10642
b796c9b7
SM
10643 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10644 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10645 (c-punctuation-in): New function.
10646 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10647 declarations properly.
10648
68575ab0
UJ
106492011-07-26 Ulf Jasper <ulf.jasper@web.de>
10650
10651 * calendar/icalendar.el (icalendar--all-events): Take care of
10652 multiple vcalendars in a single file.
b796c9b7 10653 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10654
0f0a88b9
DD
106552011-07-25 Deniz Dogan <deniz@dogan.se>
10656
10657 * image.el (insert-image): Clarifying docstring.
10658
0b3f36df
MA
106592011-07-24 Michael Albinus <michael.albinus@gmx.de>
10660
10661 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10662 `tramp-send-command-and-check' if there is no error.
10663 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10664
a9901f61
AM
106652011-07-22 Alan Mackenzie <acm@muc.de>
10666
10667 Prevent cc-langs.elc being loaded at run time.
10668
10669 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10670 cc-langs.
10671
4d61f28d 10672 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10673 "(require 'cc-langs)". Quote a form so it will evaluate at
10674 (cc-mode's) compilation time.
10675
11d074b2
MA
106762011-07-22 Michael Albinus <michael.albinus@gmx.de>
10677
10678 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10679 loading. (Bug#9114)
10680
938b94c8
MR
106812011-07-21 Martin Rudalics <rudalics@gmx.at>
10682
10683 * window.el (display-buffer-pop-up-window)
10684 (display-buffer-pop-up-side-window)
10685 (display-buffer-in-side-window): Call display-buffer-set-height
10686 and display-buffer-set-width after setting the new window's
b796c9b7 10687 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10688
bfa4f190
SS
106892011-07-20 Sam Steingold <sds@gnu.org>
10690
10691 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10692 (etags-tags-included-tables): Call `convert-standard-filename' on
10693 the file names contained in TAGS so that windows Emacs can handle
10694 TAGS files created by cygwin ctags.
10695
8ca42262
LMI
106962011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10697
10698 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10699 which apparently didn't work.
10700
5db2afd2 107012011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10702
5db2afd2
RW
10703 * proced.el (proced-send-signal): For *Marked Processes* buffer
10704 put point at beginning of buffer.
10705
92e15d10
SB
107062011-07-19 Stephen Berman <stephen.berman@gmx.net>
10707
10708 * proced.el (proced-format): Make header lines align with the text
10709 (bug#1779).
10710
1bfd59e5
LMI
107112011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10712
10713 * view.el (view-buffer): Allow running in `special' modes if we're
10714 visiting a file (bug#8615).
10715
f5aae37c
MR
107162011-07-19 Martin Rudalics <rudalics@gmx.at>
10717
10718 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10719 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10720 New functions.
f5aae37c
MR
10721 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10722 more accurately.
10723
bf2c1571
AM
107242011-07-18 Alan Mackenzie <acm@muc.de>
10725
10726 Fontify declarators properly when, e.g., a jit-lock chunk begins
10727 inside a declaration.
10728
10729 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10730
b796c9b7
SM
10731 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10732 New function.
bf2c1571
AM
10733 (c-complex-decl-matchers): Insert reference to
10734 c-font-lock-enclosing-decls.
10735
10736 * progmodes/cc-engine.el (c-backward-single-comment):
10737 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10738 to nil around calls to (forward-comment -1).
10739
4e190b80
LMI
107402011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10741
12dc863d
LMI
10742 * image.el (put-image): Doc typo fix.
10743
a762e966
LMI
10744 * progmodes/etags.el (tags-search): Doc typo fix.
10745
4e190b80
LMI
10746 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10747 password if we get errors 550 to 554.
10748
f019fb21
LMI
107492011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10750
b796c9b7 10751 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10752
81746738
LMI
10753 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10754 indentation character (bug#6380).
10755
3ee3a1b5
LMI
10756 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10757
c82f64de
LMI
10758 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10759 to clarify what the problem is (bug#4291).
10760
f019fb21
LMI
10761 * simple.el (current-kill): Clarify what
10762 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10763 (auto-fill-mode): Document `auto-fill-function' in relation to
10764 `auto-fill-mode' (bug#2470).
f019fb21 10765
0794775d
LM
107662011-07-16 Lawrence Mitchell <wence@gmx.li>
10767
10768 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10769 method if slot is read-only (bug#9035).
10770
be39b8cc
MR
107712011-07-16 Martin Rudalics <rudalics@gmx.at>
10772
b796c9b7 10773 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10774 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10775 selected before, see discussion of (Bug#8615), (Bug#6954).
10776 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10777
6ccf7859
GM
107782011-07-15 Glenn Morris <rgm@gnu.org>
10779
10780 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10781 Respect help-form.
6ccf7859 10782
87e86684
LM
107832011-07-09 Lawrence Mitchell <wence@gmx.li>
10784
10785 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10786 (gnutls-negotiate): Use it.
10787
d6066239
LMI
107882011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10789
b796c9b7
SM
10790 * net/gnutls.el (gnutls-negotiate):
10791 Upcase `gnutls-algorithm-priority'.
d6066239 10792
bd23ebc0
GM
107932011-07-15 Glenn Morris <rgm@gnu.org>
10794
c65bca65
GM
10795 * jka-compr.el (jka-compr-verbose): Move from here...
10796 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10797 Add missing :version tag.
10798 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10799
478615cc
LMI
108002011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10801
7b41decb
LMI
10802 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10803 (gnutls-negotiate): Use it.
10804
dbc44fcd
LMI
10805 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10806
06789f97
LMI
10807 * info.el (Info-beginning-of-buffer): New command.
10808 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10809 announcing `b' as the key (bug#8325).
ab896c37 10810 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10811
c39da690
LMI
10812 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10813
3aa5f34b
LMI
10814 * international/mule-cmds.el
10815 (describe-specified-language-support): Make the error message
10816 clearer (bug#8905).
10817
4bf0979f
LMI
10818 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10819
478615cc
LMI
10820 * isearch.el (isearch-barrier): Add a doc string, since it's
10821 mentioned in a function doc string (bug#8678).
10822
75c68aa1
MR
108232011-07-15 Martin Rudalics <rudalics@gmx.at>
10824
10825 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10826 buffer argument (Bug#9083) and self-identifying label argument.
10827
a7c33da2
GM
108282011-07-15 Glenn Morris <rgm@gnu.org>
10829
10830 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10831
2f5c6024
LMI
108322011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10833
10834 * man.el (Man-fontify-manpage): Fix message when formatting the
10835 man page (bug#7929).
10836
0bb23927 108372011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10838
10839 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10840 argument LRM; if non-nil, append an invisible LRM character to the
10841 buffer name.
10842 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10843 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10844 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10845 paragraph direction.
cce4b0a7 10846
621ef9ab
LMI
108472011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10848
d1583c48
LMI
10849 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10850 the man page name (bug#7929).
10851
6a57fb5f
LMI
10852 * image.el (put-image): Mention the `put-image' overlay property
10853 (bug#7834).
10854
d7956b14
LMI
10855 * scroll-bar.el (set-scroll-bar-mode): Mention that
10856 `scroll-bar-mode' lists the values (bug#7772).
10857
5b2d4a66
LMI
10858 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10859 command (bug#7729).
10860
7509a874
LMI
10861 * rect.el (apply-on-rectangle): Return the point after the last
10862 operation.
10863 (string-rectangle): Go to the point after the last operation
10864 (bug#7522).
10865
4fe74b19
LMI
10866 * printing.el (pr-toggle-region): Clarify the documentation
10867 slightly (bug#7493).
10868
b796c9b7
SM
10869 * time.el (display-time-update):
10870 Allow `display-time-mail-function' to return nil (bug#7158).
10871 Fix suggested by Detlev Zundel.
ab283561 10872
fc233c9d
LMI
10873 * vc/diff.el (diff): Clarify the order the file names are read
10874 (bug#7111).
10875
43f5740b
LMI
10876 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10877 the doc string (bug#7015).
10878
f2182a76
LMI
10879 * font-lock.el (font-lock-maximum-decoration): Mention what
10880 numeric levels mean (bug#6935).
10881
621ef9ab
LMI
10882 * startup.el (initial-buffer-choice): Don't mention the `none'
10883 selection, which is against policy.
10884
adc47434
MR
108852011-07-14 Martin Rudalics <rudalics@gmx.at>
10886
b796c9b7
SM
10887 * window.el (display-buffer-normalize-special):
10888 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10889
7e5bfb8f
EZ
108902011-07-14 Eli Zaretskii <eliz@gnu.org>
10891
10892 * subr.el (version<, version<=, version=): Mention "-CVS" and
10893 "-12345" alpha version numbers.
10894
27fa387a
CY
108952011-07-14 Chong Yidong <cyd@stupidchicken.com>
10896
10897 * bindings.el: Add advertised binding for set-mark-command
10898 (Bug#5772).
10899
8bdfa064
CY
109002011-07-14 Chong Yidong <cyd@stupidchicken.com>
10901
10902 * bindings.el (mode-line-other-buffer):
10903 * bookmark.el (bookmark-bmenu-2-window):
10904 * bs.el (bs-cycle-next, bs-cycle-previous):
10905 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10906 switch-to-buffer.
10907
10908 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10909 Delete.
8bdfa064 10910
5eba16a3
JB
109112011-07-14 Juanma Barranquero <lekktu@gmail.com>
10912
10913 * follow.el (follow-debug-message, follow-redisplay):
10914 * jka-cmpr-hook.el (with-auto-compression-mode):
10915 Fix typos in docstrings.
10916
15853710
LMI
109172011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10918
a28e4607
LMI
10919 * subr.el (with-silent-modifications): Clarify somewhat what the
10920 macro inhibits (bug#6525).
10921
15853710
LMI
10922 * simple.el (eval-expression): Note what it does if called
10923 interactively (bug#6495).
10924
bee0fcef
CY
109252011-07-13 Chong Yidong <cyd@stupidchicken.com>
10926
b796c9b7
SM
10927 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10928 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10929
10930 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10931 Remove switch-to-buffer.
10932
58274504
LMI
109332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10934
bd2fcc8d
LMI
10935 * files.el (make-directory): Clarify that an error will be raised
10936 if there's an error (bug#6397).
10937
0f04b32c
LMI
10938 * startup.el (initial-buffer-choice): Add `none' as a choice
10939 (bug#6234).
10940
465c5fc8
LMI
10941 * subr.el (add-hook): Clarify section about buffer-local hooks
10942 (bug#6218).
10943
58274504
LMI
10944 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10945
bead9a43
JB
109462011-07-13 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * tabify.el (untabify): Preserve the current column so that point
10949 doesn't move (bug#6032).
10950
3af98a7b
LMI
109512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10952
b796c9b7
SM
10953 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10954 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10955
6240145a
GM
109562011-07-13 Glenn Morris <rgm@gnu.org>
10957
10958 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10959 (dired-insert-directory): Give a message the first time
10960 if ls is found not to support --dired.
10961
1d8c2ccc
LMI
109622011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10963
10964 * simple.el (toggle-truncate-lines): Clarify what is toggled
10965 (bug#5580). Text by Drew Adams.
10966
5fc4038e
CY
109672011-07-13 Chong Yidong <cyd@stupidchicken.com>
10968
10969 * simple.el (blink-matching-open): Make the error message from the
10970 last change less verbose.
10971
bf6012e5
DN
109722011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10973
10974 * font-lock.el (font-lock-comment-face): Use the high contrast
10975 "yellow" color for font-lock-comment-face on low color terminals
10976 using a dark background color (bug#4221).
10977
343c3b5a
LMI
109782011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10979
7e9505c5
LMI
10980 * dired.el (dired-insert-set-properties): Make the doc string
10981 reflect what it does now (bug#5325).
10982
c26fdcf5
LMI
10983 * simple.el (blink-matching-open): Say that we were unable to find
10984 the match within the limit, if we're limited (bug#5122).
10985
bb388cc5
LMI
10986 * international/mule-cmds.el (prefer-coding-system): Add an
10987 example (bug#4869).
10988
343c3b5a
LMI
10989 * progmodes/etags.el (tags-search): Document `file-list-form'
10990 (bug#4731).
10991
2a517d45
LM
109922011-07-13 Lawrence Mitchell <wence@gmx.li>
10993
10994 * net/browse-url.el (browse-url-default-browser)
10995 (browse-url-browser-function): Make the default browser choice a
10996 bit more logical (bug#4300). Also clean up the doc string.
10997
b6c78ef2
JB
109982011-07-13 Juanma Barranquero <lekktu@gmail.com>
10999
11000 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11001 binary endings (bug#4440).
11002
1c4dd947
LMI
110032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11004
a2014063
LMI
11005 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11006 which can be pretty annoying (bug#8971).
11007
9c9c2d88
LMI
11008 * jka-compr.el (jka-compr-verbose): New variable, and use
11009 throughout (bug#8971).
11010
1c4dd947
LMI
11011 * info.el (Info-find-file): Fall back on the installation
11012 directory if we can't find the info node anywhere else.
11013
a1c9f41b
SO
110142011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11015
11016 * vc/vc.el (vc-revert-file):
11017 Don't set file time-stamp in the past. (Bug#5181)
11018
536f3d36
LMI
110192011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11020
7152b011
LMI
11021 * files.el (after-find-file): Give a better error message when
11022 trying to find a symlink that points to a file that doesn't exist
11023 (bug#4398).
11024
536f3d36
LMI
11025 * progmodes/cc-vars.el: Remove (probably) misleading comment
11026 (bug#4396).
11027
460c0fba
JB
110282011-07-12 Johan Bockgård <bojohan@gnu.org>
11029
11030 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11031
7a6bda45
CY
110322011-07-12 Chong Yidong <cyd@stupidchicken.com>
11033
11034 * mouse-sel.el: Hack restoring functionality, while keeping
11035 compatibility with 2010-07-03 changes to mouse selection.
11036 (mouse-sel-primary-overlay): New var.
11037 (mouse-sel-selection-alist): Use it.
11038 (mouse-sel-mode): Doc fix; remove points that are default features
11039 of mouse.el.
11040
c79598ef
JB
110412011-07-12 Johan Bockgård <bojohan@gnu.org>
11042
11043 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11044 Fix previous fix (bug#2490).
11045
ff8be6ef
RW
110462011-07-12 Roland Winkler <winkler@gnu.org>
11047
b796c9b7
SM
11048 * textmodes/bibtex.el (bibtex-initialize):
11049 Use pop-to-buffer-same-window.
ff8be6ef
RW
11050 (bibtex-search-entries): Fix interactive call.
11051
296ba3ee
LMI
110522011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11053
f5242a02 11054 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11055 Fontise bytecomp Error lines more correctly (bug#2490).
11056 Fix suggested by Johan Bockgård.
f5242a02 11057
296ba3ee
LMI
11058 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11059
11060 * dired-x.el (dired-guess-default): Use `delete-dups'.
11061
f69fd0d2
CY
110622011-07-12 Chong Yidong <cyd@stupidchicken.com>
11063
11064 * dired.el (dired-mark-prompt):
11065 * dired-aux.el (dired-read-shell-command): Doc fix.
11066
eab5dc07
LMI
110672011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11068
b796c9b7
SM
11069 * mail/sendmail.el (sendmail-query-once):
11070 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11071 emacs -Q.
11072
11073 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11074
eab5dc07
LMI
11075 * cus-edit.el (custom-file): Take an optional no-error variable.
11076 (customize-save-variable): Set the variable, and give a warning if
11077 running under "emacs -q".
11078
a1e65d42
JB
110792011-07-11 Juanma Barranquero <lekktu@gmail.com>
11080
11081 * loadhist.el (unload-feature-special-hooks):
11082 Add `auto-coding-functions', `fill-nobreak-predicate' and
11083 `find-directory-functions' (bug#5327).
11084
1d52da10
LMI
110852011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11086
be958f1d
LMI
11087 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11088
5bedb26c
LMI
11089 * cus-edit.el (custom-guess-name-alist): -alist variables should
11090 use the `alist' type (bug#3120). Suggested by Drew Adams.
11091
1d52da10
LMI
11092 * printing.el: Add documentation to all the `pr-toggle-' commands.
11093
cd394be1 110942011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11095
11096 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11097 backends where it makes sense (bug#2623).
11098
dcc88d8a
LMI
110992011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11100
c3de9feb
LMI
11101 * dired-x.el (dired-guess-default): Remove duplicate shell command
11102 entries (bug#2028).
8a93078b 11103 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11104 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11105
dcc88d8a
LMI
11106 * subr.el (remove-duplicates): New conveniency function.
11107
505e3645
LMI
111082011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11109
11110 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11111 (bug#1526).
11112
111132011-07-10 Martin Rudalics <rudalics@gmx.at>
11114
11115 * window.el (display-buffer-normalize-default): Don't invert
11116 meaning of even-window-heights. Reported by Eli Zaretskii
11117 <eliz@gnu.org>.
11118
455e4fa1
BR
111192011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11120
11121 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11122
8e0bc3e9
CY
111232011-07-10 Chong Yidong <cyd@stupidchicken.com>
11124
11125 * window.el (display-buffer): Fix arguments to
11126 display-buffer-reuse-window in last change.
11127
fa7c3228
CY
11128 * faces.el (link): Use a less saturated blue on light backgrounds.
11129
11130 * startup.el (fancy-startup-text, fancy-about-text)
11131 (fancy-startup-tail): Use font-lock faces, for background safety.
11132
c0a7f300
BN
111332011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11134
b796c9b7
SM
11135 * emulation/viper-cmd.el (viper-change-state-to-vi):
11136 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11137
4dc2a129
MR
111382011-07-09 Martin Rudalics <rudalics@gmx.at>
11139
11140 * window.el (display-buffer-default-specifiers): Remove.
11141 (display-buffer-macro-specifiers): Remove default specifiers.
11142 (display-buffer-alist): Default to nil.
b796c9b7 11143 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11144 (display-buffer-pop-up-window): Allow splitting internal
11145 windows. Check whether a live window was created.
11146 (display-buffer-other-window-means-other-frame)
11147 (display-buffer-normalize-arguments): Rename to
11148 display-buffer-normalize-argument and rewrite. Set the
11149 other-window specifier.
11150 (display-buffer-normalize-special): New function.
11151 (display-buffer-normalize-options): Rename to
11152 display-buffer-normalize-default and rewrite.
11153 (display-buffer-normalize-options-inhibit): Remove.
11154 (display-buffer-normalize-specifiers): Rewrite.
11155 (display-buffer): Process other-window specifier and call
11156 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11157 more faithfully.
b796c9b7 11158 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11159 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11160 (display-buffer-in-window, display-buffer-alist-set):
11161 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11162 <tassilo@member.fsf.org>.
11163
2d43b8c9
LL
111642011-07-09 Leo Liu <sdl.web@gmail.com>
11165
11166 * register.el (insert-register): Restore accidental change on
11167 2011-06-26. (Bug#9028)
11168
7f9b7c53
GM
111692011-07-09 Glenn Morris <rgm@gnu.org>
11170
11171 * subr.el (remq): Handle the empty list. (Bug#9024)
11172
f042cfd8
AS
111732011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11174
11175 * mail/sendmail.el (send-mail-function): No longer delay custom
11176 initialization.
11177 * custom.el (custom-initialize-delay): Doc fix.
11178
856b2f11
SM
111792011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11182
afae1d68
MA
111832011-07-08 Michael Albinus <michael.albinus@gmx.de>
11184
11185 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11186 human-friendly prompt.
11187
0757af94
SM
111882011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11191 provided by a particular plugin.
11192
d760b731
LMI
111932011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11194
11195 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11196 save customizations (with "emacs -Q"), just set the variable
11197 instead of erroring out.
11198
11199 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11200
cd79ce90
JL
112012011-07-08 Juri Linkov <juri@jurta.org>
11202
11203 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11204 (archive-zip-update-case): Use 7z if found by `executable-find'.
11205 The order of searching the available programs is the same as in
11206 `archive-zip-extract' (bug#8968).
11207
14cc04aa
CY
112082011-07-07 Chong Yidong <cyd@stupidchicken.com>
11209
11210 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11211 (menu-bar-options-menu): Tweak descriptions.
11212
0a1848ec
LMI
112132011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11214
11215 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11216 menu items into verb phrases (bug#1421). Also refill to fit under
11217 80 columns.
11218
f5bd0689
CY
112192011-07-07 Chong Yidong <cyd@stupidchicken.com>
11220
538e85c6
CY
11221 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11222 (Info-read-node-name): Doc fix (Bug#1084).
11223
f5bd0689
CY
11224 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11225 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11226 (end-of-sexp, beginning-of-sexp)
11227 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11228 (forward-symbol, forward-same-syntax, word-at-point)
11229 (sentence-at-point): Doc fix (Bug#1144).
11230
56ec5115
LMI
112312011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11232
f3f8e37f
LMI
11233 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11234 should cover it (bug#1281).
11235
0757af94 11236 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11237
e9fce1ac 11238 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11239 negotiation fails, then possibly try again with a non-encrypted
11240 connection (bug#9017).
11241
56ec5115
LMI
11242 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11243 be used.
11244
c2f9aec8
RS
112452011-07-07 Richard Stallman <rms@gnu.org>
11246
11247 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11248 property, and handle its changed format.
11249 Look for the correct line number.
11250 Use file's line contents (but not past first =) to find
11251 correct line in message.
11252
ef7b981d 112532011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11254
11255 * international/characters.el (build-unicode-category-table):
11256 Delete it.
0757af94 11257 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11258
0757af94 11259 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11260 to src/chartab.c.
11261 (get-char-code-property): Call unicode-property-table-internal to
11262 load a file. Call get-unicode-property-internal where necessary.
11263 (put-char-code-property): Call unicode-property-table-internal to
11264 load a file. Call put-unicode-property-internal where necessary.
11265 put-unicode-property-internal where necessary.
0757af94
SM
11266 (char-code-property-description):
11267 Call unicode-property-table-internal to load a file.
c805dec0
KH
11268
11269 * international/charprop.el:
11270 * international/uni-bidi.el:
11271 * international/uni-category.el:
11272 * international/uni-combining.el:
11273 * international/uni-comment.el:
11274 * international/uni-decimal.el:
11275 * international/uni-decomposition.el:
11276 * international/uni-digit.el:
11277 * international/uni-lowercase.el:
11278 * international/uni-mirrored.el:
11279 * international/uni-name.el:
11280 * international/uni-numeric.el:
11281 * international/uni-old-name.el:
11282 * international/uni-titlecase.el:
11283 * international/uni-uppercase.el: Regenerate.
11284
11285 * loadup.el: Load international/charprop.el before
11286 international/characters.
11287
e14b388a
CY
112882011-07-07 Chong Yidong <cyd@stupidchicken.com>
11289
11290 * window.el (next-buffer, previous-buffer): Signal an error if
11291 called from a minibuffer window.
11292
11293 * bindings.el: Revert 2011-07-04 change.
11294
354cf0ba
RS
112952011-07-06 Richard Stallman <rms@gnu.org>
11296
11297 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11298 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11299 Treat markers like ints.
11300 (rmail-mime-entity): Doc fix.
11301
a48868a7
LMI
113022011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11303
4906cd3d
LMI
11304 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11305 defcustom again for backwards compatibility.
11306
e0457abe
LMI
11307 * simple.el (shell-command-on-region): Fill.
11308
d67f7e1f
LMI
11309 * dired-aux.el (dired-kill-line): Add a doc string.
11310
fe204702
LMI
11311 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11312 to "\\sw\\|\\s_" (bug#358).
11313
a48868a7
LMI
11314 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11315 (dired-unmark-backward): Ditto.
11316 (dired-flag-backup-files): Ditto.
11317
11318 * dired-x.el (dired-mark-sexp): Ditto.
11319
aa8a705c
RS
113202011-07-06 Richard Stallman <rms@gnu.org>
11321
11322 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11323 (rmail-mime-entity): New arg TRUNCATED.
11324 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11325 New functions.
11326 (rmail-mime-save): Warn if entity is truncated.
11327 (rmail-mime-toggle-hidden): Likewise, for showing.
11328 (rmail-mime-process-multipart): Record when an entity is truncated.
11329
a9a936b9
RS
11330 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11331 if ENTITY is a string.
11332
1f2b92cb
LMI
113332011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11334
f4f73198 11335 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11336 of faces when `M-C-x'-ing their definitions (bug#8378).
11337 Also clean up the code slightly.
f4f73198 11338
12b16734 11339 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11340 because that makes the colors go away.
12b16734 11341
f0691d22
LMI
11342 * mail/sendmail.el (send-mail-function): Change the default to
11343 `sendmail-query-once'.
9e87df06 11344 (sendmail-query-once): Add an autoload cookie.
f0691d22 11345
1f2b92cb
LMI
11346 * net/network-stream.el (network-stream-open-starttls): Try using
11347 a plain connection even if the server offered STARTTLS, and we
11348 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11349 capability. This should make smtpmail.el work in slightly more
11350 configurations.
11351
1cdd2a1b
MA
113522011-07-06 Michael Albinus <michael.albinus@gmx.de>
11353
11354 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11355 New defun.
11356 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11357
fbcc67e2
MM
113582011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11359
11360 * progmodes/sql.el: Version 3.0
0757af94 11361 (sql-product-alist): Add product :completion-object,
fbcc67e2 11362 :completion-column, and :statement attributes.
0757af94 11363 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11364 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11365 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11366 ansi keywords.
11367 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11368 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11369 (sql-oracle-show-reserved-words): New function for development.
11370 (sql-product-font-lock): Simplify for source code buffers.
11371 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11372 New functions.
11373 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11374 (sql-mode-map): Add statement movement functions.
11375 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11376 New variable.
fbcc67e2
MM
11377 (sql-statement-regexp, sql-beginning-of-statement)
11378 (sql-end-of-statement, sql-signum): New functions.
0757af94 11379 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11380 (sql-show-sqli-buffer): Bug fix.
11381 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11382 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11383 with sql-interactive-mode.
11384 (sql-save-connection): Save buffer local settings.
0757af94 11385 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11386 (sql-product-interactive): Bug fix.
11387 (sql-preoutput-hold): New variable.
11388 (sql-interactive-remove-continuation-prompt): Bug fixes.
11389 (sql-debug-redirect): New variable.
11390 (sql-str-literal): New function.
11391 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11392 Redesign.
fbcc67e2
MM
11393 (sql-oracle-save-settings, sql-oracle-restore-settings)
11394 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11395 (sql-completion-object, sql-completion-column)
11396 (sql-completion-sqlbuf): New variables.
11397 (sql-build-completions-1, sql-build-completions)
11398 (sql-try-completion): New functions.
11399 (sql-read-table-name): Use them.
11400 (sql-contains-names): New buffer local variable.
11401 (sql-list-all, sql-list-table): Use it.
11402 (sql-oracle-completion-types): New variable.
11403 (sql-oracle-completion-object, sql-sqlite-completion-object)
11404 (sql-postgres-completion-object): New functions.
11405
d4eaeab1
GM
114062011-07-06 Glenn Morris <rgm@gnu.org>
11407
11408 * window.el (pop-to-buffer): Doc fix.
11409
322b7dab 114102011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11411
11412 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11413
322b7dab 114142011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11415
322b7dab 11416 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11417
322b7dab 11418 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11419
605dd5bf
CY
114202011-07-05 Chong Yidong <cyd@stupidchicken.com>
11421
11422 * button.el (button): Inherit from link face. Suggested by Dan
11423 Nicolaescu.
11424
7dbfa719
SM
114252011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11426
3db614b0
SM
11427 * progmodes/gdb-mi.el: Fit in 80 columns.
11428 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11429 switch-to-buffer.
11430
7dbfa719
SM
11431 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11432 if imenu is simply not configured (bug#8941).
11433
919d884a
KM
114342011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11435
11436 * allout.el (allout-post-undo-hook): New allout outline-change
11437 event hook to signal undo activity.
11438 (allout-post-command-business): Run allout-post-undo-hook if an
11439 undo just occurred.
7dbfa719
SM
11440 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11441 * allout-widgets.el (allout-widgets-after-undo-function):
11442 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11443 in the vicinity of an undo.
11444 (allout-widgets-mode): Include allout-widgets-after-undo-function
11445 on the new allout-post-undo-hook.
11446
450a0f09
SM
114472011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11450 Let define-derived-mode define it.
11451 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11452 cycles of abbrev-table inheritance (bug#8998).
11453
2de69e00
RW
114542011-07-05 Roland Winkler <winkler@gnu.org>
11455
11456 * textmodes/bibtex.el: Add support for biblatex.
11457 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11458 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11459 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11460 (bibtex-entry-alist, bibtex-field-alist): New variables.
11461 (bibtex-entry-field-alist): Obsolete alias for
11462 bibtex-BibTeX-entry-alist.
11463 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11464 (bibtex-set-dialect): New command.
11465 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11466 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11467 Bind via bibtex-set-dialect.
2de69e00
RW
11468 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11469 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11470 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11471 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11472 Define via bibtex-set-dialect.
450a0f09
SM
11473 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11474 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11475 (bibtex-vec-push, bibtex-vec-incr): New functions.
11476 (bibtex-format-entry, bibtex-field-list)
11477 (bibtex-print-help-message, bibtex-validate)
11478 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11479
2dcdbdd9
SM
114802011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * progmodes/compile.el (compilation-goto-locus):
11483 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11484 * bs.el (bs-cycle-next, bs-cycle-previous):
11485 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11486 * bindings.el (mode-line-other-buffer):
11487 * autoinsert.el (auto-insert):
11488 * arc-mode.el (archive-extract):
11489 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11490
b27640fe
JB
114912011-07-05 Juanma Barranquero <lekktu@gmail.com>
11492
11493 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11494 Fix check of `emacs-lock-unlockable-modes'.
11495 Coerce true values of `emacs-lock--try-unlocking' to t.
11496
53bbe3ad
JB
114972011-07-05 Juanma Barranquero <lekktu@gmail.com>
11498
11499 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11500 * emacs-lock.el: New file.
11501
1d3cdbc7
JD
115022011-07-05 Julien Danjou <julien@danjou.info>
11503
11504 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11505 than `boundp' to check if face is set.
11506
9173deec
JB
115072011-07-05 Juanma Barranquero <lekktu@gmail.com>
11508
11509 * register.el (registerv-make):
11510 * window.el (window-min-height): Fix typos in docstrings.
11511
869795d6
JD
115122011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11513
9173deec 11514 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11515 Update doc string.
11516
b768cdcd
JB
115172011-07-04 Juanma Barranquero <lekktu@gmail.com>
11518
11519 * server.el (server-execute): Catch quit and call
11520 `server-return-error' to pass the error back to emacsclient and
11521 close the connection (bug#8942).
11522
13aa217b
KM
115232011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11524
11525 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11526 insecure exception for current topic. Also note that auto-saves
11527 are handled differently.
11528
5d3385a0 11529 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11530 State variables for tracking auto-save inhibition situation.
11531
11532 (allout-write-contents-hook-handler): Rename from
11533 'allout-write-file-hook-handler', and describe how it depends on
11534 write-contents-functions sensitivity to non-nil value to prevent
11535 file write.
11536
11537 (allout-auto-save-hook-handler): Remove. auto-save does not check
11538 this in individual buffers, only in the starting buffer, so this
11539 is not the right way for us to inhibit auto-save in a buffer
11540 according to its condition.
11541
11542 (allout-mode): Use new allout-write-contents-hook-handler, and
11543 only with write-contents-functions. Remove auto-save provisions -
11544 they're implemented elsewhere.
11545
11546 (allout-before-change-handler): If undo is in progress, note that
11547 for attention of allout-post-command-business.
11548
11549 (allout-post-command-business): If the command we're following was
11550 an undo, check for change in the status of encrypted items and
11551 adjust auto-save inhibitions accordingly.
11552
11553 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11554 according to whether there are or aren't any plain-text topics
11555 pending encryption.
11556
2dcdbdd9 11557 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11558 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11559 if there are plain-text topics pending encryption.
13aa217b
KM
11560
11561 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11562 buffer-saved-size and some allout state to not inhibit auto-saves
11563 if there are no longer any plain-text topics pending encryption.
11564
0757af94
SM
11565 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11566 No longer provide for exemption of the current topic.
13aa217b 11567
ac89b32c
JL
115682011-07-04 Juri Linkov <juri@jurta.org>
11569
11570 Add 7z operations to delete and save changed members (bug#8968).
11571 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11572 New defcustoms.
11573 (archive-7z-write-file-member): New function.
11574 (archive-7z-summarize): Fix the number of dashes in the
11575 listing output.
11576
8fa39615
SM
115772011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11578
11579 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11580 (bug#8958).
11581
2f11b3f1
CY
115822011-07-04 Chong Yidong <cyd@stupidchicken.com>
11583
d66fef2b
CY
11584 * bindings.el: Ignore next-buffer and previous-buffer in
11585 minibuffer-local-map.
11586
2f11b3f1
CY
11587 * font-lock.el (font-lock-builtin-face): Change light background
11588 color to dark slate blue (Bug#6693).
11589
f932a347
WD
115902011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11591
11592 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11593
c8af70e1
SM
115942011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11597 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11598 Add switch-to-buffer.
11599
f158badc
LMI
116002011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11601
11602 * isearch.el (isearch-search-fun-function): Clarify further the
11603 meaning of the function returned.
11604
6d95bd46
MA
116052011-07-04 Michael Albinus <michael.albinus@gmx.de>
11606
11607 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11608
11609 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11610 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11611 Use it.
11612 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11613 `tramp-default-remote-path' does not exist.
11614 (tramp-send-command-and-read): New optional argument NOERROR.
11615 (tramp-open-connection-setup-interactive-shell)
11616 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11617 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11618 (tramp-process-sentinel): Flush also process' connection property.
11619 (tramp-sh-handle-start-file-process): Do not set process
11620 sentinel. It is done now ...
11621 (tramp-maybe-open-connection): ... here. (Bug#8929)
11622
909e6b67
MK
116232011-07-04 MON KEY <monkey@sandpframing.com>
11624
11625 * play/animate.el (animate-string): Doc fixes and allow changing
11626 the buffer name (bug#5417).
11627
116282011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11629
c8af70e1 11630 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11631
f34755dc
PE
116322011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11633
396cec72
PE
11634 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11635 This is simpler and helps future-proof the code.
11636 (timer-until): Use time-subtract and float-time.
08235028 11637 (timer--time-less-p): Use time-less-p.
f34755dc 11638
56e6cc31
JB
116392011-07-04 Juanma Barranquero <lekktu@gmail.com>
11640
3abb79e5
JB
11641 * type-break.el (timep): Use the value of `float-time' to avoid a
11642 byte-compiler warning.
11643
56e6cc31
JB
11644 * server.el (server-eval-and-print): Return any result, even nil.
11645
7b9430b4
PE
116462011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11647
11648 * type-break.el: Accept time formats that the builtins accept.
11649 (timep, type-break-time-difference): Accept any format that
11650 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11651 This is simpler and helps future-proof the code.
11652 (type-break-time-difference): Round rather than ignoring
11653 subseconds components.
11654
3034e9e7
LMI
116552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11656
11657 * info.el (Info-apropos-matches): Make non-interactive, since it
11658 doesn't seem to do anything useful as a command (bug#8829).
11659
1485f4c0
CY
116602011-07-03 Chong Yidong <cyd@stupidchicken.com>
11661
11662 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11663 Move from faces.el.
1485f4c0
CY
11664 (frame-default-terminal-background): New function.
11665
11666 * custom.el (custom-push-theme): Don't record faces in `changed'
11667 theme; this doesn't work correctly for per-frame face settings.
11668 (disable-theme): Use face-set-after-frame-default to reset faces.
11669 (custom--frame-color-default): New function.
11670
9fa3dd45
LMI
116712011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11672
c8af70e1 11673 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11674 (bug#8769).
11675
6cbbc20c
KR
116762011-03-29 Kevin Ryde <user42@zip.com.au>
11677
11678 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11679 `perl-Test2' extend to match possible "fail #N" rep count
11680 (bug#8377).
11681
c7f98048
LMI
116822011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11683
65676592
LMI
11684 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11685 `smtpmail-via-smtp' now returns the error instead of nil.
11686
c7f98048
LMI
11687 * isearch.el (isearch-search-fun-function): Clarify the doc string
11688 (bug#8101).
11689
56e6cc31 116902011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11691
11692 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11693 unnecessary spaces (bug#8987).
11694
2b216704
LMI
116952011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11696
11697 * net/network-stream.el (open-network-stream): Use the
11698 :end-of-capability command thoughout.
11699
117002011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11701
11702 * net/network-stream.el (open-network-stream): Add the
11703 :end-of-capability command parameter, used by pop3.el.
11704
36adf6ce
LMI
117052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11706
1ca0da0e
LMI
11707 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11708
fc00f69c
LMI
11709 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11710 for list)" (bug#6475).
11711
28fd8759 11712 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11713 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11714 an error (bug#6297).
11715
0dd8b6da
LMI
11716 * man.el (Man-reference-regexp): Allow matching possible
11717 word-wrapped references (bug#6289).
11718
ce1438d6
LMI
11719 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11720 for consistency with the other vc buffers (bug#6197).
11721 (vc-checkin): Ditto.
11722
11723 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11724
36adf6ce
LMI
11725 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11726
e83cc1f7
LMI
117272011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11728
8a20ca4c
LMI
11729 * custom.el (defcustom): Clarify that :set is only used in the
11730 Customize user interface (bug#6089).
11731
83319045
LMI
11732 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11733 associated with a file, refuse to run instead of erroring out
11734 (bug#6084).
11735
a8392169
LMI
11736 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11737 the doc string, since it appears that using `fill-column' always
11738 controls the width (bug#7845).
11739
e83cc1f7
LMI
11740 * simple.el (shell-command-on-region): Say where the error output
11741 went if `shell-command-default-error-buffer' is set (bug#6857).
11742
e47ca23b
KM
117432011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11744
11745 * allout.el (allout-yank-processing): Adjust cursor position for
11746 backwards-deleted space.
11747
11748 (allout-rebullet-heading): Register changes with
11749 allout-exposure-changed-hook, so the modified topic is properly
11750 decorated.
11751
5cf56143
LMI
117522011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11753
08549772
LMI
11754 * minibuffer.el (completion-in-region): Document PREDICATE
11755 (bug#7136).
11756
48e96771
LMI
11757 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11758 of keyword/argument pairs (bug#6904).
11759
c8af70e1
SM
11760 * replace.el (multi-occur):
11761 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11762
e17d05e2
LMI
117632011-07-02 Drew Adams <drew.adams@oracle.com>
11764
11765 * dired.el (dired-mark-if): Make the message about whether it's
11766 marking or unmarking clearer (bug#8523).
11767
063b0e45
LMI
117682011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11769
11770 * disp-table.el (display-table-print-array): New function.
11771 (describe-display-table): Use it to print the vectors more pretty
11772 (Bug#8859).
11773
28545e04
MR
117742011-07-02 Martin Rudalics <rudalics@gmx.at>
11775
11776 * window.el (window-state-get-1): Don't assign clone numbers.
11777 Add clone-of item to list of window parameters.
11778 (window-state-put-2): Don't process clone numbers.
11779 (display-buffer-alist): Fix doc-string.
11780
3349e122
SM
117812011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * subr.el (remq): Don't allocate if it's not needed.
11784 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11785 (keymap--merge-bindings): New functions.
11786 (keymap-canonicalize): Use them to refine the canonicalization.
11787 * minibuffer.el (minibuffer-local-completion-map)
11788 (minibuffer-local-must-match-map): Move initialization from C.
11789 (minibuffer-local-filename-completion-map): Move initialization from C;
11790 don't inherit from anything here.
11791 (minibuffer-local-filename-must-match-map): Make obsolete.
11792 (completing-read-default): Use make-composed-keymap to combine
11793 minibuffer-local-filename-completion-map with either
11794 minibuffer-local-must-match-map or
11795 minibuffer-local-filename-completion-map.
11796
d224ac83
GM
117972011-07-01 Glenn Morris <rgm@gnu.org>
11798
3de63bf8
GM
11799 * type-break.el (type-break-time-sum): Use dolist.
11800
d224ac83
GM
11801 * textmodes/flyspell.el (flyspell-word-search-backward):
11802 Replace CL function.
11803
1a1e3f32
SM
118042011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11805
fe3f64d5
SM
11806 * mouse.el (mouse--strip-first-event): New function.
11807 (function-key-map): Use it to map fringe clicks to normal clicks
11808 by default.
11809
eb604e34
SM
11810 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11811 (vc-bzr-revision-completion-table): Add support for annotate and date.
11812
1a1e3f32
SM
11813 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11814 inherit from parent.
11815
5bd35902
LMI
118162011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11817
ace6c69c 11818 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11819 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11820
191e2bed
LMI
11821 * dired.el (dired-mode): Fix up the doc string as suggested by
11822 Drew Adams (bug#8817).
11823
5bd35902
LMI
11824 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11825 cookie, since the manual says that it should be possible to add
11826 this function to `find-file-hook' (bug#8709).
11827
eee8207a
TZ
118282011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11829
11830 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11831 here. Noted Ted Zlatanov as the maintainer.
11832 (cfengine-common-settings, cfengine-common-syntax): New functions
11833 to set up common things between `cfengine-mode' and
11834 `cfengine3-mode'.
11835 (cfengine3-mode): New mode.
11836 (cfengine3-defuns cfengine3-defuns-regex
11837 (cfengine3-class-selector-regex cfengine3-category-regex)
11838 (cfengine3-vartypes cfengine3-font-lock-keywords)
11839 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11840 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11841
36b148cf
MA
118422011-07-01 Michael Albinus <michael.albinus@gmx.de>
11843
11844 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11845
11846 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11847
0bf4ba9a
MR
118482011-07-01 Martin Rudalics <rudalics@gmx.at>
11849
11850 * window.el (same-window-buffer-names, same-window-regexps)
11851 (same-window-p, special-display-frame-alist)
11852 (special-display-popup-frame, special-display-function)
11853 (special-display-buffer-names, special-display-regexps)
11854 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11855 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11856 (split-window-preferred-function, split-height-threshold)
11857 (split-width-threshold, even-window-heights)
11858 (display-buffer-mark-dedicated, window-splittable-p)
11859 (split-window-sensibly, window-safely-shrinkable-p):
11860 Un-obsolete.
11861 (display-buffer): Don't spread args with function specifier
11862 because special-display-popup-frame won't like it.
11863
35837f51
PE
118642011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11865
d0672f86
PE
11866 Time-stamp simplifications and fixes.
11867 These improve accuracy slightly, and future-proof the code
11868 against some potential changes to current-time format.
11869
b9444d97
PE
11870 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11871 by using time-since and float-time.
11872
0ef923dc
PE
11873 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11874 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11875 + NNN microseconds".
11876
2f81380d
PE
11877 * type-break.el (type-break-time-sum): Rewrite using time-add.
11878
845b5c3e
PE
11879 * play/hanoi.el (hanoi-current-time-float): Remove.
11880 All uses replaced by float-time.
11881
ee6f1be0
PE
11882 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11883 This yields a more-accurate answer.
11884 (rng-time-to-float): Remove; no longer needed.
11885
fe955043
PE
11886 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11887
5777162a
PE
11888 * calendar/timeclock.el (timeclock-seconds-to-time):
11889 Defalias to seconds-to-time, since they're the same thing.
11890
3103f8b6 11891 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11892 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11893 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11894
0e61a35f
SM
118952011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11896
11897 * window.el (bury-buffer): Don't iconify the only frame.
11898 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11899 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11900
ddd63a1e
CY
119012011-07-01 Chong Yidong <cyd@stupidchicken.com>
11902
0e61a35f
SM
11903 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11904 Add mouse-yank-primary.
ddd63a1e 11905
055f4923
TZ
119062011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11907
11908 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11909
6a2fb145
SM
119102011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11911
11912 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11913 (find-library-name): Use it to find relative load names when provided
11914 absolute file name (bug#8803).
11915
fd4983f2
LMI
119162011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11917
887d14ad
LMI
11918 * textmodes/flyspell.el (flyspell-word): Consider words that
11919 differ only in case as potential doublons (bug#5687).
11920
c53dc7fc
LMI
11921 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11922 Remove two rather uninteresting debugging-like messages to make
11923 debbugs.el more silent.
11924
fd4983f2
LMI
11925 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11926 a password-like phrase.
11927
7a71b18d 119282011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11929
11930 * progmodes/cc-guess.el: New file.
11931
6a2fb145 11932 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11933
11934 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11935 derived from `c-basic-common-init'.
11936
11937 * progmodes/cc-mode.el (top-level): Require cc-guess.
11938 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11939
1fa280a3
LM
119402011-06-30 Lawrence Mitchell <wence@gmx.li>
11941
11942 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11943
e6597158
AM
119442011-06-30 Alan Mackenzie <acm@muc.de>
11945
1fa280a3
LM
11946 * progmodes/cc-engine.el (c-guess-continued-construct):
11947 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11948 lock is disabled. Name this case as "CASE G".
11949
68ba37fb
KM
119502011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11951
11952 * allout.el (allout-yank-processing): Fix injection of extra space
11953 between bullet and non-whitespace character in first topic when
11954 pasting, ensuring that the actual spacing in the pasted topic
11955 following the bullet char is preserved. This extra space was
11956 causing pasted encrypted topics to get a decrypted status even
11957 when the content was actually still encrypted. Now the decryption
11958 status from before the paste is preserved.
11959
11960 (allout-flag-region): Set all allout overlays so they evaporate
11961 when reduced to zero length (evanescent), to prevent overlay
11962 leakage.
11963
887a0b34
GM
119642011-06-30 Glenn Morris <rgm@gnu.org>
11965
94b9acce
GM
11966 * w32-fns.el (w32-charset-info-alist): Declare.
11967
1d9b46d4
GM
11968 * find-dired.el (find-grep-options): Simplify.
11969
cc232200
GM
11970 * term/ns-win.el (ns-set-resource): Declare.
11971
28e77c46
GM
11972 * ses.el (row, col): Declare dynamic variables honestly.
11973
887a0b34
GM
11974 * textmodes/reftex-parse.el (index-tags): Declare.
11975
658d8eb8
CY
119762011-06-30 Chong Yidong <cyd@stupidchicken.com>
11977
11978 * cus-edit.el (customize-push-and-save): New function.
11979
11980 * files.el (hack-local-variables-confirm): Use it.
11981
1fa280a3
LM
11982 * custom.el (load-theme): New arg NO-CONFIRM.
11983 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11984 (custom-enabled-themes): Doc fix.
11985
11986 * cus-theme.el (customize-create-theme)
11987 (custom-theme-merge-theme): Callers to load-theme changed.
11988
bb617717
LMI
119892011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11990
d61bdd5d
LMI
11991 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11992 short URLs have at least one dot in them (bug #7614).
11993
bb617717
LMI
11994 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11995 nil, because using a pty is apparently too slow (bug #895).
11996
2f31f37a
LMI
119972011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11998
11999 * mail/sendmail.el (sendmail-query-once): New function.
12000 (sendmail-query-once-function): New variable.
12001
3076b24e
GM
120022011-06-29 Glenn Morris <rgm@gnu.org>
12003
faf2a174
GM
12004 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12005
3076b24e
GM
12006 * ses.el (top-level): Require cl when compiling.
12007 (ses-set-localvars): Fix error statement.
12008 Call it at compile time to silence a storm of warnings.
12009
5386012d
MR
120102011-06-29 Martin Rudalics <rudalics@gmx.at>
12011
12012 * window.el (normalize-live-buffer): Rename to
12013 window-normalize-buffer.
12014 (normalize-live-frame): Rename to window-normalize-frame.
12015 (normalize-any-window): Rename to window-normalize-any-window.
12016 (normalize-live-window): Rename to window-normalize-live-window.
12017 (make-window-atom): Rename to window-make-atom.
12018 (window-resize-reset): Rename to window--resize-reset.
12019 (window-resize-reset-1): Rename to window--resize-reset-1.
12020 (resize-mini-window): Rename to window--resize-mini-window.
12021 (resize-subwindows-skip-p): Rename to
12022 window--resize-subwindows-skip-p.
12023 (resize-subwindows-normal): Rename to
12024 window--resize-subwindows-normal.
12025 (resize-subwindows): Rename to window--resize-subwindows.
12026 (resize-other-windows): Rename to window--resize-siblings.
12027 (resize-this-window): Rename to window--resize-this-window.
12028 (resize-root-window): Rename to window--resize-root-window.
12029 (resize-root-window-vertically): Rename to
12030 window--resize-root-window-vertically.
12031 (normalize-buffer-to-display): Rename to
12032 window-normalize-buffer-to-display.
12033 (normalize-buffer-to-switch-to): Rename to
12034 window-normalize-buffer-to-switch-to.
12035 Correspondingly update all callers of the functions listed
12036 above.
12037 (display-buffer-alist, display-buffer-normalize-arguments)
12038 (display-buffer-normalize-options, display-buffer)
12039 (display-buffer-alist-set): Use "function" instead of
12040 "fun-with-args".
12041
1176868d
CY
120422011-06-28 Chong Yidong <cyd@stupidchicken.com>
12043
12044 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12045 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12046 debbugs.gnu.org. Mention acknowledgment email.
12047
20a7a65f
LMI
120482011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12049
12050 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12051 buffer multibyteness, since it shouldn't matter.
12052
5f45cca5
MR
120532011-06-28 Martin Rudalics <rudalics@gmx.at>
12054
12055 * window.el (display-buffer-in-side-window): Handle dedicated
12056 windows as in display-buffer-reuse-window.
12057 (display-buffer-normalize-alist): Use value of override
12058 specifier.
12059 (display-buffer-normalize-specifiers): Use value of
12060 other-window-means-other-frame specifier.
12061 (display-buffer-alist): Rewrite some texts in widgets.
12062 (display-buffer): Spread arguments when calling function
12063 specified by fun-with-args.
12064
ad85fe1f
DD
120652011-06-28 Deniz Dogan <deniz@dogan.se>
12066
1fa280a3
LM
12067 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12068 Unnest `let'.
da68c4c8 12069
ad85fe1f
DD
12070 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12071 selectors (Bug#5732).
ec49bd31 12072 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12073
a08cc025
JA
120742011-06-27 Jari Aalto <jari.aalto@cante.net>
12075
12076 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12077 (eshell-ls-date-format): New defcustom.
12078 (eshell-ls-file): Use it.
12079
e2b551c5
SM
120802011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12081
12082 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12083
8982b231
KY
120842011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12085
12086 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12087 (ange-ftp-make-tmp-name): New arg.
12088 (ange-ftp-file-local-copy): Use it.
12089
36c9fa27
J
120902011-06-27 Jambunathan K <kjambunathan@gmail.com>
12091
12092 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12093 no-conversion (Bug#8870).
12094
d68443dc
MR
120952011-06-27 Martin Rudalics <rudalics@gmx.at>
12096
12097 * window.el (window-right, window-left, window-child)
12098 (window-child-count, window-last-child)
12099 (window-iso-combination-p, walk-window-tree-1)
12100 (window-atom-check-1, window-tree-1, delete-window)
12101 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12102 new naming conventions - window-vchild, window-hchild,
12103 window-next and window-prev are now called window-top-child,
12104 window-left-child, window-next-sibling and window-prev-sibling
12105 respectively.
d615d6d2
MR
12106 (resize-window-reset): Rename to window-resize-reset.
12107 (resize-window-reset-1): Rename to window-resize-reset-1.
12108 (resize-window): Rename to window-resize.
12109 (window-min-height, window-min-width)
12110 (resize-mini-window, resize-this-window, resize-root-window)
12111 (resize-root-window-vertically, adjust-window-trailing-edge)
12112 (enlarge-window, shrink-window, maximize-window)
12113 (minimize-window, delete-window, quit-restore-window)
12114 (split-window, balance-windows, balance-windows-area-adjust)
12115 (balance-windows-area, window-state-put-2)
12116 (display-buffer-even-window-sizes, display-buffer-set-height)
12117 (display-buffer-set-width, set-window-text-height)
12118 (fit-window-to-buffer): Rename all "resize-window" prefixed
12119 calls to use the "window-resize" prefix convention.
12120 (display-buffer-alist): Fix symbol for label specifier.
12121 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12122 corresponding specifier.
12123 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12124
b6458526
VB
121252011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12126
12127 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12128 convention.
12129 (ses-call-printer): Does not pass an empty string to formatter when the
12130 cell is empty to keep from barking printer Calc math-format-value.
12131
d31fd9ac
RS
121322011-06-27 Richard Stallman <rms@gnu.org>
12133
43d5bf84
RS
12134 * battery.el (battery-mode-line-limit): New variable.
12135 (battery-update): Handle it.
12136
d31fd9ac
RS
12137 * mail/rmailmm.el (rmail-mime-process-multipart):
12138 Handle truncated messages.
12139
819a6054
GM
121402011-06-27 Glenn Morris <rgm@gnu.org>
12141
12142 * progmodes/flymake.el (flymake-err-line-patterns):
12143 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12144
cedc73f2
VB
121452011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12146
819a6054 12147 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12148 (ses--clean-!, ses--clean-_): New functions.
12149 (ses-range): Add configurability of readout order, and conversion
12150 to Calc vector.
12151
5e5d49b6
VB
12152 * ses.el (ses-repair-cell-reference-all): New function.
12153 (ses-cell-symbol): Set macro as safe, so that it can be used in
12154 formulas.
12155
56e6cc31 12156 * ses.el: Update cycle detection algorithm.
90ca8b49 12157 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12158 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12159 (ses-set-localvars): New function.
12160 (ses-make-cell): Add property-list as a cell element.
12161 (ses-cell-property-get-fun, ses-cell-property-get)
12162 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12163 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12164 New functions.
90ca8b49
VB
12165 (ses-cell-property-set, ses-cell-property-pop)
12166 (ses-cell-property-get-handle): New macro.
12167 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12168 New aliases, used for code readability.
12169 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12170 cycle detection.
12171 (ses-self-reference-early-detection): New defcustom.
fac916bf 12172 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12173 (ses-mode): Use ses-set-localvars.
12174 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12175 before lauching the update processing.
12176 (ses-initialize-Dijkstra-attempt): New function.
12177 (ses-recalculate-cell): Update for cycle detection based on
12178 Dijkstra algorithm.
12179
2bb63e81
VB
12180 * ses.el: Fix commenting and indenting convention.
12181
c9d29fb8
SM
121822011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * bs.el (bs-cycle-next): Complete last change.
12185
d8e4b68b
JB
121862011-06-27 Drew Adams <drew.adams@oracle.com>
12187
12188 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12189
40098786
LMI
121902011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12191
c9d29fb8
SM
12192 * net/network-stream.el (network-stream-open-starttls):
12193 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12194 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12195
40098786
LMI
12196 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12197 to binary to possibly avoid line encoding issues on Windows (among
12198 other things).
12199
468d09d4
LMI
122002011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12201
12202 * net/network-stream.el (open-network-stream): Return an :error
12203 saying what the problem was, if possible.
12204
12205 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12206 server.
12207
12208 * net/network-stream.el (network-stream-open-starttls): If we
12209 wanted to use STARTTLS, and the server offered it, but we weren't
12210 able to because we had no STARTTLS support, then close the connection.
12211 (open-network-stream): Return an :error element, if present.
12212
16f07dd7
CY
122132011-06-26 Chong Yidong <cyd@stupidchicken.com>
12214
88821ca0
CY
12215 * hl-line.el (hl-line-sticky-flag): Doc fix.
12216 (global-hl-line-sticky-flag): New option (Bug#8323).
12217 (global-hl-line-highlight): Obey it.
12218
16f07dd7
CY
12219 * vc/vc.el (vc-revert-show-diff): Default to t.
12220
6b5ccddf
KM
122212011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12222
c9d29fb8
SM
12223 * allout-widgets.el (allout-widgets-post-command-business):
12224 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12225 undecorated when an isearch is continued past, and isearch
12226 automatically collapses them. This leads to "widget leaks", where
12227 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12228 hidden widgets can slow down cursor travel, substantially.
12229 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12230 so we're doing without this nicety.
12231
12232 (allout-widgets-tally-string): Don't try to do a hash-table-count
12233 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12234 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12235 *Messages* when allout-widgets-maintain-tally is t.
12236
355f2e07
MR
122372011-06-26 Martin Rudalics <rudalics@gmx.at>
12238
12239 * window.el (display-buffer-normalize-argument): Rename to
12240 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12241 LABEL argument. Respect special-display-function when popping up
12242 a new frame. Fix code searching for a window showing the buffer
12243 on another frame.
c9d29fb8
SM
12244 (display-buffer-normalize-specifiers):
12245 Call display-buffer-normalize-arguments.
355f2e07
MR
12246 (display-buffer-in-window): Don't undedicate the window if its
12247 buffer remains the same.
12248 Reported by Drew Adams <drew.adams@oracle.com>.
12249 (display-buffer-alist): Add choice for same-window macro
12250 specfier.
12251 (display-buffer): Mention special meaning of LABEL argument in
12252 doc-string. Fix quoting. Don't pop up a new frame even as
12253 fallback.
12254
7ca8fc42
JB
122552011-06-26 Juanma Barranquero <lekktu@gmail.com>
12256
12257 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12258 avoid deleting the current window in some cases (bug#8911).
12259
bc312254
AS
122602011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12261
12262 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12263 (Bug#8934)
12264
2db18f3f
LMI
122652011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12266
c9d29fb8
SM
12267 * net/network-stream.el (network-stream-open-starttls):
12268 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12269 (network-stream-open-tls): Ditto.
12270
6302e0d3
LL
122712011-06-26 Leo Liu <sdl.web@gmail.com>
12272
12273 * register.el (registerv): New struct.
12274 (registerv-make): New function.
c9d29fb8
SM
12275 (jump-to-register, describe-register-1, insert-register):
12276 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12277 struct. (Bug#8415)
12278
5fdd4046
CY
122792011-06-26 Chong Yidong <cyd@stupidchicken.com>
12280
2afef60a
CY
12281 * vc/vc.el (vc-revert-show-diff): New defcustom.
12282 (vc-diff-internal): New arg specifying diff buffer.
12283 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12284 reuse an existing *vc-diff* buffer (Bug#8927).
12285
5fdd4046
CY
12286 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12287
e93db24a
GM
122882011-06-26 Glenn Morris <rgm@gnu.org>
12289
12290 * progmodes/f90.el (f90-critical-indent): New option.
12291 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12292 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12293 (f90-mode): Doc fix.
12294 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12295 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12296 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12297 (f90-match-end): Handle block, critical.
12298
eefff499
GM
122992011-06-25 Glenn Morris <rgm@gnu.org>
12300
f6ba4cc9
GM
12301 * calendar/diary-lib.el (diary-included-files): Doc fix.
12302 (diary-include-files): New function, extracted from
12303 diary-include-other-diary-files and diary-mark-included-diary-files.
12304 (diary-include-other-diary-files, diary-mark-included-diary-files):
12305 Just call diary-include-files.
12306 (diary-mark-entries): Reset diary-included-files on first call.
12307
16712304
GM
12308 * calendar/diary-lib.el (diary-mark-entries)
12309 (diary-mark-included-diary-files):
12310 Visit included diary-files in temp buffers.
12311
5d8e0d43
GM
12312 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12313 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12314 (f90-start-block-re, f90-imenu-generic-expression)
12315 (f90-looking-at-program-block-start, f90-no-block-limit):
12316 Add support for submodules.
12317
ccf7a5d5
GM
12318 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12319 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12320
11fdef7d 123212011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12322
12323 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12324 buffer-file-type before setting its value, to avoid disastrous
eefff499 12325 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12326
74f53697
JB
123272011-06-25 Juanma Barranquero <lekktu@gmail.com>
12328
12329 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12330
12331 * ses.el (ses-unload-function):
12332 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12333
12334 * proced.el (proced-unload-function):
12335 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12336
18a4ce5e
AR
123372011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12338
12339 * server.el (server-create-window-system-frame): Add parameters arg.
12340 (server-process-filter): Doc fix. Handle frame-parameters.
12341
519d22cc
JB
123422011-06-25 Juanma Barranquero <lekktu@gmail.com>
12343
12344 Fix bug#8730, bug#8781.
12345
12346 * loadhist.el (unload--set-major-mode): New function.
12347 (unload-feature): Use it.
12348
12349 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12350 (python-unload-function): New function.
12351
c206f5b0
SM
123522011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12353
12354 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12355
f9ad64f3
GS
123562011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12357
12358 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12359 the candidates list.
12360
7d0da90e
JB
123612011-06-24 Juanma Barranquero <lekktu@gmail.com>
12362
12363 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12364
14b4e83d
RS
123652011-06-23 Richard Stallman <rms@gnu.org>
12366
12367 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12368 (rmail-variables): Set next-error-move-function.
12369 (rmail-what-message): Take argument POS.
12370 (rmail-next-error-move): New function.
12371
273d2baf
SM
123722011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12375 messages for adjacent non-terminals.
12376
56c2cc9a
RS
123772011-06-23 Richard Stallman <rms@gnu.org>
12378
12379 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12380 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12381 (rmail-start-mail): Don't specify use of rmail-mail-return;
12382 that's done by mail-bury now.
12383 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12384
d59eb518
MA
123852011-06-23 Michael Albinus <michael.albinus@gmx.de>
12386
12387 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12388 SIZE is a number.
12389
02cfc6d6
MR
123902011-06-23 Martin Rudalics <rudalics@gmx.at>
12391
12392 * window.el (get-lru-window, get-mru-window)
12393 (get-largest-window): Never return a minibuffer window.
12394 (display-buffer-pop-up-window): Fix a bug that could lead to
12395 reusing the minibuffer window.
12396 (display-buffer): Pass original specifier argument to
12397 display-buffer-function instead of the normalized one.
12398 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12399
4e323265
LL
124002011-06-22 Leo Liu <sdl.web@gmail.com>
12401
12402 * minibuffer.el (completing-read-function)
12403 (completing-read-default): Move from minibuf.c
12404
7a70468f
RS
124052011-06-22 Richard Stallman <rms@gnu.org>
12406
50718fc2
RS
12407 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12408 to Rmail even if not started by a special Rmail command.
12409
7a70468f
RS
12410 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12411 Copy the buffer currently showing just one message.
12412
297dde5a
RW
124132011-06-22 Roland Winkler <winkler@gnu.org>
12414
12415 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12416 (bibtex-clean-entry): First delete the old key so that a
12417 customized algorithm for generating the new key does not get
12418 confused by the old key.
12419 (bibtex-url): Obey regexp of first step.
12420 (bibtex-search-entries): Do not use add-to-list with local
12421 list-var.
12422
97bb1093
LMI
124232011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12424
12425 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12426 stored a user name, then query for the password first, instead of
12427 waiting for SMTP to give an error message and the trying again.
12428
1c0f1a19
JD
124292011-06-22 Lawrence Mitchell <wence@gmx.li>
12430
12431 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12432 BUFFER in call-process.
12433
396f7c9d
LMI
124342011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12435
12436 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12437 QUIT twice.
ddb7ffee
LMI
12438 (smtpmail-try-auth-methods): Require user name and password from
12439 auth-source.
396f7c9d 12440
8998d1b3
MR
124412011-06-22 Martin Rudalics <rudalics@gmx.at>
12442
12443 * window.el (display-buffer-default-specifiers)
12444 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12445 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12446 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12447
12448 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12449 (special-display-frame-alist, special-display-popup-frame):
12450 Remove duplicate declarations. These are now in window.el.
12451
4ea31e07
LMI
124522011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12453
c9d29fb8
SM
12454 * mail/smtpmail.el (smtpmail-via-smtp):
12455 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12456 server supports it. SMTP servers that support STARTTLS commonly
12457 require it.
12458
12459 * net/network-stream.el (network-stream-open-starttls): Support
12460 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12461 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12462
95f41d9a
LMI
12463 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12464 upgrades with `open-network-stream', and rely solely on
12465 auth-source for all credentials. Big changes throughout the file,
12466 but in particular:
c9d29fb8
SM
12467 (smtpmail-auth-credentials): Remove.
12468 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12469 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12470 MAIL FROM, too.
95f41d9a 12471
c9d29fb8
SM
12472 * net/network-stream.el (network-stream-open-starttls):
12473 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12474 STARTTLS.
12475 (auth-source): Require.
12476 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12477 (network-stream-certificate): Change cert-cert to cert and
12478 cert-key to key.
4ea31e07 12479
065ec2c7
MA
124802011-06-21 Michael Albinus <michael.albinus@gmx.de>
12481
12482 * net/tramp-cache.el (top): Don't load the persistency file when
12483 "emacs -Q" has been called.
12484
cd93b359
DR
124852011-06-21 Tim Harper <timcharper@gmail.com>
12486
d8e4b68b
JB
12487 * term/ns-win.el (ns-initialize-window-system):
12488 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12489 resource to NO as it is not yet supported by the NS port.
12490
ae9c0411
JB
124912011-06-21 Juanma Barranquero <lekktu@gmail.com>
12492
12493 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12494 (list-dynamic-libraries): ...not here.
12495
7f3f739f
LL
124962011-06-21 Leo Liu <sdl.web@gmail.com>
12497
12498 * subr.el (sha1): Implement sha1 using secure-hash.
12499
327c8fb1
MR
125002011-06-21 Martin Rudalics <rudalics@gmx.at>
12501
12502 * window.el (display-buffer-alist): In default value do not
12503 enforce searching a window on any but the selected frame.
12504 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12505 (display-buffer-select-window): Remove function.
12506 (display-buffer-in-window): When a window on another frame gets
12507 reused, do not select it any more but just raise its frame if
12508 necessary (Bug#8851) and (Bug#8856).
12509 (display-buffer-normalize-options): Handle pop-up-frames related
12510 options more faithfully.
12511 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12512 window if it is on another frame.
c9d29fb8
SM
12513 (display-buffer-alist, display-buffer-default-specifiers):
12514 Don't make new frame unsplittable by default.
9e9de014
MR
12515 (display-buffer-normalize-argument): Fix doc-string typo and use
12516 'same-frame-other-window instead of 'other-window when associating
12517 with display-buffer-macro-specifiers.
327c8fb1 12518
7cf3f556
VB
125192011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12520
12521 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12522 New functions.
12523 (5x5-mode-map, 5x5-mode-menu): Bind them.
12524 (5x5-draw-grid): Tweak the solver's rendering.
12525
60a406cf
SM
125262011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12529 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12530
d8e4b68b 125312011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12532
12533 * menu-bar.el: Use function variable instead of switch-to-buffer.
12534 (menu-bar-select-buffer-function): New variable.
60a406cf 12535 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12536
478d6f95
SM
125372011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12540 variable's status.
12541
ca530739
JD
125422011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12543
12544 * x-dnd.el (x-dnd-version-from-flags)
12545 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12546 and long as number (Bug#8899).
12547 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12548
bcd70d97
SM
125492011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12550
60a406cf 12551 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12552 (completion-try-completion, completion-all-completions): Compute the
12553 metadata argument if it's missing; make it optional (bug#8795).
12554
60a406cf 12555 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12556 (widget-complete): Use new :completion-function property.
12557 (widget-completions-at-point): New function.
12558 (default): Use :completion-function instead of :complete.
60a406cf
SM
12559 (widget-default-completions): Rename from widget-default-complete;
12560 Rewrite.
bcd70d97
SM
12561 (widget-string-complete, widget-file-complete, widget-color-complete):
12562 Remove functions.
12563 (file, symbol, function, variable, coding-system, color):
12564 * international/mule-cmds.el (default-input-method, charset)
12565 (language-info-custom-alist):
12566 * cus-edit.el (face): Use new property :completions.
12567
12568 * progmodes/pascal.el (pascal-completions-at-point): New function.
12569 (pascal-mode): Use it.
12570 (pascal-mode-map): Use completion-at-point.
12571 (pascal-toggle-completions): Make obsolete.
12572 (pascal-complete-word, pascal-show-completions):
12573 * progmodes/octave-mod.el (octave-complete-symbol):
12574 Redefine as obsolete alias.
12575 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12576 Signal absence of completion info for old Octave,
12577 (inferior-octave-complete): Redefine as obsolete alias.
12578 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12579 (meta-completions-at-point): Rename from meta-complete-symbol and
12580 adapt it for use on completion-at-point-functions.
12581 (meta-common-mode): Use it.
12582 (meta-looking-at-backward, meta-match-buffer): Remove.
12583 (meta-complete-symbol): Redefine as obsolete alias.
12584 (meta-common-mode-map): Use completion-at-point.
12585 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12586 (makefile-mode-map): Use completion-at-point.
12587 (makefile-completions-at-point): Rename from makefile-complete and
12588 adapt it for use on completion-at-point-functions.
12589 (makefile-mode): Use it.
12590 (makefile-complete): Redefine as obsolete alias.
12591
aebf69c8
DD
125922011-06-20 Deniz Dogan <deniz@dogan.se>
12593
12594 * net/rcirc.el: Delete trailing whitespaces once and for all.
12595
bfbbb27d
DC
125962011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12597
12598 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12599
d264a46b
CY
126002011-06-19 Chong Yidong <cyd@stupidchicken.com>
12601
4ca009e5
CY
12602 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12603
d264a46b
CY
12604 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12605
fbf5b3ce
MR
126062011-06-19 Martin Rudalics <rudalics@gmx.at>
12607
12608 * window.el (display-buffer-other-window-means-other-frame):
12609 Call display-buffer-normalize-alist.
12610 (display-buffer-normalize-specifiers-1): Rename to
12611 display-buffer-normalize-argument. New argument other-frame.
12612 Rewrite.
12613 (display-buffer-normalize-specifiers-2): Rename to
12614 display-buffer-normalize-options.
12615 (display-buffer-normalize-alist-1): New function.
12616 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12617 display-buffer-normalize-alist.
12618 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12619 (display-buffer-normalize-options-inhibit): New variable.
12620 (display-buffer-normalize-specifiers): Rewrite calling
12621 display-buffer-normalize-alist,
12622 display-buffer-normalize-argument, and
12623 display-buffer-normalize-options. Don't call the latter if
12624 display-buffer-normalize-options-inhibit is non-nil.
12625 (frame-auto-delete): New option.
12626 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12627 (window-list-no-nils, window-state-ignored-parameters)
12628 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12629 (window-state-put-1, window-state-put-2, window-state-put):
12630 New functions.
9a028c23
MR
12631 (display-buffer-normalize-options): Move special-display-p group
12632 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12633
6d10d800
CY
126342011-06-18 Chong Yidong <cyd@stupidchicken.com>
12635
6420d28b
CY
12636 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12637 groups (Bug#8776).
12638 (rx-submatch-n): New function.
12639 (rx): Document it.
12640
ddb8b596
CY
12641 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12642 (Bug#8768).
12643
12644 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12645
77080289
CY
12646 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12647
61dfb316
CY
12648 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12649 anytime existing face settings are present (Bug#8889).
12650
6d10d800
CY
12651 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12652 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12653 Remove unused argument.
12654
be3fb2b8
MR
126552011-06-18 Martin Rudalics <rudalics@gmx.at>
12656
bcd70d97
SM
12657 * window.el (display-buffer-default-specifiers):
12658 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12659 pop-up-window-min-width, and another reuse-window specifier
12660 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12661 (display-buffer-normalize-specifiers-2):
12662 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12663 pop-up-windows is unset. Add a reuse-window specifier for the
12664 case popping up a new window fails.
12665 (special-display-popup-frame): Remove double quoting.
28dec25a 12666 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12667
1c6d8c76
SM
126682011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12669
12670 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12671 according to comint-completion-addsuffix.
12672
12673 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12674 (pcomplete-suffix-list): Mark as obsolete.
12675 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12676 pcomplete-seen in the closure.
12677 (pcomplete-comint-setup): Setup completion-at-point as well.
12678 (pcomplete--entries): New function.
12679 (pcomplete--env-regexp): New var.
12680 (pcomplete-entries): Rewrite to work with partial-completion and
12681 without relying on pcomplete-suffix-list.
12682 (pcomplete-pare-list): Remove, unused.
12683
25aef8b8
MR
126842011-06-17 Martin Rudalics <rudalics@gmx.at>
12685
12686 * window.el (display-buffer-alist): Set pop-up-window-min-height
12687 and pop-up-window-min-width in default value. Reported by
12688 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12689 other-window-means-other-frame.
12690 (display-buffer-macro-specifiers): Comment out entry for
12691 other-window specifier.
12692 (display-buffer-other-window-means-other-frame): New function.
12693 (display-buffer-normalize-specifiers-1): New arguments
12694 buffer-name and label. Treat other-window case specially.
12695 (display-buffer-normalize-specifiers-2): Treat other-window case
12696 specially.
12697 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12698 (display-buffer-normalize-specifiers):
12699 Call display-buffer-normalize-specifiers-3.
25aef8b8 12700
dbad4f69
MR
127012011-06-17 Martin Rudalics <rudalics@gmx.at>
12702
12703 * window.el (same-window-p): Fix two typos introduced when
12704 adding with-no-warnings.
d1067961
MR
12705 (display-buffer-normalize-specifiers-1): Don't check
12706 pop-up-frames for 'unset initialization.
12707 (display-buffer-normalize-specifiers-2): Major rewrite using
12708 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12709 (pop-up-frames, display-buffer-reuse-frames)
12710 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12711 Suggested by David Engster <deng@randomsample.de>.
12712 (even-window-heights): Initialize to 'unset.
12713 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12714 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12715 other window case.
dbad4f69 12716
9b9c9e3a
MR
127172011-06-16 Martin Rudalics <rudalics@gmx.at>
12718
bcd70d97
SM
12719 * window.el (display-buffer-normalize-specifiers-1):
12720 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12721 second argument of display-buffer (Bug#8865).
981d5c09
MR
12722 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12723 (switch-to-buffer-other-window-same-frame)
12724 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12725 Adams (Bug#8875).
9c2755e9
MR
12726 (display-buffer): Don't check noninteractive when calling
12727 display-buffer-pop-up-frame.
12728 (display-buffer-pop-up-frame): Never pop up a frame in
12729 noninteractive mode (Bug#8857).
67222e1d
MR
12730 (enlarge-window, shrink-window): Don't report an error when the
12731 window can't be resized as requested (Bug#8862).
9b9c9e3a 12732
2b75be67
SM
127332011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12734
9ffdd3ba
SM
12735 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12736
cb581a67
SM
12737 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12738
2b75be67
SM
12739 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12740
8c0e3589
AM
127412011-06-15 Alan Mackenzie <acm@muc.de>
12742
cb581a67
SM
12743 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12744 for declarators, disable knr checking to speed up for normal files.
12745 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12746
b96e6cde
LMI
127472011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12748
4bba86e6
LMI
12749 * net/network-stream.el (open-network-stream): Add the keyword
12750 :always-query-capabilities for the case where you want to force a
12751 `plain' network connection, but the protocol still requires the
12752 capabilitiy command (i.e., SMTP and EHLO).
12753
2b75be67 12754 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12755 consistency with other `-live-p' functions.
12756
efdcdbf8
SM
127572011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * window.el (same-window-buffer-names, same-window-regexps)
12760 (special-display-frame-alist, special-display-popup-frame)
12761 (special-display-function, special-display-buffer-names)
12762 (special-display-regexps, pop-up-frame-alist)
12763 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12764 (pop-up-windows, split-window-preferred-function)
12765 (split-height-threshold, split-width-threshold, even-window-heights)
12766 (display-buffer-mark-dedicated): Don't encourage the use of
12767 display-buffer-alist from Elisp code.
12768
c5cde042
DN
127692011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12770
12771 * progmodes/python.el (python-mode): Derive from prog-mode.
12772 * progmodes/ps-mode.el (ps-mode):
12773 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12774 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12775 * progmodes/ld-script.el (ld-script-mode): Likewise.
12776
baa1c9ab
MR
127772011-06-15 Martin Rudalics <rudalics@gmx.at>
12778
12779 * window.el (display-buffer-alist): Trim default value to avoid
12780 popping up a new frame (Bug#8857) or reusing an arbitrary window
12781 on another frame.
12782 (display-buffer): Do not fall back on popping up a new frame in
12783 batch mode (Bug#8857).
12784
c5dd5a51
CY
127852011-06-14 Chong Yidong <cyd@stupidchicken.com>
12786
12787 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12788 (custom-theme-summary): New function.
12789 (customize-themes): Use it.
12790
d647b7c4
GM
127912011-06-13 Glenn Morris <rgm@gnu.org>
12792
12793 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12794
9481c002
MR
127952011-06-13 Martin Rudalics <rudalics@gmx.at>
12796
357f93d2
MR
12797 * help.el (help-window): Remove variable.
12798 (help-window-point-marker, temp-buffer-max-height)
12799 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12800 (help-print-return-message): Don't set help-window.
12801 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12802 (help-window-setup-finish): Remove.
12803 (help-window-display-message, help-window-setup)
12804 (with-help-window): Major rewrite based on new
12805 display-buffer-window variable.
12806
12807 * help-mode.el (help-mode-finish): Remove help-window related
12808 code.
12809
12810 * view.el (view-exits-all-viewing-windows): Remove reference to
12811 view-return-to-alist in doc-string.
12812 (view-return-to-alist): Make obsolete.
12813 (view-buffer): Call pop-to-buffer-same-window and remove
12814 undo-window code.
12815 (view-buffer-other-window): Call pop-to-buffer-other-window and
12816 simplify code. Ignore second argument.
12817 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12818 simplify code. Ignore second argument.
12819 (view-return-to-alist-update): Make obsolete.
12820 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12821 Rewrite using quit-restore window parameters.
2b75be67
SM
12822 (view-mode-exit): Rename second argument to EXIT-ONLY.
12823 Rewrite using quit-restore-window.
357f93d2
MR
12824 (View-exit, View-exit-and-edit, View-leave, View-quit)
12825 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12826 appropriate arguments.
12827 (view-end-message): Use quit-restore window parameter.
12828
9481c002
MR
12829 * window.el (display-buffer-function): Rewrite doc-string.
12830 (display-buffer-window, display-buffer-alist): New variables.
12831 (display-buffer-split-specifiers)
12832 (display-buffer-side-specifiers)
12833 (display-buffer-macro-specifiers): New constants.
12834 (display-buffer-even-window-sizes, display-buffer-set-height)
12835 (display-buffer-set-width, display-buffer-select-window)
12836 (display-buffer-in-window, display-buffer-reuse-window)
12837 (display-buffer-split-window-1, display-buffer-split-window)
12838 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12839 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12840 (display-buffer-in-side-window, normalize-buffer-to-display)
12841 (display-buffer-normalize-specifiers-1)
12842 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12843 (display-buffer-normalize-specifiers, display-buffer-frame):
12844 New functions.
9481c002
MR
12845 (display-buffer): Major rewrite.
12846 (display-buffer-other-window, display-buffer-other-frame)
12847 (pop-to-buffer, switch-to-buffer-other-window)
12848 (switch-to-buffer-other-frame): Rewrite.
12849 (display-buffer-same-window, display-buffer-same-frame)
12850 (display-buffer-same-frame-other-window)
12851 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12852 (pop-to-buffer-other-window)
12853 (pop-to-buffer-same-frame-other-window)
12854 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12855 (switch-to-buffer-other-window-same-frame): New functions.
12856 (same-window-p, special-display-p): Rewrite disabling warnings.
12857 Make obsolete.
12858 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12859 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12860 Make obsolete
12861 (same-window-buffer-names, same-window-regexps)
12862 (special-display-frame-alist, special-display-popup-frame)
12863 (special-display-function, special-display-buffer-names)
12864 (special-display-regexps, pop-up-frame-alist)
12865 (pop-up-frame-function, split-window-preferred-function)
12866 (split-height-threshold, split-width-threshold)
12867 (even-window-heights): Make obsolete.
12868
9db51aca
GM
128692011-06-12 Glenn Morris <rgm@gnu.org>
12870
12871 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12872 Misc simplifications.
9db51aca 12873
39cffb44
MR
128742011-06-12 Martin Rudalics <rudalics@gmx.at>
12875
12876 * window.el (window-safely-shrinkable-p): Restore function which
12877 was inadvertently removed in change from 2011-06-11. Declare as
12878 obsolete.
12879
2b75be67
SM
12880 * calendar/calendar.el (calendar-generate-window):
12881 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12882 window-safely-shrinkable-p.
12883
a8955be7
GM
128842011-06-12 Glenn Morris <rgm@gnu.org>
12885
12886 * progmodes/fortran.el (fortran-mode-syntax-table):
12887 * progmodes/f90.el (f90-mode-syntax-table):
12888 Set % to punctuation. (Bug#8820)
12889 (f90-find-tag-default): Remove, no longer needed.
12890
f0d4059d
DC
128912011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12892
12893 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12894
1100a63c
CY
128952011-06-11 Chong Yidong <cyd@stupidchicken.com>
12896
12897 * image.el (image-animated-p): Return animation delay in seconds.
12898 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12899 (image-animate-timeout): Remove DELAY argument. Don't assume
12900 every subimage has the same delay; get it from image-animated-p.
12901 (image-animate): Caller changed.
12902
def722bf
MA
129032011-06-11 Michael Albinus <michael.albinus@gmx.de>
12904
12905 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12906 to ignored backtrace functions.
12907
0a2bb1a9
GM
129082011-06-11 Glenn Morris <rgm@gnu.org>
12909
12910 * calendar/appt.el (appt-disp-window-function): Doc fix.
12911 (appt-check): Handle overlapping appointments. (Bug#8337)
12912
6198ccd0
MR
129132011-06-11 Martin Rudalics <rudalics@gmx.at>
12914
12915 * window.el (window-tree-1, window-tree): New functions, moving
12916 the latter to window.el.
12917 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12918 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12919 (bw-refresh-edges): Remove.
12920 (balance-windows-1, balance-windows-2): New functions.
12921 (balance-windows): Rewrite in terms of window tree functions,
12922 balance-windows-1 and balance-windows-2.
12923 (bw-adjust-window): Remove.
12924 (balance-windows-area-adjust): New function with functionality of
12925 bw-adjust-window but using resize-window.
2b75be67
SM
12926 (set-window-text-height): Rewrite doc-string.
12927 Use normalize-live-window and resize-window.
12928 (enlarge-window-horizontally, shrink-window-horizontally):
12929 Rename argument to DELTA.
6198ccd0
MR
12930 (window-buffer-height): New function.
12931 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12932 Rewrite using new window resize routines.
2b75be67
SM
12933 (kill-buffer-and-window, mouse-autoselect-window-select):
12934 Use ignore-errors instead of condition-case.
6198ccd0
MR
12935 (quit-window): Call delete-frame instead of delete-windows-on
12936 for the only buffer on frame.
12937
9397e56f
MR
129382011-06-10 Martin Rudalics <rudalics@gmx.at>
12939
12940 * loadup.el (top-level): Load window before files for the sake
12941 of replace-buffer-in-windows.
12942
12943 * files.el (read-buffer-to-switch)
12944 (switch-to-buffer-other-window)
2b75be67
SM
12945 (switch-to-buffer-other-frame, display-buffer-other-frame):
12946 Move to window.el.
9397e56f
MR
12947
12948 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12949 (previous-buffer): Move to window.el.
12950
12951 * bindings.el (unbury-buffer): Move to window.el.
12952
12953 * window.el (delete-other-windows-vertically): Move after
12954 definition of delete-other-windows.
12955 (other-window, delete-windows-on, replace-buffer-in-windows):
12956 Move here from window.c.
12957 (record-window-buffer, unrecord-window-buffer)
12958 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12959 (switch-to-next-buffer): New functions.
12960 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12961 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12962 (previous-buffer): Move here from simple.el.
12963 Call switch-to-prev-buffer.
9397e56f
MR
12964 (bury-buffer): Move here from buffer.c. Switch to previous
12965 buffer when window cannot be deleted.
12966 (unbury-buffer): Move here from bindings.el.
12967 (ctl-x-map): Move binding for other-window from window.c to
12968 here.
12969 (read-buffer-to-switch, switch-to-buffer-other-window)
12970 (switch-to-buffer-other-frame): Move here from files.el.
12971 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12972 (switch-to-buffer): Move here from buffer.c.
12973 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12974
562dd5e9
MR
129752011-06-10 Martin Rudalics <rudalics@gmx.at>
12976
12977 * window.el (window-min-height, window-min-width): Move here
12978 from window.c. Add defcustoms and rewrite doc-strings.
12979 (resize-mini-window, resize-window): New functions.
12980 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12981 Move here from window.c.
12982 (maximize-window, minimize-window): New functions.
12983 (delete-window, delete-other-windows, split-window): Move here
12984 from window.c.
12985 (window-split-min-size): New function.
12986 (split-window-keep-point): Mention split-window-above-each-other
12987 instead of split-window-vertically.
2b75be67 12988 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12989 Rename split-window-vertically to split-window-above-each-other
12990 and provide defalias for old definition.
12991 (split-window-side-by-side, split-window-horizontally):
12992 Rename split-window-horizontally to split-window-side-by-side
12993 and provide defalias for the old definition.
562dd5e9
MR
12994 (ctl-x-map): Move bindings for delete-window,
12995 delete-other-windows and enlarge-window here from window.c.
12996 Replace bindings for split-window-vertically and
12997 split-window-horizontally by bindings for
12998 split-window-above-each-other and split-window-side-by-side.
12999
13000 * cus-start.el (all): Remove entries for window-min-height and
13001 window-min-width. Add entries for window-splits and
13002 window-nest.
13003
f0da764a
GM
130042011-06-09 Glenn Morris <rgm@gnu.org>
13005
80675c21
GM
13006 * calendar/appt.el (appt-mode-line): New function.
13007 (appt-check, appt-disp-window): Use it.
13008
f0da764a
GM
13009 * files.el (hack-one-local-variable-eval-safep):
13010 Allow minor-modes with explicit +/-1 arguments.
13011
59f623b7
TZ
130122011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13013
13014 * term/xterm.el (xterm): Add defgroup.
13015 (xterm-extra-capabilities): Add defcustom to supply known xterm
13016 capabilities, skip querying them, or query them (default).
13017 (terminal-init-xterm): Use it.
13018 (terminal-init-xterm-modify-other-keys): New function to set up
13019 modifyOtherKeys support to simplify `terminal-init-xterm'.
13020
9aab8e0d
MR
130212011-06-09 Martin Rudalics <rudalics@gmx.at>
13022
13023 * window.el (resize-window-reset, resize-window-reset-1)
13024 (resize-subwindows-skip-p, resize-subwindows-normal)
13025 (resize-subwindows, resize-other-windows, resize-this-window)
13026 (resize-root-window, resize-root-window-vertically)
13027 (window-deletable-p, window-or-subwindow-p)
13028 (frame-root-window-p): New functions.
13029
e8b08aee
GM
130302011-06-09 Glenn Morris <rgm@gnu.org>
13031
13032 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13033 (ange-ftp-get-files): Use it.
13034
254c37a5
AK
130352011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13036
13037 * mail/sendmail.el (mail-recover-1, mail-recover):
13038 * files.el (recover-file, recover-session):
13039 Handle dired-listing-switches not being just a single short option.
13040
35d7dbd3
GM
130412011-06-09 Glenn Morris <rgm@gnu.org>
13042
13043 * calendar/appt.el (appt-display-message, appt-disp-window):
13044 Handle lists of appointments.
13045
387522b2
MR
130462011-06-08 Martin Rudalics <rudalics@gmx.at>
13047
2b75be67
SM
13048 * window.el (one-window-p): Move down in code.
13049 Rewrite doc-string.
13050 (window-current-scroll-bars): Rewrite doc-string.
13051 Normalize live window argument.
387522b2
MR
13052 (walk-windows, get-window-with-predicate, count-windows):
13053 Rewrite doc-string. Use window-list-1.
13054 (window-in-direction-2, window-in-direction, get-mru-window):
13055 New functions.
13056
d8e4b68b 130572011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13058
13059 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13060 Doc fix (Bug#8713).
13061
130622011-06-08 Chong Yidong <cyd@stupidchicken.com>
13063
13064 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13065
130662011-06-08 Juanma Barranquero <lekktu@gmail.com>
13067
13068 * loadhist.el (unload-feature-special-hooks):
13069 Add `comint-output-filter-functions'.
13070
0de12c52
IK
130712011-06-08 Ivan Kanis <gnu@kanis.fr>
13072
13073 * calendar/appt.el (appt-check): Move some initializations into the let.
13074
f3d1777e
MR
130752011-06-08 Martin Rudalics <rudalics@gmx.at>
13076
13077 * window.el (window-height): Defalias to window-total-height.
13078 (window-width): Defalias to window-body-width.
13079
18af70d0
CY
130802011-06-07 Chong Yidong <cyd@stupidchicken.com>
13081
13082 * image-mode.el (image-toggle-animation): New command.
13083 (image-mode-map): Bind it to RET.
13084 (image-mode): Update message.
13085 (image-toggle-display-image): Avoid a spurious cache flush.
13086 (image-transform-rotation): Doc fix.
13087 (image-transform-properties): Return quickly in the normal case.
13088 (image-animate-loop): Rename from image-animate-max-time.
13089
2b75be67 13090 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13091 (create-animated-image): Remove unnecessary function.
13092 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13093 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13094 (image-animate-timer): Use car-safe.
13095 (image-animate-timeout): Rename argument.
13096
190b47e6
MR
130972011-06-07 Martin Rudalics <rudalics@gmx.at>
13098
13099 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13100 window.c. Rename first argument to ALL-FRAMES.
13101 Rephrase doc-strings.
13102 (get-buffer-window-list): Rewrite using window-list-1.
13103 Rephrase doc-string.
a1511caf
MR
13104 (window-safe-min-height, window-safe-min-width): New constants.
13105 (window-size-ignore, window-min-size, window-min-size-1)
13106 (window-sizable, window-sizable-p, window-size-fixed-1)
13107 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13108 (window-max-delta-1, window-max-delta, window-resizable)
13109 (window-resizable-p, window-total-height, window-total-width)
13110 (window-body-width): New functions.
13111 (window-full-height-p, window-full-width-p): Rewrite using
13112 window-total-size.
13113 (window-body-height): Rewrite using window-body-size.
190b47e6 13114
85cc1f11
MR
131152011-06-06 Martin Rudalics <rudalics@gmx.at>
13116
13117 * window.el (window-right, window-left, window-child)
13118 (window-child-count, window-last-child, window-any-p)
13119 (normalize-live-buffer, normalize-live-frame)
13120 (normalize-any-window, normalize-live-window)
13121 (window-iso-combination-p, window-iso-combined-p)
13122 (window-iso-combinations)
13123 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13124 (windows-with-parameter, window-with-parameter)
13125 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13126 (window-atom-check, window-side-check, window-check):
13127 New functions.
85cc1f11
MR
13128 (ignore-window-parameters, window-sides, window-sides-vertical)
13129 (window-sides-slots): New variables.
13130 (window-size-fixed): Move down in code. Minor doc-string fix.
13131
e7156492
AS
131322011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13133
13134 * comint.el (comint-dynamic-complete-as-filename)
13135 (comint-dynamic-complete-filename): Correctly call
13136 completion-in-region.
13137
7e821d0d
DD
131382011-06-05 Deniz Dogan <deniz@dogan.se>
13139
13140 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13141 in last change.
13142
ac09b8a1
DD
131432011-06-05 Deniz Dogan <deniz@dogan.se>
13144
13145 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13146 (rcirc): Use it to prompt for encryption.
13147
34699b85
RW
131482011-06-05 Roland Winkler <winkler@gnu.org>
13149
13150 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13151 (bibtex-search-entries): New command bound to C-c C-a.
13152 (bibtex-display-entries): New function.
13153
004dedd3
RW
131542011-06-05 Roland Winkler <winkler@gnu.org>
13155
13156 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13157 (bibtex-insert-kill): After yanking insert newline if necessary.
13158 (bibtex-initialize): Call bibtex-string-files-init only once.
13159 (bibtex-mode): Do not call easy-menu-add.
13160 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13161 (bibtex-yank): Set arg properly if nil.
13162
022fe7ce
RW
131632011-06-05 Roland Winkler <winkler@gnu.org>
13164
2b75be67
SM
13165 * textmodes/bibtex.el (bibtex-search-entry-globally):
13166 New variable.
022fe7ce
RW
13167 (bibtex-search-entry): Use it.
13168
b7c3692a
RW
131692011-06-05 Roland Winkler <winkler@gnu.org>
13170
13171 * textmodes/bibtex.el (bibtex-entry-format): New option
13172 sort-fields.
13173 (bibtex-format-entry, bibtex-reformat): Honor this option.
13174 (bibtex-parse-entry): Return fields in proper order.
13175
8eda563d
JB
131762011-06-05 Juanma Barranquero <lekktu@gmail.com>
13177
13178 * doc-view.el (doc-view-remove-if): Move computation of result out
13179 of `dolist' to silence misleading lexical-binding warning.
13180
7dbe3dbc
CY
131812011-06-04 Chong Yidong <cyd@stupidchicken.com>
13182
13183 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13184 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13185
0c33dd17
MA
131862011-06-04 Michael Albinus <michael.albinus@gmx.de>
13187
13188 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13189 "SunOS 5.10".
13190
f8f91c2b
MA
131912011-06-04 Michael Albinus <michael.albinus@gmx.de>
13192
13193 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13194 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13195 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13196 (tramp-parse-putty):
13197 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13198 (tramp-completion-function-alist-ssh)
13199 (tramp-completion-function-alist-telnet)
13200 (tramp-completion-function-alist-su)
13201 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13202 cookie.
13203
13204 * net/tramp-ftp.el:
13205 * net/tramp-sh.el:
13206 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13207 load "tramp.el" `tramp-set-completion-function'.
13208
e17d9003
SM
132092011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * shell.el: Require and use pcomplete.
13212 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13213 (shell-completion-vars): Set pcomplete-default-completion-function.
13214
6c4cab03
DD
132152011-06-04 Deniz Dogan <deniz@dogan.se>
13216
13217 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13218 `memq' (Bug#8799).
13219
ea9fafe0
SM
132202011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13221
13222 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13223
b3e945d3
JB
132242011-06-02 Juanma Barranquero <lekktu@gmail.com>
13225
13226 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13227 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13228 * vc/log-view.el (log-view-beginning-of-defun):
13229 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13230 (smerge-refine-forward, smerge-refine-chopup-region):
13231 Silence warning for unused `dotimes' counter variables.
13232
7d520089
SM
132332011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * net/tramp.el (tramp-with-progress-reporter): Rename from
13236 with-progress-reporter. Use `declare'.
13237 * net/tramp-smb.el:
13238 * net/tramp-sh.el:
13239 * net/tramp-gvfs.el: Update all uses.
13240
a1c2400f
JB
132412011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13242
13243 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13244 buffer isn't killed before making it current.
13245
2403c841
SM
132462011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 Silence various byte-compiler warnings.
13249 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13250 `access-type' and new obsolescence format.
13251 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13252 new format.
13253 (byte-compile-check-variable): New `access-type' argument.
13254 Only warn if the access-type is obsolete.
13255 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13256 (byte-compile-variable-set): Adjust callers.
13257 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13258 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13259 setting it as obsolete.
13260 * simple.el (minibuffer-completing-symbol):
13261 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13262 access as obsolete.
13263 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13264 obsolete yet.
13265 * international/quail.el (quail-mouse-choose-completion): Remove unused
13266 code referring to obsolete var.
13267 (quail-choose-completion-string): Remove.
13268 * server.el (server-clients-with, server-kill-buffer-query-function)
13269 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13270 * proced.el (proced-send-signal):
13271 * emacs-lisp/lisp.el (lisp-complete-symbol):
13272 Replace completion-annotate-function with completion-extra-properties.
13273
2462470b
SM
132742011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13275
fb5b2591
SM
13276 * simple.el (goto-line): Use read-number.
13277 (overriding-map-is-bound): Remove.
13278 (saved-overriding-map): Change default.
13279 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13280 Take the map as argument.
13281 (universal-argument, negative-argument, digit-argument): Use it.
13282 (restore-overriding-map): Adjust.
13283 (do-auto-fill): Use fill-forward-paragraph.
13284 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13285
fd6fa53f
SM
13286 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13287 (minibuffer-inactive-mode): New major mode.
13288 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13289 the *Messages* buffer" hack.
13290 (mouse-popup-menubar): Don't burp if the event is a normal key.
13291
2462470b
SM
13292 Miscellaneous tweaks.
13293 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13294 lexical scoping as in subr.el's dolist and dotimes.
13295 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13296 Silence compiler warning.
13297 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13298 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13299 * international/ccl.el (ccl-compile): Trivial simplification.
13300 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13301 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13302 `printflag' argument.
13303 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13304 Purecopy the whole obsolescence data.
13305
108bf785
LL
133062011-06-01 Leo Liu <sdl.web@gmail.com>
13307
13308 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13309 improve doc-string as suggested by Marco Pessotto
13310 <melmothx@gmail.com>.
13311 (rcirc-print): Fix last change.
13312
30a23501
SM
133132011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * minibuffer.el (complete-with-action): Return nil for the metadata and
13316 boundaries of non-functional tables.
13317 (completion-table-dynamic): Return nil for the metadata.
13318 (completion-table-with-terminator): Add default case, using
13319 complete-with-action.
13320 (completion--metadata): New function.
13321 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13322 to try and avoid pathological performance problems.
13323 (completion--embedded-envvar-table): Return `category' metadata.
13324
bcd54f83
LMI
133252011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13326
13327 * subr.el (process-alive-p): New tiny convenience function.
13328
e227544d
SM
133292011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13332 content but also its previous major mode.
13333
e8296fdc
HE
133342011-05-31 Helmut Eller <eller.helmut@gmail.com>
13335
4d61f28d 13336 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13337 *Backtrace* buffer when we exit with C-M-c.
13338
620c53a6
SM
133392011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13340
13341 * minibuffer.el: Add metadata method to completion tables.
13342 (completion-category-overrides): New defcustom.
13343 (completion-metadata, completion--field-metadata)
13344 (completion-metadata-get, completion--styles)
13345 (completion--cycle-threshold): New functions.
13346 (completion-try-completion, completion-all-completions):
13347 Add `metadata' argument to choose completion-styles.
13348 (completion--do-completion): Use metadata to choose cycling.
13349 (completion-all-sorted-completions): Use metadata for sorting.
13350 Remove :completion-cycle-penalty which is not needed any more.
13351 (completion--try-word-completion): Add `metadata' argument.
13352 (minibuffer-completion-help): Check metadata for annotation function
13353 and sorting.
13354 (completion-file-name-table): Return `category' metadata.
13355 (minibuffer-completing-file-name): Make obsolete.
13356 * simple.el (minibuffer-completing-symbol): Make obsolete.
13357 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13358 completion-try-completion.
13359
1257e755
SM
133602011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13361
13362 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13363
3767e706
LL
133642011-05-30 Leo Liu <sdl.web@gmail.com>
13365
13366 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13367 (rcirc-print): Decode all incoming messages (bug#8744).
13368 (rcirc-decode-coding-system): Allow value nil for automatic coding
13369 system detection.
3767e706 13370
d1a5d56a
GM
133712011-06-01 Glenn Morris <rgm@gnu.org>
13372
13373 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13374
e8cbec34
CY
133752011-05-29 Chong Yidong <cyd@stupidchicken.com>
13376
13377 * image.el (image-animate-max-time): Allow nil and t values.
13378 Default to nil.
13379 (create-animated-image): Doc fix.
13380 (image-animate-start): Remove second arg; just use
13381 image-animate-max-time.
13382 (image-animate-timeout): Doc fix. Args changed.
13383
13384 * image-mode.el (image-toggle-display-image): Ensure that the
13385 image spec passed to the animate timer is the same object as in
58179cce 13386 the buffer's display property (Bug#6981).
e8cbec34
CY
13387 (image-transform-properties): Doc fix.
13388
13389 * image.el (image-animate-max-time): Default to nil.
13390
159daf87
MR
133912011-05-29 Martin Rudalics <rudalics@gmx.at>
13392
13393 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13394 entire buffer list (Bug#8184).
13395
d66c4c7c
CY
133962011-05-29 Chong Yidong <cyd@stupidchicken.com>
13397
13398 * image.el (imagemagick-types-inhibit)
13399 (imagemagick-register-types): Doc fix.
13400
80aec780
DD
134012011-05-29 Deniz Dogan <deniz@dogan.se>
13402
13403 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13404 default.
13405
1dd3c2d9
CY
134062011-05-29 Chong Yidong <cyd@stupidchicken.com>
13407
13408 * select.el: Don't perform clipboard-manager saving in hooks;
13409 leave the hooks empty.
13410
60e56523
LL
134112011-05-28 Leo Liu <sdl.web@gmail.com>
13412
13413 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13414 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13415 (occur-edit-mode): New major mode (Bug#8463).
13416 (occur-after-change-function): New function.
13417 (occur-engine): Give Occur tags a read-only property.
13418
2b1e1a22
KR
134192011-05-28 Kevin Ryde <user42@zip.com.au>
13420
13421 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13422
5d344e88
CY
134232011-05-28 Chong Yidong <cyd@stupidchicken.com>
13424
8e6ca83d
CY
13425 * bindings.el (help-echo): Make the initial non-indicator dash
13426 empty on graphical terminals (Bug#7295).
13427
5d344e88
CY
13428 * files.el (auto-mode-alist): Move config rule after the
13429 in-stripping one (Bug#8547).
13430
bfbbace7
CY
13431 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13432
fbeba6e2
CY
13433 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13434 setting (Bug#8740).
13435
60ed8c72
AA
134362011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13437
4ac619f0
AA
13438 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13439 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13440 (Bug#8539).
60ed8c72 13441
23db196e
CY
134422011-05-28 Chong Yidong <cyd@stupidchicken.com>
13443
13444 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13445
5012f24c
DK
134462011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13447
13448 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13449 (hs-hide-block-at-point, hs-find-block-beginning)
13450 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13451 (Bug#8279).
13452
6a639b16
GM
134532011-05-28 Glenn Morris <rgm@gnu.org>
13454
13455 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13456
d43eaf2c
CY
134572011-05-28 Chong Yidong <cyd@stupidchicken.com>
13458
5199bde1
CY
13459 * help-fns.el (describe-function-1): If the function is a derived
13460 major mode, print the parent mode.
13461
d43eaf2c
CY
13462 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13463 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13464
423428a8
SM
134652011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13466
0ff8e1ba 13467 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13468 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13469 * progmodes/etags.el (tags-completion-at-point-function):
13470 * info-look.el (info-lookup-completions-at-point): Mark as
13471 non-exclusive.
13472 (info-complete): Adjust accordingly.
13473
423428a8
SM
13474 * info-look.el: Convert to lexical-binding and completion-at-point.
13475 (info-lookup-completions-at-point): New function.
13476 (info-complete): Use it and completion-in-region.
13477
b74aa22b
DA
134782011-05-28 Drew Adams <drew.adams@oracle.com>
13479
13480 * isearch.el: Let M-e start with point at the first mismatched char.
13481 (isearch-fail-pos): New function.
13482 (isearch-edit-string): Use it.
13483
66e2e71d
DK
134842011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13485
13486 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13487
b1890b0f 134882011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13489
13490 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13491 traversal functions for avl-trees.
13492 (avl-tree--stack): New struct.
13493 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13494 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13495 (avl-tree--do-enter): Add optional `updatefun' arg.
13496 Change return value.
eb95d01d 13497 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13498 (avl-tree--do-delete): Add `test' and `nilflag' args.
13499 Change return value.
eb95d01d
TC
13500 (avl-tree-member): Add optional `nilflag'
13501 (avl-tree-member-p): New function.
13502 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13503 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13504 (avl-tree-stack-empty-p): New functions.
13505
3769ddcf
TC
13506 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13507 avl-tree--del-balance1 and make it work both ways.
13508 (avl-tree--del-balance2): Remove.
13509 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13510 make it work both ways.
13511 (avl-tree--enter-balance2): Remove.
13512 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13513 New macros.
13514 (avl-tree--mapc, avl-tree-map): Add direction argument.
13515
eb95d01d 135162011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13517
13518 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13519
a9f737ee
CY
135202011-05-27 Chong Yidong <cyd@stupidchicken.com>
13521
13522 * select.el: Support clipboard managers with built-in function
13523 x-clipboard-manager-save, via delete-frame-functions and
13524 kill-emacs-hook.
13525 (xselect-convert-to-targets): Add MULTIPLE target to list.
13526 (xselect-convert-to-save-targets): New function.
13527
c92a1e54
KH
135282011-05-27 Kenichi Handa <handa@m17n.org>
13529
13530 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13531 let-binding rfc2047-encode-encoded-words to nil.
13532
e145f188
GM
135332011-05-27 Glenn Morris <rgm@gnu.org>
13534
5ec8a862
GM
13535 * mail/emacsbug.el: Don't require url-util.
13536
4b29d9fb
GM
13537 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13538
e145f188
GM
13539 * files.el (set-auto-mode):
13540 Also respect mode: entries at the end of the file. (Bug#8586)
13541
7d15102b
GM
135422011-05-26 Glenn Morris <rgm@gnu.org>
13543
98f593b8
GM
13544 * files.el (hack-local-variables-prop-line, hack-local-variables):
13545 Downcase mode names, as seems to be traditional.
27b48e63 13546 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13547
7d15102b
GM
13548 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13549 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13550
51d5b4ec
JD
135512011-05-25 Julien Danjou <julien@danjou.info>
13552
13553 * textmodes/rst.el (rst-define-level-faces): Do not define face
13554 symbol if it is already defined.
13555
91513f63
VB
135562011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13557
13558 * play/5x5.el (5x5-new-game, 5x5-randomize):
13559 Reset 5x5-solver-output to nil when a new grid is cast.
13560 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13561 these debugging traces, as defmacro breaks the compiled code.
13562
4d90d6d0
DK
135632011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13564
13565 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13566
e1b90ef6
LL
135672011-05-24 Leo Liu <sdl.web@gmail.com>
13568
13569 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13570 (vc-bzr-sha1): Adapt.
13571
d8e4b68b 13572 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13573
13574 * bindings.el: Provide sha1 feature.
13575
db0406bb 135762011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13577
13578 * mail/sendmail.el: Require `rfc2047'.
13579 (mail-insert-from-field): Do not perform RFC2047 encoding.
13580 (mail-encode-header): New function.
13581 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13582 buffer to the return value of select-message-coding-system.
13583 Call mail-encode-header.
b8d747b9
KH
13584
13585 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13586
db0406bb 135872011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13588
4d90d6d0
DK
13589 * mail/supercite.el (sc-default-cite-frame):
13590 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13591
eb8a5e9b
GM
135922011-05-24 Glenn Morris <rgm@gnu.org>
13593
f8630703
GM
13594 * progmodes/python.el (brm-menu): Declare.
13595
8831bbed
GM
13596 * emulation/viper.el (viper-set-hooks): Declare.
13597
eb8a5e9b
GM
13598 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13599 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13600 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13601 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13602 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13603 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13604
a2a25d24
SM
136052011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 Add an :exit-function for completion-at-point.
13608
13609 * minibuffer.el (completion--done): New fun.
13610 (completion--do-completion): Use it. New arg `expect-exact'.
13611 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13612 since completion--do-completion does it for us now.
13613 (minibuffer-force-complete): Use completion--done and
13614 completion--replace. Handle sole-completion case with more care.
13615 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13616 (completion-extra-properties): New var.
13617 (completion-annotate-function): Make obsolete.
13618 (minibuffer-completion-help): Adjust accordingly.
13619 Use completion-list-insert-choice-function.
13620 (completion-at-point, completion-help-at-point):
13621 Bind completion-extra-properties.
13622 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13623 * simple.el (completion-list-insert-choice-function): New var.
13624 (completion-setup-function): Preserve it.
13625 (choose-completion): Pay attention to it, shuffle the code a bit.
13626 (choose-completion-string): New arg `insert-function'.
13627
13628 * textmodes/bibtex.el: Convert to lexical binding.
13629 (bibtex-mode-map): Use completion-at-point.
13630 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13631 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13632 (bibtex-complete): Define as obsolete alias.
13633 (bibtex-complete-internal): Remove.
13634 (bibtex-format-entry): Remove unused sub-group in regexp.
13635 * shell.el (shell--command-completion-data)
13636 (shell-environment-variable-completion):
13637 * pcomplete.el (pcomplete-completions-at-point):
13638 * comint.el (comint--complete-file-name-data): Use :exit-function
13639 instead of completion-table-with-terminator so it also works for
13640 choose-completion.
13641
e44e373d
SM
136422011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13643
4f91a816
SM
13644 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13645
782fc819
SM
13646 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13647 (bug#8710).
13648
e44e373d
SM
13649 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13650
381987c3
KM
136512011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13652
13653 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13654 customization variable and implement: If non-nil, auto-fill will
13655 be inhibited while on topic's header line.
13656
b776bc70
VB
136572011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13658
13659 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13660 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13661 always have a solution in grid size = 5 cases.
13662 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13663 (5x5-solver-output, 5x5-log-buffer): New vars.
13664 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13665 Make these variables buffer local to achieve 5x5 multi-session-ness.
13666 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13667 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13668 (5x5-solve-suggest): New funs.
13669 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13670 randomize a grid so that we ensure that there is always a solution.
13671 (5x5-make-random-grid): Allow other movement than flipping.
13672
7de88b6e
KR
136732011-05-23 Kevin Ryde <user42@zip.com.au>
13674
13675 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13676 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13677 advice and passes PREDICATE.
13678
b1ef1257
SM
136792011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13680
bbca48fe
SM
13681 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13682 byte-compile-lambda if it's actually a lambda.
13683
b1ef1257
SM
13684 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13685 Fix function quoting. Use backquote better.
13686
92a9cc65
YS
136872011-05-22 Yuanle Song <sylecn@gmail.com>
13688
13689 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13690 matching (Bug#8516).
13691
f0fb8059
JA
136922011-01-22 Jari Aalto <jari.aalto@cante.net>
13693
13694 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13695 different face (Bug#8178).
13696
d5b44c93
CY
136972011-05-22 Chong Yidong <cyd@stupidchicken.com>
13698
13699 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13700 defface (Bug#8144).
13701
79106a44
SM
137022011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13703
9c848d8a
SM
13704 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13705 funcall as well (bug#8712). Warn when performing those conversions.
13706 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13707
79106a44
SM
13708 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13709
88dfa756
GM
137102011-05-22 Glenn Morris <rgm@gnu.org>
13711
13712 * files.el (hack-local-variables-prop-line): Small simplifications.
13713 (hack-local-variables, hack-local-variables-prop-line):
13714 If MODE-ONLY, return the mode, rather than just `t'.
13715
b7cf2c79
SM
137162011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13719
3f1a8558
GM
137202011-05-21 Glenn Morris <rgm@gnu.org>
13721
7e4ccca3
GM
13722 * files.el (hack-local-variables-prop-line, hack-local-variables):
13723 If only interested in the mode, don't bother doing the other stuff.
13724
637d46ca
GM
13725 * image-mode.el (image-after-revert-hook):
13726 Redraw all frames on which the image is visible. (Bug#8567)
13727
973d955b
GM
13728 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13729
3f1a8558
GM
13730 * wid-edit.el (widget-checklist-match-inline):
13731 Fix 2011-04-19 change. (Bug#8649)
13732
96479927
SM
137332011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13734
1dcf791f
SM
13735 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13736 Also allow singlespace after single-letter capitals followed by a dot.
13737
96479927
SM
13738 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13739 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13740
35fd0881
N
137412011-05-20 Nix <nix@esperi.org.uk>
13742
13743 * files.el (basic-save-buffer-2):
13744 Fix handling of break-hardlink-on-save with non-existent files.
13745
82745640
DD
137462011-05-19 Deniz Dogan <deniz@dogan.se>
13747
13748 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13749 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13750
4a720484
GM
137512011-05-19 Glenn Morris <rgm@gnu.org>
13752
d1f21341
GM
13753 * progmodes/f90.el (f90-type-def-re):
13754 Handle "type, bind(c)". (Bug#8691)
13755
4a720484
GM
13756 * emacs-lisp/autoload.el (batch-update-autoloads):
13757 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13758
2fb0a219
MA
137592011-05-18 Michael Albinus <michael.albinus@gmx.de>
13760
13761 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13762 property for the correct connection in case of multihops.
13763
e565dd37
GM
137642011-05-18 Glenn Morris <rgm@gnu.org>
13765
c2571358 13766 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13767 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13768
e565dd37
GM
13769 Rationalize calendar handling of day and month abbrev-arrays.
13770 * calendar/calendar.el (calendar-customized-p): New function.
13771 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13772 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13773 Add :set function.
13774 (calendar-abbrev-length, calendar-day-abbrev-array)
13775 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13776 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13777 Elements may no longer be nil.
13778 (calendar-day-name, calendar-month-name):
13779 Update for changed nature of abbrev arrays.
13780 * calendar/diary-lib.el (diary-name-pattern):
13781 Update for changed nature of abbrev arrays.
13782 (diary-mark-entries-1): Update calendar-make-alist calls.
13783 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13784 * calendar/cal-html.el (cal-html-day-abbrev-array):
13785 Simply inherit from calendar-day-abbrev-array.
13786
1d99a745
SM
137872011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * progmodes/grep.el (grep-mode): Disable default
13790 compilation-directory-matcher setting (bug#8684).
13791
7c1d9aa0
MA
137922011-05-17 Michael Albinus <michael.albinus@gmx.de>
13793
13794 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13795 instead of "head" and "tail". There were problems with SunOS 5.9,
13796 and it performs better.
13797
3952e9d8
GM
137982011-05-17 Glenn Morris <rgm@gnu.org>
13799
2dd12e7f
GM
13800 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13801
e4157b9c
GM
13802 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13803 Replace obsolete function.
13804
8e249bbd
GM
13805 * shell.el (pcomplete-parse-arguments-function): Declare.
13806
3952e9d8
GM
13807 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13808 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13809 (appt-check): Doc fixes.
13810 (appt-disp-window-function, appt-delete-window-function):
13811 Remove needless special case in custom :type.
13812 (appt-display-count): Default to 0, not nil.
13813 (appt-check): Reset appt-display-count to 0, not nil.
13814
c71a0d48 138152011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13816
c71a0d48
GM
13817 * progmodes/python.el (python-font-lock-keywords):
13818 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13819
31d55be9
SM
138202011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13821
13822 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13823
3bfacb2f
KR
138242011-05-16 Kevin Ryde <user42@zip.com.au>
13825
13826 * info-look.el (makefile-automake-mode): New setups, looking in
13827 automake manual, then makefile-mode.
13828 (makefile-mode): Remove automake manual, have it just in
13829 makefile-automake-mode since there's various things different or
13830 not relevant to plain make.
13831 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13832 believe a hypothetical automake-mode would go to makefile-mode,
13833 not the other way around.
13834
c8e83751
CY
138352011-05-15 Chong Yidong <cyd@stupidchicken.com>
13836
5e9e35cd
CY
13837 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13838 hunk-end tags (Bug#8672).
13839
c8e83751
CY
13840 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13841 vc-annotate-show-diff-revision-at-line (Bug#8671).
13842
50b23e5a
GM
138432011-05-14 Glenn Morris <rgm@gnu.org>
13844
7210a739
GM
13845 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13846 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13847 (change-log-font-lock-keywords): Also handle multiple author lines
13848 with leading tabs. (Bug#8644)
7210a739 13849
4691905a
GM
13850 * calendar/appt.el (appt-check): Rename some local variables.
13851 Some simplification/reordering.
13852
50b23e5a
GM
13853 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13854 (feedmail-sendmail-f-doesnt-sell-me-out)
13855 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13856 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13857 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13858 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13859 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13860 (feedmail-binmail-gnulinuxish-template):
13861 Rename from feedmail-binmail-linuxish-template.
13862 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13863 Use insert-buffer-substring.
13864
215cda7c
BC
138652011-05-14 Bill Carpenter <bill@carpenter.org>
13866
13867 * mail/feedmail.el (feedmail-patch-level): Increase.
13868 (feedmail-debug): New custom group.
13869 (feedmail-confirm-outgoing-timeout)
13870 (feedmail-sendmail-f-doesnt-sell-me-out)
13871 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13872 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13873 (feedmail-sender-line, feedmail-from-line)
13874 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13875 (feedmail-spray-this-address)
215cda7c
BC
13876 (feedmail-spray-address-fiddle-plex-list)
13877 (feedmail-queue-use-send-time-for-date)
13878 (feedmail-queue-use-send-time-for-message-id)
13879 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13880 (feedmail-buffer-eating-function):
13881 Doc fixes.
13882 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13883 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13884 (feedmail-message-action-scroll-down): New functions.
13885 (feedmail-queue-directory, feedmail-queue-draft-directory):
13886 Use expand-file-name.
13887 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13888 Remove C-v help entry.
13889 (feedmail-queue-buffer-file-name): New variable.
13890 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13891 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13892 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13893 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13894 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13895 (feedmail-message-action-toggle-spray)
13896 (feedmail-run-the-queue-no-prompts)
13897 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13898 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13899 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13900 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13901 (feedmail-envelope-deducer, feedmail-fiddle-from)
13902 (feedmail-fiddle-sender, feedmail-default-date-generator)
13903 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13904 (feedmail-fiddle-spray-address)
13905 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13906 (feedmail-fiddle-list-of-fiddle-plexes)
13907 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13908 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13909 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13910 Change default. Doc fix.
13911 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13912 (feedmail-binmail-linuxish-template): New constant.
13913 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13914 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13915 (feedmail-send-it): Add debug call.
13916 Use feedmail-queue-buffer-file-name, and
13917 feedmail-send-it-immediately-wrapper.
13918 (feedmail-message-action-send): Add debug call.
13919 Use feedmail-send-it-immediately-wrapper.
13920 (feedmail-queue-express-to-queue): Add debug call.
13921 Run feedmail-queue-express-hook.
13922 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13923 (feedmail-message-action-help-blat):
13924 Rename from feedmail-queue-send-edit-prompt-help-first.
13925 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13926 Check line-endings. Handle errors better.
13927 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13928 Doc fix. Add debug call.
13929 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13930 Use feedmail-queue-send-edit-prompt-inner.
13931 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13932 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13933 from feedmail-queue-send-edit-prompt.
13934 (feedmail-queue-send-edit-prompt-help)
13935 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13936 (feedmail-tidy-up-slug): Add debug call.
13937 Respect feedmail-queue-slug-suspect-regexp.
13938 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13939 (feedmail-dump-message-to-queue): Add debug call.
13940 Expand queue-directory.
13941 (feedmail-dump-message-to-queue): Change message slightly.
13942 Use feedmail-say-chatter.
13943 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13944 (feedmail-send-it-immediately-wrapper): New function.
13945 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13946 Insert empty string rather than newline. Handle full-frame case.
13947 Use catch/throw. Use feedmail-say-chatter.
13948 (feedmail-fiddle-from): Try mail-host-address.
13949 (feedmail-default-message-id-generator): Doc fix.
13950 Bind system-time-locale. Handle missing end.
13951 (feedmail-fiddle-x-mailer): Add debug call.
13952 Handle feedmail-x-mailer-line being nil.
13953 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13954 Add debug call. Use buffer-substring-no-properties.
13955 (feedmail-say-debug, feedmail-say-chatter): New functions.
13956 (feedmail-find-eoh): Give an explicit error.
13957
42c7e61e
UJ
139582011-05-13 Ulf Jasper <ulf.jasper@web.de>
13959
c2571358 13960 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13961 family from helvetica to sans.
c2571358 13962 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13963 etc/images/newsticker.
13964
c2571358 13965 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13966 family from helvetica to sans.
13967
13968 * net/newst-plainview.el (newsticker-new-item-face)
13969 (newsticker-old-item-face, newsticker-immortal-item-face)
13970 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13971 (newsticker-statistics-face): Change default family from
42c7e61e 13972 helvetica to sans.
c2571358 13973 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13974 etc/images/newsticker.
13975
5d3385a0
JB
13976 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13977 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13978 auto-marking.
13979
8497a297
DV
139802011-05-13 Didier Verna <didier@xemacs.org>
13981
13982 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13983 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13984 TODO entries.
8497a297
DV
13985 (lisp-lambda-list-keyword-parameter-indentation)
13986 (lisp-lambda-list-keyword-parameter-alignment)
13987 (lisp-lambda-list-keyword-alignment): New customizable user options.
13988 (lisp-indent-defun-method): Improve docstring.
13989 (extended-loop-p): Fix comment.
13990 (lisp-indent-lambda-list-keywords-regexp): New variable.
13991 (lisp-indent-lambda-list): New function.
13992 (lisp-indent-259): Use it.
13993 (lisp-indent-defmethod): Support for more than one
13994 method qualifier and properly indent methods lambda-lists.
13995 (defgeneric): Provide a missing common-lisp-indent-function property.
13996
f278f87f
SM
139972011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14000 bounds for the empty string (bug#8667).
14001
5233edd7
GM
140022011-05-13 Glenn Morris <rgm@gnu.org>
14003
5237a44f
GM
14004 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14005
8340026c 14006 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14007 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14008
5233edd7 14009 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14010 (appt-time-msg-list): Doc fix.
a5464014 14011 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14012
92d10796
AS
140132011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14014
14015 * progmodes/ld-script.el (ld-script-keywords)
14016 (ld-script-builtins): Update keywords list.
14017
914a0ae1
SM
140182011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14019
c89be45f
SM
14020 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14021
914a0ae1
SM
14022 * shell.el (shell-completion-vars): New function.
14023 (shell-mode):
14024 * simple.el (read-shell-command): Use it.
14025 (blink-matching-open): No need for " [...]" in minibuffer-message.
14026
98dc3df3
GM
140272011-05-12 Glenn Morris <rgm@gnu.org>
14028
14029 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14030 (appt-check): Simplify.
14031
d2fc7e3d 140322011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14033
4d61f28d 14034 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14035 literal "/dev/null".
14036
d2fc7e3d 140372011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14038
14039 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14040 Fix typo.
14041
d2fc7e3d 140422011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14043
3f254caa
SM
14044 * progmodes/which-func.el (which-function):
14045 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14046 which might not be defined (Bug#8260).
14047
d45885f7
GM
140482011-05-12 Glenn Morris <rgm@gnu.org>
14049
14050 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14051 Let byte-compile-initial-macro-environment always take precedence.
14052
488086f4
SM
140532011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14054
14055 * net/rcirc.el: Add support for SSL/TLS connections.
14056 (rcirc-server-alist): New field `encryption'.
14057 (rcirc): Check `encryption' settings.
14058 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14059 Merge make-local-variable into `set'.
14060 (rcirc--connection-open-p): New function.
14061 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14062 the process is not a network process (e.g. running gnutls-cli).
14063 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14064 Make rcirc-(en|de)code-coding-system local here.
14065 (rcirc-mode): Merge make-local-variable into `set'.
14066 (rcirc-parent-buffer): Make permanent buffer-local.
14067 (rcirc-multiline-minor-mode): Don't do it here.
14068 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14069 there's no server buffer.
14070
7d3b9d44
GM
140712011-05-11 Glenn Morris <rgm@gnu.org>
14072
f64049c6
GM
14073 * newcomment.el (comment-kill): Prefix "unused" local.
14074
93c9df73
GM
14075 * term/w32console.el (get-screen-color): Declare.
14076
7d3b9d44
GM
14077 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14078 Handle symbol elements of byte-compile-initial-macro-environment.
14079
9e2dd53f
LL
140802011-05-10 Leo Liu <sdl.web@gmail.com>
14081
488086f4
SM
14082 * bookmark.el (bookmark-bmenu-mode-map):
14083 Bind bookmark-bmenu-search to `/'.
8b340240 14084
9e2dd53f 14085 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14086 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14087 (Footnote-unicode): New function.
14088 (footnote-style-alist): Add unicode style to the list.
14089 (footnote-style): Doc fix.
9e2dd53f 14090
79b70037
GM
140912011-05-10 Jim Meyering <meyering@redhat.com>
14092
14093 Fix doubled-word typos.
14094 * international/quail.el (quail-insert-kbd-layout): and and -> and
14095 * kermit.el: and and -> and
14096 * net/ldap.el (ldap-search-internal): to to -> to
14097 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14098 * progmodes/js.el (js-mode): and and -> and
14099 * textmodes/artist.el (artist-move-to-xy): at at -> at
14100 (artist-draw-region-trim-line-endings): if if -> if
14101 And Safetyc -> Safety.
14102 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14103
b8f82dc1 141042011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14105 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14106
14107 * files.el (hack-one-local-variable-eval-safep):
14108 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14109
4f99f44b
GM
141102011-05-10 Glenn Morris <rgm@gnu.org>
14111
14112 * calendar/diary-lib.el (diary-list-entries-hook)
14113 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14114 (diary-nongregorian-marking-hook, diary-list-entries)
14115 (diary-include-other-diary-files, diary-mark-entries)
14116 (diary-mark-included-diary-files): Doc fixes.
14117
84f29e6b
JB
141182011-05-09 Juanma Barranquero <lekktu@gmail.com>
14119
14120 * misc.el: Require tabulated-list.el during compilation.
14121
9bedd73a
CY
141222011-05-09 Chong Yidong <cyd@stupidchicken.com>
14123
488086f4
SM
14124 * progmodes/compile.el (compilation-start):
14125 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14126 (compilation-filter-hook): Doc fix.
14127
797c735c
DD
141282011-05-09 Deniz Dogan <deniz@dogan.se>
14129
14130 * wdired.el: Remove outdated installation comment. Fix usage
14131 comment.
14132
5f4b1dfe
JB
141332011-05-09 Juanma Barranquero <lekktu@gmail.com>
14134
14135 * misc.el: Implement new command `list-dynamic-libraries'.
14136 (list-dynamic-libraries--loaded-only-p): New variable.
14137 (list-dynamic-libraries--refresh): New function.
14138 (list-dynamic-libraries): New command.
14139
4c44026c
CY
141402011-05-09 Chong Yidong <cyd@stupidchicken.com>
14141
488086f4
SM
14142 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14143 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14144 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14145 higher priority to avoid clobbering by gnu.
14146
027f966d
CY
141472011-05-08 Chong Yidong <cyd@stupidchicken.com>
14148
14149 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14150 if the face has existing theme settings (Bug#8454).
14151
085f5d7d
CY
141522011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14153
488086f4
SM
14154 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14155 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14156
2a86a00c
RS
14157 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14158 special file names `.' and `..' (Bug#8259).
14159
d9c54a06
CY
141602011-05-08 Chong Yidong <cyd@stupidchicken.com>
14161
488086f4
SM
14162 * progmodes/grep.el (grep-mode-font-lock-keywords):
14163 Remove buffer-changing entries.
d9c54a06
CY
14164 (grep-filter): New function.
14165 (grep-mode): Add it to compilation-filter-hook.
14166
14167 * progmodes/compile.el (compilation-filter-hook)
14168 (compilation-filter-start): New defvars.
14169 (compilation-filter): Call compilation-filter-hook prior to
14170 updating the process mark.
14171
c4662635
SM
141722011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14173
14174 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14175
b0512a1d
EZ
141762011-05-07 Eli Zaretskii <eliz@gnu.org>
14177
605c9376
EZ
14178 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14179 mailclient-send-it even if window-system is nil. (Bug#8595)
14180
c4662635
SM
14181 * term/w32console.el (terminal-init-w32console):
14182 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14183 background-mode. (Bug#8597)
14184
d1dc2cc2
SM
141852011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14186
14187 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14188 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14189 New functions.
14190 (defgeneric, eieio--defmethod): Use them.
14191 (eieio-defgeneric): Remove.
14192 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14193
915d1300
GM
141942011-05-07 Glenn Morris <rgm@gnu.org>
14195
a3961c3e
GM
14196 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14197 Use let rather than let*.
14198 (timeclock-find-discrep): Remove unused local.
14199
314347b9
GM
14200 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14201
915d1300
GM
14202 * calendar/appt.el (appt-time-msg-list): Doc fix.
14203
275b59b0
NF
142042011-05-06 Noah Friedman <friedman@splode.com>
14205
14206 * apropos.el (apropos-print-doc): Only use
14207 emacs-lisp-docstring-fill-column when it is bound to an integer,
14208 per that variable's documentation.
14209
6c19f744
SM
142102011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14213 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14214
60f884b2
GM
142152011-05-06 Glenn Morris <rgm@gnu.org>
14216
5006e634
GM
14217 * calendar/appt.el (appt-message-warning-time): Doc fix.
14218 (appt-warning-time-regexp): New option.
14219 (appt-make-list): Respect appt-message-warning-time.
14220
548d0a63
GM
14221 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14222 New options.
14223 (diary-add-to-list): Strip comments from the displayed string.
14224 (diary-mode): Set comment-start and comment-end.
14225
60f884b2
GM
14226 * vc/diff-mode.el (smerge-refine-subst): Declare.
14227 (diff-refine-hunk): Don't require smerge-mode when compiling.
14228
989681bb
JB
142292011-05-06 Juanma Barranquero <lekktu@gmail.com>
14230
14231 * simple.el (list-processes): Return nil as the docstring says.
14232
a6bc05e1
MA
142332011-05-05 Michael Albinus <michael.albinus@gmx.de>
14234
14235 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14236 to "".
14237 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14238 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14239 determining of binary transfer. (Bug#7383)
14240
23c22e9a
MA
142412011-05-05 Michael Albinus <michael.albinus@gmx.de>
14242
c4662635
SM
14243 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14244 Fix port computation bug. (Bug#8618)
23c22e9a 14245
0bff894f
GM
142462011-05-05 Glenn Morris <rgm@gnu.org>
14247
b8296902
GM
14248 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14249
1f522ce8
GM
14250 * simple.el (shell-dynamic-complete-functions)
14251 (comint-dynamic-complete-functions): Declare.
14252
cf5bee67
GM
14253 * net/network-stream.el (gnutls-negotiate):
14254 * simple.el (tabulated-list-print): Fix declarations.
14255
14256 * progmodes/gud.el (syntax-symbol, syntax-point):
14257 Remove unnecessary and incorrect declarations.
14258
0bff894f
GM
14259 * emacs-lisp/check-declare.el (check-declare-scan):
14260 Handle byte-compile-initial-macro-environment in bytecomp.el
14261
9869b3ae
SM
142622011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 Fix earlier half-done eieio-defmethod change (bug#8338).
14265 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14266 Streamline and change calling convention.
14267 (defmethod): Adjust accordingly and simplify.
14268 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14269 new eieio--defmethod.
14270 (slot-boundp): Minor CSE simplification.
14271
9c1d5ac5
MZ
142722011-05-05 Milan Zamazal <pdm@zamazal.org>
14273
14274 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14275 (glasses-make-readable): Use glasses-separate-capital-groups.
14276
455c834e
JB
142772011-05-05 Juanma Barranquero <lekktu@gmail.com>
14278
14279 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14280 (warning-series): Doc fix.
14281 (display-warning): Don't try to create the buffer if we just found it.
14282
9ed7c8cb
CY
142832011-05-04 Chong Yidong <cyd@stupidchicken.com>
14284
14285 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14286 (autoload-find-generated-file): New function.
14287 (generate-file-autoloads): Bind generated-autoload-file to
14288 buffer-file-name.
9869b3ae
SM
14289 (update-file-autoloads, update-directory-autoloads):
14290 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14291 output file (Bug#7989).
14292 (batch-update-autoloads): Doc fix.
14293
0898ca10
JB
142942011-05-04 Juanma Barranquero <lekktu@gmail.com>
14295
14296 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14297
31dfb76c
GM
142982011-05-04 Glenn Morris <rgm@gnu.org>
14299
f330b642
GM
14300 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14301 function, so it follows changes in calendar-date-style.
14302 (diary-fancy-date-matcher): New function.
14303 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14304 (diary-fancy-font-lock-fontify-region-function):
14305 Use diary-fancy-date-pattern as a function.
14306
31dfb76c
GM
14307 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14308 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14309
48e79d6a
TZ
143102011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14311
14312 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14313 instead of positional arguments. Allow :keylist and :crlfiles
14314 arguments.
14315 (open-gnutls-stream): Call it.
14316
14317 * net/network-stream.el (network-stream-open-starttls): Adjust to
14318 call `gnutls-negotiate' with :process and :hostname arguments.
14319
dd5a5ee0
SM
143202011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14321
ef80fc09
SM
14322 * minibuffer.el (completion--message): New function.
14323 (completion--do-completion, minibuffer-complete)
14324 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14325 (completion--do-completion): Don't ignore completion-auto-help when in
14326 icomplete-mode.
14327
dd5a5ee0
SM
14328 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14329 internal encoding (e.g. tibetan zero is not whitespace).
14330 (global-whitespace-mode): Prefer save-current-buffer.
14331 (whitespace-trailing-regexp): Remove useless save-match-data.
14332 (whitespace-empty-at-bob-regexp): Minor simplification.
14333
b7d22a83
CY
143342011-05-03 Chong Yidong <cyd@stupidchicken.com>
14335
14336 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14337
5192af46
AM
143382011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14339
14340 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14341 Use `concat' to create string for insertion.
5192af46 14342
5767d190
SM
143432011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14346 Avoid open-line which runs post-self-insert-hook.
14347 (bibtex-fill-entry): Remove unused `end' var.
14348
bf242939
AM
143492011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14350
5767d190
SM
14351 * textmodes/ispell.el (ispell-add-per-file-word-list):
14352 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14353
25666126
LL
143542011-05-03 Leo Liu <sdl.web@gmail.com>
14355
14356 * isearch.el (isearch-yank-pop): New command.
5767d190 14357 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14358 (isearch-forward): Mention it.
14359
52d3c2d0
SM
143602011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14361
1bcace58
SM
14362 * simple.el (minibuffer-complete-shell-command): Remove.
14363 (minibuffer-local-shell-command-map): Use completion-at-point.
14364 (read-shell-command): Setup completion vars here instead.
14365 (read-expression-map): Bind TAB to symbol completion.
14366
52d3c2d0
SM
14367 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14368 error directly rather via storing it into `results'.
14369
35813471
LL
143702011-05-02 Leo Liu <sdl.web@gmail.com>
14371
14372 * vc/diff.el: Fix description.
14373
e793a940
LMI
143742011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14375
14376 * server.el (server-eval-at): New function.
14377
8de66e05
LMI
143782011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14379
14380 * net/network-stream.el (open-network-stream): Take a :nowait
14381 parameter and pass it on to `make-network-process'.
14382 (network-stream-open-plain): Ditto.
14383
dcb79f20
AS
143842011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14385
14386 * faces.el (face-spec-set-match-display): Don't match toolkit
14387 options on terminal frames.
14388
14a7fbd8
SM
143892011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14390
7eabc1be
SM
14391 * progmodes/pascal.el: Use lexical binding.
14392 (pascal-mode-map): Remove author preferences.
14393
14a7fbd8
SM
14394 * pcomplete.el (pcomplete-std-complete): Don't abuse
14395 completion-at-point.
14396
50f84510
JB
143972011-04-28 Juanma Barranquero <lekktu@gmail.com>
14398
6e087a44
JB
14399 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14400 removing code that has been dead since 1991 or so.
14401
50f84510
JB
14402 * startup.el (command-line): When warning about "_emacs", use a
14403 delayed warning to allow the user to filter it out.
14404
0ba690bd
DD
144052011-04-28 Deniz Dogan <deniz@dogan.se>
14406
14407 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14408 user has not joined.
14409
08abfaad
SM
144102011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14411
14412 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14413 aren't any completions at point.
14414
638f053a
JB
144152011-04-28 Juanma Barranquero <lekktu@gmail.com>
14416
14417 * subr.el (display-delayed-warnings): New function.
14418 (delayed-warnings-hook): New variable.
14419
8fff8daa
SM
144202011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14421
08abfaad
SM
14422 * minibuffer.el (completion-at-point, completion-help-at-point):
14423 Don't presume that a given completion-at-point-function will always
14424 use the same calling convention.
14425
8fff8daa
SM
14426 * pcomplete.el (pcomplete-completions-at-point):
14427 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14428 pcomplete-seen is non-nil.
14429 (pcomplete-comint-setup): Also recognize the new comint/shell
14430 completion functions.
14431 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14432 pcomplete-seen is non-nil.
14433
841a1577 144342011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14435
841a1577 14436 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14437 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14438 the first character in the entry. This allows for code to add its
211ec907
UJ
14439 own uid to the entry.
14440 (icalendar--convert-float-to-ical): Add export of
14441 `diary-float'-entries save for those with the optional DAY
14442 argument.
14443
2a782793
DC
144442011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14445
14446 * subr.el (shell-quote-argument): Use alternate escaping strategy
14447 when we spot a variable reference in a string.
14448
0438ce91
DC
144492011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14450
14451 * cus-start.el (all): Define customization for debug-on-event.
14452
841a1577 144532011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14454
14455 * subr.el (shell-quote-argument): Escape correctly under Windows.
14456
d090ed6c
SM
144572011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14458
14459 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14460
bfd31217
MA
144612011-04-25 Michael Albinus <michael.albinus@gmx.de>
14462
d090ed6c
SM
14463 * net/tramp.el (tramp-process-actions): Add POS argument.
14464 Delete region between POS and (pos).
bfd31217 14465
d090ed6c
SM
14466 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14467 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14468 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14469
14470 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14471 position in `tramp-process-actions' call.
14472
14473 * net/trampver.el: Update release number.
14474
e92f3bd3
SM
144752011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14476
850256b5
SM
14477 * custom.el (defcustom): Obey lexical-binding.
14478
e92f3bd3
SM
14479 Fix octave-inf completion problems reported by Alexander Klimov.
14480 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14481 Inherit from octave-mode-syntax-table.
14482 (inferior-octave-mode): Set info-lookup-mode.
14483 (inferior-octave-completion-at-point): New function.
14484 (inferior-octave-complete): Use it and completion-in-region.
14485 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14486 comint-filename-completion.
14487 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14488 symbol elements which shouldn't be word elements.
14489 (octave-font-lock-keywords, octave-beginning-of-defun)
14490 (octave-function-header-regexp): Adjust regexps accordingly.
14491 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14492
cd22b309
JB
144932011-04-25 Juanma Barranquero <lekktu@gmail.com>
14494
14495 * net/gnutls.el (gnutls-errorp): Declare before first use.
14496
8b492194
TZ
144972011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14498
14499 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14500 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14501 default trustfile exists before going to use it. Add missing
5a5fa834 14502 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14503 Reported by Claudio Bley <claudio.bley@gmail.com>.
14504 (open-gnutls-stream): Add usage example.
14505
14506 * net/network-stream.el (network-stream-open-starttls): Give host
14507 parameter to `gnutls-negotiate'.
14508 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14509 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14510
841a1577 145112011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14512
cd22b309
JB
14513 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14514 Use correct match group (bug#8438).
05842630 14515
3ba7869c
CY
145162011-04-24 Chong Yidong <cyd@stupidchicken.com>
14517
512e3ae1
CY
14518 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14519 (package-menu--generate): New arg specifying packages to show.
14520 (package-menu-refresh, package-menu-execute, list-packages):
14521 Callers changed.
14522 (package-show-package-list): New function, replacing deleted
14523 package--list-packages (renamed because it is non-internal).
14524
14525 * finder.el (finder-list-matches): Use package-show-package-list
14526 instead of deleted package--list-packages.
14527
e92f3bd3
SM
14528 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14529 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14530 (vc-annotate-mode-map): Bind it to RET.
14531
7031be6d
UR
145322011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14533
14534 * progmodes/etags.el (next-file): Don't use set-buffer to change
14535 buffers (Bug#8478).
14536
4ef177aa
CY
145372011-04-24 Chong Yidong <cyd@stupidchicken.com>
14538
c8d173eb
CY
14539 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14540
4ef177aa
CY
14541 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14542 (apropos-accumulator): Doc fix.
14543 (apropos-function, apropos-macro, apropos-command)
14544 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14545 (apropos-plist): Add face property.
14546 (apropos-symbols-internal): Fix indentation.
14547 (apropos-print): Simplify help, and recognize apropos-multi-type.
14548 (apropos-print-doc): Use button-type-get to extract the button's
14549 face property. Fill docstring (Bug#8352).
14550
4ffd0d6b 145512011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14552
14553 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14554
c6c32125 14555 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14556 (mpuz-mode-map): Use mapc.
c6c32125
JB
14557 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14558 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14559 Fix typos in docstrings.
14560
58d468b4
JB
14561 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14562 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14563
6470c3c6
JB
14564 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14565
4ffd0d6b 145662011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14567
14568 * minibuffer.el (completion--do-completion): Avoid the "Next char
14569 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14570
3ad8bad0
CY
14571 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14572 mouse-2 into unread-command-events, it is interpreted correctly.
14573
71d73c9c 14574 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14575 (image-toggle-display): Doc fix.
71d73c9c 14576
841a1577 145772011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14578
4ffd0d6b
GM
14579 * textmodes/page.el (what-page): Use line-number-at-pos to
14580 calculate line number (Bug#6825).
6e1dbaa9 14581
c2fb1b60
JB
145822011-04-22 Juanma Barranquero <lekktu@gmail.com>
14583
14584 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14585 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14586 Pass argument NO-DEFAULT to `find-tag-interactive'.
14587
e02f48d7
JB
145882011-04-22 Juanma Barranquero <lekktu@gmail.com>
14589
14590 Lexical-binding cleanup.
14591
14592 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14593 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14594 * progmodes/ada-prj.el (ada-prj-initialize-values)
14595 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14596 (ada-prj-show-value):
14597 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14598 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14599 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14600 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14601 * progmodes/bug-reference.el (bug-reference-push-button):
14602 * progmodes/fortran.el (fortran-line-length):
14603 * progmodes/glasses.el (glasses-change):
14604 * progmodes/octave-mod.el (octave-fill-paragraph):
14605 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14606 (python-pdbtrack-grub-for-buffer, python-sentinel):
14607 * progmodes/sql.el (sql-save-connection):
14608 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14609 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14610 Mark unused parameters.
14611
14612 * progmodes/compile.el (compilation--flush-directory-cache)
14613 (compilation--flush-parse, compile-internal): Mark unused parameters.
14614 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14615 (compilation-next-error-function): Remove unused variable `timestamp'.
14616
14617 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14618 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14619
14620 * progmodes/dcl-mode.el (dcl-end-of-command):
14621 Remove unused variable `start'.
14622 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14623 (dcl-option-value-basic, dcl-option-value-offset)
14624 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14625 Mark unused parameters.
14626 (dcl-save-local-variable): Remove unused variable `val'.
14627 (mode): Declare.
14628
14629 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14630 Mark unused parameters.
14631 (delphi-ignore-changes): Move before first use.
14632 (delphi-charset-token-at): Remove unused variable `start'.
14633 (delphi-else-start): Remove unused variable `if-count'.
14634 (delphi-comment-block-start, delphi-comment-block-end):
14635 Remove unused variable `kind'.
14636 (delphi-indent-line): Remove unused variable `new-point'.
14637
14638 * progmodes/ebrowse.el (ebrowse-files-list)
14639 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14640 Mark unused parameters. Don't quote `lambda'.
14641 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14642 Don't quote `lambda'.
14643 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14644 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14645 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14646 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14647 Use `ignore-errors'.
14648 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14649 (ebrowse-view/find-file-and-search-pattern)
14650 (ebrowse-view/find-member-declaration/definition):
14651 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14652 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14653 Rename parameter PREFIX-ARG to PREFIX.
14654 (ebrowse-tags-read-name): Remove unused variables `start' and
14655 `member-info'.
14656 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14657 to `tags-file'.
14658
14659 * progmodes/etags.el (local-find-tag-hook): Declare.
14660 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14661 Mark unused parameters.
14662
14663 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14664 (executable-interpret): Mark unused parameter.
14665
14666 * progmodes/flymake.el (flymake-process-sentinel)
14667 (flymake-after-change-function)
14668 (flymake-create-temp-with-folder-structure)
14669 (flymake-get-include-dirs-dot): Mark unused parameters.
14670 (flymake-safe-delete-directory): Remove unused variable `err'.
14671
14672 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14673 (speedbar-timer-fn, speedbar-line-text)
14674 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14675 (speedbar-center-buffer-smartly): Declare functions.
14676 (gdb-find-watch-expression): Remove unused variable `array'.
14677 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14678 (gdb-starting): Mark unused parameters.
14679 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14680 (gdb-table-string): Remove unused variable `res'.
14681 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14682 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14683 (gdb-display-buffer): Remove unused variable `cur-size'.
14684
14685 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14686 allow lexical-binding compilation.
14687 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14688 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14689 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14690 Mark unused parameters.
14691 (gud-gdb-marker-filter): Remove unused variable `match'.
14692 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14693 lambda expressions and funcall them, instead of using `fset'.
14694
14695 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14696 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14697
14698 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14699 variable `header-beg'; use `let'.
14700
14701 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14702 `restart', `last-sexp' and `at-do'.
14703
14704 * progmodes/js.el (js--debug): Mark unused parameter.
14705 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14706 (js--splice-into-items): Remove unused variable `item'.
14707 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14708
14709 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14710 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14711 (makefile-complete): Remove unused variable `try'.
14712 (makefile-fill-paragraph, makefile-match-function-end):
14713 Mark unused parameters.
14714
14715 * progmodes/octave-inf.el (inferior-octave-complete):
14716 Remove unused variable `proc'.
14717 (inferior-octave-output-digest): Mark unused parameter.
14718
14719 * progmodes/perl-mode.el (perl-calculate-indent):
14720 Remove unused variable `err'.
14721
14722 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14723 (prolog-indent-line): Mark unused parameters.
14724 (prolog-indent-line): Remove unused variable `beg'.
14725
14726 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14727 (reporter-dont-compact-list): Declare.
14728
14729 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14730 Remove unused variable `char'.
14731 (sh-debug): Mark unused parameter.
14732 (sh-get-indent-info): Remove unused variable `start'.
14733 (sh-calculate-indent): Remove unused variable `var'.
14734
14735 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14736 (simula-electric-keyword): Remove unused variable `null'.
14737 (simula-search-backward, simula-search-forward): Remove unused
14738 variables `begin' and `end'.
14739
14740 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14741 Remove unused variable `pos'.
14742 (vera-electric-tab, vera-comment-uncomment-region):
14743 Mark unused parameters.
14744 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14745
7ede3b65
CY
147462011-04-22 Chong Yidong <cyd@stupidchicken.com>
14747
14748 * emacs-lisp/package.el (package--builtins, package-alist)
14749 (package-load-descriptor, package-built-in-p, package-activate)
14750 (define-package, package-installed-p)
14751 (package-compute-transaction, package-buffer-info)
14752 (package--push): Doc fix. Distinguish more clearly between
14753 version strings and version lists.
14754
121656e9
JB
147552011-04-21 Juanma Barranquero <lekktu@gmail.com>
14756
14757 Lexical-binding cleanup.
14758
14759 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14760 (5x5-make-mutate-best):
14761 * play/fortune.el (fortune-in-buffer):
14762 * play/gomoku.el (gomoku-init-display):
14763 * play/solitaire.el (solitaire, solitaire-do-check):
14764 * play/tetris.el (tetris-default-update-speed-function):
14765 Mark unused parameters.
14766
14767 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14768 (bubbles--shift): Remove unused variable `char-org'.
14769 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14770 (bubbles--show-images): Remove unused variable `char'.
14771
14772 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14773 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14774 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14775 (decipher-analyze-buffer): Use ?\s.
14776 (decipher-make-checkpoint): Remove unused variable `mapping'.
14777
14778 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14779
14780 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14781 Remove unused variable `result'; use `let'.
14782
14783 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14784 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14785 (gametree-children-shown-p, gametree-compute-reduced-score):
14786 Use `ignore-errors'.
14787
14788 * play/handwrite.el (ps-lpr-switches): Declare.
14789 (handwrite): Remove unused variables `pmin' and `lastp'.
14790
14791 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14792
14793 * play/landmark.el (landmark-init-display)
14794 (landmark-update-naught-weights): Mark unused parameters.
14795 (landmark-y): Remove unused variable `noise'. Simplify.
14796 (landmark-human-plays): Remove unused variable `score'.
14797
14798 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14799 (mpuz-try-proposal): Remove unused variable `game'.
14800
14801 * play/zone.el (life-patterns): Declare.
14802
80f499c7
JB
148032011-04-20 Juanma Barranquero <lekktu@gmail.com>
14804
14805 * vc/vc.el (ediff-vc-internal): Declare function.
14806
024ff170
SM
148072011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14808
c0a193ea
SM
14809 * shell.el: Use lexical-binding and std completion UI.
14810 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14811 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14812 comint-preoutput-filter-functions rather than on
14813 comint-output-filter-functions.
14814 (shell-command-completion, shell--command-completion-data)
14815 (shell-filename-completion, shell-environment-variable-completion)
14816 (shell-c-a-p-replace-by-expanded-directory): New functions.
14817 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14818 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14819 (shell-dynamic-complete-environment-variable): Use them.
14820 (shell-dynamic-complete-as-environment-variable)
14821 (shell-dynamic-complete-as-command): Remove.
14822 (shell-match-partial-variable): Match past point.
14823 * comint.el: Clean up use of completion-at-point-functions.
14824 (comint-completion-at-point): New function.
14825 (comint-mode): Use it completion-at-point-functions.
14826 (comint-dynamic-complete): Make it obsolete.
14827 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14828 (comint-c-a-p-replace-by-expanded-history): New function.
14829 (comint-dynamic-complete-functions)
14830 (comint-replace-by-expanded-history): Use it.
14831 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14832 termination strings. Try harder to avoid second try-completion.
14833 (completion-in-region-mode-map): Disable bindings that don't work yet.
14834
2dbaa080
SM
14835 * comint.el: Use lexical-binding. Require CL.
14836 (comint-dynamic-complete-functions): Use comint-filename-completion.
14837 (comint-completion-addsuffix): Tweak custom type.
14838 (comint-filename-completion, comint--common-suffix)
14839 (comint--common-quoted-suffix, comint--table-subvert)
14840 (comint--complete-file-name-data): New functions.
14841 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14842 (comint-dynamic-list-filename-completions): Use them.
14843 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14844
2dbaa080
SM
14845 * minibuffer.el (completion-in-region-mode):
14846 Keep completion-in-region-mode--predicate global.
14847 (completion-in-region--postch):
14848 Assume completion-in-region-mode--predicate is not null.
14849
c79a6f38
SM
14850 * progmodes/flymake.el (flymake-start-syntax-check-process):
14851 Obey `dir'. Simplify.
14852
024ff170
SM
14853 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14854 we're in VC after all.
14855
1c6c854e
CS
148562011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14857
14858 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14859 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14860 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14861
bed7f140
SM
148622011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14863
332e62ab
SM
14864 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14865 add sanity check.
14866
bed7f140
SM
14867 * obsolete/erc-hecomplete.el: Make obsolete.
14868 * obsolete/: Standardize obsolescence info in the header.
14869
f195c582
GM
148702011-04-20 Glenn Morris <rgm@gnu.org>
14871
14872 * calendar/solar.el (solar-horizontal-coordinates):
14873 Use the longitude argument rather than `calendar-longitude'.
14874 (solar-date-next-longitude): Remove unused locals.
14875
cb79b8c0
VJL
148762011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14877
14878 * whitespace.el: New version 13.2.1.
14879
148802011-04-20 felix <EmacsWiki> (tiny change)
14881
d8e4b68b 14882 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14883 switching between major modes on a file.
14884
602ea69d
SM
148852011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14886
14887 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14888 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14889 multi-line comments as well.
14890
06b60517
JB
148912011-04-19 Juanma Barranquero <lekktu@gmail.com>
14892
14893 Lexical-binding cleanup.
14894
14895 * arc-mode.el (archive-mode-revert):
14896 * cmuscheme.el (scheme-interactively-start-process):
14897 * custom.el (custom-initialize-delay):
14898 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14899 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14900 * emacs-lock.el (emacs-lock-clear-sentinel):
14901 * ezimage.el (defezimage):
14902 * follow.el (follow-avoid-tail-recenter):
14903 * fringe.el (set-fringe-mode-1):
14904 * generic-x.el (bat-generic-mode-compile):
14905 * help-mode.el (help-info-variable, help-do-xref)
14906 (help-mode-revert-buffer):
14907 * help.el (view-emacs-todo):
14908 * iswitchb.el (iswitchb-completion-help):
14909 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14910 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14911 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14912 * locate.el (locate-update):
14913 * longlines.el (longlines-encode-region)
14914 (longlines-after-change-function):
14915 * outline.el (outline-isearch-open-invisible):
14916 * ps-def.el (declare-function, charset-dimension, char-width)
14917 (encode-char):
14918 * ps-mule.el (ps-mule-plot-string):
14919 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14920 (recentf-edit-list-select, recentf-edit-list-validate)
14921 (recentf-open-files-action):
14922 * rect.el (delete-whitespace-rectangle-line)
14923 (rectangle-number-line-callback):
14924 * register.el (window-configuration-to-register)
14925 (frame-configuration-to-register):
14926 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14927 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14928 (xselect-convert-to-targets, xselect-convert-to-delete)
14929 (xselect-convert-to-filename, xselect-convert-to-charpos)
14930 (xselect-convert-to-lineno, xselect-convert-to-colno)
14931 (xselect-convert-to-os, xselect-convert-to-host)
14932 (xselect-convert-to-user, xselect-convert-to-class)
14933 (xselect-convert-to-name, xselect-convert-to-integer)
14934 (xselect-convert-to-atom, xselect-convert-to-identity):
14935 * subr.el (declare, ignore, process-kill-without-query)
14936 (text-clone-maintain):
14937 * terminal.el (te-get-char, te-tic-sentinel):
14938 * tool-bar.el (tool-bar-make-keymap):
14939 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14940 * type-break.el (type-break-mode, type-break-noninteractive-query):
14941 * view.el (View-back-to-mark):
14942 * wid-browse.el (widget-browse-action, widget-browse-widget)
14943 (widget-browse-widgets, widget-browse-sexp):
14944 * widget.el (define-widget-keywords):
14945 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14946 Mark unused parameters.
14947
14948 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14949 (align-areas): Remove unused variable `look'.
14950 (align-region): Remove unused variables `real-end' and `pos-list'.
14951
14952 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14953
14954 * bindings.el (mode-line-modified, mode-line-remote):
14955 Mark unused parameters.
14956 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14957
14958 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14959 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14960
14961 * comint.el (comint-history-isearch-pop-state)
14962 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14963 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14964 (comint-substitute-in-file-name): Doc fix.
14965
14966 * completion.el (cmpl-statistics-block): Mark unused parameter.
14967 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14968 (save-completions-to-file, load-completions-from-file):
14969 Remove unused local variable `e'.
14970
14971 * composite.el (compose-chars): Remove unused variable `len'.
14972 (lgstring-insert-glyph): Remove unused variable `g'.
14973 (compose-glyph-string): Remove unused variables `ascent',
14974 `descent', `lbearing' and `rbearing'.
14975 (compose-glyph-string-relative): Remove unused variables
14976 `lbearing', `rbearing' and `wadjust'.
14977 (compose-gstring-for-graphic): Remove unused variables `header',
14978 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14979 (compose-gstring-for-terminal): Remove unused variables `header'
14980 and `nchars'. Use `let', not `let*'.
14981
14982 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14983 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14984 (Custom-buffer-done, custom-buffer-create-internal)
14985 (custom-browse-visibility-action, custom-browse-group-tag-action)
14986 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14987 (widget-magic-mouse-down-action, custom-toggle-parent)
14988 (custom-add-parent-links, custom-toggle-hide-variable)
14989 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14990 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14991 (custom-face-menu-create, custom-variable-menu-create, get)
14992 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14993 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14994 (customize-apropos): Remove unused variable `tests'.
14995 (custom-group-value-create): Remove unused variable `hidden-p'.
14996 (sort-fold-case): Declare.
14997
14998 * cus-theme.el (custom-reset-standard-faces-list)
14999 (custom-reset-standard-variables-list): Declare.
15000 (customize-create-theme, custom-theme-revert, custom-theme-write)
15001 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15002 Mark unused parameters.
15003
15004 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15005
15006 * delim-col.el (delimit-columns-max): Move defvar before first use.
15007
15008 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15009 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15010
15011 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15012 (auto-insert): Declare.
15013 (desktop-restore-file-buffer): Rename desktop-* parameters;
15014 mark unused ones.
15015 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15016 (desktop-buffer): Rename desktop-* parameters.
15017
15018 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15019 (dframe-reposition-frame-xemacs, dframe-help-echo)
15020 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15021 Mark unused parameters.
15022
15023 * dired-aux.el (backup-extract-version-start, overwrite-query)
15024 (overwrite-backup-query, rename-regexp-query)
15025 (rename-non-directory-query): Declare.
15026 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15027 (dired-add-entry): Remove unused variable `orig-file-name'.
15028 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15029 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15030 `dired-copy-preserve-time' directly.
15031 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15032 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15033
15034 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15035 (dired-virtual-revert, dired-make-relative-symlink):
15036 Mark unused parameters.
15037 (manual-program): Declare.
15038 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15039 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15040 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15041
15042 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15043
15044 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15045
15046 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15047 Declare.
15048
15049 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15050
15051 * electric.el (Electric-command-loop): Rename parameter
15052 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15053
15054 * expand.el (expand-in-literal): Remove unused variable `here'.
15055
15056 * facemenu.el (facemenu-add-new-color):
15057 Remove unused variable `docstring'.
15058
15059 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15060 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15061 (face-attr-construct): Mark unused parameter. Doc fix.
15062 (read-color): Remove unused variable `hex-string'.
15063
15064 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15065 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15066 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15067 (display-buffer-other-frame): Remove unused variable `old-window'.
15068 (kill-buffer-hook): Declare.
15069 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15070 Mark unused parameters.
15071 (after-find-file): Pass 1 to `auto-save-mode', not t.
15072
15073 * files-x.el (auto-insert): Declare.
15074 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15075
15076 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15077 variable `buf'. Mark unused parameter.
06b60517
JB
15078 (find-lisp-insert-directory): Mark unused parameter.
15079
15080 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15081 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15082 (format-common-tail): Remove, unused.
15083 (format-deannotate-region): Remove unused variable `loc'.
15084 (format-annotate-region): Remove unused variable `p'.
15085 (format-annotate-single-property-change): Remove unused variables
15086 `default' and `tail'.
15087
15088 * forms.el (read-file-filter): Declare.
15089 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15090
15091 * frame.el (frame-creation-function-alist): Mark unused parameter.
15092 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15093
15094 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15095 Remove unused parameters.
15096 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15097 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15098
15099 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15100 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15101 (hfy-prepare-tag-map): Mark unused parameters.
15102 (htmlfontify-buffer): Use `called-interactively-p'.
15103
15104 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15105 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15106 (ibuffer-do-occur): Mark unused parameters.
15107 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15108 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15109
15110 * ibuffer.el: Don't quote `lambda'.
15111 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15112 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15113 Mark unused parameters.
15114
15115 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15116 (ido-completing-read): Mark unused parameters.
15117 (ido-copy-current-word): Mark unused parameters;
15118 remove unused variable `name'.
15119 (ido-sort-merged-list): Remove unused parameter `dirs'.
15120
15121 * ielm.el (ielm-input-sender): Mark unused parameter.
15122 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15123 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15124 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15125 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15126 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15127
15128 * image-dired.el (image-dired-display-thumbs): Remove unused
15129 variables `curr-file' and `count'.
15130 (image-dired-remove-tag): Remove unused variable `start'.
15131 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15132 variable `curr-file'
15133 (image-dired-rotate-original): Remove unused variable `temp-file'.
15134 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15135 Remove unused variable `file'.
15136 (image-dired-gallery-generate): Remove unused variable `curr'.
15137 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15138
15139 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15140
15141 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15142
15143 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15144
15145 * isearch.el (minibuffer-history-symbol): Declare.
15146 (isearch-edit-string): Remove unused variable `err'.
15147 (isearch-message-prefix, isearch-message-suffix):
15148 Mark unused parameters.
15149
15150 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15151
15152 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15153
15154 * makesum.el (double-column): Remove unused variable `cnt'.
15155
15156 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15157 (ido-ignore-item-temp-list): Declare.
15158
15159 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15160 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15161 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15162 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15163 `mouse-col-delta'.
15164
15165 * mouse-sel.el (mouse-extend-internal):
15166 Remove unused variable `orig-window-frame'.
15167
15168 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15169 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15170 Move declarations before first use.
15171 (pcomplete-opt): Mark unused parameters; doc fix.
15172
15173 * proced.el (proced-revert): Mark unused parameter.
15174 (proced-send-signal): Remove unused variable `err'.
15175
15176 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15177 Rename parameter PREFIX-ARG to ARG.
15178 (ps-basic-plot-string, ps-basic-plot-whitespace):
15179 Mark unused parameters.
15180
15181 * replace.el (replace-count): Define.
15182 (occur-revert-function): Mark unused parameters.
15183 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15184 (isearch-case-fold-search, isearch-string): Declare.
15185 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15186 bind `case-fold-search'. Remove unused variables `beg' and `end',
15187 and simplify.
15188 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15189 COUNT and bind `replace-count'.
15190 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15191 to COUNT.
15192
15193 * savehist.el (print-readably, print-string-length): Declare.
15194
15195 * shadowfile.el (shadow-expand-cluster-in-file-name):
15196 Remove unused variable `cluster'.
15197 (shadow-copy-file): Remove unused variable `i'.
15198 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15199 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15200 (shadow-define-literal-group, shadow-define-regexp-group)
15201 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15202
15203 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15204 (shell): Use `called-interactively-p'.
15205 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15206
15207 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15208 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15209 (delete-backward-char): Remove unused variable `ocol'.
15210 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15211 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15212 (event-apply-hyper-modifier, event-apply-shift-modifier)
15213 (event-apply-control-modifier, event-apply-meta-modifier):
15214 Mark unused parameters.
15215 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15216 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15217
15218 * speedbar.el (speedbar-ignored-directory-expressions)
15219 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15220 (speedbar-find-file, speedbar-dir-follow)
15221 (speedbar-directory-buttons-follow, speedbar-tag-find)
15222 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15223 (speedbar-buffers-line-directory, speedbar-buffer-click):
15224 Mark unused parameters.
15225 (speedbar-tag-file): Remove unused variable `mode'.
15226 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15227
15228 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15229
15230 * talk.el (talk): Remove unused variable `display'.
15231
15232 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15233 (tar-write-region-annotate): Mark unused parameter.
15234
15235 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15236 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15237 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15238 warning by another.
15239
15240 * time-stamp.el (time-stamp-string-preprocess):
15241 Remove unused variable `require-padding'.
15242
15243 * tree-widget.el (widget-glyph-enable): Declare.
15244 (tree-widget-action): Mark unused parameter.
15245
15246 * w32-fns.el (x-get-selection): Mark unused parameter.
15247 (autoload-make-program, generated-autoload-file): Declare.
15248
15249 * wdired.el (wdired-revert): Mark unused parameters.
15250 (wdired-xcase-word): Remove unused variable `err'.
15251
15252 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15253 (whitespace-help-scroll): Remove unused variable `data-help'.
15254
15255 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15256 (widget-image-insert, widget-after-change, default)
15257 (widget-default-format-handler, widget-default-notify)
15258 (widget-default-prompt-value, widget-info-link-action)
15259 (widget-url-link-action, widget-function-link-action)
15260 (widget-variable-link-action, widget-file-link-action)
15261 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15262 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15263 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15264 (widget-insert-button-action, widget-delete-button-action, visibility)
15265 (widget-documentation-link-action, widget-documentation-string-action)
15266 (widget-const-prompt-value, widget-regexp-match, symbol)
15267 (widget-coding-system-prompt-value)
15268 (widget-key-sequence-value-to-external, sexp)
15269 (widget-sexp-value-to-internal, character, vector, cons)
15270 (widget-choice-prompt-value, widget-boolean-prompt-value)
15271 (widget-color--choose-action): Mark unused parameters.
15272 (widget-item-match-inline, widget-choice-match-inline)
15273 (widget-checklist-match, widget-checklist-match-inline)
15274 (widget-group-match): Rename parameter VALUES to VALS.
15275 (widget-field-value-set): Remove unused variable `size'.
15276 (widget-color-action): Remove unused variables `value' and `start'.
15277
15278 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15279 variable `dir'. Doc fix.
06b60517
JB
15280 (windmove-find-other-window): Don't pass it.
15281
15282 * window.el (count-windows): Mark unused parameter.
15283 (bw-adjust-window): Remove unused variable `err'.
15284
15285 * woman.el (woman-file-name): Remove unused variable `default'.
15286 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15287 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15288 (global-font-lock-mode): Declare.
15289 (woman-decode-region): Mark unused parameter.
15290 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15291
15292 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15293 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15294 (x-dnd-handle-moz-url): Remove unused variable `title'.
15295 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15296
15297 * xml.el (xml-parse-tag, xml-parse-attlist):
15298 Remove unused variable `pos'.
15299
bc4f7f3d
GM
153002011-04-19 Glenn Morris <rgm@gnu.org>
15301
15302 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15303 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15304 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15305 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15306 * calendar/cal-html.el (cal-html-insert-minical):
15307 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15308 (calendar-mark-date-pattern):
15309 Prefix "unused" locals.
15310
15311 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15312 optional argument `style'.
15313
15314 * calendar/appt.el (appt-make-list):
15315 * calendar/cal-china.el (calendar-chinese-date-string):
15316 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15317 (diary-hebrew-yahrzeit):
15318 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15319 * calendar/calendar.el (calendar-generate-window):
15320 * calendar/time-date.el (time-to-days):
15321 Remove unused local variables.
15322
16a43933
CY
153232011-04-18 Chong Yidong <cyd@stupidchicken.com>
15324
15325 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15326 glyphless-char-display table.
15327 (tabulated-list-glyphless-char-display): New var.
15328
7eed1860
SS
153292011-04-18 Sam Steingold <sds@gnu.org>
15330
15331 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15332 to acknowledgments.
15333
4d2d1ccd
GM
153342011-04-17 Glenn Morris <rgm@gnu.org>
15335
15336 * calendar/diary-lib.el (diary-sexp-entry):
15337 * calendar/holidays.el (holiday-sexp):
15338 Set debug-on-error rather than the removed stack-trace-on-error.
15339
239da61d
GM
153402011-04-16 Glenn Morris <rgm@gnu.org>
15341
15342 * progmodes/f90.el: Use lexical-binding.
15343 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15344
8b05752a
SM
153452011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15346
daca8ba5
SM
15347 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15348 (mail-mode): Setup mailalias completion here instead.
15349 * mail/mailalias.el: Use lexical-binding.
15350 (pattern, mailalias-done): Declare dynamic.
15351 (mail-completion-at-point-function): New function, from mail-complete.
15352 (mail-complete): Use it.
15353 (mail-completion-expand): New function.
15354 (mail-get-names): Use it.
15355 (mail-directory, mail-directory-process, mail-directory-stream):
15356 Don't use `pattern' for lexically bound arg.
15357
6f542485
SM
15358 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15359
037e7c3f
SM
15360 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15361 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15362 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15363
8b05752a
SM
15364 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15365 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15366 (byte-interactive-p): Define them again, for use when inlining
15367 old code.
15368
49093f60
JB
153692011-04-15 Juanma Barranquero <lekktu@gmail.com>
15370
15371 * loadup.el: Use `string-to-number', not `string-to-int'.
15372
b5b8e7de
SM
153732011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15376 gud-gdb-complete-command.
15377 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15378 (gud-gdb-completion-at-point): New function.
15379 (gud-gdb-completions): Remove.
15380
f42efeb5
MA
153812011-04-14 Michael Albinus <michael.albinus@gmx.de>
15382
49093f60
JB
15383 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15384 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15385 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15386 whether `executable-find' is bound.
f42efeb5
MA
15387
15388 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15389
e240cc21
SM
153902011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15391
15392 * minibuffer.el (completion-in-region-mode-predicate)
15393 (completion-in-region-mode--predicate): New vars.
15394 (completion-in-region, completion-in-region--postch)
15395 (completion-in-region-mode): Use them.
15396 (completion--capf-wrapper): Also return the hook function.
15397 (completion-at-point, completion-help-at-point):
15398 Adjust and provide a predicate.
c2bd2ab0
SM
15399
15400 Preserve arg names for advice of subr and lexical functions (bug#8457).
15401 * help-fns.el (help-function-arglist): Consolidate the subr and
15402 new-byte-code cases. Add argument `preserve-names' to extract names
15403 from the docstring when needed.
15404 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15405 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15406 (ad-arglist): Use help-function-arglist's new arg.
15407 (ad-definition-type): Use cond.
15408
c183f693
JB
154092011-04-13 Juanma Barranquero <lekktu@gmail.com>
15410
06641a47
JB
15411 * autorevert.el (auto-revert-handler):
15412 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15413 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15414 Don't quote lambda.
15415
c183f693
JB
15416 * image-mode.el (image-transform-set-scale):
15417 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15418
1e3b6001
G
154192011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15420
15421 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15422 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15423 Upgrades via gnutls-cli are too slow to be done opportunistically.
15424
2d6af8dd
JB
154252011-04-12 Juanma Barranquero <lekktu@gmail.com>
15426
15427 * dframe.el (dframe-current-frame): Remove spurious quote.
15428
c0749a51
GM
154292011-04-12 Glenn Morris <rgm@gnu.org>
15430
088d0d61
GM
15431 * calendar/cal-tex.el (cal-tex-end-document):
15432 Try to automatically use latin1 input if needed.
15433
c0749a51
GM
15434 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15435 Don't try to cons a mark onto an empty element.
15436
5c90fde0
LL
154372011-04-11 Leo Liu <sdl.web@gmail.com>
15438
15439 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15440 buffers.
15441 (ido-kill-buffer-at-head): Support killing virtual buffers.
15442
369e974d
CY
154432011-04-10 Chong Yidong <cyd@stupidchicken.com>
15444
15445 * minibuffer.el (completion-show-inline-help): New var.
15446 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15447 (minibuffer-force-complete, minibuffer-complete-word):
15448 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15449
15450 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15451 to avoid interference from inline help (Bug#5849).
15452
37f1c930
LL
154532011-04-10 Leo Liu <sdl.web@gmail.com>
15454
099c39a4
JB
15455 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15456 Fix typo.
37f1c930 15457
a32d4040
CY
154582011-04-09 Chong Yidong <cyd@stupidchicken.com>
15459
15460 * image-mode.el (image-toggle-display-image): Signal an error if
15461 not in Image mode.
15462 (image-transform-mode, image-transform-resize)
15463 (image-transform-set-rotation): Doc fix.
daca8ba5 15464 (image-transform-set-resize): Delete.
a32d4040
CY
15465 (image-transform-set-scale, image-transform-fit-to-height)
15466 (image-transform-fit-to-width): Handle image-toggle-display-image
15467 and image-transform-resize directly.
15468
099c39a4 154692011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15470
15471 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15472 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15473 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15474 (doc-view-mode-map): Add bindings for the new functions.
15475
099c39a4 154762011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15477
4d61f28d 15478 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15479 Fix typo in docstring.
15480
3726838a
EZ
154812011-04-08 Eli Zaretskii <eliz@gnu.org>
15482
04f33f1e
EZ
15483 * files.el (file-size-human-readable): Produce one digit after
15484 decimal, like "ls -lh" does.
15485
15486 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15487 the file size representation.
15488
3726838a
EZ
15489 * simple.el (list-processes): If async subprocesses are not
15490 available, error out with a clear error message.
15491
cbb59342
CY
154922011-04-08 Chong Yidong <cyd@stupidchicken.com>
15493
15494 * help.el (help-form-show): New function, to be called from C.
15495 Put help-form output in a buffer named differently than *Help*.
15496
e3971c44
EZ
154972011-04-08 Eli Zaretskii <eliz@gnu.org>
15498
15499 * files.el (file-size-human-readable): New function.
15500
15501 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15502 computing the representation inline. Don't require `cl'.
15503
12544bbe
GM
155042011-04-08 Glenn Morris <rgm@gnu.org>
15505
a1de6c6a
GM
15506 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15507
3c4671f4
GM
15508 * net/browse-url.el (browse-url-firefox):
15509 Test system-type, not system-configuration.
15510
b605679c
GM
15511 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15512 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15513 Use log-edit-empty-buffer-p. (Bug#7598)
15514
56442f0c
GM
15515 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15516 (rlogin-mode-map): Initialize in the defvar.
15517 (rlogin): Use ignore-errors.
15518
12544bbe
GM
15519 * replace.el (occur-mode-map): Some fixes for menu items.
15520
eb237b0f
AH
155212011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15522
15523 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15524
7d668f2c
CY
155252011-04-06 Chong Yidong <cyd@stupidchicken.com>
15526
e67a13ab
CY
15527 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15528 issuing unused warnings.
15529
15530 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15531 macro directly.
15532
7d668f2c
CY
15533 * simple.el: Lisp reimplement of list-processes. Based on an
15534 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15535 (process-menu-mode): New major mode.
15536 (list-processes--refresh, list-processes):
15537 (process-menu-visit-buffer): New functions.
15538
15539 * files.el (save-buffers-kill-emacs): Don't assume any return
15540 value of list-processes, which is undocumented anyway.
15541
a83ec3c9
CY
155422011-04-06 Chong Yidong <cyd@stupidchicken.com>
15543
15544 * emacs-lisp/tabulated-list.el: New file.
15545
e91a96fe
CY
15546 * emacs-lisp/package.el: Use Tabulated List mode.
15547 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15548 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15549 table format using Tabulated List mode variables.
15550 (package--push): New macro, replacing package-list-maybe-add.
15551 (package-menu--generate): Use package--push. Renamed from
15552 package--generate-package-list.
15553 (package-menu-refresh, list-packages): Use it.
daca8ba5 15554 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15555 Return insertion data instead of inserting it directly.
099c39a4
JB
15556 (package-menu-describe-package, package-menu-execute):
15557 Use tabulated-list-get-id.
e91a96fe
CY
15558 (package-menu-mark-delete, package-menu-mark-install)
15559 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15560 (package-menu-mark-obsolete-for-deletion):
15561 Use tabulated-list-put-tag.
e91a96fe
CY
15562 (package--list-packages, package-menu-revert)
15563 (package-menu-get-package, package-menu-get-version)
15564 (package-menu-sort-by-column): Functions deleted.
15565 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15566 (package-menu--status-predicate, package-menu--version-predicate)
15567 (package-menu--name-predicate)
15568 (package-menu--description-predicate): Handle arguments in the
15569 Tabulated List format.
15570 (package-list-packages-no-fetch): Call list-packages.
15571
3e214b50
JB
155722011-04-06 Juanma Barranquero <lekktu@gmail.com>
15573
15574 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15575 (after-find-file): Don't bind it.
3e214b50
JB
15576 (revert-buffer-in-progress-p): New variable.
15577 (revert-buffer): Bind it.
15578 Pass nil for `after-find-file-from-revert-buffer'.
15579
15580 * saveplace.el (save-place-find-file-hook): Use new variable
15581 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15582
3f0f1700
GM
155832011-04-06 Glenn Morris <rgm@gnu.org>
15584
c0274801
GM
15585 * Makefile.in (AUTOGEN_VCS): New variable.
15586 (autoloads): Use $AUTOGEN_VCS.
15587
3f0f1700
GM
15588 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15589 * calendar/calendar.el (calendar-mode-map):
15590 Check for toolkit scroll bars. (Bug#8305)
15591
41ea9e48
CY
155922011-04-05 Chong Yidong <cyd@stupidchicken.com>
15593
15594 * minibuffer.el (completion-in-region--postch)
15595 (completion-in-region-mode): Remove unnecessary messages.
15596
6194c800
JB
155972011-04-05 Juanma Barranquero <lekktu@gmail.com>
15598
33256f14
JB
15599 * font-lock.el (font-lock-refresh-defaults):
15600 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15601 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15602
6194c800
JB
15603 * info.el (Info-directory-list, Info-read-node-name-2)
15604 (Info-split-parameter-string): Doc fixes.
15605 (Info-virtual-nodes): Reflow docstring.
15606 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15607 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15608 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15609 Fix typos in docstrings.
15610 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15611 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15612 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15613 (Info-restore-desktop-buffer): Mark unused parameters.
15614 (Info-directory-find-file, Info-directory-find-node)
15615 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15616 (Info-virtual-index-find-node, Info-apropos-find-file)
15617 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15618 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15619 (Info-virtual-index): Remove unused local variable `nodename'.
15620
b87a8200 156212011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15622
b87a8200
DD
15623 * net/rcirc.el: Update my e-mail address.
15624 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15625
3b2ff876
CY
156262011-04-05 Chong Yidong <cyd@stupidchicken.com>
15627
15628 * startup.el (command-line): Save the cursor's theme-face
15629 directly, instead of using face-override-spec.
15630
15631 * custom.el (load-theme): Minor optimization in assigning faces.
15632
8d17e7ca
JB
156332011-04-04 Juanma Barranquero <lekktu@gmail.com>
15634
15635 * help-fns.el (describe-variable): Complete all variables having
15636 documentation, including keywords.
15637 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15638
2fbc1934
JB
156392011-04-04 Juanma Barranquero <lekktu@gmail.com>
15640
15641 Convert to lexical-binding.
15642
15643 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15644 (bs--get-marked-string, bs--get-modified-string)
15645 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15646 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15647 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15648
15649 * ehelp.el (electric-help-execute-extended)
15650 (electric-help-ctrl-x-prefix):
15651 * hexl.el (hexl-revert-buffer-function):
15652 * linum.el (linum-after-change, linum-after-scroll):
15653 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15654
15655 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15656
74f50695
DU
156572011-04-04 Daiki Ueno <ueno@unixuser.org>
15658
15659 * epa-dired.el:
15660 * epa-mail.el:
15661 * epa-hook.el:
15662 * epa-file.el:
15663 * epa.el:
15664 * epg.el: Use lexical binding.
15665
c11325f7
CY
156662011-04-03 Chong Yidong <cyd@stupidchicken.com>
15667
0d9e9a12
CY
15668 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15669
c11325f7 15670 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15671 dictionary case for flyspell-mark-duplications-exceptions.
15672 Use regexp matching for languages.
c11325f7
CY
15673 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15674 default dictionary (Bug#7926).
15675
da91b5f2
CY
156762011-04-02 Chong Yidong <cyd@stupidchicken.com>
15677
099c39a4
JB
15678 * emacs-lisp/package.el (package--with-work-buffer):
15679 Recognize https URLs.
da91b5f2 15680
099c39a4
JB
15681 * net/network-stream.el: Move from gnus/proto-stream.el.
15682 Change prefix to network-stream throughout.
da91b5f2
CY
15683 (open-protocol-stream): Merge into open-network-stream, leaving
15684 open-protocol-stream as an alias. Handle nil BUFFER args.
15685
15686 * subr.el (open-network-stream): Move to net/network-stream.el.
15687
afa8e9f6
GM
156882011-04-02 Glenn Morris <rgm@gnu.org>
15689
1d2e369d
GM
15690 * find-dired.el (find-exec-terminator): New option.
15691 (find-ls-option): Test for -ls support.
15692 (find-ls-subdir-switches): Test for -b in find-ls-option.
15693 (find-dired, find-grep-dired): Doc fixes.
15694 (find-dired): Use find-exec-terminator.
15695
8abb7da8 15696 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15697 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15698 (find-name-arg): Remove purecopy.
8abb7da8 15699
f3ca7378
GM
15700 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15701 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15702 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15703 accordingly. Don't add the null-device if not needed.
15704
afa8e9f6
GM
15705 * files.el (save-some-buffers): Doc fix.
15706
35eae264
EZ
157072011-04-02 Eli Zaretskii <eliz@gnu.org>
15708
15709 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15710
26b51db5
JB
157112011-04-01 Juanma Barranquero <lekktu@gmail.com>
15712
15713 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15714 Use `dolist' rather than `mapcar'.
15715
7200d79c
SM
157162011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15717
03408648 15718 Add lexical binding.
7200d79c 15719
03408648
SM
15720 * subr.el (apply-partially): Use new closures rather than CL.
15721 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15722 (dolist, dotimes): Use slightly different expansion for lexical code.
15723 (functionp): Move to C.
15724 (letrec): New macro.
15725 (with-wrapper-hook): Use it and apply-partially instead of CL.
15726 (eval-after-load): Preserve lexical-binding.
15727 (save-window-excursion, with-output-to-temp-buffer): Turn them
15728 into macros.
7200d79c 15729
03408648
SM
15730 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15731
15732 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15733 than the arglist.
15734 (help-add-fundoc-usage): Don't add `Not documented'.
15735 (help-function-arglist): Handle closures, subroutines, and new
15736 byte-code-functions.
15737 (help-make-usage): Remove leading underscores.
15738 (describe-function-1): Handle closures.
15739 (describe-variable): Use special-variable-p for completion.
15740
15741 * files.el (lexical-binding): Declare safe.
f488fb65 15742
03408648
SM
15743 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15744 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15745 (pcase): Add `let' pattern.
15746 Change memoization so it actually works.
15747 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15748 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15749 <let>: New case.
f488fb65 15750
03408648
SM
15751 * emacs-lisp/macroexp.el: Use lexical binding.
15752 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15753 Don't convert ' to #' without checking that it's indeed quoting
15754 a lambda.
15755
15756 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15757 Use eval-sexp-add-defvars.
03408648
SM
15758 (eval-sexp-add-defvars): New fun.
15759
15760 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15761
15762 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15763 Don't autoload.
15764 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15765 than the internal `byte-compile-lambda'.
15766 (defmethod): Don't hide code under quotes.
15767 (eieio-defmethod): New `code' argument.
15768
15769 * emacs-lisp/eieio-comp.el: Remove.
15770
15771 * emacs-lisp/edebug.el (edebug-eval-defun)
15772 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15773 (edebug-toggle): Avoid `eval'.
15774
15775 * emacs-lisp/disass.el (disassemble-internal): Handle new
15776 `closure' objects.
15777 (disassemble-1): Handle new byte codes.
15778
15779 * emacs-lisp/cl.el (pushnew): Silence warning.
15780
15781 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15782 (cl-byte-compile-throw): Remove.
15783 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15784
15785 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15786 closures.
15787
15788 * emacs-lisp/cconv.el: New file.
15789
15790 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15791 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15792 (byte-compile-initial-macro-environment):
15793 Handle declare-function here.
15794 (byte-compile--lexical-environment): New var.
15795 (byte-stack-ref, byte-stack-set, byte-discardN)
15796 (byte-discardN-preserve-tos): New lap codes.
15797 (byte-interactive-p): Don't use any more.
15798 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15799 New macros.
15800 (byte-compile-lapcode): Use them and handle new lap codes.
15801 (byte-compile-obsolete): Remove.
15802 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15803 (byte-compile-arglist-warn): Check late def of inlinable funs.
15804 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15805 since they should have been expanded by now.
15806 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15807 (byte-compile-from-buffer): Remove unused second arg.
15808 (byte-compile-preprocess): New function.
15809 (byte-compile-toplevel-file-form): New function to distinguish
15810 file-form calls from outside from file-form calls from hunk-handlers.
15811 (byte-compile-file-form): Simplify.
15812 (byte-compile-file-form-defsubst): Remove.
15813 (byte-compile-file-form-defmumble): Simplify now that
15814 byte-compile-lambda always returns a byte-code-function.
15815 (byte-compile): Preprocess.
15816 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15817 Remove, not used any more.
15818 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15819 (byte-compile-make-args-desc): New funs.
15820 (byte-compile-lambda): Handle lexical functions. Always return
15821 a byte-code-function.
15822 (byte-compile-reserved-constants): New var, to make up room for
15823 closed-over variables.
15824 (byte-compile-constants-vector): Obey it.
15825 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15826 (byte-compile-macroexpand-declare-function): New function.
15827 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15828 byte-code-functions.
15829 (byte-compile-form): Check obsolescence here.
15830 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15831 (byte-compile-variable-ref): Remove.
15832 (byte-compile-dynamic-variable-op): New fun.
15833 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15834 (byte-compile-variable-set): New funs.
15835 (byte-compile-discard): Add 2 args.
15836 (byte-compile-stack-ref, byte-compile-stack-set)
15837 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15838 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15839 macroexpand-all instead.
15840 (byte-compile-quote-form): Remove.
15841 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15842 (byte-compile-bind, byte-compile-unbind): New funs.
15843 (byte-compile-let): Handle let* and lexical binding.
15844 (byte-compile-let*): Remove.
15845 (byte-compile-catch, byte-compile-unwind-protect)
15846 (byte-compile-track-mouse, byte-compile-condition-case):
15847 Handle a new :fun-body form, used for lexical scoping.
15848 (byte-compile-save-window-excursion)
15849 (byte-compile-with-output-to-temp-buffer): Remove.
15850 (byte-compile-defun): Simplify.
15851 (byte-compile-stack-adjustment): New fun.
15852 (byte-compile-out): Use it.
15853 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15854
15855 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15856 handler any more.
15857
15858 * emacs-lisp/byte-opt.el: Use lexical binding.
15859 (byte-inline-lapcode): Remove (to bytecomp).
15860 (byte-compile-inline-expand): Pay attention to inlining to/from
15861 lexically bound code.
15862 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15863 any more.
15864 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15865 any more and don't call compiler-macros.
15866 (byte-compile-splice-in-already-compiled-code): Remove.
15867 (byte-code): Don't inline any more.
15868 (disassemble-offset): Receive `bytes' as argument rather than via
15869 dynamic scoping.
15870 (byte-compile-tag-number): Declare before first use.
15871 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15872 `return' even if make-spliceable.
15873 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15874 obsolete interactive-p.
15875 (byte-optimize-lapcode): Optimize new lap-codes.
15876 Don't trip up on new form of `byte-constant' lap code.
15877
15878 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15879
15880 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15881
15882 * custom.el (custom-initialize-default, custom-declare-variable):
15883 Use `defvar'.
15884
15885 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15886 New variables.
15887 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15888 (COMPILE_FIRST): Add macroexp and cconv.
15889 * makefile.w32-in: Mirror changes in Makefile.in.
15890
15891 * vc/cvs-status.el:
15892 * vc/diff-mode.el:
15893 * vc/log-edit.el:
15894 * vc/log-view.el:
15895 * vc/smerge-mode.el:
15896 * textmodes/bibtex-style.el:
090bd7cb 15897 * textmodes/css-mode.el:
03408648
SM
15898 * startup.el:
15899 * uniquify.el:
da91b5f2
CY
15900 * minibuffer.el:
15901 * newcomment.el:
15902 * reveal.el:
15903 * server.el:
15904 * mpc.el:
15905 * emacs-lisp/smie.el:
15906 * doc-view.el:
15907 * dired.el:
03408648
SM
15908 * abbrev.el: Use lexical binding.
15909
0f0c1f27
EZ
159102011-04-01 Eli Zaretskii <eliz@gnu.org>
15911
15912 * info.el (info-display-manual): New function.
15913
c82b2579
SM
159142011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15915
15916 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15917
221ddf68
TH
159182011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15919
15920 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15921 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15922
cba6e77e
GM
159232011-03-31 Glenn Morris <rgm@gnu.org>
15924
e040639f
GM
15925 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15926
cba6e77e
GM
15927 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15928
6d0f1c9e
CS
159292011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15930
15931 * progmodes/python.el (python-default-interpreter)
15932 (python-python-command-args, python-jython-command-args)
15933 (python-which-shell, python-which-args, python-which-bufname)
15934 (python-file-queue, python-comint-output-filter-function)
15935 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15936 variables and functions.
15937
3e2d70fd
SM
159382011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15939
15940 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15941 (completion-in-region-mode): New minor mode.
15942 (completion-in-region): Use it.
15943 (completion-in-region--data, completion-in-region-mode-map): New vars.
15944 (completion-in-region--postch): New function.
15945 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15946 New vars.
15947 (completion--capf-wrapper): New function.
15948 (completion-at-point): Use it to track well-behavedness of
15949 hook functions.
15950 (completion-help-at-point): New command.
15951
f3e4086c
JM
159522011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15953
15954 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15955 syntax class to search for whitespace on a single line
15956 (Message-ID: <4D938140.4030905@redhat.com>).
15957
eb7ffc14
LL
159582011-03-30 Leo Liu <sdl.web@gmail.com>
15959
15960 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15961 New commands.
15962 (edit-abbrevs-map): Bind them here.
15963 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15964
d806ab68
KM
159652011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15966
15967 * allout.el (allout-hide-by-annotation, allout-flag-region):
15968 Reduce possibility of overlay leakage by making them volatile.
15969
15970 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15971 hash is not shared between buffers. Mode initialization is
15972 responsible for giving it a useful starting value.
15973 (allout-item-span): Reduce possibility of overlay leakage by
15974 making them volatile.
15975 (allout-widgets-count-buttons-in-region): Add diagnostic function
15976 for tracking down button overlay leaks.
15977
ea622834
LL
159782011-03-29 Leo Liu <sdl.web@gmail.com>
15979
15980 * ido.el (ido-read-internal): Use the default history var
15981 minibuffer-history if no HISTORY is specified.
15982
b62f8267
G
159832011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15984
03408648
SM
15985 * net/imap.el (imap-shell-open, imap-process-connection-type):
15986 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15987 Kerberos, SSL, other subprocesses.
15988
947b6566
LL
159892011-03-28 Leo Liu <sdl.web@gmail.com>
15990
15991 * abbrev.el (abbrev-table-empty-p): New function.
15992 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15993 nonempty ones. (Bug#5937)
15994
5ffb62aa
JD
159952011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15996
15997 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15998
7a097943
LL
159992011-03-27 Leo Liu <sdl.web@gmail.com>
16000
16001 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16002 for foreground and background colors.
16003 (ansi-color-make-color-map): Adapt.
16004
c5b40130
LL
160052011-03-25 Leo Liu <sdl.web@gmail.com>
16006
1f48f7d2
LL
16007 * midnight.el (midnight-time-float): Remove. Note it calculates
16008 the microsecond component incorrectly and seconds-to-time does the
16009 same job.
625897ec 16010 Remove redundant (require 'timer).
1f48f7d2 16011
c5b40130
LL
16012 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16013 (ido-completions): Remove unused arguments. (Bug#8329)
16014
d86d2721
SM
160152011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16016
16017 * minibuffer.el (completion--flush-all-sorted-completions):
16018 Remove itself from hook.
16019 (completion-at-point): Let the functions perform the completion
16020 immediately and return nil or t.
16021 * comint.el (comint-dynamic-complete-functions): Now identical to
16022 completion-at-point-functions.
16023 (comint-dynamic-list-input-ring): Remove unused var `index'.
16024 (comint--match-partial-filename, comint--unquote&expand-filename):
16025 New funs, split from comint-match-partial-filename.
16026 (comint-dynamic-complete): Use completion-at-point.
16027 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16028
e8974c48
DA
160292011-03-24 Drew Adams <drew.adams@oracle.com>
16030
16031 * thingatpt.el: Support `defun'.
16032
def71b5e
LL
160332011-03-23 Leo Liu <sdl.web@gmail.com>
16034
cb5af48e
LL
16035 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16036
def71b5e
LL
16037 * help-mode.el (help-mode-finish): Tweak regexp.
16038
927c53e7
GM
160392011-03-23 Glenn Morris <rgm@gnu.org>
16040
18d05bed
GM
16041 * eshell/esh-opt.el (eshell-eval-using-options):
16042 Do not bind unused local variable `eshell-option-stub'.
16043
927c53e7
GM
16044 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16045
9d0da923
JB
160462011-03-22 Juanma Barranquero <lekktu@gmail.com>
16047
16048 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16049 keymap variable in `with-no-warnings' to avoid a warning when the
16050 keymap has been already `defconst'ed.
16051
4b978a67
LL
160522011-03-22 Leo Liu <sdl.web@gmail.com>
16053
16054 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16055 encode all chars in abbrevs; otherwise use emacs-mule or
16056 utf-8-emacs. (Bug#8308)
16057
5fd62452
JB
160582011-03-22 Juanma Barranquero <lekktu@gmail.com>
16059
0b1596c6
JB
16060 * simple.el (backward-delete-char-untabify):
16061 Avoid warning about using `delete-backward-char'.
16062
5fd62452
JB
16063 * image.el (image-type-file-name-regexps): Make it variable.
16064 `imagemagick-register-types' modifies it, and the user may want
16065 to add new extensions for known image types.
16066 (imagemagick-register-types): Throw error if not using ImageMagick.
16067
0b4e93f1
LL
160682011-03-22 Leo Liu <sdl.web@gmail.com>
16069
16070 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16071 located before rcirc-prompt-end-marker.
16072 (rcirc-complete): Error if point is not after rcirc prompt.
16073 Handle the case when table is nil.
9882e214 16074 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16075
fccee4ab
CY
160762011-03-22 Chong Yidong <cyd@stupidchicken.com>
16077
16078 * custom.el (custom--inhibit-theme-enable): Make it affect only
16079 custom-theme-set-variables and custom-theme-set-faces.
16080 (provide-theme): Ignore custom--inhibit-theme-enable.
16081 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16082 (custom-enabling-themes): Delete variable.
d86d2721
SM
16083 (enable-theme): Accept only loaded themes as arguments.
16084 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16085 (custom-enabled-themes): Forbid themes from setting this.
16086 Eliminate use of custom-enabling-themes.
16087 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16088
af896da6
LL
160892011-03-21 Leo Liu <sdl.web@gmail.com>
16090
16091 * ido.el (ido-read-internal): Add ido-selected to history instead
16092 of user input.
16093
78f64af0
SM
160942011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16095
16096 * subr.el (deferred-action-list, deferred-action-function):
16097 Mark obsolete.
16098
b16ac1ec
LL
160992011-03-21 Leo Liu <sdl.web@gmail.com>
16100
810f7698
LL
16101 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16102 change on 2011-02-13 (bug#8309).
16103
b16ac1ec
LL
16104 * minibuffer.el (read-file-name-function): Change default value.
16105 (read-file-name--defaults): Rename from read-file-name-defaults.
16106 (read-file-name-default): Rename from read-file-name.
16107 (read-file-name): Call read-file-name-function.
16108
4e05e67e
GM
161092011-03-21 Glenn Morris <rgm@gnu.org>
16110
16111 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16112 Doc fixes.
16113
4359915b
CY
161142011-03-21 Chong Yidong <cyd@stupidchicken.com>
16115
16116 * cus-theme.el: Add missing provide statement.
16117 (customize-create-theme): Extract theme value correctly.
16118 (custom-theme-visit-theme): Autoload.
16119 (customize-create-theme): Prompt before inserting default faces.
16120
1fe275ee
JB
161212011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16122
16123 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16124 units and musical notes.
16125
cd394be1 161262011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16127
16128 * ido.el (ido-read-internal): Use completing-read-default.
16129 (ido-completing-read): Fix compatibility with completing-read.
16130
7d476bde
CO
161312011-03-20 Christian Ohler <ohler@gnu.org>
16132
16133 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16134 (ert-delete-all-tests): Use `called-interactively-p' rather than
16135 `interactive-p'.
16136 (ert--make-xrefs-region): Respect END.
16137
fe0fb33e
CY
161382011-03-19 Chong Yidong <cyd@stupidchicken.com>
16139
ff854b0b
CY
16140 * dired-aux.el (dired-create-directory): Signal an error if the
16141 directory already exists (Bug#8246).
16142
fe0fb33e
CY
16143 * facemenu.el (list-colors-display): Call list-faces-display
16144 inside with-help-window.
16145 (list-colors-print): Use display property to align the final
16146 column, instead of checking window-width.
16147
576bce32
EZ
161482011-03-19 Eli Zaretskii <eliz@gnu.org>
16149
4d61f28d 16150 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16151 windows-nt systems.
16152 (emerge-protect-metachars): Quote correctly for ms-dos and
16153 windows-nt systems.
16154
89c41d68 161552011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16156
16157 * info.el (info-initialize): Replace all uses of `:' with
16158 path-separator for compatibility with non-Unix systems.
16159 Cache quoting of path-separator. (Bug#8258)
16160
b14e3e21 161612011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16162
16163 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16164 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16165 (mouse-avoidance-mode): Fix typos in docstrings.
16166
4525ce3e
CY
161672011-03-19 Chong Yidong <cyd@stupidchicken.com>
16168
16169 * startup.el (package-subdirectory-regexp): Move from package.el.
16170 Omit \\` and \\', and let callers add them.
16171
16172 * emacs-lisp/package.el (package-strip-version)
16173 (package-load-all-descriptors): Add \\` and \\' to
16174 package-subdirectory-regexp before using it.
16175 (package-untar-buffer): New arg DIR; ensure that file untars only
16176 into this expected directory. Remove superfluous delete-region.
16177 (package-unpack): Caller changed.
16178 (package-tar-file-info): Use package-subdirectory-regexp.
16179
a904a09a 161802011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16181
a904a09a
SM
16182 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16183 diff-mode-shared-map (bug#8284).
16184 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16185
161862011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16187
16188 * calendar/time-date.el (format-seconds): Use assoc instead of
16189 assoc-string, since assoc-string doesn't exist in XEmacs.
16190
171fc304
JB
161912011-03-17 Juanma Barranquero <lekktu@gmail.com>
16192
16193 * custom.el (custom-known-themes): Reflow docstring.
16194 (custom-theme-load-path): Fix typo in docstring.
16195 (load-theme): Fix typo in error message.
16196 (custom-available-themes, custom-variable-theme-value):
16197 Use `let', not `let*'.
16198
d71990a1
JB
161992011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16200
16201 * calc/README: Mention inclusion of musical notes.
16202
16203 * calc/calc-units.el (calc-lu-quant): Rename from
16204 `calc-logunits-quantity'.
16205 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16206 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16207 (calc-db): Rename from `calc-dblevel'.
16208 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16209 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16210 (calc-np): Rename from `calc-nplevel'.
16211 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16212 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16213 (calc-lu-plus): Rename from `calc-logunits-add'.
16214 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16215 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16216 (calc-lu-minus): Rename from `calc-logunits-sub'.
16217 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16218 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16219 (calc-lu-times): Rename from `calc-logunits-mul'.
16220 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16221 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16222 (calc-lu-divide): Rename from `calc-logunits-div'.
16223 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16224 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16225
16226 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16227 functions being autoloaded.
16228
16229 * calc/calc.el (calc-lu-power-reference): Rename from
16230 `calc-logunits-power-reference'.
16231 (calc-lu-field-reference): Rename from
16232 `calc-logunits-field-reference'.
16233
7a71b18d
GM
16234 * calc/calc-help.el (calc-l-prefix-help):
16235 Mention musical note functions.
d71990a1 16236
40c2934b
SM
162372011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16238
16239 * minibuffer.el (completion-all-sorted-completions):
16240 Use :completion-cycle-penalty text property if present.
16241
b0911414
KM
162422011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16243
16244 * allout.el (allout-yank-processing): Adjust for new rebulleting
16245 regime so bullet being yanked is used without prompting the user
16246 for a choice.
16247
8a05b668
JB
162482011-03-16 Juanma Barranquero <lekktu@gmail.com>
16249
16250 * startup.el (command-line): Warn the user that _emacs is deprecated.
16251
5ba5fb81
JB
162522011-03-16 Juanma Barranquero <lekktu@gmail.com>
16253
16254 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16255 (delphi-verbose, delphi-comment-face, delphi-string-face)
16256 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16257 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16258 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16259 (delphi-new-comment-line, delphi-font-lock-defaults)
16260 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16261 Fix typos in docstrings.
16262
2dab465b
KM
162632011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16264
5ba5fb81 16265 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16266 Invert the roles of character and string values for INSTEAD, so a
16267 string is used for the more common case of a defaulting prompt.
16268
0adf5618
SM
162692011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16270
16271 * progmodes/ruby-mode.el (ruby-backward-sexp):
16272 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16273 * play/gamegrid.el (gamegrid-make-face):
16274 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16275 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16276 * notifications.el (notifications-notify):
16277 * net/xesam.el (xesam-search-engines):
16278 * net/quickurl.el (quickurl-list-insert):
16279 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16280
d72700e5
CY
162812011-03-15 Chong Yidong <cyd@stupidchicken.com>
16282
16283 * startup.el (command-line): Update package subdirectory regexp.
16284
49c5410a
SM
162852011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16286
c6eee9aa
SM
16287 * allout.el (allout-abbreviate-flattened-numbering)
16288 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16289
49c5410a
SM
16290 * subr.el (read-char-choice): Only show the cursor after the prompt,
16291 not after the answer.
16292
047b2bb9
KR
162932011-03-15 Kevin Ryde <user42@zip.com.au>
16294
16295 * help-fns.el (variable-at-point): Skip leading quotes, if any
16296 (bug#8253).
16297
0a57d256
SM
162982011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16299
16300 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16301 warning message.
16302
77c992bc
MA
163032011-03-14 Michael Albinus <michael.albinus@gmx.de>
16304
16305 * shell.el (shell): When called interactively, offer to change the
16306 shell file name on remote hosts.
16307
eebc475d
TZ
163082011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16309
16310 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16311 integration for LDAP parameters. The host, base, user or binddn,
16312 and secret tokens can be specified in a netrc file, for instance.
16313 This is optional because an `auth-source' parameter must be
16314 specified in the search attributes.
16315
9d05d1ba
JB
163162011-03-13 Juanma Barranquero <lekktu@gmail.com>
16317
16318 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16319
09d9db2c
GM
163202011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16321
16322 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16323 into declaration. Remove redundant and harmful binding.
16324
163252011-03-12 Eli Zaretskii <eliz@gnu.org>
16326
16327 * files.el (file-ownership-preserved-p): Pass `integer' as an
16328 explicit 2nd argument to `file-attributes'. If the file's owner
16329 is the Administrators group on Windows, and the current user is
16330 Administrator, consider that a match.
16331
16332 * server.el (server-ensure-safe-dir): Consider server directory
16333 safe on MS-Windows if its owner is the Administrators group while
16334 the current Emacs user is Administrator. Use `=' to compare
16335 numerical UIDs, since they could be integers or floats.
16336
219bd536
JB
163372011-03-12 Juanma Barranquero <lekktu@gmail.com>
16338
16339 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16340
f3afd36b
MA
163412011-03-12 Michael Albinus <michael.albinus@gmx.de>
16342
16343 Sync with Tramp 2.2.1.
16344
16345 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16346
16347 * net/trampver.el: Update release number.
16348
3aaaa6f1
SM
163492011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16350
94642599
SM
16351 * progmodes/compile.el (compilation--previous-directory): Fix up
16352 various nil/dead-marker mismatches (bug#8014).
16353 (compilation-directory-properties, compilation-error-properties):
16354 Don't call it at a position past the one we're about to change.
16355
3aaaa6f1
SM
16356 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16357 Disable obsolescence warnings in the file that declares it.
16358
14239447
KM
163592011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16360
099c39a4
JB
16361 * allout-widgets.el (allout-widgets-tally):
16362 Initialize allout-widgets-tally as a hash table rather than nil to
16363 prevent mode-line redisplay warnings. Also, clarify the module
16364 description and fix a comment typo.
14239447 16365
135e287c
JB
163662011-03-11 Juanma Barranquero <lekktu@gmail.com>
16367
16368 * help-fns.el (describe-variable): Don't complete keywords.
16369 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16370
ffbf300e
CY
163712011-03-10 Chong Yidong <cyd@stupidchicken.com>
16372
ba08b241
CY
16373 * emacs-lisp/package.el (package-version-join): Impose a standard
16374 string representation for pre/alpha/beta version lists.
16375 (package-unpack-single): Standardize the directory name by passing
16376 it through package-version-join.
16377 (package-strip-rcs-id): Accept any version string that does not
16378 signal an error in version-to-list.
ffbf300e 16379
f346fd6b
MA
163802011-03-10 Michael Albinus <michael.albinus@gmx.de>
16381
16382 * simple.el (delete-trailing-whitespace): Return nil for the
16383 benefit of `write-file-functions'.
16384
ccb55d27
GM
163852011-03-10 Glenn Morris <rgm@gnu.org>
16386
5ceaac0c
GM
16387 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16388
02da65ff
GM
16389 * vc/vc-git.el (vc-git-program): New option.
16390 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16391 (vc-git--call): Use it.
16392
b2f603cc
GM
16393 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16394
5772caab
GM
16395 * cus-edit.el (Custom-newline): If no button at point, look
16396 for a subgroup button at start-of-line. (Bug#2298)
16397
ccb55d27
GM
16398 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16399
ec6ecaed
JD
164002011-03-10 Julien Danjou <julien@danjou.info>
16401
16402 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16403 `cursor-type' is nil.
16404
9d5aa01d
JB
164052011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16406
16407 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16408
b6a5875b
KM
164092011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16410
7a71b18d 16411 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16412 preserves the existing header prefix, rebulleting it if necessary,
16413 rather than replacing it. This is necessary for proper operation
16414 of cooperative addons like allout-widgets.
1154d12e
JB
16415 (allout-make-topic-prefix, allout-rebullet-heading):
16416 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16417 value as alternate bullet to be used, instead of prompting the user
16418 for a bullet character.
b6a5875b 16419
ee545c35
MA
164202011-03-09 Michael Albinus <michael.albinus@gmx.de>
16421
d86d2721
SM
16422 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16423 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16424 `tramp-default-port'.
16425
c47971d7
DD
164262011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16427
16428 * net/rcirc.el (rcirc-handler-001): Remove useless
16429 with-rcirc-process-buffer.
16430 (rcirc-check-auth-status): Swap arguments to string-match.
16431
13522cb4
GM
164322011-03-09 Glenn Morris <rgm@gnu.org>
16433
0be6f4f1
GM
16434 * shell.el (shell-mode):
16435 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16436
13522cb4
GM
16437 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16438 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16439
515de2e3
CY
164402011-03-08 Chong Yidong <cyd@stupidchicken.com>
16441
16442 * emacs-lisp/package.el (package-refresh-contents)
16443 (package-menu-execute): Use condition-case-no-debug.
16444
b511b994
MA
164452011-03-08 Michael Albinus <michael.albinus@gmx.de>
16446
16447 * simple.el (shell-command-to-string): Use `process-file'.
16448
16449 * emacs-lisp/package.el (package-tar-file-info): Handle also
16450 remote files.
16451
d86d2721
SM
16452 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16453 Use `equal' for upload base check.
b511b994 16454
25bbfb31
AM
164552011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16456
16457 * textmodes/texinfo.el (texinfo-environments):
16458 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16459
be996521
GM
164602011-03-08 Glenn Morris <rgm@gnu.org>
16461
e9c8529f
GM
16462 * cus-start.el (cursor-in-non-selected-windows):
16463 Fix :set quoting oddness. (Bug#8192)
16464
be996521
GM
16465 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16466 in some setf expressions. (Bug#2159)
16467
2bb5649e
CY
164682011-03-08 Chong Yidong <cyd@stupidchicken.com>
16469
16470 * custom.el (custom-available-themes): Return themes in
16471 alphabetical order.
16472
33383987 16473See ChangeLog.15 for earlier changes.
e3d51b27
MR
16474
16475;; Local Variables:
16476;; coding: utf-8
e3d51b27
MR
16477;; End:
16478
acaf905b 16479 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16480
16481 This file is part of GNU Emacs.
16482
16483 GNU Emacs is free software: you can redistribute it and/or modify
16484 it under the terms of the GNU General Public License as published by
16485 the Free Software Foundation, either version 3 of the License, or
16486 (at your option) any later version.
16487
16488 GNU Emacs is distributed in the hope that it will be useful,
16489 but WITHOUT ANY WARRANTY; without even the implied warranty of
16490 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16491 GNU General Public License for more details.
16492
16493 You should have received a copy of the GNU General Public License
16494 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.